k i have been trying for days to get my hitTest to work and hav had no success when the bullet hits the enemy i want the enemy to go and play sumthing but every time it just goes right past him and does nothing i wrote the test like this:
if(_root.elec.hitTest(this._x,this._y, true)) {
gotoAndPlay(2);
}
cud somone help me out? btw i fixed my jumping problem