home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / FireMan.swf / scripts / frame_3 / DoAction.as
Encoding:
Text File  |  2008-09-12  |  128 b   |  10 lines

  1. n = int(getBytesLoaded() / getBytesTotal() * 100);
  2. if(n >= 5)
  3. {
  4.    gotoAndPlay(5);
  5. }
  6. else
  7. {
  8.    barra.gotoAndStop(n);
  9. }
  10.