Well, the easiest script would be:
[blocks]
<when green flag clicked>
<forever>
<point towards( Player Sprite
<turn cw( 180 )degrees>
<move( number )steps>
<end>
[/blocks]
If you had something else in mind, tell me exactly what you want and I'll try and get the script
Edit: Forgot to do [/blocks] tag XD
Last edited by Guinea_Pig_Girl (2011-03-19 02:21:36)
Offline
I would try
<when green flag clicked>
<forever>
<if> <( <distance to[ player sprite ] <=> 20 )>
<point towards( player sprite )
<move( -*** )steps>
<end>
(p.s. the ** mean numbers.
Offline