Clickteam Fusion 2.5

Clickteam Fusion 2.5

Squatter 30 Apr, 2015 @ 8:28pm
Pause Application
How can I get the Pause Application to not click other buttons when clicking any key to resume?

------------

example:

Start of Frame -> Pause Value = 0

User Clicks on Pause Object & Pause Value = 0 & Pause Screen is invisible -> Reappear Pause Screen & bring to front Pause Screen & Pause Value = 2

Pause Value = 2 -> Pause Value = 1 & Pause Application and resume when any key is pressed

End of Pause & Pause Value = 1 -> Pause Value = 0 & make Pause Screen invisible

-------------

When you click/touch on the Pause Object a black screen covers the frame (the Pause Screen) and says click/touch anywhere to continue.

If you click/touch anywhere the frame continues

EXCEPT if you happen to click/touch exactly where the Pause Object is, it loops by unpausing and then goes back to Pause Screen.

I have tried multiple iterations to stop this, by having the pause object deleted and re-created after the end of pause but it still does the same thing... it seems it takes the click action too fast and creates or reappears the button and taking on the next click. I have also tried to say when the button only works when not overlapping each other.

This happens in iOS simulator, iPhone and iPad ... doesnt happen in windows because you have to click a key... in iOS you touch anywhere

< >
Showing 1-2 of 2 comments
olivier 4 May, 2015 @ 2:21am 
The "Pause and resume application" action is best used when building a desktop application, because it uses a keyboard key to resume the application.

When building a mobile application I suggest using a custom method: testing clicks on objects and activating/deactivating groups of events. The events could be as simple as this:

[Game.Play]
• User clicks with left button on button-pause.Active
Activate group "Game.Pause"
Deactivate group "Game.Play"

[Game.Pause]
• User clicks with left button on button-resume.Active
Activate group "Game.Play"
Deactivate group "Game.Pause"
Last edited by olivier; 4 May, 2015 @ 2:22am
Squatter 7 May, 2015 @ 6:00pm 
Figured it out... Dont use "End Pause"... Just use Click on Pause Screen and then activate all other buttons
< >
Showing 1-2 of 2 comments
Per page: 1530 50

Date Posted: 30 Apr, 2015 @ 8:28pm
Posts: 2