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
Hello,
In my game, i make a button. If you click on the button, i want the button changed in to on other button. But it doesn't work. I have make a little game from the problem:
http://up.ht/MJY0VO
What do i wrong? And how can i fix it?
Thanks
Develop games in your browser. Powerful, performant & highly capable.
I would do it differentially - with animation frames, something like this:
capx
In your example, both boxes receives click in the same tick, so all the commands are executed and boxes returns to previous states. That would be my guess.
Thank you! It works.