Hi
In my game,1 person is added from bottom and then start moving to top.when it crosses the boundary,again i do same process.
But now when game is over ,i want to stop the animation.
I have put the condition which will not put new persons when game is over.
but at that time already 3-4 person (sprite objects) are on the screen. and animation is going on i mean moving.
I want to stop animation for those objects also.
Is there any way to stop the Running action or
Is there any way to stop the all actions which are running on 1 specific layer ?
Basically I wanna to stop Running actions on layer.
How can i do this ?
Thanks !