home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 January / CHIP012004.ISO / misc / tonline / Animation / swf / track2_1_1.swf / scripts / frame_3 / DoAction.as
Encoding:
Text File  |  2003-07-11  |  93 b   |  9 lines

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