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
What is the best way to handle this? I remember old codes like the infamous Konami code: Up, Up, Down, Down....etc lol. Would anyone mind showing me how to do a basic string like this that just displays "cheater" or something on the screen? Thanks!
Develop games in your browser. Powerful, performant & highly capable.
Easier than I thought! This is how I did it, yes I know that I need to add sub-events to reset the text if buttons are pressed in wrong order. Hope this helps others!
That will work but...
I suggest a timer that starts when they press the up arrow. If they don't get the cheat code done in say 2 seconds, it resets the cheat code.
That will work but... I suggest a timer that starts when they press the up arrow. If they don't get the cheat code done in say 2 seconds, it resets the cheat code.
I added groups and a timer. Thanks for the reply!