for those from the shooting question, yes, same guy. Anyway, I need to know how to make enemies come at me. here is the layout
:= wall
G=Shooter/player
+=where I want the enemies to come from
:
: +
: +
: G +
Offline
Here's some code that will have them chasing you forever all around the screen. Put this stack of blocks on all your enemies and change the starting locations to wherever you want them to start from.
[blocks]
<when green flag clicked>
<go to x 220 )y 0
<forever>
<point towards( Your Sprite
<move( 2 )steps>
<end>
[/blocks]
Offline