home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / TheTurtleBridge.swf / scripts / DefineSprite_189 / frame_13 / DoAction.as
Encoding:
Text File  |  2005-08-04  |  112 b   |  8 lines

  1. _parent.controlOn = true;
  2. _parent.landed();
  3. if(!_parent.landedfish())
  4. {
  5.    gotoAndStop(28);
  6.    stop();
  7. }
  8.