Is there a way to tell a sprite to do nothing without stopping the script?
Offline
Well, in the middle of the script you can make it wait.
Offline
You can use any of these:
wait (number of) secs
wait until <touching [sprite1 v]?>
repeat until <not <touching [sprite1 v]?>> do nothing end
Last edited by AtomicBawm3 (2012-03-16 23:09:49)
Offline