home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / Sonic-The-Hedgehog.swf / scripts / frame_3 / DoAction.as
Encoding:
Text File  |  2005-11-10  |  111 b   |  9 lines

  1. if(_root.getBytesLoaded() == _root.getBytesTotal())
  2. {
  3.    gotoAndStop(5);
  4. }
  5. else
  6. {
  7.    gotoAndPlay(2);
  8. }
  9.