Does anyone know how to make a circular load bar? Thanks!
That’s funny, this is the second time I’ve posted this link today! 
Click the little green triangle to get to the third preloader - I think that’s the one you want.
:hr:
how can i isolate just the circular one with those items and instead of the slider bar have it actually just use the bytes_loaded
just set the value it has of the preload, I don’t know what it’s called, and change it to bytes_loaded 
“just set the value it has of the preload” what??
set _root.loaded=this.bytes_loaded ;)… I downloaded the file 
i don’t see the _root.loaded, i see a _root.percentLoaded but when i change that it doesn’t work
I don’t see any connection between the pie and the slider
Lunatic, can you show me how to get it from the slider to actually using bytes_loaded?
whoah! confusion city!! lol
double click the pie chart mc.
double click one half of the pie.
single click on the same half of the pie and check the AS on it.
the slider sets the variable percentLoaded equal to the sliders x value… (hence the line _root.percentLoaded = value on the slider…)
if you want to get the slider out of the preloader, delete it and in your preloading code, ensure that you are generating a variable called percentLoaded which is a number between 0-100…
does any of that help at all?
Prophet.
OH!! that far in ![]()