Frame 1 (263 B)
stop();
stop();
var song = new Sound();
song.attachSound("muffetmusic");
start_btn.onRelease = function () {
song.start();
};
start_btn.onPress = function () {
song.stop();
};
stop_btn.onRelease = function () {
song.stop();
};
song.start(0, 15);
Frame 4 (8 B)
stop();
Frame 7 (8 B)
stop();
Frame 10 (8 B)
stop();
Frame 13 (8 B)
stop();
Frame 16 (8 B)
stop();
Frame 19 (8 B)
stop();
Frame 22 (8 B)
stop();
Frame 25 (8 B)
stop();
Symbol 11 Button (31 B)
on (release) {
_root.play();
}
Symbol 16 Button (133 B)
on (release) {
mySound = new Sound();
mySound.attachSound("muffetmusic");
mySound.start(0, 15);
}
on (press) {
stopAllSounds();
}
Symbol 21 Button (34 B)
on (release) {
stopAllSounds();
}
Symbol 38 Button (36 B)
on (release) {
_root.prevFrame();
}
Symbol 41 Button (31 B)
on (release) {
_root.play();
}
Symbol 43 MovieClip Frame 120 (8 B)
stop();
Symbol 66 MovieClip Frame 120 (8 B)
stop();
Symbol 85 MovieClip Frame 120 (8 B)
stop();
Symbol 102 MovieClip Frame 120 (8 B)
stop();
Symbol 114 MovieClip Frame 120 (8 B)
stop();
Symbol 125 MovieClip Frame 120 (8 B)
stop();
Symbol 168 MovieClip Frame 120 (8 B)
stop();
Symbol 182 Button (49 B)
on (release) {
stopAllSounds();
_root.play();
}
Symbol 187 MovieClip Frame 120 (8 B)
stop();