is there a way to make enemy sprites come after another sprite?
Offline
TheSpitster wrote:
is there a way to make enemy sprites come after another sprite?
Have it always pointing towards you and have it move X steps until it reaches you or dies.
Offline
Try this:
<when green flag clicked>
<forever>
<point towards( sprite
<move( number )steps>
<end>
Last edited by pokemongardevoir (2011-08-25 17:21:42)
Offline