home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / Chip_2003-05_cd1.bin / oddech / flashgame / veonix.swf / scripts / frame_4 / DoAction.as
Text File  |  2003-03-14  |  105b  |  9 lines

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