home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / climatechaos.swf / scripts / frame_4 / DoAction.as
Encoding:
Text File  |  2008-09-12  |  111 b   |  9 lines

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