home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / Drifter.swf / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  2005-08-05  |  105 b   |  6 lines

  1. if(_framesloaded >= _totalframes)
  2. {
  3.    gotoAndPlay(3);
  4.    setProperty("/loadbar", _visible, "0");
  5. }
  6.