home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Esportes / FishingHelp.swf / scripts / frame_3 / DoAction.as
Encoding:
Text File  |  2005-08-04  |  149 b   |  9 lines

  1. if(_root.getBytesLoaded() >= _root.getBytesTotal() * 0.6)
  2. {
  3.    gotoAndPlay(_currentframe + 1);
  4. }
  5. else
  6. {
  7.    gotoAndPlay(_currentframe - 1);
  8. }
  9.