we
When i try to shoot my enemy it wont die...
i think its cuz im putting
onClipEvent (mouseDown) {
if(this.hitTest(_root._xmouse, _root._ymouse, true)){
this.gotoAndStop(18);
}
}
at the wrong place, i put it on frame 1, on the enemys action place