home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / avenger.swf / scripts / DefineSprite_100 / frame_16 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  147 b   |  11 lines

  1. stop();
  2. fx_bum1.stop();
  3. if(_parent._parent.live <= 0)
  4. {
  5.    _parent._parent.hero.removeMovieClip();
  6. }
  7. else
  8. {
  9.    _parent.gotoAndStop(1);
  10. }
  11.