Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
Hi I'm making a play/pause button.
frame 0 pause, frame 1 play
How do i get the button when i make click go to te frame 1 and pause.
click again goto frame 0 play.
When I make click and makes both actions fast :(.
Same thing as in this topic.
You can also use this tutorial's implementation.
Choice is yours <img src="smileys/smiley4.gif" border="0" align="middle">
Develop games in your browser. Powerful, performant & highly capable.
As long as you do not want to upload to the scirra arcade, then use this plugin - http://www.scirra.com/forum/plugin-pause_topic46693.html
So for example,
PauseButton - onClick
pause - toggle pause
This will pause and unpause the game when clicked