Wtf?
hey on the full game tutorial thing on the spaceship, i have a working gun like when i press space, (i altered it from control) the lasers whoot, but when i got to the enemy and did everything it said but when i shoot at the enemy nothing happens, does the hittest script work in flash 8? or is it just me screwing up in one spot constantly?
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1)) {
_root.ENEMY1.Play();
}
}
And my enemy does have the instance name ENEMY1