Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
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!
Sometimes I want to "pause" my game: I put semi-transparent layer upon the game and I want to deactivate all touche events under the layer. Can I define object not "transparent" for touches? And get just the touch events from the layer?
Develop games in your browser. Powerful, performant & highly capable.
Create a group on your event sheet and put all the events you want to pause inside that group. Then on the condition that pauses the game include the "set group deactivated" command.
You can compare an object inside the layer, or create a boolean, or compare opacity