Sign In

Close
Forgot your password? No account yet?

Learning Flash: First Person Shooter by Endium

Learning Flash: First Person Shooter

Endium

Continuing to learn Flash, this time around it's Action Script 3 via Object Oriented Programming.

This game is played entirely with the mouse.

You can shoot the enemy bullets.

Fully charged bar does double damage.

Cobbled the code together using a tutorial in about 2-3 days.

The format is based loosely off "Battle Clash" for the SNES, and this was more or less a sort of initial test at assembling a base game engine.

Unfortunately it's riddled with bugs due to my inept programming skills.

Ignore the keyboard button (and the score) they are just bits and pieces left from the base code from the tutorial, and mostly serve as reference for me to remind myself how some of the code works.

In any case the major bug with this game is when you 'restart' it. The code from the previous instance of the game for whatever reason keeps running despite the reset. Most of it is hidden via me killing sound effects when the enemy is about to die, if not for that once you killed the enemy there's a decent chance the sound will loop forever.

Ideally if I can construct a bug free (or relatively bug free) engine, then I'll be constructing more complex enemies to battle against.

Submission Information

Views:
677
Comments:
0
Favorites:
0
Rating:
General
Category:
Multimedia / Other

Tags