Combined Code
movieClip 8 cawk {
}
movieClip 10 goop {
}
movieClip 26 Penis {
}
frame 1 {
i = 0;
while (i < 25) {
dot.duplicateMovieClip('dot2' + i, i);
++i;
}
}
movieClip 30 {
}
instance penis of movieClip 26 Penis {
onClipEvent (load) {
width = 550;
height = 400;
speed = Math.round(Math.random() * 25) + 1;
this._x = Math.random() * width;
x = this._x;
this._y = Math.random() * height;
y = this._y;
x_new = Math.random() * width;
y_new = Math.random() * height;
}
onClipEvent (enterFrame) {
if (x_new > this._x) {
sign_x = 1;
} else {
sign_x = -1;
}
dx = Math.abs(x_new - this._x);
if (dx > speed || dx < -speed) {
this._x += sign_x * speed;
} else {
x_new = Math.random() * width;
}
if (y_new > this._y) {
sign_y = 1;
} else {
sign_y = -1;
}
dy = Math.abs(y_new - this._y);
if (dy > speed || dy < -speed) {
this._y += sign_y * speed;
} else {
y_new = Math.random() * height;
}
}
}
instance cawk of movieClip 10 goop {
onClipEvent (load) {
width = 550;
height = 400;
speed = Math.round(Math.random() * 25) + 1;
this._x = Math.random() * width;
x = this._x;
this._y = Math.random() * height;
y = this._y;
x_new = Math.random() * width;
y_new = Math.random() * height;
}
onClipEvent (enterFrame) {
if (x_new > this._x) {
sign_x = 1;
} else {
sign_x = -1;
}
dx = Math.abs(x_new - this._x);
if (dx > speed || dx < -speed) {
this._x += sign_x * speed;
} else {
x_new = Math.random() * width;
}
if (y_new > this._y) {
sign_y = 1;
} else {
sign_y = -1;
}
dy = Math.abs(y_new - this._y);
if (dy > speed || dy < -speed) {
this._y += sign_y * speed;
} else {
y_new = Math.random() * height;
}
}
}
instance goop of movieClip 8 cawk {
onClipEvent (load) {
width = 550;
height = 400;
speed = Math.round(Math.random() * 25) + 1;
this._x = Math.random() * width;
x = this._x;
this._y = Math.random() * height;
y = this._y;
x_new = Math.random() * width;
y_new = Math.random() * height;
}
onClipEvent (enterFrame) {
if (x_new > this._x) {
sign_x = 1;
} else {
sign_x = -1;
}
dx = Math.abs(x_new - this._x);
if (dx > speed || dx < -speed) {
this._x += sign_x * speed;
} else {
x_new = Math.random() * width;
}
if (y_new > this._y) {
sign_y = 1;
} else {
sign_y = -1;
}
dy = Math.abs(y_new - this._y);
if (dy > speed || dy < -speed) {
this._y += sign_y * speed;
} else {
y_new = Math.random() * height;
}
}
}
instance penis of movieClip 26 Penis {
onClipEvent (load) {
width = 550;
height = 400;
speed = Math.round(Math.random() * 25) + 1;
this._x = Math.random() * width;
x = this._x;
this._y = Math.random() * height;
y = this._y;
x_new = Math.random() * width;
y_new = Math.random() * height;
}
onClipEvent (enterFrame) {
if (x_new > this._x) {
sign_x = 1;
} else {
sign_x = -1;
}
dx = Math.abs(x_new - this._x);
if (dx > speed || dx < -speed) {
this._x += sign_x * speed;
} else {
x_new = Math.random() * width;
}
if (y_new > this._y) {
sign_y = 1;
} else {
sign_y = -1;
}
dy = Math.abs(y_new - this._y);
if (dy > speed || dy < -speed) {
this._y += sign_y * speed;
} else {
y_new = Math.random() * height;
}
}
}
instance penis of movieClip 26 Penis {
onClipEvent (load) {
width = 550;
height = 400;
speed = Math.round(Math.random() * 25) + 1;
this._x = Math.random() * width;
x = this._x;
this._y = Math.random() * height;
y = this._y;
x_new = Math.random() * width;
y_new = Math.random() * height;
}
onClipEvent (enterFrame) {
if (x_new > this._x) {
sign_x = 1;
} else {
sign_x = -1;
}
dx = Math.abs(x_new - this._x);
if (dx > speed || dx < -speed) {
this._x += sign_x * speed;
} else {
x_new = Math.random() * width;
}
if (y_new > this._y) {
sign_y = 1;
} else {
sign_y = -1;
}
dy = Math.abs(y_new - this._y);
if (dy > speed || dy < -speed) {
this._y += sign_y * speed;
} else {
y_new = Math.random() * height;
}
}
}
instance cawk of movieClip 10 goop {
onClipEvent (load) {
width = 550;
height = 400;
speed = Math.round(Math.random() * 25) + 1;
this._x = Math.random() * width;
x = this._x;
this._y = Math.random() * height;
y = this._y;
x_new = Math.random() * width;
y_new = Math.random() * height;
}
onClipEvent (enterFrame) {
if (x_new > this._x) {
sign_x = 1;
} else {
sign_x = -1;
}
dx = Math.abs(x_new - this._x);
if (dx > speed || dx < -speed) {
this._x += sign_x * speed;
} else {
x_new = Math.random() * width;
}
if (y_new > this._y) {
sign_y = 1;
} else {
sign_y = -1;
}
dy = Math.abs(y_new - this._y);
if (dy > speed || dy < -speed) {
this._y += sign_y * speed;
} else {
y_new = Math.random() * height;
}
}
}
instance cawk of movieClip 10 goop {
onClipEvent (load) {
width = 550;
height = 400;
speed = Math.round(Math.random() * 25) + 1;
this._x = Math.random() * width;
x = this._x;
this._y = Math.random() * height;
y = this._y;
x_new = Math.random() * width;
y_new = Math.random() * height;
}
onClipEvent (enterFrame) {
if (x_new > this._x) {
sign_x = 1;
} else {
sign_x = -1;
}
dx = Math.abs(x_new - this._x);
if (dx > speed || dx < -speed) {
this._x += sign_x * speed;
} else {
x_new = Math.random() * width;
}
if (y_new > this._y) {
sign_y = 1;
} else {
sign_y = -1;
}
dy = Math.abs(y_new - this._y);
if (dy > speed || dy < -speed) {
this._y += sign_y * speed;
} else {
y_new = Math.random() * height;
}
}
}
instance goop of movieClip 8 cawk {
onClipEvent (load) {
width = 550;
height = 400;
speed = Math.round(Math.random() * 25) + 1;
this._x = Math.random() * width;
x = this._x;
this._y = Math.random() * height;
y = this._y;
x_new = Math.random() * width;
y_new = Math.random() * height;
}
onClipEvent (enterFrame) {
if (x_new > this._x) {
sign_x = 1;
} else {
sign_x = -1;
}
dx = Math.abs(x_new - this._x);
if (dx > speed || dx < -speed) {
this._x += sign_x * speed;
} else {
x_new = Math.random() * width;
}
if (y_new > this._y) {
sign_y = 1;
} else {
sign_y = -1;
}
dy = Math.abs(y_new - this._y);
if (dy > speed || dy < -speed) {
this._y += sign_y * speed;
} else {
y_new = Math.random() * height;
}
}
}
instance goop of movieClip 8 cawk {
onClipEvent (load) {
width = 550;
height = 400;
speed = Math.round(Math.random() * 25) + 1;
this._x = Math.random() * width;
x = this._x;
this._y = Math.random() * height;
y = this._y;
x_new = Math.random() * width;
y_new = Math.random() * height;
}
onClipEvent (enterFrame) {
if (x_new > this._x) {
sign_x = 1;
} else {
sign_x = -1;
}
dx = Math.abs(x_new - this._x);
if (dx > speed || dx < -speed) {
this._x += sign_x * speed;
} else {
x_new = Math.random() * width;
}
if (y_new > this._y) {
sign_y = 1;
} else {
sign_y = -1;
}
dy = Math.abs(y_new - this._y);
if (dy > speed || dy < -speed) {
this._y += sign_y * speed;
} else {
y_new = Math.random() * height;
}
}
}