Is there any way to create an event where a specific object can be clicked on to either pause or resume an application?
So far, I'm able to make it so clicking on an object pauses the application, but I'm stumped on making this resume the program.
EDIT: From what I understand, I could just individually set each object's animation or movement to stop this way. However, is there another way of achieving the above?