Hey there,

I'm having problems with my preloader, I've used the script provided from one of the lab worksheets:

for first preloader keyframe

Quote:
if (_framesloaded >=_totalframes) {
gotoAndPlay("Intro", 1);
} else {
gotoAndPlay(1);
}


and then
Quote:
gotoAndPlay (1);
for the last keyframe.

My problem is that I have 4 scenes to load, but for some reason they do not want to load fully, only the first two load Question

You can get my animation from:

www.brunel.ac.uk/~ee04pac/problem.zip

any ideas?

cheers,

Paul