home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / robot_warrior.swf / scripts / DefineSprite_58_Eshot / frame_2 / DoAction.as
Encoding:
Text File  |  2006-09-05  |  250 b   |  12 lines

  1. this._x += move;
  2. allmove += move;
  3. if(this.hitTest(_root.stage.topmain.hitArea))
  4. {
  5.    _root.stage.topmain.main.dmg(dmgpoint,nok,nokYN);
  6.    this.gotoAndPlay(endFrame);
  7. }
  8. if(allmove >= 1000 || allmove <= -1000)
  9. {
  10.    this.removeMovieClip();
  11. }
  12.