How would I do this?
Hi! Im a noob at this and just started with GameSalad. Im having a little trouble with the game that I am making, I would like to know how could I kinda pause all actors from doing anything but during that, I would like to drag and drop an actor .so there is one actor that isn't paused. I have the drag and drop already on there so you dont have to tell me that.
Comments
On all your actors you want to "pause" while dragging.
Put in this game.attribute.pause = false
Meaning - Is it true your actor will stop every other behavior your put in it.
When you drag you new actor into place
When touch is pressed
Change game.attribute.pause to true
Otherwise
Change game.attribute.pause to false