Instance of Symbol 27 MovieClip "ruft" in Frame 1
onClipEvent (load) {
if (_name eq "ruft") {
active = false;
_visible = false;
} else {
blah = 3;
this.gotoAndStop(1 + random(3));
active = true;
this._xscale = (this._yscale = 50 + random(75));
this._x = this._x + (-20 + random(40));
this._y = this._y + (-20 + random(40));
this.xvel = -15 + random(55);
this.yvel = -10 + random(50);
this._rotation = random(360);
this.end = 800;
_alpha = (70 + random(20));
}
}
onClipEvent (enterFrame) {
if (active) {
if (this._y < this.end) {
_root.dupes++;
a = "streak_" + _root.dupes;
duplicateMovieClip (_root.streak, a, _root.dupes);
_root[a]._x = this._x;
_root[a]._y = this._y;
_root[a]._xscale = (_root[a]._yscale = this._xscale * 0.8);
blah--;
this._x = this._x + this.xvel;
this.xvel = this.xvel / 1.1;
this._y = this._y + this.yvel;
this.yvel = this.yvel + 3.9;
_root.dupes++;
a = "streak_" + _root.dupes;
duplicateMovieClip (_root.streak, a, _root.dupes);
_root[a]._x = this._x + (this.xvel / 2);
_root[a]._y = this._y + (this.yvel / 2);
_root[a]._xscale = (_root[a]._yscale = this._xscale * 0.8);
_root.dupes++;
a = "streak_" + _root.dupes;
duplicateMovieClip (_root.streak, a, _root.dupes);
_root[a]._x = this._x + (this.xvel / 3);
_root[a]._y = this._y + (this.yvel / 3);
_root[a]._xscale = (_root[a]._yscale = this._xscale * 0.8);
_root.dupes++;
a = "streak_" + _root.dupes;
duplicateMovieClip (_root.streak, a, _root.dupes);
_root[a]._x = this._x + (this.xvel / 4);
_root[a]._y = this._y + (this.yvel / 4);
_root[a]._xscale = (_root[a]._yscale = this._xscale * 0.8);
} else {
_root.dupes++;
a = "splat_" + _root.dupes;
duplicateMovieClip (_root.splat, a, _root.dupes);
_root[a]._x = this._x;
_root[a]._y = this._y + this._yvel;
_root[a]._xscale = (_root[a]._yscale = this._xscale);
removeMovieClip(this);
}
}
}
Instance of Symbol 28 MovieClip "streak" in Frame 1
onClipEvent (load) {
if (_name eq "streak") {
active = false;
_visible = false;
} else {
this.gotoAndStop(1 + random(3));
active = true;
this._rotation = random(360);
life = 1 + random(5);
}
}
onClipEvent (enterFrame) {
if (active) {
this._xscale = this._xscale / 1.25;
this._yscale = this._yscale / 1.25;
life--;
if (0 >= this.life) {
removeMovieClip(this);
}
if (this._xscale < 10) {
removeMovieClip(this);
}
if (11 >= this._alpha) {
removeMovieClip(this);
}
}
}
Instance of Symbol 32 MovieClip "splat" in Frame 1
onClipEvent (load) {
if (_name eq "splat") {
_visible = false;
active = false;
} else {
_visible = true;
this.gotoAndStop(random(4));
active = true;
}
}
onClipEvent (enterFrame) {
if (this.active) {
_alpha = (_alpha - 15);
if ((4 >= this._alpha) or (this._xscale < 11)) {
removeMovieClip(this);
}
}
}
Instance of Symbol 33 MovieClip "cum" in Frame 1
onClipEvent (load) {
if (_name eq "cum") {
active = false;
_visible = false;
} else {
blah = 3;
this.gotoAndStop(1 + random(3));
active = true;
this._xscale = (this._yscale = 50 + random(75));
this._x = this._x + (-20 + random(40));
this._y = this._y + (-20 + random(40));
this.xvel = -15 + random(55);
this.yvel = -30 + random(50);
this._rotation = random(360);
this.end = 800 + random(80);
_alpha = (70 + random(20));
}
}
onClipEvent (enterFrame) {
if (active) {
if (this._y < this.end) {
blah--;
this._x = this._x + this.xvel;
this.xvel = this.xvel / 1.1;
this._y = this._y + this.yvel;
this.yvel = this.yvel + 3.9;
} else {
_root.dupes++;
a = "splat_" + _root.dupes;
duplicateMovieClip (_root.splat, a, _root.dupes);
_root[a]._x = this._x;
_root[a]._y = this._y + this._yvel;
_root[a]._xscale = (_root[a]._yscale = this._xscale);
removeMovieClip(this);
}
}
}
Instance of Symbol 37 MovieClip "river" in Frame 1
onClipEvent (load) {
if (_name eq "river") {
active = false;
_visible = false;
} else {
this._x = this._x - (5 + random(10));
this.drop = 18 + random(5);
active = true;
gotoAndStop(1 + random(2));
_xscale = (5 + random(10));
}
}
onClipEvent (enterFrame) {
if (active) {
this._y = this._y + this.drop;
_yscale = (_yscale + 5);
_alpha = (_alpha - 5);
this.drop = this.drop * 1.2;
if (700 < this._y) {
_root.dupes++;
a = "splat_" + _root.dupes;
duplicateMovieClip (_root.splat, a, _root.dupes);
_root[a]._x = this._x;
_root[a]._y = this._y + 10;
_root[a]._xscale = (_root[a]._yscale = 50);
removeMovieClip(this);
}
}
}
Instance of Symbol 39 MovieClip in Frame 1
onClipEvent (load) {
this.x = this._x;
}
Instance of Symbol 39 MovieClip in Frame 1
onClipEvent (load) {
this.x = this._x;
}
Instance of Symbol 40 MovieClip "moaning" in Frame 1
onClipEvent (load) {
this.gotoAndPlay("sound_2");
}
Instance of Symbol 45 MovieClip in Frame 3
onClipEvent (load) {
amount = 2 + random(3);
while (0 < amount) {
_root.dupes++;
a = "ruft_" + _root.dupes;
duplicateMovieClip (_root.ruft, a, _root.dupes);
_root[a]._x = 550;
_root[a]._y = 475;
_root.dupes++;
a = "cum_" + _root.dupes;
duplicateMovieClip (_root.cum, a, _root.dupes);
_root[a]._x = 550;
_root[a]._y = 475;
_root.dupes++;
a = "cum_" + _root.dupes;
duplicateMovieClip (_root.cum, a, _root.dupes);
_root[a]._x = 550;
_root[a]._y = 475;
if (random(3) == 2) {
_root.dupes++;
a = "river_" + _root.dupes;
duplicateMovieClip (_root.river, a, _root.dupes);
_root[a]._x = 550;
_root[a]._y = 475;
}
amount = amount - 1;
}
}
Symbol 15 MovieClip Frame 1
this.gotoAndPlay("sound_" + (1 + random(4)));
Symbol 15 MovieClip Frame 7
stop();
Symbol 15 MovieClip Frame 34
stop();
Symbol 15 MovieClip Frame 39
stop();
Symbol 15 MovieClip Frame 44
stop();
Symbol 32 MovieClip Frame 1
stop();
Symbol 32 MovieClip Frame 2
stop();
Symbol 32 MovieClip Frame 3
stop();
Symbol 39 MovieClip Frame 5
tetten--;
if (0 < tetten) {
this.gotoAndPlay(4);
}
Symbol 39 MovieClip Frame 20
tetten = random(5);
gotoAndPlay(22 + random(40));
this._x = x + random(20);
Symbol 44 Button
on (release) {
if (snd == 1) {
snd = 2;
moaning.gotoAndPlay("sound_1");
} else {
snd = 1;
moaning.gotoAndPlay("sound_2");
}
}