home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / mug.swf / scripts / frame_2 / DoAction.as
Encoding:
Text File  |  2005-11-18  |  82 b   |  9 lines

  1. if(Number(load) < 100)
  2. {
  3.    gotoAndPlay(1);
  4. }
  5. else
  6. {
  7.    gotoAndStop(3);
  8. }
  9.