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 there,
I have an object and I want that when the mousex becomes greater than the object , add 10 to global('x').But when I want to do that it adds 10 while the program ends.But I want to add just once.How shall I do that?
Thank you.
Develop games in your browser. Powerful, performant & highly capable.
Do you mean that it constantly adds 10 to global('x')? If so, you can just add another condition under system called Trigger Once While True