pause atribute - i have falling objects, i want them to freeze when pausing ...
![slev](http://forums.gamesalad.com/applications/dashboard/design/images/defaulticon.png)
i have a game where you have to dodge falling objects from above, when i use the pause atribute to pause the game the game stops but the objects continue to fall until off the the screen.. how would i make them stop so they froze in mid air when paused ?
cheers
cheers
Comments
then in actor,
rule
if pause = true,
make it so he is not hurt from falling objects
and turn off collision sounds as well if pause = true
sorry, this is not what you asked exactly, but I'm not in front of my mac to look at the rules to try something better
you could try, in the falling actors
rule
if pause = true
change y speed to 0
otherwise
y speed to (your speed)