Pages: 1
Topic closed
If you want the sprite to 'stick' to the mouse-pointer:
[forever]
[][go to [mouse-pointer]]
[end forever]
If you want the sprite to 'move towards the mouse-pointer':
[forever]
[][point towards [mouse-pointer]]
[][move (10) steps]
[end forever]
You can change the amount of steps to increase or decrease the speed.
Offline
Topic closed
Pages: 1