I would like to make a feature in a game where if a sprite1 touches the moving sprite2 (not actual numbers), it will make sprite2 stop temporarily, then keep going. How would this be done? Is this possible? Thanks for commenting .
Offline
Well you could use something like this:
When flag clicked
forever
you movement script here
if touching <sprite1>
wait until not touching <sprite1>
end if
end forever
Offline
OK, this might be considered a dead post, but I would like to know if there is a way to do this so that whenever it happens, it waits until it is gone, and then keeps going and does this until time runs out. For reference, the game is like this one: http://www.homestarrunner.com/kinggame.swf
Last edited by luiysia (2011-10-12 17:19:30)
Offline