home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / Chip_2004-08_cd1.bin / software / slunec / app / 7855_10017.exe / scripts / frame_4 / DoAction.as
Encoding:
Text File  |  2004-06-17  |  98 b   |  9 lines

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