Combined Code
frame 1 {
stop();
owner_URL = 'http://gamesofdesire.com/';
var sc1_c = false;
var sc2_c = false;
var sc3_c = false;
var sc4_c = false;
var sc5_c = false;
var sc6_c = false;
var sc7_c = false;
onEnterFrame = function () {
if (_currentframe != 1) {
return undefined;
}
percent_shadow = 'Loading: ' + int(100 * getBytesLoaded() / getBytesTotal()) + '%';
percent = percent_shadow;
bar.SetValue(getBytesLoaded() / getBytesTotal());
if (getBytesLoaded() == getBytesTotal()) {
gotoAndStop(3);
}
};
moregames1.onPress = function () {
getURL(owner_URL, '_blank');
};
}
movieClip 7 {
}
movieClip 12 {
}
movieClip 14 {
}
movieClip 16 {
frame 1 {
function SetValue(_value) {
hider._x = _value * volumer._width - hider._width;
}
SetValue(0);
}
}
movieClip 24 trans_screen {
frame 1 {
var next_screen;
}
frame 10 {
_parent.setScreen(next_screen);
}
frame 20 {
removeMovieClip(this);
}
}
movieClip 31 {
}
movieClip 40 {
}
movieClip 41 {
}
movieClip 48 main_menu {
frame 1 {
play_btn.onPress = function () {
_root.gotoScreen('select_level');
};
moregames.onPress = function () {
getURL(_root.owner_URL, '_blank');
};
}
}
movieClip 53 {
}
movieClip 55 {
frame 1 {
this.onRollOver = function () {
gotoAndStop(2);
};
this.onRollOut = function () {
gotoAndStop(1);
};
this.onReleaseOutside = function () {
gotoAndStop(1);
};
stop();
this.onEnterFrame = function () {
lc._visible = _root.sc1_c;
};
}
}
movieClip 60 {
frame 1 {
this.onRollOver = function () {
gotoAndStop(2);
};
this.onRollOut = function () {
gotoAndStop(1);
};
this.onReleaseOutside = function () {
gotoAndStop(1);
};
stop();
this.onEnterFrame = function () {
lc._visible = _root.sc2_c;
};
}
}
movieClip 65 {
frame 1 {
this.onRollOver = function () {
gotoAndStop(2);
};
this.onRollOut = function () {
gotoAndStop(1);
};
this.onReleaseOutside = function () {
gotoAndStop(1);
};
stop();
this.onEnterFrame = function () {
lc._visible = _root.sc3_c;
};
}
}
movieClip 70 {
frame 1 {
this.onRollOver = function () {
gotoAndStop(2);
};
this.onRollOut = function () {
gotoAndStop(1);
};
this.onReleaseOutside = function () {
gotoAndStop(1);
};
stop();
this.onEnterFrame = function () {
lc._visible = _root.sc4_c;
};
}
}
movieClip 75 {
frame 1 {
this.onRollOver = function () {
gotoAndStop(2);
};
this.onRollOut = function () {
gotoAndStop(1);
};
this.onReleaseOutside = function () {
gotoAndStop(1);
};
stop();
this.onEnterFrame = function () {
lc._visible = _root.sc5_c;
};
}
}
movieClip 80 {
frame 1 {
this.onRollOver = function () {
gotoAndStop(2);
};
this.onRollOut = function () {
gotoAndStop(1);
};
this.onReleaseOutside = function () {
gotoAndStop(1);
};
stop();
this.onEnterFrame = function () {
lc._visible = _root.sc6_c;
};
}
}
movieClip 85 {
frame 1 {
this.onRollOver = function () {
gotoAndStop(2);
};
this.onRollOut = function () {
gotoAndStop(1);
};
this.onReleaseOutside = function () {
gotoAndStop(1);
};
stop();
this.onEnterFrame = function () {
lc._visible = _root.sc7_c;
};
}
}
movieClip 120 {
frame 1 {
again_btn.onPress = function () {
_root.sc1_c = false;
_root.sc2_c = false;
_root.sc3_c = false;
_root.sc4_c = false;
_root.sc5_c = false;
_root.sc6_c = false;
_root.sc7_c = false;
_root.gotoScreen('main_menu');
};
moregames.onPress = function () {
getURL(_root.owner_URL, '_blank');
};
ad_btn1.onPress = function () {
getURL('http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=931191-0000&PA=1701259&HTML=http://www.3dsexdream.com', '_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=931191-0000&PA=1701259&HTML=http://www.3dgirlz.com', '_blank');
};
ad_btn5.onPress = function () {
getURL('http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=929207-0000&PA=1716527&BAN=0', '_blank');
};
}
}
movieClip 121 select_level {
frame 1 {
btn1.onPress = function () {
_root.gotoScreen('sc1');
};
btn2.onPress = function () {
_root.gotoScreen('sc2');
};
btn3.onPress = function () {
_root.gotoScreen('sc3');
};
btn4.onPress = function () {
_root.gotoScreen('sc4');
};
btn5.onPress = function () {
_root.gotoScreen('sc5');
};
btn6.onPress = function () {
_root.gotoScreen('sc6');
};
btn7.onPress = function () {
_root.gotoScreen('sc7');
};
moregames.onPress = function () {
getURL(_root.owner_URL, '_blank');
};
stop();
this.onEnterFrame = function () {
if (_root.sc1_c == true and _root.sc2_c == true and _root.sc3_c == true and _root.sc4_c == true and _root.sc5_c == true and _root.sc6_c == true and _root.sc7_c == true) {
this.gotoAndPlay(2);
_root.sc1_c = false;
}
};
}
frame 25 {
stop();
}
}
movieClip 159 {
frame 20 {
stop();
}
}
button 161 {
on (release) {
gotoAndPlay(1);
}
}
movieClip 163 {
frame 20 {
stop();
}
}
button 164 {
on (release) {
gotoAndPlay(584);
}
}
movieClip 166 {
frame 20 {
stop();
}
}
button 167 {
on (release) {
gotoAndPlay(1352);
}
}
movieClip 170 {
}
movieClip 171 {
}
button 172 {
on (release) {
gotoAndPlay(1925);
}
}
movieClip 178 {
frame 1 {
this.onRollOver = function () {
gotoAndStop(2);
};
this.onRollOut = function () {
gotoAndStop(1);
};
this.onReleaseOutside = function () {
gotoAndStop(1);
};
this.onPress = function () {
_root.gotoScreen('select_level');
};
stop();
}
}
movieClip 307 {
frame 575 {
gotoAndPlay(1);
}
frame 1343 {
gotoAndPlay(584);
}
frame 1921 {
gotoAndPlay(1352);
}
frame 2092 {
_root.gotoScreen('select_level');
_root.sc1_c = true;
stop();
}
}
movieClip 308 sc1 {
}
movieClip 346 {
frame 20 {
stop();
}
}
button 347 {
on (release) {
gotoAndPlay(1);
}
}
movieClip 348 {
frame 20 {
stop();
}
}
button 349 {
on (release) {
gotoAndPlay(584);
}
on (release) {
gotoAndPlay(521);
}
}
movieClip 350 {
frame 20 {
stop();
}
}
button 351 {
on (release) {
gotoAndPlay(1352);
}
on (release) {
gotoAndPlay(1107);
}
}
movieClip 352 {
}
movieClip 353 {
}
button 354 {
on (release) {
gotoAndPlay(1925);
}
on (release) {
gotoAndPlay(1710);
}
}
movieClip 410 {
frame 520 {
gotoAndPlay(1);
}
frame 1100 {
gotoAndPlay(521);
}
frame 1706 {
gotoAndPlay(1107);
}
frame 2001 {
_root.gotoScreen('select_level');
_root.sc2_c = true;
stop();
}
}
movieClip 411 sc2 {
}
movieClip 461 {
frame 20 {
stop();
}
}
button 462 {
on (release) {
gotoAndPlay(1);
}
}
movieClip 463 {
frame 20 {
stop();
}
}
button 464 {
on (release) {
gotoAndPlay(680);
}
}
movieClip 465 {
frame 20 {
stop();
}
}
button 466 {
on (release) {
gotoAndPlay(959);
}
}
movieClip 468 {
frame 20 {
stop();
}
}
button 469 {
on (release) {
gotoAndPlay(1450);
}
}
movieClip 470 {
}
movieClip 471 {
}
button 472 {
on (release) {
gotoAndPlay(2050);
}
}
movieClip 527 {
frame 665 {
gotoAndPlay(1);
}
frame 958 {
gotoAndPlay(679);
}
frame 1438 {
gotoAndPlay(959);
}
frame 2049 {
gotoAndPlay(1450);
}
frame 2465 {
_root.gotoScreen('select_level');
_root.sc3_c = true;
stop();
}
}
movieClip 528 sc3 {
}
movieClip 574 {
frame 20 {
stop();
}
}
button 575 {
on (release) {
gotoAndPlay(1);
}
}
movieClip 576 {
frame 20 {
stop();
}
}
button 577 {
on (release) {
gotoAndPlay(549);
}
}
movieClip 578 {
frame 20 {
stop();
}
}
button 579 {
on (release) {
gotoAndPlay(1122);
}
}
movieClip 580 {
}
movieClip 581 {
}
button 582 {
on (release) {
gotoAndPlay(1614);
}
}
movieClip 690 {
frame 540 {
gotoAndPlay(1);
}
frame 1118 {
gotoAndPlay(549);
}
frame 1605 {
gotoAndPlay(1122);
}
frame 1804 {
_root.gotoScreen('select_level');
_root.sc4_c = true;
stop();
}
}
movieClip 691 sc4 {
}
movieClip 740 {
frame 20 {
stop();
}
}
button 741 {
on (release) {
gotoAndPlay(1);
}
}
movieClip 742 {
frame 20 {
stop();
}
}
button 743 {
on (release) {
gotoAndPlay(669);
}
}
movieClip 744 {
frame 20 {
stop();
}
}
button 745 {
on (release) {
gotoAndPlay(1099);
}
}
movieClip 746 {
}
movieClip 747 {
}
button 748 {
on (release) {
gotoAndPlay(1979);
}
}
movieClip 833 {
frame 665 {
gotoAndPlay(1);
}
frame 1093 {
gotoAndPlay(669);
}
frame 1977 {
gotoAndPlay(1099);
}
frame 2348 {
_root.gotoScreen('select_level');
_root.sc5_c = true;
stop();
}
}
movieClip 834 sc5 {
}
movieClip 884 {
frame 20 {
stop();
}
}
button 885 {
on (release) {
gotoAndPlay(1);
}
}
movieClip 886 {
frame 20 {
stop();
}
}
button 887 {
on (release) {
gotoAndPlay(803);
}
}
movieClip 888 {
frame 20 {
stop();
}
}
button 889 {
on (release) {
gotoAndPlay(1488);
}
}
movieClip 890 {
}
movieClip 891 {
}
button 892 {
on (release) {
gotoAndPlay(2128);
}
}
movieClip 957 {
frame 800 {
gotoAndPlay(1);
}
frame 1482 {
gotoAndPlay(803);
}
frame 2127 {
gotoAndPlay(1488);
}
frame 2320 {
_root.gotoScreen('select_level');
_root.sc6_c = true;
stop();
}
frame 2703 {
gotoAndPlay(2462);
}
}
movieClip 958 sc6 {
}
movieClip 988 {
frame 20 {
stop();
}
}
button 989 {
on (release) {
gotoAndPlay(1);
}
}
movieClip 990 {
frame 20 {
stop();
}
}
button 991 {
on (release) {
gotoAndPlay(450);
}
}
movieClip 992 {
frame 20 {
stop();
}
}
button 993 {
on (release) {
gotoAndPlay(778);
}
}
movieClip 994 {
}
movieClip 995 {
}
button 996 {
on (release) {
gotoAndPlay(1138);
}
}
movieClip 1033 {
frame 1 {
gotoAndPlay(1);
}
frame 449 {
gotoAndPlay(1);
}
frame 769 {
gotoAndPlay(450);
}
frame 1137 {
gotoAndPlay(778);
}
frame 1268 {
_root.gotoScreen('select_level');
_root.sc7_c = true;
stop();
}
}
movieClip 1034 sc7 {
}
movieClip 1035 sc0 {
}
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 shuffle(src) {
res = new Array();
src_length = src.length;
q_order = new Array();
q_order = src;
i = 0;
while (i < src_length) {
r = random(q_order.length);
res.push(src[r]);
q_order.splice(r, 1);
++i;
}
return res;
}
setScreen('main_menu');
}