Frame 1 (174 B)
if (_framesloaded >= _totalframes) {
gotoAndStop (6);
} else {
_root.loaderMe._xscale = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
gotoAndPlay (1);
}
Frame 5 (91 B)
if (_framesloaded >= _totalframes) {
gotoAndStop (6);
} else {
gotoAndPlay (1);
}
Frame 7 (24 B)
highs = 0;
limit = 80;
Frame 8 (539 B)
max = 1;
xmin = 50;
xmax = 190;
ymin = 15;
ymax = 137;
angle = 0;
dot = 0;
score = -5;
I = new Array(max);
Ix = new Array(max);
Iy = new Array(max);
n = 1;
while (n <= 60) {
it.duplicateMovieClip("it" add n, n);
I[n] = eval ("it" add n);
n++;
}
it._visible = false;
n = 1;
while (n < 50) {
I[n]._x = random(130) + 50;
I[n]._y = random(105) + 20;
if (random(2) == 0) {
Ix[n] = (random(2) * 4) - 2;
} else {
Iy[n] = (random(2) * 4) - 2;
}
I[n]._visible = false;
n++;
}
I[1]._visible = true;
Instance of Symbol 43 MovieClip "me" in Frame 8 (302 B)
onClipEvent (enterFrame) {
if (Key.isDown(40) && (_y < 137)) {
_y = (_y + 3);
}
if (Key.isDown(38) && (_y > 15)) {
_y = (_y - 3);
}
if (Key.isDown(39) && (_x < 185)) {
_x = (_x + 3);
}
if (Key.isDown(37) && (_x > 50)) {
_x = (_x - 3);
}
}
Frame 9 (2.2 KiB) ●
paris.stop();
n = 1;
while (n < max) {
I[n]._x = I[n]._x + Ix[n];
I[n]._y = I[n]._y + Iy[n];
n++;
}
if (dot == 0) {
goal._x = random(130) + 50;
goal._y = random(105) + 15;
dot = 1;
I[max]._visible = true;
while ((Math.abs(I[max]._x - me._x) < 30) || (Math.abs(I[max]._y - me._y) < 30)) {
I[max]._x = random(130) + 50;
I[max]._y = random(105) + 20;
}
score = score + 5;
scoreout.text = String(score);
max = max + 1;
}
if (me.hitTest(goal)) {
dot = 0;
if ((score >= 1) && (score < 15)) {
paris.gotoAndStop(2);
if (score == 5) {
mySound.stop();
mySound = new Sound();
mysound.attachSound("thatshot.mp3");
mySound.setVolume(75);
mySound.start();
}
}
if ((score >= 15) && (score < 25)) {
if (score == 15) {
mySound.stop();
mySound = new Sound();
mysound.attachSound("youlookhot.mp3");
mySound.setVolume(10);
mySound.start();
}
paris.gotoAndStop(3);
}
if ((score >= 25) && (score < 40)) {
paris.gotoAndStop(4);
if (score == 25) {
mySound.stop();
mySound = new Sound();
mysound.attachSound("juicyone.mp3");
mySound.setVolume(80);
mySound.start();
}
}
if ((score >= 40) && (score < 55)) {
if (score == 40) {
mySound.stop();
mySound = new Sound();
mysound.attachSound("loveyoubitch.mp3");
mySound.setVolume(110);
mySound.start();
}
paris.gotoAndStop(5);
}
if ((score >= 55) && (score < 70)) {
paris.gotoAndStop(6);
if (score == 55) {
mySound.stop();
mySound = new Sound();
mysound.attachSound("boobsbig.mp3");
mySound.setVolume(40);
mySound.start();
}
}
if ((score >= 70) && (score < 90)) {
paris.gotoAndStop(7);
}
}
n = 1;
while (n < max) {
if ((I[n]._x > xmax) || (I[n]._x < xmin)) {
Ix[n] = -Ix[n];
}
if ((I[n]._y > ymax) || (I[n]._y < ymin)) {
Iy[n] = -Iy[n];
}
if (me.hitTest(I[n])) {
if (score >= limit) {
gotoAndPlay (29);
} else {
mySound = new Sound();
mysound.attachSound("hit.wav");
mySound.setVolume(20);
mySound.start();
limit = limit - 80;
gotoAndPlay (11);
}
}
n++;
}
Frame 10 (17 B)
gotoAndPlay (9);
Frame 11 (137 B)
n = 1;
while (n < 50) {
I[n]._visible = false;
n++;
}
if (score > highs) {
high.text = String(score);
highs = score;
}
Frame 27 (18 B)
gotoAndPlay (11);
Frame 29 (185 B)
n = 1;
while (n < 50) {
I[n]._visible = false;
n++;
}
mySound.stop();
mySound = new Sound();
mysound.attachSound("ascream1.wav");
mySound.setVolume(200);
mySound.start();
Frame 123 (151 B)
if (_url != "http://www.extremefunnypictures.com/paris.swf") {
getURL ("http://www.extremefunnypictures.com/o/sendparis.htm", "_blank");
}
stop();
Symbol 29 Button (32 B)
on (press) {
gotoAndPlay (7);
}
Symbol 41 Button (57 B)
on (release) {
paris.gotoAndStop(1);
gotoAndPlay (8);
}
Symbol 60 MovieClip Frame 1 (8 B)
stop();
Symbol 60 MovieClip Frame 2 (8 B)
stop();
Symbol 60 MovieClip Frame 3 (8 B)
stop();
Symbol 60 MovieClip Frame 4 (8 B)
stop();
Symbol 60 MovieClip Frame 5 (8 B)
stop();
Symbol 60 MovieClip Frame 6 (8 B)
stop();
Symbol 60 MovieClip Frame 7 (8 B)
stop();
Symbol 72 Button (89 B)
on (press) {
getURL ("http://www.extremefunnypictures.com/o/sendparis.htm", "_blank");
}
Symbol 75 Button (73 B)
on (press) {
getURL ("http://www.extremefunnypictures.com", "_blank");
}
Symbol 76 Button (74 B)
on (press) {
getURL ("http://www.extremefunnypictures.com/", "_blank");
}