Frame 1
function site(url_to_lock) {
domain_parts = _url.split("://");
real_domain = domain_parts[1].split("/");
domain.text = real_domain[0];
if (real_domain[0] != url_to_lock) {
speechchange = false;
}
}
function __com_mochibot__(swfid, mc, lv, trk) {
var x;
var g;
var s;
var fv;
var sb;
var u;
var res;
var mb;
var mbc;
var pv;
mb = "__mochibot__";
mbc = "mochibot.com";
g = (_global ? (_global) : (_level0._root));
if (g[mb + swfid]) {
return(g[mb + swfid]);
}
s = System.security;
x = mc._root.getSWFVersion;
fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5)));
if (!s) {
s = {};
}
sb = s.sandboxType;
if (sb == "localWithFile") {
return(null);
}
x = s.allowDomain;
if (x) {
s.allowDomain(mbc);
}
x = s.allowInsecureDomain;
if (x) {
s.allowInsecureDomain(mbc);
}
pv = ((fv == 5) ? (getVersion()) : (System.capabilities.version));
u = (((((((((((("http://" + mbc) + "/my/core.swf?mv=8&fv=") + fv) + "&v=") + escape(pv)) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "")) + (trk ? "&t=1" : "");
lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv))));
g[mb + "level"] = lv;
if (fv == 5) {
res = "_level" + lv;
if (!eval (res)) {
loadMovieNum (u, lv);
}
} else {
res = mc.createEmptyMovieClip(mb + swfid, lv);
res.loadMovie(u);
}
return(res);
}
_quality = "high";
cansee = true;
speechchange = true;
site("yaoi.y-gallery.net");
__com_mochibot__("ec973e04", this, 10301, true);
Frame 2
yes_btn.onRollOver = function () {
new Color(_root.yes_btn.yes_text).setRGB(13382604);
};
yes_btn.onRollOut = function () {
new Color(_root.yes_btn.yes_text).setRGB(16777215);
};
yes_btn.onRelease = function () {
gotoAndStop ("play");
};
Frame 4
stop();
_root.globalSound = new Sound();
_root.bgSound = new Sound(soundbg_mc);
_root.bgSound.attachSound("soundbg");
_root.bgSound.start(0, 9999);
togglesound.onRollOver = function () {
new Color(_root.togglesound).setRGB(13382604);
};
togglesound.onRollOut = function () {
new Color(_root.togglesound).setRGB(16777215);
};
togglesound.onRelease = function () {
this.play();
};
if (cansee == false) {
speech._alpha = 0;
}
if (speechchange == false) {
speech.gotoAndStop(2);
}
dx = 0;
dy = 0;
MovieClip.prototype.draggoback = function (startX, startY, tempo, wobble) {
this.onEnterFrame = function () {
if (!dragging) {
dx = (dx + ((startX - this._x) * tempo)) * wobble;
dy = (dy + ((startY - this._y) * tempo)) * wobble;
this._x = this._x + dx;
this._y = this._y + dy;
}
i = 1;
while (i <= _root.cutout) {
_root["m" + i]._x = startX - (((startX - this._x) / _root.cutout) * i);
_root["m" + i]._y = startY - (((startY - this._y) / _root.cutout) * i);
i++;
}
};
};
dragMe.onPress = function () {
dragging = true;
this.startDrag(true);
};
dragMe.onRelease = function () {
dragging = false;
stopDrag();
};
dragMe.draggoback(dragMe._x, dragMe._y, 0.22, 0.98);
cutout = 30;
i = 0;
while (i <= cutout) {
dragMe.duplicateMovieClip("m" + (cutout - i), cutout - i);
_root["m" + (cutout - i)].dynamask._xscale = 100 + (i * 6);
_root["m" + (cutout - i)].dynamask._yscale = 100 + (i * 6);
i++;
}
speech.onRelease = function () {
if (cansee == true) {
this._alpha = 0;
cansee = false;
if (speechchange == true) {
this.play();
}
} else {
this._alpha = 100;
cansee = true;
}
};
humplex.swapDepths(cutout + 1);
dragtext.swapDepths(cutout + 2);
speech.swapDepths(cutout + 3);
ads.swapDepths(cutout + 4);
mask_mc.swapDepths(cutout + 5);
Symbol 7 MovieClip [Preloader] Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
loadbar._xscale = PercentLoaded;
} else {
gotoAndPlay ("loaded");
}
Symbol 7 MovieClip [Preloader] Frame 2
gotoAndPlay (1);
Symbol 7 MovieClip [Preloader] Frame 4
_root.gotoAndStop("disclaimer");
Symbol 29 MovieClip Frame 50
stop();
_root.dragtext._x = _root.dragtext._x + 1000;
Symbol 33 MovieClip Frame 1
stop();
Symbol 50 MovieClip Frame 1
stop();
_root.inpage = 1;
_root.inbox0 = "http://www.humplex.com/2008/04/tips-jar-flash-for-april-2008.html";
_root.inbox1 = "http://www.humplex.com/2008/05/tips-jar-flash-for-may-2008.html";
_root.inbox2 = "http://www.humplex.com/2008/06/tips-jar-flash-for-june-2008.html";
_root.inbox3 = "http://www.humplex.com/2008/12/flash-gift-for-december-2008.html";
_root.inbox4 = "http://www.humplex.com/2009/03/flash-gift-for-march-2009.html";
_root.ads.right_mc.enabled = true;
_root.ads.left_mc.enabled = true;
_root.ads.box0.enabled = true;
_root.ads.box1.enabled = true;
_root.ads.box2.enabled = true;
_root.ads.box3.enabled = true;
_root.ads.box4.enabled = true;
Symbol 50 MovieClip Frame 10
stop();
_root.inpage = 2;
_root.inbox0 = "http://www.humplex.com/2007/08/re-kerics-komplex-chapter-1-2.html";
_root.inbox1 = "http://www.humplex.com/2007/08/kerics-komplex-chapter-2.html";
_root.inbox2 = "http://www.humplex.com/2009/07/kerics-komplex-chapter-3.html";
_root.inbox3 = "http://www.humplex.com/2008/01/solid-snake-masturbates-flash.html";
_root.inbox4 = "http://www.humplex.com/2008/05/wakka-masturbates-flash.html";
_root.ads.right_mc.enabled = true;
_root.ads.left_mc.enabled = true;
_root.ads.box0.enabled = true;
_root.ads.box1.enabled = true;
_root.ads.box2.enabled = true;
_root.ads.box3.enabled = true;
_root.ads.box4.enabled = true;
Symbol 50 MovieClip Frame 20
stop();
_root.inpage = 3;
_root.inbox0 = "http://www.humplex.com/2009/03/re5-chris-redfield-masturbates-flash.html";
_root.inbox1 = "http://www.humplex.com/2007/08/keric-facial.html";
_root.inbox2 = "http://www.humplex.com/2008/05/humrcade.html";
_root.ads.right_mc.enabled = true;
_root.ads.left_mc.enabled = true;
_root.ads.box0.enabled = true;
_root.ads.box1.enabled = true;
_root.ads.box2.enabled = true;
Symbol 50 MovieClip Frame 35
gotoAndStop ("page2");
Symbol 50 MovieClip Frame 45
gotoAndStop ("page1");
Symbol 55 MovieClip Frame 1
maskg.cacheAsBitmap = true;
ads_row.setMask(maskg);
Symbol 58 MovieClip Frame 1
stop();
Symbol 59 MovieClip Frame 1
stop();
more_ads.moreclose.gotoAndStop(1);
more.onRollOver = function () {
new Color(_root.ads.more_ads.moreclose).setRGB(13382604);
};
more.onRollOut = function () {
new Color(_root.ads.more_ads.moreclose).setRGB(16777215);
};
more.onRelease = function () {
new Color(_root.ads.more_ads.moreclose).setRGB(16777215);
gotoAndPlay ("open");
};
Symbol 59 MovieClip Frame 10
stop();
more_ads.moreclose.gotoAndStop(2);
more.onRollOver = function () {
new Color(_root.ads.more_ads.moreclose).setRGB(13382604);
};
more.onRollOut = function () {
new Color(_root.ads.more_ads.moreclose).setRGB(16777215);
};
more.onRelease = function () {
new Color(_root.ads.more_ads.moreclose).setRGB(16777215);
gotoAndPlay ("close");
};
right_mc.onRollOver = function () {
if ((_root.inpage == 1) | (_root.inpage == 2)) {
new Color(_root.ads.more_ads.right_arrow).setRGB(13382604);
}
};
right_mc.onRollOut = function () {
if ((_root.inpage == 1) | (_root.inpage == 2)) {
new Color(_root.ads.more_ads.right_arrow).setRGB(16777215);
}
};
right_mc.onRelease = function () {
new Color(_root.ads.more_ads.right_arrow).setRGB(16777215);
if (_root.inpage == 1) {
this.enabled = false;
left_mc.enabled = false;
box0.enabled = false;
box1.enabled = false;
box2.enabled = false;
box3.enabled = false;
box4.enabled = false;
more_ads.ads_row.gotoAndPlay("topage2");
} else if (_root.inpage == 2) {
this.enabled = false;
left_mc.enabled = false;
box0.enabled = false;
box1.enabled = false;
box2.enabled = false;
box3.enabled = false;
box4.enabled = false;
more_ads.ads_row.gotoAndPlay("topage3");
}
};
left_mc.onRollOver = function () {
if ((_root.inpage == 2) | (_root.inpage == 3)) {
new Color(_root.ads.more_ads.left_arrow).setRGB(13382604);
}
};
left_mc.onRollOut = function () {
if ((_root.inpage == 2) | (_root.inpage == 3)) {
new Color(_root.ads.more_ads.left_arrow).setRGB(16777215);
}
};
left_mc.onRelease = function () {
new Color(_root.ads.more_ads.left_arrow).setRGB(16777215);
if (_root.inpage == 3) {
this.enabled = false;
right_mc.enabled = false;
box0.enabled = false;
box1.enabled = false;
box2.enabled = false;
more_ads.ads_row.gotoAndPlay("topage2b");
} else if (_root.inpage == 2) {
this.enabled = false;
right_mc.enabled = false;
box0.enabled = false;
box1.enabled = false;
box2.enabled = false;
box3.enabled = false;
box4.enabled = false;
more_ads.ads_row.gotoAndPlay("topage1");
}
};
box0.onRollOver = function () {
this.gotoAndStop(2);
};
box0.onRollOut = function () {
this.gotoAndStop(1);
};
box0.onRelease = function () {
getURL (_root.inbox0, "_blank");
};
box1.onRollOver = function () {
this.gotoAndStop(2);
};
box1.onRollOut = function () {
this.gotoAndStop(1);
};
box1.onRelease = function () {
getURL (_root.inbox1, "_blank");
};
box2.onRollOver = function () {
this.gotoAndStop(2);
};
box2.onRollOut = function () {
this.gotoAndStop(1);
};
box2.onRelease = function () {
getURL (_root.inbox2, "_blank");
};
box3.onRollOver = function () {
this.gotoAndStop(2);
};
box3.onRollOut = function () {
this.gotoAndStop(1);
};
box3.onRelease = function () {
getURL (_root.inbox3, "_blank");
};
box4.onRollOver = function () {
this.gotoAndStop(2);
};
box4.onRollOut = function () {
this.gotoAndStop(1);
};
box4.onRelease = function () {
getURL (_root.inbox4, "_blank");
};
Symbol 65 MovieClip Frame 1
stop();
Symbol 65 MovieClip Frame 2
stop();
Symbol 68 MovieClip Frame 1
stop();
_root.globalSound.setVolume(150);
Symbol 68 MovieClip Frame 2
stop();
_root.globalSound.setVolume(0);