i've been trying to build a loader and i think i almost accomplished my mission. this is the code i used on frame 1 of scene 1
stop();
myinterval = setInterval(preload,100);
function preload(){
if (_root.getBytesLoaded() >= _root.getBytesTotal()){
gotoAndStop("main",1)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.