home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / rocket_rush.swf / scripts / DefineSprite_120 / frame_87 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  100 b   |  7 lines

  1. tar = _parent;
  2. while(!(tar instanceof BlimpAI))
  3. {
  4.    tar = tar._parent;
  5. }
  6. tar.gotoAndStop(1);
  7.