Combined Code
frame 1 {
c1 = 0;
c2 = 0;
c3 = 0;
var spank = new Sound();
spank.attachSound('Shlepok');
var scream = new Sound();
scream.attachSound('ston0');
var scream1 = new Sound();
scream1.attachSound('ston1');
}
movieClip 9 {
}
movieClip 11 {
}
movieClip 13 {
}
movieClip 15 {
}
movieClip 17 {
}
movieClip 19 {
}
movieClip 21 {
}
movieClip 23 {
}
movieClip 26 {
}
movieClip 28 {
}
movieClip 30 {
}
movieClip 31 {
frame 1 {
r1._alpha = _root.c1;
r2._alpha = _root.c2;
r3._alpha = _root.c3;
}
}
movieClip 34 {
}
movieClip 36 {
}
movieClip 38 {
}
// unknown tag 88 length 76
button 43 {
on (release) {
if (random(2) > 0) {
gotoAndPlay(11);
} else {
gotoAndPlay(41);
}
}
}
button 45 {
on (release) {
if (random(2) > 0) {
gotoAndPlay(12);
} else {
gotoAndPlay(42);
}
}
}
frame 11 {
gotoAndPlay(2);
}
frame 12 {
spank.start();
}
movieClip 55 {
frame 1 {
r1._alpha = _root.c1;
r2._alpha = _root.c2;
r3._alpha = _root.c3;
}
}
movieClip 65 {
}
frame 21 {
if (random(2) > 0) {
scream.start();
} else {
scream1.start();
}
if (c1 > 10) {
scream.attachSound('ston1');
scream1.attachSound('ston2');
}
if (c1 > 20) {
scream.attachSound('ston2');
scream1.attachSound('ston3');
}
if (c1 > 30) {
scream.attachSound('ston3');
scream1.attachSound('ston4');
}
if (c1 > 40) {
scream.attachSound('ston4');
scream1.attachSound('ston4');
}
}
frame 41 {
c1 += 3;
c2 += 2;
c3 += 1;
trace(c1);
gotoAndPlay(2);
}
frame 42 {
spank.start();
}
frame 53 {
if (random(2) > 0) {
scream.start();
} else {
scream1.start();
}
if (c1 > 20) {
scream.attachSound('ston1');
scream1.attachSound('ston2');
}
if (c1 > 40) {
scream.attachSound('ston2');
scream1.attachSound('ston3');
}
if (c1 > 60) {
scream.attachSound('ston3');
scream1.attachSound('ston4');
}
if (c1 > 80) {
scream.attachSound('ston4');
scream1.attachSound('ston4');
}
}
frame 72 {
c1 += 3;
c2 += 2;
c3 += 1;
trace(c1);
gotoAndPlay(2);
}