Combined Code
frame 1 {
Stage.showMenu = false;
}
frame 1 {
bytes_loaded = Math.round(this.getBytesLoaded());
bytes_total = Math.round(this.getBytesTotal());
getPercent = bytes_loaded / bytes_total;
this.loadBar._width = getPercent * 410;
this.loadText = Math.round(getPercent * 100) + '%';
if (bytes_loaded == bytes_total) {
this.gotoAndPlay(3);
}
}
// unknown tag 88 length 12
// unknown tag 88 length 71
frame 2 {
this.gotoAndPlay(1);
}
frame 3 {
stop();
}
button 13 {
on (release) {
gotoAndPlay(4);
}
}
movieClip 517 {
}
movieClip 850 {
}
movieClip 871 {
}
movieClip 880 {
}
movieClip 883 {
}
movieClip 885 {
}
movieClip 928 {
}
movieClip 1326 {
}
movieClip 1328 {
}
movieClip 1591 {
}