ok so my idea is to have an a character that shoots when ever you click. If you click on the enemy,shooting it, you kill it. Now the problem is that whenever the character moves, the shoot frame comes up without clicking at all and i have absolutley no idea why.
http://img524.imageshack.us/my.php?image=rpgtestremoveenemyto9.swf
here’s the simple script that goes into the shooting process, this goes inside the character MC onto the frame.-
stop();
this.onMouseDown = function(){
gotoAndPlay(“shoot”);
}
all help would be appreciated.