Tag Archives: Konami Code

Capture key sequences in ActionScript 3. AKA The Konami Comeback.

Lately the internet has had a wave of sites using the cherished Konami Cheatcode to reveal easter eggs or similar functionality in the site or app. I wrote a (crappy but working) class to implement such functionality in ActionScript about a year ago here. I decided to polish it up a bit for the benefit [...]

Up Up Down Down Left Right Left Right B A

While showering last night (this is usually when ideas and / or solutions present themselves) I came up with this idea. Basically it’s a simple class that allows you to listen for specific sequences of keystrokes. So if the user was to press the sequence in the title, in the correct order naturally, you might [...]