Combined Code
frame 1 {
LOADED = Math.round(getBytesLoaded());
TOTAL = Math.round(getBytesTotal());
PERCENT = LOADED / TOTAL;
BAR._width = PERCENT * 824;
BAR2._width = PERCENT * 824;
TEXT = Math.round(PERCENT * 100) + '%';
if (LOADED == TOTAL) {
gotoAndStop(3);
}
}
movieClip 5 {
}
// unknown tag 88 length 64
frame 2 {
gotoAndPlay(1);
}
frame 3 {
stop();
}
movieClip 10 {
}
button 12 {
on (press) {
gotoAndStop(4);
}
}
frame 4 {
stop();
mus = new Sound();
mus.attachSound('sound');
_root.onn._visible = 0;
}
movieClip 109 {
}
button 111 {
on (press) {
mus.setVolume(0);
off._visible = 0;
onn._visible = 1;
}
}
button 112 {
on (press) {
mus.setVolume(100);
off._visible = 1;
onn._visible = 0;
}
}
movieClip 113 {
frame 50 {
stop();
}
}