Combined Code
frame 1 {
LOADED = Math.round(getBytesLoaded());
TOTAL = Math.round(getBytesTotal());
PERCENT = LOADED / TOTAL;
TEXT = Math.round(PERCENT * 100) + '%';
if (LOADED == TOTAL) {
gotoAndStop(3);
}
}
// unknown tag 88 length 36
frame 2 {
gotoAndPlay(1);
}
frame 3 {
stop();
}
movieClip 7 {
}
button 8 {
on (press) {
_root.black01.gotoAndPlay(2);
}
}
movieClip 10 {
frame 1 {
stop();
}
frame 30 {
}
frame 50 {
stop();
_parent.gotoAndPlay(4);
}
}
frame 4 {
stop();
mus = new Sound();
mus.attachSound('sound');
_root.onn._visible = 0;
}
movieClip 589 {
}
button 591 {
on (press) {
mus.setVolume(0);
off._visible = 0;
onn._visible = 1;
}
}
button 592 {
on (press) {
mus.setVolume(100);
off._visible = 1;
onn._visible = 0;
}
}
movieClip 593 {
frame 80 {
stop();
}
}