home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / fierce_fighter.swf / scripts / DefineSprite_409 / frame_14 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  123 b   |  10 lines

  1. if(_root.chen_died)
  2. {
  3.    stop();
  4.    _root.attachMovie("outtime","outtime",15);
  5. }
  6. else
  7. {
  8.    _parent.nextFrame();
  9. }
  10.