Frame 1
stop();
_url = "http://sexhotgames.com/";
onEnterFrame = function () {
if (_currentframe != 1) {
return(undefined);
}
loadProgress = int((100 * getBytesLoaded()) / getBytesTotal()) + "%";
load.gotoAndStop(int((100 * getBytesLoaded()) / getBytesTotal()));
if (getBytesLoaded() == getBytesTotal()) {
gotoAndStop (2);
}
};
Stage.scaleMode = "noScale";
_root._quality = "BEST";
flashist_mc.onRollOver = function () {
this.varTweenXscale.stop();
this.varTweenXscale = new mx.transitions.Tween(this, "_xscale", mx.transitions.easing.Back.easeOut, this._xscale, 110, 0.25, true);
this.varTweenYscale.stop();
this.varTweenYscale = new mx.transitions.Tween(this, "_yscale", mx.transitions.easing.Back.easeOut, this._yscale, 110, 0.25, true);
this.varTweenAlpha.stop();
this.varTweenAlpha = new mx.transitions.Tween(this, "_alpha", mx.transitions.easing.Regular.easeOut, this._alpha, 100, 0.25, true);
};
flashist_mc.onRollOut = (flashist_mc.onReleaseOutside = function () {
this.varTweenXscale = new mx.transitions.Tween(this, "_xscale", mx.transitions.easing.Back.easeOut, this._xscale, 100, 0.25, true);
this.varTweenYscale.stop();
this.varTweenYscale = new mx.transitions.Tween(this, "_yscale", mx.transitions.easing.Back.easeOut, this._yscale, 100, 0.25, true);
this.varTweenAlpha.stop();
this.varTweenAlpha = new mx.transitions.Tween(this, "_alpha", mx.transitions.easing.Regular.easeOut, this._alpha, 90, 0.25, true);
});
flashist_mc.onRelease = function () {
this.varTweenXscale.stop();
this.varTweenXscale = new mx.transitions.Tween(this, "_xscale", mx.transitions.easing.Back.easeOut, this._xscale, 110, 0.25, true);
this.varTweenYscale.stop();
this.varTweenYscale = new mx.transitions.Tween(this, "_yscale", mx.transitions.easing.Back.easeOut, this._yscale, 110, 0.25, true);
this.varTweenAlpha.stop();
this.varTweenAlpha = new mx.transitions.Tween(this, "_alpha", mx.transitions.easing.Regular.easeOut, this._alpha, 100, 0.25, true);
};
flashist_mc.onPress = function () {
getURL ("http://www.sexhotgames.com/", "_blank");
this.varTweenXscale.stop();
this.varTweenXscale = new mx.transitions.Tween(this, "_xscale", mx.transitions.easing.Back.easeOut, this._xscale, 90, 0.25, true);
this.varTweenYscale.stop();
this.varTweenYscale = new mx.transitions.Tween(this, "_yscale", mx.transitions.easing.Back.easeOut, this._yscale, 90, 0.25, true);
this.varTweenAlpha.stop();
this.varTweenAlpha = new mx.transitions.Tween(this, "_alpha", mx.transitions.easing.Regular.easeOut, this._alpha, 75, 0.25, true);
};
Frame 2
_global.r1 = 0;
_global.r2 = 0;
_global.r3 = 0;
_global.r4 = 0;
_global.sc = 0;
stop();
Frame 3
stop();
Frame 4
stop();
Frame 5
stop();
Frame 6
stop();
Frame 7
stop();
Frame 8
stop();
Frame 9
stop();
Frame 10
stop();
Frame 11
stop();
Frame 12
stop();
Frame 13
stop();
Frame 14
stop();
Frame 15
stop();
Frame 16
stop();
Frame 17
stop();
Frame 18
stop();
Frame 19
stop();
Frame 20
stop();
Frame 21
stop();
Frame 22
stop();
Frame 23
stop();
Frame 24
stop();
Symbol 456 MovieClip [__Packages.mx.transitions.OnEnterFrameBeacon] Frame 0
class mx.transitions.OnEnterFrameBeacon
{
function OnEnterFrameBeacon () {
}
static function init() {
var _local4 = _global.MovieClip;
if (!_root.__OnEnterFrameBeacon) {
mx.transitions.BroadcasterMX.initialize(_local4);
var _local3 = _root.createEmptyMovieClip("__OnEnterFrameBeacon", 9876);
_local3.onEnterFrame = function () {
_global.MovieClip.broadcastMessage("onEnterFrame");
};
}
}
static var version = "1.1.0.52";
}
Symbol 457 MovieClip [__Packages.mx.transitions.BroadcasterMX] Frame 0
class mx.transitions.BroadcasterMX
{
var _listeners;
function BroadcasterMX () {
}
static function initialize(o, dontCreateArray) {
if (o.broadcastMessage != undefined) {
delete o.broadcastMessage;
}
o.addListener = mx.transitions.BroadcasterMX.prototype.addListener;
o.removeListener = mx.transitions.BroadcasterMX.prototype.removeListener;
if (!dontCreateArray) {
o._listeners = new Array();
}
}
function addListener(o) {
removeListener(o);
if (broadcastMessage == undefined) {
broadcastMessage = mx.transitions.BroadcasterMX.prototype.broadcastMessage;
}
return(_listeners.push(o));
}
function removeListener(o) {
var _local2 = _listeners;
var _local3 = _local2.length;
while (_local3--) {
if (_local2[_local3] == o) {
_local2.splice(_local3, 1);
if (!_local2.length) {
broadcastMessage = undefined;
}
return(true);
}
}
return(false);
}
function broadcastMessage() {
var _local5 = String(arguments.shift());
var _local4 = _listeners.concat();
var _local6 = _local4.length;
var _local3 = 0;
while (_local3 < _local6) {
_local4[_local3][_local5].apply(_local4[_local3], arguments);
_local3++;
}
}
static var version = "1.1.0.52";
}
Symbol 458 MovieClip [__Packages.mx.transitions.Tween] Frame 0
class mx.transitions.Tween
{
var obj, prop, begin, useSeconds, _listeners, addListener, prevTime, _time, looping, _duration, broadcastMessage, isPlaying, _fps, prevPos, _pos, change, _intervalID, _startTime;
function Tween (obj, prop, func, begin, finish, duration, useSeconds) {
mx.transitions.OnEnterFrameBeacon.init();
if (!arguments.length) {
return;
}
this.obj = obj;
this.prop = prop;
this.begin = begin;
position = (begin);
this.duration = (duration);
this.useSeconds = useSeconds;
if (func) {
this.func = func;
}
this.finish = (finish);
_listeners = [];
addListener(this);
start();
}
function set time(t) {
prevTime = _time;
if (t > duration) {
if (looping) {
rewind(t - _duration);
update();
broadcastMessage("onMotionLooped", this);
} else {
if (useSeconds) {
_time = _duration;
update();
}
stop();
broadcastMessage("onMotionFinished", this);
}
} else if (t < 0) {
rewind();
update();
} else {
_time = t;
update();
}
//return(time);
}
function get time() {
return(_time);
}
function set duration(d) {
_duration = (((d == null) || (d <= 0)) ? (_global.Infinity) : (d));
//return(duration);
}
function get duration() {
return(_duration);
}
function set FPS(fps) {
var _local2 = isPlaying;
stopEnterFrame();
_fps = fps;
if (_local2) {
startEnterFrame();
}
//return(FPS);
}
function get FPS() {
return(_fps);
}
function set position(p) {
setPosition(p);
//return(position);
}
function setPosition(p) {
prevPos = _pos;
obj[prop] = (_pos = p);
broadcastMessage("onMotionChanged", this, _pos);
updateAfterEvent();
}
function get position() {
return(getPosition());
}
function getPosition(t) {
if (t == undefined) {
t = _time;
}
return(func(t, begin, change, _duration));
}
function set finish(f) {
change = f - begin;
//return(finish);
}
function get finish() {
return(begin + change);
}
function continueTo(finish, duration) {
begin = position;
this.finish = (finish);
if (duration != undefined) {
this.duration = (duration);
}
start();
}
function yoyo() {
continueTo(begin, time);
}
function startEnterFrame() {
if (_fps == undefined) {
_global.MovieClip.addListener(this);
} else {
_intervalID = setInterval(this, "onEnterFrame", 1000 / _fps);
}
isPlaying = true;
}
function stopEnterFrame() {
if (_fps == undefined) {
_global.MovieClip.removeListener(this);
} else {
clearInterval(_intervalID);
}
isPlaying = false;
}
function start() {
rewind();
startEnterFrame();
broadcastMessage("onMotionStarted", this);
}
function stop() {
stopEnterFrame();
broadcastMessage("onMotionStopped", this);
}
function resume() {
fixTime();
startEnterFrame();
broadcastMessage("onMotionResumed", this);
}
function rewind(t) {
_time = ((t == undefined) ? 0 : (t));
fixTime();
update();
}
function fforward() {
time = (_duration);
fixTime();
}
function nextFrame() {
if (useSeconds) {
time = ((getTimer() - _startTime) / 1000);
} else {
time = (_time + 1);
}
}
function onEnterFrame() {
nextFrame();
}
function prevFrame() {
if (!useSeconds) {
time = (_time - 1);
}
}
function toString() {
return("[Tween]");
}
function fixTime() {
if (useSeconds) {
_startTime = getTimer() - (_time * 1000);
}
}
function update() {
position = (getPosition(_time));
}
static var version = "1.1.0.52";
static var __initBeacon = mx.transitions.OnEnterFrameBeacon.init();
static var __initBroadcaster = mx.transitions.BroadcasterMX.initialize(mx.transitions.Tween.prototype, true);
function func(t, b, c, d) {
return(((c * t) / d) + b);
}
}
Symbol 459 MovieClip [__Packages.mx.transitions.easing.Back] Frame 0
class mx.transitions.easing.Back
{
function Back () {
}
static function easeIn(t, b, c, d, s) {
if (s == undefined) {
s = 1.70158;
}
t = t / d;
return((((c * t) * t) * (((s + 1) * t) - s)) + b);
}
static function easeOut(t, b, c, d, s) {
if (s == undefined) {
s = 1.70158;
}
t = (t / d) - 1;
return((c * (((t * t) * (((s + 1) * t) + s)) + 1)) + b);
}
static function easeInOut(t, b, c, d, s) {
if (s == undefined) {
s = 1.70158;
}
t = t / (d / 2);
if (t < 1) {
s = s * 1.525;
return(((c / 2) * ((t * t) * (((s + 1) * t) - s))) + b);
}
t = t - 2;
s = s * 1.525;
return(((c / 2) * (((t * t) * (((s + 1) * t) + s)) + 2)) + b);
}
static var version = "1.1.0.52";
}
Symbol 460 MovieClip [__Packages.mx.transitions.easing.Regular] Frame 0
class mx.transitions.easing.Regular
{
function Regular () {
}
static function easeIn(t, b, c, d) {
t = t / d;
return(((c * t) * t) + b);
}
static function easeOut(t, b, c, d) {
t = t / d;
return((((-c) * t) * (t - 2)) + b);
}
static function easeInOut(t, b, c, d) {
t = t / (d / 2);
if (t < 1) {
return((((c / 2) * t) * t) + b);
}
t--;
return((((-c) / 2) * ((t * (t - 2)) - 1)) + b);
}
static var version = "1.1.0.52";
}
Symbol 99 Button
on (press) {
_root.nextFrame();
}
Symbol 108 Button
on (press) {
_global.r1++;
_root.gotoAndPlay("Q2");
}
Symbol 110 Button
on (press) {
_global.r2++;
_root.gotoAndPlay("Q2");
}
Symbol 112 Button
on (press) {
_global.r3++;
_root.gotoAndPlay("Q2");
}
Symbol 114 Button
on (press) {
_global.r4++;
_root.gotoAndPlay("Q2");
}
Symbol 117 MovieClip Frame 15
stop();
Symbol 118 MovieClip Frame 1
stop();
Symbol 121 Button
on (press) {
_global.r1++;
_root.gotoAndPlay("Q3");
}
Symbol 122 Button
on (press) {
_global.r2++;
_root.gotoAndPlay("Q3");
}
Symbol 123 Button
on (press) {
_global.r3++;
_root.gotoAndPlay("Q3");
}
Symbol 124 Button
on (press) {
_global.r4++;
_root.gotoAndPlay("Q3");
}
Symbol 126 MovieClip Frame 1
stop();
Symbol 132 Button
on (press) {
_global.r1++;
_root.gotoAndPlay("Q4");
}
Symbol 133 Button
on (press) {
_global.r2++;
_root.gotoAndPlay("Q4");
}
Symbol 134 Button
on (press) {
_global.r3++;
_root.gotoAndPlay("Q4");
}
Symbol 135 Button
on (press) {
_global.r4++;
_root.gotoAndPlay("Q4");
}
Symbol 136 MovieClip Frame 1
stop();
Symbol 139 Button
on (press) {
_global.r1++;
_root.gotoAndPlay("Q5");
}
Symbol 140 Button
on (press) {
_global.r2++;
_root.gotoAndPlay("Q5");
}
Symbol 141 Button
on (press) {
_global.r3++;
_root.gotoAndPlay("Q5");
}
Symbol 142 Button
on (press) {
_global.r4++;
_root.gotoAndPlay("Q5");
}
Symbol 145 MovieClip Frame 1
stop();
Symbol 152 Button
on (press) {
_global.r1++;
_root.gotoAndPlay("Q6");
}
Symbol 153 Button
on (press) {
_global.r2++;
_root.gotoAndPlay("Q6");
}
Symbol 154 Button
on (press) {
_global.r3++;
_root.gotoAndPlay("Q6");
}
Symbol 155 Button
on (press) {
_global.r4++;
_root.gotoAndPlay("Q6");
}
Symbol 156 MovieClip Frame 1
stop();
Symbol 159 Button
on (press) {
_global.r1++;
_root.gotoAndPlay("Q7");
}
Symbol 160 Button
on (press) {
_global.r2++;
_root.gotoAndPlay("Q7");
}
Symbol 161 Button
on (press) {
_global.r3++;
_root.gotoAndPlay("Q7");
}
Symbol 162 Button
on (press) {
_global.r4++;
_root.gotoAndPlay("Q7");
}
Symbol 163 MovieClip Frame 1
stop();
Symbol 166 Button
on (press) {
_global.r1++;
_root.gotoAndPlay("Q8");
}
Symbol 167 Button
on (press) {
_global.r2++;
_root.gotoAndPlay("Q8");
}
Symbol 168 Button
on (press) {
_global.r3++;
_root.gotoAndPlay("Q8");
}
Symbol 169 Button
on (press) {
_global.r4++;
_root.gotoAndPlay("Q8");
}
Symbol 170 MovieClip Frame 1
stop();
Symbol 173 Button
on (press) {
_global.r1++;
_root.gotoAndPlay("Q9");
}
Symbol 174 Button
on (press) {
_global.r2++;
_root.gotoAndPlay("Q9");
}
Symbol 175 Button
on (press) {
_global.r3++;
_root.gotoAndPlay("Q9");
}
Symbol 176 Button
on (press) {
_global.r4++;
_root.gotoAndPlay("Q9");
}
Symbol 178 MovieClip Frame 1
stop();
Symbol 181 Button
on (press) {
_global.r1++;
_root.gotoAndPlay("Q10");
}
Symbol 182 Button
on (press) {
_global.r2++;
_root.gotoAndPlay("Q10");
}
Symbol 183 Button
on (press) {
_global.r3++;
_root.gotoAndPlay("Q10");
}
Symbol 184 Button
on (press) {
_global.r4++;
_root.gotoAndPlay("Q10");
}
Symbol 185 MovieClip Frame 1
stop();
Symbol 188 Button
on (press) {
_global.r1++;
if (((_global.r1 >= _global.r2) and (_global.r1 >= _global.r3)) and (_global.r1 >= _global.r4)) {
_root.gotoAndPlay("R1");
}
if (((_global.r2 >= _global.r1) and (_global.r2 >= _global.r3)) and (_global.r2 >= _global.r4)) {
_root.gotoAndPlay("R2");
}
if (((_global.r3 >= _global.r1) and (_global.r3 >= _global.r2)) and (_global.r3 >= _global.r4)) {
_root.gotoAndPlay("R3");
}
if (((_global.r4 >= _global.r1) and (_global.r4 >= _global.r2)) and (_global.r4 >= _global.r3)) {
_root.gotoAndPlay("R4");
}
}
Symbol 189 Button
on (press) {
_global.r2++;
if (((_global.r1 >= _global.r2) and (_global.r1 >= _global.r3)) and (_global.r1 >= _global.r4)) {
_root.gotoAndPlay("R1");
}
if (((_global.r2 >= _global.r1) and (_global.r2 >= _global.r3)) and (_global.r2 >= _global.r4)) {
_root.gotoAndPlay("R2");
}
if (((_global.r3 >= _global.r1) and (_global.r3 >= _global.r2)) and (_global.r3 >= _global.r4)) {
_root.gotoAndPlay("R3");
}
if (((_global.r4 >= _global.r1) and (_global.r4 >= _global.r2)) and (_global.r4 >= _global.r3)) {
_root.gotoAndPlay("R4");
}
}
Symbol 190 Button
on (press) {
_global.r3++;
if (((_global.r1 >= _global.r2) and (_global.r1 >= _global.r3)) and (_global.r1 >= _global.r4)) {
_root.gotoAndPlay("R1");
}
if (((_global.r2 >= _global.r1) and (_global.r2 >= _global.r3)) and (_global.r2 >= _global.r4)) {
_root.gotoAndPlay("R2");
}
if (((_global.r3 >= _global.r1) and (_global.r3 >= _global.r2)) and (_global.r3 >= _global.r4)) {
_root.gotoAndPlay("R3");
}
if (((_global.r4 >= _global.r1) and (_global.r4 >= _global.r2)) and (_global.r4 >= _global.r3)) {
_root.gotoAndPlay("R4");
}
}
Symbol 191 Button
on (press) {
_global.r4++;
if (((_global.r1 >= _global.r2) and (_global.r1 >= _global.r3)) and (_global.r1 >= _global.r4)) {
_root.gotoAndPlay("R1");
}
if (((_global.r2 >= _global.r1) and (_global.r2 >= _global.r3)) and (_global.r2 >= _global.r4)) {
_root.gotoAndPlay("R2");
}
if (((_global.r3 >= _global.r1) and (_global.r3 >= _global.r2)) and (_global.r3 >= _global.r4)) {
_root.gotoAndPlay("R3");
}
if (((_global.r4 >= _global.r1) and (_global.r4 >= _global.r2)) and (_global.r4 >= _global.r3)) {
_root.gotoAndPlay("R4");
}
}
Symbol 193 MovieClip Frame 1
stop();
Symbol 204 Button
on (press) {
_root.gotoAndPlay("P1");
}
Symbol 207 Button
on (press) {
_root.gotoAndPlay("P1");
}
Symbol 210 Button
on (press) {
_root.gotoAndPlay("P1");
}
Symbol 214 Button
on (press) {
_root.gotoAndPlay("S1");
}
Symbol 217 Button
on (press) {
_root.gotoAndPlay("S1");
}
Symbol 220 Button
on (press) {
_root.gotoAndPlay("S1");
}
Symbol 223 Button
on (press) {
_root.gotoAndPlay("S1");
}
Symbol 226 MovieClip Frame 15
stop();
Symbol 227 MovieClip Frame 1
stop();
Symbol 231 Button
on (press) {
_root.gotoAndPlay("P2");
}
Symbol 234 Button
on (press) {
_root.gotoAndPlay("P2");
}
Symbol 237 Button
on (press) {
_root.gotoAndPlay("P2");
}
Symbol 239 MovieClip Frame 1
stop();
Symbol 243 Button
on (press) {
_root.gotoAndPlay("P3");
}
Symbol 246 Button
on (press) {
_root.gotoAndPlay("P3");
}
Symbol 249 Button
on (press) {
_root.gotoAndPlay("P3");
}
Symbol 251 MovieClip Frame 1
stop();
Symbol 255 Button
on (press) {
_root.gotoAndPlay("P4");
}
Symbol 258 Button
on (press) {
_root.gotoAndPlay("P4");
}
Symbol 261 Button
on (press) {
_root.gotoAndPlay("P4");
}
Symbol 263 MovieClip Frame 1
stop();
Symbol 266 Button
on (press) {
nextFrame();
}
Symbol 268 Button
on (press) {
nextFrame();
}
Symbol 270 Button
on (press) {
nextFrame();
}
Symbol 272 Button
on (press) {
prevFrame();
}
Symbol 274 Button
on (press) {
gotoAndPlay (1);
}
Symbol 276 MovieClip Frame 1
stop();
Symbol 276 MovieClip Frame 2
stop();
Symbol 276 MovieClip Frame 3
stop();
Symbol 277 Button
on (press) {
nextFrame();
}
Symbol 279 Button
on (press) {
nextFrame();
}
Symbol 281 Button
on (press) {
gotoAndPlay (1);
}
Symbol 283 MovieClip Frame 1
stop();
Symbol 283 MovieClip Frame 2
stop();
Symbol 283 MovieClip Frame 3
stop();
Symbol 284 Button
on (press) {
nextFrame();
}
Symbol 286 Button
on (press) {
nextFrame();
}
Symbol 288 Button
on (press) {
gotoAndPlay (1);
}
Symbol 290 MovieClip Frame 1
stop();
Symbol 290 MovieClip Frame 2
stop();
Symbol 290 MovieClip Frame 3
stop();
Symbol 291 Button
on (press) {
nextFrame();
}
Symbol 293 Button
on (press) {
nextFrame();
}
Symbol 295 Button
on (press) {
gotoAndPlay (1);
}
Symbol 297 MovieClip Frame 1
stop();
Symbol 297 MovieClip Frame 2
stop();
Symbol 297 MovieClip Frame 3
stop();
Symbol 327 MovieClip Frame 1
stop();
Symbol 327 MovieClip Frame 2
stop();
onRollOver = function () {
gotoAndStop (3);
};
Symbol 327 MovieClip Frame 3
stop();
onRollOut = function () {
gotoAndStop (2);
};
onPress = function () {
gotoAndStop (4);
};
Symbol 327 MovieClip Frame 4
stop();
onRelease = function () {
gotoAndStop (2);
_parent._parent.view = 1;
_parent._parent.step = 0.5;
};
Symbol 330 MovieClip Frame 1
stop();
Symbol 330 MovieClip Frame 2
stop();
onRollOver = function () {
gotoAndStop (3);
};
Symbol 330 MovieClip Frame 3
stop();
onRollOut = function () {
gotoAndStop (2);
};
onPress = function () {
gotoAndStop (4);
};
Symbol 330 MovieClip Frame 4
stop();
onRelease = function () {
gotoAndStop (2);
_parent._parent.view = 2;
_parent._parent.step = 0.5;
};
Symbol 333 MovieClip Frame 1
stop();
Symbol 333 MovieClip Frame 2
stop();
onRollOver = function () {
gotoAndStop (3);
};
Symbol 333 MovieClip Frame 3
stop();
onRollOut = function () {
gotoAndStop (2);
};
onPress = function () {
gotoAndStop (4);
};
Symbol 333 MovieClip Frame 4
stop();
onRelease = function () {
gotoAndStop (2);
_parent._parent.view = 3;
_parent._parent.step = 0.5;
};
Symbol 335 MovieClip Frame 1
stop();
step = 0.5;
view = 0;
_meter._nextScene._visible = false;
onEnterFrame = function () {
if (_meter._meterLevel._y < 1) {
_meter._nextScene._visible = true;
_meter._nextScene.onPress = function () {
_root.nextFrame();
};
}
if (view == 0) {
if (_meter._meterLevel._y > 240) {
_meter._meterLevel._y = _meter._meterLevel._y - step;
} else {
if (_meter._softly._currentframe == 1) {
_meter._softly.gotoAndStop(2);
step = 0.2;
}
if (_meter._meterLevel._y > 0) {
_meter._meterLevel._y = _meter._meterLevel._y - step;
}
}
if (_currentframe == 50) {
gotoAndStop (2);
} else {
nextFrame();
}
}
if (view == 1) {
if (_meter._meterLevel._y > 160) {
_meter._meterLevel._y = _meter._meterLevel._y - step;
} else {
if (_meter._hard._currentframe == 1) {
_meter._hard.gotoAndStop(2);
step = 0.2;
}
if ((_meter._meterLevel._y < 80) and (_meter._super._currentframe == 1)) {
_meter._super.gotoAndStop(2);
step = 0.2;
}
if (_meter._meterLevel._y > 0) {
_meter._meterLevel._y = _meter._meterLevel._y - 0.2;
}
}
if (_currentframe > 48) {
gotoAndStop (2);
} else {
gotoAndStop(_currentframe + 2);
}
}
if (view == 2) {
if (_meter._meterLevel._y > 80) {
_meter._meterLevel._y = _meter._meterLevel._y - step;
} else {
if (_meter._super._currentframe == 1) {
_meter._super.gotoAndStop(2);
step = 0.2;
}
if (_meter._meterLevel._y > 0) {
_meter._meterLevel._y = _meter._meterLevel._y - 0.2;
}
}
if (_currentframe > 47) {
gotoAndStop (2);
} else {
gotoAndStop(_currentframe + 3);
}
}
if (view == 3) {
if (_meter._meterLevel._y > 0) {
_meter._meterLevel._y = _meter._meterLevel._y - step;
}
if (_currentframe > 46) {
gotoAndStop (2);
} else {
gotoAndStop(_currentframe + 4);
}
}
};
Symbol 369 MovieClip Frame 1
stop();
step = 0.5;
view = 0;
_meter._nextScene._visible = false;
onEnterFrame = function () {
if (_meter._meterLevel._y < 1) {
_meter._nextScene._visible = true;
_meter._nextScene.onPress = function () {
_root.nextFrame();
};
}
if (view == 0) {
if (_meter._meterLevel._y > 240) {
_meter._meterLevel._y = _meter._meterLevel._y - step;
} else {
if (_meter._softly._currentframe == 1) {
_meter._softly.gotoAndStop(2);
step = 0.2;
}
if (_meter._meterLevel._y > 0) {
_meter._meterLevel._y = _meter._meterLevel._y - step;
}
}
if (_currentframe == 50) {
gotoAndStop (2);
} else {
nextFrame();
}
}
if (view == 1) {
if (_meter._meterLevel._y > 160) {
_meter._meterLevel._y = _meter._meterLevel._y - step;
} else {
if (_meter._hard._currentframe == 1) {
_meter._hard.gotoAndStop(2);
step = 0.2;
}
if ((_meter._meterLevel._y < 80) and (_meter._super._currentframe == 1)) {
_meter._super.gotoAndStop(2);
step = 0.2;
}
if (_meter._meterLevel._y > 0) {
_meter._meterLevel._y = _meter._meterLevel._y - 0.2;
}
}
if (_currentframe > 48) {
gotoAndStop (2);
} else {
gotoAndStop(_currentframe + 2);
}
}
if (view == 2) {
if (_meter._meterLevel._y > 80) {
_meter._meterLevel._y = _meter._meterLevel._y - step;
} else {
if (_meter._super._currentframe == 1) {
_meter._super.gotoAndStop(2);
step = 0.2;
}
if (_meter._meterLevel._y > 0) {
_meter._meterLevel._y = _meter._meterLevel._y - 0.2;
}
}
if (_currentframe > 47) {
gotoAndStop (2);
} else {
gotoAndStop(_currentframe + 3);
}
}
if (view == 3) {
if (_meter._meterLevel._y > 0) {
_meter._meterLevel._y = _meter._meterLevel._y - step;
}
if (_currentframe > 46) {
gotoAndStop (2);
} else {
gotoAndStop(_currentframe + 4);
}
}
};
Symbol 406 MovieClip Frame 1
stop();
step = 0.5;
view = 0;
_meter._nextScene._visible = false;
onEnterFrame = function () {
if (_meter._meterLevel._y < 1) {
_meter._nextScene._visible = true;
_meter._nextScene.onPress = function () {
_root.nextFrame();
};
}
if (view == 0) {
if (_meter._meterLevel._y > 240) {
_meter._meterLevel._y = _meter._meterLevel._y - step;
} else {
if (_meter._softly._currentframe == 1) {
_meter._softly.gotoAndStop(2);
step = 0.2;
}
if (_meter._meterLevel._y > 0) {
_meter._meterLevel._y = _meter._meterLevel._y - step;
}
}
if (_currentframe == 50) {
gotoAndStop (2);
} else {
nextFrame();
}
}
if (view == 1) {
if (_meter._meterLevel._y > 160) {
_meter._meterLevel._y = _meter._meterLevel._y - step;
} else {
if (_meter._hard._currentframe == 1) {
_meter._hard.gotoAndStop(2);
step = 0.2;
}
if ((_meter._meterLevel._y < 80) and (_meter._super._currentframe == 1)) {
_meter._super.gotoAndStop(2);
step = 0.2;
}
if (_meter._meterLevel._y > 0) {
_meter._meterLevel._y = _meter._meterLevel._y - 0.2;
}
}
if (_currentframe > 48) {
gotoAndStop (2);
} else {
gotoAndStop(_currentframe + 2);
}
}
if (view == 2) {
if (_meter._meterLevel._y > 80) {
_meter._meterLevel._y = _meter._meterLevel._y - step;
} else {
if (_meter._super._currentframe == 1) {
_meter._super.gotoAndStop(2);
step = 0.2;
}
if (_meter._meterLevel._y > 0) {
_meter._meterLevel._y = _meter._meterLevel._y - 0.2;
}
}
if (_currentframe > 47) {
gotoAndStop (2);
} else {
gotoAndStop(_currentframe + 3);
}
}
if (view == 3) {
if (_meter._meterLevel._y > 0) {
_meter._meterLevel._y = _meter._meterLevel._y - step;
}
if (_currentframe > 46) {
gotoAndStop (2);
} else {
gotoAndStop(_currentframe + 4);
}
}
};
Symbol 413 MovieClip Frame 10
stop();
Symbol 432 MovieClip [advatising] Frame 1
_global.actions = 0;
urlList = new Array(["http://www.adult-empire.com/rs.php?site_id=5791&wm_id=4665"], ["http://www.adult-empire.com/rs.php?site_id=5380&wm_id=4665"], ["http://www.adult-empire.com/rs.php?site_id=6255&wm_id=4665"], ["http://www.adult-empire.com/rs.php?site_id=6640&wm_id=4665"], ["http://www.adult-empire.com/rs.php?site_id=5310&wm_id=4665"], ["http://www.adult-empire.com/rs.php?site_id=6438&wm_id=4665"], ["http://www.adult-empire.com/rs.php?site_id=4825&wm_id=4665"], ["http://www.adult-empire.com/rs.php?site_id=6527&wm_id=4665"], ["http://www.adult-empire.com/rs.php?site_id=6573&wm_id=4665"], ["http://www.adult-empire.com/rs.php?site_id=6256&wm_id=4665"], ["http://www.adult-empire.com/rs.php?site_id=4710&wm_id=4665"], ["http://www.adult-empire.com/rs.php?site_id=4960&wm_id=4665"], ["http://www.adult-empire.com/rs.php?site_id=6664&wm_id=4665"], ["http://www.adult-empire.com/rs.php?site_id=4756&wm_id=4665"], ["http://www.adult-empire.com/rs.php?site_id=4482&wm_id=4665"], ["http://www.adult-empire.com/rs.php?site_id=6572&wm_id=4665"], ["http://www.adult-empire.com/rs.php?site_id=6540&wm_id=4665"], ["http://www.adult-empire.com/rs.php?site_id=6675&wm_id=4665"], ["http://www.adult-empire.com/rs.php?site_id=6571&wm_id=4665"], ["http://www.adult-empire.com/rs.php?site_id=6530&wm_id=4665"], ["http://www.adult-empire.com/rs.php?site_id=6574&wm_id=4665"], ["http://www.adult-empire.com/rs.php?site_id=6672&wm_id=4665"]);
urlDesc = new Array(["Sinful Comics"], ["Get her Knocked UP"], ["3D Sex Madness"], ["3D Hot Comics"], ["Final Fantasy"], ["3D Zone"], ["Big Mom's"], ["Hentai 3D City"], ["Hentai Anal Attack"], ["Elite Hentai"], ["Naruto Hentai"], ["XXX Marvel Hentai"], ["Black Bible"], ["XXX Bleach Hentai"], ["BEST HENTAI TEEN SEX"], ["Girls of Hentai"], ["Phenomenal Hentai"], ["Hentai Lesbian"], ["World of Hentai"], ["Big Tits Hentai"], ["Mr.Hentai"], ["Hentai Hardcore"]);
usaMode = false;
urlLink = "";
index = _root._url.indexOf(".ru/");
if (index == -1) {
usaMode = true;
}
_adsText.setMask(_mask);
this.createEmptyMovieClip("image", 0);
this.image._x = 10;
this.image._y = 10;
if (usaMode) {
_random = random(urlList.length);
_adsText.txt.text = urlDesc[_random];
urlLink = urlList[_random];
var bmp;
if ((_random + 1) < 10) {
bmp = flash.display.BitmapData.loadBitmap("ads5pic0" + (_random + 1));
} else {
bmp = flash.display.BitmapData.loadBitmap("ads5pic" + (_random + 1));
}
this.image.attachBitmap(bmp, 1, "auto", true);
} else {
var bmp = flash.display.BitmapData.loadBitmap("ads5pic23");
this.image.attachBitmap(bmp, 1, "auto", true);
urlLink = "http://eromeetings.com/s.php?f=3784";
_adsText.txt.text = "Ero Meetings";
}
Symbol 432 MovieClip [advatising] Frame 2
stop();
onEnterFrame = function () {
if (actions == 1) {
if (_currentframe < 7) {
nextFrame();
} else {
gotoAndStop (7);
actions = 0;
}
}
if (actions == 2) {
if (_currentframe < 12) {
nextFrame();
} else {
gotoAndStop (2);
actions = 0;
}
}
if (_global.actions == 0) {
if (_currentframe == 2) {
this.onRollOver = function () {
nextFrame();
actions = 1;
sd = new Sound();
sd.attachSound("advRoll");
sd.start();
};
} else if (_currentframe == 7) {
this.onRollOut = function () {
nextFrame();
actions = 2;
};
}
}
onPress = function () {
getURL (urlLink, "_blank");
};
};
Symbol 435 MovieClip Frame 1
_global.actions = 0;
urlList = new Array(["http://www.hentaibiz.com/hit/10/201869/2/1/av2/"], ["http://www.hentaibiz.com/hit/03/201869/2/1/av2/"], ["http://www.hentaibiz.com/hit/08/201869/2/1/av2/"], ["http://www.hentaibiz.com/hit/05/201869/2/1/av2/"], ["http://www.hentaibiz.com/hit/02/201869/2/1/av2/"], ["http://www.hentaibiz.com/hit/07/201869/2/1/av2/"], ["http://www.hentaibiz.com/hit/06/201869/2/1/av2/"]);
urlDesc = new Array(["3D Super Models"], ["Adult Flash Games"], ["Hentai Mania"], ["Adult Hentai Games"], ["Comics Database"], ["HentaiSugars"], ["HentaiPassword"]);
usaMode = false;
urlLink = "";
index = _root._url.indexOf(".ru/");
if (index == -1) {
usaMode = true;
}
_adsText.setMask(_mask);
this.createEmptyMovieClip("image", 0);
this.image._x = 10;
this.image._y = 10;
if (usaMode) {
_random = random(urlList.length);
_adsText.txt.text = urlDesc[_random];
urlLink = urlList[_random];
var bmp;
if ((_random + 1) < 10) {
bmp = flash.display.BitmapData.loadBitmap("ads2pic0" + (_random + 1));
} else {
bmp = flash.display.BitmapData.loadBitmap("ads2pic" + (_random + 1));
}
this.image.attachBitmap(bmp, 1, "auto", true);
} else {
_random = random(2);
var bmp;
if (_random == 0) {
bmp = flash.display.BitmapData.loadBitmap("ads2pic08");
urlLink = "http://mobilpoisk.com/s.php?f=3784";
_adsText.txt.text = "Mobile search";
} else {
bmp = flash.display.BitmapData.loadBitmap("ads2pic09");
urlLink = "http://sweetdrugs.com/s.php?f=3784";
_adsText.txt.text = "Sweet drugs";
}
this.image.attachBitmap(bmp, 1, "auto", true);
}
Symbol 435 MovieClip Frame 2
stop();
onEnterFrame = function () {
if (actions == 1) {
if (_currentframe < 7) {
nextFrame();
} else {
gotoAndStop (7);
actions = 0;
}
}
if (actions == 2) {
if (_currentframe < 12) {
nextFrame();
} else {
gotoAndStop (2);
actions = 0;
}
}
if (_global.actions == 0) {
if (_currentframe == 2) {
this.onRollOver = function () {
nextFrame();
actions = 1;
sd = new Sound();
sd.attachSound("advRoll");
sd.start();
};
} else if (_currentframe == 7) {
this.onRollOut = function () {
nextFrame();
actions = 2;
};
}
}
onPress = function () {
getURL (urlLink, "_blank");
};
};
Symbol 438 MovieClip Frame 1
_global.actions = 0;
urlList = new Array(["http://www.hentaisexclub.com/main.php?wmid=1816"], ["http://www.cghotties.com/main.php?wmid=1816"], ["http://www.hentaidivx.com/main.php?wmid=1816"], ["http://www.adultcartoonzone.com/main.php?wmid=1816"], ["http://www.hentaixxxtreme.com/main.php?wmid=1816"], ["http://www.mangahq.com/main.php?wmid=1816"], ["http://www.adultcomicsworld.com/main.php?wmid=1816"], ["http://www.3dsexclub.com/main.php?wmid=1816"], ["http://www.digitalcomix.com/main.php?wmid=1816"]);
urlDesc = new Array(["Hentai Sex Club"], ["cgHotties"], ["Hentai DIVX"], ["Adult Cartoon Zone"], ["Hentai XXXtreme"], ["Manga HQ"], ["Adult Comics World"], ["3D Sex Club"], ["DigitalComix"]);
usaMode = false;
urlLink = "";
index = _root._url.indexOf(".ru/");
if (index == -1) {
usaMode = true;
}
_adsText.setMask(_mask);
this.createEmptyMovieClip("image", 0);
this.image._x = 10;
this.image._y = 10;
if (usaMode) {
_random = random(urlList.length);
_adsText.txt.text = urlDesc[_random];
urlLink = urlList[_random];
var bmp;
if ((_random + 1) < 10) {
bmp = flash.display.BitmapData.loadBitmap("ads3pic0" + (_random + 1));
} else {
bmp = flash.display.BitmapData.loadBitmap("ads3pic" + (_random + 1));
}
this.image.attachBitmap(bmp, 1, "auto", true);
} else {
var bmp = flash.display.BitmapData.loadBitmap("ads3pic10");
this.image.attachBitmap(bmp, 1, "auto", true);
urlLink = "http://vkontaktes.com/s.php?f=3784";
_adsText.txt.text = "VkontakteS";
}
Symbol 438 MovieClip Frame 2
stop();
onEnterFrame = function () {
if (actions == 1) {
if (_currentframe < 7) {
nextFrame();
} else {
gotoAndStop (7);
actions = 0;
}
}
if (actions == 2) {
if (_currentframe < 12) {
nextFrame();
} else {
gotoAndStop (2);
actions = 0;
}
}
if (_global.actions == 0) {
if (_currentframe == 2) {
this.onRollOver = function () {
nextFrame();
actions = 1;
sd = new Sound();
sd.attachSound("advRoll");
sd.start();
};
} else if (_currentframe == 7) {
this.onRollOut = function () {
nextFrame();
actions = 2;
};
}
}
onPress = function () {
getURL (urlLink, "_blank");
};
};
Symbol 441 MovieClip Frame 1
_global.actions = 0;
usaMode = false;
urlLink = "";
index = _root._url.indexOf(".ru/");
if (index == -1) {
usaMode = true;
}
_adsText.setMask(_mask);
this.createEmptyMovieClip("image", 0);
this.image._x = 10;
this.image._y = 10;
if (usaMode) {
_adsText.txt.text = "Meet And Fuck Games";
urlLink = "http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=939775-0000&PA=2012352&BAN=0";
var bmp = flash.display.BitmapData.loadBitmap("ads4pic01");
this.image.attachBitmap(bmp, 1, "auto", true);
} else {
var bmp = flash.display.BitmapData.loadBitmap("ads4pic02");
this.image.attachBitmap(bmp, 1, "auto", true);
urlLink = "http://erosecret.com/s.php?f=3784";
_adsText.txt.text = "Ero Secret";
}
Symbol 441 MovieClip Frame 2
stop();
onEnterFrame = function () {
if (actions == 1) {
if (_currentframe < 7) {
nextFrame();
} else {
gotoAndStop (7);
actions = 0;
}
}
if (actions == 2) {
if (_currentframe < 12) {
nextFrame();
} else {
gotoAndStop (2);
actions = 0;
}
}
if (_global.actions == 0) {
if (_currentframe == 2) {
this.onRollOver = function () {
nextFrame();
actions = 1;
sd = new Sound();
sd.attachSound("advRoll");
sd.start();
};
} else if (_currentframe == 7) {
this.onRollOut = function () {
nextFrame();
actions = 2;
};
}
}
onPress = function () {
getURL (urlLink, "_blank");
};
};
Symbol 444 MovieClip Frame 1
_global.actions = 0;
urlList = new Array(["http://www.adult-empire.com/rs.php?site_id=5791&wm_id=4665"], ["http://www.adult-empire.com/rs.php?site_id=5380&wm_id=4665"], ["http://www.adult-empire.com/rs.php?site_id=6255&wm_id=4665"], ["http://www.adult-empire.com/rs.php?site_id=6640&wm_id=4665"], ["http://www.adult-empire.com/rs.php?site_id=5310&wm_id=4665"], ["http://www.adult-empire.com/rs.php?site_id=6438&wm_id=4665"], ["http://www.adult-empire.com/rs.php?site_id=4825&wm_id=4665"], ["http://www.adult-empire.com/rs.php?site_id=6527&wm_id=4665"], ["http://www.adult-empire.com/rs.php?site_id=6573&wm_id=4665"], ["http://www.adult-empire.com/rs.php?site_id=6256&wm_id=4665"], ["http://www.adult-empire.com/rs.php?site_id=4710&wm_id=4665"], ["http://www.adult-empire.com/rs.php?site_id=4960&wm_id=4665"], ["http://www.adult-empire.com/rs.php?site_id=6664&wm_id=4665"], ["http://www.adult-empire.com/rs.php?site_id=4756&wm_id=4665"], ["http://www.adult-empire.com/rs.php?site_id=4482&wm_id=4665"], ["http://www.adult-empire.com/rs.php?site_id=6572&wm_id=4665"], ["http://www.adult-empire.com/rs.php?site_id=6540&wm_id=4665"], ["http://www.adult-empire.com/rs.php?site_id=6675&wm_id=4665"], ["http://www.adult-empire.com/rs.php?site_id=6571&wm_id=4665"], ["http://www.adult-empire.com/rs.php?site_id=6530&wm_id=4665"], ["http://www.adult-empire.com/rs.php?site_id=6574&wm_id=4665"], ["http://www.adult-empire.com/rs.php?site_id=6672&wm_id=4665"]);
urlDesc = new Array(["Sinful Comics"], ["Get her Knocked UP"], ["3D Sex Madness"], ["3D Hot Comics"], ["Final Fantasy"], ["3D Zone"], ["Big Mom's"], ["Hentai 3D City"], ["Hentai Anal Attack"], ["Elite Hentai"], ["Naruto Hentai"], ["XXX Marvel Hentai"], ["Black Bible"], ["XXX Bleach Hentai"], ["BEST HENTAI TEEN SEX"], ["Girls of Hentai"], ["Phenomenal Hentai"], ["Hentai Lesbian"], ["World of Hentai"], ["Big Tits Hentai"], ["Mr.Hentai"], ["Hentai Hardcore"]);
usaMode = false;
urlLink = "";
index = _root._url.indexOf(".ru/");
if (index == -1) {
usaMode = true;
}
_adsText.setMask(_mask);
this.createEmptyMovieClip("image", 0);
this.image._x = 10;
this.image._y = 10;
if (usaMode) {
_random = random(urlList.length);
_adsText.txt.text = urlDesc[_random];
urlLink = urlList[_random];
var bmp;
if ((_random + 1) < 10) {
bmp = flash.display.BitmapData.loadBitmap("ads5pic0" + (_random + 1));
} else {
bmp = flash.display.BitmapData.loadBitmap("ads5pic" + (_random + 1));
}
this.image.attachBitmap(bmp, 1, "auto", true);
} else {
var bmp = flash.display.BitmapData.loadBitmap("ads5pic23");
this.image.attachBitmap(bmp, 1, "auto", true);
urlLink = "http://eromeetings.com/s.php?f=3784";
_adsText.txt.text = "Ero Meetings";
}
Symbol 444 MovieClip Frame 2
stop();
onEnterFrame = function () {
if (actions == 1) {
if (_currentframe < 7) {
nextFrame();
} else {
gotoAndStop (7);
actions = 0;
}
}
if (actions == 2) {
if (_currentframe < 12) {
nextFrame();
} else {
gotoAndStop (2);
actions = 0;
}
}
if (_global.actions == 0) {
if (_currentframe == 2) {
this.onRollOver = function () {
nextFrame();
actions = 1;
sd = new Sound();
sd.attachSound("advRoll");
sd.start();
};
} else if (_currentframe == 7) {
this.onRollOut = function () {
nextFrame();
actions = 2;
};
}
}
onPress = function () {
getURL (urlLink, "_blank");
};
};
Symbol 451 MovieClip Frame 1
_homeUrlGo.onPress = function () {
getURL ("http://sexhotgames.com/", "_blank");
};
_plAgain.onPress = function () {
i = 1;
while (i <= 5) {
eval ("_ads" + i).image.removeMovieClip();
i++;
}
stopAllSounds();
_root.gotoAndStop(1);
};
Symbol 455 MovieClip Frame 171
stop();