Frame 1 (178 B)
play();
_root.bytesLoaded = _root.getBytesLoaded();
_root.bytesTotal = _root.getBytesTotal();
_root.percentLoaded = Math.round(100 * (_root.bytesLoaded / _root.bytesTotal));
Frame 2 (85 B)
if (_root.percentLoaded == 100) {
gotoAndPlay (3);
} else {
gotoAndPlay (1);
}
Frame 3 (8 B)
stop();
Frame 65 (8 B)
stop();
Frame 72 (8 B)
play();
Frame 100 (8 B)
stop();
Frame 126 (26 B)
stop();
stopAllSounds();
Symbol 23 Button (34 B)
on (release) {
gotoAndPlay (4);
}
Symbol 36 Button (30 B)
on (release) {
nextFrame();
}
Symbol 53 Button (36 B)
on (release) {
gotoAndStop (126);
}
Symbol 54 Button (30 B)
on (release) {
nextFrame();
}
Symbol 77 Button (30 B)
on (release) {
nextFrame();
}
Symbol 84 Button (36 B)
on (release) {
gotoAndStop (126);
}
Symbol 97 Button (36 B)
on (release) {
gotoAndStop (126);
}
Symbol 104 Button (30 B)
on (release) {
nextFrame();
}
Symbol 111 Button (36 B)
on (release) {
gotoAndStop (126);
}
Symbol 112 Button (30 B)
on (release) {
nextFrame();
}
Symbol 124 Button (30 B)
on (release) {
prevFrame();
}
Symbol 139 Button (34 B)
on (release) {
gotoAndStop (1);
}