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
Cannot create a pause menu, how can I?
Develop games in your browser. Powerful, performant & highly capable.
Not a whole lot of information to go on here, but maybe this will help you more generally: https://www.scirra.com/tutorials/search?q=pause%20menu
On P pressed --- System - Set time scale to 0
---------------------- Pause image set visible
On C pressed --- System - Set time scale to 1
---------------------- Pause image set invisible
That way really doesn't work if there is active objects invisible, they are still usable which makes it pretty hard when making touch screen game. Any method to make these objects not-usable when not paused and usable when paused?
What you mean by usable?
You can put the objects inside a group then deactivate the group when P pressed and set time scale to 0.