aqi esta el codigo (creo qe el problema es el principio n.n)
Código ActionScript :
if(this.mcPlayer1.hitTest(this.arma)){ _root.mcPlayer1.gotoAndPlay(21) if(Key.isDown(Key.SPACE)){ velocidad=20; } if(velocidad==0){ this.bala._x=this.mcPlayer1._x; this.bala._y=this.mcPlayer1._y; }else{ this.bala._x = this.bala._x + velocidad if(this.bala._x > 200){ velocidad = 0 } } }