Combined Code
frame 1 {
_quality = 'best';
cv = new Sound(this);
}
frame 22 {
cv.attachSound('s01_01');
cv.start(0, 999);
}
movieClip 48 {
frame 50 {
gotoAndPlay(11);
}
}
button 45 {
on (release) {
cv.stop('s01_01');
gotoAndPlay(47);
}
}
frame 46 {
gotoAndPlay(23);
}
frame 70 {
cv.attachSound('s01_03');
cv.start(0, 999);
}
button 117 {
on (release) {
cv.stop('s01_03');
cv.attachSound('s01_04');
cv.start(0, 999);
gotoAndPlay(95);
}
}
frame 94 {
gotoAndPlay(71);
}
button 148 {
on (release) {
cv.stop('s01_04');
cv.attachSound('s01_05');
cv.start(0, 999);
gotoAndPlay(115);
}
}
frame 114 {
gotoAndPlay(95);
}
button 174 {
on (release) {
cv.stop('s01_05');
gotoAndPlay(125);
}
}
frame 124 {
gotoAndPlay(115);
}
frame 144 {
cv.attachSound('s01_07');
cv.start(0, 999);
}
button 214 {
on (release) {
cv.stop('s01_07');
gotoAndPlay(195);
}
}
frame 194 {
gotoAndPlay(145);
}
frame 218 {
cv.attachSound('s01_09');
cv.start(0, 999);
}
movieClip 299 {
frame 10 {
stop();
}
}
button 296 {
on (release) {
cv.stop('s01_09');
gotoAndPlay(1);
}
}
frame 240 {
gotoAndPlay(219);
}