Combined Code
frame 1 {
bytes_loaded = Math.round(this.getBytesLoaded());
bytes_total = Math.round(this.getBytesTotal());
getPercent = bytes_loaded / bytes_total;
this.loadBar._width = getPercent * 326.1;
this.loadText = 'Loading... ' + Math.round(getPercent * 100) + '%';
if (bytes_loaded == bytes_total) {
this.gotoAndPlay(3);
}
}
// unknown tag 88 length 73
// unknown tag 88 length 68
movieClip 13 {
}
frame 2 {
this.gotoAndPlay(1);
}
frame 3 {
stop();
_root.startbtn.onRelease = function () {
gotoAndPlay(4);
};
}
movieClip 23 {
}
movieClip 25 {
}
frame 2145 {
stop();
stopAllSounds;
_root.replaybtn.onRelease = function () {
gotoAndPlay(4);
};
}