Combined Code
frame 1 {
Stage.showMenu = false;
Button.prototype.tabEnabled = false;
MovieClip.prototype.tabEnabled = false;
}
frame 1 {
bytes_loaded = Math.round(this.getBytesLoaded());
bytes_total = Math.round(this.getBytesTotal());
getPercent = bytes_loaded / bytes_total;
this.loadBar._height = getPercent * 400;
this.loadText = Math.round(getPercent * 100) + '%';
if (bytes_loaded == bytes_total) {
this.gotoAndStop(3);
}
}
button 7 {
on (release) {
getURL('http://www.escapefever.com', '_blank');
}
}
// unknown tag 88 length 80
movieClip 12 {
}
instance of movieClip 12 {
onClipEvent (release) {
getURL('http://www.funny-games.biz', '_blank');
}
}
frame 2 {
this.gotoAndPlay(1);
}
frame 3 {
Stage.showMenu = false;
stop();
}
frame 3 {
_root.v6ti = false;
_root.bena_olemas = false;
}
movieClip 17 {
}
movieClip 18 {
}
button 20 {
on (release) {
getURL('http://www.escapefever.com', '_blank');
}
}
movieClip 24 {
frame 1 {
stop();
}
}
button 29 {
on (release) {
_root.gotoAndStop(48);
}
}
button 35 {
on (release) {
_root.intro.gotoAndPlay(2);
}
}
movieClip 37 {
}
movieClip 39 {
}
button 43 {
on (release) {
getURL('http://www.escapefever.com/villa-escape', '_blank');
}
}
instance of movieClip 12 {
onClipEvent (release) {
getURL('http://www.funny-games.biz', '_blank');
}
}
movieClip 46 {
}
button 47 {
on (release) {
getURL('http://www.escapefever.com', '_blank');
}
}
movieClip 49 {
frame 1 {
stop();
}
frame 2 {
MovieClip.prototype.enabled = false;
Button.prototype.enabled = false;
linker.enabled = true;
}
frame 113 {
MovieClip.prototype.enabled = true;
Button.prototype.enabled = true;
_root.gotoAndStop(4);
}
}
frame 4 {
function createExplosion(targetX, targetY) {
var v6 = 0;
while (v6 < particleTotal) {
var v5 = flash.display.BitmapData.loadBitmap('fire.jpg');
var v3 = _root.createEmptyMovieClip('main_holder', _root.getNextHighestDepth());
var v4 = v3.createEmptyMovieClip('internal_holder', v3.getNextHighestDepth());
v4._x = -v5.width / 2;
v4._y = -v5.height / 2;
v4.attachBitmap(v5, v4.getNextHighestDepth(), 'never');
v3._x = targetX;
v3._y = targetY;
v3._rotation = random(360);
v3._alpha = random(50) + 50;
v3.boundyLeft = targetX - particleRange;
v3.boundyTop = targetY - particleRange;
v3.boundyRight = targetX + particleRange;
v3.boundyBottom = targetY + particleRange;
v3.speedX = Math.random(particleMaxSpeed) - Math.random(particleMaxSpeed);
v3.speedY = Math.random(particleMaxSpeed) - Math.random(particleMaxSpeed);
v3.speedX *= particleMaxSpeed;
v3.speedY *= particleMaxSpeed;
v3.fadeSpeed = Math.random(particleFadeSpeed) * particleFadeSpeed;
++numberOfParticles;
v3.onEnterFrame = function () {
this._alpha -= this.fadeSpeed;
this._x += this.speedX;
this._y += this.speedY;
if (this.speedY < particleMaxSpeed) {
this.speedY += gravity;
}
if (this._alpha <= 0 || this._x < this.boundyLeft || this._x > this.boundyRight || this._y < this.boundyTop || this._y > this.boundyBottom) {
this.removeMovieClip();
--numberOfParticles;
}
};
++v6;
}
}
function plahvatus() {
_root.klikker = new Sound(this);
_root.klikker.attachSound('item');
_root.klikker.start(0, 1);
createExplosion(_xmouse, _ymouse);
}
function tooHigh() {
clearInterval(timer);
delete countDown;
_root.alake._visible = true;
_root.display_txt.text = '';
var phrase_string = 'I cannot reach up there...';
var n = phrase_string.length;
var i = 0;
this.onEnterFrame = function () {
if (i < n) {
display_txt.text += phrase_string.substr(i, 1);
i += 1;
_root.klikker = new Sound(this);
_root.klikker.attachSound('typing');
_root.klikker.start(0, 1);
}
};
displayTime = 10;
countDown = function (message) {
--displayTime;
if (displayTime == 0) {
clearInterval(timer);
delete countDown;
_root.display_txt.text = '';
_root.alake._visible = false;
delete this.onEnterFrame;
false;
}
};
timer = setInterval(countDown, 1000);
}
function gotHere() {
clearInterval(timer);
delete countDown;
_root.alake._visible = true;
_root.display_txt.text = '';
var phrase_string = 'This is how i must have got here...cool';
var n = phrase_string.length;
var i = 0;
this.onEnterFrame = function () {
if (i < n) {
display_txt.text += phrase_string.substr(i, 1);
i += 1;
_root.klikker = new Sound(this);
_root.klikker.attachSound('typing');
_root.klikker.start(0, 1);
}
};
displayTime = 10;
countDown = function (message) {
--displayTime;
if (displayTime == 0) {
clearInterval(timer);
delete countDown;
_root.display_txt.text = '';
_root.alake._visible = false;
delete this.onEnterFrame;
false;
}
};
timer = setInterval(countDown, 1000);
}
function benaPole() {
clearInterval(timer);
delete countDown;
_root.alake._visible = true;
_root.display_txt.text = '';
var phrase_string = 'I would like to, but there isn\'t any fuel in it...';
var n = phrase_string.length;
var i = 0;
this.onEnterFrame = function () {
if (i < n) {
display_txt.text += phrase_string.substr(i, 1);
i += 1;
_root.klikker = new Sound(this);
_root.klikker.attachSound('typing');
_root.klikker.start(0, 1);
}
};
displayTime = 10;
countDown = function (message) {
--displayTime;
if (displayTime == 0) {
clearInterval(timer);
delete countDown;
_root.display_txt.text = '';
_root.alake._visible = false;
delete this.onEnterFrame;
false;
}
};
timer = setInterval(countDown, 1000);
}
function kuidasKey() {
clearInterval(timer);
delete countDown;
_root.alake._visible = true;
_root.display_txt.text = '';
var phrase_string = 'Key inside a coconut, is that even possible?';
var n = phrase_string.length;
var i = 0;
this.onEnterFrame = function () {
if (i < n) {
display_txt.text += phrase_string.substr(i, 1);
i += 1;
_root.klikker = new Sound(this);
_root.klikker.attachSound('typing');
_root.klikker.start(0, 1);
}
};
displayTime = 10;
countDown = function (message) {
--displayTime;
if (displayTime == 0) {
clearInterval(timer);
delete countDown;
_root.display_txt.text = '';
_root.alake._visible = false;
delete this.onEnterFrame;
false;
}
};
timer = setInterval(countDown, 1000);
}
function benaBasseinis() {
clearInterval(timer);
delete countDown;
_root.alake._visible = true;
_root.display_txt.text = '';
var phrase_string = 'Hmm, smells like some fuel...someone must have unload it here on purpose!';
var n = phrase_string.length;
var i = 0;
this.onEnterFrame = function () {
if (i < n) {
display_txt.text += phrase_string.substr(i, 1);
i += 1;
_root.klikker = new Sound(this);
_root.klikker.attachSound('typing');
_root.klikker.start(0, 1);
}
};
displayTime = 10;
countDown = function (message) {
--displayTime;
if (displayTime == 0) {
clearInterval(timer);
delete countDown;
_root.display_txt.text = '';
_root.alake._visible = false;
delete this.onEnterFrame;
false;
}
};
timer = setInterval(countDown, 1000);
}
function heliJutt() {
clearInterval(timer);
delete countDown;
_root.alake._visible = true;
_root.display_txt.text = '';
var phrase_string = 'Wow! Some military helicopter...';
var n = phrase_string.length;
var i = 0;
this.onEnterFrame = function () {
if (i < n) {
display_txt.text += phrase_string.substr(i, 1);
i += 1;
_root.klikker = new Sound(this);
_root.klikker.attachSound('typing');
_root.klikker.start(0, 1);
}
};
displayTime = 10;
countDown = function (message) {
--displayTime;
if (displayTime == 0) {
clearInterval(timer);
delete countDown;
_root.display_txt.text = '';
_root.alake._visible = false;
delete this.onEnterFrame;
false;
}
};
timer = setInterval(countDown, 1000);
}
function noPoint() {
clearInterval(timer);
delete countDown;
_root.alake._visible = true;
_root.display_txt.text = '';
var phrase_string = 'There is no point of doing this at the moment...';
var n = phrase_string.length;
var i = 0;
this.onEnterFrame = function () {
if (i < n) {
display_txt.text += phrase_string.substr(i, 1);
i += 1;
_root.klikker = new Sound(this);
_root.klikker.attachSound('typing');
_root.klikker.start(0, 1);
}
};
displayTime = 10;
countDown = function (message) {
--displayTime;
if (displayTime == 0) {
clearInterval(timer);
delete countDown;
_root.display_txt.text = '';
_root.alake._visible = false;
delete this.onEnterFrame;
false;
}
};
timer = setInterval(countDown, 1000);
}
function somethingSharp() {
clearInterval(timer);
delete countDown;
_root.alake._visible = true;
_root.display_txt.text = '';
var phrase_string = 'Something sharp would help me opening this...';
var n = phrase_string.length;
var i = 0;
this.onEnterFrame = function () {
if (i < n) {
display_txt.text += phrase_string.substr(i, 1);
i += 1;
_root.klikker = new Sound(this);
_root.klikker.attachSound('typing');
_root.klikker.start(0, 1);
}
};
displayTime = 10;
countDown = function (message) {
--displayTime;
if (displayTime == 0) {
clearInterval(timer);
delete countDown;
_root.display_txt.text = '';
_root.alake._visible = false;
delete this.onEnterFrame;
false;
}
};
timer = setInterval(countDown, 1000);
}
function killerPenguins() {
clearInterval(timer);
delete countDown;
_root.alake._visible = true;
_root.display_txt.text = '';
var phrase_string = 'If you want to climb over the wall there are killer penguins waiting for you, good luck!';
var n = phrase_string.length;
var i = 0;
this.onEnterFrame = function () {
if (i < n) {
display_txt.text += phrase_string.substr(i, 1);
i += 1;
_root.klikker = new Sound(this);
_root.klikker.attachSound('typing');
_root.klikker.start(0, 1);
}
};
displayTime = 10;
countDown = function (message) {
--displayTime;
if (displayTime == 0) {
clearInterval(timer);
delete countDown;
_root.display_txt.text = '';
_root.alake._visible = false;
delete this.onEnterFrame;
false;
}
};
timer = setInterval(countDown, 1000);
}
function fuelWaterKoos() {
clearInterval(timer);
delete countDown;
_root.alake._visible = true;
_root.display_txt.text = '';
var phrase_string = 'Now i have a mix of fuel and water...';
var n = phrase_string.length;
var i = 0;
this.onEnterFrame = function () {
if (i < n) {
display_txt.text += phrase_string.substr(i, 1);
i += 1;
_root.klikker = new Sound(this);
_root.klikker.attachSound('typing');
_root.klikker.start(0, 1);
}
};
displayTime = 10;
countDown = function (message) {
--displayTime;
if (displayTime == 0) {
clearInterval(timer);
delete countDown;
_root.display_txt.text = '';
_root.alake._visible = false;
delete this.onEnterFrame;
false;
}
};
timer = setInterval(countDown, 1000);
}
function ainultFuel() {
clearInterval(timer);
delete countDown;
_root.alake._visible = true;
_root.display_txt.text = '';
var phrase_string = 'Great, i have the fuel!';
var n = phrase_string.length;
var i = 0;
this.onEnterFrame = function () {
if (i < n) {
display_txt.text += phrase_string.substr(i, 1);
i += 1;
_root.klikker = new Sound(this);
_root.klikker.attachSound('typing');
_root.klikker.start(0, 1);
}
};
displayTime = 10;
countDown = function (message) {
--displayTime;
if (displayTime == 0) {
clearInterval(timer);
delete countDown;
_root.display_txt.text = '';
_root.alake._visible = false;
delete this.onEnterFrame;
false;
}
};
timer = setInterval(countDown, 1000);
}
function fuelHelikale() {
clearInterval(timer);
delete countDown;
_root.alake._visible = true;
_root.display_txt.text = '';
var phrase_string = 'Not so good idea...';
var n = phrase_string.length;
var i = 0;
this.onEnterFrame = function () {
if (i < n) {
display_txt.text += phrase_string.substr(i, 1);
i += 1;
_root.klikker = new Sound(this);
_root.klikker.attachSound('typing');
_root.klikker.start(0, 1);
}
};
displayTime = 10;
countDown = function (message) {
--displayTime;
if (displayTime == 0) {
clearInterval(timer);
delete countDown;
_root.display_txt.text = '';
_root.alake._visible = false;
delete this.onEnterFrame;
false;
}
};
timer = setInterval(countDown, 1000);
}
_root.veetynn_inv.onRollOver = function () {
if (this._currentframe == 2) {
captionFN(true, 'Empty Bottle', this);
this.onRollOut = function () {
captionFN(false);
};
this.onPress = function () {
captionFN(false);
};
} else {
if (this._currentframe == 3) {
captionFN(true, 'Fuel+Water', this);
this.onRollOut = function () {
captionFN(false);
};
this.onPress = function () {
captionFN(false);
};
} else {
if (this._currentframe == 4) {
captionFN(true, 'Fuel+Water', this);
this.onRollOut = function () {
captionFN(false);
};
this.onPress = function () {
captionFN(false);
};
} else {
if (this._currentframe == 5) {
captionFN(true, 'Fuel', this);
this.onRollOut = function () {
captionFN(false);
};
this.onPress = function () {
captionFN(false);
};
}
}
}
}
};
_root.kois_inv.onRollOver = function () {
if (this._currentframe == 2) {
captionFN(true, 'Rope', this);
this.onRollOut = function () {
captionFN(false);
};
this.onPress = function () {
captionFN(false);
};
} else {
if (this._currentframe == 3) {
captionFN(true, 'Tree Climbing Gear', this);
this.onRollOut = function () {
captionFN(false);
};
this.onPress = function () {
captionFN(false);
};
}
}
};
_root.belt_inv.onRollOver = function () {
if (this._currentframe == 2) {
captionFN(true, 'Belt', this);
this.onRollOut = function () {
captionFN(false);
};
this.onPress = function () {
captionFN(false);
};
} else {
if (this._currentframe == 3) {
captionFN(true, 'Tree Climbing Gear', this);
this.onRollOut = function () {
captionFN(false);
};
this.onPress = function () {
captionFN(false);
};
}
}
};
_root.kookos_inv.onRollOver = function () {
if (this._currentframe == 2) {
captionFN(true, 'Coconut', this);
this.onRollOut = function () {
captionFN(false);
};
this.onPress = function () {
captionFN(false);
};
} else {
if (this._currentframe == 3) {
captionFN(true, 'Cracked Coconut', this);
this.onRollOut = function () {
captionFN(false);
};
this.onPress = function () {
captionFN(false);
};
}
}
};
_root.v6ti_inv.onRollOver = function () {
captionFN(true, 'Key', this);
this.onRollOut = function () {
captionFN(false);
};
this.onPress = function () {
captionFN(false);
};
};
_root.nuga_inv.onRollOver = function () {
captionFN(true, 'Knife', this);
this.onRollOut = function () {
captionFN(false);
};
this.onPress = function () {
captionFN(false);
};
};
_root.klamber_inv.onRollOver = function () {
captionFN(true, 'Clip', this);
this.onRollOut = function () {
captionFN(false);
};
this.onPress = function () {
captionFN(false);
};
};
_root.voolik_inv.onRollOver = function () {
captionFN(true, 'Hose', this);
this.onRollOut = function () {
captionFN(false);
};
this.onPress = function () {
captionFN(false);
};
};
captionFN = function (showCaption, captionText, bName) {
if (showCaption) {
_root.createEmptyMovieClip('hoverCaption', this.getNextHighestDepth());
cap.desc.text = captionText;
cap._width = 7 * cap.desc.text.length;
cap._alpha = 75;
if (bName._width + bName._x + cap._width > Stage.width) {
xo = -2 - cap._width;
yo = -17;
} else {
xo = 2;
yo = -17;
}
hoverCaption.onEnterFrame = function () {
cap._x = _root._xmouse + xo;
cap._y = _root._ymouse + yo;
cap._visible = true;
};
} else {
delete hoverCaption.onEnterFrame;
cap._visible = false;
}
};
var particleMaxSpeed = 5;
var particleFadeSpeed = 5;
var particleTotal = 25;
var particleRange = 100;
var gravity = 0.3;
}
button 52 {
on (release) {
_root.gotoAndStop(22);
}
}
button 53 {
on (release) {
_root.gotoAndStop(32);
}
}
button 54 {
on (release) {
_root.gotoAndStop(36);
}
}
button 55 {
on (release) {
_root.kuhuMinna_palm = this._currentframe;
_root.gotoAndStop(40);
}
}
button 56 {
on (rollOver) {
mauser_p._x = _xmouse;
mauser_p._y = _ymouse;
mauser_p._visible = true;
Mouse.hide();
mauser.stopDrag();
mauser._visible = false;
mauser_p.startDrag();
}
on (rollOut) {
Mouse.show();
mauser.stopDrag();
mauser_p.stopDrag();
mauser._visible = false;
mauser_p._visible = false;
}
on (press) {
mauser_p.stopDrag();
mauser_p._visible = false;
Mouse.show();
_root.gotoAndStop(5);
}
}
button 57 {
on (rollOver) {
mauser_v._x = _xmouse;
mauser_v._y = _ymouse;
mauser_v._visible = true;
Mouse.hide();
mauser.stopDrag();
mauser._visible = false;
mauser_v.startDrag();
}
on (rollOut) {
Mouse.show();
mauser.stopDrag();
mauser_v.stopDrag();
mauser._visible = false;
mauser_v._visible = false;
}
on (press) {
mauser_v.stopDrag();
mauser_v._visible = false;
Mouse.show();
_root.gotoAndStop(23);
}
}
button 58 {
on (release) {
_root.gotoAndStop(39);
}
}
movieClip 60 {
}
instance alake of movieClip 60 {
onClipEvent (load) {
this._visible = false;
}
}
// unknown tag 88 length 62
movieClip 64 {
}
movieClip 65 {
}
movieClip 66 {
}
movieClip 67 {
}
movieClip 69 {
}
movieClip 71 {
}
movieClip 74 {
}
instance b1 of movieClip 74 {
onClipEvent (release) {
getURL('http://www.escapefever.com', '_blank');
}
}
button 80 {
on (release) {
getURL('http://www.escapefever.com/villa-escape-2-walkthrough', '_blank');
}
}
button 82 {
on (press) {
stopAllSounds();
gotoAndStop('Music Off');
}
}
button 84 {
on (press) {
gotoAndStop('Music On');
}
}
movieClip 85 {
frame 1 {
stop();
_root.taustaMuusika = new Sound(this);
_root.taustaMuusika.attachSound('taustaMusa');
_root.taustaMuusika.start(0, 9999);
}
frame 12 {
stop();
_root.taustaMuusika.stop();
}
}
movieClip 89 {
}
movieClip 93 {
}
movieClip 94 {
frame 1 {
stop();
}
}
instance veetynn_inv of movieClip 94 {
onClipEvent (press) {
thisX = (eval(this))._x;
thisY = (eval(this))._y;
startDrag(this, true);
}
onClipEvent (release, releaseOutside) {
if (_root.kytus.hitTest(this) && this._currentframe == 2) {
this.gotoAndStop(3);
_root.plahvatus();
_root.fuelWaterKoos();
eval(this)._x = thisX;
eval(this)._y = thisY;
stopDrag();
} else {
if (_root.kops.hitTest(this) && this._currentframe == 5) {
this._visible = false;
_root.plahvatus();
_root.bena_olemas = true;
eval(this)._x = thisX;
eval(this)._y = thisY;
stopDrag();
} else {
eval(this)._x = thisX;
eval(this)._y = thisY;
stopDrag();
}
}
}
}
movieClip 97 {
frame 1 {
stop();
}
}
instance klamber_inv of movieClip 97 {
onClipEvent (press) {
thisX = (eval(this))._x;
thisY = (eval(this))._y;
startDrag(this, true);
}
onClipEvent (release, releaseOutside) {
if (_root.veetynn_inv.hitTest(this) && _root.veetynn_inv._currentframe == 4) {
_root.veetynn_inv._visible = false;
_root.tynnikas.gotoAndPlay(2);
this._visible = false;
_root.plahvatus();
eval(this)._x = thisX;
eval(this)._y = thisY;
stopDrag();
} else {
eval(this)._x = thisX;
eval(this)._y = thisY;
stopDrag();
}
}
}
movieClip 103 {
frame 1 {
stop();
}
}
instance kookos_inv of movieClip 103 {
onClipEvent (release) {
if (this._currentframe == 3) {
_root.kookoseke.gotoAndStop(2);
this._visible = false;
} else {
if (this._currentframe == 2) {
_root.somethingSharp();
}
}
}
}
movieClip 106 {
frame 1 {
stop();
}
}
instance voolik_inv of movieClip 106 {
onClipEvent (press) {
thisX = (eval(this))._x;
thisY = (eval(this))._y;
startDrag(this, true);
}
onClipEvent (release, releaseOutside) {
if (_root.veetynn_inv.hitTest(this) && _root.veetynn_inv._currentframe == 3) {
_root.veetynn_inv.gotoAndStop(4);
this._visible = false;
_root.plahvatus();
eval(this)._x = thisX;
eval(this)._y = thisY;
stopDrag();
} else {
if (_root.veetynn_inv.hitTest(this) && _root.veetynn_inv._currentframe == 2) {
_root.noPoint();
eval(this)._x = thisX;
eval(this)._y = thisY;
stopDrag();
} else {
eval(this)._x = thisX;
eval(this)._y = thisY;
stopDrag();
}
}
}
}
movieClip 111 {
frame 1 {
stop();
}
}
instance kois_inv of movieClip 111 {
onClipEvent (press) {
thisX = (eval(this))._x;
thisY = (eval(this))._y;
startDrag(this, true);
}
onClipEvent (release, releaseOutside) {
if (_root.belt_inv.hitTest(this)) {
_root.belt_inv.gotoAndStop(3);
this._visible = false;
_root.plahvatus();
eval(this)._x = thisX;
eval(this)._y = thisY;
stopDrag();
} else {
if (_root.puuOtsas.hitTest(this) && this._currentframe == 3) {
_root.plahvatus();
this._visible = false;
_root.kookos = true;
_root.kookos_inv.gotoAndStop(2);
_root.coconut.gotoAndStop(2);
eval(this)._x = thisX;
eval(this)._y = thisY;
stopDrag();
} else {
eval(this)._x = thisX;
eval(this)._y = thisY;
stopDrag();
}
}
}
}
movieClip 113 {
frame 1 {
stop();
}
}
instance belt_inv of movieClip 113 {
onClipEvent (press) {
thisX = (eval(this))._x;
thisY = (eval(this))._y;
startDrag(this, true);
}
onClipEvent (release, releaseOutside) {
if (_root.kois_inv.hitTest(this) && this._currentframe == 2) {
_root.kois_inv.gotoAndStop(3);
this._visible = false;
_root.plahvatus();
eval(this)._x = thisX;
eval(this)._y = thisY;
stopDrag();
} else {
if (_root.puuOtsas.hitTest(this) && this._currentframe == 3) {
_root.plahvatus();
this._visible = false;
_root.kookos = true;
_root.kookos_inv.gotoAndStop(2);
_root.coconut.gotoAndStop(2);
eval(this)._x = thisX;
eval(this)._y = thisY;
stopDrag();
} else {
eval(this)._x = thisX;
eval(this)._y = thisY;
stopDrag();
}
}
}
}
movieClip 115 {
frame 1 {
stop();
}
}
instance v6ti_inv of movieClip 115 {
onClipEvent (press) {
thisX = (eval(this))._x;
thisY = (eval(this))._y;
startDrag(this, true);
}
onClipEvent (release, releaseOutside) {
if (_root.kops.hitTest(this) && _root.bena_olemas == true) {
_root.gotoAndPlay(107);
this._visible = false;
_root.plahvatus();
eval(this)._x = thisX;
eval(this)._y = thisY;
stopDrag();
} else {
if (_root.kops.hitTest(this) && _root.bena_olemas == false) {
_root.benaPole();
eval(this)._x = thisX;
eval(this)._y = thisY;
stopDrag();
} else {
eval(this)._x = thisX;
eval(this)._y = thisY;
stopDrag();
}
}
}
}
movieClip 119 {
}
movieClip 125 {
}
movieClip 127 {
}
movieClip 129 {
}
movieClip 145 {
frame 1 {
stop();
}
frame 2 {
MovieClip.prototype.enabled = false;
Button.prototype.enabled = false;
}
frame 96 {
MovieClip.prototype.enabled = true;
Button.prototype.enabled = true;
_root.veetynn_inv._visible = true;
_root.veetynn_inv.gotoAndStop(5);
_root.ainultFuel();
}
}
button 149 {
on (release) {
if (_root.v6ti == true) {
this.gotoAndStop(1);
} else {
if (_root.v6ti == false) {
this.gotoAndStop(1);
_root.kookos_inv._visible = true;
}
}
}
}
movieClip 151 {
frame 1 {
stop();
}
}
movieClip 152 {
frame 1 {
stop();
}
instance of movieClip 151 {
onClipEvent (load) {
if (_root.v6ti == true) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (release) {
_root.kuidasKey();
_root.plahvatus();
this.gotoAndStop(2);
_root.v6ti = true;
_root.v6ti_inv.gotoAndStop(2);
}
}
}
movieClip 155 {
frame 1 {
stop();
}
}
instance nuga_inv of movieClip 155 {
onClipEvent (press) {
thisX = (eval(this))._x;
thisY = (eval(this))._y;
startDrag(this, true);
}
onClipEvent (release, releaseOutside) {
if (_root.kookos_inv.hitTest(this) && _root.kookos_inv._currentframe == 2) {
_root.kookos_inv.gotoAndStop(3);
this._visible = false;
_root.plahvatus();
eval(this)._x = thisX;
eval(this)._y = thisY;
stopDrag();
} else {
eval(this)._x = thisX;
eval(this)._y = thisY;
stopDrag();
}
}
}
movieClip 159 {
}
button 162 {
on (rollOver) {
mauser._x = _xmouse;
mauser._y = _ymouse;
mauser._visible = true;
Mouse.hide();
mauser_p.stopDrag();
mauser_p._visible = false;
mauser.startDrag();
}
on (rollOut) {
Mouse.show();
mauser.stopDrag();
mauser_p.stopDrag();
mauser._visible = false;
mauser_p._visible = false;
}
on (press) {
mauser.stopDrag();
mauser._visible = false;
Mouse.show();
_root.gotoAndStop(4);
}
}
button 163 {
on (rollOver) {
mauser_p._x = _xmouse;
mauser_p._y = _ymouse;
mauser_p._visible = true;
Mouse.hide();
mauser.stopDrag();
mauser._visible = false;
mauser_p.startDrag();
}
on (rollOut) {
Mouse.show();
mauser.stopDrag();
mauser_p.stopDrag();
mauser._visible = false;
mauser_p._visible = false;
}
on (press) {
mauser_p.stopDrag();
mauser_p._visible = false;
Mouse.show();
_root.gotoAndStop(6);
}
}
button 166 {
on (rollOver) {
mauser._x = _xmouse;
mauser._y = _ymouse;
mauser._visible = true;
Mouse.hide();
mauser_p.stopDrag();
mauser_p._visible = false;
mauser.startDrag();
}
on (rollOut) {
Mouse.show();
mauser.stopDrag();
mauser_p.stopDrag();
mauser._visible = false;
mauser_p._visible = false;
}
on (press) {
mauser.stopDrag();
mauser._visible = false;
Mouse.show();
_root.gotoAndStop(5);
}
}
button 167 {
on (rollOver) {
mauser_p._x = _xmouse;
mauser_p._y = _ymouse;
mauser_p._visible = true;
Mouse.hide();
mauser.stopDrag();
mauser._visible = false;
mauser_p.startDrag();
}
on (rollOut) {
Mouse.show();
mauser.stopDrag();
mauser_p.stopDrag();
mauser._visible = false;
mauser_p._visible = false;
}
on (press) {
mauser_p.stopDrag();
mauser_p._visible = false;
Mouse.show();
_root.gotoAndStop(7);
}
}
button 171 {
on (rollOver) {
mauser._x = _xmouse;
mauser._y = _ymouse;
mauser._visible = true;
Mouse.hide();
mauser_p.stopDrag();
mauser_p._visible = false;
mauser.startDrag();
}
on (rollOut) {
Mouse.show();
mauser.stopDrag();
mauser_p.stopDrag();
mauser._visible = false;
mauser_p._visible = false;
}
on (press) {
mauser.stopDrag();
mauser._visible = false;
Mouse.show();
_root.gotoAndStop(8);
}
}
button 172 {
on (rollOver) {
mauser_p._x = _xmouse;
mauser_p._y = _ymouse;
mauser_p._visible = true;
Mouse.hide();
mauser.stopDrag();
mauser._visible = false;
mauser_p.startDrag();
}
on (rollOut) {
Mouse.show();
mauser.stopDrag();
mauser_p.stopDrag();
mauser._visible = false;
mauser_p._visible = false;
}
on (press) {
mauser_p.stopDrag();
mauser_p._visible = false;
Mouse.show();
_root.gotoAndStop(8);
}
}
button 173 {
on (rollOver) {
mauser_p._x = _xmouse;
mauser_p._y = _ymouse;
mauser_p._visible = true;
Mouse.hide();
mauser.stopDrag();
mauser._visible = false;
mauser_p.startDrag();
}
on (rollOut) {
Mouse.show();
mauser.stopDrag();
mauser_p.stopDrag();
mauser._visible = false;
mauser_p._visible = false;
}
on (press) {
mauser_p.stopDrag();
mauser_p._visible = false;
Mouse.show();
_root.gotoAndStop(9);
}
}
button 174 {
on (release) {
_root.gotoAndStop(10);
}
}
button 177 {
on (rollOver) {
mauser._x = _xmouse;
mauser._y = _ymouse;
mauser._visible = true;
Mouse.hide();
mauser_p.stopDrag();
mauser_p._visible = false;
mauser.startDrag();
}
on (rollOut) {
Mouse.show();
mauser.stopDrag();
mauser_p.stopDrag();
mauser._visible = false;
mauser_p._visible = false;
}
on (press) {
mauser.stopDrag();
mauser._visible = false;
Mouse.show();
_root.gotoAndStop(7);
}
}
button 178 {
on (rollOver) {
mauser_v._x = _xmouse;
mauser_v._y = _ymouse;
mauser_v._visible = true;
Mouse.hide();
mauser.stopDrag();
mauser._visible = false;
mauser_v.startDrag();
}
on (rollOut) {
Mouse.show();
mauser.stopDrag();
mauser_v.stopDrag();
mauser._visible = false;
mauser_v._visible = false;
}
on (press) {
mauser_v.stopDrag();
mauser_v._visible = false;
Mouse.show();
_root.gotoAndStop(7);
}
}
button 179 {
on (rollOver) {
mauser_v._x = _xmouse;
mauser_v._y = _ymouse;
mauser_v._visible = true;
Mouse.hide();
mauser.stopDrag();
mauser._visible = false;
mauser_v.startDrag();
}
on (rollOut) {
Mouse.show();
mauser.stopDrag();
mauser_v.stopDrag();
mauser._visible = false;
mauser_v._visible = false;
}
on (press) {
mauser_v.stopDrag();
mauser_v._visible = false;
Mouse.show();
_root.gotoAndStop(4);
}
}
movieClip 184 {
frame 1 {
stop();
}
}
instance of movieClip 184 {
onClipEvent (load) {
if (_root.belt == true) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (release) {
_root.plahvatus();
this.gotoAndStop(2);
_root.belt = true;
_root.belt_inv.gotoAndStop(2);
}
}
button 185 {
on (rollOver) {
mauser._x = _xmouse;
mauser._y = _ymouse;
mauser._visible = true;
Mouse.hide();
mauser_p.stopDrag();
mauser_p._visible = false;
mauser.startDrag();
}
on (rollOut) {
Mouse.show();
mauser.stopDrag();
mauser_p.stopDrag();
mauser._visible = false;
mauser_p._visible = false;
}
on (press) {
mauser.stopDrag();
mauser._visible = false;
Mouse.show();
_root.gotoAndStop(10);
}
}
button 186 {
on (rollOver) {
mauser_p._x = _xmouse;
mauser_p._y = _ymouse;
mauser_p._visible = true;
Mouse.hide();
mauser.stopDrag();
mauser._visible = false;
mauser_p.startDrag();
}
on (rollOut) {
Mouse.show();
mauser.stopDrag();
mauser_p.stopDrag();
mauser._visible = false;
mauser_p._visible = false;
}
on (press) {
mauser_p.stopDrag();
mauser_p._visible = false;
Mouse.show();
_root.gotoAndStop(10);
}
}
button 187 {
on (rollOver) {
mauser_p._x = _xmouse;
mauser_p._y = _ymouse;
mauser_p._visible = true;
Mouse.hide();
mauser.stopDrag();
mauser._visible = false;
mauser_p.startDrag();
}
on (rollOut) {
Mouse.show();
mauser.stopDrag();
mauser_p.stopDrag();
mauser._visible = false;
mauser_p._visible = false;
}
on (press) {
mauser_p.stopDrag();
mauser_p._visible = false;
Mouse.show();
_root.gotoAndStop(11);
}
}
frame 10 {
_root.gotHere();
}
movieClip 192 {
frame 1 {
stop();
}
}
instance of movieClip 192 {
onClipEvent (load) {
if (_root.kois == true) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (release) {
_root.plahvatus();
this.gotoAndStop(2);
_root.kois = true;
_root.kois_inv.gotoAndStop(2);
}
}
button 193 {
on (rollOver) {
mauser._x = _xmouse;
mauser._y = _ymouse;
mauser._visible = true;
Mouse.hide();
mauser_p.stopDrag();
mauser_p._visible = false;
mauser.startDrag();
}
on (rollOut) {
Mouse.show();
mauser.stopDrag();
mauser_p.stopDrag();
mauser._visible = false;
mauser_p._visible = false;
}
on (press) {
mauser.stopDrag();
mauser._visible = false;
Mouse.show();
_root.gotoAndStop(9);
}
}
button 194 {
on (rollOver) {
mauser_v._x = _xmouse;
mauser_v._y = _ymouse;
mauser_v._visible = true;
Mouse.hide();
mauser.stopDrag();
mauser._visible = false;
mauser_v.startDrag();
}
on (rollOut) {
Mouse.show();
mauser.stopDrag();
mauser_v.stopDrag();
mauser._visible = false;
mauser_v._visible = false;
}
on (press) {
mauser_v.stopDrag();
mauser_v._visible = false;
Mouse.show();
_root.gotoAndStop(9);
}
}
button 195 {
on (rollOver) {
mauser_v._x = _xmouse;
mauser_v._y = _ymouse;
mauser_v._visible = true;
Mouse.hide();
mauser.stopDrag();
mauser._visible = false;
mauser_v.startDrag();
}
on (rollOut) {
Mouse.show();
mauser.stopDrag();
mauser_v.stopDrag();
mauser._visible = false;
mauser_v._visible = false;
}
on (press) {
mauser_v.stopDrag();
mauser_v._visible = false;
Mouse.show();
_root.gotoAndStop(8);
}
}
button 196 {
on (release) {
_root.killerPenguins();
}
}
button 199 {
on (rollOver) {
mauser._x = _xmouse;
mauser._y = _ymouse;
mauser._visible = true;
Mouse.hide();
mauser_p.stopDrag();
mauser_p._visible = false;
mauser.startDrag();
}
on (rollOut) {
Mouse.show();
mauser.stopDrag();
mauser_p.stopDrag();
mauser._visible = false;
mauser_p._visible = false;
}
on (press) {
mauser.stopDrag();
mauser._visible = false;
Mouse.show();
_root.gotoAndStop(12);
}
}
button 200 {
on (rollOver) {
mauser_p._x = _xmouse;
mauser_p._y = _ymouse;
mauser_p._visible = true;
Mouse.hide();
mauser.stopDrag();
mauser._visible = false;
mauser_p.startDrag();
}
on (rollOut) {
Mouse.show();
mauser.stopDrag();
mauser_p.stopDrag();
mauser._visible = false;
mauser_p._visible = false;
}
on (press) {
mauser_p.stopDrag();
mauser_p._visible = false;
Mouse.show();
_root.gotoAndStop(13);
}
}
movieClip 203 {
frame 1 {
stop();
}
}
instance of movieClip 203 {
onClipEvent (load) {
if (_root.belt == true) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (release) {
_root.plahvatus();
this.gotoAndStop(2);
_root.belt = true;
_root.belt_inv.gotoAndStop(2);
}
}
button 204 {
on (rollOver) {
mauser._x = _xmouse;
mauser._y = _ymouse;
mauser._visible = true;
Mouse.hide();
mauser_p.stopDrag();
mauser_p._visible = false;
mauser.startDrag();
}
on (rollOut) {
Mouse.show();
mauser.stopDrag();
mauser_p.stopDrag();
mauser._visible = false;
mauser_p._visible = false;
}
on (press) {
mauser.stopDrag();
mauser._visible = false;
Mouse.show();
_root.gotoAndStop(11);
}
}
button 205 {
on (rollOver) {
mauser_v._x = _xmouse;
mauser_v._y = _ymouse;
mauser_v._visible = true;
Mouse.hide();
mauser.stopDrag();
mauser._visible = false;
mauser_v.startDrag();
}
on (rollOut) {
Mouse.show();
mauser.stopDrag();
mauser_v.stopDrag();
mauser._visible = false;
mauser_v._visible = false;
}
on (press) {
mauser_v.stopDrag();
mauser_v._visible = false;
Mouse.show();
_root.gotoAndStop(14);
}
}
button 206 {
on (rollOver) {
mauser_v._x = _xmouse;
mauser_v._y = _ymouse;
mauser_v._visible = true;
Mouse.hide();
mauser.stopDrag();
mauser._visible = false;
mauser_v.startDrag();
}
on (rollOut) {
Mouse.show();
mauser.stopDrag();
mauser_v.stopDrag();
mauser._visible = false;
mauser_v._visible = false;
}
on (press) {
mauser_v.stopDrag();
mauser_v._visible = false;
Mouse.show();
_root.gotoAndStop(10);
}
}
movieClip 211 {
frame 1 {
stop();
}
}
instance of movieClip 211 {
onClipEvent (load) {
if (_root.voolik == true) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
button 212 {
on (rollOver) {
mauser._x = _xmouse;
mauser._y = _ymouse;
mauser._visible = true;
Mouse.hide();
mauser_p.stopDrag();
mauser_p._visible = false;
mauser.startDrag();
}
on (rollOut) {
Mouse.show();
mauser.stopDrag();
mauser_p.stopDrag();
mauser._visible = false;
mauser_p._visible = false;
}
on (press) {
mauser.stopDrag();
mauser._visible = false;
Mouse.show();
_root.gotoAndStop(15);
}
}
button 213 {
on (rollOver) {
mauser_p._x = _xmouse;
mauser_p._y = _ymouse;
mauser_p._visible = true;
Mouse.hide();
mauser.stopDrag();
mauser._visible = false;
mauser_p.startDrag();
}
on (rollOut) {
Mouse.show();
mauser.stopDrag();
mauser_p.stopDrag();
mauser._visible = false;
mauser_p._visible = false;
}
on (press) {
mauser_p.stopDrag();
mauser_p._visible = false;
Mouse.show();
_root.gotoAndStop(14);
}
}
button 214 {
on (release) {
_root.gotoAndStop(16);
}
}
movieClip 219 {
}
movieClip 220 {
}
button 221 {
on (rollOver) {
mauser_p._x = _xmouse;
mauser_p._y = _ymouse;
mauser_p._visible = true;
Mouse.hide();
mauser.stopDrag();
mauser._visible = false;
mauser_p.startDrag();
}
on (rollOut) {
Mouse.show();
mauser.stopDrag();
mauser_p.stopDrag();
mauser._visible = false;
mauser_p._visible = false;
}
on (press) {
mauser_p.stopDrag();
mauser_p._visible = false;
Mouse.show();
_root.gotoAndStop(12);
}
}
button 222 {
on (rollOver) {
mauser_v._x = _xmouse;
mauser_v._y = _ymouse;
mauser_v._visible = true;
Mouse.hide();
mauser.stopDrag();
mauser._visible = false;
mauser_v.startDrag();
}
on (rollOut) {
Mouse.show();
mauser.stopDrag();
mauser_v.stopDrag();
mauser._visible = false;
mauser_v._visible = false;
}
on (press) {
mauser_v.stopDrag();
mauser_v._visible = false;
Mouse.show();
_root.gotoAndStop(13);
}
}
button 223 {
on (release) {
_root.kuhuMinna = this._currentframe;
_root.gotoAndStop(39);
}
}
button 224 {
on (release) {
_root.gotoAndStop(4);
}
}
button 227 {
on (rollOver) {
mauser._x = _xmouse;
mauser._y = _ymouse;
mauser._visible = true;
Mouse.hide();
mauser_p.stopDrag();
mauser_p._visible = false;
mauser.startDrag();
}
on (rollOut) {
Mouse.show();
mauser.stopDrag();
mauser_p.stopDrag();
mauser._visible = false;
mauser_p._visible = false;
}
on (press) {
mauser.stopDrag();
mauser._visible = false;
Mouse.show();
_root.gotoAndStop(13);
}
}
button 228 {
on (rollOver) {
mauser_v._x = _xmouse;
mauser_v._y = _ymouse;
mauser_v._visible = true;
Mouse.hide();
mauser.stopDrag();
mauser._visible = false;
mauser_v.startDrag();
}
on (rollOut) {
Mouse.show();
mauser.stopDrag();
mauser_v.stopDrag();
mauser._visible = false;
mauser_v._visible = false;
}
on (press) {
mauser_v.stopDrag();
mauser_v._visible = false;
Mouse.show();
_root.gotoAndStop(12);
}
}
movieClip 232 {
frame 1 {
stop();
}
}
instance of movieClip 232 {
onClipEvent (load) {
if (_root.voolik == true) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (release) {
_root.plahvatus();
this.gotoAndStop(2);
_root.voolik = true;
_root.voolik_inv.gotoAndStop(2);
}
}
button 233 {
on (rollOver) {
mauser_p._x = _xmouse;
mauser_p._y = _ymouse;
mauser_p._visible = true;
Mouse.hide();
mauser.stopDrag();
mauser._visible = false;
mauser_p.startDrag();
}
on (rollOut) {
Mouse.show();
mauser.stopDrag();
mauser_p.stopDrag();
mauser._visible = false;
mauser_p._visible = false;
}
on (press) {
mauser_p.stopDrag();
mauser_p._visible = false;
Mouse.show();
_root.gotoAndStop(17);
}
}
button 234 {
on (rollOver) {
mauser_v._x = _xmouse;
mauser_v._y = _ymouse;
mauser_v._visible = true;
Mouse.hide();
mauser.stopDrag();
mauser._visible = false;
mauser_v.startDrag();
}
on (rollOut) {
Mouse.show();
mauser.stopDrag();
mauser_v.stopDrag();
mauser._visible = false;
mauser_v._visible = false;
}
on (press) {
mauser_v.stopDrag();
mauser_v._visible = false;
Mouse.show();
_root.gotoAndStop(22);
}
}
button 235 {
on (release) {
_root.gotoAndStop(41);
}
}
button 238 {
on (release) {
_root.gotoAndStop(20);
}
}
button 239 {
on (release) {
_root.gotoAndStop(37);
}
}
button 240 {
on (release) {
_root.gotoAndStop(38);
}
}
button 241 {
on (release) {
_root.kuhuMinna = this._currentframe;
_root.gotoAndStop(39);
}
}
button 242 {
on (rollOver) {
mauser_p._x = _xmouse;
mauser_p._y = _ymouse;
mauser_p._visible = true;
Mouse.hide();
mauser.stopDrag();
mauser._visible = false;
mauser_p.startDrag();
}
on (rollOut) {
Mouse.show();
mauser.stopDrag();
mauser_p.stopDrag();
mauser._visible = false;
mauser_p._visible = false;
}
on (press) {
mauser_p.stopDrag();
mauser_p._visible = false;
Mouse.show();
_root.gotoAndStop(18);
}
}
button 243 {
on (rollOver) {
mauser_v._x = _xmouse;
mauser_v._y = _ymouse;
mauser_v._visible = true;
Mouse.hide();
mauser.stopDrag();
mauser._visible = false;
mauser_v.startDrag();
}
on (rollOut) {
Mouse.show();
mauser.stopDrag();
mauser_v.stopDrag();
mauser._visible = false;
mauser_v._visible = false;
}
on (press) {
mauser_v.stopDrag();
mauser_v._visible = false;
Mouse.show();
_root.gotoAndStop(16);
}
}
button 247 {
on (rollOver) {
mauser._x = _xmouse;
mauser._y = _ymouse;
mauser._visible = true;
Mouse.hide();
mauser_p.stopDrag();
mauser_p._visible = false;
mauser.startDrag();
}
on (rollOut) {
Mouse.show();
mauser.stopDrag();
mauser_p.stopDrag();
mauser._visible = false;
mauser_p._visible = false;
}
on (press) {
mauser.stopDrag();
mauser._visible = false;
Mouse.show();
_root.gotoAndStop(17);
}
}
button 248 {
on (rollOver) {
mauser_p._x = _xmouse;
mauser_p._y = _ymouse;
mauser_p._visible = true;
Mouse.hide();
mauser.stopDrag();
mauser._visible = false;
mauser_p.startDrag();
}
on (rollOut) {
Mouse.show();
mauser.stopDrag();
mauser_p.stopDrag();
mauser._visible = false;
mauser_p._visible = false;
}
on (press) {
mauser_p.stopDrag();
mauser_p._visible = false;
Mouse.show();
_root.gotoAndStop(19);
}
}
button 249 {
on (rollOver) {
mauser_v._x = _xmouse;
mauser_v._y = _ymouse;
mauser_v._visible = true;
Mouse.hide();
mauser.stopDrag();
mauser._visible = false;
mauser_v.startDrag();
}
on (rollOut) {
Mouse.show();
mauser.stopDrag();
mauser_v.stopDrag();
mauser._visible = false;
mauser_v._visible = false;
}
on (press) {
mauser_v.stopDrag();
mauser_v._visible = false;
Mouse.show();
_root.gotoAndStop(17);
}
}
button 252 {
on (release) {
_root.gotoAndStop(15);
}
}
button 253 {
on (release) {
_root.gotoAndStop(42);
}
}
button 254 {
on (rollOver) {
mauser_p._x = _xmouse;
mauser_p._y = _ymouse;
mauser_p._visible = true;
Mouse.hide();
mauser.stopDrag();
mauser._visible = false;
mauser_p.startDrag();
}
on (rollOut) {
Mouse.show();
mauser.stopDrag();
mauser_p.stopDrag();
mauser._visible = false;
mauser_p._visible = false;
}
on (press) {
mauser_p.stopDrag();
mauser_p._visible = false;
Mouse.show();
_root.gotoAndStop(22);
}
}
button 255 {
on (rollOver) {
mauser_v._x = _xmouse;
mauser_v._y = _ymouse;
mauser_v._visible = true;
Mouse.hide();
mauser.stopDrag();
mauser._visible = false;
mauser_v.startDrag();
}
on (rollOut) {
Mouse.show();
mauser.stopDrag();
mauser_v.stopDrag();
mauser._visible = false;
mauser_v._visible = false;
}
on (press) {
mauser_v.stopDrag();
mauser_v._visible = false;
Mouse.show();
_root.gotoAndStop(18);
}
}
button 258 {
on (release) {
_root.gotoAndStop(6);
}
}
button 259 {
on (rollOver) {
mauser_p._x = _xmouse;
mauser_p._y = _ymouse;
mauser_p._visible = true;
Mouse.hide();
mauser.stopDrag();
mauser._visible = false;
mauser_p.startDrag();
}
on (rollOut) {
Mouse.show();
mauser.stopDrag();
mauser_p.stopDrag();
mauser._visible = false;
mauser_p._visible = false;
}
on (press) {
mauser_p.stopDrag();
mauser_p._visible = false;
Mouse.show();
_root.gotoAndStop(24);
}
}
button 262 {
on (release) {
_root.gotoAndStop(22);
}
}
button 263 {
on (rollOver) {
mauser._x = _xmouse;
mauser._y = _ymouse;
mauser._visible = true;
Mouse.hide();
mauser_p.stopDrag();
mauser_p._visible = false;
mauser.startDrag();
}
on (rollOut) {
Mouse.show();
mauser.stopDrag();
mauser_p.stopDrag();
mauser._visible = false;
mauser_p._visible = false;
}
on (press) {
mauser.stopDrag();
mauser._visible = false;
Mouse.show();
_root.gotoAndStop(20);
}
}
button 264 {
on (rollOver) {
mauser_v._x = _xmouse;
mauser_v._y = _ymouse;
mauser_v._visible = true;
Mouse.hide();
mauser.stopDrag();
mauser._visible = false;
mauser_v.startDrag();
}
on (rollOut) {
Mouse.show();
mauser.stopDrag();
mauser_v.stopDrag();
mauser._visible = false;
mauser_v._visible = false;
}
on (press) {
mauser_v.stopDrag();
mauser_v._visible = false;
Mouse.show();
_root.gotoAndStop(19);
}
}
button 267 {
on (rollOver) {
mauser_p._x = _xmouse;
mauser_p._y = _ymouse;
mauser_p._visible = true;
Mouse.hide();
mauser.stopDrag();
mauser._visible = false;
mauser_p.startDrag();
}
on (rollOut) {
Mouse.show();
mauser.stopDrag();
mauser_p.stopDrag();
mauser._visible = false;
mauser_p._visible = false;
}
on (press) {
mauser_p.stopDrag();
mauser_p._visible = false;
Mouse.show();
_root.gotoAndStop(16);
}
}
button 270 {
on (rollOver) {
mauser_p._x = _xmouse;
mauser_p._y = _ymouse;
mauser_p._visible = true;
Mouse.hide();
mauser.stopDrag();
mauser._visible = false;
mauser_p.startDrag();
}
on (rollOut) {
Mouse.show();
mauser.stopDrag();
mauser_p.stopDrag();
mauser._visible = false;
mauser_p._visible = false;
}
on (press) {
mauser_p.stopDrag();
mauser_p._visible = false;
Mouse.show();
_root.gotoAndStop(25);
}
}
button 273 {
on (release) {
_root.gotoAndStop(23);
}
}
button 274 {
on (release) {
_root.gotoAndStop(43);
}
}
button 275 {
on (release) {
_root.gotoAndStop(44);
}
}
button 276 {
on (rollOver) {
mauser_p._x = _xmouse;
mauser_p._y = _ymouse;
mauser_p._visible = true;
Mouse.hide();
mauser.stopDrag();
mauser._visible = false;
mauser_p.startDrag();
}
on (rollOut) {
Mouse.show();
mauser.stopDrag();
mauser_p.stopDrag();
mauser._visible = false;
mauser_p._visible = false;
}
on (press) {
mauser_p.stopDrag();
mauser_p._visible = false;
Mouse.show();
_root.gotoAndStop(39);
_root.kuhuMinna = 4;
}
}
button 279 {
on (rollOver) {
mauser_v._x = _xmouse;
mauser_v._y = _ymouse;
mauser_v._visible = true;
Mouse.hide();
mauser.stopDrag();
mauser._visible = false;
mauser_v.startDrag();
}
on (rollOut) {
Mouse.show();
mauser.stopDrag();
mauser_v.stopDrag();
mauser._visible = false;
mauser_v._visible = false;
}
on (press) {
mauser_v.stopDrag();
mauser_v._visible = false;
Mouse.show();
_root.gotoAndStop(26);
}
}
button 280 {
on (rollOver) {
mauser._x = _xmouse;
mauser._y = _ymouse;
mauser._visible = true;
Mouse.hide();
mauser_p.stopDrag();
mauser_p._visible = false;
mauser.startDrag();
}
on (rollOut) {
Mouse.show();
mauser.stopDrag();
mauser_p.stopDrag();
mauser._visible = false;
mauser_p._visible = false;
}
on (press) {
mauser.stopDrag();
mauser._visible = false;
Mouse.show();
_root.gotoAndStop(23);
}
}
movieClip 284 {
frame 1 {
stop();
}
}
instance of movieClip 284 {
onClipEvent (load) {
if (_root.waterbottle == true) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (release) {
_root.plahvatus();
this.gotoAndStop(2);
_root.waterbottle = true;
_root.veetynn_inv.gotoAndStop(2);
}
}
button 285 {
on (rollOver) {
mauser._x = _xmouse;
mauser._y = _ymouse;
mauser._visible = true;
Mouse.hide();
mauser_p.stopDrag();
mauser_p._visible = false;
mauser.startDrag();
}
on (rollOut) {
Mouse.show();
mauser.stopDrag();
mauser_p.stopDrag();
mauser._visible = false;
mauser_p._visible = false;
}
on (press) {
mauser.stopDrag();
mauser._visible = false;
Mouse.show();
_root.gotoAndStop(29);
}
}
button 286 {
on (rollOver) {
mauser_p._x = _xmouse;
mauser_p._y = _ymouse;
mauser_p._visible = true;
Mouse.hide();
mauser.stopDrag();
mauser._visible = false;
mauser_p.startDrag();
}
on (rollOut) {
Mouse.show();
mauser.stopDrag();
mauser_p.stopDrag();
mauser._visible = false;
mauser_p._visible = false;
}
on (press) {
mauser_p.stopDrag();
mauser_p._visible = false;
Mouse.show();
_root.gotoAndStop(27);
}
}
button 287 {
on (rollOver) {
mauser_v._x = _xmouse;
mauser_v._y = _ymouse;
mauser_v._visible = true;
Mouse.hide();
mauser.stopDrag();
mauser._visible = false;
mauser_v.startDrag();
}
on (rollOut) {
Mouse.show();
mauser.stopDrag();
mauser_v.stopDrag();
mauser._visible = false;
mauser_v._visible = false;
}
on (press) {
mauser_v.stopDrag();
mauser_v._visible = false;
Mouse.show();
_root.gotoAndStop(30);
}
}
button 288 {
on (release) {
_root.gotoAndStop(46);
}
}
button 289 {
on (release) {
_root.gotoAndStop(45);
}
}
button 290 {
on (release) {
_root.gotoAndStop(47);
}
}
button 293 {
on (rollOver) {
mauser._x = _xmouse;
mauser._y = _ymouse;
mauser._visible = true;
Mouse.hide();
mauser_p.stopDrag();
mauser_p._visible = false;
mauser.startDrag();
}
on (rollOut) {
Mouse.show();
mauser.stopDrag();
mauser_p.stopDrag();
mauser._visible = false;
mauser_p._visible = false;
}
on (press) {
mauser.stopDrag();
mauser._visible = false;
Mouse.show();
_root.gotoAndStop(26);
}
}
button 294 {
on (rollOver) {
mauser_p._x = _xmouse;
mauser_p._y = _ymouse;
mauser_p._visible = true;
Mouse.hide();
mauser.stopDrag();
mauser._visible = false;
mauser_p.startDrag();
}
on (rollOut) {
Mouse.show();
mauser.stopDrag();
mauser_p.stopDrag();
mauser._visible = false;
mauser_p._visible = false;
}
on (press) {
mauser_p.stopDrag();
mauser_p._visible = false;
Mouse.show();
_root.gotoAndStop(26);
}
}
button 295 {
on (rollOver) {
mauser_v._x = _xmouse;
mauser_v._y = _ymouse;
mauser_v._visible = true;
Mouse.hide();
mauser.stopDrag();
mauser._visible = false;
mauser_v.startDrag();
}
on (rollOut) {
Mouse.show();
mauser.stopDrag();
mauser_v.stopDrag();
mauser._visible = false;
mauser_v._visible = false;
}
on (press) {
mauser_v.stopDrag();
mauser_v._visible = false;
Mouse.show();
_root.gotoAndStop(28);
}
}
button 298 {
on (rollOver) {
mauser_v._x = _xmouse;
mauser_v._y = _ymouse;
mauser_v._visible = true;
Mouse.hide();
mauser.stopDrag();
mauser._visible = false;
mauser_v.startDrag();
}
on (rollOut) {
Mouse.show();
mauser.stopDrag();
mauser_v.stopDrag();
mauser._visible = false;
mauser_v._visible = false;
}
on (press) {
mauser_v.stopDrag();
mauser_v._visible = false;
Mouse.show();
_root.gotoAndStop(25);
}
}
frame 29 {
_root.heliJutt();
}
button 301 {
on (rollOver) {
mauser_p._x = _xmouse;
mauser_p._y = _ymouse;
mauser_p._visible = true;
Mouse.hide();
mauser.stopDrag();
mauser._visible = false;
mauser_p.startDrag();
}
on (rollOut) {
Mouse.show();
mauser.stopDrag();
mauser_p.stopDrag();
mauser._visible = false;
mauser_p._visible = false;
}
on (press) {
mauser_p.stopDrag();
mauser_p._visible = false;
Mouse.show();
_root.gotoAndStop(30);
}
}
movieClip 304 {
}
button 307 {
on (rollOver) {
mauser_v._x = _xmouse;
mauser_v._y = _ymouse;
mauser_v._visible = true;
Mouse.hide();
mauser.stopDrag();
mauser._visible = false;
mauser_v.startDrag();
}
on (rollOut) {
Mouse.show();
mauser.stopDrag();
mauser_v.stopDrag();
mauser._visible = false;
mauser_v._visible = false;
}
on (press) {
mauser_v.stopDrag();
mauser_v._visible = false;
Mouse.show();
_root.gotoAndStop(29);
}
}
movieClip 314 {
frame 1 {
stop();
}
}
instance of movieClip 314 {
onClipEvent (load) {
if (_root.klamber == true) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (release) {
_root.plahvatus();
this.gotoAndStop(2);
_root.klamber = true;
_root.klamber_inv.gotoAndStop(2);
}
}
frame 39 {
_root.benaBasseinis();
}
button 320 {
on (rollOver) {
mauser_v._x = _xmouse;
mauser_v._y = _ymouse;
mauser_v._visible = true;
Mouse.hide();
mauser.stopDrag();
mauser._visible = false;
mauser_v.startDrag();
}
on (rollOut) {
Mouse.show();
mauser.stopDrag();
mauser_v.stopDrag();
mauser._visible = false;
mauser_v._visible = false;
}
on (press) {
mauser_v.stopDrag();
mauser_v._visible = false;
Mouse.show();
_root.gotoAndStop(24);
}
}
button 321 {
on (rollOver) {
mauser_p._x = _xmouse;
mauser_p._y = _ymouse;
mauser_p._visible = true;
Mouse.hide();
mauser.stopDrag();
mauser._visible = false;
mauser_p.startDrag();
}
on (rollOut) {
Mouse.show();
mauser.stopDrag();
mauser_p.stopDrag();
mauser._visible = false;
mauser_p._visible = false;
}
on (press) {
mauser_p.stopDrag();
mauser_p._visible = false;
Mouse.show();
_root.gotoAndStop(_root.kuhuMinna);
}
}
movieClip 326 {
frame 1 {
stop();
}
}
instance coconut of movieClip 326 {
onClipEvent (load) {
if (_root.kookos == true) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (release) {
_root.tooHigh();
}
}
button 327 {
on (rollOver) {
mauser._x = _xmouse;
mauser._y = _ymouse;
mauser._visible = true;
Mouse.hide();
mauser_p.stopDrag();
mauser_p._visible = false;
mauser.startDrag();
}
on (rollOut) {
Mouse.show();
mauser.stopDrag();
mauser_p.stopDrag();
mauser._visible = false;
mauser_p._visible = false;
}
on (press) {
mauser.stopDrag();
mauser._visible = false;
Mouse.show();
_root.gotoAndStop(_root.kuhuMinna_palm);
}
}
button 330 {
on (rollOver) {
mauser._x = _xmouse;
mauser._y = _ymouse;
mauser._visible = true;
Mouse.hide();
mauser_p.stopDrag();
mauser_p._visible = false;
mauser.startDrag();
}
on (rollOut) {
Mouse.show();
mauser.stopDrag();
mauser_p.stopDrag();
mauser._visible = false;
mauser_p._visible = false;
}
on (press) {
mauser.stopDrag();
mauser._visible = false;
Mouse.show();
_root.gotoAndStop(16);
}
}
button 333 {
on (rollOver) {
mauser._x = _xmouse;
mauser._y = _ymouse;
mauser._visible = true;
Mouse.hide();
mauser_p.stopDrag();
mauser_p._visible = false;
mauser.startDrag();
}
on (rollOut) {
Mouse.show();
mauser.stopDrag();
mauser_p.stopDrag();
mauser._visible = false;
mauser_p._visible = false;
}
on (press) {
mauser.stopDrag();
mauser._visible = false;
Mouse.show();
_root.gotoAndStop(19);
}
}
button 336 {
on (rollOver) {
mauser._x = _xmouse;
mauser._y = _ymouse;
mauser._visible = true;
Mouse.hide();
mauser_p.stopDrag();
mauser_p._visible = false;
mauser.startDrag();
}
on (rollOut) {
Mouse.show();
mauser.stopDrag();
mauser_p.stopDrag();
mauser._visible = false;
mauser_p._visible = false;
}
on (press) {
mauser.stopDrag();
mauser._visible = false;
Mouse.show();
_root.gotoAndStop(24);
}
}
movieClip 341 {
frame 1 {
stop();
}
}
instance of movieClip 341 {
onClipEvent (load) {
if (_root.nugake == true) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (release) {
_root.plahvatus();
this.gotoAndStop(2);
_root.nugake = true;
_root.nuga_inv.gotoAndStop(2);
}
}
button 349 {
on (release) {
getURL('http://rtshaders.deviantart.com', '_blank');
}
}
button 350 {
on (release) {
getURL('http://german01.deviantart.com', '_blank');
}
}
button 352 {
on (release) {
getURL('http://mich.newgrounds.com', '_blank');
}
}
button 357 {
on (release) {
_root.gotoAndStop(3);
}
}
instance of movieClip 12 {
onClipEvent (release) {
getURL('http://www.funny-games.biz', '_blank');
}
}
frame 107 {
stopAllSounds();
}
movieClip 365 {
}
movieClip 371 {
}
movieClip 374 {
}
movieClip 376 {
}
movieClip 377 {
}
movieClip 380 {
}
movieClip 386 {
}
frame 454 {
stop();
}