Frame 1
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);
}
};
play_btn.onPress = function () {
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=931466-0000&PA=1950632", "_blank");
};
ad_btn5.onPress = function () {
getURL ("http://buybonetown.com/store/pc/btRedirect.asp?idaffiliate=191", "_blank");
};
Frame 3
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
function SetValue(_value) {
hider._x = (_value * volumer._width) - hider._width;
}
SetValue(0);
Symbol 46 MovieClip [trans_screen] Frame 1
var next_screen;
Symbol 46 MovieClip [trans_screen] Frame 10
_parent.setScreen(next_screen);
Symbol 46 MovieClip [trans_screen] Frame 20
removeMovieClip(this);
Symbol 53 MovieClip Frame 34
stop();
next_btn.onPress = function () {
_root.setScreen("screen2");
};
Symbol 54 MovieClip [screen1] Frame 1
frame = _currentframe + 1;
play_forward = true;
play_anyway = false;
frame_min = 113;
frame_max = 143;
speed = 0.7;
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 58 MovieClip Frame 15
stop();
next_btn.onPress = function () {
_root.gotoScreen("select1");
};
Symbol 59 MovieClip [screen2] Frame 80
frame = _currentframe + 1;
play_forward = true;
play_anyway = false;
frame_min = 80;
frame_max = 158;
speed = 1;
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 71 MovieClip Frame 16
stop();
Symbol 72 MovieClip Frame 1
if (_root.fucked1) {
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;
glow._y = next_btn._y;
glow.play();
}
} else {
val = val + ((1.2 * _parent.speed) / 1000);
SetHider();
}
};
next_btn.onPress = function () {
_visible = false;
_root.fucked1 = true;
_root.gotoScreen("select1");
};
Symbol 85 MovieClip Frame 1
stop();
hard = false;
next_btn.onPress = function () {
if (_parent.view == 2) {
if (hard) {
_parent.gotoAndStop(111);
} else {
_parent.gotoAndStop(264);
}
} else if (_parent.view == 1) {
if (hard) {
_parent.gotoAndStop(1);
} else {
_parent.gotoAndStop(216);
}
}
play();
};
Symbol 85 MovieClip Frame 7
stop();
hard = true;
Symbol 89 MovieClip [screen3] Frame 1
stop();
start_frame = 11;
frames_count = 106;
frame = _currentframe + 1;
speed = 1;
view = 1;
onEnterFrame = function () {
frame = frame + speed;
if (frame > (frames_count + 1)) {
frame = start_frame;
}
gotoAndStop(int(frame));
};
change_btn.onPress = function () {
gotoAndStop (264);
if (view == 1) {
view = 2;
if (!switcher.hard) {
gotoAndStop (111);
} else {
gotoAndStop (264);
}
} else if (view == 2) {
view = 1;
if (!switcher.hard) {
gotoAndStop (1);
} else {
gotoAndStop (216);
}
}
};
Symbol 89 MovieClip [screen3] Frame 111
stop();
start_frame = 111;
frames_count = 205;
frame = _currentframe + 1;
speed = 1;
onEnterFrame = function () {
frame = frame + speed;
if (frame > (frames_count + 1)) {
frame = start_frame;
}
gotoAndStop(int(frame));
};
Symbol 89 MovieClip [screen3] Frame 216
stop();
start_frame = 216;
frames_count = 262;
frame = _currentframe + 1;
speed = 1;
onEnterFrame = function () {
frame = frame + speed;
if (frame > (frames_count + 1)) {
frame = start_frame;
}
gotoAndStop(int(frame));
};
Symbol 89 MovieClip [screen3] Frame 264
stop();
start_frame = 268;
frames_count = 284;
frame = _currentframe + 1;
speed = 1;
onEnterFrame = function () {
frame = frame + speed;
if (frame > (frames_count + 1)) {
frame = start_frame;
}
gotoAndStop(int(frame));
};
Symbol 91 MovieClip Frame 1
if (_root.fucked2) {
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;
glow._y = next_btn._y;
glow.play();
}
} else {
val = val + ((1.5 * _parent.speed) / 1000);
SetHider();
}
};
next_btn.onPress = function () {
_visible = false;
_root.fucked2 = true;
_root.gotoScreen("select1");
};
Symbol 94 MovieClip [screen4] Frame 1
play_forward = true;
play_anyway = false;
frame_min = 1;
frame_max = 66;
frame = _currentframe + 1;
view = 1;
speed = 1;
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));
};
change_btn.onPress = function () {
if (view == 1) {
view = 2;
gotoAndStop (74);
} else if (view == 2) {
view = 3;
gotoAndStop (113);
} else if (view == 3) {
view = 1;
gotoAndStop (1);
}
};
Symbol 94 MovieClip [screen4] Frame 74
play_forward = true;
play_anyway = false;
frame_min = 74;
frame_max = 106;
frame = _currentframe + 1;
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 94 MovieClip [screen4] Frame 113
play_forward = true;
play_anyway = false;
frame_min = 113;
frame_max = 185;
frame = _currentframe + 1;
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 96 MovieClip Frame 1
if (_root.fucked3) {
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;
glow._y = next_btn._y;
glow.play();
}
} else {
val = val + ((1.5 * _parent.speed) / 1000);
SetHider();
}
};
next_btn.onPress = function () {
_visible = false;
_root.fucked3 = true;
_root.gotoScreen("select1");
};
Symbol 99 MovieClip [screen5] Frame 1
frame = _currentframe + 1;
play_forward = true;
play_anyway = false;
frame_min = 1;
frame_max = 47;
speed = 1;
view = 1;
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));
};
change_btn.onPress = function () {
if (view == 1) {
view = 2;
gotoAndStop (55);
} else if (view == 2) {
view = 3;
gotoAndStop (124);
} else if (view == 3) {
view = 1;
gotoAndStop (1);
}
};
Symbol 99 MovieClip [screen5] Frame 55
frame = _currentframe + 1;
play_forward = true;
play_anyway = false;
frame_min = 55;
frame_max = 121;
speed = 1;
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 99 MovieClip [screen5] Frame 124
frame = _currentframe + 1;
play_forward = true;
play_anyway = false;
frame_min = 124;
frame_max = 189;
speed = 1;
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 101 MovieClip Frame 1
if (_root.fucked4) {
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 - 70;
glow._y = next_btn._y - 10;
glow.play();
}
} else {
val = val + ((1.5 * _parent.speed) / 1000);
SetHider();
}
};
next_btn.onPress = function () {
_visible = false;
_root.fucked4 = true;
_root.gotoScreen("select1");
};
Symbol 104 MovieClip [screen6] Frame 1
gotoAndStop (6);
Symbol 104 MovieClip [screen6] Frame 6
stop();
start_frame = 6;
frames_count = 76;
frame = start_frame;
speed = 1;
view = 1;
onEnterFrame = function () {
frame = frame + speed;
if (frame > (frames_count + 1)) {
frame = start_frame;
}
gotoAndStop(int(frame));
};
change_btn.onPress = function () {
if (view == 1) {
view = 2;
gotoAndStop (83);
} else if (view == 2) {
view = 3;
gotoAndStop (152);
} else if (view == 3) {
view = 1;
gotoAndStop (6);
}
};
Symbol 104 MovieClip [screen6] Frame 83
frame = _currentframe + 1;
play_forward = true;
play_anyway = false;
frame_min = 93;
frame_max = 149;
speed = 1;
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 104 MovieClip [screen6] Frame 152
stop();
start_frame = 158;
frames_count = 268;
frame = _currentframe + 1;
speed = 1;
onEnterFrame = function () {
frame = frame + speed;
if (frame > (frames_count + 1)) {
frame = start_frame;
}
gotoAndStop(int(frame));
};
Symbol 106 MovieClip Frame 1
if (_root.fucked5) {
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;
glow._y = next_btn._y;
glow.play();
}
} else {
val = val + ((1.5 * _parent.speed) / 1000);
SetHider();
}
};
next_btn.onPress = function () {
_visible = false;
_root.fucked5 = true;
_root.gotoScreen("select2");
};
Symbol 108 MovieClip Frame 1
stop();
hard = false;
_parent.speed = 0.8;
next_btn.onPress = function () {
_parent._parent.babe.head.gotoAndStop(2 + random(7));
play();
};
Symbol 108 MovieClip Frame 7
stop();
hard = true;
_parent.speed = 1.6;
Symbol 111 MovieClip [screen7] Frame 1
gotoAndStop (11);
Symbol 111 MovieClip [screen7] Frame 11
stop();
start_frame = 11;
frames_count = 73;
frame = _currentframe + 1;
view = 1;
onEnterFrame = function () {
frame = frame + speed;
if (frame > (frames_count + 1)) {
frame = start_frame;
}
gotoAndStop(int(frame));
};
change_btn.onPress = function () {
if (view == 1) {
view = 2;
gotoAndStop (85);
} else if (view == 2) {
view = 3;
gotoAndStop (174);
} else if (view == 3) {
view = 1;
gotoAndStop (11);
}
};
Symbol 111 MovieClip [screen7] Frame 85
stop();
start_frame = 85;
frames_count = 164;
frame = start_frame;
onEnterFrame = function () {
frame = frame + speed;
if (frame > (frames_count + 1)) {
frame = start_frame;
}
gotoAndStop(int(frame));
};
Symbol 111 MovieClip [screen7] Frame 174
stop();
start_frame = 180;
frames_count = 243;
frame = _currentframe + 1;
onEnterFrame = function () {
frame = frame + speed;
if (frame > (frames_count + 1)) {
frame = start_frame;
}
gotoAndStop(int(frame));
};
Symbol 113 MovieClip Frame 1
if (_root.fucked6) {
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;
glow._y = next_btn._y;
glow.play();
}
} else {
val = val + ((1.5 * _parent.speed) / 1000);
SetHider();
}
};
next_btn.onPress = function () {
_visible = false;
_root.fucked6 = true;
_root.gotoScreen("select2");
};
Symbol 116 MovieClip [screen8] Frame 1
gotoAndStop (4);
Symbol 116 MovieClip [screen8] Frame 4
stop();
start_frame = 4;
frames_count = 62;
frame = start_frame;
view = 1;
speed = 1;
onEnterFrame = function () {
frame = frame + speed;
if (frame > (frames_count + 1)) {
frame = start_frame;
}
gotoAndStop(int(frame));
};
change_btn.onPress = function () {
if (view == 1) {
view = 2;
gotoAndStop (70);
} else if (view == 2) {
view = 3;
gotoAndStop (122);
} else if (view == 3) {
view = 1;
gotoAndStop (4);
}
};
Symbol 116 MovieClip [screen8] Frame 70
stop();
start_frame = 71;
frames_count = 116;
frame = _currentframe + 1;
onEnterFrame = function () {
frame = frame + speed;
if (frame > (frames_count + 1)) {
frame = start_frame;
}
gotoAndStop(int(frame));
};
Symbol 116 MovieClip [screen8] Frame 122
stop();
start_frame = 122;
frames_count = 156;
frame = start_frame;
onEnterFrame = function () {
frame = frame + speed;
if (frame > (frames_count + 1)) {
frame = start_frame;
}
gotoAndStop(int(frame));
};
Symbol 118 MovieClip Frame 1
if (_root.fucked7) {
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 - 70;
glow._y = next_btn._y - 10;
glow.play();
}
} else {
val = val + ((1.5 * _parent.speed) / 1000);
SetHider();
}
};
next_btn.onPress = function () {
_visible = false;
_root.fucked7 = true;
_root.gotoScreen("select2");
};
Symbol 121 MovieClip [screen9] Frame 1
gotoAndStop (8);
Symbol 121 MovieClip [screen9] Frame 8
stop();
start_frame = 8;
frames_count = 87;
frame = start_frame;
view = 1;
onEnterFrame = function () {
frame = frame + speed;
if (frame > (frames_count + 1)) {
frame = start_frame;
}
gotoAndStop(int(frame));
};
change_btn.onPress = function () {
if (view == 1) {
view = 2;
gotoAndStop (94);
} else if (view == 2) {
view = 3;
gotoAndStop (148);
} else if (view == 3) {
view = 1;
gotoAndStop (8);
}
};
Symbol 121 MovieClip [screen9] Frame 94
stop();
start_frame = 94;
frames_count = 140;
frame = start_frame;
onEnterFrame = function () {
frame = frame + speed;
if (frame > (frames_count + 1)) {
frame = start_frame;
}
gotoAndStop(int(frame));
};
Symbol 121 MovieClip [screen9] Frame 148
stop();
start_frame = 154;
frames_count = 184;
frame = _currentframe + 1;
onEnterFrame = function () {
frame = frame + speed;
if (frame > (frames_count + 1)) {
frame = start_frame;
}
gotoAndStop(int(frame));
};
Symbol 123 MovieClip Frame 1
if (_root.fucked8) {
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;
glow._y = next_btn._y;
glow.play();
}
} else {
val = val + ((1.5 * _parent.speed) / 1000);
SetHider();
}
};
next_btn.onPress = function () {
_visible = false;
_root.fucked8 = true;
_root.gotoScreen("select2");
};
Symbol 126 MovieClip [screen10] Frame 5
stop();
start_frame = 5;
frames_count = 50;
frame = start_frame;
view = 1;
onEnterFrame = function () {
frame = frame + speed;
if (frame > (frames_count + 1)) {
frame = start_frame;
}
gotoAndStop(int(frame));
};
change_btn.onPress = function () {
if (view == 1) {
view = 2;
gotoAndStop (60);
} else if (view == 2) {
view = 3;
gotoAndStop (104);
} else if (view == 3) {
view = 1;
gotoAndStop (5);
}
};
Symbol 126 MovieClip [screen10] Frame 60
stop();
start_frame = 60;
frames_count = 96;
frame = start_frame;
onEnterFrame = function () {
frame = frame + speed;
if (frame > (frames_count + 1)) {
frame = start_frame;
}
gotoAndStop(int(frame));
};
Symbol 126 MovieClip [screen10] Frame 104
stop();
start_frame = 108;
frames_count = 179;
frame = _currentframe + 1;
onEnterFrame = function () {
frame = frame + speed;
if (frame > (frames_count + 1)) {
frame = start_frame;
}
gotoAndStop(int(frame));
};
Symbol 156 MovieClip Frame 1
if (_root.start1) {
gotoAndStop (25);
}
Symbol 156 MovieClip Frame 24
stop();
next_btn.onPress = function () {
play();
};
Symbol 156 MovieClip Frame 25
stop();
if (!_root.fucked1) {
check1._visible = false;
}
if (!_root.fucked2) {
check2._visible = false;
}
if (!_root.fucked3) {
check3._visible = false;
}
if (!_root.fucked4) {
check4._visible = false;
}
if ((((!check1._visible) || (!check2._visible)) || (!check3._visible)) || (!check4._visible)) {
cum_btn._visible = false;
}
btn1.onPress = function () {
_root.start1 = true;
_root.gotoScreen("screen3");
};
btn2.onPress = function () {
_root.start1 = true;
_root.gotoScreen("screen4");
};
btn3.onPress = function () {
_root.start1 = true;
_root.gotoScreen("screen5");
};
btn4.onPress = function () {
_root.start1 = true;
_root.gotoScreen("screen6");
};
cum_btn.onPress = function () {
_root.gotoScreen("screen12");
};
Symbol 157 MovieClip [select1] Frame 1
frame = _currentframe + 1;
play_forward = true;
play_anyway = false;
frame_min = 1;
frame_max = 53;
speed = 1;
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 161 MovieClip [screen12] Frame 431
stop();
_root.gotoScreen("select2");
Symbol 179 MovieClip [select2] Frame 1
stop();
if (!_root.fucked5) {
check1._visible = false;
}
if (!_root.fucked6) {
check2._visible = false;
}
if (!_root.fucked7) {
check3._visible = false;
}
if (!_root.fucked8) {
check4._visible = false;
}
if ((((!check1._visible) || (!check2._visible)) || (!check3._visible)) || (!check4._visible)) {
cum_btn._visible = false;
}
btn1.onPress = function () {
_root.start1 = true;
_root.gotoScreen("screen7");
};
btn2.onPress = function () {
_root.start1 = true;
_root.gotoScreen("screen8");
};
btn3.onPress = function () {
_root.start1 = true;
_root.gotoScreen("screen9");
};
btn4.onPress = function () {
_root.start1 = true;
_root.gotoScreen("screen10");
};
cum_btn.onPress = function () {
_root.gotoScreen("screen13");
};
frame = _currentframe + 1;
play_forward = true;
play_anyway = false;
frame_min = 1;
frame_max = 61;
speed = 1;
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 199 MovieClip [screen13] Frame 615
stop();
again_btn.onPress = function () {
_root.start1 = false;
_root.gotoScreen("mainmenu");
};
moregames.onPress = function () {
getURL (_parent.owner_URL, "_blank");
};
hentaion_btn.onPress = function () {
getURL ("http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=936567-0000&PA=1757601&BAN=0", "_blank");
};
Symbol 206 MovieClip Frame 15
stop();
play_btn.onPress = function () {
_root.gotoScreen("screen1");
};
moregames.onPress = function () {
getURL (_root.owner_URL, "_blank");
};
Symbol 207 MovieClip [mainmenu] Frame 1
stop();