Combined Code
movieClip 1176 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
frame 8 {
stop();
}
frame 9 {
stop();
}
frame 10 {
stop();
}
}
movieClip 1158 {
}
movieClip 1168 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
}
movieClip 296 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 300 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
frame 1 {
eyes.gotoAndStop(1);
head.gotoAndStop(2);
}
frame 15 {
eyes.gotoAndStop(3);
head.gotoAndStop(3);
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 31 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(32);
} else {
gotoAndPlay(1);
}
}
frame 32 {
eyes.gotoAndStop(2);
head.gotoAndStop(4);
}
frame 41 {
eyes.gotoAndStop(3);
head.gotoAndStop(3);
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 50 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(32);
} else {
gotoAndPlay(1);
}
}