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 * 500;
this.loadText = Math.round(getPercent * 100) + '%';
if (bytes_loaded == bytes_total) {
this.gotoAndPlay(3);
}
}
movieClip 3 {
}
movieClip 24 {
}
movieClip 27 {
}
frame 2 {
this.gotoAndPlay(1);
}
frame 3 {
stopAllSounds();
}
frame 3 {
stop();
}
button 34 {
on (release) {
play();
}
}
movieClip 555 {
}
movieClip 557 {
}
movieClip 873 {
}
movieClip 1055 {
}
movieClip 1165 {
}
movieClip 1167 {
}
frame 14817 {
stop();
}
movieClip 1445 {
}
button 1446 {
on (release) {
play();
}
}