home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / Kamikaze.swf / scripts / frame_2 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  111 b   |  9 lines

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