Frame 1
function backSound() {
music2 = new Sound();
music2.attachSound("backSound");
music2.start(0, 9999);
}
function bonus1() {
music = new Sound();
music.attachSound("bonus1");
music.start(0, 1);
}
function bonus2() {
music = new Sound();
music.attachSound("bonus2");
music.start(0, 1);
}
function bonus3() {
music = new Sound();
music.attachSound("bonus3");
music.start(0, 1);
}
function bonus4() {
music = new Sound();
music.attachSound("bonus4");
music.start(0, 1);
}
function bonus5() {
music = new Sound();
music.attachSound("bonus5");
music.start(0, 1);
}
function zfinish() {
music = new Sound();
music.attachSound("zfinish");
music.start(0, 1);
}
stop();
pertamaKali = true;
xpetamaKali = true;
stop();
MochiAd.showPreloaderAd({id:"bda9720d324716ef", res:"800x600"});
Frame 2
play();
Frame 51
stop();
if (pertamaKali) {
pertamaKali = false;
backSound();
}
start_btn.onRelease = function () {
gotoAndStop ("game");
};
Frame 52
stop();
back_btn.onRelease = function () {
gotoAndStop ("enter");
};
Frame 53
function buatAwal() {
mulaiBalap = false;
_root.attachMovie("awal_mc", "awal_mc", 12, {_x:Stage.width / 2, _y:Stage.height / 2});
awal_mc.gotoAndPlay(1);
awal_mc.level_mc.gotoAndStop(zlevel);
}
function buatStartFinish() {
xposX = 7500 + (zlevel * 1000);
wwposX = xposX;
_root.attachMovie("xstart_mc", "xstart_mc", 7, {_x:350, _y:515});
_root.attachMovie("xfinish_mc", "xfinish_mc", 8, {_x:xposX, _y:515});
}
function buatHalang1() {
posX = random(1000) + 2000;
_root.attachMovie("halang_mc1", "halang_mc1", 3, {_x:posX, _y:390});
_root.attachMovie("halang_mc2", "halang_mc2", 6, {_x:posX, _y:390});
halang_mc1.onEnterFrame = (halang_mc2.onEnterFrame = enterHalang);
}
function buatHalang2() {
posX = random(1000) + 2000;
_root.attachMovie("halang_mc3", "halang_mc3", 3, {_x:posX, _y:430});
_root.halang_mc3.gotoAndStop(1);
halang_mc3.onEnterFrame = enterHalang;
}
function buatHalang3() {
posX = random(1000) + 2000;
_root.attachMovie("halang_mc3", "halang_mc3", 3, {_x:posX, _y:430});
_root.halang_mc3.gotoAndStop(2);
halang_mc3.onEnterFrame = enterHalang;
}
function buatBonus() {
posX = random(1500) + 3500;
_root.attachMovie("bonus_mc", "bonus_mc", 2, {_x:posX, _y:550});
wrand = random(5) + 1;
bonus_mc.gotoAndStop(wrand);
bonus_mc.onEnterFrame = enterBonus;
}
function enterBonus() {
if (mulaiBalap == true) {
this._x = this._x - (speedJalan[2] * backSpeed);
if (this._x < -200) {
removeMovieClip(this);
buatBonus();
}
if (this._x > xfinish_mc._x) {
removeMovieClip(this);
}
if (this.bonus.hitTest(jagoan_mc) && (this.bonus._visible == true)) {
this.bonus._visible = false;
_root.attachMovie("wbonus_mc", "wbonus_mc", 10, {_x:this._x, _y:this._y});
wbonus_mc.gotoAndPlay(2);
if (this._currentframe == 1) {
wbonus_mc.bonus = "POWER AND SCORE UP";
energy = energy + 25;
score = score + 100;
bonus1();
} else if (this._currentframe == 2) {
wbonus_mc.bonus = "POWER AND SCORE UP";
energy = energy + 30;
score = score + 500;
bonus2();
} else if (this._currentframe == 3) {
wbonus_mc.bonus = "POWER JUMP";
energy = energy + 45;
score = score + 1000;
speedY = 40;
powerJump = true;
bonus3();
} else if (this._currentframe == 4) {
wbonus_mc.bonus = "RUNNING PROTECTION";
kurangProtection = 3;
protection = true;
energy = energy + 60;
score = score + 1500;
bonus4();
} else if (this._currentframe == 5) {
wbonus_mc.bonus = "SPEED UP";
energy = energy + 75;
xspeed++;
score = score + 2500;
bonus5();
}
}
}
}
function enterHalang() {
if (mulaiBalap == true) {
this._x = this._x - (speedJalan[2] * backSpeed);
if (this._x < -400) {
removeMovieClip(this);
rand = random(3);
if (rand == 0) {
buatHalang1();
} else if (rand == 1) {
buatHalang2();
} else if (rand == 2) {
buatHalang3();
}
}
if (this._x > xfinish_mc._x) {
removeMovieClip(this);
}
if (this == _level0.halang_mc3) {
if (this.tanda_mc.hitTest(jagoan_mc.tanda_mc)) {
kena = true;
if (protection == false) {
jagoan_mc.gotoAndStop(6);
}
}
if (ppBisa > 20) {
if (wloncat == false) {
if (this._currentframe == 2) {
if ((musuh_mc._x > (this._x - 250)) && (musuh_mc._x < (this._x + 50))) {
ppBisa = random(zlevel * 30) + 10;
wspeedY = 20;
musuh_mc.gotoAndStop(2);
musuh_mc.bayangan_mc._visible = false;
wloncat = true;
} else {
wnunduk = false;
}
} else if ((musuh_mc._x > (this._x - 150)) && (musuh_mc._x < (this._x + 50))) {
musuh_mc.gotoAndStop(2);
musuh_mc.bayangan_mc._visible = false;
wloncat = true;
} else {
wnunduk = false;
}
}
}
if (this.tanda_mc.hitTest(musuh_mc.tanda_mc)) {
wkena = true;
musuh_mc.gotoAndStop(6);
}
} else {
if (this.hitTest(jagoan_mc.tanda_mc)) {
if (nunduk == false) {
kena = true;
if (protection == false) {
if (jagoan_mc._currentframe == 1) {
trace("aaa");
jagoan_mc.gotoAndStop(4);
} else if (jagoan_mc._currentframe == 2) {
jagoan_mc.gotoAndStop(6);
}
}
}
}
if ((ppBisa > 20) || (wnunduk == true)) {
if ((musuh_mc._x > (this._x - 250)) && (musuh_mc._x < (this._x + 250))) {
ppBisa = random(zlevel * 30) + 10;
musuh_mc.gotoAndStop(3);
wnunduk = true;
} else {
wnunduk = false;
}
}
if (this.hitTest(musuh_mc.tanda_mc)) {
if (wnunduk == false) {
wkena = true;
if (musuh_mc._currentframe == 1) {
musuh_mc.gotoAndStop(4);
} else if (musuh_mc._currentframe == 2) {
musuh_mc.gotoAndStop(6);
}
}
}
}
if ((this._x < (jagoan_mc._x - 200)) && (kena == true)) {
if (protection == false) {
if (diem == false) {
i = 1;
while (i <= 2) {
speedJalan[i] = 0;
i++;
}
diem = true;
jagoan_mc.gotoAndStop(5);
idDelay = setInterval(delay, 2000);
}
} else {
kena = false;
kurangProtection--;
if (kurangProtection <= 0) {
protection = false;
}
}
}
if ((this._x < (musuh_mc._x - 200)) && (wkena == true)) {
if (wdiem == false) {
speedMusuh = 0;
wdiem = true;
musuh_mc.gotoAndStop(5);
widDelay = setInterval(wdelay, 2000);
}
}
}
}
function delay() {
clearInterval(idDelay);
if (mulaiBalap == true) {
jagoan_mc.gotoAndStop(1);
}
diem = false;
kena = false;
speedJalan = new Array(0, 5, 10);
}
function wdelay() {
ppBisa = random(zlevel * 30) + 10;
speedMusuh = 5 + (zlevel / 1.5);
clearInterval(widDelay);
if (mulaiBalap == true) {
musuh_mc.gotoAndStop(1);
}
wdiem = false;
wkena = false;
}
function buatJagoan() {
_root.attachMovie("jagoan_mc", "jagoan_mc", 5, {_x:100, _y:475});
jagoan_mc.gotoAndStop(7);
speedJagoan = 10;
speedKumul = 0;
speedY = 15;
wspeedY = 15;
loncatKe = 0;
xspeed = 20;
ppBisa = random(zlevel * 30) + 10;
loncat = false;
jalanKanan = false;
jalanKiri = false;
nunduk = false;
diem = false;
kena = false;
wnunduk = false;
wdiem = false;
wkena = false;
wloncat = false;
protection = false;
powerJump = false;
speedJalan = new Array(0, 5, 10);
range = 0;
energy = 100;
i = 1;
while (i <= 2) {
_root["back_mc" + i]._x = 0;
i++;
}
}
function buatMusuh() {
_root.attachMovie("musuh_mc", "musuh_mc", 4, {_x:110, _y:470});
musuh_mc.gotoAndStop(7);
speedMusuh = 5 + (zlevel / 1.5);
}
function selesaiBalap() {
music2.stop();
zfinish();
score = score + range;
mulaiBalap = false;
musuh_mc.gotoAndStop(7);
jagoan_mc.gotoAndStop(7);
_root.attachMovie("selesai_mc", "selesai_mc", 11, {_x:Stage.width / 2, _y:Stage.height / 2});
selesai_mc.gotoAndPlay(zztanda);
}
function lanjutBalap(zztanda) {
if (zztanda == "kalah") {
backSound();
removeSemua();
gotoAndStop ("enter");
} else if (zztanda == "menang") {
lanjutLevel();
}
}
function removeSemua() {
removeMovieClip(jagoan_mc);
removeMovieClip(musuh_mc);
removeMovieClip(awal_mc);
removeMovieClip(bonus_mc);
removeMovieClip(halang_mc1);
removeMovieClip(halang_mc2);
removeMovieClip(halang_mc3);
removeMovieClip(xstart_mc);
removeMovieClip(xfinish_mc);
removeMovieClip(selesai_mc);
}
function lanjutLevel() {
backSound();
zlevel++;
if (zlevel <= 12) {
removeSemua();
buatJagoan();
buatMusuh();
rand = random(3);
if (rand == 0) {
buatHalang1();
} else if (rand == 1) {
buatHalang2();
} else if (rand == 2) {
buatHalang3();
}
buatBonus();
buatStartFinish();
buatAwal();
} else {
removeSemua();
gotoAndStop ("enter");
}
}
stop();
zlevel = 1;
score = 0;
buatJagoan();
buatMusuh();
rand = random(3);
if (rand == 0) {
buatHalang1();
} else if (rand == 1) {
buatHalang2();
} else if (rand == 2) {
buatHalang3();
}
buatBonus();
buatStartFinish();
buatAwal();
_root.onEnterFrame = function () {
if (mulaiBalap == true) {
if (wkena == false) {
if (wloncat == true) {
musuh_mc.gotoAndStop(2);
} else if (wnunduk == false) {
musuh_mc.gotoAndStop(1);
} else if (wnunduk == true) {
musuh_mc.gotoAndStop(3);
}
}
if (jagoan_mc._x > (xfinish_mc._x + 50)) {
if (range > 0) {
zztanda = "menang";
} else {
zztanda = "kalah";
}
selesaiBalap();
}
i = 1;
while (i <= 2) {
_root["back_mc" + i]._x = _root["back_mc" + i]._x - (speedJalan[i] * backSpeed);
if (_root["back_mc" + i]._x < -1600) {
_root["back_mc" + i]._x = 0;
}
i++;
}
if (jalanKiri == true) {
if (loncat == false) {
if (jagoan_mc._x > 0) {
jagoan_mc._x = jagoan_mc._x - speedJagoan;
}
}
} else if (jalanKanan == true) {
if (loncat == false) {
if (jagoan_mc._x < 600) {
jagoan_mc._x = jagoan_mc._x + speedJagoan;
}
}
}
backSpeed = 1 + (jagoan_mc._x / 400);
speedKumul = (jagoan_mc._x / Stage.width) * xspeed;
xposX = xfinish_mc._x - jagoan_mc._x;
if (xposX <= 0) {
xposX = 0;
}
xposX = Math.ceil(xposX);
if (diem == true) {
speedKumul = 0;
}
xfinish_mc._x = xfinish_mc._x - (speedJalan[2] * backSpeed);
xstart_mc._x = xstart_mc._x - (speedJalan[2] * backSpeed);
musuh_mc._x = musuh_mc._x + (speedMusuh - speedKumul);
range = Math.floor(jagoan_mc._x - musuh_mc._x);
energy = energy + (Math.ceil(200 - jagoan_mc._x) / 200);
energy = Math.ceil(energy);
if (energy >= 100) {
energy = 100;
} else if (energy <= 0) {
energy = 0;
}
if (loncat) {
jagoan_mc._y = jagoan_mc._y - speedY;
speedY = speedY - 2;
if (jagoan_mc._y > 475) {
speedY = 15;
loncatKe = 0;
jagoan_mc._y = 475;
jagoan_mc.gotoAndStop(1);
jagoan_mc.bayangan_mc._visible = true;
loncat = false;
powerJump = false;
}
}
if (wloncat) {
musuh_mc._y = musuh_mc._y - wspeedY;
wspeedY = wspeedY - 2;
if (musuh_mc._y > 475) {
wspeedY = 15;
musuh_mc._y = 475;
musuh_mc.gotoAndStop(1);
musuh_mc.bayangan_mc._visible = true;
wloncat = false;
}
}
if (range > 2000) {
xrange = "RANGE > 2000";
} else if (range < -2000) {
xrange = "RANGE < -2000";
} else {
xrange = "RANGE : " + range;
}
xscore = score;
xenergy = "POWER : " + energy;
xfinis = "FINISH : " + xposX;
xlevel = "LEVEL : " + zlevel;
}
};
if (xpetamaKali) {
xpetamaKali = false;
myListener = new Object();
myListener.onKeyDown = function () {
if (kena == false) {
if (mulaiBalap == true) {
if (Key.getCode() == 37) {
if (loncat == false) {
jalanKiri = true;
}
} else if (Key.getCode() == 39) {
if (loncat == false) {
jalanKanan = true;
}
} else if (Key.getCode() == 38) {
if (energy > 10) {
if (jagoan_mc._currentframe == 1) {
energy = energy - 5;
}
jagoan_mc.gotoAndStop(2);
jagoan_mc.bayangan_mc._visible = false;
loncat = true;
loncatKe++;
if (powerJump == false) {
if (loncatKe == 2) {
energy = energy - 5;
speedY = 20;
}
}
} else {
_root.attachMovie("wbonus_mc", "wbonus_mc", 10, {_x:jagoan_mc._x, _y:jagoan_mc._y});
wbonus_mc.gotoAndPlay(2);
wbonus_mc.bonus = "NOT ENOUGH POWER TO JUMP";
}
} else if (Key.getCode() == 40) {
if (energy > 5) {
if (loncat == false) {
if (nunduk == false) {
nunduk = true;
if (jagoan_mc._currentframe == 1) {
energy = energy - 5;
}
jagoan_mc.gotoAndStop(3);
}
}
} else {
_root.attachMovie("wbonus_mc", "wbonus_mc", 10, {_x:jagoan_mc._x, _y:jagoan_mc._y});
wbonus_mc.gotoAndPlay(2);
wbonus_mc.bonus = "NOT ENOUGH POWER TO DUCK";
}
}
}
}
};
myListener.onKeyUp = function () {
if (mulaiBalap == true) {
if (Key.getCode() == 37) {
jalanKiri = false;
} else if (Key.getCode() == 39) {
jalanKanan = false;
} else if (Key.getCode() == 40) {
if (loncat == false) {
nunduk = false;
jagoan_mc.gotoAndStop(1);
}
}
}
};
Key.addListener(myListener);
}
Symbol 168 MovieClip Frame 1
play();
Symbol 173 MovieClip Frame 20
stop();
Symbol 198 MovieClip Frame 21
stop();
_parent.bayangan_mc._visible = true;
Symbol 200 MovieClip Frame 20
stop();
Symbol 204 MovieClip [musuh_mc] Frame 1
stop();
bayangan_mc._visible = true;
Symbol 204 MovieClip [musuh_mc] Frame 2
bayangan_mc._visible = false;
Symbol 204 MovieClip [musuh_mc] Frame 3
stop();
bayangan_mc._visible = true;
Symbol 204 MovieClip [musuh_mc] Frame 4
bayangan_mc._visible = false;
Symbol 204 MovieClip [musuh_mc] Frame 5
bayangan_mc._visible = false;
Symbol 204 MovieClip [musuh_mc] Frame 6
bayangan_mc._visible = false;
Symbol 204 MovieClip [musuh_mc] Frame 7
stop();
bayangan_mc._visible = true;
Symbol 208 MovieClip [wbonus_mc] Frame 1
stop();
this._visible = false;
Symbol 208 MovieClip [wbonus_mc] Frame 2
play();
this._visible = true;
Symbol 292 MovieClip Frame 10
_parent.bayangan_mc._visible = false;
Symbol 292 MovieClip Frame 20
stop();
Symbol 317 MovieClip Frame 21
stop();
_parent.bayangan_mc._visible = true;
Symbol 319 MovieClip Frame 10
_parent.bayangan_mc._visible = false;
Symbol 319 MovieClip Frame 20
stop();
Symbol 324 MovieClip [jagoan_mc] Frame 1
stop();
bayangan_mc._visible = true;
Symbol 331 MovieClip [halang_mc3] Frame 1
stop();
Symbol 343 MovieClip Frame 1
stop();
Symbol 359 MovieClip [bonus_mc] Frame 1
stop();
Symbol 382 MovieClip Frame 1
stop();
Symbol 388 MovieClip [awal_mc] Frame 160
_root.mulaiBalap = true;
_root.jagoan_mc.gotoAndStop(1);
_root.musuh_mc.gotoAndStop(1);
Symbol 388 MovieClip [awal_mc] Frame 185
removeMovieClip(this);
Symbol 395 MovieClip [selesai_mc] Frame 10
stop();
yes_btn.onRelease = function () {
_root.lanjutBalap("menang");
removeMovieClip(_parent);
};
Symbol 395 MovieClip [selesai_mc] Frame 50
stop();
yes_btn.onRelease = function () {
_root.lanjutBalap("kalah");
removeMovieClip(_parent);
};
Symbol 414 MovieClip Frame 20
stop();
Symbol 423 Button
on (release) {
getURL ("http://jarkey.net", "_blank");
}
Symbol 424 Button
on (release) {
getURL ("http://jarkey.net/playgames/enigmatica_game.htm", "_blank");
}
Symbol 425 Button
on (release) {
getURL ("http://jarkey.net/playgames/bloons-player-pack-1_game.htm", "_blank");
}
Symbol 426 Button
on (release) {
getURL ("http://jarkey.net/playgames/hover-tanks-2_game.htm", "_blank");
}
Symbol 427 Button
on (release) {
getURL ("http://jarkey.net/playgames/super-doggy_game.htm", "_blank");
}
Symbol 428 Button
on (release) {
getURL ("http://jarkey.net/playgames/death-point_game.htm", "_blank");
}
Symbol 429 Button
on (release) {
getURL ("http://jarkey.net/playgames/goal-shoot_game.htm", "_blank");
}
Symbol 494 MovieClip [__Packages.MochiAd] Frame 0
class MochiAd
{
function MochiAd () {
}
static function getVersion() {
return("1.5");
}
static function showPreloaderAd(options) {
var _local27 = {clip:_root, ad_timeout:3000, fadeout_time:250, regpt:"o", method:"showPreloaderAd", color:16747008, background:16777161, outline:13994812, ad_started:function () {
this.clip.stop();
}, ad_finished:function () {
this.clip.play();
}};
options = _parseOptions(options, _local27);
var clip = options.clip;
var _local23 = 11000;
var _local26 = options.ad_timeout;
delete options.ad_timeout;
var fadeout_time = options.fadeout_time;
delete options.fadeout_time;
if (!load(options)) {
options.ad_finished();
return(undefined);
}
options.ad_started();
var mc = clip._mochiad;
mc.onUnload = function () {
options.ad_finished();
};
var _local14 = _getRes(options);
var _local4 = _local14[0];
var _local13 = _local14[1];
mc._x = _local4 * 0.5;
mc._y = _local13 * 0.5;
var chk = mc.createEmptyMovieClip("_mochiad_wait", 3);
chk._x = _local4 * -0.5;
chk._y = _local13 * -0.5;
var _local7 = chk.createEmptyMovieClip("_mochiad_bar", 4);
_local7._x = 10;
_local7._y = _local13 - 20;
var _local22 = options.color;
delete options.color;
var _local19 = options.background;
delete options.background;
var _local24 = options.outline;
delete options.outline;
var _local5 = _local7.createEmptyMovieClip("_outline", 1);
_local5.beginFill(_local19);
_local5.moveTo(0, 0);
_local5.lineTo(_local4 - 20, 0);
_local5.lineTo(_local4 - 20, 10);
_local5.lineTo(0, 10);
_local5.lineTo(0, 0);
_local5.endFill();
var _local3 = _local7.createEmptyMovieClip("_inside", 2);
_local3.beginFill(_local22);
_local3.moveTo(0, 0);
_local3.lineTo(_local4 - 20, 0);
_local3.lineTo(_local4 - 20, 10);
_local3.lineTo(0, 10);
_local3.lineTo(0, 0);
_local3.endFill();
_local3._xscale = 0;
var _local6 = _local7.createEmptyMovieClip("_outline", 3);
_local6.lineStyle(0, _local24, 100);
_local6.moveTo(0, 0);
_local6.lineTo(_local4 - 20, 0);
_local6.lineTo(_local4 - 20, 10);
_local6.lineTo(0, 10);
_local6.lineTo(0, 0);
chk.ad_msec = _local23;
chk.ad_timeout = _local26;
chk.started = getTimer();
chk.showing = false;
chk.last_pcnt = 0;
chk.fadeout_time = fadeout_time;
chk.fadeFunction = function () {
var _local2 = 100 * (1 - ((getTimer() - this.fadeout_start) / this.fadeout_time));
if (_local2 > 0) {
this._parent._alpha = _local2;
} else {
var _local3 = this._parent._parent;
MochiAd.unload(_local3);
delete this.onEnterFrame;
}
};
mc.lc.adLoaded = function (width, height) {
};
mc.lc.adjustProgress = function (msec) {
var _local2 = this.mc._mochiad_wait;
_local2.server_control = true;
_local2.started = getTimer();
_local2.ad_msec = msec;
};
chk.onEnterFrame = function () {
var _local6 = this._parent._parent;
var _local12 = this._parent._mochiad_ctr;
var _local5 = getTimer() - this.started;
var _local3 = false;
var _local4 = _local6.getBytesTotal();
var _local8 = _local6.getBytesLoaded();
var _local10 = (100 * _local8) / _local4;
var _local11 = (100 * _local5) / chk.ad_msec;
var _local9 = this._mochiad_bar._inside;
var _local2 = Math.min(100, Math.min(_local10 || 0, _local11));
_local2 = Math.max(this.last_pcnt, _local2);
this.last_pcnt = _local2;
_local9._xscale = _local2;
if (!chk.showing) {
var _local7 = _local12.getBytesTotal();
if ((_local7 > 0) || (typeof(_local7) == "undefined")) {
chk.showing = true;
chk.started = getTimer();
} else if (_local5 > chk.ad_timeout) {
_local3 = true;
}
}
if (_local5 > chk.ad_msec) {
_local3 = true;
}
if (((_local4 > 0) && (_local8 >= _local4)) && (_local3)) {
if (this.server_control) {
delete this.onEnterFrame;
} else {
this.fadeout_start = getTimer();
this.onEnterFrame = chk.fadeFunction;
}
}
};
}
static function showTimedAd(options) {
var _local13 = {clip:_root, ad_timeout:2000, fadeout_time:250, regpt:"o", method:"showTimedAd", ad_started:function () {
this.clip.stop();
}, ad_finished:function () {
this.clip.play();
}};
options = _parseOptions(options, _local13);
var clip = options.clip;
var _local10 = 11000;
var _local12 = options.ad_timeout;
delete options.ad_timeout;
var fadeout_time = options.fadeout_time;
delete options.fadeout_time;
if (!load(options)) {
options.ad_finished();
return(undefined);
}
options.ad_started();
var mc = clip._mochiad;
mc.onUnload = function () {
options.ad_finished();
};
var _local5 = _getRes(options);
var _local14 = _local5[0];
var _local11 = _local5[1];
mc._x = _local14 * 0.5;
mc._y = _local11 * 0.5;
var chk = mc.createEmptyMovieClip("_mochiad_wait", 3);
chk.ad_msec = _local10;
chk.ad_timeout = _local12;
chk.started = getTimer();
chk.showing = false;
chk.fadeout_time = fadeout_time;
chk.fadeFunction = function () {
var _local2 = 100 * (1 - ((getTimer() - this.fadeout_start) / this.fadeout_time));
if (_local2 > 0) {
this._parent._alpha = _local2;
} else {
var _local3 = this._parent._parent;
MochiAd.unload(_local3);
delete this.onEnterFrame;
}
};
mc.lc.adjustProgress = function (msec) {
var _local2 = this.mc._mochiad_wait;
_local2.server_control = true;
_local2.started = getTimer();
_local2.ad_msec = msec - 250;
};
chk.onEnterFrame = function () {
var _local5 = this._parent._mochiad_ctr;
var _local4 = getTimer() - this.started;
var _local2 = false;
if (!chk.showing) {
var _local3 = _local5.getBytesTotal();
if ((_local3 > 0) || (typeof(_local3) == "undefined")) {
chk.showing = true;
chk.started = getTimer();
} else if (_local4 > chk.ad_timeout) {
_local2 = true;
}
}
if (_local4 > chk.ad_msec) {
_local2 = true;
}
if (_local2) {
if (this.server_control) {
delete this.onEnterFrame;
} else {
this.fadeout_start = getTimer();
this.onEnterFrame = this.fadeFunction;
}
}
};
}
static function _allowDomains(server) {
var _local1 = server.split("/")[2].split(":")[0];
if (System.security) {
if (System.security.allowDomain) {
System.security.allowDomain("*");
System.security.allowDomain(_local1);
}
if (System.security.allowInsecureDomain) {
System.security.allowInsecureDomain("*");
System.security.allowInsecureDomain(_local1);
}
}
return(_local1);
}
static function _loadCommunicator(options) {
var _local25 = {clip:_root, com_server:"http://x.mochiads.com/com/1/", method:"loadCommunicator", depth:10337, id:"_UNKNOWN_"};
options = _parseOptions(options, _local25);
options.swfv = options.clip.getSWFVersion() || 6;
options.mav = getVersion();
var _local18 = options.clip;
var _local20 = "_mochiad_com_" + options.id;
if (!_isNetworkAvailable()) {
return(null);
}
if (_local18[_local20]) {
return(_local18[_local20].lc);
}
var _local21 = options.com_server + options.id;
_allowDomains(_local21);
delete options.id;
delete options.com_server;
var _local24 = options.depth;
delete options.depth;
var _local17 = _local18.createEmptyMovieClip(_local20, _local24);
var _local11 = _local17.createEmptyMovieClip("_mochiad_com", 1);
for (var _local15 in options) {
_local11[_local15] = options[_local15];
}
var _local6 = new LocalConnection();
var _local16 = ["", Math.floor(new Date().getTime()), random(999999)].join("_");
_local6.mc = _local17;
_local6.name = _local16;
_local6.allowDomain = function (d) {
return(true);
};
_local6.allowInsecureDomain = _local6.allowDomain;
_local6.connect(_local16);
_local17.lc = _local6;
_local11.lc = _local16;
_local6._id = 0;
_local6._queue = [];
_local6.rpcResult = function (cb) {
cb = parseInt(cb);
var _local4 = this._callbacks[cb];
if (!_local4) {
return(undefined);
}
delete this._callbacks[cb];
var _local5 = [];
var _local3 = 2;
while (_local3 < _local4.length) {
_local5.push(_local4[_local3]);
_local3++;
}
_local3 = 1;
while (_local3 < arguments.length) {
_local5.push(arguments[_local3]);
_local3++;
}
var _local6 = _local4[1];
var _local7 = _local4[0];
if (_local7 && (typeof(_local6) == "string")) {
_local6 = _local7[_local6];
}
if (_local6) {
_local6.apply(_local7, _local5);
}
};
_local6._didConnect = function (endpoint) {
this._endpoint = endpoint;
var _local4 = this._queue;
delete this._queue;
var _local5 = this.doSend;
var _local2 = 0;
while (_local2 < _local4.length) {
var _local3 = _local4[_local2];
_local5.apply(this, _local3);
_local2++;
}
};
_local6.doSend = function (args, cbobj, cbfn) {
if (this._endpoint == null) {
var _local4 = [];
var _local3 = 0;
while (_local3 < arguments.length) {
_local4.push(arguments[_local3]);
_local3++;
}
this._queue.push(_local4);
return(undefined);
}
this._id = this._id + 1;
var _local5 = this._id;
if ((cbfn === undefined) || (cbfn === null)) {
cbfn = cbobj;
}
this._callbacks[_local5] = [cbobj, cbfn];
var _local7 = new LocalConnection();
var _local9 = _local7.send(this._endpoint, "rpc", _local5, args);
};
_local6._callbacks = {};
_local6._callbacks[0] = [_local6, "_didConnect"];
_local11.st = getTimer();
_local11.loadMovie(_local21 + ".swf", "POST");
return(_local6);
}
static function fetchHighScores(options, callbackObj, callbackMethod) {
var _local1 = _loadCommunicator({id:options.id});
if (!_local1) {
return(false);
}
var _local4 = ["fetchHighScores", options];
_local1.doSend(["fetchHighScores", options], callbackObj, callbackMethod);
return(true);
}
static function sendHighScore(options, callbackObj, callbackMethod) {
var _local1 = _loadCommunicator({id:options.id});
if (!_local1) {
return(false);
}
var _local4 = ["sendHighScore", options];
_local1.doSend(["sendHighScore", options], callbackObj, callbackMethod);
return(true);
}
static function load(options) {
var _local13 = {clip:_root, server:"http://x.mochiads.com/srv/1/", method:"load", depth:10333, id:"_UNKNOWN_"};
options = _parseOptions(options, _local13);
options.swfv = options.clip.getSWFVersion() || 6;
options.mav = getVersion();
var _local7 = options.clip;
if (!_isNetworkAvailable()) {
return(null);
}
if (_local7._mochiad_loaded) {
return(null);
}
var _local12 = options.depth;
delete options.depth;
var _local6 = _local7.createEmptyMovieClip("_mochiad", _local12);
var _local11 = _getRes(options);
options.res = (_local11[0] + "x") + _local11[1];
options.server = options.server + options.id;
delete options.id;
_local7._mochiad_loaded = true;
var _local4 = _local6.createEmptyMovieClip("_mochiad_ctr", 1);
for (var _local8 in options) {
_local4[_local8] = options[_local8];
}
if (_local7._url.indexOf("http") != 0) {
options.no_page = true;
}
var _local10 = _local4.server;
delete _local4.server;
var _local14 = _allowDomains(_local10);
_local6.onEnterFrame = function () {
if (this._mochiad_ctr._url != this._url) {
this.onEnterFrame = function () {
if (!this._mochiad_ctr) {
delete this.onEnterFrame;
MochiAd.unload(this._parent);
}
};
}
};
var _local5 = new LocalConnection();
var _local9 = ["", Math.floor(new Date().getTime()), random(999999)].join("_");
_local5.mc = _local6;
_local5.name = _local9;
_local5.hostname = _local14;
_local5.allowDomain = function (d) {
return(true);
};
_local5.allowInsecureDomain = _local5.allowDomain;
_local5.connect(_local9);
_local6.lc = _local5;
_local4.lc = _local9;
_local4.st = getTimer();
_local4.loadMovie(_local10 + ".swf", "POST");
return(_local6);
}
static function unload(clip) {
if (typeof(clip) == "undefined") {
clip = _root;
}
if (clip.clip && (clip.clip._mochiad)) {
clip = clip.clip;
}
if (!clip._mochiad) {
return(false);
}
clip._mochiad.removeMovieClip();
delete clip._mochiad_loaded;
delete clip._mochiad;
return(true);
}
static function _isNetworkAvailable() {
if (System.security) {
var _local1 = System.security;
if (_local1.sandboxType == "localWithFile") {
return(false);
}
}
return(true);
}
static function _getRes(options) {
var _local3 = options.clip.getBounds();
var _local2 = 0;
var _local1 = 0;
if (typeof(options.res) != "undefined") {
var _local4 = options.res.split("x");
_local2 = parseFloat(_local4[0]);
_local1 = parseFloat(_local4[1]);
} else {
_local2 = _local3.xMax - _local3.xMin;
_local1 = _local3.yMax - _local3.yMin;
}
if ((_local2 == 0) || (_local1 == 0)) {
_local2 = Stage.width;
_local1 = Stage.height;
}
return([_local2, _local1]);
}
static function _parseOptions(options, defaults) {
var _local4 = {};
for (var _local8 in defaults) {
_local4[_local8] = defaults[_local8];
}
if (options) {
for (var _local8 in options) {
_local4[_local8] = options[_local8];
}
}
if (_root.mochiad_options) {
var _local5 = _root.mochiad_options.split("&");
var _local2 = 0;
while (_local2 < _local5.length) {
var _local3 = _local5[_local2].split("=");
_local4[unescape(_local3[0])] = unescape(_local3[1]);
_local2++;
}
}
return(_local4);
}
}
Symbol 436 Button
on (press) {
_root.gotoAndStop("instructions");
}