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!
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.
Develop games in your browser. Powerful, performant & highly capable.
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!