Monday, March 12, 2012

A simple 4-way shooter

I just finished another tutorial from the "Foundation Game Design with Actionscript 3.0" book.
This game is based on the tutorial "monster mayhem" and I learned the basics of how to code a simple weapon and some simple enemy AI. This is also my first attempt at setting up my code so it works efficiently with multiple levels.

Shoot some Cloud Dudes!
Arrow keys to move
space bar to shoot ( in the direction that you are moving, its a bit confusing without a visual cue)

Sunday, March 4, 2012

Defuse the Bombs!

I just finished another tutorial from the "Foundation Game Design with Actionscript 3.0" book.
This time I made my own assets and made the code more modular. I am finally starting to get used to sending parameters between different classes and making my own static methods ( I made my first collision method for this tutorial)

Defuse The Bombs!
You have 20 seconds to find/touch all 15 bombs. Otherwise everything will explode.
Arrow Keys to move