EscCtrl by Haversack

[raw]
made by Haversack for LD21 (-)
Warning: you must click in the flash box to be able to control

Controls: Spacebar - It will knock over a trash can and slow Ctrl.

Ratings

Coolness 0% 418
Overall 1.87 465
Audio 2.15 251
Community 1.80 399
Fun 1.73 448
Graphics 2.87 211
Humor 3.21 41
Innovation 1.60 478
Theme 3.00 230

Feedback

Felipe Budinich
21. Aug 2011 路 17:38 UTC
hehehe :-D

By the way you could fix the "gotta click the swf to play" thing, you could add a little intro screen. Mine was this:

override public function create():void {
introSprite = new FlxSprite(40, 0, INTRO);
this.add(introSprite);

trace('click to play');
}

override public function update():void {
if (FlxG.mouse.justReleased())
{
FlxG.state = new Game();
}


}

the sprite says that you need to click to play. problem solved ;-)
馃帳 Haversack
21. Aug 2011 路 18:18 UTC
Thanks for the advice Felipe. If the internet holds out I'll try to add an intro screen of some type.
Felipe Budinich
21. Aug 2011 路 19:17 UTC
hehe by the way nevermind the trace(), i just copypasted it from my source X-D
tgijsola
22. Aug 2011 路 20:45 UTC
Might be because I'm loopy from working on my own project, but this game is seriously cracking me up right now.

Catch soundtrack, too.
refrag
28. Aug 2011 路 00:31 UTC
I liked the part where I got to hit the spacebar.
barigorokarl
28. Aug 2011 路 18:21 UTC
Nice soundtrack *g*
Spoonweaver
30. Aug 2011 路 14:33 UTC
What a terribly short game. I really assumed I'd have to hit those buttons or something.