Combined Code
frame 1 {
_quality = 'low';
}
frame 1 {
LOADED = Math.round(getBytesLoaded());
TOTAL = Math.round(getBytesTotal());
PERCENT = LOADED / TOTAL;
BAR._width = PERCENT * 230;
0;
TEXT = Math.round(PERCENT * 100);
if (LOADED == TOTAL) {
gotoAndStop(3);
}
}
movieClip 9 {
}
movieClip 11 {
}
// unknown tag 88 length 91
movieClip 18 {
}
frame 2 {
gotoAndPlay(1);
}
frame 3 {
stop();
}
button 22 {
on (press) {
gotoAndStop(4);
}
}
frame 4 {
stop();
mus = new Sound();
mus.attachSound('sound');
_root.onn._visible = 0;
}
frame 4 {
stop();
}
movieClip 1463 {
}
button 1464 {
on (press) {
mus.setVolume(0);
off._visible = 0;
onn._visible = 1;
}
}
button 1465 {
on (press) {
mus.setVolume(100);
off._visible = 1;
onn._visible = 0;
}
}