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

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