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 (112);
Frame 112
stop();
var globalVolume = new Sound(this);
_global.ples = 0;
_global.irit = 0;
_global.levell = 0;
_global.pangboytae = 0;
_global.pangirit = 0;
_global.pulburon = 0.6;
_global.pulbura = 0.25;
_global.pambara = 0.1;
_global.idle = true;
_global.aniaudio = true;
_global.cmula = true;
HEANTAIKEY.onRelease = function () {
getURL ("http://hentaikey.com/sys/members/signup.php?wid=1");
};
GETMORE2.onRelease = function () {
getURL ("http://hentaikey.com/sys/members/signup.php?wid=1");
};
Frame 113
function bura() {
_root.animation.idlip.tangright._alpha = 0;
_root.animation.idlip.tangleft._alpha = 0;
_root.animation.idlip.tangpuke._alpha = 0;
_root.animation.idlip.leftbuka._alpha = 0;
_root.animation.idlip.rightbuka._alpha = 0;
_root.animation.idlip.pinger._alpha = 0;
_root.animation.idlip.pisilright._alpha = 0;
_root.animation.idlip.pisilleft._alpha = 0;
_root.animation.idlip.dakmaright._alpha = 0;
_root.animation.idlip.dakmaleft._alpha = 0;
_root.animation.ani.tangright._alpha = 0;
_root.animation.ani.tangleft._alpha = 0;
_root.animation.ani.tangpuke._alpha = 0;
_root.animation.ani.leftbuka._alpha = 0;
_root.animation.ani.rightbuka._alpha = 0;
_root.animation.ani.pinger._alpha = 0;
_root.animation.ani.pisilright._alpha = 0;
_root.animation.ani.pisilleft._alpha = 0;
_root.animation.ani.dakmaright._alpha = 0;
_root.animation.ani.dakmaleft._alpha = 0;
_global.xtangright = 0;
_global.xtangleft = 0;
_global.xtangpuke = 0;
_global.xleftbuka = 0;
_global.xrightbuka = 0;
_global.xpinger = 0;
_global.xpisilright = 0;
_global.xpisilleft = 0;
_global.xdakmaright = 0;
_global.xdakmaleft = 0;
}
function tamod() {
if (_global.xtangright == 1) {
_root.animation.ani.tangright._alpha = 100;
}
if (_global.xtangleft == 1) {
_root.animation.ani.tangleft._alpha = 100;
}
if (_global.xtangpuke == 1) {
_root.animation.ani.tangpuke._alpha = 100;
}
if (_global.xleftbuka == 1) {
_root.animation.ani.leftbuka._alpha = 100;
}
if (_global.xpinger == 1) {
_root.animation.ani.pinger._alpha = 100;
}
if (_global.xpisilright == 1) {
_root.animation.ani.pisilright._alpha = 100;
}
if (_global.xpisilleft == 1) {
_root.animation.ani.pisilleft._alpha = 100;
}
if (_global.xdakmaright == 1) {
_root.animation.ani.dakmaright._alpha = 100;
}
if (_global.xdakmaleft == 1) {
_root.animation.ani.dakmaleft._alpha = 100;
}
}
_global.xtangright = 0;
_global.xtangleft = 0;
_global.xtangpuke = 0;
_global.xleftbuka = 0;
_global.xrightbuka = 0;
_global.xpinger = 0;
_global.xpisilright = 0;
_global.xpisilleft = 0;
_global.xdakmaright = 0;
_global.xdakmaleft = 0;
function haliparot() {
clearInterval(toink);
clearInterval(idlek);
toink = setInterval(_root.boytaek, 40);
if (_global.levell == 1) {
_root.easy.play();
}
if (_global.levell == 2) {
_root.normal.play();
}
if (_global.levell == 3) {
_root.hard.play();
}
_root.idlebutton.gotoAndStop(1);
}
function boytaek() {
if (_global.idle == false) {
_global.irit = Math.random() * (_global.pulburon - (_global.pulbura / 1.6));
_global.ples = Math.random() * _global.pulbura;
if (_root.barbaric._x < 143) {
_root.barbaric._x = _root.barbaric._x + _global.ples;
}
if (_root.burn._x < 143) {
_root.burn._x = _root.burn._x + _global.irit;
}
_root.boytaek.punyeta();
if (_root.barbaric._x < 21) {
_root.animation.gotoAndStop(1);
} else if ((_root.barbaric._x > 21) and (_root.barbaric._x < 40)) {
_global.gigil = 1;
_root.animation.gotoAndStop(2);
} else if ((_root.barbaric._x >= 40) and (_root.barbaric._x < 95)) {
_global.pulburon = 0.5;
_global.pulbura = 0.15;
_global.gigil = 2;
_root.animation.gotoAndStop(2);
} else if (_root.barbaric._x > 95) {
_global.pulburon = 0.3;
_global.pulbura = 0.09;
_global.gigil = 3;
_root.animation.gotoAndStop(2);
}
}
_root.animation.ani.gotoAndStop(_root.animation.ani._currentframe + _global.gigil);
if (_root.animation.ani._currentframe >= 30) {
_root.animation.ani.play();
}
_root.animation.ani.tangright.gotoAndStop(_root.animation.ani._currentframe);
if (_root.animation.ani.tangright._currentframe >= 30) {
_root.animation.ani.tangright.play();
}
_root.animation.ani.tangleft.gotoAndStop(_root.animation.ani._currentframe);
if (_root.animation.ani.tangleft._currentframe >= 30) {
_root.animation.ani.tangleft.play();
}
_root.animation.ani.tangpuke.gotoAndStop(_root.animation.ani._currentframe);
if (_root.animation.ani.tangpuke._currentframe >= 30) {
_root.animation.ani.tangpuke.play();
}
_root.animation.ani.leftbuka.gotoAndStop(_root.animation.ani._currentframe);
if (_root.animation.ani.leftbuka._currentframe >= 30) {
_root.animation.ani.leftbuka.play();
}
_root.animation.ani.pinger.gotoAndStop(_root.animation.ani._currentframe);
if (_root.animation.ani.pinger._currentframe >= 30) {
_root.animation.ani.pinger.play();
}
_root.animation.ani.pisilright.gotoAndStop(_root.animation.ani._currentframe);
if (_root.animation.ani.pisilright._currentframe >= 30) {
_root.animation.ani.pisilright.play();
}
_root.animation.ani.pisilleft.gotoAndStop(_root.animation.ani._currentframe);
if (_root.animation.ani.pisilleft._currentframe >= 30) {
_root.animation.ani.pisilleft.play();
}
_root.animation.ani.dakmaright.gotoAndStop(_root.animation.ani._currentframe);
if (_root.animation.ani.dakmaright._currentframe >= 30) {
_root.animation.ani.dakmaright.play();
}
_root.animation.ani.dakmaleft.gotoAndStop(_root.animation.ani._currentframe);
if (_root.animation.ani.dakmaleft._currentframe >= 30) {
_root.animation.ani.dakmaleft.play();
}
if (_global.idle == true) {
if (_root.barbaric._x < 21) {
_root.animation.gotoAndStop(1);
} else if ((_root.barbaric._x > 21) and (_root.barbaric._x < 40)) {
_global.gigil = 1;
_root.animation.gotoAndStop(1);
} else if ((_root.barbaric._x >= 40) and (_root.barbaric._x < 95)) {
_global.pulburon = 0.3;
_global.pulbura = 0.15;
_global.gigil = 2;
_root.animation.gotoAndStop(1);
} else if (_root.barbaric._x >= 95) {
_global.pulburon = 0.2;
_global.pulbura = 0.03;
_global.gigil = 3;
_root.animation.gotoAndStop(1);
}
_global.irit = (Math.random() * (_global.pulburon - (_global.pulbura / 1.6))) * 2;
_global.ples = (Math.random() * (_global.pulbura / 1.5)) * 2;
if (_root.barbaric._x > 3) {
_root.barbaric._x = _root.barbaric._x - _global.ples;
}
if (_root.burn._x > 3) {
_root.burn._x = _root.burn._x - _global.irit;
}
}
}
function idlip() {
_global.irit = Math.random() * _global.pulburon;
_global.ples = Math.random() * (_global.pulbura * 0.2);
if (_root.boytaeY._y < 225) {
_root.boytaeY._y = _root.boytaeY._y + _global.ples;
}
if (_root.iritY._y < 225) {
_root.iritY._y = _root.iritY._y + _global.irit;
}
_global.pangboytae = ((225.5 - _root.boytaeY._y) * 100) / 100;
_root.boytae = Math.round(_global.pangboytae) + "%";
_global.pangirit = ((225.5 - _root.iritY._y) * 100) / 100;
_root.iritable = Math.round(_global.pangirit) + "%";
}
stop();
_global.sum = 1;
_global.gigil = 1;
GETMORE2.onRelease = function () {
getURL ("http://hentaikey.com/sys/members/signup.php?wid=1");
};
Instance of Symbol 219 MovieClip in Frame 113
onClipEvent (enterFrame) {
if (this.hitTest(_root.barbaric)) {
clearInterval(toink);
clearInterval(idlek);
_root.bura();
_root.normal.stop();
_root.easy.stop();
_root.hard.stop();
_root.gotoAndStop("three");
}
if (this.hitTest(_root.burn)) {
clearInterval(toink);
clearInterval(idlek);
_root.bura();
_root.normal.stop();
_root.easy.stop();
_root.hard.stop();
_root.gotoAndStop("four");
}
}
Instance of Symbol 259 MovieClip "idlebutton" in Frame 113
on (release) {
_global.idle = true;
_root.bura();
_root.normal.stop();
_root.easy.stop();
_root.hard.stop();
this.gotoAndStop(2);
_root.animation.gotoAndStop(1);
}
on (rollOver) {
this._yscale = this._yscale + 5;
this._xscale = this._xscale + 5;
this._x = this._x - 5;
this._y = this._y - 5;
}
on (rollOut) {
this._yscale = this._yscale - 5;
this._xscale = this._xscale - 5;
this._x = this._x + 5;
this._y = this._y + 5;
}
Frame 114
stop();
HEANTAIKEY.onRelease = function () {
getURL ("http://hentaikey.com/sys/members/signup.php?wid=1");
};
GETMORE2.onRelease = function () {
getURL ("http://hentaikey.com/sys/members/signup.php?wid=1");
};
Frame 115
stop();
Frame 116
stop();
GETMORE.onRelease = function () {
getURL ("http://hentaikey.com/sys/members/signup.php?wid=1");
};
Frame 117
function haliparot() {
clearInterval(toink);
clearInterval(idlek);
toink = setInterval(_root.boytaek, 35);
}
function boytaek() {
if (_global.idle == false) {
_global.irit = Math.random() * _global.pulburon;
_global.ples = Math.random() * _global.pulbura;
if (_root.boytaeY._y > 125) {
_root.boytaeY._y = _root.boytaeY._y - _global.ples;
}
if (_root.iritY._y > 125) {
_root.iritY._y = _root.iritY._y - _global.irit;
}
_root.boytaek.punyeta();
if (_global.pangboytae <= 11) {
_root.animation.gotoAndStop(1);
} else if ((_global.pangboytae >= 11) and (_global.pangboytae <= 35)) {
clearInterval(toink);
clearInterval(idlek);
toink = setInterval(_root.boytaek, 35);
_global.gigil = 1;
_root.animation.gotoAndStop(2);
} else if ((_global.pangboytae >= 36) and (_global.pangboytae <= 75)) {
clearInterval(toink);
clearInterval(idlek);
toink = setInterval(_root.boytaek, 25);
_global.pulburon = 0.3;
_global.pulbura = 0.15;
_global.gigil = 2;
_root.animation.gotoAndStop(2);
} else if (_global.pangboytae >= 76) {
clearInterval(toink);
clearInterval(idlek);
toink = setInterval(_root.boytaek, 15);
_global.pulburon = 0.2;
_global.pulbura = 0.03;
_global.gigil = 3;
_root.animation.gotoAndStop(2);
}
_global.pangboytae = (((_root.boytaeY._y - 225.5) * 100) / 100) * -1;
_root.boytae = Math.round(_global.pangboytae) + "%";
if (_root.boytaeY._y <= 125.5) {
trace("panalo");
}
_global.pangirit = (((_root.iritY._y - 225.5) * 100) / 100) * -1;
_root.iritable = Math.round(_global.pangirit) + "%";
if (_root.iritY._y <= 125.5) {
trace("talo");
}
}
_root.animation.anislow.gotoAndStop(_root.animation.anislow._currentframe + _global.gigil);
if (_root.animation.anislow._currentframe >= 30) {
_root.animation.anislow.play();
}
if (_global.idle == true) {
if (_global.pangboytae <= 11) {
_root.animation.gotoAndStop(1);
} else if ((_global.pangboytae >= 11) and (_global.pangboytae <= 35)) {
clearInterval(toink);
clearInterval(idlek);
toink = setInterval(_root.boytaek, 35);
_global.gigil = 1;
_root.animation.gotoAndStop(2);
} else if ((_global.pangboytae >= 36) and (_global.pangboytae <= 75)) {
clearInterval(toink);
clearInterval(idlek);
toink = setInterval(_root.boytaek, 25);
_global.pulburon = 0.3;
_global.pulbura = 0.15;
_global.gigil = 2;
_root.animation.gotoAndStop(2);
} else if (_global.pangboytae >= 76) {
clearInterval(toink);
clearInterval(idlek);
toink = setInterval(_root.boytaek, 15);
_global.pulburon = 0.2;
_global.pulbura = 0.03;
_global.gigil = 3;
_root.animation.gotoAndStop(2);
}
_global.irit = Math.random() * _global.pulburon;
_global.ples = Math.random() * _global.pulbura;
if (_global.levell == 3) {
_global.irit = Math.random() * 0.2;
}
if (_root.boytaeY._y < 225) {
_root.boytaeY._y = _root.boytaeY._y + _global.ples;
}
if (_root.iritY._y < 225) {
_root.iritY._y = _root.iritY._y + _global.irit;
}
if (_global.pangboytae > 70) {
_global.ples = Math.random() * 0.12;
if (_root.boytaeY._y < 225) {
_root.boytaeY._y = _root.boytaeY._y + _global.ples;
}
} else {
_global.ples = Math.random() * 0.08;
if (_root.boytaeY._y < 225) {
_root.boytaeY._y = _root.boytaeY._y + _global.ples;
}
}
_global.pangboytae = ((225.5 - _root.boytaeY._y) * 100) / 100;
_root.boytae = Math.round(_global.pangboytae) + "%";
_global.pangirit = ((225.5 - _root.iritY._y) * 100) / 100;
_root.iritable = Math.round(_global.pangirit) + "%";
}
trace(_global.pangboytae);
}
function idlip() {
_global.irit = Math.random() * _global.pulburon;
_global.ples = Math.random() * _global.pulbura;
if (_root.boytaeY._y < 225) {
_root.boytaeY._y = _root.boytaeY._y + _global.ples;
}
if (_root.iritY._y < 225) {
_root.iritY._y = _root.iritY._y + _global.irit;
}
_global.pangboytae = ((225.5 - _root.boytaeY._y) * 100) / 100;
_root.boytae = Math.round(_global.pangboytae) + "%";
_global.pangirit = ((225.5 - _root.iritY._y) * 100) / 100;
_root.iritable = Math.round(_global.pangirit) + "%";
}
stop();
_global.gigil = 1;
Frame 118
function haliparot() {
clearInterval(toink);
clearInterval(idlek);
toink = setInterval(_root.boytaek, 40);
if (_global.levell == 1) {
_root.easy.play();
}
if (_global.levell == 2) {
_root.normal.play();
}
if (_global.levell == 3) {
_root.hard.play();
}
_root.idlebutton.gotoAndStop(1);
}
function boytaek() {
if (_global.idle == false) {
_global.irit = Math.random() * (_global.pulburon - (_global.pulbura / 1.6));
_global.ples = Math.random() * _global.pulbura;
if (_root.boytaeY._y > 125) {
_root.boytaeY._y = _root.boytaeY._y - _global.ples;
}
if (_root.iritY._y > 125) {
_root.iritY._y = _root.iritY._y - _global.irit;
}
_root.boytaek.punyeta();
if (_global.pangboytae <= 11) {
_root.animation.gotoAndStop(1);
} else if ((_global.pangboytae >= 11) and (_global.pangboytae <= 35)) {
_global.gigil = 1;
_root.animation.gotoAndStop(2);
} else if ((_global.pangboytae >= 36) and (_global.pangboytae <= 75)) {
_global.pulburon = 0.5;
_global.pulbura = 0.15;
_global.gigil = 2;
_root.animation.gotoAndStop(2);
} else if (_global.pangboytae >= 76) {
_global.pulburon = 0.3;
_global.pulbura = 0.05;
_global.gigil = 3;
_root.animation.gotoAndStop(2);
}
_global.pangboytae = (((_root.boytaeY._y - 225.5) * 100) / 100) * -1;
_root.boytae = Math.round(_global.pangboytae) + "%";
if ((_root.boytaeY._y <= 125.5) or (_global.pangboytae >= 100)) {
clearInterval(toink);
clearInterval(idlek);
_root.boytae = 0;
_root.iritable = 0;
}
_global.pangirit = (((_root.iritY._y - 225.5) * 100) / 100) * -1;
_root.iritable = Math.round(_global.pangirit) + "%";
if ((_root.iritY._y <= 125.5) or (_global.pangirit >= 100)) {
clearInterval(toink);
clearInterval(idlek);
_root.boytae = 0;
_root.iritable = 0;
}
}
_root.animation.ani.gotoAndStop(_root.animation.ani._currentframe + _global.gigil);
if (_root.animation.ani._currentframe >= 30) {
_root.animation.ani.play();
}
_root.animation.ani.tangright.gotoAndStop(_root.animation.ani.tangright._currentframe + _global.gigil);
if (_root.animation.ani.tangright._currentframe >= 30) {
_root.animation.ani.tangright.play();
}
_root.animation.ani.tangleft.gotoAndStop(_root.animation.ani.tangleft._currentframe + _global.gigil);
if (_root.animation.ani.tangleft._currentframe >= 30) {
_root.animation.ani.tangleft.play();
}
_root.animation.ani.tangpuke.gotoAndStop(_root.animation.ani.tangpuke._currentframe + _global.gigil);
if (_root.animation.ani.tangpuke._currentframe >= 30) {
_root.animation.ani.tangpuke.play();
}
_root.animation.ani.leftbuka.gotoAndStop(_root.animation.ani.leftbuka._currentframe + _global.gigil);
if (_root.animation.ani.leftbuka._currentframe >= 30) {
_root.animation.ani.leftbuka.play();
}
_root.animation.ani.pinger.gotoAndStop(_root.animation.ani.pinger._currentframe + _global.gigil);
if (_root.animation.ani.pinger._currentframe >= 30) {
_root.animation.ani.pinger.play();
}
_root.animation.ani.pisilright.gotoAndStop(_root.animation.ani.pisilright._currentframe + _global.gigil);
if (_root.animation.ani.pisilright._currentframe >= 30) {
_root.animation.ani.pisilright.play();
}
_root.animation.ani.pisilleft.gotoAndStop(_root.animation.ani.pisilleft._currentframe + _global.gigil);
if (_root.animation.ani.pisilleft._currentframe >= 30) {
_root.animation.ani.pisilleft.play();
}
_root.animation.ani.dakmaright.gotoAndStop(_root.animation.ani.dakmaright._currentframe + _global.gigil);
if (_root.animation.ani.dakmaright._currentframe >= 30) {
_root.animation.ani.dakmaright.play();
}
_root.animation.ani.dakmaleft.gotoAndStop(_root.animation.ani.dakmaleft._currentframe + _global.gigil);
if (_root.animation.ani.dakmaleft._currentframe >= 30) {
_root.animation.ani.dakmaleft.play();
}
if (_global.idle == true) {
if (_global.pangboytae <= 11) {
_root.animation.gotoAndStop(1);
} else if ((_global.pangboytae >= 11) and (_global.pangboytae <= 35)) {
_global.gigil = 1;
_root.animation.gotoAndStop(2);
} else if ((_global.pangboytae >= 36) and (_global.pangboytae <= 75)) {
_global.pulburon = 0.3;
_global.pulbura = 0.15;
_global.gigil = 2;
_root.animation.gotoAndStop(2);
} else if (_global.pangboytae >= 76) {
_global.pulburon = 0.2;
_global.pulbura = 0.03;
_global.gigil = 3;
_root.animation.gotoAndStop(2);
}
_global.irit = Math.random() * _global.pulburon;
_global.ples = Math.random() * _global.pulbura;
if (_global.levell == 3) {
_global.irit = Math.random() * 0.6;
}
if (_root.boytaeY._y < 225) {
_root.boytaeY._y = _root.boytaeY._y + _global.ples;
}
if (_root.iritY._y < 225) {
_root.iritY._y = _root.iritY._y + _global.irit;
}
if (_global.pangboytae > 70) {
_global.ples = Math.random() * 0.12;
if (_root.boytaeY._y < 225) {
_root.boytaeY._y = _root.boytaeY._y + _global.ples;
}
} else {
_global.ples = Math.random() * 0.08;
if (_root.boytaeY._y < 225) {
_root.boytaeY._y = _root.boytaeY._y + _global.ples;
}
}
_global.pangboytae = ((225.5 - _root.boytaeY._y) * 100) / 100;
_root.boytae = Math.round(_global.pangboytae) + "%";
_global.pangirit = ((225.5 - _root.iritY._y) * 100) / 100;
_root.iritable = Math.round(_global.pangirit) + "%";
}
}
function idlip() {
_global.irit = Math.random() * _global.pulburon;
_global.ples = Math.random() * (_global.pulbura * 0.2);
if (_root.boytaeY._y < 225) {
_root.boytaeY._y = _root.boytaeY._y + _global.ples;
}
if (_root.iritY._y < 225) {
_root.iritY._y = _root.iritY._y + _global.irit;
}
_global.pangboytae = ((225.5 - _root.boytaeY._y) * 100) / 100;
_root.boytae = Math.round(_global.pangboytae) + "%";
_global.pangirit = ((225.5 - _root.iritY._y) * 100) / 100;
_root.iritable = Math.round(_global.pangirit) + "%";
}
stop();
_global.sum = 1;
_global.gigil = 1;
Frame 119
function haliparot() {
clearInterval(toink);
clearInterval(idlek);
toink = setInterval(_root.boytaek, 40);
if (_global.levell == 1) {
_root.easy.play();
}
if (_global.levell == 2) {
_root.normal.play();
}
if (_global.levell == 3) {
_root.hard.play();
}
_root.idlebutton.gotoAndStop(1);
}
function boytaek() {
if (_global.idle == false) {
_global.irit = Math.random() * (_global.pulburon - (_global.pulbura / 1.6));
_global.ples = Math.random() * _global.pulbura;
if (_root.boytaeY._y > 125) {
_root.boytaeY._y = _root.boytaeY._y - _global.ples;
}
if (_root.iritY._y > 125) {
_root.iritY._y = _root.iritY._y - _global.irit;
}
_root.boytaek.punyeta();
if (_global.pangboytae <= 11) {
_root.animation.gotoAndStop(1);
} else if ((_global.pangboytae >= 11) and (_global.pangboytae <= 35)) {
_global.gigil = 1;
_root.animation.gotoAndStop(2);
} else if ((_global.pangboytae >= 36) and (_global.pangboytae <= 75)) {
_global.pulburon = 0.5;
_global.pulbura = 0.15;
_global.gigil = 2;
_root.animation.gotoAndStop(2);
} else if (_global.pangboytae >= 76) {
_global.pulburon = 0.3;
_global.pulbura = 0.09;
_global.gigil = 3;
_root.animation.gotoAndStop(2);
}
_global.pangboytae = (((_root.boytaeY._y - 225.5) * 100) / 100) * -1;
_root.boytae = Math.round(_global.pangboytae) + "%";
if ((_root.boytaeY._y <= 125.5) or (_global.pangboytae >= 100)) {
clearInterval(toink);
clearInterval(idlek);
_root.boytae = 0;
_root.iritable = 0;
}
_global.pangirit = (((_root.iritY._y - 225.5) * 100) / 100) * -1;
_root.iritable = Math.round(_global.pangirit) + "%";
if ((_root.iritY._y <= 125.5) or (_global.pangirit >= 100)) {
clearInterval(toink);
clearInterval(idlek);
_root.boytae = 0;
_root.iritable = 0;
}
}
_root.animation.ani.gotoAndStop(_root.animation.ani._currentframe + _global.gigil);
if (_root.animation.ani._currentframe >= 30) {
_root.animation.ani.play();
}
_root.animation.ani.tangright.gotoAndStop(_root.animation.ani._currentframe);
if (_root.animation.ani.tangright._currentframe >= 30) {
_root.animation.ani.tangright.play();
}
_root.animation.ani.tangleft.gotoAndStop(_root.animation.ani._currentframe);
if (_root.animation.ani.tangleft._currentframe >= 30) {
_root.animation.ani.tangleft.play();
}
_root.animation.ani.tangpuke.gotoAndStop(_root.animation.ani._currentframe);
if (_root.animation.ani.tangpuke._currentframe >= 30) {
_root.animation.ani.tangpuke.play();
}
_root.animation.ani.leftbuka.gotoAndStop(_root.animation.ani._currentframe);
if (_root.animation.ani.leftbuka._currentframe >= 30) {
_root.animation.ani.leftbuka.play();
}
_root.animation.ani.pinger.gotoAndStop(_root.animation.ani._currentframe);
if (_root.animation.ani.pinger._currentframe >= 30) {
_root.animation.ani.pinger.play();
}
_root.animation.ani.pisilright.gotoAndStop(_root.animation.ani._currentframe);
if (_root.animation.ani.pisilright._currentframe >= 30) {
_root.animation.ani.pisilright.play();
}
_root.animation.ani.pisilleft.gotoAndStop(_root.animation.ani._currentframe);
if (_root.animation.ani.pisilleft._currentframe >= 30) {
_root.animation.ani.pisilleft.play();
}
_root.animation.ani.dakmaright.gotoAndStop(_root.animation.ani._currentframe);
if (_root.animation.ani.dakmaright._currentframe >= 30) {
_root.animation.ani.dakmaright.play();
}
_root.animation.ani.dakmaleft.gotoAndStop(_root.animation.ani._currentframe);
if (_root.animation.ani.dakmaleft._currentframe >= 30) {
_root.animation.ani.dakmaleft.play();
}
if (_global.idle == true) {
if (_global.pangboytae <= 11) {
_root.animation.gotoAndStop(1);
} else if ((_global.pangboytae >= 11) and (_global.pangboytae <= 35)) {
_global.gigil = 1;
_root.animation.gotoAndStop(1);
} else if ((_global.pangboytae >= 36) and (_global.pangboytae <= 75)) {
_global.pulburon = 0.3;
_global.pulbura = 0.15;
_global.gigil = 2;
_root.animation.gotoAndStop(1);
} else if (_global.pangboytae >= 76) {
_global.pulburon = 0.2;
_global.pulbura = 0.03;
_global.gigil = 3;
_root.animation.gotoAndStop(1);
}
_global.irit = _global.pulburon * 0.3;
_global.ples = (Math.random() * _global.pulbura) * 0.5;
if (_global.levell == 3) {
_global.irit = Math.random() * 0.6;
}
if (_root.boytaeY._y < 225) {
_root.boytaeY._y = _root.boytaeY._y + _global.ples;
}
if (_root.iritY._y < 225) {
_root.iritY._y = _root.iritY._y + _global.irit;
}
if (_global.pangboytae > 70) {
_global.ples = Math.random() * 0.12;
if (_root.boytaeY._y < 225) {
_root.boytaeY._y = _root.boytaeY._y + _global.ples;
}
} else {
_global.ples = Math.random() * 0.08;
if (_root.boytaeY._y < 225) {
_root.boytaeY._y = _root.boytaeY._y + _global.ples;
}
}
_global.pangboytae = ((225.5 - _root.boytaeY._y) * 100) / 100;
_root.boytae = Math.round(_global.pangboytae) + "%";
_global.pangirit = ((225.5 - _root.iritY._y) * 100) / 100;
_root.iritable = Math.round(_global.pangirit) + "%";
}
}
function idlip() {
_global.irit = Math.random() * _global.pulburon;
_global.ples = Math.random() * (_global.pulbura * 0.2);
if (_root.boytaeY._y < 225) {
_root.boytaeY._y = _root.boytaeY._y + _global.ples;
}
if (_root.iritY._y < 225) {
_root.iritY._y = _root.iritY._y + _global.irit;
}
_global.pangboytae = ((225.5 - _root.boytaeY._y) * 100) / 100;
_root.boytae = Math.round(_global.pangboytae) + "%";
_global.pangirit = ((225.5 - _root.iritY._y) * 100) / 100;
_root.iritable = Math.round(_global.pangirit) + "%";
}
stop();
_global.sum = 1;
_global.gigil = 1;
Symbol 11 Button
on (release) {
getURL ("http://www.hentaikey.com", "_blank");
}
Symbol 42 Button
on (release) {
if (_global.cmula == true) {
_global.aniaudio = false;
_global.cmula = false;
}
if (_global.aniaudio == true) {
_level0.globalVolume.setVolume(100);
_global.aniaudio = !_global.aniaudio;
_root.soundon._y = 373.8;
_root.soundoff._y = _root.soundoff._y + 200;
} else {
_level0.globalVolume.setVolume(0);
_global.aniaudio = !_global.aniaudio;
_root.soundoff._y = 373.8;
_root.soundon._y = _root.soundon._y + 200;
}
}
Symbol 44 Button
on (release) {
_root.instruct.play();
}
Symbol 46 Button
on (rollOver) {
_root.easybutt._x = 353.2;
_root.medbutt._x = 353.2;
_root.hardbutt._x = 353.2;
_root.bigbug._x = 386.8;
}
Symbol 49 Button
on (release) {
_global.levell = 1;
_root.gotoAndStop("two");
}
Symbol 52 Button
on (release) {
_global.levell = 2;
_root.gotoAndStop("two");
}
Symbol 54 Button
on (release) {
_global.levell = 3;
_root.gotoAndStop("two");
}
Symbol 56 Button
on (rollOver) {
_root.bigbug._x = 1000;
_root.easybutt._x = 1097.7;
_root.medbutt._x = 1097.7;
_root.hardbutt._x = 1097.7;
}
Symbol 58 Button
on (release) {
if (_global.cmula == true) {
_global.aniaudio = false;
_global.cmula = false;
}
if (_global.aniaudio == true) {
_level0.globalVolume.setVolume(100);
_global.aniaudio = !_global.aniaudio;
_root.soundon._y = 373.8;
_root.soundoff._y = _root.soundoff._y + 200;
} else {
_level0.globalVolume.setVolume(0);
_global.aniaudio = !_global.aniaudio;
_root.soundoff._y = 373.8;
_root.soundon._y = _root.soundon._y + 200;
}
}
Symbol 80 MovieClip Frame 71
_parent.play();
Symbol 85 MovieClip Frame 1
stop();
Symbol 85 MovieClip Frame 37
stop();
Symbol 85 MovieClip Frame 67
stop();
Symbol 88 MovieClip Frame 1
stop();
Symbol 88 MovieClip Frame 30
_global.idle = true;
Symbol 88 MovieClip Frame 35
stop();
Symbol 90 MovieClip Frame 1
stop();
Symbol 90 MovieClip Frame 4
_root.barbaric._x = _root.barbaric._x + 0.2;
_root.burn._x = _root.burn._x - 0.15;
Symbol 90 MovieClip Frame 7
_root.barbaric._x = _root.barbaric._x + 0.2;
_root.burn._x = _root.burn._x + 0.15;
Symbol 90 MovieClip Frame 10
_root.barbaric._x = _root.barbaric._x + 0.2;
_root.burn._x = _root.burn._x - 0.15;
Symbol 90 MovieClip Frame 13
_root.barbaric._x = _root.barbaric._x + 0.2;
_root.burn._x = _root.burn._x + 0.15;
Symbol 90 MovieClip Frame 16
_root.barbaric._x = _root.barbaric._x + 0.2;
_root.burn._x = _root.burn._x - 0.15;
Symbol 90 MovieClip Frame 19
_root.barbaric._x = _root.barbaric._x + 0.2;
_root.burn._x = _root.burn._x - 0.15;
Symbol 90 MovieClip Frame 22
_root.barbaric._x = _root.barbaric._x + 0.2;
_root.burn._x = _root.burn._x + 0.25;
Symbol 90 MovieClip Frame 25
gotoAndPlay (2);
Symbol 91 MovieClip Frame 1
stop();
Symbol 91 MovieClip Frame 4
_root.barbaric._x = _root.barbaric._x + 0.2;
_root.burn._x = _root.burn._x + 0.25;
Symbol 91 MovieClip Frame 7
_root.barbaric._x = _root.barbaric._x + 0.2;
Symbol 91 MovieClip Frame 12
_root.barbaric._x = _root.barbaric._x + 0.2;
_root.burn._x = _root.burn._x + 0.25;
Symbol 91 MovieClip Frame 15
_root.barbaric._x = _root.barbaric._x + 0.2;
Symbol 91 MovieClip Frame 19
_root.barbaric._x = _root.barbaric._x + 0.2;
_root.burn._x = _root.burn._x + 0.25;
Symbol 91 MovieClip Frame 22
_root.barbaric._x = _root.barbaric._x + 0.2;
_root.burn._x = _root.burn._x + 0.25;
Symbol 91 MovieClip Frame 25
gotoAndPlay (2);
Symbol 92 MovieClip Frame 1
stop();
Symbol 92 MovieClip Frame 4
_root.barbaric._x = _root.barbaric._x + 0.2;
_root.burn._x = _root.burn._x - 0.15;
Symbol 92 MovieClip Frame 5
_root.barbaric._x = _root.barbaric._x + 0.2;
_root.burn._x = _root.burn._x + 0.15;
Symbol 92 MovieClip Frame 7
_root.barbaric._x = _root.barbaric._x + 0.2;
_root.burn._x = _root.burn._x + 0.15;
Symbol 92 MovieClip Frame 8
_root.barbaric._x = _root.barbaric._x + 0.2;
_root.burn._x = _root.burn._x + 0.15;
Symbol 92 MovieClip Frame 10
_root.barbaric._x = _root.barbaric._x + 0.2;
_root.burn._x = _root.burn._x - 0.15;
Symbol 92 MovieClip Frame 11
_root.barbaric._x = _root.barbaric._x + 0.2;
_root.burn._x = _root.burn._x + 0.15;
Symbol 92 MovieClip Frame 13
_root.barbaric._x = _root.barbaric._x + 0.2;
_root.burn._x = _root.burn._x + 0.15;
Symbol 92 MovieClip Frame 14
_root.barbaric._x = _root.barbaric._x + 0.2;
_root.burn._x = _root.burn._x + 0.15;
Symbol 92 MovieClip Frame 16
_root.barbaric._x = _root.barbaric._x + 0.2;
_root.burn._x = _root.burn._x - 0.15;
Symbol 92 MovieClip Frame 17
_root.barbaric._x = _root.barbaric._x + 0.2;
_root.burn._x = _root.burn._x + 0.15;
Symbol 92 MovieClip Frame 19
_root.barbaric._x = _root.barbaric._x + 0.2;
_root.burn._x = _root.burn._x - 0.15;
Symbol 92 MovieClip Frame 20
_root.barbaric._x = _root.barbaric._x + 0.2;
_root.burn._x = _root.burn._x - 0.15;
Symbol 92 MovieClip Frame 22
_root.barbaric._x = _root.barbaric._x + 0.2;
_root.burn._x = _root.burn._x + 0.25;
Symbol 92 MovieClip Frame 23
_root.barbaric._x = _root.barbaric._x + 0.2;
_root.burn._x = _root.burn._x + 0.15;
Symbol 92 MovieClip Frame 25
gotoAndPlay (2);
Symbol 157 MovieClip Frame 1
stop();
Symbol 161 MovieClip Frame 1
stop();
Symbol 165 MovieClip Frame 1
stop();
Symbol 179 MovieClip Frame 1
stop();
Symbol 179 MovieClip Frame 2
stop();
_root.tamod();
Symbol 179 MovieClip Frame 3
stop();
Symbol 179 MovieClip Frame 4
stop();
Symbol 179 MovieClip Frame 5
stop();
Symbol 179 MovieClip Frame 6
stop();
Symbol 179 MovieClip Frame 7
stop();
Symbol 179 MovieClip Frame 8
stop();
Symbol 179 MovieClip Frame 9
stop();
Symbol 179 MovieClip Frame 10
stop();
Symbol 179 MovieClip Frame 11
stop();
Symbol 179 MovieClip Frame 12
stop();
Symbol 179 MovieClip Frame 13
stop();
Symbol 179 MovieClip Frame 14
stop();
Symbol 179 MovieClip Frame 15
stop();
Symbol 179 MovieClip Frame 16
stop();
Symbol 179 MovieClip Frame 17
stop();
Symbol 179 MovieClip Frame 18
stop();
Symbol 179 MovieClip Frame 19
stop();
Symbol 179 MovieClip Frame 20
stop();
Symbol 179 MovieClip Frame 21
stop();
Symbol 179 MovieClip Frame 22
stop();
Symbol 179 MovieClip Frame 23
stop();
Symbol 179 MovieClip Frame 24
stop();
Symbol 179 MovieClip Frame 25
stop();
Symbol 179 MovieClip Frame 26
stop();
Symbol 179 MovieClip Frame 27
stop();
Symbol 179 MovieClip Frame 28
stop();
Symbol 179 MovieClip Frame 29
stop();
Symbol 179 MovieClip Frame 30
stop();
Symbol 183 MovieClip Frame 1
stop();
Symbol 183 MovieClip Frame 2
stop();
_root.tamod();
Symbol 183 MovieClip Frame 3
stop();
Symbol 183 MovieClip Frame 4
stop();
Symbol 183 MovieClip Frame 5
stop();
Symbol 183 MovieClip Frame 6
stop();
Symbol 183 MovieClip Frame 7
stop();
Symbol 183 MovieClip Frame 8
stop();
Symbol 183 MovieClip Frame 9
stop();
Symbol 183 MovieClip Frame 10
stop();
Symbol 183 MovieClip Frame 11
stop();
Symbol 183 MovieClip Frame 12
stop();
Symbol 183 MovieClip Frame 13
stop();
Symbol 183 MovieClip Frame 14
stop();
Symbol 183 MovieClip Frame 15
stop();
Symbol 183 MovieClip Frame 16
stop();
Symbol 183 MovieClip Frame 17
stop();
Symbol 183 MovieClip Frame 18
stop();
Symbol 183 MovieClip Frame 19
stop();
Symbol 183 MovieClip Frame 20
stop();
Symbol 183 MovieClip Frame 21
stop();
Symbol 183 MovieClip Frame 22
stop();
Symbol 183 MovieClip Frame 23
stop();
Symbol 183 MovieClip Frame 24
stop();
Symbol 183 MovieClip Frame 25
stop();
Symbol 183 MovieClip Frame 26
stop();
Symbol 183 MovieClip Frame 27
stop();
Symbol 183 MovieClip Frame 28
stop();
Symbol 183 MovieClip Frame 29
stop();
Symbol 183 MovieClip Frame 30
stop();
Symbol 184 MovieClip Frame 1
stop();
Symbol 184 MovieClip Frame 2
stop();
_root.tamod();
Symbol 184 MovieClip Frame 3
stop();
Symbol 184 MovieClip Frame 4
stop();
Symbol 184 MovieClip Frame 5
stop();
Symbol 184 MovieClip Frame 6
stop();
Symbol 184 MovieClip Frame 7
stop();
Symbol 184 MovieClip Frame 8
stop();
Symbol 184 MovieClip Frame 9
stop();
Symbol 184 MovieClip Frame 10
stop();
Symbol 184 MovieClip Frame 11
stop();
Symbol 184 MovieClip Frame 12
stop();
Symbol 184 MovieClip Frame 13
stop();
Symbol 184 MovieClip Frame 14
stop();
Symbol 184 MovieClip Frame 15
stop();
Symbol 184 MovieClip Frame 16
stop();
Symbol 184 MovieClip Frame 17
stop();
Symbol 184 MovieClip Frame 18
stop();
Symbol 184 MovieClip Frame 19
stop();
Symbol 184 MovieClip Frame 20
stop();
Symbol 184 MovieClip Frame 21
stop();
Symbol 184 MovieClip Frame 22
stop();
Symbol 184 MovieClip Frame 23
stop();
Symbol 184 MovieClip Frame 24
stop();
Symbol 184 MovieClip Frame 25
stop();
Symbol 184 MovieClip Frame 26
stop();
Symbol 184 MovieClip Frame 27
stop();
Symbol 184 MovieClip Frame 28
stop();
Symbol 184 MovieClip Frame 29
stop();
Symbol 184 MovieClip Frame 30
stop();
Symbol 185 MovieClip Frame 1
stop();
Symbol 185 MovieClip Frame 2
stop();
_root.tamod();
Symbol 185 MovieClip Frame 3
stop();
Symbol 185 MovieClip Frame 4
stop();
Symbol 185 MovieClip Frame 5
stop();
Symbol 185 MovieClip Frame 6
stop();
Symbol 185 MovieClip Frame 7
stop();
Symbol 185 MovieClip Frame 8
stop();
Symbol 185 MovieClip Frame 9
stop();
Symbol 185 MovieClip Frame 10
stop();
Symbol 185 MovieClip Frame 11
stop();
Symbol 185 MovieClip Frame 12
stop();
Symbol 185 MovieClip Frame 13
stop();
Symbol 185 MovieClip Frame 14
stop();
Symbol 185 MovieClip Frame 15
stop();
Symbol 185 MovieClip Frame 16
stop();
Symbol 185 MovieClip Frame 17
stop();
Symbol 185 MovieClip Frame 18
stop();
Symbol 185 MovieClip Frame 19
stop();
Symbol 185 MovieClip Frame 20
stop();
Symbol 185 MovieClip Frame 21
stop();
Symbol 185 MovieClip Frame 22
stop();
Symbol 185 MovieClip Frame 23
stop();
Symbol 185 MovieClip Frame 24
stop();
Symbol 185 MovieClip Frame 25
stop();
Symbol 185 MovieClip Frame 26
stop();
Symbol 185 MovieClip Frame 27
stop();
Symbol 185 MovieClip Frame 28
stop();
Symbol 185 MovieClip Frame 29
stop();
Symbol 185 MovieClip Frame 30
stop();
Symbol 187 MovieClip Frame 1
stop();
Symbol 187 MovieClip Frame 2
stop();
_root.tamod();
Symbol 187 MovieClip Frame 3
stop();
Symbol 187 MovieClip Frame 4
stop();
Symbol 187 MovieClip Frame 5
stop();
Symbol 187 MovieClip Frame 6
stop();
Symbol 187 MovieClip Frame 7
stop();
Symbol 187 MovieClip Frame 8
stop();
Symbol 187 MovieClip Frame 9
stop();
Symbol 187 MovieClip Frame 10
stop();
Symbol 187 MovieClip Frame 11
stop();
Symbol 187 MovieClip Frame 12
stop();
Symbol 187 MovieClip Frame 13
stop();
Symbol 187 MovieClip Frame 14
stop();
Symbol 187 MovieClip Frame 15
stop();
Symbol 187 MovieClip Frame 16
stop();
Symbol 187 MovieClip Frame 17
stop();
Symbol 187 MovieClip Frame 18
stop();
Symbol 187 MovieClip Frame 19
stop();
Symbol 187 MovieClip Frame 20
stop();
Symbol 187 MovieClip Frame 21
stop();
Symbol 187 MovieClip Frame 22
stop();
Symbol 187 MovieClip Frame 23
stop();
Symbol 187 MovieClip Frame 24
stop();
Symbol 187 MovieClip Frame 25
stop();
Symbol 187 MovieClip Frame 26
stop();
Symbol 187 MovieClip Frame 27
stop();
Symbol 187 MovieClip Frame 28
stop();
Symbol 187 MovieClip Frame 29
stop();
Symbol 187 MovieClip Frame 30
stop();
Symbol 188 MovieClip Frame 1
stop();
Symbol 188 MovieClip Frame 2
stop();
_root.tamod();
Symbol 188 MovieClip Frame 3
stop();
Symbol 188 MovieClip Frame 4
stop();
Symbol 188 MovieClip Frame 5
stop();
Symbol 188 MovieClip Frame 6
stop();
Symbol 188 MovieClip Frame 7
stop();
Symbol 188 MovieClip Frame 8
stop();
Symbol 188 MovieClip Frame 9
stop();
Symbol 188 MovieClip Frame 10
stop();
Symbol 188 MovieClip Frame 11
stop();
Symbol 188 MovieClip Frame 12
stop();
Symbol 188 MovieClip Frame 13
stop();
Symbol 188 MovieClip Frame 14
stop();
Symbol 188 MovieClip Frame 15
stop();
Symbol 188 MovieClip Frame 16
stop();
Symbol 188 MovieClip Frame 17
stop();
Symbol 188 MovieClip Frame 18
stop();
Symbol 188 MovieClip Frame 19
stop();
Symbol 188 MovieClip Frame 20
stop();
Symbol 188 MovieClip Frame 21
stop();
Symbol 188 MovieClip Frame 22
stop();
Symbol 188 MovieClip Frame 23
stop();
Symbol 188 MovieClip Frame 24
stop();
Symbol 188 MovieClip Frame 25
stop();
Symbol 188 MovieClip Frame 26
stop();
Symbol 188 MovieClip Frame 27
stop();
Symbol 188 MovieClip Frame 28
stop();
Symbol 188 MovieClip Frame 29
stop();
Symbol 188 MovieClip Frame 30
stop();
Symbol 189 MovieClip Frame 1
stop();
Symbol 189 MovieClip Frame 2
stop();
_root.tamod();
Symbol 189 MovieClip Frame 3
stop();
Symbol 189 MovieClip Frame 4
stop();
Symbol 189 MovieClip Frame 5
stop();
Symbol 189 MovieClip Frame 6
stop();
Symbol 189 MovieClip Frame 7
stop();
Symbol 189 MovieClip Frame 8
stop();
Symbol 189 MovieClip Frame 9
stop();
Symbol 189 MovieClip Frame 10
stop();
Symbol 189 MovieClip Frame 11
stop();
Symbol 189 MovieClip Frame 12
stop();
Symbol 189 MovieClip Frame 13
stop();
Symbol 189 MovieClip Frame 14
stop();
Symbol 189 MovieClip Frame 15
stop();
Symbol 189 MovieClip Frame 16
stop();
Symbol 189 MovieClip Frame 17
stop();
Symbol 189 MovieClip Frame 18
stop();
Symbol 189 MovieClip Frame 19
stop();
Symbol 189 MovieClip Frame 20
stop();
Symbol 189 MovieClip Frame 21
stop();
Symbol 189 MovieClip Frame 22
stop();
Symbol 189 MovieClip Frame 23
stop();
Symbol 189 MovieClip Frame 24
stop();
Symbol 189 MovieClip Frame 25
stop();
Symbol 189 MovieClip Frame 26
stop();
Symbol 189 MovieClip Frame 27
stop();
Symbol 189 MovieClip Frame 28
stop();
Symbol 189 MovieClip Frame 29
stop();
Symbol 189 MovieClip Frame 30
stop();
Symbol 190 MovieClip Frame 1
stop();
Symbol 190 MovieClip Frame 2
stop();
_root.tamod();
Symbol 190 MovieClip Frame 3
stop();
Symbol 190 MovieClip Frame 4
stop();
Symbol 190 MovieClip Frame 5
stop();
Symbol 190 MovieClip Frame 6
stop();
Symbol 190 MovieClip Frame 7
stop();
Symbol 190 MovieClip Frame 8
stop();
Symbol 190 MovieClip Frame 9
stop();
Symbol 190 MovieClip Frame 10
stop();
Symbol 190 MovieClip Frame 11
stop();
Symbol 190 MovieClip Frame 12
stop();
Symbol 190 MovieClip Frame 13
stop();
Symbol 190 MovieClip Frame 14
stop();
Symbol 190 MovieClip Frame 15
stop();
Symbol 190 MovieClip Frame 16
stop();
Symbol 190 MovieClip Frame 17
stop();
Symbol 190 MovieClip Frame 18
stop();
Symbol 190 MovieClip Frame 19
stop();
Symbol 190 MovieClip Frame 20
stop();
Symbol 190 MovieClip Frame 21
stop();
Symbol 190 MovieClip Frame 22
stop();
Symbol 190 MovieClip Frame 23
stop();
Symbol 190 MovieClip Frame 24
stop();
Symbol 190 MovieClip Frame 25
stop();
Symbol 190 MovieClip Frame 26
stop();
Symbol 190 MovieClip Frame 27
stop();
Symbol 190 MovieClip Frame 28
stop();
Symbol 190 MovieClip Frame 29
stop();
Symbol 190 MovieClip Frame 30
stop();
Symbol 206 MovieClip Frame 1
stop();
_root.tamod();
Symbol 206 MovieClip Frame 2
if (_global.xtangright == 1) {
_root.barbaric._x = _root.barbaric._x + (Math.random() * _global.pulbura);
_root.burn._x = _root.burn._x + (Math.random() * _global.pulbura);
}
if (_global.xtangleft == 1) {
_root.barbaric._x = _root.barbaric._x + (Math.random() * _global.pulbura);
_root.burn._x = _root.burn._x + (Math.random() * _global.pulbura);
}
if (_global.xtangpuke == 1) {
_root.barbaric._x = _root.barbaric._x + (Math.random() * _global.pulbura);
_root.burn._x = _root.burn._x + (Math.random() * _global.pulbura);
}
if (_global.xleftbuka == 1) {
_root.barbaric._x = _root.barbaric._x + (Math.random() * _global.pulbura);
_root.burn._x = _root.burn._x + (Math.random() * _global.pulbura);
}
if (_global.xpinger == 1) {
_root.barbaric._x = _root.barbaric._x + (Math.random() * _global.pulbura);
_root.burn._x = _root.burn._x + (Math.random() * _global.pulbura);
}
if (_global.xpisilright == 1) {
_root.barbaric._x = _root.barbaric._x + (Math.random() * _global.pulbura);
_root.burn._x = _root.burn._x + (Math.random() * _global.pulbura);
}
if (_global.xpisilleft == 1) {
_root.barbaric._x = _root.barbaric._x + (Math.random() * _global.pulbura);
_root.burn._x = _root.burn._x + (Math.random() * _global.pulbura);
}
if (_global.xdakmaright == 1) {
_root.barbaric._x = _root.barbaric._x + (Math.random() * _global.pulbura);
_root.burn._x = _root.burn._x + (Math.random() * _global.pulbura);
}
if (_global.xdakmaleft == 1) {
_root.barbaric._x = _root.barbaric._x + (Math.random() * _global.pulbura);
_root.burn._x = _root.burn._x + (Math.random() * _global.pulbura);
}
stop();
_root.tamod();
Symbol 206 MovieClip Frame 3
stop();
_root.tamod();
Symbol 206 MovieClip Frame 4
stop();
_root.tamod();
Symbol 206 MovieClip Frame 5
stop();
_root.tamod();
Symbol 206 MovieClip Frame 6
stop();
_root.tamod();
Symbol 206 MovieClip Frame 7
if (_global.xtangright == 1) {
_root.barbaric._x = _root.barbaric._x + (Math.random() * _global.pulbura);
_root.burn._x = _root.burn._x + (Math.random() * _global.pulbura);
}
if (_global.xtangleft == 1) {
_root.barbaric._x = _root.barbaric._x + (Math.random() * _global.pulbura);
_root.burn._x = _root.burn._x + (Math.random() * _global.pulbura);
}
if (_global.xtangpuke == 1) {
_root.barbaric._x = _root.barbaric._x + (Math.random() * _global.pulbura);
_root.burn._x = _root.burn._x + (Math.random() * _global.pulbura);
}
if (_global.xleftbuka == 1) {
_root.barbaric._x = _root.barbaric._x + (Math.random() * _global.pulbura);
_root.burn._x = _root.burn._x + (Math.random() * _global.pulbura);
}
if (_global.xpinger == 1) {
_root.barbaric._x = _root.barbaric._x + (Math.random() * _global.pulbura);
_root.burn._x = _root.burn._x + (Math.random() * _global.pulbura);
}
if (_global.xpisilright == 1) {
_root.barbaric._x = _root.barbaric._x + (Math.random() * _global.pulbura);
_root.burn._x = _root.burn._x + (Math.random() * _global.pulbura);
}
if (_global.xpisilleft == 1) {
_root.barbaric._x = _root.barbaric._x + (Math.random() * _global.pulbura);
_root.burn._x = _root.burn._x + (Math.random() * _global.pulbura);
}
if (_global.xdakmaright == 1) {
_root.barbaric._x = _root.barbaric._x + (Math.random() * _global.pulbura);
_root.burn._x = _root.burn._x + (Math.random() * _global.pulbura);
}
if (_global.xdakmaleft == 1) {
_root.barbaric._x = _root.barbaric._x + (Math.random() * _global.pulbura);
_root.burn._x = _root.burn._x + (Math.random() * _global.pulbura);
}
stop();
_root.tamod();
Symbol 206 MovieClip Frame 8
stop();
_root.tamod();
Symbol 206 MovieClip Frame 9
stop();
_root.tamod();
Symbol 206 MovieClip Frame 10
stop();
_root.tamod();
Symbol 206 MovieClip Frame 11
stop();
_root.tamod();
Symbol 206 MovieClip Frame 12
stop();
_root.tamod();
Symbol 206 MovieClip Frame 13
stop();
_root.tamod();
Symbol 206 MovieClip Frame 14
if (_global.xtangright == 1) {
_root.barbaric._x = _root.barbaric._x + (Math.random() * _global.pulbura);
_root.burn._x = _root.burn._x + (Math.random() * _global.pulbura);
}
if (_global.xtangleft == 1) {
_root.barbaric._x = _root.barbaric._x + (Math.random() * _global.pulbura);
_root.burn._x = _root.burn._x + (Math.random() * _global.pulbura);
}
if (_global.xtangpuke == 1) {
_root.barbaric._x = _root.barbaric._x + (Math.random() * _global.pulbura);
_root.burn._x = _root.burn._x + (Math.random() * _global.pulbura);
}
if (_global.xleftbuka == 1) {
_root.barbaric._x = _root.barbaric._x + (Math.random() * _global.pulbura);
_root.burn._x = _root.burn._x + (Math.random() * _global.pulbura);
}
if (_global.xpinger == 1) {
_root.barbaric._x = _root.barbaric._x + (Math.random() * _global.pulbura);
_root.burn._x = _root.burn._x + (Math.random() * _global.pulbura);
}
if (_global.xpisilright == 1) {
_root.barbaric._x = _root.barbaric._x + (Math.random() * _global.pulbura);
_root.burn._x = _root.burn._x + (Math.random() * _global.pulbura);
}
if (_global.xpisilleft == 1) {
_root.barbaric._x = _root.barbaric._x + (Math.random() * _global.pulbura);
_root.burn._x = _root.burn._x + (Math.random() * _global.pulbura);
}
if (_global.xdakmaright == 1) {
_root.barbaric._x = _root.barbaric._x + (Math.random() * _global.pulbura);
_root.burn._x = _root.burn._x + (Math.random() * _global.pulbura);
}
if (_global.xdakmaleft == 1) {
_root.barbaric._x = _root.barbaric._x + (Math.random() * _global.pulbura);
_root.burn._x = _root.burn._x + (Math.random() * _global.pulbura);
}
stop();
_root.tamod();
Symbol 206 MovieClip Frame 15
stop();
_root.tamod();
Symbol 206 MovieClip Frame 16
stop();
_root.tamod();
Symbol 206 MovieClip Frame 17
stop();
_root.tamod();
Symbol 206 MovieClip Frame 18
stop();
_root.tamod();
Symbol 206 MovieClip Frame 19
stop();
_root.tamod();
Symbol 206 MovieClip Frame 20
if (_global.xtangright == 1) {
_root.barbaric._x = _root.barbaric._x + (Math.random() * _global.pulbura);
_root.burn._x = _root.burn._x + (Math.random() * _global.pulbura);
}
if (_global.xtangleft == 1) {
_root.barbaric._x = _root.barbaric._x + (Math.random() * _global.pulbura);
_root.burn._x = _root.burn._x + (Math.random() * _global.pulbura);
}
if (_global.xtangpuke == 1) {
_root.barbaric._x = _root.barbaric._x + (Math.random() * _global.pulbura);
_root.burn._x = _root.burn._x + (Math.random() * _global.pulbura);
}
if (_global.xleftbuka == 1) {
_root.barbaric._x = _root.barbaric._x + (Math.random() * _global.pulbura);
_root.burn._x = _root.burn._x + (Math.random() * _global.pulbura);
}
if (_global.xpinger == 1) {
_root.barbaric._x = _root.barbaric._x + (Math.random() * _global.pulbura);
_root.burn._x = _root.burn._x + (Math.random() * _global.pulbura);
}
if (_global.xpisilright == 1) {
_root.barbaric._x = _root.barbaric._x + (Math.random() * _global.pulbura);
_root.burn._x = _root.burn._x + (Math.random() * _global.pulbura);
}
if (_global.xpisilleft == 1) {
_root.barbaric._x = _root.barbaric._x + (Math.random() * _global.pulbura);
_root.burn._x = _root.burn._x + (Math.random() * _global.pulbura);
}
if (_global.xdakmaright == 1) {
_root.barbaric._x = _root.barbaric._x + (Math.random() * _global.pulbura);
_root.burn._x = _root.burn._x + (Math.random() * _global.pulbura);
}
if (_global.xdakmaleft == 1) {
_root.barbaric._x = _root.barbaric._x + (Math.random() * _global.pulbura);
_root.burn._x = _root.burn._x + (Math.random() * _global.pulbura);
}
stop();
_root.tamod();
Symbol 206 MovieClip Frame 21
stop();
_root.tamod();
Symbol 206 MovieClip Frame 22
stop();
_root.tamod();
Symbol 206 MovieClip Frame 23
stop();
_root.tamod();
Symbol 206 MovieClip Frame 24
stop();
_root.tamod();
Symbol 206 MovieClip Frame 25
stop();
_root.tamod();
Symbol 206 MovieClip Frame 26
stop();
_root.tamod();
Symbol 206 MovieClip Frame 27
if (_global.xtangright == 1) {
_root.barbaric._x = _root.barbaric._x + (Math.random() * _global.pulbura);
_root.burn._x = _root.burn._x + (Math.random() * _global.pulbura);
}
if (_global.xtangleft == 1) {
_root.barbaric._x = _root.barbaric._x + (Math.random() * _global.pulbura);
_root.burn._x = _root.burn._x + (Math.random() * _global.pulbura);
}
if (_global.xtangpuke == 1) {
_root.barbaric._x = _root.barbaric._x + (Math.random() * _global.pulbura);
_root.burn._x = _root.burn._x + (Math.random() * _global.pulbura);
}
if (_global.xleftbuka == 1) {
_root.barbaric._x = _root.barbaric._x + (Math.random() * _global.pulbura);
_root.burn._x = _root.burn._x + (Math.random() * _global.pulbura);
}
if (_global.xpinger == 1) {
_root.barbaric._x = _root.barbaric._x + (Math.random() * _global.pulbura);
_root.burn._x = _root.burn._x + (Math.random() * _global.pulbura);
}
if (_global.xpisilright == 1) {
_root.barbaric._x = _root.barbaric._x + (Math.random() * _global.pulbura);
_root.burn._x = _root.burn._x + (Math.random() * _global.pulbura);
}
if (_global.xpisilleft == 1) {
_root.barbaric._x = _root.barbaric._x + (Math.random() * _global.pulbura);
_root.burn._x = _root.burn._x + (Math.random() * _global.pulbura);
}
if (_global.xdakmaright == 1) {
_root.barbaric._x = _root.barbaric._x + (Math.random() * _global.pulbura);
_root.burn._x = _root.burn._x + (Math.random() * _global.pulbura);
}
if (_global.xdakmaleft == 1) {
_root.barbaric._x = _root.barbaric._x + (Math.random() * _global.pulbura);
_root.burn._x = _root.burn._x + (Math.random() * _global.pulbura);
}
stop();
_root.tamod();
Symbol 206 MovieClip Frame 28
stop();
_root.tamod();
Symbol 206 MovieClip Frame 29
stop();
_root.tamod();
Symbol 206 MovieClip Frame 30
stop();
_root.tamod();
Symbol 208 MovieClip Frame 1
stop();
Symbol 208 MovieClip Frame 2
stop();
Symbol 222 Button
on (rollOver) {
_root.leftpis._x = 90.9;
_root.rightpis._x = 90.9;
_root.bothpis._x = 90.9;
_root.bigbugpis._x = 97;
_root.leftlamas._x = -190.9;
_root.rightlamas._x = -190.9;
_root.bothlamas._x = -190.9;
_root.bigbuglamas._x = -197;
}
Symbol 223 Button
on (rollOver) {
_root.leftlamas._x = 90.9;
_root.rightlamas._x = 90.9;
_root.bothlamas._x = 90.9;
_root.bigbuglamas._x = 97;
_root.leftpis._x = -190.9;
_root.rightpis._x = -190.9;
_root.bothpis._x = -190.9;
_root.bigbugpis._x = -197;
}
Symbol 224 Button
on (release) {
_root.bura();
_global.idle = false;
_root.haliparot();
_root.animation.idlip.pinger._alpha = 100;
_root.animation.ani.pinger._alpha = 100;
_global.xpinger = 1;
}
Symbol 228 Button
on (rollOver) {
_root.lefthimod._x = 94;
_root.righthimod._x = 94;
_root.pukehimod._x = 94;
_root.bigbughimod._x = 89.9;
}
Symbol 231 Button
on (release) {
_root.bura();
_global.idle = false;
_root.haliparot();
_root.animation.idlip.leftbuka._alpha = 100;
_root.animation.ani.leftbuka._alpha = 100;
_root.animation.idlip.leftbuka._alpha = 100;
_root.animation.ani.leftbuka._alpha = 100;
_root.animation.idlip.rightbuka._alpha = 100;
_root.animation.ani.rightbuka._alpha = 100;
_root.animation.idlip.rightbuka._alpha = 100;
_root.animation.ani.rightbuka._alpha = 100;
_global.xleftbuka = 1;
_global.xrightbuka = 1;
}
Symbol 236 Button
on (release) {
_root.bura();
_global.idle = false;
_root.animation.idlip.pisilleft._alpha = 100;
_root.animation.ani.pisilleft._alpha = 100;
_global.xpisilleft = 1;
_global.xpisilright = 0;
_root.haliparot();
_global.xdakmaleft = 0;
_global.xdakmaright = 0;
}
Symbol 239 Button
on (release) {
_root.bura();
_global.idle = false;
_root.animation.idlip.pisilright._alpha = 100;
_root.animation.ani.pisilright._alpha = 100;
_global.xpisilright = 1;
_global.xpisilleft = 0;
_root.haliparot();
_global.xdakmaleft = 0;
_global.xdakmaright = 0;
}
Symbol 240 Button
on (release) {
_root.bura();
_global.idle = false;
_root.haliparot();
_root.animation.idlip.dakmaleft._alpha = 100;
_root.animation.ani.dakmaleft._alpha = 100;
_global.xdakmaleft = 1;
_global.xdakmaright = 0;
_global.xpisilleft = 0;
_global.xpisilright = 0;
}
Symbol 241 Button
on (release) {
_root.bura();
_global.idle = false;
_root.haliparot();
_root.animation.idlip.dakmaright._alpha = 100;
_root.animation.ani.dakmaright._alpha = 100;
_global.xdakmaright = 1;
_global.xdakmaleft = 0;
_global.xpisilleft = 0;
_global.xpisilright = 0;
}
Symbol 242 Button
on (release) {
_root.bura();
_global.idle = false;
_root.haliparot();
_root.animation.idlip.tangleft._alpha = 100;
_root.animation.ani.tangleft._alpha = 100;
_global.xtangleft = 1;
}
Symbol 243 Button
on (release) {
_root.bura();
_global.idle = false;
_root.haliparot();
_root.animation.idlip.tangright._alpha = 100;
_root.animation.ani.tangright._alpha = 100;
_global.xtangright = 1;
}
Symbol 246 Button
on (release) {
_root.bura();
_global.idle = false;
_root.haliparot();
_root.animation.idlip.tangpuke._alpha = 100;
_root.animation.ani.tangpuke._alpha = 100;
_global.xtangpuke = 1;
}
Symbol 249 Button
on (release) {
_root.bura();
_global.idle = false;
_root.animation.idlip.pisilright._alpha = 100;
_root.animation.ani.pisilright._alpha = 100;
_global.xpisilleft = 1;
_global.xpisilright = 1;
_root.animation.idlip.pisilleft._alpha = 100;
_root.animation.ani.pisilleft._alpha = 100;
_root.haliparot();
_global.xdakmaleft = 0;
_global.xdakmaright = 0;
}
Symbol 250 Button
on (release) {
_root.bura();
_global.idle = false;
_root.haliparot();
_root.animation.idlip.dakmaright._alpha = 100;
_root.animation.ani.dakmaright._alpha = 100;
_root.animation.idlip.dakmaleft._alpha = 100;
_root.animation.ani.dakmaleft._alpha = 100;
_global.xdakmaleft = 1;
_global.xdakmaright = 1;
_global.xpisilleft = 0;
_global.xpisilright = 0;
}
Symbol 251 Button
on (rollOver) {
_root.leftpis._x = -190.9;
_root.rightpis._x = -190.9;
_root.bothpis._x = -190.9;
_root.bigbugpis._x = -197;
}
Symbol 252 Button
on (rollOver) {
_root.leftlamas._x = -190.9;
_root.rightlamas._x = -190.9;
_root.bothlamas._x = -190.9;
_root.bigbuglamas._x = -197;
}
Symbol 253 Button
on (rollOver) {
_root.lefthimod._x = -190.9;
_root.righthimod._x = -190.9;
_root.pukehimod._x = -190.9;
_root.bigbughimod._x = -197;
}
Symbol 254 Button
on (release) {
if (_global.cmula == true) {
_global.aniaudio = false;
_global.cmula = false;
}
if (_global.aniaudio == true) {
_level0.globalVolume.setVolume(100);
_global.aniaudio = !_global.aniaudio;
_root.soundon._y = 5;
_root.soundoff._y = _root.soundoff._y - 200;
} else {
_level0.globalVolume.setVolume(0);
_global.aniaudio = !_global.aniaudio;
_root.soundoff._y = 5;
_root.soundon._y = _root.soundon._y - 200;
}
}
Symbol 255 Button
on (release) {
if (_global.cmula == true) {
_global.aniaudio = false;
_global.cmula = false;
}
if (_global.aniaudio == true) {
_level0.globalVolume.setVolume(100);
_global.aniaudio = !_global.aniaudio;
_root.soundon._y = 5;
_root.soundoff._y = _root.soundoff._y - 200;
} else {
_level0.globalVolume.setVolume(0);
_global.aniaudio = !_global.aniaudio;
_root.soundoff._y = 5;
_root.soundon._y = _root.soundon._y - 200;
}
}
Symbol 259 MovieClip Frame 1
stop();
Symbol 259 MovieClip Frame 2
stop();
Symbol 271 MovieClip Frame 210
stop();
Symbol 276 MovieClip Frame 242
stop();
Symbol 281 MovieClip Frame 186
stop();
Symbol 312 MovieClip Frame 212
stop();
Symbol 315 MovieClip Frame 13
_root.gotoAndStop("five");
Symbol 315 MovieClip Frame 14
_root.gotoAndStop("five");
Symbol 315 MovieClip Frame 15
_root.gotoAndStop("five");
Symbol 316 MovieClip Frame 861
_root.gotoAndStop("five");
Symbol 316 MovieClip Frame 862
_root.gotoAndStop("five");
Symbol 316 MovieClip Frame 863
_root.gotoAndStop("five");
Symbol 317 Button
on (release) {
if (_global.cmula == true) {
_global.aniaudio = false;
_global.cmula = false;
}
if (_global.aniaudio == true) {
_level0.globalVolume.setVolume(100);
_global.aniaudio = !_global.aniaudio;
_root.soundon._y = 4.7;
_root.soundoff._y = _root.soundoff._y - 200;
} else {
_level0.globalVolume.setVolume(0);
_global.aniaudio = !_global.aniaudio;
_root.soundoff._y = 4.7;
_root.soundon._y = _root.soundon._y - 200;
}
}
Symbol 318 Button
on (release) {
if (_global.cmula == true) {
_global.aniaudio = false;
_global.cmula = false;
}
if (_global.aniaudio == true) {
_level0.globalVolume.setVolume(100);
_global.aniaudio = !_global.aniaudio;
_root.soundon._y = 4.7;
_root.soundoff._y = _root.soundoff._y - 200;
} else {
_level0.globalVolume.setVolume(0);
_global.aniaudio = !_global.aniaudio;
_root.soundoff._y = 4.7;
_root.soundon._y = _root.soundon._y - 200;
}
}
Symbol 332 MovieClip Frame 73
_root.gotoAndStop("five");
Symbol 332 MovieClip Frame 74
_root.gotoAndStop("five");
Symbol 332 MovieClip Frame 75
_root.gotoAndStop("five");
Symbol 354 Button
on (release) {
_root.gotoAndStop("one");
}