I've been working on a new game idea lately and now I'm going to post what I've made so far... it doesn't really have any graphics yet (just ones made up as I went along) and I dunno if you'd consider this an alpha or beta version of it, but whatever.


The game's called POW (Prisoner of War... but I dunno if I'll actually use that title or theme in the actual game) and the object is to get from the bottom to the top without being "zapped" by the tiles of the floor. Click and hold the mouse and your guy will move towards it.

To start the game, click play (or for a custom level, select that radio button and paste a level code... which can be made with the level editor). Here's an example of a custom level:

Code:
0d4578616d706c65204c6576656c8c6318811511611700521021121200530b30c30d005206207208005101102103005
White tiles are safe, walk on those.
Blue, Red and Green will kill you when they first flash, but are safe immediately after.
Yellow tiles stop you from moving.
Rainbow/Purple colored ones are blockers.


Level Editor:
Pretty self-explanitory, but first set the blockers by clicking on the tiles where you want them then click Edit Level. You can then edit tiles in a frame by frame sort of way (use the buttons to add/delete frames or go forward and backward). Click create to make a pop-up appear with your level in hex form on it.

Note:
You are only in one tile at a time even if it looks like you might be in 2 or more at once... to see what tile you're in click the "Show Outlines" checkbox at the top.

I just rewrote the whole engine so it didn't use hitTest at all, so it might be buggy, so please tell me if you find any bugs. And some constructive critism would be nice too

*Known Bugs*
-Using a number in the name of your level in the level editor will cause it to not work.

Anyway, sorry about the long instructions here's the game and the level editor:


Game:
http://uploadfile.putfile.com/videos/15121255243.swf

Editor:
http://uploadfile.putfile.com/videos/15121281960.swf

*Edit* I forgot about IE making flash extremely slow... next time I upload it I'll up the frame rate... sorry about the laggyness.