home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / pandawars.swf / scripts / DefineSprite_23 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  78 b   |  9 lines

  1. if(_parent.active == true)
  2. {
  3.    gotoAndPlay(2);
  4. }
  5. else
  6. {
  7.    stop();
  8. }
  9.