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
Or layout?
I want to play an animation on layout A when I click a button on layout B. How do I do this?
Develop games in your browser. Powerful, performant & highly capable.
Probably easiest for You will be to use global variables to check buttons states.
On layout B -> On button pressed set global variable to 1
On layout A -> variable = 1 - play animation