Loading...
Uploaded by AdobeTutor12341 on Aug 20, 2009
RATE, COMMENT, SUBSCRIBEFollow me on twitter: http://www.twitter.com/adobetutor
Education
Standard YouTube License
hi mr AdobeTutor12341,
I got the preloader working, but the problem is it wont load the next frame...so how?
savanath 9 months ago
stop();
loaderInfo.addEventListener(ProgressEvent.PROGRESS, updatePreloader);
function updatePreloader(evtObj:ProgressEvent):void
{ var Percent:Number = Math.floor((evtObj.bytesLoaded*100)/evtObj.bytesTotal); preloader_txt.text=percent+"%"; if (percent==100) { nextFrame (); }
}
mikoqbaker 10 months ago
Hey, can you guys just copy down the script used? I have reportadly 9 errors. :-/
markusproduction 1 year ago
Can't really see the text, took like an hour to fix all the errors.
TheDisneyCP 1 year ago
Great tutorial. Very simple code but very effective.
DarkMilonguero 1 year ago
Thanks for the tute! I was having trouble finding a CS4 preloader tutorial that actually worked. This has saved me a lot of time. Thanks!
kissitallaway 2 years ago
I never heard someone yawn in a tutorial before. hahahaha
jay11284 2 years ago
Thnx, you helped me a lot i finally can do it!!!
ipodtouchforfun 2 years ago
Didnt mean to Flag if i did. This video helped me out alot. thanks
Closer2000 2 years ago
Load more suggestions
hi mr AdobeTutor12341,
I got the preloader working, but the problem is it wont load the next frame...so how?
savanath 9 months ago
stop();
loaderInfo.addEventListener(ProgressEvent.PROGRESS, updatePreloader);
function updatePreloader(evtObj:ProgressEvent):void
{ var Percent:Number = Math.floor((evtObj.bytesLoaded*100)/evtObj.bytesTotal); preloader_txt.text=percent+"%"; if (percent==100) { nextFrame (); }
}
mikoqbaker 10 months ago
Hey, can you guys just copy down the script used? I have reportadly 9 errors. :-/
markusproduction 1 year ago
Can't really see the text, took like an hour to fix all the errors.
TheDisneyCP 1 year ago
Great tutorial. Very simple code but very effective.
DarkMilonguero 1 year ago
Thanks for the tute! I was having trouble finding a CS4 preloader tutorial that actually worked. This has saved me a lot of time. Thanks!
kissitallaway 2 years ago
I never heard someone yawn in a tutorial before. hahahaha
jay11284 2 years ago
Thnx, you helped me a lot i finally can do it!!!
ipodtouchforfun 2 years ago
Didnt mean to Flag if i did. This video helped me out alot. thanks
Closer2000 2 years ago