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 4 (8 B)
play();
Frame 70 (8 B)
stop();
Frame 75 (8 B)
play();
Frame 100 (8 B)
stop();
Instance of Symbol 58 MovieClip in Frame 100 (21 B)
/* no clip actions */
Symbol 42 Button (30 B)
on (release) {
nextFrame();
}
Symbol 52 Button (30 B)
on (release) {
nextFrame();
}
Symbol 67 Button (36 B)
on (release) {
gotoAndStop (131);
}
Symbol 68 Button (30 B)
on (release) {
nextFrame();
}
Symbol 74 Button (30 B)
on (release) {
nextFrame();
}
Symbol 75 Button (36 B)
on (release) {
gotoAndStop (131);
}
Symbol 82 Button (30 B)
on (release) {
nextFrame();
}
Symbol 95 Button (36 B)
on (release) {
gotoAndStop (131);
}
Symbol 108 Button (36 B)
on (release) {
gotoAndStop (131);
}
Symbol 115 Button (30 B)
on (release) {
nextFrame();
}
Symbol 128 Button (36 B)
on (release) {
gotoAndStop (131);
}
Symbol 138 Button (30 B)
on (release) {
prevFrame();
}
Symbol 143 Button (34 B)
on (release) {
gotoAndStop (1);
}