Chao Ab Ordo – functional prototype, first day’s results

I swear it wasn't Mondrian-inspired...

I swear it wasn’t Mondrian-inspired…

Prototype available HERE.

TOOLS USED:
– Code: AS3 + Flixel
– Graphics: (What graphics?) AS3 built-in drawing functions

TODO:
– create a menu
– add background
– add sounds and maybe music

KNOWN BUGS:
– sometimes when you disable a block, it doesn’t turn grey, just gets stuck with its current color
– the cursor doesn’t vanish on Game Over; I have no idea what’s wrong with that. I tried using “visible = false”, “exists = false”, even “remove(cursor)”, but nothing works.