home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / rebound.swf / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  90 b   |  9 lines

  1. if(_root.load_bar._currentframe >= 99)
  2. {
  3.    gotoAndPlay(3);
  4. }
  5. else
  6. {
  7.    play();
  8. }
  9.