- Home
- Tutorials
- Flash
- Intermediate
- Simple Enemies
Simple Enemies

My example
Andy Crockett
Loved writing code since I started a couple months ago, and I get pissed to see the lack of useful tutorials for widely used subjects on the web.
View all articles by Andy CrockettLet's begin by creating a new Flash file in AS2, or better yet just using the file you made in Shooting Bullets.
This time believe it or not we are only setting 1 new variable:
var bullet_array:Array = new Array();
Add this to the top of your script.
And here is an example of what the final product will look like. Use the arrow keys and spacebar to rotate and fire.


