nuju2542 wrote:
I'm making a game and I want the bullet to shoot when I press the space bar, and it should go in the direction the character is facing.
![]()
[blocks]
<forever if><key[ space ]pressed?>
<point towards( character
<repeat until> << touching character and whatever >>
<move( speed )steps>
<end>
<end>
[/blocks]
Offline