Combined Code
frame 1 {
bytes_loaded = Math.round(_root.getBytesLoaded());
bytes_total = Math.round(_root.getBytesTotal());
getPercent = bytes_loaded / bytes_total;
_root.loadBar._width = getPercent * 100;
_root.loadText = Math.round(getPercent * 100) + '%';
if (bytes_loaded == bytes_total) {
_root.gotoAndStop(3);
}
}
// unknown tag 88 length 153
frame 2 {
gotoAndPlay(1);
}
frame 3 {
stop();
}
button 9 {
on (press) {
gotoAndStop(5);
}
}
button 12 {
on (press) {
gotoAndStop(24);
}
}
button 15 {
on (press) {
gotoAndStop(31);
}
}
button 20 {
on (press) {
gotoAndStop(6);
}
}
button 22 {
on (press) {
gotoAndStop(24);
}
}
button 26 {
on (press) {
gotoAndStop(7);
}
}
button 30 {
on (press) {
gotoAndStop(8);
}
}
button 34 {
on (press) {
gotoAndStop(9);
}
}
button 36 {
on (press) {
gotoAndStop(10);
}
}
button 38 {
on (press) {
gotoAndStop(11);
}
}
button 40 {
on (press) {
gotoAndStop(12);
}
}
button 42 {
on (press) {
gotoAndStop(13);
}
}
button 44 {
on (press) {
gotoAndStop(14);
}
}
button 48 {
on (press) {
gotoAndStop(15);
}
}
button 52 {
on (press) {
gotoAndStop(16);
}
}
button 54 {
on (press) {
gotoAndStop(17);
}
}
button 58 {
on (press) {
gotoAndStop(18);
}
}
button 60 {
on (press) {
gotoAndStop(19);
}
}
button 62 {
on (press) {
gotoAndStop(20);
}
}
button 66 {
on (press) {
gotoAndStop(21);
}
}
button 70 {
on (press) {
gotoAndStop(22);
}
}
button 74 {
on (press) {
gotoAndStop(23);
}
}
button 77 {
on (press) {
gotoAndStop(24);
}
}
button 86 {
on (press) {
gotoAndStop(25);
}
}
movieClip 88 {
}
button 90 {
on (press) {
gotoAndStop(26);
}
}
button 92 {
on (press) {
gotoAndStop(27);
}
}
button 94 {
on (press) {
gotoAndStop(28);
}
}
button 96 {
on (press) {
gotoAndStop(29);
}
}
button 109 {
on (press) {
gotoAndStop(3);
}
}