Basically, my actionscript/coding lesson involves me making a flash game. The one I've planned involves a character running from something, while you press up and down to dodge obstacles in your path.
This is the bare-bones version, it has the control, menu, 'level complete' screen, and a game over screen which you can't access because there aren't any obstacles to kill you

The background scrolls through random settings until you approach the end after you've ran a certain distance.
The main point of this is coding games in a slightly different method than I was before. Although the change is subtle, it allows me to make multiple levels of a game without having to use actionscript to build all the other levels.
Press UP to jump, Press DOWN to duck - that's all there is so far.
Comments