all groups > flash actionscript > march 2004 >
You're in the

flash actionscript

group:

Help with preloader


Help with preloader wildman7362
3/12/2004 11:51:51 PM
flash actionscript:
I have a preloader that loads with a percent bar with the following comments as
below. The percentage bar shows as ie 10.000000000% instead of ie 10%.

What have I done wrong and how do I rectify it

iBytesTotal = _root.getBytesTotal();
iBytesLoaded = _root.getBytesLoaded();
iBytes = (iBytesLoaded/iBytesTotal)*100;

setProperty("pBar", _xscale, iBytes);
sStatus=iBytes add "%";

Re: Help with preloader Jack.
3/12/2004 11:59:10 PM
use -
Re: Help with preloader wildman7362
3/13/2004 12:06:45 AM
AddThis Social Bookmark Button