Combined Code
movieClip 34 {
}
movieClip 36 {
}
movieClip 46 {
}
// unknown tag 88 length 88
button 51 {
on (release) {
gotoAndPlay(2);
}
}
button 52 {
on (release) {
gotoAndPlay(167);
}
}
button 60 {
on (release) {
gotoAndPlay(2);
}
on (release) {
gotoAndPlay(1);
}
}
movieClip 99 {
frame 1 {
sound.stop();
var sound = new Sound();
sound.attachSound('mySound2');
sound.start(0, 1);
sound.setVolume(200);
}
frame 1 {
stop();
}
frame 2 {
sound.stop();
var sound = new Sound();
sound.attachSound('mySound');
sound.start(0, 10);
sound.setVolume(30);
}
frame 166 {
gotoAndPlay(31);
}
frame 280 {
gotoAndPlay(200);
}
}