Combined Code
frame 1 {
this._quality = 'medium';
}
movieClip 2 {
}
movieClip 11 {
}
button 12 {
on (press) {
gotoAndStop('off');
}
}
button 20 {
on (press) {
gotoAndStop('high');
}
}
button 22 {
on (press) {
gotoAndStop('med');
}
}
button 24 {
on (press) {
gotoAndStop('low');
}
}
movieClip 25 {
frame 1 {
myMasterSoundObject = new Sound();
}
frame 2 {
stop();
myMasterSoundObject.setVolume(80);
}
frame 10 {
stop();
myMasterSoundObject.setVolume(40);
}
frame 20 {
stop();
myMasterSoundObject.setVolume(20);
}
frame 30 {
stop();
myMasterSoundObject.setVolume(0);
}
}
frame 3 {
}
frame 4 {
PercentLoaded = int((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) + '%';
}
frame 8 {
PercentLoaded = int((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) + '%';
}
frame 11 {
PercentLoaded = int((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) + '%';
}
frame 12 {
PercentLoaded = int((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) + '%';
ifFrameLoaded (92) {
gotoAndPlay('start');
}
}
frame 13 {
progresstext = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) + '%';
gotoAndPlay(12);
}
frame 14 {
play();
}
movieClip 470 {
}
movieClip 518 {
}
movieClip 525 {
}
movieClip 533 {
}
movieClip 534 {
}
movieClip 535 {
}
movieClip 536 {
}
movieClip 568 {
}
movieClip 681 {
}
movieClip 682 {
}
movieClip 683 {
}
movieClip 1014 {
}
button 1015 {
on (press) {
gotoAndPlay('start');
}
}
frame 4444 {
stop();
}