Frame 1
ifFrameLoaded (_totalframes) {
_root.gotoAndStop(5);
}
Frame 4
_root.gotoAndPlay(1);
Frame 5
_root.kongregateServices.connect();
_root.kongregateServices.connect();
local_data = SharedObject.getLocal("local_data");
if (local_data.data.myname == undefined) {
_root.gotoAndStop(6);
} else {
megamspeed = local_data.data.megamspeed;
megascore = local_data.data.megascore;
megadodge = local_data.data.megadodge;
megathit = local_data.data.megathit;
megattrick = local_data.data.megattrick;
megawood = local_data.data.megawood;
megagold = local_data.data.megagold;
myname = local_data.data.myname;
secrethard = local_data.data.secrethard;
avasecret = local_data.data.avasecret;
tslopesecret = local_data.data.tslopesecret;
yeticap = local_.data.yeticap;
yetisecret = local_data.data.yetisecret;
megakill = local_data.data.megakill;
_root.gotoAndStop(7);
}
Frame 6
stop();
Frame 7
stop();
Frame 11
Stage.showMenu = false;
_root.kongregateServices.connect();
_root.splay = 1;
stop();
Frame 66
_root.kongregateServices.connect();
_quality = "HIGH";
stop();
Instance of Symbol 70 MovieClip in Frame 66
onClipEvent (enterFrame) {
if (_root.megascore >= 5000000) {
if (_root.megattrick >= 1000) {
if (_root.megamspeed >= 450) {
if (_root.megadodge >= 3000) {
if ((_root.megawood + _root.megagold) >= 100) {
if (_root.megascore >= 1000000000) {
if (_root.megathit >= 50) {
this.gotoAndStop(2);
}
}
if (_root.megascore >= 4000000000) {
this.gotoAndStop(3);
}
}
}
}
}
}
}
Instance of Symbol 108 MovieClip in Frame 66
onClipEvent (enterFrame) {
if (_root.megascore >= 5000000) {
if (_root.megattrick >= 1000) {
if (_root.megamspeed >= 450) {
if (_root.megadodge >= 3000) {
if ((_root.megawood + _root.megagold) >= 100) {
if (_root.megascore >= 3000000000) {
if (_root.megathit >= 50) {
if (_root.megakill >= 25) {
this.gotoAndStop(2);
}
}
}
}
}
}
}
}
}
Frame 67
stop();
_quality = "HIGH";
Frame 68
_quality = "HIGH";
stop();
stop();
Frame 69
_quality = "HIGH";
_root.debug = 0;
stop();
Frame 70
_quality = "HIGH";
stop();
Instance of Symbol 207 MovieClip "trophyscore" in Frame 70
onClipEvent (enterFrame) {
if (_root.megascore >= 5000000) {
this.gotoAndStop(2);
}
}
Instance of Symbol 212 MovieClip "trophyninja" in Frame 70
onClipEvent (enterFrame) {
if (_root.megattrick >= 1000) {
this.gotoAndStop(2);
}
}
Instance of Symbol 219 MovieClip "trophyspeed" in Frame 70
onClipEvent (enterFrame) {
if (_root.megamspeed >= 450) {
this.gotoAndStop(2);
}
}
Instance of Symbol 224 MovieClip "trophytree" in Frame 70
onClipEvent (enterFrame) {
if (_root.megadodge >= 3000) {
this.gotoAndStop(2);
}
}
Instance of Symbol 231 MovieClip "trophyballin" in Frame 70
onClipEvent (enterFrame) {
if ((_root.megawood + _root.megagold) >= 100) {
this.gotoAndStop(2);
}
}
Instance of Symbol 236 MovieClip "trophydiamond" in Frame 70
onClipEvent (enterFrame) {
if (_root.megascore >= 1000000000) {
this.gotoAndStop(2);
}
}
Instance of Symbol 243 MovieClip "trophycatas" in Frame 70
onClipEvent (enterFrame) {
if (_root.megathit >= 50) {
this.gotoAndStop(2);
}
}
Instance of Symbol 249 MovieClip "trophyscore" in Frame 70
onClipEvent (enterFrame) {
if (_root.megascore >= 5000000) {
if (_root.megattrick >= 1000) {
if (_root.megamspeed >= 450) {
if (_root.megadodge >= 3000) {
if ((_root.megawood + _root.megagold) >= 100) {
if (_root.megascore >= 2000000000) {
if (_root.megathit >= 50) {
this.gotoAndStop(2);
}
}
}
}
}
}
}
}
Frame 71
stop();
Frame 72
_quality = "HIGH";
Frame 73
if (_root.splay == 0) {
stopAllSounds();
}
function moveHero(speed) {
if (Key.isDown(37) && (Key.isDown(40))) {
_root.hero._x = _root.hero._x - speed;
_root.hero._y = _root.hero._y + speed;
} else if (Key.isDown(37) && (Key.isDown(38))) {
_root.hero._x = _root.hero._x - speed;
_root.hero._y = _root.hero._y - speed;
} else if (Key.isDown(39) && (Key.isDown(38))) {
_root.hero._x = _root.hero._x + speed;
_root.hero._y = _root.hero._y - speed;
} else if (Key.isDown(39) && (Key.isDown(40))) {
_root.hero._x = _root.hero._x + speed;
_root.hero._y = _root.hero._y + speed;
} else if (Key.isDown(38)) {
_root.hero._y = _root.hero._y - speed;
} else if (Key.isDown(37)) {
_root.hero._x = _root.hero._x - speed;
} else if (Key.isDown(40)) {
_root.hero._y = _root.hero._y + speed;
} else if (Key.isDown(39)) {
_root.hero._x = _root.hero._x + speed;
}
if (Key.isDown(32)) {
if (_root.lock == 1) {
_root.ebar.play();
_root.hero.gotoAndPlay(10);
}
if (_root.boost == 2) {
_root.vspeed = 2;
_root.boostbar.play();
}
}
}
stop();
_root.nmode = 1;
_root.yeticap = 0;
_quality = "MEDIUM";
_root.ttrick = 0;
_root.jump = 0;
_root.tscore = 0;
_root.mspeed = 10;
_root.superman = 0;
_root.tornado360 = 0;
_root.xcross = 0;
_root.coina = 0;
_root.coinb = 0;
_root.bonus = 0;
_root.score = 0;
_root.dodge = 0;
_root.lock = 1;
_root.hspeed = 6;
_root.tspeed = 4;
_root.onEnterFrame = function () {
moveHero(_root.hspeed);
};
Instance of Symbol 177 MovieClip in Frame 73
onClipEvent (load) {
function reseta() {
this.gotoAndStop(1);
this._x = math.random() * 550;
this._y = (math.random() * 2000) + 800;
}
reseta();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -1000) {
reseta();
}
if (this.hitTest(_root.hero)) {
_root.hero._y = _root.hero._y + 10;
_root.hero.gotoAndPlay(70);
_root.ebar.play();
if (_root.bonus >= 1) {
_root.bmeter.play();
}
}
}
Instance of Symbol 280 MovieClip in Frame 73
onClipEvent (load) {
function reseta1() {
this.gotoAndStop(1);
this._x = (math.random() * 300) + 100;
this._y = (math.random() * 2000) + 510;
}
reseta1();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -500) {
reseta1();
}
if (this.hitTest(_root.hero)) {
_root.score = _root.score + (_root.bonus * 10);
_root.bonus = _root.bonus + 5;
_root.coina = _root.coina + 1;
reseta1();
if (_root.bonus >= 1) {
_root.bmeter.play();
}
}
}
Instance of Symbol 282 MovieClip in Frame 73
onClipEvent (load) {
function resetbb() {
this.gotoAndStop(1);
this._x = (math.random() * 300) + 100;
this._y = (math.random() * 4000) + 5000;
}
resetbb();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -900) {
resetbb();
}
if (this.hitTest(_root.hero)) {
_root.score = _root.score + (_root.bonus * 1000);
_root.bonus = _root.bonus + 10;
_root.coinb = _root.coinb + 1;
resetbb();
if (_root.bonus >= 1) {
_root.bmeter.play();
}
}
}
Instance of Symbol 171 MovieClip in Frame 73
onClipEvent (load) {
function resetr() {
this.gotoAndStop(1);
this._x = (math.random() * 300) + 100;
this._y = (math.random() * 500) + 700;
}
resetr();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -500) {
resetr();
}
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 4;
if (Key.isDown(40)) {
_root.combo = SUPERMAN;
_root.superman = _root.superman + 1;
_root.hero.gotoAndPlay(55);
_root.moves.gotoAndPlay(2);
_root.score = _root.score + (_root.bonus * 1500);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(37)) {
_root.xcross = _root.xcross + 1;
_root.hero.gotoAndPlay(25);
_root.moves.gotoAndPlay(21);
_root.score = _root.score + (_root.bonus * 3000);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(39)) {
_root.xcross = _root.xcross + 1;
_root.hero.gotoAndPlay(25);
_root.moves.gotoAndPlay(21);
_root.score = _root.score + (_root.bonus * 3000);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(38)) {
_root.tornado360 = _root.tornado360 + 1;
_root.hero.gotoAndPlay(40);
_root.moves.gotoAndPlay(11);
_root.score = _root.score + (_root.bonus * 6000);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
_root.ebar.play();
if (_root.bonus >= 1) {
_root.bmeter.play();
}
}
}
Instance of Symbol 177 MovieClip in Frame 73
onClipEvent (load) {
function resetsmall() {
this.gotoAndStop(1);
this._x = math.random() * 550;
this._y = (math.random() * 500) + 500;
}
resetsmall();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -500) {
resetsmall();
}
if (this.hitTest(_root.hero)) {
_root.hero._y = _root.hero._y + 10;
_root.hero.gotoAndPlay(70);
_root.ebar.play();
if (_root.bonus >= 1) {
_root.bmeter.play();
}
}
}
Instance of Symbol 171 MovieClip in Frame 73
onClipEvent (load) {
function resetra() {
this.gotoAndStop(1);
this._x = math.random() * 550;
this._y = (math.random() * 500) + 700;
}
resetra();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -200) {
resetra();
}
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 4;
if (Key.isDown(40)) {
_root.hero.gotoAndPlay(55);
_root.superman = _root.superman + 1;
_root.moves.gotoAndPlay(2);
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(37)) {
_root.hero.gotoAndPlay(25);
_root.xcross = _root.xcross + 1;
_root.moves.gotoAndPlay(21);
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(39)) {
_root.hero.gotoAndPlay(25);
_root.xcross = _root.xcross + 1;
_root.moves.gotoAndPlay(21);
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(38)) {
_root.tornado360 = _root.tornado360 + 1;
_root.hero.gotoAndPlay(40);
_root.moves.gotoAndPlay(11);
_root.hero._y = _root.hero._y + 3;
}
_root.ebar.play();
if (_root.bonus >= 1) {
_root.bmeter.play();
}
}
}
Instance of Symbol 171 MovieClip in Frame 73
onClipEvent (load) {
function resetr() {
this.gotoAndStop(1);
this._x = math.random() * 550;
this._y = (math.random() * 600) + 600;
}
resetr();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -200) {
resetr();
}
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 4;
if (Key.isDown(40)) {
_root.superman = _root.superman + 1;
_root.hero.gotoAndPlay(55);
_root.moves.gotoAndPlay(2);
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(37)) {
_root.hero.gotoAndPlay(25);
_root.xcross = _root.xcross + 1;
_root.moves.gotoAndPlay(21);
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(39)) {
_root.hero.gotoAndPlay(25);
_root.xcross = _root.xcross + 1;
_root.moves.gotoAndPlay(11);
_root.moves.gotoAndPlay(21);
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(38)) {
_root.hero.gotoAndPlay(40);
_root.tornado360 = _root.tornado360 + 1;
_root.moves.gotoAndPlay(11);
_root.hero._y = _root.hero._y + 3;
}
_root.ebar.play();
if (_root.bonus >= 1) {
_root.bmeter.play();
}
}
}
Instance of Symbol 169 MovieClip "log2" in Frame 73
onClipEvent (load) {
function resetl() {
this.gotoAndStop(1);
this._x = (math.random() * 400) + 5;
this._y = (math.random() * 350) + 612;
}
resetl();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -70) {
_root.score = _root.score + (_root.bonus * 250);
_root.dodge = _root.dodge + 1;
resetl();
}
if (this.hitTest(_root.hero._x, _root.hero._y + 10, true)) {
if (_root.jump < 2) {
_root.hero._y = _root.hero._y + 25;
_root.slow.gotoAndPlay(2);
}
if (_root.jump == 2) {
_root.score = _root.score + ((_root.bonus * 100) + 50);
}
}
}
Instance of Symbol 169 MovieClip "log1" in Frame 73
onClipEvent (load) {
function resetl() {
this.gotoAndStop(1);
this._x = (math.random() * 400) + 5;
this._y = (math.random() * 350) + 612;
}
resetl();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -70) {
_root.score = _root.score + (_root.bonus * 250);
_root.dodge = _root.dodge + 1;
resetl();
}
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
if (_root.jump < 2) {
_root.hero._y = _root.hero._y + 25;
_root.slow.gotoAndPlay(2);
}
if (_root.jump == 2) {
_root.score = _root.score + ((_root.bonus * 100) + 50);
}
}
}
Instance of Symbol 302 MovieClip "log4" in Frame 73
onClipEvent (load) {
function resetl() {
this.gotoAndStop(1);
this._x = (math.random() * 400) + 5;
this._y = (math.random() * 50000) + 80000;
}
resetl();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -70) {
_root.score = _root.score + (_root.bonus * 250);
_root.dodge = _root.dodge + 1;
resetl();
}
if (this.hitTest(_root.hero)) {
_root.yeticap = 10;
if (_root.jump < 2) {
_root.hero._y = _root.hero._y + 25;
_root.slow.gotoAndPlay(2);
}
if (_root.jump == 2) {
_root.score = _root.score + ((_root.bonus * 100) + 50);
}
}
}
Instance of Symbol 359 MovieClip "hero" in Frame 73
onClipEvent (enterFrame) {
if (hitTest(_root.bottom_wall) == true) {
_y = (_root.bottom_wall._y - 36);
}
if (hitTest(_root.top_wall) == true) {
_y = (_root.top_wall._y + 35);
}
if (hitTest(_root.left_wall) == true) {
_x = (_root.left_wall._x + 30);
}
if (hitTest(_root.right_wall) == true) {
_x = (_root.right_wall._x - 30);
}
}
Instance of Symbol 173 MovieClip "enemy1" in Frame 73
onClipEvent (load) {
function reset() {
this.gotoAndStop(1);
this._x = (math.random() * 550) + 5;
this._y = (math.random() * 350) + 410;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -70) {
_root.score = _root.score + (_root.bonus * 250);
_root.dodge = _root.dodge + 1;
_root.tspeed = _root.tspeed + 0.05;
_root.mspeed = _root.mspeed + Math.round(Math.floor(_root.tspeed) / 5);
reset();
}
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero.gotoAndPlay(80);
}
}
Instance of Symbol 173 MovieClip "enemy2" in Frame 73
onClipEvent (load) {
function reset() {
this.gotoAndStop(1);
this._x = (math.random() * 550) + 5;
this._y = (math.random() * 350) + 410;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -70) {
_root.score = _root.score + (_root.bonus * 250);
_root.dodge = _root.dodge + 1;
_root.tspeed = _root.tspeed + 0.05;
_root.mspeed = _root.mspeed + Math.round(Math.floor(_root.tspeed) / 5);
reset();
}
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero.gotoAndPlay(80);
}
}
Instance of Symbol 173 MovieClip "enemy3" in Frame 73
onClipEvent (load) {
function reset() {
this.gotoAndStop(1);
this._x = (math.random() * 550) + 5;
this._y = (math.random() * 350) + 410;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -70) {
_root.score = _root.score + (_root.bonus * 250);
_root.dodge = _root.dodge + 1;
_root.tspeed = _root.tspeed + 0.05;
_root.mspeed = _root.mspeed + Math.round(Math.floor(_root.tspeed) / 5);
reset();
}
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero.gotoAndPlay(80);
}
}
Instance of Symbol 173 MovieClip "enemy4" in Frame 73
onClipEvent (load) {
function reset() {
this.gotoAndStop(1);
this._x = (math.random() * 550) + 5;
this._y = (math.random() * 350) + 410;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -70) {
_root.score = _root.score + (_root.bonus * 250);
_root.dodge = _root.dodge + 1;
_root.tspeed = _root.tspeed + 0.05;
_root.mspeed = _root.mspeed + Math.round(Math.floor(_root.tspeed) / 5);
reset();
}
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero.gotoAndPlay(80);
}
}
Instance of Symbol 173 MovieClip "enemy5" in Frame 73
onClipEvent (load) {
function reset() {
this.gotoAndStop(1);
this._x = (math.random() * 550) + 5;
this._y = (math.random() * 350) + 410;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -70) {
_root.score = _root.score + (_root.bonus * 250);
_root.dodge = _root.dodge + 1;
_root.tspeed = _root.tspeed + 0.05;
_root.mspeed = _root.mspeed + Math.round(Math.floor(_root.tspeed) / 5);
reset();
}
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero.gotoAndPlay(80);
}
}
Instance of Symbol 173 MovieClip "enemy6" in Frame 73
onClipEvent (load) {
function reset() {
this.gotoAndStop(1);
this._x = (math.random() * 550) + 5;
this._y = (math.random() * 350) + 410;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -70) {
_root.score = _root.score + (_root.bonus * 250);
_root.dodge = _root.dodge + 1;
_root.tspeed = _root.tspeed + 0.05;
_root.mspeed = _root.mspeed + Math.round(Math.floor(_root.tspeed) / 5);
reset();
}
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero.gotoAndPlay(80);
}
}
Instance of Symbol 173 MovieClip "enemy7" in Frame 73
onClipEvent (load) {
function reset() {
this.gotoAndStop(1);
this._x = (math.random() * 550) + 5;
this._y = (math.random() * 350) + 410;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -70) {
_root.score = _root.score + (_root.bonus * 250);
_root.dodge = _root.dodge + 1;
_root.tspeed = _root.tspeed + 0.05;
_root.mspeed = _root.mspeed + Math.round(Math.floor(_root.tspeed) / 5);
reset();
}
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero.gotoAndPlay(80);
}
}
Frame 82
if (_root.splay == 0) {
stopAllSounds();
}
function moveHero(speed) {
if (Key.isDown(37) && (Key.isDown(40))) {
_root.hero._x = _root.hero._x - speed;
_root.hero._y = _root.hero._y + speed;
} else if (Key.isDown(37) && (Key.isDown(38))) {
_root.hero._x = _root.hero._x - speed;
_root.hero._y = _root.hero._y - speed;
} else if (Key.isDown(39) && (Key.isDown(38))) {
_root.hero._x = _root.hero._x + speed;
_root.hero._y = _root.hero._y - speed;
} else if (Key.isDown(39) && (Key.isDown(40))) {
_root.hero._x = _root.hero._x + speed;
_root.hero._y = _root.hero._y + speed;
} else if (Key.isDown(38)) {
_root.hero._y = _root.hero._y - speed;
} else if (Key.isDown(37)) {
_root.hero._x = _root.hero._x - speed;
} else if (Key.isDown(40)) {
_root.hero._y = _root.hero._y + speed;
} else if (Key.isDown(39)) {
_root.hero._x = _root.hero._x + speed;
}
if (Key.isDown(32)) {
if (_root.lock == 1) {
_root.ebar.play();
_root.hero.gotoAndPlay(10);
}
if (_root.boost == 2) {
_root.vspeed = 2;
_root.boostbar.play();
}
}
}
stop();
_root.hmode = 1;
_quality = "MEDIUM";
_root.ttrick = 0;
_root.jump = 0;
_root.tscore = 0;
_root.mspeed = 120;
_root.superman = 0;
_root.tornado360 = 0;
_root.xcross = 0;
_root.coina = 0;
_root.coinb = 0;
_root.bonus = 0;
_root.score = 0;
_root.dodge = 0;
_root.lock = 1;
_root.hspeed = 7;
_root.tspeed = 6;
_root.onEnterFrame = function () {
moveHero(_root.hspeed);
};
Instance of Symbol 177 MovieClip in Frame 82
onClipEvent (load) {
function reseta() {
this.gotoAndStop(1);
this._x = math.random() * 550;
this._y = (math.random() * 2000) + 800;
}
reseta();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -1000) {
reseta();
}
if (this.hitTest(_root.hero)) {
_root.hero._y = _root.hero._y + 10;
_root.hero.gotoAndPlay(70);
_root.ebar.play();
if (_root.bonus >= 1) {
_root.bmeter.play();
}
}
}
Instance of Symbol 280 MovieClip in Frame 82
onClipEvent (load) {
function reseta1() {
this.gotoAndStop(1);
this._x = (math.random() * 300) + 100;
this._y = (math.random() * 2000) + 510;
}
reseta1();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -500) {
reseta1();
}
if (this.hitTest(_root.hero)) {
_root.score = _root.score + (_root.bonus * 10);
_root.bonus = _root.bonus + 5;
_root.coina = _root.coina + 1;
reseta1();
if (_root.bonus >= 1) {
_root.bmeter.play();
}
}
}
Instance of Symbol 282 MovieClip in Frame 82
onClipEvent (load) {
function resetbb() {
this.gotoAndStop(1);
this._x = (math.random() * 300) + 100;
this._y = (math.random() * 4000) + 5000;
}
resetbb();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -900) {
resetbb();
}
if (this.hitTest(_root.hero)) {
_root.score = _root.score + (_root.bonus * 1000);
_root.bonus = _root.bonus + 10;
_root.coinb = _root.coinb + 1;
resetbb();
if (_root.bonus >= 1) {
_root.bmeter.play();
}
}
}
Instance of Symbol 171 MovieClip in Frame 82
onClipEvent (load) {
function resetr() {
this.gotoAndStop(1);
this._x = (math.random() * 300) + 100;
this._y = (math.random() * 500) + 700;
}
resetr();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -500) {
resetr();
}
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 4;
if (Key.isDown(40)) {
_root.combo = SUPERMAN;
_root.superman = _root.superman + 1;
_root.hero.gotoAndPlay(55);
_root.moves.gotoAndPlay(2);
_root.score = _root.score + (_root.bonus * 1500);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(37)) {
_root.xcross = _root.xcross + 1;
_root.hero.gotoAndPlay(25);
_root.moves.gotoAndPlay(21);
_root.score = _root.score + (_root.bonus * 3000);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(39)) {
_root.xcross = _root.xcross + 1;
_root.hero.gotoAndPlay(25);
_root.moves.gotoAndPlay(21);
_root.score = _root.score + (_root.bonus * 3000);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(38)) {
_root.tornado360 = _root.tornado360 + 1;
_root.hero.gotoAndPlay(40);
_root.moves.gotoAndPlay(11);
_root.score = _root.score + (_root.bonus * 6000);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
_root.ebar.play();
if (_root.bonus >= 1) {
_root.bmeter.play();
}
}
}
Instance of Symbol 177 MovieClip in Frame 82
onClipEvent (load) {
function resetsmall() {
this.gotoAndStop(1);
this._x = math.random() * 550;
this._y = (math.random() * 500) + 500;
}
resetsmall();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -500) {
resetsmall();
}
if (this.hitTest(_root.hero)) {
_root.hero._y = _root.hero._y + 10;
_root.hero.gotoAndPlay(70);
_root.ebar.play();
if (_root.bonus >= 1) {
_root.bmeter.play();
}
}
}
Instance of Symbol 171 MovieClip in Frame 82
onClipEvent (load) {
function resetra() {
this.gotoAndStop(1);
this._x = math.random() * 550;
this._y = (math.random() * 500) + 700;
}
resetra();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -200) {
resetra();
}
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 4;
if (Key.isDown(40)) {
_root.hero.gotoAndPlay(55);
_root.superman = _root.superman + 1;
_root.moves.gotoAndPlay(2);
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(37)) {
_root.hero.gotoAndPlay(25);
_root.xcross = _root.xcross + 1;
_root.moves.gotoAndPlay(21);
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(39)) {
_root.hero.gotoAndPlay(25);
_root.xcross = _root.xcross + 1;
_root.moves.gotoAndPlay(21);
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(38)) {
_root.tornado360 = _root.tornado360 + 1;
_root.hero.gotoAndPlay(40);
_root.moves.gotoAndPlay(11);
_root.hero._y = _root.hero._y + 3;
}
_root.ebar.play();
if (_root.bonus >= 1) {
_root.bmeter.play();
}
}
}
Instance of Symbol 171 MovieClip in Frame 82
onClipEvent (load) {
function resetr() {
this.gotoAndStop(1);
this._x = math.random() * 550;
this._y = (math.random() * 600) + 600;
}
resetr();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -200) {
resetr();
}
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 4;
if (Key.isDown(40)) {
_root.superman = _root.superman + 1;
_root.hero.gotoAndPlay(55);
_root.moves.gotoAndPlay(2);
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(37)) {
_root.hero.gotoAndPlay(25);
_root.xcross = _root.xcross + 1;
_root.moves.gotoAndPlay(21);
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(39)) {
_root.hero.gotoAndPlay(25);
_root.xcross = _root.xcross + 1;
_root.moves.gotoAndPlay(11);
_root.moves.gotoAndPlay(21);
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(38)) {
_root.hero.gotoAndPlay(40);
_root.tornado360 = _root.tornado360 + 1;
_root.moves.gotoAndPlay(11);
_root.hero._y = _root.hero._y + 3;
}
_root.ebar.play();
if (_root.bonus >= 1) {
_root.bmeter.play();
}
}
}
Instance of Symbol 169 MovieClip "log2" in Frame 82
onClipEvent (load) {
function resetl() {
this.gotoAndStop(1);
this._x = (math.random() * 400) + 5;
this._y = (math.random() * 350) + 612;
}
resetl();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -70) {
_root.score = _root.score + (_root.bonus * 250);
_root.dodge = _root.dodge + 1;
resetl();
}
if (this.hitTest(_root.hero._x, _root.hero._y + 10, true)) {
if (_root.jump < 2) {
_root.hero._y = _root.hero._y + 25;
_root.slow.gotoAndPlay(2);
}
if (_root.jump == 2) {
_root.score = _root.score + ((_root.bonus * 100) + 50);
}
}
}
Instance of Symbol 169 MovieClip "log1" in Frame 82
onClipEvent (load) {
function resetl() {
this.gotoAndStop(1);
this._x = (math.random() * 400) + 5;
this._y = (math.random() * 350) + 612;
}
resetl();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -70) {
_root.score = _root.score + (_root.bonus * 250);
_root.dodge = _root.dodge + 1;
resetl();
}
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
if (_root.jump < 2) {
_root.hero._y = _root.hero._y + 25;
_root.slow.gotoAndPlay(2);
}
if (_root.jump == 2) {
_root.score = _root.score + ((_root.bonus * 100) + 50);
}
}
}
Instance of Symbol 173 MovieClip "enemy7" in Frame 82
onClipEvent (load) {
function reset() {
this.gotoAndStop(1);
this._x = (math.random() * 550) + 5;
this._y = (math.random() * 350) + 410;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -70) {
_root.score = _root.score + (_root.bonus * 250);
_root.dodge = _root.dodge + 1;
_root.tspeed = _root.tspeed + 0.1;
_root.mspeed = _root.mspeed + Math.round(Math.floor(_root.tspeed) / 5);
reset();
}
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero.gotoAndPlay(80);
}
}
Instance of Symbol 173 MovieClip "enemy6" in Frame 82
onClipEvent (load) {
function reset() {
this.gotoAndStop(1);
this._x = (math.random() * 550) + 5;
this._y = (math.random() * 350) + 410;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -70) {
_root.score = _root.score + (_root.bonus * 250);
_root.dodge = _root.dodge + 1;
_root.tspeed = _root.tspeed + 0.1;
_root.mspeed = _root.mspeed + Math.round(Math.floor(_root.tspeed) / 5);
reset();
}
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero.gotoAndPlay(80);
}
}
Instance of Symbol 173 MovieClip "enemy5" in Frame 82
onClipEvent (load) {
function reset() {
this.gotoAndStop(1);
this._x = (math.random() * 550) + 5;
this._y = (math.random() * 350) + 410;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -70) {
_root.score = _root.score + (_root.bonus * 250);
_root.dodge = _root.dodge + 1;
_root.tspeed = _root.tspeed + 0.1;
_root.mspeed = _root.mspeed + Math.round(Math.floor(_root.tspeed) / 5);
reset();
}
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero.gotoAndPlay(80);
}
}
Instance of Symbol 173 MovieClip "enemy4" in Frame 82
onClipEvent (load) {
function reset() {
this.gotoAndStop(1);
this._x = (math.random() * 550) + 5;
this._y = (math.random() * 350) + 410;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -70) {
_root.score = _root.score + (_root.bonus * 250);
_root.dodge = _root.dodge + 1;
_root.tspeed = _root.tspeed + 0.1;
_root.mspeed = _root.mspeed + Math.round(Math.floor(_root.tspeed) / 5);
reset();
}
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero.gotoAndPlay(80);
}
}
Instance of Symbol 173 MovieClip "enemy2" in Frame 82
onClipEvent (load) {
function reset() {
this.gotoAndStop(1);
this._x = (math.random() * 550) + 5;
this._y = (math.random() * 350) + 410;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -70) {
_root.score = _root.score + (_root.bonus * 250);
_root.dodge = _root.dodge + 1;
_root.tspeed = _root.tspeed + 0.1;
_root.mspeed = _root.mspeed + Math.round(Math.floor(_root.tspeed) / 5);
reset();
}
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero.gotoAndPlay(80);
}
}
Instance of Symbol 173 MovieClip "enemy1" in Frame 82
onClipEvent (load) {
function reset() {
this.gotoAndStop(1);
this._x = (math.random() * 550) + 5;
this._y = (math.random() * 350) + 410;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -70) {
_root.score = _root.score + (_root.bonus * 250);
_root.dodge = _root.dodge + 1;
_root.tspeed = _root.tspeed + 0.1;
_root.mspeed = _root.mspeed + Math.round(Math.floor(_root.tspeed) / 5);
reset();
}
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero.gotoAndPlay(80);
}
}
Instance of Symbol 173 MovieClip "enemy3" in Frame 82
onClipEvent (load) {
function reset() {
this.gotoAndStop(1);
this._x = (math.random() * 550) + 5;
this._y = (math.random() * 350) + 410;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -70) {
_root.score = _root.score + (_root.bonus * 250);
_root.dodge = _root.dodge + 1;
_root.tspeed = _root.tspeed + 0.1;
_root.mspeed = _root.mspeed + Math.round(Math.floor(_root.tspeed) / 5);
reset();
}
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero.gotoAndPlay(80);
}
}
Frame 87
if (_root.splay == 0) {
stopAllSounds();
}
function moveHero(speed) {
if (Key.isDown(37) && (Key.isDown(40))) {
_root.hero._x = _root.hero._x - speed;
_root.hero._y = _root.hero._y + speed;
} else if (Key.isDown(37) && (Key.isDown(38))) {
_root.hero._x = _root.hero._x - speed;
_root.hero._y = _root.hero._y - speed;
} else if (Key.isDown(39) && (Key.isDown(38))) {
_root.hero._x = _root.hero._x + speed;
_root.hero._y = _root.hero._y - speed;
} else if (Key.isDown(39) && (Key.isDown(40))) {
_root.hero._x = _root.hero._x + speed;
_root.hero._y = _root.hero._y + speed;
} else if (Key.isDown(38)) {
_root.hero._y = _root.hero._y - speed;
} else if (Key.isDown(37)) {
_root.hero._x = _root.hero._x - speed;
} else if (Key.isDown(40)) {
_root.hero._y = _root.hero._y + speed;
} else if (Key.isDown(39)) {
_root.hero._x = _root.hero._x + speed;
}
if (Key.isDown(32)) {
if (_root.lock == 1) {
_root.ebar.play();
_root.hero.gotoAndPlay(10);
}
if (_root.boost == 2) {
_root.vspeed = 2;
_root.boostbar.play();
}
}
}
stop();
_root.amode = 1;
_quality = "LOW";
_root.ttrick = 0;
_root.tscore = 0;
_root.mspeed = 400;
_root.superman = 0;
_root.tornado360 = 0;
_root.jump = 0;
_root.xcross = 0;
_root.coina = 0;
_root.coinb = 0;
_root.bonus = 0;
_root.score = 0;
_root.dodge = 0;
_root.lock = 1;
_root.hspeed = 8;
_root.tspeed = 12;
_root.onEnterFrame = function () {
moveHero(_root.hspeed);
};
Instance of Symbol 177 MovieClip in Frame 87
onClipEvent (load) {
function reseta() {
this.gotoAndStop(1);
this._x = math.random() * 550;
this._y = (math.random() * 2000) + 800;
}
reseta();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -1000) {
reseta();
}
if (this.hitTest(_root.hero)) {
_root.hero._y = _root.hero._y + 10;
_root.hero.gotoAndPlay(70);
_root.ebar.play();
if (_root.bonus >= 1) {
_root.bmeter.play();
}
}
}
Instance of Symbol 280 MovieClip in Frame 87
onClipEvent (load) {
function reseta1() {
this.gotoAndStop(1);
this._x = (math.random() * 300) + 100;
this._y = (math.random() * 2000) + 510;
}
reseta1();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -500) {
reseta1();
}
if (this.hitTest(_root.hero)) {
_root.score = _root.score + (_root.bonus * 10);
_root.bonus = _root.bonus + 5;
_root.coina = _root.coina + 1;
reseta1();
if (_root.bonus >= 1) {
_root.bmeter.play();
}
}
}
Instance of Symbol 282 MovieClip in Frame 87
onClipEvent (load) {
function resetbb() {
this.gotoAndStop(1);
this._x = (math.random() * 300) + 100;
this._y = (math.random() * 4000) + 5000;
}
resetbb();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -900) {
resetbb();
}
if (this.hitTest(_root.hero)) {
_root.score = _root.score + (_root.bonus * 1000);
_root.bonus = _root.bonus + 10;
_root.coinb = _root.coinb + 1;
resetbb();
if (_root.bonus >= 1) {
_root.bmeter.play();
}
}
}
Instance of Symbol 171 MovieClip in Frame 87
onClipEvent (load) {
function resetr() {
this.gotoAndStop(1);
this._x = (math.random() * 300) + 100;
this._y = (math.random() * 500) + 700;
}
resetr();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -500) {
resetr();
}
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 4;
if (Key.isDown(40)) {
_root.combo = SUPERMAN;
_root.superman = _root.superman + 1;
_root.hero.gotoAndPlay(55);
_root.moves.gotoAndPlay(2);
_root.score = _root.score + (_root.bonus * 1500);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(37)) {
_root.xcross = _root.xcross + 1;
_root.hero.gotoAndPlay(25);
_root.moves.gotoAndPlay(21);
_root.score = _root.score + (_root.bonus * 3000);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(39)) {
_root.xcross = _root.xcross + 1;
_root.hero.gotoAndPlay(25);
_root.moves.gotoAndPlay(21);
_root.score = _root.score + (_root.bonus * 3000);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(38)) {
_root.tornado360 = _root.tornado360 + 1;
_root.hero.gotoAndPlay(40);
_root.moves.gotoAndPlay(11);
_root.score = _root.score + (_root.bonus * 6000);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
_root.ebar.play();
if (_root.bonus >= 1) {
_root.bmeter.play();
}
}
}
Instance of Symbol 177 MovieClip in Frame 87
onClipEvent (load) {
function resetsmall() {
this.gotoAndStop(1);
this._x = math.random() * 550;
this._y = (math.random() * 500) + 500;
}
resetsmall();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -500) {
resetsmall();
}
if (this.hitTest(_root.hero)) {
_root.hero._y = _root.hero._y + 10;
_root.hero.gotoAndPlay(70);
_root.ebar.play();
if (_root.bonus >= 1) {
_root.bmeter.play();
}
}
}
Instance of Symbol 171 MovieClip in Frame 87
onClipEvent (load) {
function resetra() {
this.gotoAndStop(1);
this._x = math.random() * 550;
this._y = (math.random() * 500) + 700;
}
resetra();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -200) {
resetra();
}
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 4;
if (Key.isDown(40)) {
_root.hero.gotoAndPlay(55);
_root.superman = _root.superman + 1;
_root.moves.gotoAndPlay(2);
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(37)) {
_root.hero.gotoAndPlay(25);
_root.xcross = _root.xcross + 1;
_root.moves.gotoAndPlay(21);
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(39)) {
_root.hero.gotoAndPlay(25);
_root.xcross = _root.xcross + 1;
_root.moves.gotoAndPlay(21);
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(38)) {
_root.tornado360 = _root.tornado360 + 1;
_root.hero.gotoAndPlay(40);
_root.moves.gotoAndPlay(11);
_root.hero._y = _root.hero._y + 3;
}
_root.ebar.play();
if (_root.bonus >= 1) {
_root.bmeter.play();
}
}
}
Instance of Symbol 171 MovieClip in Frame 87
onClipEvent (load) {
function resetr() {
this.gotoAndStop(1);
this._x = math.random() * 550;
this._y = (math.random() * 600) + 600;
}
resetr();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -200) {
resetr();
}
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 4;
if (Key.isDown(40)) {
_root.superman = _root.superman + 1;
_root.hero.gotoAndPlay(55);
_root.moves.gotoAndPlay(2);
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(37)) {
_root.hero.gotoAndPlay(25);
_root.xcross = _root.xcross + 1;
_root.moves.gotoAndPlay(21);
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(39)) {
_root.hero.gotoAndPlay(25);
_root.xcross = _root.xcross + 1;
_root.moves.gotoAndPlay(11);
_root.moves.gotoAndPlay(21);
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(38)) {
_root.hero.gotoAndPlay(40);
_root.tornado360 = _root.tornado360 + 1;
_root.moves.gotoAndPlay(11);
_root.hero._y = _root.hero._y + 3;
}
_root.ebar.play();
if (_root.bonus >= 1) {
_root.bmeter.play();
}
}
}
Instance of Symbol 169 MovieClip "log2" in Frame 87
onClipEvent (load) {
function resetl() {
this.gotoAndStop(1);
this._x = (math.random() * 400) + 5;
this._y = (math.random() * 350) + 612;
}
resetl();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -70) {
_root.score = _root.score + (_root.bonus * 250);
_root.dodge = _root.dodge + 1;
resetl();
}
if (this.hitTest(_root.hero._x, _root.hero._y + 10, true)) {
if (_root.jump < 2) {
_root.hero._y = _root.hero._y + 25;
_root.slow.gotoAndPlay(2);
}
if (_root.jump == 2) {
_root.score = _root.score + ((_root.bonus * 100) + 50);
}
}
}
Instance of Symbol 169 MovieClip "log1" in Frame 87
onClipEvent (load) {
function resetl() {
this.gotoAndStop(1);
this._x = (math.random() * 400) + 5;
this._y = (math.random() * 350) + 612;
}
resetl();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -70) {
_root.score = _root.score + (_root.bonus * 250);
_root.dodge = _root.dodge + 1;
resetl();
}
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
if (_root.jump < 2) {
_root.hero._y = _root.hero._y + 25;
_root.slow.gotoAndPlay(2);
}
if (_root.jump == 2) {
_root.score = _root.score + ((_root.bonus * 100) + 50);
}
}
}
Instance of Symbol 412 MovieClip "ava" in Frame 87
onClipEvent (enterFrame) {
this._y = this._y + 0.1;
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero.gotoAndPlay(80);
}
}
Instance of Symbol 417 MovieClip in Frame 87
onClipEvent (load) {
function resetsnow() {
this.gotoAndPlay(1);
this._x = (math.random() * 550) + 5;
this._y = (math.random() * -250) - 100;
}
resetsnow();
}
onClipEvent (enterFrame) {
this._y = this._y + _root.tspeed;
if (this._y >= 700) {
_root.score = _root.score + (_root.bonus * 250);
_root.dodge = _root.dodge + 1;
resetsnow();
}
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero.gotoAndPlay(80);
}
}
Instance of Symbol 417 MovieClip in Frame 87
onClipEvent (load) {
function resetsnow() {
this.gotoAndPlay(1);
this._x = (math.random() * 550) + 5;
this._y = (math.random() * -250) - 100;
}
resetsnow();
}
onClipEvent (enterFrame) {
this._y = this._y + _root.tspeed;
if (this._y >= 700) {
_root.score = _root.score + (_root.bonus * 250);
_root.dodge = _root.dodge + 1;
resetsnow();
}
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero.gotoAndPlay(80);
}
}
Instance of Symbol 173 MovieClip "enemy7" in Frame 87
onClipEvent (load) {
function reset() {
this.gotoAndStop(1);
this._x = (math.random() * 550) + 5;
this._y = (math.random() * 350) + 410;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -70) {
_root.score = _root.score + (_root.bonus * 250);
_root.dodge = _root.dodge + 1;
_root.tspeed = _root.tspeed + 0.1;
_root.mspeed = _root.mspeed + Math.round(Math.floor(_root.tspeed) / 5);
reset();
}
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero.gotoAndPlay(80);
}
}
Instance of Symbol 173 MovieClip "enemy5" in Frame 87
onClipEvent (load) {
function reset() {
this.gotoAndStop(1);
this._x = (math.random() * 550) + 5;
this._y = (math.random() * 350) + 410;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -70) {
_root.score = _root.score + (_root.bonus * 250);
_root.dodge = _root.dodge + 1;
_root.tspeed = _root.tspeed + 0.1;
_root.mspeed = _root.mspeed + Math.round(Math.floor(_root.tspeed) / 5);
reset();
}
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero.gotoAndPlay(80);
}
}
Instance of Symbol 173 MovieClip "enemy2" in Frame 87
onClipEvent (load) {
function reset() {
this.gotoAndStop(1);
this._x = (math.random() * 550) + 5;
this._y = (math.random() * 350) + 410;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -70) {
_root.score = _root.score + (_root.bonus * 250);
_root.dodge = _root.dodge + 1;
_root.tspeed = _root.tspeed + 0.1;
_root.mspeed = _root.mspeed + Math.round(Math.floor(_root.tspeed) / 5);
reset();
}
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero.gotoAndPlay(80);
}
}
Instance of Symbol 173 MovieClip "enemy1" in Frame 87
onClipEvent (load) {
function reset() {
this.gotoAndStop(1);
this._x = (math.random() * 550) + 5;
this._y = (math.random() * 350) + 410;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -70) {
_root.score = _root.score + (_root.bonus * 250);
_root.dodge = _root.dodge + 1;
_root.tspeed = _root.tspeed + 0.1;
_root.mspeed = _root.mspeed + Math.round(Math.floor(_root.tspeed) / 5);
reset();
}
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero.gotoAndPlay(80);
}
}
Instance of Symbol 173 MovieClip "enemy3" in Frame 87
onClipEvent (load) {
function reset() {
this.gotoAndStop(1);
this._x = (math.random() * 550) + 5;
this._y = (math.random() * 350) + 410;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -70) {
_root.score = _root.score + (_root.bonus * 250);
_root.dodge = _root.dodge + 1;
_root.tspeed = _root.tspeed + 0.1;
_root.mspeed = _root.mspeed + Math.round(Math.floor(_root.tspeed) / 5);
reset();
}
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero.gotoAndPlay(80);
}
}
Frame 90
function moveHero(speed) {
if (Key.isDown(37) && (Key.isDown(40))) {
_root.hero._x = _root.hero._x - speed;
_root.hero._y = _root.hero._y + speed;
} else if (Key.isDown(37) && (Key.isDown(38))) {
_root.hero._x = _root.hero._x - speed;
_root.hero._y = _root.hero._y - speed;
} else if (Key.isDown(39) && (Key.isDown(38))) {
_root.hero._x = _root.hero._x + speed;
_root.hero._y = _root.hero._y - speed;
} else if (Key.isDown(39) && (Key.isDown(40))) {
_root.hero._x = _root.hero._x + speed;
_root.hero._y = _root.hero._y + speed;
} else if (Key.isDown(38)) {
_root.hero._y = _root.hero._y - speed;
} else if (Key.isDown(37)) {
_root.hero._x = _root.hero._x - speed;
} else if (Key.isDown(40)) {
_root.hero._y = _root.hero._y + speed;
} else if (Key.isDown(39)) {
_root.hero._x = _root.hero._x + speed;
}
if (Key.isDown(32)) {
if (_root.lock == 1) {
_root.ebar.play();
_root.hero.gotoAndPlay(10);
}
if (_root.boost == 2) {
_root.vspeed = 2;
_root.boostbar.play();
}
}
}
stop();
_root.yetikill = 0;
_root.hmode = 1;
_quality = "MEDIUM";
_root.ttrick = 0;
_root.jump = 0;
_root.tscore = 0;
_root.mspeed = 160;
_root.superman = 0;
_root.tornado360 = 0;
_root.xcross = 0;
_root.coina = 0;
_root.coinb = 0;
_root.bonus = 0;
_root.score = 0;
_root.dodge = 0;
_root.lock = 1;
_root.hspeed = 8;
_root.tspeed = 8;
_root.onEnterFrame = function () {
moveHero(_root.hspeed);
};
Instance of Symbol 177 MovieClip in Frame 90
onClipEvent (load) {
function reseta() {
this.gotoAndStop(1);
this._x = math.random() * 550;
this._y = (math.random() * 2000) + 800;
}
reseta();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -1000) {
reseta();
}
if (this.hitTest(_root.hero)) {
_root.hero._y = _root.hero._y + 10;
_root.hero.gotoAndPlay(70);
_root.ebar.play();
if (_root.bonus >= 1) {
_root.bmeter.play();
}
}
}
Instance of Symbol 280 MovieClip in Frame 90
onClipEvent (load) {
function reseta1() {
this.gotoAndStop(1);
this._x = (math.random() * 300) + 100;
this._y = (math.random() * 2000) + 510;
}
reseta1();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -500) {
reseta1();
}
if (this.hitTest(_root.hero)) {
_root.score = _root.score + (_root.bonus * 10);
_root.bonus = _root.bonus + 5;
_root.coina = _root.coina + 1;
reseta1();
if (_root.bonus >= 1) {
_root.bmeter.play();
}
}
}
Instance of Symbol 282 MovieClip in Frame 90
onClipEvent (load) {
function resetbb() {
this.gotoAndStop(1);
this._x = (math.random() * 300) + 100;
this._y = (math.random() * 4000) + 5000;
}
resetbb();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -900) {
resetbb();
}
if (this.hitTest(_root.hero)) {
_root.score = _root.score + (_root.bonus * 1000);
_root.bonus = _root.bonus + 10;
_root.coinb = _root.coinb + 1;
resetbb();
if (_root.bonus >= 1) {
_root.bmeter.play();
}
}
}
Instance of Symbol 171 MovieClip in Frame 90
onClipEvent (load) {
function resetr() {
this.gotoAndStop(1);
this._x = (math.random() * 300) + 100;
this._y = (math.random() * 500) + 700;
}
resetr();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -500) {
resetr();
}
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 4;
if (Key.isDown(40)) {
_root.combo = SUPERMAN;
_root.superman = _root.superman + 1;
_root.hero.gotoAndPlay(55);
_root.moves.gotoAndPlay(2);
_root.score = _root.score + (_root.bonus * 1500);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(37)) {
_root.xcross = _root.xcross + 1;
_root.hero.gotoAndPlay(25);
_root.moves.gotoAndPlay(21);
_root.score = _root.score + (_root.bonus * 3000);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(39)) {
_root.xcross = _root.xcross + 1;
_root.hero.gotoAndPlay(25);
_root.moves.gotoAndPlay(21);
_root.score = _root.score + (_root.bonus * 3000);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(38)) {
_root.tornado360 = _root.tornado360 + 1;
_root.hero.gotoAndPlay(40);
_root.moves.gotoAndPlay(11);
_root.score = _root.score + (_root.bonus * 6000);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
_root.ebar.play();
if (_root.bonus >= 1) {
_root.bmeter.play();
}
}
}
Instance of Symbol 177 MovieClip in Frame 90
onClipEvent (load) {
function resetsmall() {
this.gotoAndStop(1);
this._x = math.random() * 550;
this._y = (math.random() * 500) + 500;
}
resetsmall();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -500) {
resetsmall();
}
if (this.hitTest(_root.hero)) {
_root.hero._y = _root.hero._y + 10;
_root.hero.gotoAndPlay(70);
_root.ebar.play();
if (_root.bonus >= 1) {
_root.bmeter.play();
}
}
}
Instance of Symbol 171 MovieClip in Frame 90
onClipEvent (load) {
function resetra() {
this.gotoAndStop(1);
this._x = math.random() * 550;
this._y = (math.random() * 500) + 700;
}
resetra();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -200) {
resetra();
}
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 4;
if (Key.isDown(40)) {
_root.hero.gotoAndPlay(55);
_root.superman = _root.superman + 1;
_root.moves.gotoAndPlay(2);
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(37)) {
_root.hero.gotoAndPlay(25);
_root.xcross = _root.xcross + 1;
_root.moves.gotoAndPlay(21);
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(39)) {
_root.hero.gotoAndPlay(25);
_root.xcross = _root.xcross + 1;
_root.moves.gotoAndPlay(21);
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(38)) {
_root.tornado360 = _root.tornado360 + 1;
_root.hero.gotoAndPlay(40);
_root.moves.gotoAndPlay(11);
_root.hero._y = _root.hero._y + 3;
}
_root.ebar.play();
if (_root.bonus >= 1) {
_root.bmeter.play();
}
}
}
Instance of Symbol 171 MovieClip in Frame 90
onClipEvent (load) {
function resetr() {
this.gotoAndStop(1);
this._x = math.random() * 550;
this._y = (math.random() * 600) + 600;
}
resetr();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -200) {
resetr();
}
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 4;
if (Key.isDown(40)) {
_root.superman = _root.superman + 1;
_root.hero.gotoAndPlay(55);
_root.moves.gotoAndPlay(2);
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(37)) {
_root.hero.gotoAndPlay(25);
_root.xcross = _root.xcross + 1;
_root.moves.gotoAndPlay(21);
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(39)) {
_root.hero.gotoAndPlay(25);
_root.xcross = _root.xcross + 1;
_root.moves.gotoAndPlay(11);
_root.moves.gotoAndPlay(21);
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(38)) {
_root.hero.gotoAndPlay(40);
_root.tornado360 = _root.tornado360 + 1;
_root.moves.gotoAndPlay(11);
_root.hero._y = _root.hero._y + 3;
}
_root.ebar.play();
if (_root.bonus >= 1) {
_root.bmeter.play();
}
}
}
Instance of Symbol 302 MovieClip "y1" in Frame 90
onClipEvent (load) {
function resetyeti() {
this.gotoAndStop(1);
this._x = (math.random() * 400) + 5;
this._y = (math.random() * 550) + 612;
}
resetyeti();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -100) {
resetyeti();
}
if (this.hitTest(_root.hero._x, _root.hero._y + 10, true)) {
_root.hero._y = _root.hero._y + 25;
this.gotoAndPlay(2);
_root.score = _root.score + ((_root.bonus * 100) + 50);
_root.yetikill = _root.yetikill + 1;
}
}
Instance of Symbol 169 MovieClip "log1" in Frame 90
onClipEvent (load) {
function resetl() {
this.gotoAndStop(1);
this._x = (math.random() * 400) + 5;
this._y = (math.random() * 350) + 612;
}
resetl();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -70) {
_root.score = _root.score + (_root.bonus * 250);
_root.dodge = _root.dodge + 1;
resetl();
}
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
if (_root.jump < 2) {
_root.hero._y = _root.hero._y + 25;
_root.slow.gotoAndPlay(2);
}
if (_root.jump == 2) {
_root.score = _root.score + ((_root.bonus * 100) + 50);
}
}
}
Instance of Symbol 302 MovieClip "y2" in Frame 90
onClipEvent (load) {
function resetyeti2() {
this.gotoAndStop(1);
this._x = (math.random() * 400) + 5;
this._y = (math.random() * 550) + 612;
}
resetyeti2();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -100) {
resetyeti2();
}
if (this.hitTest(_root.hero._x, _root.hero._y + 10, true)) {
_root.hero._y = _root.hero._y + 25;
this.gotoAndPlay(2);
_root.score = _root.score + ((_root.bonus * 100) + 50);
_root.yetikill = _root.yetikill + 1;
}
}
Instance of Symbol 302 MovieClip "y3" in Frame 90
onClipEvent (load) {
function resetyeti3() {
this.gotoAndStop(1);
this._x = (math.random() * 400) + 5;
this._y = (math.random() * 550) + 612;
}
resetyeti3();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -100) {
resetyeti3();
}
if (this.hitTest(_root.hero._x, _root.hero._y + 10, true)) {
_root.hero._y = _root.hero._y + 25;
this.gotoAndPlay(2);
_root.score = _root.score + ((_root.bonus * 100) + 50);
_root.yetikill = _root.yetikill + 1;
}
}
Instance of Symbol 302 MovieClip "y4" in Frame 90
onClipEvent (load) {
function resetyeti4() {
this.gotoAndStop(1);
this._x = (math.random() * 400) + 5;
this._y = (math.random() * 550) + 612;
}
resetyeti4();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -100) {
resetyeti4();
}
if (this.hitTest(_root.hero._x, _root.hero._y + 10, true)) {
_root.hero._y = _root.hero._y + 25;
this.gotoAndPlay(2);
_root.score = _root.score + ((_root.bonus * 100) + 50);
_root.yetikill = _root.yetikill + 1;
}
}
Instance of Symbol 302 MovieClip "y5" in Frame 90
onClipEvent (load) {
function resetyeti5() {
this.gotoAndStop(1);
this._x = (math.random() * 400) + 5;
this._y = (math.random() * 550) + 612;
}
resetyeti();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -100) {
resetyeti5();
}
if (this.hitTest(_root.hero._x, _root.hero._y + 10, true)) {
_root.hero._y = _root.hero._y + 25;
this.gotoAndPlay(2);
_root.score = _root.score + ((_root.bonus * 100) + 50);
_root.yetikill = _root.yetikill + 1;
}
}
Instance of Symbol 302 MovieClip "y6" in Frame 90
onClipEvent (load) {
function resetyeti6() {
this.gotoAndStop(1);
this._x = (math.random() * 400) + 5;
this._y = (math.random() * 550) + 612;
}
resetyeti6();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -100) {
resetyeti6();
}
if (this.hitTest(_root.hero._x, _root.hero._y + 10, true)) {
_root.hero._y = _root.hero._y + 25;
this.gotoAndPlay(2);
_root.score = _root.score + ((_root.bonus * 100) + 50);
_root.yetikill = _root.yetikill + 1;
}
}
Instance of Symbol 302 MovieClip "y7" in Frame 90
onClipEvent (load) {
function resetyeti7() {
this.gotoAndStop(1);
this._x = (math.random() * 400) + 5;
this._y = (math.random() * 550) + 612;
}
resetyeti7();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -100) {
resetyeti2();
}
if (this.hitTest(_root.hero._x, _root.hero._y + 10, true)) {
_root.hero._y = _root.hero._y + 25;
this.gotoAndPlay(2);
_root.score = _root.score + ((_root.bonus * 100) + 50);
_root.yetikill = _root.yetikill + 1;
}
}
Instance of Symbol 302 MovieClip "y8" in Frame 90
onClipEvent (load) {
function resetyeti8() {
this.gotoAndStop(1);
this._x = (math.random() * 400) + 5;
this._y = (math.random() * 550) + 612;
}
resetyeti8();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -100) {
resetyeti8();
}
if (this.hitTest(_root.hero._x, _root.hero._y + 10, true)) {
_root.hero._y = _root.hero._y + 25;
this.gotoAndPlay(2);
_root.score = _root.score + ((_root.bonus * 100) + 50);
_root.yetikill = _root.yetikill + 1;
}
}
Instance of Symbol 302 MovieClip "y9" in Frame 90
onClipEvent (load) {
function resetyeti9() {
this.gotoAndStop(1);
this._x = (math.random() * 400) + 5;
this._y = (math.random() * 550) + 3012;
}
resetyeti9();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -500) {
resetyeti9();
}
if (this.hitTest(_root.hero._x, _root.hero._y + 10, true)) {
_root.hero._y = _root.hero._y + 25;
this.gotoAndPlay(2);
_root.score = _root.score + ((_root.bonus * 500) + 10000);
_root.yetikill = _root.yetikill + 1;
}
}
Instance of Symbol 434 MovieClip "hero" in Frame 90
onClipEvent (enterFrame) {
if (hitTest(_root.bottom_wall) == true) {
_y = (_root.bottom_wall._y - 36);
}
if (hitTest(_root.top_wall) == true) {
_y = (_root.top_wall._y + 35);
}
if (hitTest(_root.left_wall) == true) {
_x = (_root.left_wall._x + 30);
}
if (hitTest(_root.right_wall) == true) {
_x = (_root.right_wall._x - 30);
}
}
Instance of Symbol 173 MovieClip "enemy4" in Frame 90
onClipEvent (load) {
function reset() {
this.gotoAndStop(1);
this._x = (math.random() * 550) + 5;
this._y = (math.random() * 350) + 410;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -70) {
_root.score = _root.score + (_root.bonus * 250);
_root.dodge = _root.dodge + 1;
_root.tspeed = _root.tspeed + 0.1;
_root.mspeed = _root.mspeed + Math.round(Math.floor(_root.tspeed) / 5);
reset();
}
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero.gotoAndPlay(80);
}
}
Instance of Symbol 173 MovieClip "enemy2" in Frame 90
onClipEvent (load) {
function reset() {
this.gotoAndStop(1);
this._x = (math.random() * 550) + 5;
this._y = (math.random() * 350) + 410;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -70) {
_root.score = _root.score + (_root.bonus * 250);
_root.dodge = _root.dodge + 1;
_root.tspeed = _root.tspeed + 0.1;
_root.mspeed = _root.mspeed + Math.round(Math.floor(_root.tspeed) / 5);
reset();
}
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero.gotoAndPlay(80);
}
}
Instance of Symbol 173 MovieClip "enemy1" in Frame 90
onClipEvent (load) {
function reset() {
this.gotoAndStop(1);
this._x = (math.random() * 550) + 5;
this._y = (math.random() * 350) + 410;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -70) {
_root.score = _root.score + (_root.bonus * 250);
_root.dodge = _root.dodge + 1;
_root.tspeed = _root.tspeed + 0.1;
_root.mspeed = _root.mspeed + Math.round(Math.floor(_root.tspeed) / 5);
reset();
}
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero.gotoAndPlay(80);
}
}
Instance of Symbol 173 MovieClip "enemy3" in Frame 90
onClipEvent (load) {
function reset() {
this.gotoAndStop(1);
this._x = (math.random() * 550) + 5;
this._y = (math.random() * 350) + 410;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -70) {
_root.score = _root.score + (_root.bonus * 250);
_root.dodge = _root.dodge + 1;
_root.tspeed = _root.tspeed + 0.1;
_root.mspeed = _root.mspeed + Math.round(Math.floor(_root.tspeed) / 5);
reset();
}
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero.gotoAndPlay(80);
}
}
Frame 92
if (_root.splay == 0) {
stopAllSounds();
}
function moveHero(speed) {
if (Key.isDown(37) && (Key.isDown(40))) {
_root.hero._x = _root.hero._x - speed;
_root.hero._y = _root.hero._y + speed;
} else if (Key.isDown(37) && (Key.isDown(38))) {
_root.hero._x = _root.hero._x - speed;
_root.hero._y = _root.hero._y - speed;
} else if (Key.isDown(39) && (Key.isDown(38))) {
_root.hero._x = _root.hero._x + speed;
_root.hero._y = _root.hero._y - speed;
} else if (Key.isDown(39) && (Key.isDown(40))) {
_root.hero._x = _root.hero._x + speed;
_root.hero._y = _root.hero._y + speed;
} else if (Key.isDown(38)) {
_root.hero._y = _root.hero._y - speed;
} else if (Key.isDown(37)) {
_root.hero._x = _root.hero._x - speed;
} else if (Key.isDown(40)) {
_root.hero._y = _root.hero._y + speed;
} else if (Key.isDown(39)) {
_root.hero._x = _root.hero._x + speed;
}
if (Key.isDown(32)) {
if (_root.lock == 1) {
_root.ebar.play();
_root.hero.gotoAndPlay(10);
}
if (_root.boost == 2) {
_root.vspeed = 2;
_root.boostbar.play();
}
}
}
stop();
_root.tmode = 1;
_quality = "LOW";
_root.tscore = 0;
_root.ttrick = 0;
_root.mspeed = 250;
_root.superman = 0;
_root.tornado360 = 0;
_root.jump = 0;
_root.xcross = 0;
_root.coina = 0;
_root.coinb = 0;
_root.bonus = 0;
_root.score = 0;
_root.dodge = 0;
_root.lock = 1;
_root.hspeed = 8;
_root.tspeed = 7;
_root.onEnterFrame = function () {
moveHero(_root.hspeed);
};
Instance of Symbol 177 MovieClip in Frame 92
onClipEvent (load) {
function reseta() {
this.gotoAndStop(1);
this._x = math.random() * 550;
this._y = (math.random() * 2000) + 800;
}
reseta();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -1000) {
reseta();
}
if (this.hitTest(_root.hero)) {
_root.hero._y = _root.hero._y + 10;
_root.hero.gotoAndPlay(70);
_root.ebar.play();
if (_root.bonus >= 1) {
_root.bmeter.play();
}
}
}
Instance of Symbol 280 MovieClip in Frame 92
onClipEvent (load) {
function reseta1() {
this.gotoAndStop(1);
this._x = (math.random() * 300) + 100;
this._y = (math.random() * 2000) + 510;
}
reseta1();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -500) {
reseta1();
}
if (this.hitTest(_root.hero)) {
_root.score = _root.score + (_root.bonus * 10);
_root.bonus = _root.bonus + 5;
_root.coina = _root.coina + 1;
reseta1();
if (_root.bonus >= 1) {
_root.bmeter.play();
}
}
}
Instance of Symbol 282 MovieClip in Frame 92
onClipEvent (load) {
function resetbb() {
this.gotoAndStop(1);
this._x = (math.random() * 300) + 100;
this._y = (math.random() * 4000) + 5000;
}
resetbb();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -900) {
resetbb();
}
if (this.hitTest(_root.hero)) {
_root.score = _root.score + (_root.bonus * 1000);
_root.bonus = _root.bonus + 10;
_root.coinb = _root.coinb + 1;
resetbb();
if (_root.bonus >= 1) {
_root.bmeter.play();
}
}
}
Instance of Symbol 171 MovieClip in Frame 92
onClipEvent (load) {
function resetr() {
this.gotoAndStop(1);
this._x = (math.random() * 300) + 100;
this._y = (math.random() * 500) + 700;
}
resetr();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -500) {
resetr();
}
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 4;
if (Key.isDown(40)) {
_root.combo = SUPERMAN;
_root.superman = _root.superman + 1;
_root.hero.gotoAndPlay(55);
_root.moves.gotoAndPlay(2);
_root.score = _root.score + (_root.bonus * 1500);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(37)) {
_root.xcross = _root.xcross + 1;
_root.hero.gotoAndPlay(25);
_root.moves.gotoAndPlay(21);
_root.score = _root.score + (_root.bonus * 3000);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(39)) {
_root.xcross = _root.xcross + 1;
_root.hero.gotoAndPlay(25);
_root.moves.gotoAndPlay(21);
_root.score = _root.score + (_root.bonus * 3000);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(38)) {
_root.tornado360 = _root.tornado360 + 1;
_root.hero.gotoAndPlay(40);
_root.moves.gotoAndPlay(11);
_root.score = _root.score + (_root.bonus * 6000);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
_root.ebar.play();
if (_root.bonus >= 1) {
_root.bmeter.play();
}
}
}
Instance of Symbol 177 MovieClip in Frame 92
onClipEvent (load) {
function resetsmall() {
this.gotoAndStop(1);
this._x = math.random() * 550;
this._y = (math.random() * 500) + 500;
}
resetsmall();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -500) {
resetsmall();
}
if (this.hitTest(_root.hero)) {
_root.hero._y = _root.hero._y + 10;
_root.hero.gotoAndPlay(70);
_root.ebar.play();
if (_root.bonus >= 1) {
_root.bmeter.play();
}
}
}
Instance of Symbol 171 MovieClip in Frame 92
onClipEvent (load) {
function resetra() {
this.gotoAndStop(1);
this._x = math.random() * 550;
this._y = (math.random() * 500) + 700;
}
resetra();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -200) {
resetra();
}
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 4;
if (Key.isDown(40)) {
_root.hero.gotoAndPlay(55);
_root.superman = _root.superman + 1;
_root.moves.gotoAndPlay(2);
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(37)) {
_root.hero.gotoAndPlay(25);
_root.xcross = _root.xcross + 1;
_root.moves.gotoAndPlay(21);
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(39)) {
_root.hero.gotoAndPlay(25);
_root.xcross = _root.xcross + 1;
_root.moves.gotoAndPlay(21);
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(38)) {
_root.tornado360 = _root.tornado360 + 1;
_root.hero.gotoAndPlay(40);
_root.moves.gotoAndPlay(11);
_root.hero._y = _root.hero._y + 3;
}
_root.ebar.play();
if (_root.bonus >= 1) {
_root.bmeter.play();
}
}
}
Instance of Symbol 171 MovieClip in Frame 92
onClipEvent (load) {
function resetr() {
this.gotoAndStop(1);
this._x = math.random() * 550;
this._y = (math.random() * 600) + 600;
}
resetr();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -200) {
resetr();
}
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 4;
if (Key.isDown(40)) {
_root.superman = _root.superman + 1;
_root.hero.gotoAndPlay(55);
_root.moves.gotoAndPlay(2);
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(37)) {
_root.hero.gotoAndPlay(25);
_root.xcross = _root.xcross + 1;
_root.moves.gotoAndPlay(21);
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(39)) {
_root.hero.gotoAndPlay(25);
_root.xcross = _root.xcross + 1;
_root.moves.gotoAndPlay(11);
_root.moves.gotoAndPlay(21);
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(38)) {
_root.hero.gotoAndPlay(40);
_root.tornado360 = _root.tornado360 + 1;
_root.moves.gotoAndPlay(11);
_root.hero._y = _root.hero._y + 3;
}
_root.ebar.play();
if (_root.bonus >= 1) {
_root.bmeter.play();
}
}
}
Instance of Symbol 171 MovieClip in Frame 92
onClipEvent (load) {
function resetra() {
this.gotoAndStop(1);
this._x = math.random() * 550;
this._y = (math.random() * 500) + 700;
}
resetra();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -200) {
resetra();
}
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 4;
if (Key.isDown(40)) {
_root.hero.gotoAndPlay(55);
_root.superman = _root.superman + 1;
_root.moves.gotoAndPlay(2);
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(37)) {
_root.hero.gotoAndPlay(25);
_root.xcross = _root.xcross + 1;
_root.moves.gotoAndPlay(21);
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(39)) {
_root.hero.gotoAndPlay(25);
_root.xcross = _root.xcross + 1;
_root.moves.gotoAndPlay(21);
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(38)) {
_root.tornado360 = _root.tornado360 + 1;
_root.hero.gotoAndPlay(40);
_root.moves.gotoAndPlay(11);
_root.hero._y = _root.hero._y + 3;
}
_root.ebar.play();
if (_root.bonus >= 1) {
_root.bmeter.play();
}
}
}
Instance of Symbol 171 MovieClip in Frame 92
onClipEvent (load) {
function resetra() {
this.gotoAndStop(1);
this._x = math.random() * 550;
this._y = (math.random() * 500) + 700;
}
resetra();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -200) {
resetra();
}
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 4;
if (Key.isDown(40)) {
_root.hero.gotoAndPlay(55);
_root.superman = _root.superman + 1;
_root.moves.gotoAndPlay(2);
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(37)) {
_root.hero.gotoAndPlay(25);
_root.xcross = _root.xcross + 1;
_root.moves.gotoAndPlay(21);
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(39)) {
_root.hero.gotoAndPlay(25);
_root.xcross = _root.xcross + 1;
_root.moves.gotoAndPlay(21);
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(38)) {
_root.tornado360 = _root.tornado360 + 1;
_root.hero.gotoAndPlay(40);
_root.moves.gotoAndPlay(11);
_root.hero._y = _root.hero._y + 3;
}
_root.ebar.play();
if (_root.bonus >= 1) {
_root.bmeter.play();
}
}
}
Instance of Symbol 171 MovieClip in Frame 92
onClipEvent (load) {
function resetra() {
this.gotoAndStop(1);
this._x = math.random() * 550;
this._y = (math.random() * 500) + 700;
}
resetra();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -200) {
resetra();
}
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 4;
if (Key.isDown(40)) {
_root.hero.gotoAndPlay(55);
_root.superman = _root.superman + 1;
_root.moves.gotoAndPlay(2);
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(37)) {
_root.hero.gotoAndPlay(25);
_root.xcross = _root.xcross + 1;
_root.moves.gotoAndPlay(21);
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(39)) {
_root.hero.gotoAndPlay(25);
_root.xcross = _root.xcross + 1;
_root.moves.gotoAndPlay(21);
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(38)) {
_root.tornado360 = _root.tornado360 + 1;
_root.hero.gotoAndPlay(40);
_root.moves.gotoAndPlay(11);
_root.hero._y = _root.hero._y + 3;
}
_root.ebar.play();
if (_root.bonus >= 1) {
_root.bmeter.play();
}
}
}
Instance of Symbol 171 MovieClip in Frame 92
onClipEvent (load) {
function resetra() {
this.gotoAndStop(1);
this._x = math.random() * 550;
this._y = (math.random() * 500) + 700;
}
resetra();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -200) {
resetra();
}
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 4;
if (Key.isDown(40)) {
_root.hero.gotoAndPlay(55);
_root.superman = _root.superman + 1;
_root.moves.gotoAndPlay(2);
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(37)) {
_root.hero.gotoAndPlay(25);
_root.xcross = _root.xcross + 1;
_root.moves.gotoAndPlay(21);
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(39)) {
_root.hero.gotoAndPlay(25);
_root.xcross = _root.xcross + 1;
_root.moves.gotoAndPlay(21);
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(38)) {
_root.tornado360 = _root.tornado360 + 1;
_root.hero.gotoAndPlay(40);
_root.moves.gotoAndPlay(11);
_root.hero._y = _root.hero._y + 3;
}
_root.ebar.play();
if (_root.bonus >= 1) {
_root.bmeter.play();
}
}
}
Instance of Symbol 171 MovieClip in Frame 92
onClipEvent (load) {
function resetr() {
this.gotoAndStop(1);
this._x = (math.random() * 300) + 100;
this._y = (math.random() * 500) + 700;
}
resetr();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -500) {
resetr();
}
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 4;
if (Key.isDown(40)) {
_root.combo = SUPERMAN;
_root.superman = _root.superman + 1;
_root.hero.gotoAndPlay(55);
_root.moves.gotoAndPlay(2);
_root.score = _root.score + (_root.bonus * 1500);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(37)) {
_root.xcross = _root.xcross + 1;
_root.hero.gotoAndPlay(25);
_root.moves.gotoAndPlay(21);
_root.score = _root.score + (_root.bonus * 3000);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(39)) {
_root.xcross = _root.xcross + 1;
_root.hero.gotoAndPlay(25);
_root.moves.gotoAndPlay(21);
_root.score = _root.score + (_root.bonus * 3000);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(38)) {
_root.tornado360 = _root.tornado360 + 1;
_root.hero.gotoAndPlay(40);
_root.moves.gotoAndPlay(11);
_root.score = _root.score + (_root.bonus * 6000);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
_root.ebar.play();
if (_root.bonus >= 1) {
_root.bmeter.play();
}
}
}
Instance of Symbol 177 MovieClip in Frame 92
onClipEvent (load) {
function reseta() {
this.gotoAndStop(1);
this._x = math.random() * 550;
this._y = (math.random() * 2000) + 800;
}
reseta();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -1000) {
reseta();
}
if (this.hitTest(_root.hero)) {
_root.hero._y = _root.hero._y + 10;
_root.hero.gotoAndPlay(70);
_root.ebar.play();
if (_root.bonus >= 1) {
_root.bmeter.play();
}
}
}
Instance of Symbol 177 MovieClip in Frame 92
onClipEvent (load) {
function reseta() {
this.gotoAndStop(1);
this._x = math.random() * 550;
this._y = (math.random() * 2000) + 800;
}
reseta();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -1000) {
reseta();
}
if (this.hitTest(_root.hero)) {
_root.hero._y = _root.hero._y + 10;
_root.hero.gotoAndPlay(70);
_root.ebar.play();
if (_root.bonus >= 1) {
_root.bmeter.play();
}
}
}
Instance of Symbol 171 MovieClip in Frame 92
onClipEvent (load) {
function resetr() {
this.gotoAndStop(1);
this._x = (math.random() * 300) + 100;
this._y = (math.random() * 500) + 700;
}
resetr();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -500) {
resetr();
}
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 4;
if (Key.isDown(40)) {
_root.combo = SUPERMAN;
_root.superman = _root.superman + 1;
_root.hero.gotoAndPlay(55);
_root.moves.gotoAndPlay(2);
_root.score = _root.score + (_root.bonus * 1500);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(37)) {
_root.xcross = _root.xcross + 1;
_root.hero.gotoAndPlay(25);
_root.moves.gotoAndPlay(21);
_root.score = _root.score + (_root.bonus * 3000);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(39)) {
_root.xcross = _root.xcross + 1;
_root.hero.gotoAndPlay(25);
_root.moves.gotoAndPlay(21);
_root.score = _root.score + (_root.bonus * 3000);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(38)) {
_root.tornado360 = _root.tornado360 + 1;
_root.hero.gotoAndPlay(40);
_root.moves.gotoAndPlay(11);
_root.score = _root.score + (_root.bonus * 6000);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
_root.ebar.play();
if (_root.bonus >= 1) {
_root.bmeter.play();
}
}
}
Instance of Symbol 171 MovieClip in Frame 92
onClipEvent (load) {
function resetr() {
this.gotoAndStop(1);
this._x = (math.random() * 300) + 100;
this._y = (math.random() * 500) + 700;
}
resetr();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -500) {
resetr();
}
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 4;
if (Key.isDown(40)) {
_root.combo = SUPERMAN;
_root.superman = _root.superman + 1;
_root.hero.gotoAndPlay(55);
_root.moves.gotoAndPlay(2);
_root.score = _root.score + (_root.bonus * 1500);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(37)) {
_root.xcross = _root.xcross + 1;
_root.hero.gotoAndPlay(25);
_root.moves.gotoAndPlay(21);
_root.score = _root.score + (_root.bonus * 3000);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(39)) {
_root.xcross = _root.xcross + 1;
_root.hero.gotoAndPlay(25);
_root.moves.gotoAndPlay(21);
_root.score = _root.score + (_root.bonus * 3000);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(38)) {
_root.tornado360 = _root.tornado360 + 1;
_root.hero.gotoAndPlay(40);
_root.moves.gotoAndPlay(11);
_root.score = _root.score + (_root.bonus * 6000);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
_root.ebar.play();
if (_root.bonus >= 1) {
_root.bmeter.play();
}
}
}
Instance of Symbol 171 MovieClip in Frame 92
onClipEvent (load) {
function resetr() {
this.gotoAndStop(1);
this._x = (math.random() * 300) + 100;
this._y = (math.random() * 500) + 700;
}
resetr();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -500) {
resetr();
}
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 4;
if (Key.isDown(40)) {
_root.combo = SUPERMAN;
_root.superman = _root.superman + 1;
_root.hero.gotoAndPlay(55);
_root.moves.gotoAndPlay(2);
_root.score = _root.score + (_root.bonus * 1500);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(37)) {
_root.xcross = _root.xcross + 1;
_root.hero.gotoAndPlay(25);
_root.moves.gotoAndPlay(21);
_root.score = _root.score + (_root.bonus * 3000);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(39)) {
_root.xcross = _root.xcross + 1;
_root.hero.gotoAndPlay(25);
_root.moves.gotoAndPlay(21);
_root.score = _root.score + (_root.bonus * 3000);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(38)) {
_root.tornado360 = _root.tornado360 + 1;
_root.hero.gotoAndPlay(40);
_root.moves.gotoAndPlay(11);
_root.score = _root.score + (_root.bonus * 6000);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
_root.ebar.play();
if (_root.bonus >= 1) {
_root.bmeter.play();
}
}
}
Instance of Symbol 171 MovieClip in Frame 92
onClipEvent (load) {
function resetr() {
this.gotoAndStop(1);
this._x = (math.random() * 300) + 100;
this._y = (math.random() * 500) + 700;
}
resetr();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -500) {
resetr();
}
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 4;
if (Key.isDown(40)) {
_root.combo = SUPERMAN;
_root.superman = _root.superman + 1;
_root.hero.gotoAndPlay(55);
_root.moves.gotoAndPlay(2);
_root.score = _root.score + (_root.bonus * 1500);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(37)) {
_root.xcross = _root.xcross + 1;
_root.hero.gotoAndPlay(25);
_root.moves.gotoAndPlay(21);
_root.score = _root.score + (_root.bonus * 3000);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(39)) {
_root.xcross = _root.xcross + 1;
_root.hero.gotoAndPlay(25);
_root.moves.gotoAndPlay(21);
_root.score = _root.score + (_root.bonus * 3000);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(38)) {
_root.tornado360 = _root.tornado360 + 1;
_root.hero.gotoAndPlay(40);
_root.moves.gotoAndPlay(11);
_root.score = _root.score + (_root.bonus * 6000);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
_root.ebar.play();
if (_root.bonus >= 1) {
_root.bmeter.play();
}
}
}
Instance of Symbol 171 MovieClip in Frame 92
onClipEvent (load) {
function resetr() {
this.gotoAndStop(1);
this._x = (math.random() * 300) + 100;
this._y = (math.random() * 500) + 700;
}
resetr();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -500) {
resetr();
}
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 4;
if (Key.isDown(40)) {
_root.combo = SUPERMAN;
_root.superman = _root.superman + 1;
_root.hero.gotoAndPlay(55);
_root.moves.gotoAndPlay(2);
_root.score = _root.score + (_root.bonus * 1500);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(37)) {
_root.xcross = _root.xcross + 1;
_root.hero.gotoAndPlay(25);
_root.moves.gotoAndPlay(21);
_root.score = _root.score + (_root.bonus * 3000);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(39)) {
_root.xcross = _root.xcross + 1;
_root.hero.gotoAndPlay(25);
_root.moves.gotoAndPlay(21);
_root.score = _root.score + (_root.bonus * 3000);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(38)) {
_root.tornado360 = _root.tornado360 + 1;
_root.hero.gotoAndPlay(40);
_root.moves.gotoAndPlay(11);
_root.score = _root.score + (_root.bonus * 6000);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
_root.ebar.play();
if (_root.bonus >= 1) {
_root.bmeter.play();
}
}
}
Instance of Symbol 177 MovieClip in Frame 92
onClipEvent (load) {
function reseta() {
this.gotoAndStop(1);
this._x = math.random() * 550;
this._y = (math.random() * 2000) + 800;
}
reseta();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -1000) {
reseta();
}
if (this.hitTest(_root.hero)) {
_root.hero._y = _root.hero._y + 10;
_root.hero.gotoAndPlay(70);
_root.ebar.play();
if (_root.bonus >= 1) {
_root.bmeter.play();
}
}
}
Instance of Symbol 171 MovieClip in Frame 92
onClipEvent (load) {
function resetr() {
this.gotoAndStop(1);
this._x = (math.random() * 300) + 100;
this._y = (math.random() * 500) + 700;
}
resetr();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -500) {
resetr();
}
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 4;
if (Key.isDown(40)) {
_root.combo = SUPERMAN;
_root.superman = _root.superman + 1;
_root.hero.gotoAndPlay(55);
_root.moves.gotoAndPlay(2);
_root.score = _root.score + (_root.bonus * 1500);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(37)) {
_root.xcross = _root.xcross + 1;
_root.hero.gotoAndPlay(25);
_root.moves.gotoAndPlay(21);
_root.score = _root.score + (_root.bonus * 3000);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(39)) {
_root.xcross = _root.xcross + 1;
_root.hero.gotoAndPlay(25);
_root.moves.gotoAndPlay(21);
_root.score = _root.score + (_root.bonus * 3000);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(38)) {
_root.tornado360 = _root.tornado360 + 1;
_root.hero.gotoAndPlay(40);
_root.moves.gotoAndPlay(11);
_root.score = _root.score + (_root.bonus * 6000);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
_root.ebar.play();
if (_root.bonus >= 1) {
_root.bmeter.play();
}
}
}
Instance of Symbol 171 MovieClip in Frame 92
onClipEvent (load) {
function resetr() {
this.gotoAndStop(1);
this._x = (math.random() * 300) + 100;
this._y = (math.random() * 500) + 700;
}
resetr();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -500) {
resetr();
}
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 4;
if (Key.isDown(40)) {
_root.combo = SUPERMAN;
_root.superman = _root.superman + 1;
_root.hero.gotoAndPlay(55);
_root.moves.gotoAndPlay(2);
_root.score = _root.score + (_root.bonus * 1500);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(37)) {
_root.xcross = _root.xcross + 1;
_root.hero.gotoAndPlay(25);
_root.moves.gotoAndPlay(21);
_root.score = _root.score + (_root.bonus * 3000);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(39)) {
_root.xcross = _root.xcross + 1;
_root.hero.gotoAndPlay(25);
_root.moves.gotoAndPlay(21);
_root.score = _root.score + (_root.bonus * 3000);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(38)) {
_root.tornado360 = _root.tornado360 + 1;
_root.hero.gotoAndPlay(40);
_root.moves.gotoAndPlay(11);
_root.score = _root.score + (_root.bonus * 6000);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
_root.ebar.play();
if (_root.bonus >= 1) {
_root.bmeter.play();
}
}
}
Instance of Symbol 171 MovieClip in Frame 92
onClipEvent (load) {
function resetr() {
this.gotoAndStop(1);
this._x = (math.random() * 300) + 100;
this._y = (math.random() * 500) + 700;
}
resetr();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -500) {
resetr();
}
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 4;
if (Key.isDown(40)) {
_root.combo = SUPERMAN;
_root.superman = _root.superman + 1;
_root.hero.gotoAndPlay(55);
_root.moves.gotoAndPlay(2);
_root.score = _root.score + (_root.bonus * 1500);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(37)) {
_root.xcross = _root.xcross + 1;
_root.hero.gotoAndPlay(25);
_root.moves.gotoAndPlay(21);
_root.score = _root.score + (_root.bonus * 3000);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(39)) {
_root.xcross = _root.xcross + 1;
_root.hero.gotoAndPlay(25);
_root.moves.gotoAndPlay(21);
_root.score = _root.score + (_root.bonus * 3000);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(38)) {
_root.tornado360 = _root.tornado360 + 1;
_root.hero.gotoAndPlay(40);
_root.moves.gotoAndPlay(11);
_root.score = _root.score + (_root.bonus * 6000);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
_root.ebar.play();
if (_root.bonus >= 1) {
_root.bmeter.play();
}
}
}
Instance of Symbol 171 MovieClip in Frame 92
onClipEvent (load) {
function resetr() {
this.gotoAndStop(1);
this._x = (math.random() * 300) + 100;
this._y = (math.random() * 500) + 700;
}
resetr();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -500) {
resetr();
}
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 4;
if (Key.isDown(40)) {
_root.combo = SUPERMAN;
_root.superman = _root.superman + 1;
_root.hero.gotoAndPlay(55);
_root.moves.gotoAndPlay(2);
_root.score = _root.score + (_root.bonus * 1500);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(37)) {
_root.xcross = _root.xcross + 1;
_root.hero.gotoAndPlay(25);
_root.moves.gotoAndPlay(21);
_root.score = _root.score + (_root.bonus * 3000);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(39)) {
_root.xcross = _root.xcross + 1;
_root.hero.gotoAndPlay(25);
_root.moves.gotoAndPlay(21);
_root.score = _root.score + (_root.bonus * 3000);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(38)) {
_root.tornado360 = _root.tornado360 + 1;
_root.hero.gotoAndPlay(40);
_root.moves.gotoAndPlay(11);
_root.score = _root.score + (_root.bonus * 6000);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
_root.ebar.play();
if (_root.bonus >= 1) {
_root.bmeter.play();
}
}
}
Instance of Symbol 171 MovieClip in Frame 92
onClipEvent (load) {
function resetr() {
this.gotoAndStop(1);
this._x = (math.random() * 300) + 100;
this._y = (math.random() * 500) + 700;
}
resetr();
}
onClipEvent (enterFrame) {
this._y = this._y - _root.tspeed;
if (this._y <= -500) {
resetr();
}
if (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 4;
if (Key.isDown(40)) {
_root.combo = SUPERMAN;
_root.superman = _root.superman + 1;
_root.hero.gotoAndPlay(55);
_root.moves.gotoAndPlay(2);
_root.score = _root.score + (_root.bonus * 1500);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(37)) {
_root.xcross = _root.xcross + 1;
_root.hero.gotoAndPlay(25);
_root.moves.gotoAndPlay(21);
_root.score = _root.score + (_root.bonus * 3000);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(39)) {
_root.xcross = _root.xcross + 1;
_root.hero.gotoAndPlay(25);
_root.moves.gotoAndPlay(21);
_root.score = _root.score + (_root.bonus * 3000);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
if (Key.isDown(38)) {
_root.tornado360 = _root.tornado360 + 1;
_root.hero.gotoAndPlay(40);
_root.moves.gotoAndPlay(11);
_root.score = _root.score + (_root.bonus * 6000);
_root.bonus = _root.bonus + 1;
_root.hero._y = _root.hero._y - 4;
}
_root.ebar.play();
if (_root.bonus >= 1) {
_root.bmeter.play();
}
}
}
Instance of Symbol 359 MovieClip "hero" in Frame 92
onClipEvent (enterFrame) {
if (hitTest(_root.bottom_wall) == true) {
_y = (_root.bottom_wall._y - 36);
}
if (hitTest(_root.top_wall) == true) {
_y = (_root.top_wall._y + 35);
}
if (hitTest(_root.left_wall) == true) {
_x = (_root.left_wall._x + 30);
}
if (hitTest(_root.right_wall) == true) {
_x = (_root.right_wall._x - 30);
}
}
Frame 122
play();
Frame 123
stopAllSounds();
_root.ratingdisplay = Math.round((((((_root.score / 100000) + (_root.dodge / 10)) + (_root.coina / 5)) + (_root.coinb / 5)) + (_root.mspeed / 5)) + _root.ttrick);
_root.megascore = _root.megascore + _root.score;
_root.megadodge = _root.megadodge + _root.dodge;
if (_root.mspeed > _root.megamspeed) {
_root.megamspeed = _root.mspeed;
}
_root.megawood = _root.megawood + _root.coina;
_root.megagold = _root.megagold + _root.coinb;
_root.megattrick = _root.megattrick + _root.ttrick;
local_data.data.megascore = megascore;
local_data.data.megadodge = megadodge;
local_data.data.megamspeed = megamspeed;
local_data.data.megawood = megawood;
local_data.data.megagold = megagold;
local_data.data.megattrick = megattrick;
local_data.data.megathit = megathit;
local_data.data.secrethard = secrethard;
local_data.data.avasecret = avasecret;
local_data.data.tslopesecret = tslopesecret;
local_data.data.yeticap = yeticap;
local_data.flush();
_root.kongregateStats.submit("MaxSpeed", _root.megamspeed);
_root.kongregateStats.submit("TreesHit", _root.megathit);
if (_root.nmode == 1) {
_root.kongregateStats.submit("NormalRating", _root.ratingdisplay);
}
if (_root.hmode == 1) {
_root.kongregateStats.submit("HardRating", _root.ratingdisplay);
}
if (_root.amode == 1) {
_root.kongregateStats.submit("AvalancheRating", _root.ratingdisplay);
}
if (_root.tmode == 1) {
_root.kongregateStats.submit("TrickSlopeRating", _root.ratingdisplay);
}
if (_root.mspeed >= 1000) {
_root.kongregateStats.submit("LightSpeed", _root.mspeed);
}
_root.kongregateStats.submit("TotalCoins", _root.megawood + _root.megagold);
_root.kongregateStats.submit("TotalScore", _root.megascore);
_root.kongregateStats.submit("TotalDodged", _root.megadodge);
_root.kongregateScores.submit(_root.score);
Frame 131
_root.megathit = _root.megathit + 1;
local_data.data.megascore = megascore;
local_data.data.megadodge = megadodge;
local_data.data.megamspeed = megamspeed;
local_data.data.megawood = megawood;
local_data.data.megagold = megagold;
local_data.data.megattrick = megattrick;
local_data.data.megathit = megathit;
local_data.data.secrethard = secrethard;
local_data.data.avasecret = avasecret;
local_data.data.tslopesecret = tslopesecret;
local_data.data.yeticap = yeticap;
local_data.data.yetisecret = yetisecret;
local_data.data.megakill = megakill;
local_data.flush();
_root.kongregateStats.submit("MaxSpeed", _root.megamspeed);
_root.kongregateStats.submit("TreesHit", _root.megathit);
if (_root.nmode == 1) {
_root.kongregateStats.submit("NormalRating", _root.ratingdisplay);
}
if (_root.hmode == 1) {
_root.kongregateStats.submit("HardRating", _root.ratingdisplay);
}
if (_root.amode == 1) {
_root.kongregateStats.submit("AvalancheRating", _root.ratingdisplay);
}
if (_root.tmode == 1) {
_root.kongregateStats.submit("TrickSlopeRating", _root.ratingdisplay);
}
if (_root.mspeed >= 1000) {
_root.kongregateStats.submit("LightSpeed", _root.mspeed);
}
if (_root.megascore >= 5000000) {
if (_root.megattrick >= 1000) {
if (_root.megamspeed >= 450) {
if (_root.megadodge >= 3000) {
if ((_root.megawood + _root.megagold) >= 100) {
if (_root.megascore >= 1000000000) {
if (_root.megathit >= 50) {
_root.kongregateStats.submit("AllTrophies", 8);
}
}
}
}
}
}
}
_root.kongregateStats.submit("TotalCoins", _root.megawood + _root.megagold);
if ((_root.megawood + _root.megagold) >= 1000) {
_root.kongregateStats.submit("1000Coins", _root.megawood + _root.megagold);
}
_root.kongregateStats.submit("TotalScore", _root.megascore);
_root.kongregateStats.submit("TotalDodged", _root.megadodge);
_root.kongregateStats.submit("YetiAssassin", _root.megakill);
_root.kongregateScores.submit(_root.score);
Frame 152
stop();
Frame 153
stop();
_root.megathit = _root.megathit + 1;
local_data.data.megascore = megascore;
local_data.data.megadodge = megadodge;
local_data.data.megamspeed = megamspeed;
local_data.data.megawood = megawood;
local_data.data.megagold = megagold;
local_data.data.megattrick = megattrick;
local_data.data.megathit = megathit;
local_data.data.secrethard = secrethard;
local_data.data.avasecret = avasecret;
local_data.data.tslopesecret = tslopesecret;
local_data.data.yeticap = yeticap;
local_data.data.yetisecret = yetisecret;
local_data.data.megakill = megakill;
local_data.flush();
_root.kongregateStats.submit("MaxSpeed", _root.megamspeed);
_root.kongregateStats.submit("TreesHit", _root.megathit);
if (_root.nmode == 1) {
_root.kongregateStats.submit("NormalRating", _root.ratingdisplay);
}
if (_root.hmode == 1) {
_root.kongregateStats.submit("HardRating", _root.ratingdisplay);
}
if (_root.amode == 1) {
_root.kongregateStats.submit("AvalancheRating", _root.ratingdisplay);
}
if (_root.tmode == 1) {
_root.kongregateStats.submit("TrickSlopeRating", _root.ratingdisplay);
}
if (_root.mspeed >= 1000) {
_root.kongregateStats.submit("LightSpeed", _root.mspeed);
}
if (_root.megascore >= 5000000) {
if (_root.megattrick >= 1000) {
if (_root.megamspeed >= 450) {
if (_root.megadodge >= 3000) {
if ((_root.megawood + _root.megagold) >= 100) {
if (_root.megascore >= 1000000000) {
if (_root.megathit >= 50) {
_root.kongregateStats.submit("AllTrophies", 8);
}
}
}
}
}
}
}
_root.kongregateStats.submit("TotalCoins", _root.megawood + _root.megagold);
if ((_root.megawood + _root.megagold) >= 1000) {
_root.kongregateStats.submit("1000Coins", _root.megawood + _root.megagold);
}
_root.kongregateStats.submit("TotalScore", _root.megascore);
_root.kongregateStats.submit("TotalDodged", _root.megadodge);
_root.kongregateStats.submit("YetiAssassin", _root.megakill);
_root.kongregateScores.submit(_root.score);
Symbol 13 MovieClip Frame 1
play();
Symbol 13 MovieClip Frame 5
gotoAndPlay (1);
Symbol 25 Button
on (release) {
local_data.data.myname = myname;
local_data.flush();
_root.yeticap = 0;
_root.megamspeed = 0;
_root.megascore = 0;
_root.megadodge = 0;
_root.megathit = 0;
_root.megattrick = 0;
_root.megawood = 0;
_root.megagold = 0;
_root.secrethard = 0;
_root.avasecret = 0;
_root.tslopesecret = 0;
_root.yeticap = 0;
_root.gotoAndStop(11);
}
Symbol 28 Button
on (release) {
_root.gotoAndStop(11);
}
Symbol 31 Button
on (release) {
local_data.clear();
_root.gotoAndStop(6);
}
Symbol 53 MovieClip Frame 80
_root.play();
Symbol 55 Button
on (release) {
getURL ("http://www.arcadecabin.com/", "_blank");
}
Symbol 66 Button
on (release) {
getURL ("http://www.freewebs.com/emperialgames/", "_blank");
}
Symbol 70 MovieClip Frame 1
stop();
Symbol 70 MovieClip Frame 2
stop();
Symbol 81 Button
on (release) {
_root.gotoAndStop(67);
}
Symbol 86 Button
on (release) {
_root.gotoAndStop(70);
}
Symbol 91 Button
on (release) {
_root.gotoAndStop(68);
}
Symbol 96 Button
on (release) {
_root.gotoAndStop(72);
}
Symbol 101 Button
on (release) {
_root.gotoAndStop(69);
}
Symbol 106 Button
on (release) {
getURL ("http://www.arcadecabin.com/", "_blank");
}
Symbol 108 MovieClip Frame 1
stop();
Symbol 108 MovieClip Frame 2
stop();
Symbol 113 Button
on (release) {
getURL ("http://www.freewebs.com/emperialgames/", "_blank");
}
Symbol 119 Button
on (release) {
getURL ("http://www.arcadecabin.com/", "_blank");
}
Symbol 127 Button
on (release) {
stopAllSounds();
_root.gotoAndStop(73);
}
Symbol 133 Button
on (release) {
if (_root.secrethard == 1) {
stopAllSounds();
_root.gotoAndStop(82);
}
}
Symbol 139 Button
on (release) {
if (_root.avasecret == 1) {
stopAllSounds();
_root.gotoAndStop(87);
}
}
Symbol 145 Button
on (release) {
if (_root.tslopesecret == 1) {
stopAllSounds();
_root.gotoAndStop(92);
}
}
Symbol 151 Button
on (release) {
_root.gotoAndStop(66);
}
Symbol 157 Button
on (release) {
if (_root.yetisecret == 1) {
stopAllSounds();
_root.gotoAndStop(90);
}
}
Symbol 191 Button
on (release) {
_root.gotoAndStop(66);
}
Symbol 193 Button
on (release) {
_root.debug = _root.debug + 2;
if (_root.debug == 22) {
_root.megascore = _root.megascore + 5000000;
_root.megattrick = _root.megattrick + 1000;
_root.megamspeed = _root.megamspeed + 450;
_root.megadodge = _root.megadodge + 3000;
_root.megagold = _root.megagold + 100;
_root.megathit = _root.megathit + 50;
}
if (_root.debug == 24) {
_root.megascore = _root.megascore + 1000000000;
}
}
Symbol 200 Button
on (release) {
nextFrame();
}
Symbol 207 MovieClip Frame 1
stop();
Symbol 207 MovieClip Frame 2
stop();
_root.secrethard = 1;
_root.tc = _root.tc + 1;
Symbol 212 MovieClip Frame 1
stop();
Symbol 212 MovieClip Frame 2
stop();
_root.tslopesecret = 1;
_root.tc = _root.tc + 1;
Symbol 219 MovieClip Frame 1
stop();
Symbol 219 MovieClip Frame 2
stop();
_root.tc = _root.tc + 1;
Symbol 224 MovieClip Frame 1
stop();
_root.tc = _root.tc + 1;
Symbol 224 MovieClip Frame 2
stop();
Symbol 231 MovieClip Frame 1
stop();
Symbol 231 MovieClip Frame 2
stop();
_root.tc = _root.tc + 1;
Symbol 236 MovieClip Frame 1
stop();
Symbol 236 MovieClip Frame 2
stop();
_root.avasecret = 1;
_root.tc = _root.tc + 1;
Symbol 243 MovieClip Frame 1
stop();
Symbol 243 MovieClip Frame 2
stop();
_root.tc = _root.tc + 1;
Symbol 249 MovieClip Frame 1
_root.yetisecret = 0;
stop();
Symbol 249 MovieClip Frame 2
_root.yeticap = 15;
_root.yetisecret = 1;
stop();
Symbol 272 Button
on (release) {
gotoAndStop (66);
}
Symbol 286 MovieClip Frame 1
_root.hspeed = 6;
stop();
Symbol 286 MovieClip Frame 2
_root.hspeed = 2;
_root.hero.gotoAndStop(75);
Symbol 286 MovieClip Frame 35
gotoAndStop (1);
_root.hero.gotoAndPlay(1);
Symbol 291 MovieClip Frame 1
stop();
if (_root.bonus >= 2) {
play();
}
Symbol 291 MovieClip Frame 30
if (_root.bonus >= 2) {
_root.bonus = _root.bonus - 1;
play();
}
if (_root.bonus >= 10) {
_root.bonus = _root.bonus - 1;
gotoAndPlay (7);
}
if (_root.bonus >= 15) {
_root.bonus = _root.bonus - 1;
gotoAndPlay (15);
}
if (_root.bonus >= 20) {
_root.bonus = _root.bonus - 1;
gotoAndPlay (25);
}
gotoAndStop (1);
Symbol 302 MovieClip Frame 1
stop();
Symbol 302 MovieClip Frame 6
stop();
Symbol 355 MovieClip Frame 1
Symbol 355 MovieClip Frame 6
gotoAndPlay (1);
Symbol 359 MovieClip Frame 1
_root.jump = 0;
_root.tscore = 0;
Symbol 359 MovieClip Frame 6
gotoAndPlay (1);
Symbol 359 MovieClip Frame 10
_root.jump = 2;
_root.lock = 2;
Symbol 359 MovieClip Frame 22
_root.jump = 0;
gotoAndPlay (1);
Symbol 359 MovieClip Frame 25
_root.score = _root.score + ((_root.bonus * 200) + 10);
_root.tscore = _root.tscore + ((_root.bonus * 200) + 10);
_root.ttrick = _root.ttrick + 1;
Symbol 359 MovieClip Frame 28
_root.bonus = _root.bonus + 1;
Symbol 359 MovieClip Frame 32
gotoAndPlay (1);
Symbol 359 MovieClip Frame 40
_root.score = _root.score + ((_root.bonus * 300) + 10);
_root.tscore = _root.tscore + ((_root.bonus * 300) + 10);
_root.ttrick = _root.ttrick + 1;
Symbol 359 MovieClip Frame 43
_root.bonus = _root.bonus + 1;
Symbol 359 MovieClip Frame 47
gotoAndPlay (1);
Symbol 359 MovieClip Frame 55
_root.score = _root.score + ((_root.bonus * 100) + 10);
_root.tscore = _root.tscore + ((_root.bonus * 100) + 10);
_root.ttrick = _root.ttrick + 1;
Symbol 359 MovieClip Frame 57
_root.bonus = _root.bonus + 1;
Symbol 359 MovieClip Frame 62
gotoAndPlay (1);
Symbol 359 MovieClip Frame 70
_root.score = _root.score + ((_root.bonus * 50) + 10);
_root.tscore = _root.tscore + ((_root.bonus * 50) + 10);
Symbol 359 MovieClip Frame 73
_root.moves.gotoAndPlay(32);
gotoAndPlay (1);
Symbol 359 MovieClip Frame 81
_root.gotoAndPlay(123);
Symbol 369 MovieClip Frame 1
stop();
_root.lock = 1;
Symbol 369 MovieClip Frame 2
_root.lock = 2;
Symbol 369 MovieClip Frame 40
gotoAndStop (1);
Symbol 380 MovieClip Frame 1
stop();
Symbol 380 MovieClip Frame 10
gotoAndStop (1);
Symbol 380 MovieClip Frame 20
gotoAndStop (1);
Symbol 380 MovieClip Frame 31
gotoAndStop (1);
Symbol 380 MovieClip Frame 41
gotoAndStop (1);
Symbol 387 Button
on (release) {
getURL ("http://www.arcadecabin.com/", "_blank");
}
Symbol 392 MovieClip Frame 1
stop();
Symbol 395 Button
on (release) {
stopAllSounds();
_root.tracks.gotoAndStop(5);
}
Symbol 397 Button
on (release) {
stopAllSounds();
_root.tracks.gotoAndStop(1);
}
Symbol 412 MovieClip Frame 6
gotoAndPlay (1);
Symbol 417 MovieClip Frame 4
gotoAndPlay (1);
Symbol 434 MovieClip Frame 1
_root.jump = 0;
_root.tscore = 0;
Symbol 434 MovieClip Frame 6
gotoAndPlay (1);
Symbol 434 MovieClip Frame 10
_root.jump = 2;
_root.lock = 2;
Symbol 434 MovieClip Frame 22
_root.jump = 0;
gotoAndPlay (1);
Symbol 434 MovieClip Frame 25
_root.score = _root.score + ((_root.bonus * 200) + 10);
_root.tscore = _root.tscore + ((_root.bonus * 200) + 10);
_root.ttrick = _root.ttrick + 1;
Symbol 434 MovieClip Frame 28
_root.bonus = _root.bonus + 1;
Symbol 434 MovieClip Frame 32
gotoAndPlay (1);
Symbol 434 MovieClip Frame 40
_root.score = _root.score + ((_root.bonus * 300) + 10);
_root.tscore = _root.tscore + ((_root.bonus * 300) + 10);
_root.ttrick = _root.ttrick + 1;
Symbol 434 MovieClip Frame 43
_root.bonus = _root.bonus + 1;
Symbol 434 MovieClip Frame 47
gotoAndPlay (1);
Symbol 434 MovieClip Frame 55
_root.score = _root.score + ((_root.bonus * 100) + 10);
_root.tscore = _root.tscore + ((_root.bonus * 100) + 10);
_root.ttrick = _root.ttrick + 1;
Symbol 434 MovieClip Frame 57
_root.bonus = _root.bonus + 1;
Symbol 434 MovieClip Frame 62
gotoAndPlay (1);
Symbol 434 MovieClip Frame 70
_root.score = _root.score + ((_root.bonus * 50) + 10);
_root.tscore = _root.tscore + ((_root.bonus * 50) + 10);
Symbol 434 MovieClip Frame 73
_root.moves.gotoAndPlay(32);
gotoAndPlay (1);
Symbol 434 MovieClip Frame 81
_root.gotoAndStop(153);
Symbol 438 MovieClip Frame 1036
_root.gotoAndStop(153);
Symbol 450 MovieClip Frame 1540
_root.gotoAndPlay(123);
Symbol 467 MovieClip Frame 1
play();
Symbol 467 MovieClip Frame 141
_root.tspeed = 8;
Symbol 467 MovieClip Frame 250
_root.tspeed = 9;
Symbol 467 MovieClip Frame 377
_root.tspeed = 10;
Symbol 467 MovieClip Frame 500
_root.tspeed = 11;
Symbol 467 MovieClip Frame 631
_root.tspeed = 12;
Symbol 467 MovieClip Frame 750
_root.tspeed = 10;
Symbol 467 MovieClip Frame 850
Symbol 467 MovieClip Frame 940
_root.tspeed = 9;
Symbol 467 MovieClip Frame 1130
_root.tspeed = 7;
Symbol 467 MovieClip Frame 1280
_root.tspeed = 6;
Symbol 467 MovieClip Frame 1344
_root.tspeed = 5;
Symbol 467 MovieClip Frame 1403
_root.tspeed = 3;
Symbol 467 MovieClip Frame 1500
_root.tspeed = 1;
Symbol 467 MovieClip Frame 1540
_root.tspeed = 0;
_root.gotoAndPlay(123);
stop();
Symbol 489 MovieClip Frame 151
stop();
Symbol 510 Button
on (release) {
_root.gotoAndStop(67);
}
Symbol 515 Button
on (release) {
_root.gotoAndStop(66);
}
Symbol 520 MovieClip Frame 26
stop();