S13
Morning all,
Quick question, I need a bit of flash code that will allow my movie to skip frames upon repeating. I'm intending to use it in this situation, I've made a movie which is about 850kb, so on the start of it I nicked a basic script off the net which is a loader:
if( getBytesLoaded() >= getBytesTotal() ){
gotoAndPlay(5);
} else {
gotoAndPlay(1);
}
Which coupled with a very simple 'Loading...' bit of text is my loader, it works fine I'm happy with it but when the movie repeats it very breifly shows this loading screen again. Is there a bit of code I can use to get the movie to skip the first few frames when it repeats? Or, does anyone have a loading script that shows a percentage and doesn't show on repeat?
Please bare in mind any answers will have to be in step by step format as I'm very new to flash.
Thanks in advance,
Rob.
Quick question, I need a bit of flash code that will allow my movie to skip frames upon repeating. I'm intending to use it in this situation, I've made a movie which is about 850kb, so on the start of it I nicked a basic script off the net which is a loader:
if( getBytesLoaded() >= getBytesTotal() ){
gotoAndPlay(5);
} else {
gotoAndPlay(1);
}
Which coupled with a very simple 'Loading...' bit of text is my loader, it works fine I'm happy with it but when the movie repeats it very breifly shows this loading screen again. Is there a bit of code I can use to get the movie to skip the first few frames when it repeats? Or, does anyone have a loading script that shows a percentage and doesn't show on repeat?
Please bare in mind any answers will have to be in step by step format as I'm very new to flash.
Thanks in advance,
Rob.