

A mini game engine I built a while back in Actionscript 2.
Click to play. Use the arrow keys to move the guy, space bar jumps.
I built the above mini-engine using Tonypa's tutorials as a guide. I have altered them significantly by turning each part into an object, creating classes such as player.as and tile.as to make the game easier to expand on later. Come to find out AS3 is much better for this so I have shelved the AS2 version and will be moving on up so to speak.