Combined Code
movieClip 4 {
frame 30 {
stop();
}
}
movieClip 5 letterpart {
frame 1 {
function goo() {
this.play();
}
stop();
}
frame 15 {
stop();
}
}
frame 1 {
Stage.showMenu = false;
_quality = 'low';
ifFrameLoaded (101) {
gotoAndPlay(3);
}
}
// unknown tag 88 length 81
frame 2 {
gotoAndPlay(1);
}
frame 3 {
function slap() {
_level0.dudes[_level0.bones[_level0.bones.length - 1]].play();
_level0.bones.pop();
}
var dudes = new Array(q1, q2, q3, q4, q5, q6, q7, q8, q9, q10, q11, q12);
var bones = new Array(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11);
Array.prototype.shuffle = function () {
i = 0;
while (i < this.length) {
var v3 = this[i];
var v2 = random(this.length);
this[i] = this[v2];
this[v2] = v3;
++i;
}
};
bones.shuffle();
}
instance q1 of movieClip 5 letterpart {
}
frame 4 {
slap();
}
frame 9 {
slap();
}
frame 15 {
slap();
}
frame 22 {
slap();
}
frame 35 {
slap();
}
frame 42 {
slap();
}
frame 48 {
slap();
}
frame 61 {
slap();
}
frame 67 {
slap();
}
frame 74 {
slap();
}
frame 87 {
slap();
}
frame 101 {
slap();
stop();
}
frame 101 {
function slap() {
_level0.dudes[_level0.bones[_level0.bones.length - 1]].play();
_level0.bones.pop();
}
var dudes = new Array(q1, q2, q3, q4, q5, q6, q7, q8, q9, q10, q11, q12);
var bones = new Array(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11);
Array.prototype.shuffle = function () {
i = 0;
while (i < this.length) {
var v3 = this[i];
var v2 = random(this.length);
this[i] = this[v2];
this[v2] = v3;
++i;
}
};
bones.shuffle();
}
frame 101 {
function waterload(obj) {
if (random(10) > 4) {
sd = random(60);
} else {
sd = random(160);
}
obj._x = random(800);
obj.vel = 8 * (sd / 160);
if (obj.vel < 1) {
obj.vel = 1;
}
obj.vel += 2.5;
obj._y = 240 + sd;
obj._height = obj.vel - 2.5;
obj._width = (obj.vel - 2.5) * 4;
}
function waterupdate(obj) {
obj._x -= obj.vel;
if (obj._x + obj._width < 0) {
waterload(obj);
obj._x = 800;
}
}
i = 0;
while (i < 200) {
duplicateMovieClip(waterline, 'w' + i, i);
++i;
}
}
movieClip 15 {
}
movieClip 16 {
}
instance of movieClip 16 {
onClipEvent (enterFrame) {
this._x -= 1;
if (this._x + this._width < 0) {
this._x = 800;
}
}
}
instance of movieClip 16 {
onClipEvent (enterFrame) {
this._x -= 1;
if (this._x + this._width < 0) {
this._x = 800;
}
}
}
instance of movieClip 16 {
onClipEvent (enterFrame) {
this._x -= 1;
if (this._x + this._width < 0) {
this._x = 800;
}
}
}
movieClip 21 {
}
movieClip 22 {
}
instance of movieClip 22 {
onClipEvent (enterFrame) {
this._x -= 1.6;
if (this._x + this._width < 0) {
this._x = 1280;
}
}
}
instance of movieClip 22 {
onClipEvent (enterFrame) {
this._x -= 1.6;
if (this._x + this._width < 0) {
this._x = 1280;
}
}
}
instance of movieClip 22 {
onClipEvent (enterFrame) {
this._x -= 1.6;
if (this._x + this._width < 0) {
this._x = 1280;
}
}
}
movieClip 25 {
}
instance of movieClip 25 {
onClipEvent (enterFrame) {
this._x -= 2;
if (this._x <= -800) {
this._x = 800;
}
}
}
instance of movieClip 25 {
onClipEvent (enterFrame) {
this._x -= 2;
if (this._x <= -800) {
this._x = 800;
}
}
}
movieClip 27 {
}
instance waterline of movieClip 27 {
onClipEvent (load) {
_root.waterload(this);
}
onClipEvent (enterFrame) {
_root.waterupdate(this);
}
}
movieClip 28 {
frame 30 {
stop();
}
}
button 29 {
on (release) {
getURL('glasses2.php', '');
}
}