home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Esportes / FishHunter.swf / scripts / frame_2 / DoAction.as
Encoding:
Text File  |  2005-08-05  |  97 b   |  9 lines

  1. if(Number(Code_mc.LoadedPercent) == 100)
  2. {
  3.    nextFrame();
  4. }
  5. else
  6. {
  7.    gotoAndPlay(1);
  8. }
  9.