Frame 1 (1.22 KiB) ●
stop();
owner_URL = "http://www.gamesofdesire.com/";
onEnterFrame = function () {
if (_currentframe != 1) {
return(undefined);
}
p1 = int((100 * getBytesLoaded()) / getBytesTotal());
p2 = int((1000 * getBytesLoaded()) / getBytesTotal()) - (10 * p1);
percent = (percent_shadow = ((("Loading: " + p1) + ".") + p2) + "%");
bar.SetValue(getBytesLoaded() / getBytesTotal());
if (getBytesLoaded() == getBytesTotal()) {
gotoAndStop (3);
}
};
moregames.onPress = function () {
getURL (owner_URL, "_blank");
};
ad_btn1.onPress = function () {
getURL ("http://www.redlightcenter.com/flashtour.asp?trq=13778", "_blank");
};
ad_btn2.onPress = function () {
getURL ("http://affiliates.thrixxx.com/scripts/connect.php?bid=0&ccb=1703162&int=INT-EN-0000", "_blank");
};
ad_btn3.onPress = function () {
getURL ("http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=936567-0000&PA=1757601&BAN=0", "_blank");
};
ad_btn4.onPress = function () {
getURL ("http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=936567-0002&PA=1897852&BAN=0", "_blank");
};
ad_btn5.onPress = function () {
getURL ("http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=931191-0000&PA=1701259&HTML=http://www.3dgirlz.com", "_blank");
};
Frame 3 (455 B)
function setScreen(clip_name) {
if (screen != undefined) {
removeMovieClip(screen);
}
attachMovie(clip_name, "screen", 0);
}
function gotoScreen(clip_name) {
if (trans != undefined) {
removeMovieClip(trans);
}
attachMovie("trans_screen", "trans", 1).next_screen = clip_name;
}
function playSound(snd_name) {
trace(snd_name);
snd = new Sound();
snd.attachSound(snd_name);
snd.start();
delete snd;
}
setScreen("mainmenu");
Symbol 14 MovieClip Frame 1 (100 B)
function SetValue(_value) {
hider._x = (_value * volumer._width) - hider._width;
}
SetValue(0);
Symbol 46 MovieClip [trans_screen] Frame 1 (17 B)
var next_screen;
Symbol 46 MovieClip [trans_screen] Frame 10 (32 B)
_parent.setScreen(next_screen);
Symbol 46 MovieClip [trans_screen] Frame 20 (23 B)
removeMovieClip(this);
Symbol 55 MovieClip Frame 15 (56 B)
stop();
next_btn.onPress = function () {
play();
};
Symbol 55 MovieClip Frame 30 (56 B)
stop();
next_btn.onPress = function () {
play();
};
Symbol 55 MovieClip Frame 31 (77 B)
stop();
next_btn.onPress = function () {
_root.gotoScreen("screen2");
};
Symbol 56 MovieClip [screen1] Frame 1 (490 B)
frame = _currentframe + 1;
speed = 1;
play_forward = true;
play_anyway = false;
frame_min = 42;
frame_max = 134;
onEnterFrame = function () {
if (play_anyway) {
return(undefined);
}
if ((frame - speed) < frame_min) {
play_forward = true;
} else if ((frame + speed) > frame_max) {
play_forward = false;
}
if (play_forward == true) {
frame = frame + speed;
} else if (play_forward == false) {
frame = frame - speed;
}
gotoAndStop(int(frame));
};
Symbol 60 MovieClip Frame 15 (56 B)
stop();
next_btn.onPress = function () {
play();
};
Symbol 60 MovieClip Frame 16 (115 B)
stop();
next_btn.onPress = function () {
_visible = false;
_parent.play_anyway = true;
_parent.play();
};
Symbol 61 MovieClip [screen2] Frame 1 (489 B)
frame = _currentframe + 1;
speed = 1;
play_forward = true;
play_anyway = false;
frame_min = 52;
frame_max = 68;
onEnterFrame = function () {
if (play_anyway) {
return(undefined);
}
if ((frame - speed) < frame_min) {
play_forward = true;
} else if ((frame + speed) > frame_max) {
play_forward = false;
}
if (play_forward == true) {
frame = frame + speed;
} else if (play_forward == false) {
frame = frame - speed;
}
gotoAndStop(int(frame));
};
Symbol 61 MovieClip [screen2] Frame 76 (29 B)
_root.gotoScreen("screen3");
Symbol 61 MovieClip [screen2] Frame 81 (8 B)
stop();
Symbol 70 MovieClip Frame 1 (147 B)
stop();
hard = false;
_parent.speed = 1;
next_btn.onPress = function () {
_parent._parent.babe.head.gotoAndStop(2 + random(7));
play();
};
Symbol 70 MovieClip Frame 7 (42 B)
stop();
hard = true;
_parent.speed = 2;
Symbol 81 MovieClip Frame 16 (8 B)
stop();
Symbol 82 MovieClip Frame 1 (647 B)
if (_root.titfuck1) {
val = 1;
} else {
val = 0;
}
SetHider = function () {
hider._y = 360 - (360 * val);
};
SetHider();
glow.gotoAndStop(16);
next_btn._visible = false;
onEnterFrame = function () {
if (val >= 1) {
if (!next_btn._visible) {
next_btn._visible = true;
glow._x = next_btn._x - 60;
glow._y = next_btn._y - 10;
glow.play();
}
} else {
val = val + ((2 * _parent.speed) / 1000);
SetHider();
}
};
next_btn.onPress = function () {
_visible = false;
if (_root.titfuck1) {
_root.gotoScreen("screen4");
} else {
_root.gotoScreen("screen3_");
_root.titfuck1 = true;
}
};
Symbol 83 MovieClip [screen3] Frame 1 (196 B)
stop();
speed = 1;
frame = 1;
frames_count = 198;
onEnterFrame = function () {
frame = frame + speed;
if (frame > (frames_count + 1)) {
frame = 2;
}
gotoAndStop(int(frame));
};
Symbol 86 MovieClip Frame 1 (149 B)
stop();
hard = false;
_parent.speed = 0.8;
next_btn.onPress = function () {
_parent._parent.babe.head.gotoAndStop(2 + random(7));
play();
};
Symbol 86 MovieClip Frame 7 (44 B)
stop();
hard = true;
_parent.speed = 1.4;
Symbol 87 MovieClip Frame 1 (746 B)
if (_root.titfuck2) {
val = 1;
} else {
val = 0;
}
SetHider = function () {
hider._y = 360 - (360 * val);
};
SetHider();
glow.gotoAndStop(16);
next_btn._visible = false;
back_btn._visible = false;
onEnterFrame = function () {
if (val >= 1) {
if (!next_btn._visible) {
next_btn._visible = true;
back_btn._visible = true;
glow._x = next_btn._x - 60;
glow._y = next_btn._y - 10;
glow.play();
}
} else {
val = val + ((2 * _parent.speed) / 1000);
SetHider();
}
};
next_btn.onPress = function () {
_root.titfuck2 = true;
_visible = false;
_root.gotoScreen("screen5");
};
back_btn.onPress = function () {
_root.titfuck2 = true;
_visible = false;
_root.gotoScreen("screen3");
};
Symbol 88 MovieClip [screen4] Frame 1 (837 B)
frame = _currentframe + 1;
speed = 1;
play_forward = true;
play_anyway = false;
frame_min = new Array(51, 10);
frame_max = new Array(85, 71, 48);
r_min = 0;
r_max = 0;
onEnterFrame = function () {
if (play_anyway) {
return(undefined);
}
if ((frame - speed) < frame_min[r_min]) {
play_forward = true;
if (speed > 1) {
r_max = random(2) + 1;
} else {
r_max = random(frame_max.length);
}
if (frame_max[r_max] < frame_min[r_min]) {
r_max--;
}
} else if ((frame + speed) > frame_max[r_max]) {
play_forward = false;
r_min = random(frame_min.length);
if (frame_max[r_max] < frame_min[r_min]) {
r_min++;
}
}
if (play_forward == true) {
frame = frame + speed;
} else if (play_forward == false) {
frame = frame - speed;
}
gotoAndStop(int(frame));
};
Symbol 90 MovieClip [screen3_] Frame 66 (29 B)
_root.gotoScreen("screen4");
Symbol 90 MovieClip [screen3_] Frame 71 (8 B)
stop();
Symbol 93 MovieClip Frame 1 (147 B)
stop();
hard = false;
_parent.speed = 1;
next_btn.onPress = function () {
_parent._parent.babe.head.gotoAndStop(2 + random(7));
play();
};
Symbol 93 MovieClip Frame 7 (42 B)
stop();
hard = true;
_parent.speed = 2;
Symbol 104 MovieClip Frame 1 (746 B)
if (_root.titfuck3) {
val = 1;
} else {
val = 0;
}
SetHider = function () {
hider._y = 360 - (360 * val);
};
SetHider();
glow.gotoAndStop(16);
next_btn._visible = false;
back_btn._visible = false;
onEnterFrame = function () {
if (val >= 1) {
if (!next_btn._visible) {
next_btn._visible = true;
back_btn._visible = true;
glow._x = next_btn._x - 60;
glow._y = next_btn._y - 10;
glow.play();
}
} else {
val = val + ((2 * _parent.speed) / 1000);
SetHider();
}
};
next_btn.onPress = function () {
_root.titfuck3 = true;
_visible = false;
_root.gotoScreen("screen6");
};
back_btn.onPress = function () {
_root.titfuck3 = true;
_visible = false;
_root.gotoScreen("screen4");
};
Symbol 105 MovieClip Frame 1 (746 B)
if (_root.titfuck3) {
val = 1;
} else {
val = 0;
}
SetHider = function () {
hider._y = 360 - (360 * val);
};
SetHider();
glow.gotoAndStop(16);
next_btn._visible = false;
back_btn._visible = false;
onEnterFrame = function () {
if (val >= 1) {
if (!next_btn._visible) {
next_btn._visible = true;
back_btn._visible = true;
glow._x = next_btn._x - 60;
glow._y = next_btn._y - 10;
glow.play();
}
} else {
val = val + ((2 * _parent.speed) / 1000);
SetHider();
}
};
next_btn.onPress = function () {
_root.titfuck3 = true;
_visible = false;
_root.gotoScreen("screen6");
};
back_btn.onPress = function () {
_root.titfuck3 = true;
_visible = false;
_root.gotoScreen("screen4");
};
Symbol 108 MovieClip [screen5] Frame 1 (785 B)
stop();
speed = 1;
frame = 1;
frames_count = 191;
start_frame = 2;
meter2._visible = false;
view = 2;
onEnterFrame = function () {
frame = frame + speed;
if (frame > (frames_count + 1)) {
frame = start_frame;
}
gotoAndStop(int(frame));
};
change_btn.onPress = function () {
if (view == 1) {
start_frame = 2;
frame = start_frame;
frames_count = 191;
meter2._visible = false;
meter1._visible = true;
view = 2;
} else if (view == 2) {
start_frame = 193;
frame = start_frame;
frames_count = 254;
meter2._visible = true;
meter1._visible = false;
view = 3;
} else if (view == 3) {
start_frame = 293;
frame = start_frame;
frames_count = 323;
meter2._visible = true;
meter1._visible = false;
view = 1;
}
};
Symbol 112 MovieClip Frame 15 (56 B)
stop();
next_btn.onPress = function () {
play();
};
Symbol 112 MovieClip Frame 16 (98 B)
stop();
next_btn.onPress = function () {
_visible = false;
_root.gotoScreen("screen7");
};
Symbol 113 MovieClip [screen6] Frame 1 (491 B)
frame = _currentframe + 1;
speed = 1;
play_forward = true;
play_anyway = false;
frame_min = 198;
frame_max = 260;
onEnterFrame = function () {
if (play_anyway) {
return(undefined);
}
if ((frame - speed) < frame_min) {
play_forward = true;
} else if ((frame + speed) > frame_max) {
play_forward = false;
}
if (play_forward == true) {
frame = frame + speed;
} else if (play_forward == false) {
frame = frame - speed;
}
gotoAndStop(int(frame));
};
Symbol 117 MovieClip Frame 15 (120 B)
stop();
next_btn.onPress = function () {
_visible = false;
_parent.frame_min = 67;
_parent.frame_max = 160;
};
Symbol 120 MovieClip Frame 15 (115 B)
stop();
next_btn.onPress = function () {
_visible = false;
_parent.play_anyway = true;
_parent.play();
};
Symbol 123 MovieClip Frame 15 (98 B)
stop();
next_btn.onPress = function () {
_visible = false;
_root.gotoScreen("screen8");
};
Symbol 124 MovieClip [screen7] Frame 1 (489 B)
frame = _currentframe + 1;
speed = 1;
play_forward = true;
play_anyway = false;
frame_min = 50;
frame_max = 66;
onEnterFrame = function () {
if (play_anyway) {
return(undefined);
}
if ((frame - speed) < frame_min) {
play_forward = true;
} else if ((frame + speed) > frame_max) {
play_forward = false;
}
if (play_forward == true) {
frame = frame + speed;
} else if (play_forward == false) {
frame = frame - speed;
}
gotoAndStop(int(frame));
};
Symbol 124 MovieClip [screen7] Frame 161 (119 B)
frame = _currentframe + 1;
speed = 1;
play_forward = true;
play_anyway = false;
frame_min = 195;
frame_max = 232;
Symbol 128 MovieClip [screen8] Frame 393 (29 B)
_root.gotoScreen("screen9");
Symbol 128 MovieClip [screen8] Frame 400 (8 B)
stop();
Symbol 130 MovieClip [screen9] Frame 57 (30 B)
_root.gotoScreen("screen10");
Symbol 130 MovieClip [screen9] Frame 62 (8 B)
stop();
Symbol 132 MovieClip [screen10] Frame 1 (296 B)
stop();
speed = 1.5;
frame = 1;
frames_count = 38;
onEnterFrame = function () {
frame = frame + speed;
if (frame > (frames_count + 1)) {
frame = 7;
}
gotoAndStop(int(frame));
};
next_btn.onPress = function () {
next_btn._visible = false;
_root.gotoScreen("screen24");
};
Symbol 144 MovieClip [screen24] Frame 88 (880 B)
stop();
again_btn.onPress = function () {
_root.gotoScreen("mainmenu");
};
moregames.onPress = function () {
getURL (_parent.owner_URL, "_blank");
};
ad_btn1.onPress = function () {
getURL ("http://www.redlightcenter.com/flashtour.asp?trq=13778", "_blank");
};
ad_btn2.onPress = function () {
getURL ("http://affiliates.thrixxx.com/scripts/connect.php?bid=0&ccb=1703162&int=INT-EN-0000", "_blank");
};
ad_btn3.onPress = function () {
getURL ("http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=936567-0000&PA=1757601&BAN=0", "_blank");
};
ad_btn4.onPress = function () {
getURL ("http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=936567-0002&PA=1897852&BAN=0", "_blank");
};
ad_btn5.onPress = function () {
getURL ("http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=931191-0000&PA=1701259&HTML=http://www.3dgirlz.com", "_blank");
};
Symbol 155 MovieClip [mainmenu] Frame 1 (149 B)
play_btn.onPress = function () {
_parent.gotoScreen("screen1");
};
moregames.onPress = function () {
getURL (_parent.owner_URL, "_blank");
};