PDA

View Full Version : Preloader will not work (have searched forums)



cybergold
March 5th, 2003, 01:40 PM
if (_framesloaded= "totalframes" ) {
gotoAndPlay (2);
} else {
gotoAndPlay (1);
}

Thsi script is on the first frame( in the first frame is the movie clip i want for my preloader, second frame is a tween which has no stop at the end, so it goes to the main scene. Is there any thing wrong with this script?

When this site was online, the preloader took a long time to come up, and it is only 28 kbs large... what can i do for this?
Can anyone please help. Thank you.

Jubba
March 5th, 2003, 01:42 PM
http://www.kirupa.com/developer/mx/percentagepreloader.htm

try that tutorial. You need to have a loop in order to make that work.