Combined Code
frame 1 {
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) ? /:$version : 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);
}
return res;
}
res = mc.createEmptyMovieClip(mb + swfid, lv);
res.loadMovie(u);
return res;
}
Stage.showMenu = false;
__com_mochibot__('fe37b0a6', this, 10301, true);
}
movieClip 2 {
}
movieClip 5 {
}
// unknown tag 88 length 68
// unknown tag 88 length 63
movieClip 13 {
frame 1 {
stop();
}
}
movieClip 14 {
frame 1 {
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
loadbar._xscale = PercentLoaded;
} else {
gotoAndPlay('loaded');
}
}
frame 2 {
gotoAndPlay(1);
}
frame 4 {
stop();
start_btn.onRollOver = function () {
this.gotoAndStop(2);
};
start_btn.onRollOut = function () {
this.gotoAndStop(1);
};
start_btn.onRelease = function () {
gotoAndPlay(_currentframe + 1);
};
}
frame 5 {
_root.gotoAndPlay('startmov');
}
}
frame 3 {
function getdistance(x, y, x1, y1) {
var v2;
var v3;
v2 = x1 - x;
v3 = y1 - y;
return _root.hyp(v2, v3);
}
function hyp(a, b) {
return Math.sqrt(a * a + b * b);
}
stop();
title_mc._x += 1000;
var checkflies = 0;
fire_a_mc.tabEnabled = false;
fire_b_mc.tabEnabled = false;
fire_c_mc.tabEnabled = false;
_root.twingSound = new Sound(soundbg_mc);
_root.twingSound.attachSound('soundbg');
_root.twingSound.start(0, 9999);
_root.twingSound.setVolume(100);
_root.globalSound = new Sound();
togglesound.onRelease = function () {
this.play();
};
fire_a_mc._x = random(400);
fire_a_mc._y = random(500);
fire_b_mc._x = random(400);
fire_b_mc._y = random(500);
fire_c_mc._x = random(400);
fire_c_mc._y = random(500);
MovieClip.prototype.reset = function () {
width = 400;
height = 500;
var v4;
var v3;
this.x = this._x;
this.y = this._y;
this.speed = Math.random() * 10 + 6;
this.targx = Math.random() * width;
this.targy = Math.random() * height;
v4 = _root.getdistance(this.x, this.y, this.targx, this.targy);
v3 = this.speed / v4;
this.diffx = (this.targx - this.x) * v3;
this.diffy = (this.targy - this.y) * v3;
};
MovieClip.prototype.move = function () {
if (_root.getdistance(this.x, this.y, this.targx, this.targy) > this.speed) {
this.x += this.diffx;
this.y += this.diffy;
} else {
this.x = this.targx;
this.y = this.targy;
if (!this.t) {
this.t = getTimer();
}
if (getTimer() - this.t > 0) {
this.reset();
this.t = 0;
}
}
this._x = this.x;
this._y = this.y;
};
fire_a_mc.onEnterFrame = function () {
this.move();
};
fire_b_mc.onEnterFrame = function () {
this.move();
};
fire_c_mc.onEnterFrame = function () {
this.move();
};
fire_a_mc.onPress = function () {
this.enabled = false;
this.swapDepths(this.getNextHighestDepth());
attachMovie('blip', 'blip_mc', this.getNextHighestDepth(), {'_x': this._x, '_y': this._y});
this.removeMovieClip();
++checkflies;
if (checkflies == 3) {
shadow_mc.play();
}
};
fire_b_mc.onPress = function () {
this.enabled = false;
this.swapDepths(this.getNextHighestDepth());
attachMovie('blip', 'blip_mc', this.getNextHighestDepth(), {'_x': this._x, '_y': this._y});
this.removeMovieClip();
++checkflies;
if (checkflies == 3) {
shadow_mc.play();
}
};
fire_c_mc.onPress = function () {
this.enabled = false;
this.swapDepths(this.getNextHighestDepth());
attachMovie('blip', 'blip_mc', this.getNextHighestDepth(), {'_x': this._x, '_y': this._y});
this.removeMovieClip();
++checkflies;
if (checkflies == 3) {
shadow_mc.play();
}
};
var isshown = true;
hotspot.enabled = false;
hotspot.onRelease = function () {
if (isshown == true) {
title_mc._x += 1000;
isshown = false;
} else {
if (isshown == false) {
title_mc._x -= 1000;
isshown = true;
}
}
};
}
movieClip 21 {
}
movieClip 22 {
frame 1 {
stop();
}
frame 45 {
gotoAndPlay('loop');
}
}
movieClip 27 {
frame 70 {
frameLabel = new Array();
frameLabel[0] = 'noloop';
frameLabel[1] = 'loop';
frameLabel[2] = 'noloop';
x = random(frameLabel.length);
gotoAndPlay(frameLabel[x]);
}
}
movieClip 32 {
frame 70 {
frameLabel = new Array();
frameLabel[0] = 'noloop';
frameLabel[1] = 'loop';
frameLabel[2] = 'noloop';
x = random(frameLabel.length);
gotoAndPlay(frameLabel[x]);
}
}
movieClip 33 {
}
movieClip 34 {
frame 1 {
stop();
}
frame 25 {
stop();
_root.cock.gotoAndPlay('loop');
_root.title_mc._x -= 1000;
_root.title_mc.play();
}
}
movieClip 39 {
}
movieClip 41 {
}
movieClip 42 {
frame 1 {
stop();
}
frame 15 {
stop();
_root.hotspot.enabled = true;
}
}
movieClip 44 {
}
movieClip 48 {
frame 1 {
stop();
}
}
movieClip 63 {
}
movieClip 66 {
}
movieClip 67 {
frame 1 {
stop();
_root.inpage = 1;
_root.inbox0 = 'http://www.humplex.com/2009/10/flash-gift-for-november-2009.html';
_root.inbox1 = 'http://www.humplex.com/2009/03/flash-gift-for-march-2009.html';
_root.inbox2 = 'http://www.humplex.com/2008/12/flash-gift-for-december-2008.html';
_root.inbox3 = 'http://www.humplex.com/2008/06/tips-jar-flash-for-june-2008.html';
_root.inbox4 = 'http://www.humplex.com/2008/05/tips-jar-flash-for-may-2008.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;
}
frame 10 {
stop();
_root.inpage = 2;
_root.inbox0 = 'http://www.humplex.com/2008/04/tips-jar-flash-for-april-2008.html';
_root.inbox1 = 'http://www.humplex.com/2007/08/re-kerics-komplex-chapter-1-2.html';
_root.inbox2 = 'http://www.humplex.com/2007/08/kerics-komplex-chapter-2.html';
_root.inbox3 = 'http://www.humplex.com/2009/07/kerics-komplex-chapter-3.html';
_root.inbox4 = 'http://www.humplex.com/2008/01/solid-snake-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;
}
frame 20 {
stop();
_root.inpage = 3;
_root.inbox0 = 'http://www.humplex.com/2008/05/wakka-masturbates-flash.html';
_root.inbox1 = 'http://www.humplex.com/2009/03/re5-chris-redfield-masturbates-flash.html';
_root.inbox2 = 'http://www.humplex.com/2007/08/keric-facial.html';
_root.inbox3 = '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;
_root.ads.box3.enabled = true;
}
frame 35 {
gotoAndStop('page2');
}
frame 45 {
gotoAndStop('page1');
}
}
movieClip 69 {
}
movieClip 71 {
}
movieClip 72 {
frame 1 {
maskg.cacheAsBitmap = true;
ads_row.setMask(maskg);
}
}
movieClip 75 {
frame 1 {
stop();
}
}
movieClip 76 {
frame 1 {
stop();
more_ads.moreclose.gotoAndStop(1);
more.onRollOver = function () {
(new Color(_root.ads.more_ads.moreclose)).setRGB(16776960);
};
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');
};
}
frame 10 {
stop();
more_ads.moreclose.gotoAndStop(2);
more.onRollOver = function () {
(new Color(_root.ads.more_ads.moreclose)).setRGB(16776960);
};
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(16776960);
}
};
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(16776960);
}
};
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');
};
}
}
movieClip 79 {
frame 1 {
stop();
_root.globalSound.setVolume(100);
}
frame 2 {
stop();
_root.globalSound.setVolume(0);
}
}
movieClip 81 {
}
movieClip 82 blip {
frame 10 {
stop();
_root.blip_mc.removeMovieClip();
}
}