Go towards another or follow the exact path of another? If you just want to go towards:
when gf clicked forever point towards [sprite 1 v] move (1) steps
Offline
When gf clicked Forever Point towards [a sprite you want it to follow. v] Move [x] steps EndHope that helps. And on the move x steps, choose x to be how fast.
Last edited by numberonegamers (2013-01-20 08:34:57)
Offline
For smoother motion:
when gf clicked forever point towards [someSprite v] move ((distance to [someSprite v]) / (10)) steps endAdjust the value that the distance is divided by (10 right now) to change speed. Larger numbers = slower, smaller numbers = faster.
Offline