Frame 1
amount = 1;
Frame 2
var total = _root.getBytesTotal();
var loaded = _root.getBytesLoaded();
var perc = ((loaded / total) * 100);
percent = Math.round(perc) + "%";
setProperty("progress", _xscale , perc);
if (loaded == total) {
percent = "complete";
gotoAndPlay ("Done");
}
_root.spinnermov._rotation = amount;
amount = amount + perc;
Frame 3
gotoAndPlay ("Nope");
Frame 111
gotoAndStop (113);
Frame 113
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) {
snd = new Sound();
snd.attachSound(snd_name);
snd.start();
delete snd;
}
stop();
owner_URL = "http://www.hentaikey.com/sys/members/game_signup.php?referal=1";
setScreen("mainmenu");
Symbol 4 MovieClip [trans_screen] Frame 1
var next_screen;
Symbol 4 MovieClip [trans_screen] Frame 10
_parent.setScreen(next_screen);
Symbol 4 MovieClip [trans_screen] Frame 20
removeMovieClip(this);
Symbol 14 Button
on (release) {
getURL ("http://www.hentaikey.com", "_blank");
}
Symbol 57 MovieClip [helpscreen] Frame 1
menu_btn.onPress = function () {
_parent.gotoScreen("mainmenu");
};
Symbol 63 MovieClip Frame 1
onEnterFrame = function () {
if (_parent._parent.mood.value < 0.1) {
_parent._parent.AddMood(-0.002);
} else if (_parent._parent.mood.value < 0.2) {
_parent._parent.AddMood(0.002);
}
};
Symbol 66 MovieClip Frame 1
onEnterFrame = function () {
if (_parent._parent.mood.value < 0.1) {
_parent._parent.AddMood(0.002);
}
};
Symbol 67 MovieClip Frame 1
stop();
_parent.ass._visible = true;
Symbol 67 MovieClip Frame 3
_parent.ass._visible = false;
Symbol 69 MovieClip Frame 1
onEnterFrame = function () {
if (_parent._parent.mood.value < 0.5) {
_parent._parent.AddMood(-0.002);
} else if (_parent._parent.mood.value < 0.6) {
_parent._parent.AddMood(0.002);
}
};
Symbol 70 MovieClip Frame 1
onEnterFrame = function () {
if (_parent._parent.mood.value < 0.3) {
_parent._parent.AddMood(-0.002);
} else if (_parent._parent.mood.value < 0.4) {
_parent._parent.AddMood(0.002);
}
};
Symbol 71 MovieClip Frame 1
stop();
Symbol 74 MovieClip Frame 1
onEnterFrame = function () {
if (_parent._parent.mood.value < 0.2) {
_parent._parent.AddMood(-0.002);
} else if (_parent._parent.mood.value < 0.3) {
_parent._parent.AddMood(0.002);
}
};
Symbol 76 MovieClip Frame 1
onEnterFrame = function () {
if (_parent._parent.mood.value < 0.1) {
_parent._parent.AddMood(0.002);
}
};
Symbol 77 MovieClip Frame 1
stop();
Symbol 79 MovieClip Frame 1
onEnterFrame = function () {
if (_parent._parent.mood.value < 0.6) {
_parent._parent.AddMood(-0.002);
} else if (_parent._parent.mood.value < 0.7) {
_parent._parent.AddMood(0.002);
}
};
Symbol 80 MovieClip Frame 1
onEnterFrame = function () {
if (_parent._parent.mood.value < 0.4) {
_parent._parent.AddMood(-0.002);
} else if (_parent._parent.mood.value < 0.5) {
_parent._parent.AddMood(0.002);
}
};
Symbol 81 MovieClip Frame 1
stop();
Symbol 83 MovieClip Frame 1
onEnterFrame = function () {
if (_parent._parent.mood.value < 0.7) {
_parent._parent.AddMood(-0.002);
} else if (_parent._parent.mood.value < 0.8) {
_parent._parent.AddMood(0.002);
}
};
Symbol 84 MovieClip Frame 1
stop();
Symbol 89 MovieClip Frame 1
onEnterFrame = function () {
if (_parent._parent.mood.value < 0.8) {
_parent._parent.AddMood(-0.002);
} else if (_parent._parent.mood.value < 0.9) {
_parent._parent.AddMood(0.002);
}
};
Symbol 90 MovieClip Frame 1
stop();
Symbol 94 MovieClip Frame 1
onEnterFrame = function () {
if (_parent._parent.mood.value < 0.9) {
_parent._parent.AddMood(-0.002);
} else if (_parent._parent.mood.value < 1) {
_parent._parent.AddMood(0.002);
}
};
Symbol 95 MovieClip Frame 1
stop();
Symbol 112 MovieClip Frame 1
stop();
moan_timer = 0;
if (eyes_x == undefined) {
eyes_x = eyes._x;
eyes_y = eyes._y;
}
onEnterFrame = function () {
if ((_currentframe == 2) && (moan_timer == 0)) {
_parent._parent.playSound("pleasure" + random(4));
moan_timer = 50;
}
if ((_currentframe == 3) && (moan_timer == 0)) {
_parent._parent.playSound("anger" + random(4));
moan_timer = 30;
}
if (moan_timer > 0) {
moan_timer--;
}
if (static_eyes) {
return(undefined);
}
x = _xmouse;
y = _ymouse;
x_ = x;
y_ = y;
if (x < 0) {
x_ = -x;
}
if (y < 0) {
y_ = -y;
}
alpha = ((x_ == 0) ? (Math.PI/2) : (Math.atan(y_ / x_)));
if (x >= 0) {
if (y < 0) {
alpha = (Math.PI*2) - alpha;
}
} else if (y >= 0) {
alpha = Math.PI - alpha;
} else {
alpha = alpha + Math.PI;
}
eyes._x = eyes_x + (4 * Math.cos(alpha));
eyes._y = eyes_y + (4 * Math.sin(alpha));
};
Symbol 124 MovieClip [mainmenu] Frame 1
play_btn.onPress = function () {
_parent.gotoScreen("pose1");
};
help_btn.onPress = function () {
_parent.gotoScreen("helpscreen");
};
moregames.onPress = function () {
getURL (_parent.owner_URL, "_blank");
};
Symbol 136 MovieClip Frame 1
function SetHider() {
hider._x = (value_show * volumer._width) - hider._width;
}
value = 0;
value_show = value;
SetHider();
onEnterFrame = function () {
if (value > value_show) {
_parent.head.gotoAndStop(2);
if (_parent.part_clip == _parent.head) {
_parent.head.mouth._visible = false;
}
value_show = value;
SetHider();
} else if (value < value_show) {
_parent.head.gotoAndStop(3);
if (_parent.part_clip == _parent.head) {
_parent.head.mouth._visible = false;
}
value = value_show;
SetHider();
} else if (_parent.part_clip == undefined) {
_parent.head.gotoAndStop(1);
if (_parent.part_clip == _parent.head) {
_parent.head.mouth._visible = true;
}
} else {
_parent.head.gotoAndStop(2);
if (_parent.part_clip == _parent.head) {
_parent.head.mouth._visible = false;
}
}
};
Symbol 141 MovieClip Frame 1
stop();
Symbol 141 MovieClip Frame 25
stop();
_visible = false;
Symbol 152 MovieClip Frame 1
stop();
times = 0;
onEnterFrame = function () {
if (_visible) {
times++;
if (times > 75) {
_visible = false;
}
} else {
times = 0;
}
};
Symbol 157 MovieClip [pose1] Frame 1
menu_btn.onPress = function () {
_parent.gotoScreen("mainmenu");
};
next_btn.onPress = function () {
_parent.gotoScreen("pose2");
};
moregames.onPress = function () {
getURL (_parent.owner_URL, "_blank");
};
function AddMood(val) {
if (val < 0) {
val = -1E-8;
dialog._visible = true;
if (head._currentframe != 3) {
dialog.gotoAndStop(2 + random(4));
}
dialog.times = 74;
} else {
dialog._visible = true;
if (head._currentframe != 2) {
dialog.gotoAndStop(6 + random(4));
}
dialog.times = 74;
}
mood.value = mood.value + val;
if (mood.value > 1) {
mood.value = 1;
if (!next_btn._visible) {
mood.smile._visible = false;
glow._visible = true;
glow.gotoAndPlay(2);
next_btn._visible = true;
}
}
}
function SetThingPos() {
thing_clip._x = _xmouse;
thing_clip._y = _ymouse;
}
function ReleasePart() {
part_clip.gotoAndStop(1);
thing_clip._visible = true;
part_clip = undefined;
}
next_btn._visible = false;
glow._visible = false;
things = new Array("hand", "feather");
parts = new Array("boob1", "boob2", "hand1", "leg1", "leg2", "ass", "hand2");
i = 0;
while (i < parts.length) {
eval (parts[i]).stop();
eval (parts[i]).anim.frame = 0;
eval (parts[i]).onPress = function () {
part_clip = this;
if (thing_clip == hand) {
this.gotoAndStop(2);
} else if (thing_clip == feather) {
this.gotoAndStop(3);
if (this._currentframe != 3) {
ReleasePart();
return(undefined);
}
}
thing_clip._visible = false;
};
i++;
}
i = 0;
while (i < things.length) {
eval (things[i]).x = eval (things[i])._x;
eval (things[i]).y = eval (things[i])._y;
eval (things[i]).onPress = function () {
if (part_clip.single) {
return(undefined);
}
if (thing_clip != undefined) {
thing_clip._x = thing_clip.x;
thing_clip._y = thing_clip.y;
}
thing_clip = this;
SetThingPos();
};
eval (things[i] + "slot").onPress = function () {
thing_clip._x = thing_clip.x;
thing_clip._y = thing_clip.y;
thing_clip = undefined;
};
i++;
}
onMouseMove = function () {
SetThingPos();
updateAfterEvent();
if (thing_clip != undefined) {
thing_clip.anim.gotoAndStop();
}
};
onMouseUp = function () {
if (part_clip.single) {
return(undefined);
}
ReleasePart();
};
frame.onPress = function () {
thing_clip._x = thing_clip.x;
thing_clip._y = thing_clip.y;
thing_clip = undefined;
};
Symbol 160 MovieClip Frame 1
onEnterFrame = function () {
if (_parent._parent.mood.value < 0.1) {
_parent._parent.AddMood(0.002);
}
};
Symbol 164 MovieClip Frame 1
onEnterFrame = function () {
if (_parent._parent.mood.value < 0.3) {
_parent._parent.AddMood(-0.002);
} else if (_parent._parent.mood.value < 0.4) {
_parent._parent.AddMood(0.002);
}
};
Symbol 166 MovieClip Frame 1
onEnterFrame = function () {
if (_parent._parent.mood.value < 0.1) {
_parent._parent.AddMood(-0.002);
} else if (_parent._parent.mood.value < 0.2) {
_parent._parent.AddMood(0.002);
}
};
Symbol 170 MovieClip Frame 1
onEnterFrame = function () {
if (_parent._parent.mood.value < 0.9) {
_parent._parent.AddMood(-0.002);
} else if (_parent._parent.mood.value < 1) {
_parent._parent.AddMood(0.002);
}
};
Symbol 174 MovieClip Frame 1
onEnterFrame = function () {
if (_parent._parent.mood.value < 0.4) {
_parent._parent.AddMood(-0.002);
} else if (_parent._parent.mood.value < 0.5) {
_parent._parent.AddMood(0.002);
}
};
Symbol 175 MovieClip Frame 1
onEnterFrame = function () {
if (_parent._parent.mood.value < 0.2) {
_parent._parent.AddMood(-0.002);
} else if (_parent._parent.mood.value < 0.3) {
_parent._parent.AddMood(0.002);
}
};
Symbol 176 MovieClip Frame 2
if (_parent.bra._visible) {
_parent.ReleasePart();
}
Symbol 176 MovieClip Frame 3
if (_parent.bra._visible) {
_parent.ReleasePart();
}
Symbol 178 MovieClip Frame 1
onEnterFrame = function () {
if (_parent._parent.mood.value < 0.3) {
_parent._parent.AddMood(-0.002);
} else if (_parent._parent.mood.value < 0.4) {
_parent._parent.AddMood(0.002);
}
};
Symbol 179 MovieClip Frame 1
onEnterFrame = function () {
if (_parent._parent.mood.value < 0.1) {
_parent._parent.AddMood(-0.002);
} else if (_parent._parent.mood.value < 0.2) {
_parent._parent.AddMood(0.002);
}
};
Symbol 187 MovieClip Frame 1
onEnterFrame = function () {
if (_parent._parent.mood.value < 0.8) {
_parent._parent.AddMood(-0.002);
} else if (_parent._parent.mood.value < 0.9) {
_parent._parent.AddMood(0.002);
}
};
Symbol 189 MovieClip Frame 1
onEnterFrame = function () {
if (_parent._parent.mood.value < 0.7) {
_parent._parent.AddMood(-0.002);
} else if (_parent._parent.mood.value < 0.8) {
_parent._parent.AddMood(0.002);
}
};
Symbol 196 MovieClip Frame 1
_parent._parent.bra1._visible = false;
Symbol 196 MovieClip Frame 26
_parent._parent.dialog.gotoAndStop(10);
_parent._parent.dialog.times = 0;
_parent._parent.dialog._visible = true;
Symbol 196 MovieClip Frame 37
stop();
_parent._parent.bra._visible = true;
_parent._parent.boob1._visible = true;
_parent._parent.boob2._visible = true;
_parent._visible = false;
_parent._parent.ReleasePart();
Symbol 197 MovieClip Frame 1
single = false;
Symbol 197 MovieClip Frame 2
single = true;
if (_parent.mood.value < 0.6) {
_parent.ReleasePart();
}
Symbol 200 MovieClip Frame 1
onEnterFrame = function () {
if (_parent._parent.mood.value < 0.8) {
_parent._parent.AddMood(-0.002);
} else if (_parent._parent.mood.value < 0.9) {
_parent._parent.AddMood(0.002);
}
};
Symbol 201 MovieClip Frame 1
onEnterFrame = function () {
if (_parent._parent.mood.value < 0.6) {
_parent._parent.AddMood(-0.002);
} else if (_parent._parent.mood.value < 0.7) {
_parent._parent.AddMood(0.002);
}
};
Symbol 206 MovieClip Frame 1
onEnterFrame = function () {
if (_parent._parent.mood.value < 0.5) {
_parent._parent.AddMood(-0.002);
} else if (_parent._parent.mood.value < 0.6) {
_parent._parent.AddMood(0.002);
}
};
Symbol 211 MovieClip Frame 1
stop();
times = 0;
onEnterFrame = function () {
if (_visible) {
times++;
if (times > 75) {
_visible = false;
}
} else {
times = 0;
}
};
Symbol 212 MovieClip [pose2] Frame 1
menu_btn.onPress = function () {
_parent.gotoScreen("mainmenu");
};
next_btn.onPress = function () {
_parent.gotoScreen("pose3");
};
moregames.onPress = function () {
getURL (_parent.owner_URL, "_blank");
};
function AddMood(val) {
if (val < 0) {
val = -1E-8;
dialog._visible = true;
if (head._currentframe != 3) {
dialog.gotoAndStop(2 + random(4));
}
dialog.times = 74;
} else {
dialog._visible = true;
if (head._currentframe != 2) {
dialog.gotoAndStop(6 + random(4));
}
dialog.times = 74;
}
mood.value = mood.value + val;
if (mood.value > 1) {
mood.value = 1;
if (!next_btn._visible) {
mood.smile._visible = false;
glow._visible = true;
glow.gotoAndPlay(2);
next_btn._visible = true;
}
}
}
function SetThingPos() {
thing_clip._x = _xmouse;
thing_clip._y = _ymouse;
}
function ReleasePart() {
part_clip.gotoAndStop(1);
thing_clip._visible = true;
part_clip = undefined;
}
next_btn._visible = false;
glow._visible = false;
boob1._visible = false;
boob2._visible = false;
bra._visible = false;
things = new Array("hand", "feather");
parts = new Array("bra1", "bra2", "boob1", "boob2", "pussy", "belly", "leg1", "hand1", "leg2");
i = 0;
while (i < parts.length) {
eval (parts[i]).stop();
eval (parts[i]).anim.frame = 0;
eval (parts[i]).onPress = function () {
part_clip = this;
if (thing_clip == hand) {
this.gotoAndStop(2);
} else if (thing_clip == feather) {
this.gotoAndStop(3);
if (this._currentframe != 3) {
ReleasePart();
return(undefined);
}
}
thing_clip._visible = false;
};
i++;
}
i = 0;
while (i < things.length) {
eval (things[i]).x = eval (things[i])._x;
eval (things[i]).y = eval (things[i])._y;
eval (things[i]).onPress = function () {
if (part_clip.single) {
return(undefined);
}
if (thing_clip != undefined) {
thing_clip._x = thing_clip.x;
thing_clip._y = thing_clip.y;
}
thing_clip = this;
SetThingPos();
};
eval (things[i] + "slot").onPress = function () {
thing_clip._x = thing_clip.x;
thing_clip._y = thing_clip.y;
thing_clip = undefined;
};
i++;
}
onMouseMove = function () {
SetThingPos();
updateAfterEvent();
if (thing_clip != undefined) {
thing_clip.anim.gotoAndStop();
}
};
onMouseUp = function () {
if (part_clip.single) {
return(undefined);
}
ReleasePart();
};
frame.onPress = function () {
thing_clip._x = thing_clip.x;
thing_clip._y = thing_clip.y;
thing_clip = undefined;
};
Symbol 217 MovieClip Frame 1
onEnterFrame = function () {
if (_parent._parent.mood.value < 0.3) {
_parent._parent.AddMood(-0.002);
} else if (_parent._parent.mood.value < 0.4) {
_parent._parent.AddMood(0.002);
}
};
Symbol 219 MovieClip Frame 1
onEnterFrame = function () {
if (_parent._parent.mood.value < 0.6) {
_parent._parent.AddMood(-0.002);
} else if (_parent._parent.mood.value < 0.7) {
_parent._parent.AddMood(0.002);
}
};
Symbol 223 MovieClip Frame 1
onEnterFrame = function () {
if (_parent._parent.mood.value < 0.1) {
_parent._parent.AddMood(0.002);
}
};
Symbol 226 MovieClip Frame 1
onEnterFrame = function () {
if (_parent._parent.mood.value < 0.1) {
_parent._parent.AddMood(-0.002);
} else if (_parent._parent.mood.value < 0.2) {
_parent._parent.AddMood(0.002);
}
};
Symbol 229 MovieClip Frame 1
onEnterFrame = function () {
if (_parent._parent.mood.value < 0.2) {
_parent._parent.AddMood(-0.002);
} else if (_parent._parent.mood.value < 0.3) {
_parent._parent.AddMood(0.002);
}
};
Symbol 232 MovieClip Frame 1
onEnterFrame = function () {
if (_parent._parent.mood.value < 0.4) {
_parent._parent.AddMood(-0.002);
} else if (_parent._parent.mood.value < 0.5) {
_parent._parent.AddMood(0.002);
}
};
Symbol 236 MovieClip Frame 1
onEnterFrame = function () {
if (_parent._parent.mood.value < 0.8) {
_parent._parent.AddMood(-0.002);
} else if (_parent._parent.mood.value < 0.9) {
_parent._parent.AddMood(0.002);
}
};
Symbol 237 MovieClip Frame 1
_parent.ass1._visible = true;
_parent.pussy._visible = true;
Symbol 237 MovieClip Frame 3
_parent.ass1._visible = false;
_parent.pussy._visible = false;
Symbol 240 MovieClip Frame 1
onEnterFrame = function () {
if (_parent._parent.mood.value < 0.7) {
_parent._parent.AddMood(-0.002);
} else if (_parent._parent.mood.value < 0.8) {
_parent._parent.AddMood(0.002);
}
};
Symbol 245 MovieClip Frame 1
onEnterFrame = function () {
if (_parent._parent.mood.value < 0.9) {
_parent._parent.AddMood(-0.002);
} else if (_parent._parent.mood.value < 1) {
_parent._parent.AddMood(0.002);
}
};
Symbol 248 MovieClip Frame 1
onEnterFrame = function () {
if (_parent._parent.mood.value < 0.5) {
_parent._parent.AddMood(-0.002);
} else if (_parent._parent.mood.value < 0.6) {
_parent._parent.AddMood(0.002);
}
};
Symbol 255 MovieClip Frame 1
stop();
times = 0;
onEnterFrame = function () {
if (_visible) {
times++;
if (times > 75) {
_visible = false;
}
} else {
times = 0;
}
};
Symbol 256 MovieClip [pose3] Frame 1
menu_btn.onPress = function () {
_parent.gotoScreen("mainmenu");
};
next_btn.onPress = function () {
_parent.gotoScreen("pose4");
};
moregames.onPress = function () {
getURL (_parent.owner_URL, "_blank");
};
function AddMood(val) {
if (val < 0) {
val = -1E-8;
dialog._visible = true;
if (head._currentframe != 3) {
dialog.gotoAndStop(2 + random(4));
}
dialog.times = 74;
} else {
dialog._visible = true;
if (head._currentframe != 2) {
dialog.gotoAndStop(6 + random(4));
}
dialog.times = 74;
}
mood.value = mood.value + val;
if (mood.value > 1) {
mood.value = 1;
if (!next_btn._visible) {
mood.smile._visible = false;
glow._visible = true;
glow.gotoAndPlay(2);
next_btn._visible = true;
}
}
}
function SetThingPos() {
thing_clip._x = _xmouse;
thing_clip._y = _ymouse;
}
function ReleasePart() {
part_clip.gotoAndStop(1);
thing_clip._visible = true;
part_clip = undefined;
}
next_btn._visible = false;
glow._visible = false;
things = new Array("hand", "dick");
parts = new Array("boob1", "ass1", "ass2", "pussy", "hand1", "leg1", "leg2");
i = 0;
while (i < parts.length) {
eval (parts[i]).stop();
eval (parts[i]).anim.frame = 0;
eval (parts[i]).onPress = function () {
part_clip = this;
if (thing_clip == hand) {
this.gotoAndStop(2);
} else if (thing_clip == dick) {
this.gotoAndStop(3);
if (this._currentframe != 3) {
ReleasePart();
return(undefined);
}
}
thing_clip._visible = false;
};
i++;
}
i = 0;
while (i < things.length) {
eval (things[i]).x = eval (things[i])._x;
eval (things[i]).y = eval (things[i])._y;
eval (things[i]).onPress = function () {
if (part_clip.single) {
return(undefined);
}
if (thing_clip != undefined) {
thing_clip._x = thing_clip.x;
thing_clip._y = thing_clip.y;
}
thing_clip = this;
SetThingPos();
};
eval (things[i] + "slot").onPress = function () {
thing_clip._x = thing_clip.x;
thing_clip._y = thing_clip.y;
thing_clip = undefined;
};
i++;
}
onMouseMove = function () {
SetThingPos();
updateAfterEvent();
if (thing_clip != undefined) {
thing_clip.anim.gotoAndStop();
}
};
onMouseUp = function () {
if (part_clip.single) {
return(undefined);
}
ReleasePart();
};
frame.onPress = function () {
thing_clip._x = thing_clip.x;
thing_clip._y = thing_clip.y;
thing_clip = undefined;
};
Symbol 283 MovieClip Frame 1
if (ymouse == undefined) {
head.static_eyes = true;
ymouse = _ymouse;
mouse_up = false;
changes = 0;
changes_prev = 0;
counter = 0;
frames_per_cicle = 0;
moan_timer = 0;
}
onMouseMove = function () {
if ((_currentframe < 200) && (moan_timer == 0)) {
_parent._parent.playSound("pleasure" + random(4));
moan_timer = 20 + int((1 - _parent.thermo.level) * 60);
}
if (moan_timer > 0) {
moan_timer--;
}
if ((!mouse_up) && (_ymouse < ymouse)) {
mouse_up = true;
changes++;
} else if (mouse_up && (_ymouse > ymouse)) {
mouse_up = false;
changes++;
}
ymouse = _ymouse;
};
cummed = false;
onEnterFrame = function () {
if (!_visible) {
return(undefined);
}
if (cummed) {
return(undefined);
}
counter++;
if (counter >= 10) {
counter = 0;
if ((changes >= changes_prev) && (changes != 0)) {
frames_per_cicle = frames_per_cicle + 2;
} else {
if (frames_per_cicle > 8) {
frames_per_cicle = frames_per_cicle - 4;
} else {
frames_per_cicle = frames_per_cicle - 2;
}
if (frames_per_cicle < 0) {
frames_per_cicle = 0;
}
}
changes_prev = changes;
changes = 0;
}
_parent.thermo.SetLevel(frames_per_cicle / 35);
if (frames_per_cicle > 35) {
cummed = true;
gotoAndPlay (201);
return(undefined);
}
if (frames_per_cicle > 20) {
head.gotoAndStop(2);
} else {
head.gotoAndStop(1);
}
frame = _currentframe + frames_per_cicle;
if (frame > 200) {
frame = frame - 200;
}
gotoAndStop(frame);
};
Symbol 283 MovieClip Frame 201
head.static_eyes = false;
_parent.dialog.gotoAndStop(2);
Symbol 283 MovieClip Frame 275
stop();
Symbol 287 MovieClip Frame 1
function SetLevel(_level) {
level = _level;
if (level > 1) {
level = 1;
}
value._y = (1 - _level) * value._height;
}
level = 0;
SetLevel(level);
Symbol 294 MovieClip Frame 1
stop();
Symbol 294 MovieClip Frame 2
moregames_btn.onPress = function () {
getURL (_parent._parent.owner_URL, "_blank");
};
Symbol 295 MovieClip [pose4] Frame 1
menu_btn.onPress = function () {
_parent.gotoScreen("mainmenu");
};
moregames.onPress = function () {
getURL (_parent.owner_URL, "_blank");
};