hello again
how can i make a pause button
only a button ( not menu pause )
button like II pause
and > play
button that i will put it in the corner of the screen
HOW HOW :-)
thax very much
Printable View
hello again
how can i make a pause button
only a button ( not menu pause )
button like II pause
and > play
button that i will put it in the corner of the screen
HOW HOW :-)
thax very much
The only way to do a pause function is with a key toggle. Well, you can pause with anything, but it needs a keypress to resume.
Here's a method I came up with that also pauses sound:
Upon pressing "Escape" > Pause application and resume when key "Escape" is pressed, Pause all sounds
End of pause > Resume all sounds
edit* I didn't realize Fusion 2.5 had a pause feature LOL. BoxFigs example may be the way to go.
Hello,
Here is a simple example. Keep in mind that animations will still play when paused since they play regardless of what is going on in the event editor - if there are no events affecting them. You will have to manually stop and start all animations, as needed, every time the game is paused/unpaused.
i want to pause the game complatly
and attached file dont work
thanks
Works fine for me.
The method BoxFigs described will work for the entire game, but you won't be able to include a pause menu if needed.
its work but not that methode i need
i need a button on my screen
that i will put it in the corner of the screen
and click with my finger on it
pause or resume
hehe
If you absolutely want it to be a toggle button, you'll have to use Gamester's method.
but i need a button to put it in the corner
when i click with my finger over it to pause the game and resume it
because i have many buttons on the screen
left button - right button and jump button
look like this:
Attachment 17049
not a pause button completely over the screen
Gamester's method will work for that. You just have to replace "Upon pressing 'Enter'" with "User taps on pause button" (or whatever the condition is called) and put all the things you want to pause in the "Game" group.
another tip maybe
thanks