Let's make a shooter! 2/3

6,958
0
Published 2009-08-08

This is the second part of the "let's make a shooter tutorial". it gets a bit sloppy towards the end, and some of the things i use aren't the best ways to do it. Sorry guys, it's just been a long week and i spent all day at coney island yesterday.

NOTE: having a problem getting the first enemy to collide with the bullets? a simple fix is;
onClipEvent(enterFrame){
if(_name=="enemy"){
_x=1000
}
}

*********************PART 3 CANCELED*****************

it's been a long time since i've started this tutorial set, and i never did get to finish the trilogy of this tutorial. it has since been several months and i no longer work in flash. due to this, i will NOT be releasing a part 3 to this tutorial.

if anything at all, in the future i will release a complete replacement tutorial for this, all in one file. but don't get your hopes up.

thanks for the support, guys