How do check if actor has stopped moving
![sydthecat](http://forums.gamesalad.com/applications/dashboard/design/images/defaulticon.png)
Hi, I'm rather new to gamesalad.
I am making a game that has blocks falling bouncing on the ground, and I need to figure out how to check if the objects have stopped moving?
I tried doing an attribute rule where checking if max speed = 0 but that doesn't seem to work.
any help would be appreciated.
I am making a game that has blocks falling bouncing on the ground, and I need to figure out how to check if the objects have stopped moving?
I tried doing an attribute rule where checking if max speed = 0 but that doesn't seem to work.
any help would be appreciated.
Comments
but it makes it true just when their teetering...if that makes sense.
It's close, but now I need to figure out how to wait for the blocks to settle to a stop ,before making the 'stopped' boolean attribute true.