home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / rocketcar2.swf / scripts / DefineSprite_114 / frame_1 / DoAction.as
Encoding:
Text File  |  2008-09-24  |  222 b   |  8 lines

  1. this.onEnterFrame = function()
  2. {
  3.    bytesloaded = Math.round(_root.getBytesLoaded());
  4.    bytestotal = Math.round(_root.getBytesTotal());
  5.    percent = bytesloaded / bytestotal;
  6.    barmask._xscale = percent * 100;
  7. };
  8.