home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April / Chip_2003-04_cd1.bin / bonus / energyweb / ewlogo.swf / scripts / frame_4 / DoAction.as
Encoding:
Text File  |  2002-03-15  |  113 b   |  11 lines

  1. lo = _framesloaded;
  2. to = _totalframes;
  3. if(lo == to)
  4. {
  5.    gotoAndPlay(6);
  6. }
  7. else
  8. {
  9.    gotoAndPlay(3);
  10. }
  11.