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
Whenever I use repeat in Construct 2 the code is repeated forever. Even if I set the code to repeat once! Have I used it wrong or is it broken?
Develop games in your browser. Powerful, performant & highly capable.
Dear me, I have found a solution. I placed on start of layout on top of the repeat block.
The entire event sheet is run every frame, or tick, unless otherwise specified with conditions. "Full" speed is 60 frames per second, so your event sheet will repeat 60 times every second under normal situations.
https://www.scirra.com/manual/75/how-events-work