Combined Code
frame 1 {
totalBytes = Math.round(getBytesTotal() / 1024);
loadedBytes = Math.round(getBytesLoaded() / 1024);
percentDone = Math.round((loadedBytes / totalBytes) * 100);
}
movieClip 9 {
}
frame 2 {
mc_preloader.txt_loaded.text = percentDone + '%';
if (loadedBytes == totalBytes) {
mc_preloader.gotoAndPlay(100);
gotoAndStop('Start');
} else {
mc_preloader.gotoAndStop(percentDone);
gotoAndPlay(1);
}
}
frame 3 {
mc_preloader.gotoAndStop(101);
stop();
}
// unknown tag 88 length 80
button 16 {
on (release) {
gotoAndPlay(14);
}
}
frame 9 {
stop();
}
// unknown tag 88 length 64
// unknown tag 88 length 81
// unknown tag 88 length 63
// unknown tag 88 length 68
frame 9667 {
gotoAndPlay(12007);
}
frame 11874 {
stop();
}
frame 12121 {
gotoAndPlay('return');
}