Frame 1
sir = new Array("arr", "au", "bat", "blip", "craaa", "coin", "fire", "hitmet", "oche", "laugh", "magic", "magichi", "rain", "take");
i = 0;
while (i < sir.length) {
_root["s" + sir[i]] = new Sound();
_root["s" + sir[i]].attachSound(sir[i]);
i++;
}
Instance of Symbol 34 MovieClip in Frame 1
on (press) {
getURL ("http://www.arcadestreet.com", "_blank");
}
Instance of Symbol 39 MovieClip in Frame 1
on (keyPress "<End>") {
_root.gotoAndPlay(3);
}
Frame 2
stopAllSounds();
Instance of Symbol 91 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_visible = false;
}
}
Frame 3
function loaddd() {
if (_root.mus == 10) {
stopAllSounds();
}
}
function loaddd() {
trace(_root.level);
_root.hh._y = 210;
_root.sun.energie._width = 50;
if (_root.mus == 10) {
stopAllSounds();
}
}
stop();
_root.sun.h1._visible = false;
_root.sun.h2.visible = false;
_root.sun.h3._visible = false;
_root.sun.h4._visible = false;
_root.sta = 0;
_root.fin = 0;
_root.scor = 0;
_root.nivel = 1;
_root.lives = 3;
_root.gata = 77;
_root.loaddd();
_root.onEnterFrame = function () {
if (Key.isDown(32)) {
gotoAndStop (4);
}
};
Instance of Symbol 174 MovieClip in Frame 3
on (release) {
_root.stake.start();
}
Instance of Symbol 108 MovieClip in Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 108 MovieClip in Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 108 MovieClip in Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 108 MovieClip in Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 108 MovieClip in Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 91 MovieClip in Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_visible = false;
}
}
Instance of Symbol 200 MovieClip in Frame 3
on (press) {
getURL ("http://www.arcadestreet.com", "_blank");
_root.gotoAndPlay(31);
}
Instance of Symbol 202 MovieClip in Frame 3
on (press) {
getURL ("http://www.arcadestreet.com", "_blank");
_root.gotoAndPlay(31);
}
Frame 4
_quality = "HI";
stop();
Instance of Symbol 211 MovieClip in Frame 4
on (press) {
play();
}
Instance of Symbol 232 MovieClip in Frame 4
on (press) {
play();
}
Frame 5
pp = 0;
stopAllSounds();
stop();
_root.onEnterFrame = function () {
_root.hh._y = -500;
_alpha = 100;
_root.ss = 0;
_root._x = 0;
_root.levnumber = "Level " + _root.nivel;
if (_root.nivel == 1) {
_root.levname = "Escape from the castle";
}
if (_root.nivel == 2) {
_root.levname = "Bad ghosts attack";
}
if (_root.nivel == 3) {
_root.levname = "Eagles nest";
}
if (_root.nivel == 4) {
_root.levname = "Cannon Fire";
}
if (_root.nivel == 5) {
_root.levname = "Strange Fields";
}
if (_root.nivel == 6) {
_root.levname = "Crazy traps";
}
if (_root.nivel == 7) {
_root.levname = "Spikes";
}
if (_root.nivel == 8) {
_root.levname = "Deadly area";
}
if (_root.nivel == 9) {
_root.levname = "Danger around";
}
if (_root.nivel == 10) {
_root.levname = "SkelArea";
}
if (_root.nivel == 11) {
_root.levname = "Mad Traps";
}
if (_root.nivel == 12) {
_root.levname = "Scary cave";
}
if (_root.nivel == 13) {
_root.levname = "Bad Luck";
}
if (_root.nivel == 14) {
_root.levname = "Flying death";
}
if (_root.nivel == 15) {
_root.levname = "Final challenge";
}
if (_root.nivel == 16) {
_root.levnumber = "Happy end";
_root.levname = "Together again";
}
if (_root.nivel == 17) {
_root.levnumber = "";
_root.levname = "CONGRATULATION";
}
pp++;
if (pp == 20) {
_root.sta = 20;
_alpha = 0;
_y = (_y - 20);
_root.sun.energie._width = 50;
_root.ss = -700;
_root._x = _root._x + 700;
_root.showlives();
gotoAndStop (10);
}
};
Instance of Symbol 173 MovieClip in Frame 5
onClipEvent (enterFrame) {
_x = (_x - 0.3);
if (_x < 0) {
_x = 700;
}
}
Instance of Symbol 173 MovieClip in Frame 5
onClipEvent (enterFrame) {
_x = (_x - 0.3);
if (_x < 0) {
_x = 700;
}
}
Instance of Symbol 173 MovieClip in Frame 5
onClipEvent (enterFrame) {
_x = (_x - 0.3);
if (_x < 0) {
_x = 700;
}
}
Frame 6
_root.srain.start(0, 15);
stop();
Instance of Symbol 258 MovieClip in Frame 6
on (press) {
stopAllSounds();
_root.gotoAndStop(3);
}
Frame 10
function kill() {
if ((_root.t1 > 2) && (_root.hh._currentframe == 1)) {
_root.hh._alpha = _root.hh._alpha - 10;
_root.mesaj = "You lost one life";
_root.fade = 4;
_root.sau.start();
_root.lives = _root.lives - 1;
_root.showlives();
_root.hh.gotoAndPlay(2);
}
}
function showlives() {
_root.sun.h1._visible = false;
_root.sun.h2._visible = false;
_root.sun.h3._visible = false;
_root.sun.h4._visible = false;
if (_root.lives == 0) {
stopAllSounds();
gotoAndStop (40);
}
if (_root.lives > 0) {
_root.sun.h1._visible = true;
}
if (_root.lives > 1) {
_root.sun.h2._visible = true;
}
if (_root.lives > 2) {
_root.sun.h3._visible = true;
}
if (_root.lives > 3) {
_root.sun.h4._visible = true;
}
}
function goleft() {
_root.hh._x = _root.hh._x - 2;
}
function energy() {
_root.scor = _root.scor + 5;
_root.sco = _root.scor;
_root.sun.energie._width = _root.sun.energie._width + 5;
if (_root.sun.energie._width > 50) {
_root.sun.energie._width = 50;
}
}
t0 = 0;
t1 = 0;
fade = 0;
pauza = false;
_root.fin = 0;
_root.hh._x = 95;
_root.hLoad();
stop();
gotoAndStop(10 + _root.nivel);
Frame 11
function __com_mochibot__(swfid, mc, lv) {
var x;
var g;
var s;
var fv;
var sb;
var u;
var res;
var mb;
var mbc;
mb = "__mochibot__";
mbc = "mochibot.com";
g = (_global ? (_global) : (_level0._root));
if (g[mb + swfid]) {
return(g[mb + swfid]);
}
s = System.security;
x = mc._root.getSWFVersion;
fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5)));
if (!s) {
s = {};
}
sb = s.sandboxType;
if (sb == "localWithFile") {
return(null);
}
x = s.allowDomain;
if (x) {
s.allowDomain(mbc);
}
x = s.allowInsecureDomain;
if (x) {
s.allowInsecureDomain(mbc);
}
u = ((((((((((("http://" + mbc) + "/my/core.swf?mv=5&fv=") + fv) + "&v=") + escape(getVersion())) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "");
lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv))));
g[mb + "level"] = lv;
if (fv == 5) {
res = "_level" + lv;
if (!eval (res)) {
loadMovieNum (u, lv);
}
} else {
res = mc.createEmptyMovieClip(mb + swfid, lv);
res.loadMovie(u);
}
return(res);
}
__com_mochibot__("ec1c062b", this, 10301);
t0 = 0;
t1 = 0;
fade = 0;
pauza = false;
_root.fin = 0;
_root.hh._x = 95;
_root.mesaj = "";
_root.loaddd();
stop();
_root.onEnterFrame = function () {
if (pauza == false) {
if (_x > -1200) {
_root.sun._x = _root.sun._x + _root.ss;
_root.sunx._x = _root.sunx._x + _root.ss;
}
t0++;
if (t0 == 10) {
t0 = 0;
t1++;
_root.sun.energie._width = _root.sun.energie._width - 1;
if ((_root.sun.energie._width == 10) or (_root.sun.energie._width == 10)) {
_root.sblip.start();
}
_root.hh._alpha = 40 + (_root.sun.energie._width * 3);
if (_root.sun.energie._width <= 0) {
_root.kill();
_root.mesaj = "Out of Energy. You lost one life";
fade = 6;
}
if (t1 == 1) {
_root.showlives();
}
if (t1 == 1) {
_root.mesaj = "Good luck";
fade = 6;
}
if (fade > 0) {
fade--;
if (fade == 0) {
_root.mesaj = "";
}
}
}
if (_root.fin > 0) {
_root.fin--;
_alpha = (_alpha - 0.5);
_root.mesaj = "LEVEL COMPLETED. GET THE BONUS";
_root.scor = _root.scor + 1;
_root.sco = _root.scor;
if (_root.fin <= 10) {
_root.nivel++;
_root.gotoAndStop(5);
}
}
if (_root.sta > 0) {
_root.sta--;
_alpha = (_alpha + 5);
_y = (_y + 1);
if (_root.sta == 0) {
_alpha = 100;
}
}
if ((_root.hh._y < 50) && (_y < 24)) {
_y = (_y+1);
}
if ((_root.hh._y > 200) && (_y > 0)) {
_y = (_y-1);
}
_root.inf1 = _root.poshh;
if (_root.poshh > 140) {
_root.ss = 2;
}
if (_root.poshh > 180) {
_root.ss = 3;
}
if (_root.poshh > 200) {
_root.ss = 4;
}
if (_root.poshh < 140) {
_root.ss = 0;
}
if (_root.poshh < 90) {
_root.ss = -4;
}
if (_x > -1200) {
_x = (_x - _root.ss);
}
}
};
Instance of Symbol 129 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 267 MovieClip "dor1" in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
_root.hh._x = _root.hh._x - 8;
_root.mesaj = "Drop the bomb on button";
fade = 6;
}
}
Instance of Symbol 269 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 129 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 243 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 269 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 280 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._x = _root.hh._x + 5;
}
}
Instance of Symbol 243 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 108 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 243 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 269 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 269 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 108 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 108 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 108 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 108 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 243 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 269 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 269 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 269 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 269 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 117 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 269 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 269 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 269 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 269 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 134 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 117 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 269 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 269 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 129 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 133 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
_root.scraaa.start();
}
}
Instance of Symbol 129 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 64 MovieClip in Frame 11
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
}
}
Instance of Symbol 64 MovieClip in Frame 11
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
}
}
Instance of Symbol 64 MovieClip in Frame 11
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
}
}
Instance of Symbol 108 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 108 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 108 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 134 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 158 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 158 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 55 MovieClip "bag" in Frame 11
onClipEvent (load) {
act = 0;
xb = _x;
yb = _y;
ine = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh) && (act == 0)) {
_root.stake.start();
_root.mesaj = "Use space to drop the bomb";
_root.fade = 5;
act = 1;
}
if (act == 1) {
_x = _root.hh._x;
_y = (_root.hh._y + 24);
if (Key.isDown(32)) {
act = 2;
ine = _root.ss / 2;
}
}
if (act == 2) {
_y = (_y + 5);
_x = (_x + ine);
if (ine > 0) {
ine = ine - 0.1;
}
if (_y > 500) {
act = 0;
_x = xb;
_y = yb;
_root.mesaj = "<<< CannonBall respawned";
_root.fade = 4;
}
if (this.hitTest(_root.but1)) {
_root.mesaj = "Door opened";
_root.fade = 4;
_root.but1.gotoAndPlay(14);
_root.dor1.gotoAndPlay(2);
gotoAndPlay (2);
act = 3;
}
}
}
Instance of Symbol 283 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.bag)) {
_visible = false;
}
}
Instance of Symbol 283 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.bag)) {
_visible = false;
}
}
Instance of Symbol 91 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_visible = false;
}
}
Instance of Symbol 108 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 108 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 243 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 64 MovieClip in Frame 11
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
stopAllSounds();
_root.smagic.start();
_root.energy();
_root.energy();
_root.energy();
_root.soche.start();
_root.fin = 100;
_y = -30;
_root.sun.energie._width = 50;
}
}
Instance of Symbol 155 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 154 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 155 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 155 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 154 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 154 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 155 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 78 MovieClip "hh" in Frame 11
onClipEvent (load) {
ff = 1.2;
counter = 0;
_root.poshh = 0;
x = 0;
y = 0;
nr = 0;
}
onClipEvent (enterFrame) {
if (_root.pauza == true) {
if (Key.isDown(35)) {
_root.lives = 1;
_root.kill();
}
if (Key.isDown(27)) {
_root.pauza = false;
_root.mesaj = "";
_root._alpha = 100;
_root.hh._xscale = 100;
_root.hh._yscale = 100;
_root.hh._alpha = 100;
}
nr++;
if (nr == 19) {
nr = 0;
}
}
if (_root.pauza == false) {
counter = counter + _root.ss;
_root.poshh = int(_root.hh._x - counter);
if (_root._x > -1200) {
_x = (_x + _root.ss);
}
if (_y < 350) {
_y = (_y + 1);
}
if (Key.isDown(80)) {
_root.fade = 0;
_root._alpha = 50;
_root.pauza = true;
_root.mesaj = "PAUSED. ESC to continue. END to stop game";
}
if (Key.isDown(37) && (x > -6)) {
x = x - ff;
}
if (Key.isDown(39) && (x < 6)) {
x = x + ff;
}
if (Key.isDown(38) && (y > -6)) {
y = y - ff;
}
if (Key.isDown(40) && (y < 6)) {
y = y + ff;
}
_rotation = (x * 5);
if (x > 0) {
x = x - 0.5;
} else if (x < 0) {
x = x + 0.5;
}
if (y < 0) {
y = y + 0.5;
}
if (y > 0) {
y = y - 0.5;
}
if (_x < -620) {
_x = (_x + 4);
}
if ((_root.poshh > 30) && (x < 0)) {
_x = (_x + x);
}
if ((_root.poshh < 530) && (x > 0)) {
_x = (_x + x);
}
if ((y < 0) && (_y > 30)) {
_y = (_y + y);
}
if ((y > 0) && (_y < 360)) {
_y = (_y + y);
}
}
}
Frame 12
t0 = 0;
t1 = 0;
fade = 0;
pauza = false;
_root.fin = 0;
_root.hh._x = 95;
_root.mesaj = "";
_root.loaddd();
stop();
_root.onEnterFrame = function () {
if (pauza == false) {
if (_x > -1200) {
_root.sun._x = _root.sun._x + _root.ss;
_root.sunx._x = _root.sunx._x + _root.ss;
}
t0++;
if (t0 == 10) {
t0 = 0;
t1++;
_root.sun.energie._width = _root.sun.energie._width - 1;
if ((_root.sun.energie._width == 10) or (_root.sun.energie._width == 10)) {
_root.sblip.start();
}
_root.hh._alpha = 40 + (_root.sun.energie._width * 3);
if (_root.sun.energie._width <= 0) {
_root.kill();
_root.mesaj = "Out of Energy. You lost one life";
fade = 6;
}
if (t1 == 1) {
_root.showlives();
}
if (t1 == 1) {
_root.mesaj = "Good luck";
fade = 6;
}
if (fade > 0) {
fade--;
if (fade == 0) {
_root.mesaj = "";
}
}
}
if (_root.fin > 0) {
_root.fin--;
_alpha = (_alpha - 0.5);
_root.mesaj = "LEVEL COMPLETED. GET THE BONUS";
_root.scor = _root.scor + 1;
_root.sco = _root.scor;
if (_root.fin <= 10) {
_root.nivel++;
_root.gotoAndStop(5);
}
}
if (_root.sta > 0) {
_root.sta--;
_alpha = (_alpha + 5);
_y = (_y + 1);
if (_root.sta == 0) {
_alpha = 100;
}
}
if ((_root.hh._y < 50) && (_y < 24)) {
_y = (_y+1);
}
if ((_root.hh._y > 200) && (_y > 0)) {
_y = (_y-1);
}
_root.inf1 = _root.poshh;
if (_root.poshh > 140) {
_root.ss = 2;
}
if (_root.poshh > 180) {
_root.ss = 3;
}
if (_root.poshh > 200) {
_root.ss = 4;
}
if (_root.poshh < 140) {
_root.ss = 0;
}
if (_root.poshh < 90) {
_root.ss = -4;
}
if (_x > -1200) {
_x = (_x - _root.ss);
}
}
};
Instance of Symbol 267 MovieClip "dor1" in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
_root.hh._x = _root.hh._x - 8;
_root.mesaj = "Drop the bomb on button";
fade = 6;
}
}
Instance of Symbol 269 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 269 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 280 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._x = _root.hh._x + 5;
}
}
Instance of Symbol 108 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 269 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 108 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 108 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 108 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 108 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 243 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 302 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 269 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 269 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 269 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 269 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 269 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 269 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 269 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 269 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 269 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 269 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 269 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 269 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 134 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 64 MovieClip in Frame 12
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
_root.mesaj = "Energy collected";
_root.fade = 4;
}
}
Instance of Symbol 129 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 117 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 64 MovieClip in Frame 12
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
_root.mesaj = "Energy collected";
_root.fade = 4;
}
}
Instance of Symbol 64 MovieClip in Frame 12
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
_root.mesaj = "Energy collected";
_root.fade = 4;
}
}
Instance of Symbol 64 MovieClip in Frame 12
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
_root.mesaj = "Energy collected";
_root.fade = 4;
}
}
Instance of Symbol 306 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 307 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 134 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 158 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 158 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 283 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.bag)) {
_visible = false;
}
}
Instance of Symbol 91 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_visible = false;
}
}
Instance of Symbol 308 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 308 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 308 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 91 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_visible = false;
}
}
Instance of Symbol 91 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_visible = false;
}
}
Instance of Symbol 91 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_visible = false;
}
}
Instance of Symbol 308 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 308 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 146 MovieClip in Frame 12
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.scor = _root.scor + 50;
gotoAndPlay (2);
_root.mesaj = "BONUS";
_root.fade = 3;
}
}
Instance of Symbol 146 MovieClip in Frame 12
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.scor = _root.scor + 50;
gotoAndPlay (2);
_root.mesaj = "BONUS";
_root.fade = 3;
}
}
Instance of Symbol 55 MovieClip "bag" in Frame 12
onClipEvent (load) {
act = 0;
xb = _x;
yb = _y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh) && (act == 0)) {
_root.stake.start();
_root.mesaj = "Use space to drop the bomb";
_root.fade = 5;
act = 1;
}
if (act == 1) {
_x = _root.hh._x;
_y = (_root.hh._y + 24);
if (Key.isDown(32)) {
act = 2;
}
}
if (act == 2) {
_y = (_y + 5);
if (_y > 500) {
act = 0;
_x = xb;
_y = yb;
_root.mesaj = "<<< CannonBall respawned";
_root.fade = 4;
}
if (this.hitTest(_root.but1)) {
_root.mesaj = "Door opened";
_root.fade = 4;
_root.but1.gotoAndPlay(14);
_root.dor1.gotoAndPlay(2);
gotoAndPlay (2);
act = 3;
}
}
}
Instance of Symbol 154 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Frame 13
t0 = 0;
t1 = 0;
fade = 0;
pauza = false;
_root.fin = 0;
_root.hh._x = 95;
_root.mesaj = "";
_root.loaddd();
stop();
_root.onEnterFrame = function () {
if (pauza == false) {
if (_x > -1200) {
_root.sun._x = _root.sun._x + _root.ss;
_root.sunx._x = _root.sunx._x + _root.ss;
}
t0++;
if (t0 == 10) {
t0 = 0;
t1++;
_root.sun.energie._width = _root.sun.energie._width - 1;
if ((_root.sun.energie._width == 10) or (_root.sun.energie._width == 10)) {
_root.sblip.start();
}
_root.hh._alpha = 40 + (_root.sun.energie._width * 3);
if (_root.sun.energie._width <= 0) {
_root.kill();
_root.mesaj = "Out of Energy. You lost one life";
fade = 6;
}
if (t1 == 1) {
_root.showlives();
}
if (t1 == 1) {
_root.mesaj = "Good luck";
fade = 6;
}
if (fade > 0) {
fade--;
if (fade == 0) {
_root.mesaj = "";
}
}
}
if (_root.fin > 0) {
_root.fin--;
_alpha = (_alpha - 0.5);
_root.mesaj = "LEVEL COMPLETED. GET THE BONUS";
_root.scor = _root.scor + 1;
_root.sco = _root.scor;
if (_root.fin <= 10) {
_root.nivel++;
_root.gotoAndStop(5);
}
}
if (_root.sta > 0) {
_root.sta--;
_alpha = (_alpha + 5);
_y = (_y + 1);
if (_root.sta == 0) {
_alpha = 100;
}
}
if ((_root.hh._y < 50) && (_y < 24)) {
_y = (_y+1);
}
if ((_root.hh._y > 200) && (_y > 0)) {
_y = (_y-1);
}
_root.inf1 = _root.poshh;
if (_root.poshh > 140) {
_root.ss = 2;
}
if (_root.poshh > 180) {
_root.ss = 3;
}
if (_root.poshh > 200) {
_root.ss = 4;
}
if (_root.poshh < 140) {
_root.ss = 0;
}
if (_root.poshh < 90) {
_root.ss = -4;
}
if (_x > -1200) {
_x = (_x - _root.ss);
}
}
};
Instance of Symbol 267 MovieClip "dor1" in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 269 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 129 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 243 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 269 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 280 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._x = _root.hh._x + 5;
}
}
Instance of Symbol 108 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 269 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 152 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.lives = _root.lives + 1;
_root.showlives();
_y = 600;
_root.mesaj = "You found one life !!!";
_root.fade = 4;
}
}
Instance of Symbol 243 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 64 MovieClip in Frame 13
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
stopAllSounds();
_root.smagic.start();
_root.energy();
_root.energy();
_root.energy();
_root.soche.start();
_root.fin = 100;
_y = -30;
_root.sun.energie._width = 50;
}
}
Instance of Symbol 134 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 117 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 64 MovieClip in Frame 13
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
}
}
Instance of Symbol 64 MovieClip in Frame 13
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
}
}
Instance of Symbol 129 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 64 MovieClip in Frame 13
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
_root.mesaj = "Energy collected";
_root.fade = 4;
}
}
Instance of Symbol 64 MovieClip in Frame 13
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
_root.mesaj = "Energy collected";
_root.fade = 4;
}
}
Instance of Symbol 129 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 134 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 134 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 269 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 269 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 134 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 108 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 108 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 108 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 64 MovieClip in Frame 13
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
_root.mesaj = "Energy collected";
_root.fade = 4;
}
}
Instance of Symbol 64 MovieClip in Frame 13
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
}
}
Instance of Symbol 134 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 269 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 269 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 269 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 269 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 108 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 108 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 108 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 91 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_visible = false;
}
}
Instance of Symbol 91 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_visible = false;
}
}
Instance of Symbol 91 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_visible = false;
}
}
Instance of Symbol 158 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 312 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 312 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Frame 14
t0 = 0;
t1 = 0;
fade = 0;
pauza = false;
_root.fin = 0;
_root.hh._x = 95;
_root.mesaj = "";
_root.loaddd();
stop();
_root.onEnterFrame = function () {
if (pauza == false) {
if (_x > -1200) {
_root.sun._x = _root.sun._x + _root.ss;
_root.sunx._x = _root.sunx._x + _root.ss;
}
t0++;
if (t0 == 10) {
t0 = 0;
t1++;
_root.sun.energie._width = _root.sun.energie._width - 1;
if ((_root.sun.energie._width == 10) or (_root.sun.energie._width == 10)) {
_root.sblip.start();
}
_root.hh._alpha = 40 + (_root.sun.energie._width * 3);
if (_root.sun.energie._width <= 0) {
_root.kill();
_root.mesaj = "Out of Energy. You lost one life";
fade = 6;
}
if (t1 == 1) {
_root.showlives();
}
if (t1 == 1) {
_root.mesaj = "Good luck";
fade = 6;
}
if (fade > 0) {
fade--;
if (fade == 0) {
_root.mesaj = "";
}
}
}
if (_root.fin > 0) {
_root.fin--;
_alpha = (_alpha - 0.5);
_root.mesaj = "LEVEL COMPLETED. GET THE BONUS";
_root.scor = _root.scor + 1;
_root.sco = _root.scor;
if (_root.fin <= 10) {
_root.nivel++;
_root.gotoAndStop(5);
}
}
if (_root.sta > 0) {
_root.sta--;
_alpha = (_alpha + 5);
_y = (_y + 1);
if (_root.sta == 0) {
_alpha = 100;
}
}
if ((_root.hh._y < 50) && (_y < 24)) {
_y = (_y+1);
}
if ((_root.hh._y > 200) && (_y > 0)) {
_y = (_y-1);
}
_root.inf1 = _root.poshh;
if (_root.poshh > 140) {
_root.ss = 2;
}
if (_root.poshh > 180) {
_root.ss = 3;
}
if (_root.poshh > 200) {
_root.ss = 4;
}
if (_root.poshh < 140) {
_root.ss = 0;
}
if (_root.poshh < 90) {
_root.ss = -4;
}
if (_x > -1200) {
_x = (_x - _root.ss);
}
}
};
Instance of Symbol 108 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 108 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 108 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 108 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 108 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 108 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 108 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 108 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 108 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 108 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 108 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 243 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 269 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 269 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 129 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 64 MovieClip in Frame 14
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
_root.mesaj = "Energy collected";
_root.fade = 4;
}
}
Instance of Symbol 64 MovieClip in Frame 14
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
_root.mesaj = "Energy collected";
_root.fade = 4;
}
}
Instance of Symbol 129 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 134 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 134 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 117 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 134 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 64 MovieClip in Frame 14
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
_root.mesaj = "Energy collected";
_root.fade = 4;
}
}
Instance of Symbol 134 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 155 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 154 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 154 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 155 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 108 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 134 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 158 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 91 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_visible = false;
}
}
Instance of Symbol 91 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_visible = false;
}
}
Instance of Symbol 91 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_visible = false;
}
}
Instance of Symbol 283 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.bag)) {
_visible = false;
}
}
Instance of Symbol 91 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_visible = false;
}
}
Instance of Symbol 158 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 108 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 55 MovieClip "bag" in Frame 14
onClipEvent (load) {
act = 0;
xb = _x;
yb = _y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh) && (act == 0)) {
_root.stake.start();
_root.mesaj = "Use space to drop the bomb";
_root.fade = 5;
act = 1;
}
if (act == 1) {
_x = _root.hh._x;
_y = (_root.hh._y + 24);
if (Key.isDown(32)) {
act = 2;
}
}
if (act == 2) {
_y = (_y + 5);
if (_y > 500) {
act = 0;
_x = xb;
_y = yb;
_root.mesaj = "<<< CannonBall respawned";
_root.fade = 4;
}
if (this.hitTest(_root.but1)) {
_root.mesaj = "Door opened";
_root.fade = 4;
_root.but1.gotoAndPlay(14);
_root.dor1.gotoAndPlay(2);
gotoAndPlay (2);
act = 3;
}
}
}
Instance of Symbol 283 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.bag)) {
_visible = false;
}
}
Instance of Symbol 307 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 269 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Frame 15
t0 = 0;
t1 = 0;
fade = 0;
pauza = false;
_root.fin = 0;
_root.hh._x = 95;
_root.mesaj = "";
_root.loaddd();
stop();
_root.onEnterFrame = function () {
if (pauza == false) {
if (_x > -1200) {
_root.sun._x = _root.sun._x + _root.ss;
_root.sunx._x = _root.sunx._x + _root.ss;
}
t0++;
if (t0 == 10) {
t0 = 0;
t1++;
_root.sun.energie._width = _root.sun.energie._width - 1;
if ((_root.sun.energie._width == 10) or (_root.sun.energie._width == 10)) {
_root.sblip.start();
}
_root.hh._alpha = 40 + (_root.sun.energie._width * 3);
if (_root.sun.energie._width <= 0) {
_root.kill();
_root.mesaj = "Out of Energy. You lost one life";
fade = 6;
}
if (t1 == 1) {
_root.showlives();
}
if (t1 == 1) {
_root.mesaj = "Good luck";
fade = 6;
}
if (fade > 0) {
fade--;
if (fade == 0) {
_root.mesaj = "";
}
}
}
if (_root.fin > 0) {
_root.fin--;
_alpha = (_alpha - 0.5);
_root.mesaj = "LEVEL COMPLETED. GET THE BONUS";
_root.scor = _root.scor + 1;
_root.sco = _root.scor;
if (_root.fin <= 10) {
_root.nivel++;
_root.gotoAndStop(5);
}
}
if (_root.sta > 0) {
_root.sta--;
_alpha = (_alpha + 5);
_y = (_y + 1);
if (_root.sta == 0) {
_alpha = 100;
}
}
if ((_root.hh._y < 50) && (_y < 24)) {
_y = (_y+1);
}
if ((_root.hh._y > 200) && (_y > 0)) {
_y = (_y-1);
}
_root.inf1 = _root.poshh;
if (_root.poshh > 140) {
_root.ss = 2;
}
if (_root.poshh > 180) {
_root.ss = 3;
}
if (_root.poshh > 200) {
_root.ss = 4;
}
if (_root.poshh < 140) {
_root.ss = 0;
}
if (_root.poshh < 90) {
_root.ss = -4;
}
if (_x > -1200) {
_x = (_x - _root.ss);
}
}
};
Instance of Symbol 267 MovieClip "dor1" in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 269 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 129 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 243 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 269 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 280 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._x = _root.hh._x + 5;
}
}
Instance of Symbol 108 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 269 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 108 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 108 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 108 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 108 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 243 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 108 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 155 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 154 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 154 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 155 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 155 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 154 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 154 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 155 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 155 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 154 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 154 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 155 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 134 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 134 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 306 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 158 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 158 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Frame 16
function __com_mochibot__(swfid, mc, lv) {
var x;
var g;
var s;
var fv;
var sb;
var u;
var res;
var mb;
var mbc;
mb = "__mochibot__";
mbc = "mochibot.com";
g = (_global ? (_global) : (_level0._root));
if (g[mb + swfid]) {
return(g[mb + swfid]);
}
s = System.security;
x = mc._root.getSWFVersion;
fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5)));
if (!s) {
s = {};
}
sb = s.sandboxType;
if (sb == "localWithFile") {
return(null);
}
x = s.allowDomain;
if (x) {
s.allowDomain(mbc);
}
x = s.allowInsecureDomain;
if (x) {
s.allowInsecureDomain(mbc);
}
u = ((((((((((("http://" + mbc) + "/my/core.swf?mv=5&fv=") + fv) + "&v=") + escape(getVersion())) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "");
lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv))));
g[mb + "level"] = lv;
if (fv == 5) {
res = "_level" + lv;
if (!eval (res)) {
loadMovieNum (u, lv);
}
} else {
res = mc.createEmptyMovieClip(mb + swfid, lv);
res.loadMovie(u);
}
return(res);
}
__com_mochibot__("71b77d90", this, 10301);
t0 = 0;
t1 = 0;
fade = 0;
pauza = false;
_root.fin = 0;
_root.hh._x = 95;
_root.mesaj = "";
_root.loaddd();
trace(_root.sun.energie._width);
stop();
_root.onEnterFrame = function () {
if (pauza == false) {
if (_x > -1200) {
_root.sun._x = _root.sun._x + _root.ss;
_root.sunx._x = _root.sunx._x + _root.ss;
}
t0++;
if (t0 == 10) {
t0 = 0;
t1++;
_root.sun.energie._width = _root.sun.energie._width - 1;
if (_root.sun.energie._width == 10) {
_root.sblip.start();
}
_root.hh._alpha = 40 + (_root.sun.energie._width * 3);
if (_root.sun.energie._width <= 0) {
_root.kill();
_root.mesaj = "Out of Energy. You lost one life";
fade = 6;
}
if (t1 == 1) {
_root.showlives();
}
if (t1 == 1) {
_root.mesaj = "Good luck";
fade = 6;
}
if (fade > 0) {
fade--;
if (fade == 0) {
_root.mesaj = "";
}
}
}
if (_root.fin > 0) {
_root.fin--;
_alpha = (_alpha - 0.5);
_root.mesaj = "LEVEL COMPLETED. GET THE BONUS";
_root.scor = _root.scor + 1;
_root.sco = _root.scor;
if (_root.fin <= 10) {
_root.nivel++;
_root.gotoAndStop(5);
}
}
if (_root.sta > 0) {
_root.sta--;
_alpha = (_alpha + 5);
_y = (_y + 1);
if (_root.sta == 0) {
_alpha = 100;
}
}
if ((_root.hh._y < 50) && (_y < 24)) {
_y = (_y+1);
}
if ((_root.hh._y > 200) && (_y > 0)) {
_y = (_y-1);
}
_root.inf1 = _root.poshh;
if (_root.poshh > 140) {
_root.ss = 2;
}
if (_root.poshh > 180) {
_root.ss = 3;
}
if (_root.poshh > 200) {
_root.ss = 5;
}
if (_root.poshh < 140) {
_root.ss = 0;
}
if (_root.poshh < 90) {
_root.ss = -4;
}
if (_x > -1200) {
_x = (_x - _root.ss);
}
}
};
Instance of Symbol 80 MovieClip in Frame 16
onClipEvent (enterFrame) {
_x = (_x + (Math.round(_root.hh._x - _x) / 5));
_y = (_y + (Math.round(_root.hh._y - _y) / 5));
}
Instance of Symbol 243 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 129 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 243 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 129 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 64 MovieClip in Frame 16
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
}
}
Instance of Symbol 64 MovieClip in Frame 16
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
}
}
Instance of Symbol 129 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 64 MovieClip in Frame 16
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
stopAllSounds();
_root.smagic.start();
_root.energy();
_root.energy();
_root.energy();
_root.soche.start();
_root.fin = 100;
_y = -30;
_root.sun.energie._width = 50;
}
}
Instance of Symbol 152 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.lives = _root.lives + 1;
_root.showlives();
_y = 600;
_root.mesaj = "You found one life !!!";
_root.fade = 4;
}
}
Instance of Symbol 117 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 64 MovieClip in Frame 16
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
}
}
Instance of Symbol 64 MovieClip in Frame 16
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
}
}
Instance of Symbol 64 MovieClip in Frame 16
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
}
}
Instance of Symbol 64 MovieClip in Frame 16
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
}
}
Instance of Symbol 64 MovieClip in Frame 16
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
}
}
Instance of Symbol 108 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 108 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 307 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 64 MovieClip in Frame 16
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
}
}
Instance of Symbol 308 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 91 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.bag)) {
_visible = false;
}
}
Instance of Symbol 64 MovieClip in Frame 16
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
}
}
Instance of Symbol 91 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.bag)) {
_visible = false;
}
}
Instance of Symbol 129 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 134 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 108 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 64 MovieClip in Frame 16
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
}
}
Instance of Symbol 129 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 308 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 64 MovieClip in Frame 16
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
}
}
Instance of Symbol 64 MovieClip in Frame 16
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
}
}
Instance of Symbol 64 MovieClip in Frame 16
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
}
}
Instance of Symbol 307 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 288 MovieClip in Frame 16
onClipEvent (enterFrame) {
_rotation = (_rotation + 1);
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 288 MovieClip in Frame 16
onClipEvent (enterFrame) {
_rotation = (_rotation - 1);
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 55 MovieClip "bag" in Frame 16
onClipEvent (load) {
act = 0;
xb = _x;
yb = _y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh) && (act == 0)) {
_root.stake.start();
_root.mesaj = "Use space to drop the bomb";
_root.fade = 5;
act = 1;
}
if (act == 1) {
_x = _root.hh._x;
_y = (_root.hh._y + 24);
if (Key.isDown(32)) {
act = 2;
}
}
if (act == 2) {
_y = (_y + 5);
if (_y > 500) {
act = 0;
_x = xb;
_y = yb;
_root.mesaj = "<<< CannonBall respawned";
_root.fade = 4;
}
if (this.hitTest(_root.but1)) {
_root.mesaj = "Door opened";
_root.fade = 4;
_root.but1.gotoAndPlay(14);
_root.dor1.gotoAndPlay(2);
gotoAndPlay (2);
act = 3;
}
}
}
Instance of Symbol 283 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.bag)) {
_visible = false;
}
}
Instance of Symbol 269 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 155 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Frame 17
t0 = 0;
t1 = 0;
fade = 0;
pauza = false;
_root.fin = 0;
_root.hh._x = 95;
_root.mesaj = "";
_root.loaddd();
trace(_root.sun.energie._width);
stop();
_root.onEnterFrame = function () {
if (pauza == false) {
if (_x > -1200) {
_root.sun._x = _root.sun._x + _root.ss;
_root.sunx._x = _root.sunx._x + _root.ss;
}
t0++;
if (t0 == 10) {
t0 = 0;
t1++;
_root.sun.energie._width = _root.sun.energie._width - 1;
if (_root.sun.energie._width == 10) {
_root.sblip.start();
}
_root.hh._alpha = 40 + (_root.sun.energie._width * 3);
if (_root.sun.energie._width <= 0) {
_root.kill();
_root.mesaj = "Out of Energy. You lost one life";
fade = 6;
}
if (t1 == 1) {
_root.showlives();
}
if (t1 == 1) {
_root.mesaj = "Good luck";
fade = 6;
}
if (fade > 0) {
fade--;
if (fade == 0) {
_root.mesaj = "";
}
}
}
if (_root.fin > 0) {
_root.fin--;
_alpha = (_alpha - 0.5);
_root.mesaj = "LEVEL COMPLETED. GET THE BONUS";
_root.scor = _root.scor + 1;
_root.sco = _root.scor;
if (_root.fin <= 10) {
_root.nivel++;
_root.gotoAndStop(5);
}
}
if (_root.sta > 0) {
_root.sta--;
_alpha = (_alpha + 5);
_y = (_y + 1);
if (_root.sta == 0) {
_alpha = 100;
}
}
if ((_root.hh._y < 50) && (_y < 24)) {
_y = (_y+1);
}
if ((_root.hh._y > 200) && (_y > 0)) {
_y = (_y-1);
}
_root.inf1 = _root.poshh;
if (_root.poshh > 140) {
_root.ss = 2;
}
if (_root.poshh > 180) {
_root.ss = 3;
}
if (_root.poshh > 200) {
_root.ss = 5;
}
if (_root.poshh < 140) {
_root.ss = 0;
}
if (_root.poshh < 90) {
_root.ss = -4;
}
if (_x > -1200) {
_x = (_x - _root.ss);
}
}
};
Instance of Symbol 129 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 243 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 267 MovieClip "dor1" in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 269 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 129 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 64 MovieClip in Frame 17
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
}
}
Instance of Symbol 64 MovieClip in Frame 17
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
}
}
Instance of Symbol 129 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 64 MovieClip in Frame 17
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
stopAllSounds();
_root.smagic.start();
_root.energy();
_root.energy();
_root.energy();
_root.soche.start();
_root.fin = 100;
_y = -30;
_root.sun.energie._width = 50;
}
}
Instance of Symbol 64 MovieClip in Frame 17
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
}
}
Instance of Symbol 64 MovieClip in Frame 17
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
}
}
Instance of Symbol 64 MovieClip in Frame 17
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
}
}
Instance of Symbol 64 MovieClip in Frame 17
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
}
}
Instance of Symbol 64 MovieClip in Frame 17
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
}
}
Instance of Symbol 134 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 64 MovieClip in Frame 17
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
}
}
Instance of Symbol 64 MovieClip in Frame 17
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
}
}
Instance of Symbol 129 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 152 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.lives = _root.lives + 1;
_root.showlives();
_y = 600;
_root.mesaj = "You found one life !!!";
_root.fade = 4;
}
}
Instance of Symbol 333 MovieClip "bmove" in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 333 MovieClip "bmove" in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 152 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.lives = _root.lives + 1;
_root.showlives();
_y = 600;
_root.mesaj = "You found one life !!!";
_root.fade = 4;
}
}
Instance of Symbol 155 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 154 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 154 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 155 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 306 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 134 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 108 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 307 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 308 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 308 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 146 MovieClip in Frame 17
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.scor = _root.scor + 50;
gotoAndPlay (2);
_root.mesaj = "BONUS";
_root.fade = 3;
}
}
Frame 18
t0 = 0;
t1 = 0;
fade = 0;
pauza = false;
_root.fin = 0;
_root.hh._x = 95;
_root.mesaj = "";
_root.loaddd();
trace(_root.sun.energie._width);
stop();
_root.onEnterFrame = function () {
if (pauza == false) {
if (_x > -1200) {
_root.sun._x = _root.sun._x + _root.ss;
_root.sunx._x = _root.sunx._x + _root.ss;
}
t0++;
if (t0 == 10) {
t0 = 0;
t1++;
_root.sun.energie._width = _root.sun.energie._width - 1;
if (_root.sun.energie._width == 10) {
_root.sblip.start();
}
_root.hh._alpha = 40 + (_root.sun.energie._width * 3);
if (_root.sun.energie._width <= 0) {
_root.kill();
_root.mesaj = "Out of Energy. You lost one life";
fade = 6;
}
if (t1 == 1) {
_root.showlives();
}
if (t1 == 1) {
_root.mesaj = "Good luck";
fade = 6;
}
if (fade > 0) {
fade--;
if (fade == 0) {
_root.mesaj = "";
}
}
}
if (_root.fin > 0) {
_root.fin--;
_alpha = (_alpha - 0.5);
_root.mesaj = "LEVEL COMPLETED. GET THE BONUS";
_root.scor = _root.scor + 1;
_root.sco = _root.scor;
if (_root.fin <= 10) {
_root.nivel++;
_root.gotoAndStop(5);
}
}
if (_root.sta > 0) {
_root.sta--;
_alpha = (_alpha + 5);
_y = (_y + 1);
if (_root.sta == 0) {
_alpha = 100;
}
}
if ((_root.hh._y < 50) && (_y < 24)) {
_y = (_y+1);
}
if ((_root.hh._y > 200) && (_y > 0)) {
_y = (_y-1);
}
_root.inf1 = _root.poshh;
if (_root.poshh > 140) {
_root.ss = 2;
}
if (_root.poshh > 180) {
_root.ss = 3;
}
if (_root.poshh > 200) {
_root.ss = 5;
}
if (_root.poshh < 140) {
_root.ss = 0;
}
if (_root.poshh < 90) {
_root.ss = -4;
}
if (_x > -1200) {
_x = (_x - _root.ss);
}
}
};
Instance of Symbol 146 MovieClip in Frame 18
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.scor = _root.scor + 50;
gotoAndPlay (2);
_root.mesaj = "BONUS";
_root.fade = 3;
}
}
Instance of Symbol 146 MovieClip in Frame 18
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.scor = _root.scor + 50;
gotoAndPlay (2);
_root.mesaj = "BONUS";
_root.fade = 3;
}
}
Instance of Symbol 146 MovieClip in Frame 18
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.scor = _root.scor + 50;
gotoAndPlay (2);
_root.mesaj = "BONUS";
_root.fade = 3;
}
}
Instance of Symbol 129 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 333 MovieClip "bmove" in Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 333 MovieClip "bmove" in Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 64 MovieClip in Frame 18
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
}
}
Instance of Symbol 155 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 155 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 154 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 124 MovieClip in Frame 18
onClipEvent (enterFrame) {
_y = (_y - 4);
if (_y < 63) {
_root.tun1.gotoAndStop(2);
}
if (_y < 63) {
_y = 328;
_root.tun1.gotoAndStop(1);
}
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 64 MovieClip in Frame 18
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
}
}
Frame 19
t0 = 0;
t1 = 0;
fade = 0;
pauza = false;
_root.fin = 0;
_root.hh._x = 95;
_root.mesaj = "";
_root.loaddd();
trace(_root.sun.energie._width);
stop();
_root.onEnterFrame = function () {
if (pauza == false) {
if (_x > -1200) {
_root.sun._x = _root.sun._x + _root.ss;
_root.sunx._x = _root.sunx._x + _root.ss;
}
t0++;
if (t0 == 10) {
t0 = 0;
t1++;
_root.sun.energie._width = _root.sun.energie._width - 1;
if (_root.sun.energie._width == 10) {
_root.sblip.start();
}
_root.hh._alpha = 40 + (_root.sun.energie._width * 3);
if (_root.sun.energie._width <= 0) {
_root.kill();
_root.mesaj = "Out of Energy. You lost one life";
fade = 6;
}
if (t1 == 1) {
_root.showlives();
}
if (t1 == 1) {
_root.mesaj = "Good luck";
fade = 6;
}
if (fade > 0) {
fade--;
if (fade == 0) {
_root.mesaj = "";
}
}
}
if (_root.fin > 0) {
_root.fin--;
_alpha = (_alpha - 0.5);
_root.mesaj = "LEVEL COMPLETED. GET THE BONUS";
_root.scor = _root.scor + 1;
_root.sco = _root.scor;
if (_root.fin <= 10) {
_root.nivel++;
_root.gotoAndStop(5);
}
}
if (_root.sta > 0) {
_root.sta--;
_alpha = (_alpha + 5);
_y = (_y + 1);
if (_root.sta == 0) {
_alpha = 100;
}
}
if ((_root.hh._y < 50) && (_y < 24)) {
_y = (_y+1);
}
if ((_root.hh._y > 200) && (_y > 0)) {
_y = (_y-1);
}
_root.inf1 = _root.poshh;
if (_root.poshh > 140) {
_root.ss = 2;
}
if (_root.poshh > 180) {
_root.ss = 3;
}
if (_root.poshh > 200) {
_root.ss = 5;
}
if (_root.poshh < 140) {
_root.ss = 0;
}
if (_root.poshh < 90) {
_root.ss = -4;
}
if (_x > -1200) {
_x = (_x - _root.ss);
}
}
};
Instance of Symbol 129 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 243 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 267 MovieClip "dor1" in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 269 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 129 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 64 MovieClip in Frame 19
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
stopAllSounds();
_root.smagic.start();
_root.energy();
_root.energy();
_root.energy();
_root.soche.start();
_root.fin = 100;
_y = -30;
_root.sun.energie._width = 50;
}
}
Instance of Symbol 155 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 154 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 154 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 155 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 269 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 269 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 269 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 269 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 269 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 269 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 269 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 269 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 134 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 64 MovieClip in Frame 19
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
}
}
Instance of Symbol 333 MovieClip "bmove" in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 333 MovieClip "bmove" in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 333 MovieClip "bmove" in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 333 MovieClip "bmove" in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Frame 20
t0 = 0;
t1 = 0;
fade = 0;
pauza = false;
_root.fin = 0;
_root.hh._x = 95;
_root.mesaj = "";
_root.loaddd();
trace(_root.sun.energie._width);
stop();
_root.onEnterFrame = function () {
if (pauza == false) {
if (_x > -1200) {
_root.sun._x = _root.sun._x + _root.ss;
_root.sunx._x = _root.sunx._x + _root.ss;
}
t0++;
if (t0 == 10) {
t0 = 0;
t1++;
_root.sun.energie._width = _root.sun.energie._width - 1;
if (_root.sun.energie._width == 10) {
_root.sblip.start();
}
_root.hh._alpha = 40 + (_root.sun.energie._width * 3);
if (_root.sun.energie._width <= 0) {
_root.kill();
_root.mesaj = "Out of Energy. You lost one life";
fade = 6;
}
if (t1 == 1) {
_root.showlives();
}
if (t1 == 1) {
_root.mesaj = "Good luck";
fade = 6;
}
if (fade > 0) {
fade--;
if (fade == 0) {
_root.mesaj = "";
}
}
}
if (_root.fin > 0) {
_root.fin--;
_alpha = (_alpha - 0.5);
_root.mesaj = "LEVEL COMPLETED. GET THE BONUS";
_root.scor = _root.scor + 1;
_root.sco = _root.scor;
if (_root.fin <= 10) {
_root.nivel++;
_root.gotoAndStop(5);
}
}
if (_root.sta > 0) {
_root.sta--;
_alpha = (_alpha + 5);
_y = (_y + 1);
if (_root.sta == 0) {
_alpha = 100;
}
}
if ((_root.hh._y < 50) && (_y < 24)) {
_y = (_y+1);
}
if ((_root.hh._y > 200) && (_y > 0)) {
_y = (_y-1);
}
_root.inf1 = _root.poshh;
if (_root.poshh > 140) {
_root.ss = 2;
}
if (_root.poshh > 180) {
_root.ss = 3;
}
if (_root.poshh > 200) {
_root.ss = 5;
}
if (_root.poshh < 140) {
_root.ss = 0;
}
if (_root.poshh < 90) {
_root.ss = -4;
}
if (_x > -1200) {
_x = (_x - _root.ss);
}
}
};
Instance of Symbol 129 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 267 MovieClip "dor1" in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 269 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 129 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 64 MovieClip in Frame 20
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
}
}
Instance of Symbol 64 MovieClip in Frame 20
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
}
}
Instance of Symbol 129 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 117 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 343 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
if (_y > _root.hh._y) {
_y = (_y - 1);
}
if (_y < _root.hh._y) {
_y = (_y + 1);
}
}
Instance of Symbol 280 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._x = _root.hh._x + 5;
}
}
Instance of Symbol 117 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 117 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 117 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 91 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.bag)) {
_visible = false;
}
}
Instance of Symbol 64 MovieClip in Frame 20
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
}
}
Instance of Symbol 91 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.bag)) {
_visible = false;
}
}
Instance of Symbol 129 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 134 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 108 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 64 MovieClip in Frame 20
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
}
}
Instance of Symbol 64 MovieClip in Frame 20
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
}
}
Instance of Symbol 64 MovieClip in Frame 20
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
}
}
Instance of Symbol 307 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 345 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
if (_x > _root.hh._x) {
_x = (_x - 1);
}
if (_x < _root.hh._x) {
_x = (_x + 1);
}
}
Instance of Symbol 269 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 280 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._x = _root.hh._x + 5;
}
}
Instance of Symbol 64 MovieClip in Frame 20
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
_root.mesaj = "Energy collected";
_root.fade = 4;
}
}
Instance of Symbol 64 MovieClip in Frame 20
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
_root.mesaj = "Energy collected";
_root.fade = 4;
}
}
Instance of Symbol 64 MovieClip in Frame 20
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
_root.mesaj = "Energy collected";
_root.fade = 4;
}
}
Instance of Symbol 64 MovieClip in Frame 20
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
_root.mesaj = "Energy collected";
_root.fade = 4;
}
}
Instance of Symbol 55 MovieClip "bag" in Frame 20
onClipEvent (load) {
act = 0;
xb = _x;
yb = _y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh) && (act == 0)) {
_root.stake.start();
_root.mesaj = "Use space to drop the bomb";
_root.fade = 5;
act = 1;
}
if (act == 1) {
_x = _root.hh._x;
_y = (_root.hh._y + 24);
if (Key.isDown(32)) {
act = 2;
}
}
if (act == 2) {
_y = (_y + 5);
if (_y > 500) {
act = 0;
_x = xb;
_y = yb;
_root.mesaj = "<<< CannonBall respawned";
_root.fade = 4;
}
if (this.hitTest(_root.but1)) {
_root.mesaj = "Door opened";
_root.fade = 4;
_root.but1.gotoAndPlay(14);
_root.dor1.gotoAndPlay(2);
gotoAndPlay (2);
act = 3;
}
}
}
Instance of Symbol 283 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.bag)) {
_visible = false;
}
}
Instance of Symbol 243 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 64 MovieClip in Frame 20
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
stopAllSounds();
_root.smagic.start();
_root.energy();
_root.energy();
_root.energy();
_root.soche.start();
_root.fin = 100;
_y = -30;
_root.sun.energie._width = 50;
}
}
Instance of Symbol 155 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 154 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 154 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 155 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 155 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 154 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 154 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 155 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 269 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Frame 21
t0 = 0;
t1 = 0;
fade = 0;
pauza = false;
_root.fin = 0;
_root.hh._x = 95;
_root.mesaj = "";
_root.loaddd();
stop();
_root.onEnterFrame = function () {
if (pauza == false) {
if (_x > -1200) {
_root.sun._x = _root.sun._x + _root.ss;
_root.sunx._x = _root.sunx._x + _root.ss;
}
t0++;
if (t0 == 10) {
t0 = 0;
t1++;
_root.sun.energie._width = _root.sun.energie._width - 1;
if ((_root.sun.energie._width == 10) or (_root.sun.energie._width == 10)) {
_root.sblip.start();
}
_root.hh._alpha = 40 + (_root.sun.energie._width * 3);
if (_root.sun.energie._width <= 0) {
_root.kill();
_root.mesaj = "Out of Energy. You lost one life";
fade = 6;
}
if (t1 == 1) {
_root.showlives();
}
if (t1 == 1) {
_root.mesaj = "Good luck";
fade = 6;
}
if (fade > 0) {
fade--;
if (fade == 0) {
_root.mesaj = "";
}
}
}
if (_root.fin > 0) {
_root.fin--;
_alpha = (_alpha - 0.5);
_root.mesaj = "LEVEL COMPLETED. GET THE BONUS";
_root.scor = _root.scor + 1;
_root.sco = _root.scor;
if (_root.fin <= 10) {
_root.nivel++;
_root.gotoAndStop(5);
}
}
if (_root.sta > 0) {
_root.sta--;
_alpha = (_alpha + 5);
_y = (_y + 1);
if (_root.sta == 0) {
_alpha = 100;
}
}
if ((_root.hh._y < 50) && (_y < 24)) {
_y = (_y+1);
}
if ((_root.hh._y > 200) && (_y > 0)) {
_y = (_y-1);
}
_root.inf1 = _root.poshh;
if (_root.poshh > 140) {
_root.ss = 2;
}
if (_root.poshh > 180) {
_root.ss = 4;
}
if (_root.poshh > 200) {
_root.ss = 6;
}
if (_root.poshh < 140) {
_root.ss = 0;
}
if (_root.poshh < 90) {
_root.ss = -4;
}
if (_x > -1200) {
_x = (_x - _root.ss);
}
}
};
Instance of Symbol 80 MovieClip in Frame 21
onClipEvent (enterFrame) {
_x = (_x + (Math.round(_root.hh._x - _x) / 12));
_y = (_y + (Math.round(_root.hh._y - _y) / 12));
}
Instance of Symbol 80 MovieClip in Frame 21
onClipEvent (enterFrame) {
_x = (_x + (Math.round(_root.hh._x - _x) / 5));
_y = (_y + (Math.round(_root.hh._y - _y) / 5));
}
Instance of Symbol 129 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 308 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 108 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Frame 22
t0 = 0;
t1 = 0;
fade = 0;
pauza = false;
_root.fin = 0;
_root.hh._x = 95;
_root.mesaj = "";
_root.loaddd();
stop();
_root.onEnterFrame = function () {
if (pauza == false) {
if (_x > -1200) {
_root.sun._x = _root.sun._x + _root.ss;
_root.sunx._x = _root.sunx._x + _root.ss;
}
t0++;
if (t0 == 10) {
t0 = 0;
t1++;
_root.sun.energie._width = _root.sun.energie._width - 1;
if ((_root.sun.energie._width == 10) or (_root.sun.energie._width == 10)) {
_root.sblip.start();
}
_root.hh._alpha = 40 + (_root.sun.energie._width * 3);
if (_root.sun.energie._width <= 0) {
_root.kill();
_root.mesaj = "Out of Energy. You lost one life";
fade = 6;
}
if (t1 == 1) {
_root.showlives();
}
if (t1 == 1) {
_root.mesaj = "Good luck";
fade = 6;
}
if (fade > 0) {
fade--;
if (fade == 0) {
_root.mesaj = "";
}
}
}
if (_root.fin > 0) {
_root.fin--;
_alpha = (_alpha - 0.5);
_root.mesaj = "LEVEL COMPLETED. GET THE BONUS";
_root.scor = _root.scor + 1;
_root.sco = _root.scor;
if (_root.fin <= 10) {
_root.nivel++;
_root.gotoAndStop(5);
}
}
if (_root.sta > 0) {
_root.sta--;
_alpha = (_alpha + 5);
_y = (_y + 1);
if (_root.sta == 0) {
_alpha = 100;
}
}
if ((_root.hh._y < 50) && (_y < 24)) {
_y = (_y+1);
}
if ((_root.hh._y > 200) && (_y > 0)) {
_y = (_y-1);
}
_root.inf1 = _root.poshh;
if (_root.poshh > 140) {
_root.ss = 2;
}
if (_root.poshh > 180) {
_root.ss = 4;
}
if (_root.poshh > 200) {
_root.ss = 6;
}
if (_root.poshh < 140) {
_root.ss = 0;
}
if (_root.poshh < 90) {
_root.ss = -4;
}
if (_x > -1200) {
_x = (_x - _root.ss);
}
}
};
Instance of Symbol 267 MovieClip "dor1" in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 269 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 129 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 64 MovieClip in Frame 22
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
}
}
Instance of Symbol 64 MovieClip in Frame 22
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
}
}
Instance of Symbol 129 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 243 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 64 MovieClip in Frame 22
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
stopAllSounds();
_root.smagic.start();
_root.energy();
_root.energy();
_root.energy();
_root.soche.start();
_root.fin = 100;
_y = -30;
_root.sun.energie._width = 50;
}
}
Instance of Symbol 155 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 154 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 154 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 155 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 152 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.lives = _root.lives + 1;
_root.showlives();
_y = 600;
_root.mesaj = "You found one life !!!";
_root.fade = 4;
}
}
Instance of Symbol 306 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 91 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.bag)) {
_visible = false;
}
}
Instance of Symbol 64 MovieClip in Frame 22
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
}
}
Instance of Symbol 91 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.bag)) {
_visible = false;
}
}
Instance of Symbol 129 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 134 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 108 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 64 MovieClip in Frame 22
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
}
}
Instance of Symbol 64 MovieClip in Frame 22
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
}
}
Instance of Symbol 307 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 345 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 343 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
if (_y > _root.hh._y) {
_y = (_y - 1);
}
if (_y < _root.hh._y) {
_y = (_y + 1);
}
}
Instance of Symbol 269 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 280 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._x = _root.hh._x + 5;
}
}
Instance of Symbol 288 MovieClip in Frame 22
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 345 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 288 MovieClip in Frame 22
onClipEvent (enterFrame) {
_rotation = (_rotation - 3);
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 333 MovieClip "bmove" in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 288 MovieClip in Frame 22
onClipEvent (enterFrame) {
_rotation = (_rotation - 3);
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 288 MovieClip in Frame 22
onClipEvent (enterFrame) {
_rotation = (_rotation - 3);
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 146 MovieClip in Frame 22
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.scor = _root.scor + 50;
gotoAndPlay (2);
_root.mesaj = "BONUS";
_root.fade = 3;
}
}
Instance of Symbol 146 MovieClip in Frame 22
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.scor = _root.scor + 50;
gotoAndPlay (2);
_root.mesaj = "BONUS";
_root.fade = 3;
}
}
Instance of Symbol 146 MovieClip in Frame 22
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.scor = _root.scor + 50;
gotoAndPlay (2);
_root.mesaj = "BONUS";
_root.fade = 3;
}
}
Instance of Symbol 146 MovieClip in Frame 22
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.scor = _root.scor + 50;
gotoAndPlay (2);
_root.mesaj = "BONUS";
_root.fade = 3;
}
}
Instance of Symbol 55 MovieClip "bag" in Frame 22
onClipEvent (load) {
act = 0;
xb = _x;
yb = _y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh) && (act == 0)) {
_root.stake.start();
_root.mesaj = "Use space to drop the bomb";
_root.fade = 5;
act = 1;
}
if (act == 1) {
_x = _root.hh._x;
_y = (_root.hh._y + 24);
if (Key.isDown(32)) {
act = 2;
}
}
if (act == 2) {
_y = (_y + 5);
if (_y > 500) {
act = 0;
_x = xb;
_y = yb;
_root.mesaj = "<<< CannonBall respawned";
_root.fade = 4;
}
if (this.hitTest(_root.but1)) {
_root.mesaj = "Door opened";
_root.fade = 4;
_root.but1.gotoAndPlay(14);
_root.dor1.gotoAndPlay(2);
gotoAndPlay (2);
act = 3;
}
}
}
Instance of Symbol 283 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.bag)) {
_visible = false;
}
}
Frame 23
t0 = 0;
t1 = 0;
fade = 0;
pauza = false;
_root.fin = 0;
_root.hh._x = 95;
_root.mesaj = "";
_root.loaddd();
stop();
_root.onEnterFrame = function () {
if (pauza == false) {
if (_x > -1200) {
_root.sun._x = _root.sun._x + _root.ss;
_root.sunx._x = _root.sunx._x + _root.ss;
}
t0++;
if (t0 == 10) {
t0 = 0;
t1++;
_root.sun.energie._width = _root.sun.energie._width - 1;
if ((_root.sun.energie._width == 10) or (_root.sun.energie._width == 10)) {
_root.sblip.start();
}
_root.hh._alpha = 40 + (_root.sun.energie._width * 3);
if (_root.sun.energie._width <= 0) {
_root.kill();
_root.mesaj = "Out of Energy. You lost one life";
fade = 6;
}
if (t1 == 1) {
_root.showlives();
}
if (t1 == 1) {
_root.mesaj = "Good luck";
fade = 6;
}
if (fade > 0) {
fade--;
if (fade == 0) {
_root.mesaj = "";
}
}
}
if (_root.fin > 0) {
_root.fin--;
_alpha = (_alpha - 0.5);
_root.mesaj = "LEVEL COMPLETED. GET THE BONUS";
_root.scor = _root.scor + 1;
_root.sco = _root.scor;
if (_root.fin <= 10) {
_root.nivel++;
_root.gotoAndStop(5);
}
}
if (_root.sta > 0) {
_root.sta--;
_alpha = (_alpha + 5);
_y = (_y + 1);
if (_root.sta == 0) {
_alpha = 100;
}
}
if ((_root.hh._y < 50) && (_y < 24)) {
_y = (_y+1);
}
if ((_root.hh._y > 200) && (_y > 0)) {
_y = (_y-1);
}
_root.inf1 = _root.poshh;
if (_root.poshh > 140) {
_root.ss = 2;
}
if (_root.poshh > 180) {
_root.ss = 4;
}
if (_root.poshh > 200) {
_root.ss = 6;
}
if (_root.poshh < 140) {
_root.ss = 0;
}
if (_root.poshh < 90) {
_root.ss = -4;
}
if (_x > -1200) {
_x = (_x - _root.ss);
}
}
};
Instance of Symbol 129 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 64 MovieClip in Frame 23
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
}
}
Instance of Symbol 64 MovieClip in Frame 23
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
}
}
Instance of Symbol 129 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 243 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 64 MovieClip in Frame 23
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
stopAllSounds();
_root.smagic.start();
_root.energy();
_root.energy();
_root.energy();
_root.soche.start();
_root.fin = 100;
_y = -30;
_root.sun.energie._width = 50;
}
}
Instance of Symbol 343 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
if (_y > _root.hh._y) {
_y = (_y - 1);
}
if (_y < _root.hh._y) {
_y = (_y + 1);
}
}
Instance of Symbol 269 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 280 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._x = _root.hh._x + 5;
}
}
Instance of Symbol 117 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 117 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 117 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 302 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 302 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 155 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 154 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 154 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 155 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 155 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 154 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 154 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 155 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 155 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 154 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 154 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 155 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 129 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 308 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 55 MovieClip "bag" in Frame 23
onClipEvent (load) {
act = 0;
xb = _x;
yb = _y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh) && (act == 0)) {
_root.mesaj = "Use space to drop the bomb";
_root.fade = 5;
act = 1;
}
if (act == 1) {
_x = _root.hh._x;
_y = (_root.hh._y + 24);
if (Key.isDown(32)) {
act = 2;
}
}
if (act == 2) {
_y = (_y + 5);
if (_y > 500) {
act = 0;
_x = xb;
_y = yb;
_root.mesaj = "<<< CannonBall respawned";
_root.fade = 4;
}
if (this.hitTest(_root.but1)) {
_root.mesaj = "Door opened";
_root.fade = 4;
_root.but1.gotoAndPlay(14);
_root.dor1.gotoAndPlay(2);
gotoAndPlay (2);
act = 3;
}
}
}
Instance of Symbol 283 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.bag)) {
_visible = false;
}
}
Instance of Symbol 288 MovieClip in Frame 23
onClipEvent (enterFrame) {
_rotation = (_rotation - 3);
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 288 MovieClip in Frame 23
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Frame 24
t0 = 0;
t1 = 0;
fade = 0;
pauza = false;
_root.fin = 0;
_root.hh._x = 95;
_root.mesaj = "";
_root.loaddd();
stop();
_root.onEnterFrame = function () {
if (pauza == false) {
if (_x > -1200) {
_root.sun._x = _root.sun._x + _root.ss;
_root.sunx._x = _root.sunx._x + _root.ss;
}
t0++;
if (t0 == 10) {
t0 = 0;
t1++;
_root.sun.energie._width = _root.sun.energie._width - 1;
if ((_root.sun.energie._width == 10) or (_root.sun.energie._width == 10)) {
_root.sblip.start();
}
_root.hh._alpha = 40 + (_root.sun.energie._width * 3);
if (_root.sun.energie._width <= 0) {
_root.kill();
_root.mesaj = "Out of Energy. You lost one life";
fade = 6;
}
if (t1 == 1) {
_root.showlives();
}
if (t1 == 1) {
_root.mesaj = "Good luck";
fade = 6;
}
if (fade > 0) {
fade--;
if (fade == 0) {
_root.mesaj = "";
}
}
}
if (_root.fin > 0) {
_root.fin--;
_alpha = (_alpha - 0.5);
_root.mesaj = "LEVEL COMPLETED. GET THE BONUS";
_root.scor = _root.scor + 1;
_root.sco = _root.scor;
if (_root.fin <= 10) {
_root.nivel++;
_root.gotoAndStop(5);
}
}
if (_root.sta > 0) {
_root.sta--;
_alpha = (_alpha + 5);
_y = (_y + 1);
if (_root.sta == 0) {
_alpha = 100;
}
}
if ((_root.hh._y < 50) && (_y < 24)) {
_y = (_y+1);
}
if ((_root.hh._y > 200) && (_y > 0)) {
_y = (_y-1);
}
_root.inf1 = _root.poshh;
if (_root.poshh > 140) {
_root.ss = 2;
}
if (_root.poshh > 180) {
_root.ss = 4;
}
if (_root.poshh > 200) {
_root.ss = 6;
}
if (_root.poshh < 140) {
_root.ss = 0;
}
if (_root.poshh < 90) {
_root.ss = -4;
}
if (_x > -1200) {
_x = (_x - _root.ss);
}
}
};
Instance of Symbol 129 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 64 MovieClip in Frame 24
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
}
}
Instance of Symbol 64 MovieClip in Frame 24
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
}
}
Instance of Symbol 129 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 243 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 64 MovieClip in Frame 24
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
stopAllSounds();
_root.smagic.start();
_root.energy();
_root.energy();
_root.energy();
_root.soche.start();
_root.fin = 100;
_y = -30;
_root.sun.energie._width = 50;
}
}
Instance of Symbol 91 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.bag)) {
_visible = false;
}
}
Instance of Symbol 64 MovieClip in Frame 24
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
}
}
Instance of Symbol 91 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.bag)) {
_visible = false;
}
}
Instance of Symbol 129 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 134 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 108 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 64 MovieClip in Frame 24
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
}
}
Instance of Symbol 64 MovieClip in Frame 24
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
}
}
Instance of Symbol 345 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 269 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 280 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._x = _root.hh._x + 5;
}
}
Instance of Symbol 345 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 152 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.lives = _root.lives + 1;
_root.showlives();
_y = 600;
_root.mesaj = "You found one life !!!";
_root.fade = 4;
}
}
Instance of Symbol 146 MovieClip in Frame 24
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.scor = _root.scor + 50;
gotoAndPlay (2);
_root.mesaj = "BONUS";
_root.fade = 3;
}
}
Instance of Symbol 55 MovieClip "bag" in Frame 24
onClipEvent (load) {
act = 0;
xb = _x;
yb = _y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh) && (act == 0)) {
_root.stake.start();
_root.mesaj = "Use space to drop the bomb";
_root.fade = 5;
act = 1;
}
if (act == 1) {
_x = _root.hh._x;
_y = (_root.hh._y + 24);
if (Key.isDown(32)) {
act = 2;
}
}
if (act == 2) {
_y = (_y + 5);
if (_y > 500) {
act = 0;
_x = xb;
_y = yb;
_root.mesaj = "<<< CannonBall respawned";
_root.fade = 4;
}
if (this.hitTest(_root.but1)) {
_root.mesaj = "Door opened";
_root.fade = 4;
_root.but1.gotoAndPlay(14);
_root.dor1.gotoAndPlay(2);
gotoAndPlay (2);
act = 3;
}
}
}
Instance of Symbol 283 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.bag)) {
_visible = false;
}
}
Frame 25
t0 = 0;
t1 = 0;
fade = 0;
pauza = false;
_root.fin = 0;
_root.hh._x = 95;
_root.mesaj = "";
_root.loaddd();
stop();
_root.onEnterFrame = function () {
if (pauza == false) {
if (_x > -1200) {
_root.sun._x = _root.sun._x + _root.ss;
_root.sunx._x = _root.sunx._x + _root.ss;
}
t0++;
if (t0 == 10) {
t0 = 0;
t1++;
_root.sun.energie._width = _root.sun.energie._width - 1;
if ((_root.sun.energie._width == 10) or (_root.sun.energie._width == 10)) {
_root.sblip.start();
}
_root.hh._alpha = 40 + (_root.sun.energie._width * 3);
if (_root.sun.energie._width <= 0) {
_root.kill();
_root.mesaj = "Out of Energy. You lost one life";
fade = 6;
}
if (t1 == 1) {
_root.showlives();
}
if (t1 == 1) {
_root.mesaj = "Good luck";
fade = 6;
}
if (fade > 0) {
fade--;
if (fade == 0) {
_root.mesaj = "";
}
}
}
if (_root.fin > 0) {
_root.fin--;
_alpha = (_alpha - 0.5);
_root.mesaj = "LEVEL COMPLETED. GET THE BONUS";
_root.scor = _root.scor + 1;
_root.sco = _root.scor;
if (_root.fin <= 10) {
_root.nivel++;
_root.gotoAndStop(5);
}
}
if (_root.sta > 0) {
_root.sta--;
_alpha = (_alpha + 5);
_y = (_y + 1);
if (_root.sta == 0) {
_alpha = 100;
}
}
if ((_root.hh._y < 50) && (_y < 24)) {
_y = (_y+1);
}
if ((_root.hh._y > 200) && (_y > 0)) {
_y = (_y-1);
}
_root.inf1 = _root.poshh;
if (_root.poshh > 140) {
_root.ss = 2;
}
if (_root.poshh > 180) {
_root.ss = 4;
}
if (_root.poshh > 200) {
_root.ss = 6;
}
if (_root.poshh < 140) {
_root.ss = 0;
}
if (_root.poshh < 90) {
_root.ss = -4;
}
if (_x > -1200) {
_x = (_x - _root.ss);
}
}
};
Instance of Symbol 267 MovieClip "dor1" in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 269 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 129 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 243 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 64 MovieClip in Frame 25
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
stopAllSounds();
_root.smagic.start();
_root.energy();
_root.energy();
_root.energy();
_root.soche.start();
_root.fin = 100;
_y = -30;
_root.sun.energie._width = 50;
}
}
Instance of Symbol 129 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 117 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 155 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 154 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 154 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 155 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 306 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 91 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.bag)) {
_visible = false;
}
}
Instance of Symbol 91 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.bag)) {
_visible = false;
}
}
Instance of Symbol 134 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 108 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 64 MovieClip in Frame 25
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
}
}
Instance of Symbol 307 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 345 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 343 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
if (_y > _root.hh._y) {
_y = (_y - 1);
}
if (_y < _root.hh._y) {
_y = (_y + 1);
}
}
Instance of Symbol 269 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 280 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._x = _root.hh._x + 5;
}
}
Instance of Symbol 345 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 333 MovieClip "bmove" in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 343 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
if (_y > _root.hh._y) {
_y = (_y - 2);
}
if (_y < _root.hh._y) {
_y = (_y + 2);
}
}
Frame 26
function __com_mochibot__(swfid, mc, lv) {
var x;
var g;
var s;
var fv;
var sb;
var u;
var res;
var mb;
var mbc;
mb = "__mochibot__";
mbc = "mochibot.com";
g = (_global ? (_global) : (_level0._root));
if (g[mb + swfid]) {
return(g[mb + swfid]);
}
s = System.security;
x = mc._root.getSWFVersion;
fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5)));
if (!s) {
s = {};
}
sb = s.sandboxType;
if (sb == "localWithFile") {
return(null);
}
x = s.allowDomain;
if (x) {
s.allowDomain(mbc);
}
x = s.allowInsecureDomain;
if (x) {
s.allowInsecureDomain(mbc);
}
u = ((((((((((("http://" + mbc) + "/my/core.swf?mv=5&fv=") + fv) + "&v=") + escape(getVersion())) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "");
lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv))));
g[mb + "level"] = lv;
if (fv == 5) {
res = "_level" + lv;
if (!eval (res)) {
loadMovieNum (u, lv);
}
} else {
res = mc.createEmptyMovieClip(mb + swfid, lv);
res.loadMovie(u);
}
return(res);
}
__com_mochibot__("aedae78f", this, 10301);
t0 = 0;
t1 = 0;
fade = 0;
pauza = false;
_root.fin = 0;
_root.hh._x = 95;
_root.mesaj = "";
_root.loaddd();
stop();
_root.onEnterFrame = function () {
if (pauza == false) {
if (_x > -1200) {
_root.sun._x = _root.sun._x + _root.ss;
_root.sunx._x = _root.sunx._x + _root.ss;
}
t0++;
if (t0 == 10) {
t0 = 0;
t1++;
_root.sun.energie._width = _root.sun.energie._width - 1;
if ((_root.sun.energie._width == 10) or (_root.sun.energie._width == 10)) {
_root.sblip.start();
}
_root.hh._alpha = 40 + (_root.sun.energie._width * 3);
if (_root.sun.energie._width <= 0) {
_root.kill();
_root.mesaj = "Out of Energy. You lost one life";
fade = 6;
}
if (t1 == 1) {
_root.showlives();
}
if (t1 == 1) {
_root.mesaj = "Good luck";
fade = 6;
}
if (fade > 0) {
fade--;
if (fade == 0) {
_root.mesaj = "";
}
}
}
if (_root.fin > 0) {
_root.fin--;
_alpha = (_alpha - 0.5);
_root.mesaj = "LEVEL COMPLETED. GET THE BONUS";
_root.scor = _root.scor + 1;
_root.sco = _root.scor;
if (_root.fin <= 10) {
_root.nivel++;
_root.gotoAndStop(5);
}
}
if (_root.sta > 0) {
_root.sta--;
_alpha = (_alpha + 5);
_y = (_y + 1);
if (_root.sta == 0) {
_alpha = 100;
}
}
if ((_root.hh._y < 50) && (_y < 24)) {
_y = (_y+1);
}
if ((_root.hh._y > 200) && (_y > 0)) {
_y = (_y-1);
}
_root.inf1 = _root.poshh;
if (_root.poshh > 140) {
_root.ss = 2;
}
if (_root.poshh > 180) {
_root.ss = 4;
}
if (_root.poshh > 200) {
_root.ss = 6;
}
if (_root.poshh < 140) {
_root.ss = 0;
}
if (_root.poshh < 90) {
_root.ss = -4;
}
if (_x > -1200) {
_x = (_x - _root.ss);
}
}
};
Instance of Symbol 80 MovieClip in Frame 26
onClipEvent (enterFrame) {
_x = (_x + (Math.round(_root.hh._x - _x) / 20));
_y = (_y + (Math.round(_root.hh._y - _y) / 20));
}
Instance of Symbol 243 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 64 MovieClip in Frame 26
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.smagic.start();
_root.energy();
_root.energy();
_root.energy();
_root.smagic.start();
_root.fin = 100;
_y = -30;
_root.sun.energie._width = 50;
stopAllSounds();
gotoAndStop (39);
}
}
Instance of Symbol 64 MovieClip in Frame 26
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
}
}
Instance of Symbol 64 MovieClip in Frame 26
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
}
}
Instance of Symbol 64 MovieClip in Frame 26
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
}
}
Instance of Symbol 64 MovieClip in Frame 26
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
}
}
Instance of Symbol 64 MovieClip in Frame 26
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
}
}
Instance of Symbol 64 MovieClip in Frame 26
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
}
}
Instance of Symbol 155 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 154 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 154 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 155 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 155 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 155 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 154 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 155 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 154 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 154 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 155 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 155 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 155 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 154 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 155 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 154 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 154 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 155 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 155 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 155 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 154 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 64 MovieClip in Frame 26
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
}
}
Instance of Symbol 64 MovieClip in Frame 26
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
}
}
Frame 27
gotoAndStop (39);
Frame 31
function __com_mochibot__(swfid, mc, lv) {
var x;
var g;
var s;
var fv;
var sb;
var u;
var res;
var mb;
var mbc;
mb = "__mochibot__";
mbc = "mochibot.com";
g = (_global ? (_global) : (_level0._root));
if (g[mb + swfid]) {
return(g[mb + swfid]);
}
s = System.security;
x = mc._root.getSWFVersion;
fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5)));
if (!s) {
s = {};
}
sb = s.sandboxType;
if (sb == "localWithFile") {
return(null);
}
x = s.allowDomain;
if (x) {
s.allowDomain(mbc);
}
x = s.allowInsecureDomain;
if (x) {
s.allowInsecureDomain(mbc);
}
u = ((((((((((("http://" + mbc) + "/my/core.swf?mv=5&fv=") + fv) + "&v=") + escape(getVersion())) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "");
lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv))));
g[mb + "level"] = lv;
if (fv == 5) {
res = "_level" + lv;
if (!eval (res)) {
loadMovieNum (u, lv);
}
} else {
res = mc.createEmptyMovieClip(mb + swfid, lv);
res.loadMovie(u);
}
return(res);
}
__com_mochibot__("d75c39d1", this, 10301);
stopAllSounds();
_root.gotoAndStop(3);
Frame 38
function hLoad() {
if (hiscore.data.hn1 == undefined) {
hReset();
hSort(10);
hSave();
}
_root.newhiscore = _root.sco;
i = 10;
while (i > 0) {
nn[i] = hiscore.data["hn" + i];
ss[i] = parseInt(hiscore.data["hs" + i]);
if (_root.newhiscore > ss[i]) {
_root.rank = i;
}
i--;
}
_root.newname = hiscore.data.newname;
if (ss[10] >= _root.newhiscore) {
tabla._visible = false;
}
hShow();
}
function hAdd() {
}
function hShow() {
i = 1;
while (i <= 10) {
_root["hn" + i] = nn[i];
_root["hs" + i] = ss[i];
i++;
}
}
function hSort(nr) {
ss[11] = _root.newhiscore;
nn[11] = _root.newname;
k = 1;
while (k < 30) {
i = 10;
while (i > 0) {
if (ss[i] < ss[i + 1]) {
tt = ss[i];
rr = nn[i];
ss[i] = ss[i + 1];
nn[i] = nn[i + 1];
ss[i + 1] = tt;
nn[i + 1] = rr;
}
i--;
}
k++;
}
hShow();
}
function hSave() {
i = 1;
while (i <= 10) {
hiscore.data["hn" + i] = nn[i];
hiscore.data["hs" + i] = parseInt(ss[i]);
i++;
}
hiscore.data.newname = _root.newname;
}
function hReset() {
_root.newhiscore = 0;
i = 1;
while (i < 11) {
nn[i] = "Player";
ss[i] = i * 300;
i++;
}
_root.newname = "Your Name";
}
hiscore = SharedObject.getLocal("goodghost");
nn = new Array();
ss = new Array();
stop();
_root.hLoad();
Instance of Symbol 367 MovieClip in Frame 38
on (press) {
stopAllSounds();
_root.gotoAndPlay("menu");
}
Instance of Symbol 243 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 108 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 243 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Frame 39
if (false) {
}
Frame 40
_root._alpha = 100;
_y = 0;
_root._x = 0;
_root.pauza = true;
_root.mesaj = "";
stop();
Frame 41
if (false) {
}
Symbol 39 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
t = getTimer();
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
}
if (PercentLoaded > 99) {
if (t > 5000) {
_root._alpha = _root._alpha - 2;
}
if (t > 7000) {
_root._alpha = 100;
_root.gotoAndStop(6);
}
}
Symbol 39 MovieClip Frame 2
gotoAndPlay (1);
Symbol 55 MovieClip Frame 1
stop();
Symbol 55 MovieClip Frame 27
stop();
Symbol 64 MovieClip Frame 1
stop();
Symbol 64 MovieClip Frame 14
stop();
Symbol 70 Button
on (press) {
nextFrame();
}
Symbol 78 MovieClip Frame 1
stop();
Symbol 78 MovieClip Frame 2
_root.mesaj = "Aaa... life lost";
_root.sun.energie._width = 50;
Symbol 78 MovieClip Frame 44
_root.mesaj = "";
Symbol 89 MovieClip Frame 12
gotoAndPlay (1);
Symbol 89 MovieClip Frame 14
stop();
Symbol 95 Button
on (press) {
_root.gotoAndStop(3);
}
Symbol 120 MovieClip Frame 50
stop();
Symbol 122 MovieClip Frame 1
stop();
Symbol 122 MovieClip Frame 2
stop();
Symbol 139 Button
on (press) {
prevFrame();
}
Symbol 146 MovieClip Frame 1
stop();
Symbol 146 MovieClip Frame 16
stop();
Symbol 152 MovieClip Frame 1
stop();
Instance of Symbol 151 MovieClip in Symbol 152 MovieClip Frame 1
onClipEvent (enterFrame) {
_rotation = (_rotation - 8);
}
Symbol 152 MovieClip Frame 18
stop();
Symbol 156 MovieClip Frame 1
stop();
Instance of Symbol 64 MovieClip in Symbol 156 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.smagic.start();
_root.fin = 100;
_y = -30;
_root.sun.energie._width = 50;
}
}
Instance of Symbol 91 MovieClip in Symbol 156 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_visible = false;
}
}
Instance of Symbol 91 MovieClip in Symbol 156 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_visible = false;
}
}
Instance of Symbol 91 MovieClip in Symbol 156 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_visible = false;
}
}
Instance of Symbol 91 MovieClip in Symbol 156 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_visible = false;
}
}
Symbol 156 MovieClip Frame 2
stop();
Instance of Symbol 64 MovieClip in Symbol 156 MovieClip Frame 2
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
_root.mesaj = "Energy collected";
_root.fade = 4;
}
}
Instance of Symbol 91 MovieClip in Symbol 156 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_visible = false;
}
}
Instance of Symbol 64 MovieClip in Symbol 156 MovieClip Frame 2
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.energy();
gotoAndPlay (2);
_root.mesaj = "Energy collected";
_root.fade = 4;
}
}
Instance of Symbol 91 MovieClip in Symbol 156 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_visible = false;
}
}
Instance of Symbol 108 MovieClip in Symbol 156 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 117 MovieClip in Symbol 156 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 117 MovieClip in Symbol 156 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 124 MovieClip "bomb1" in Symbol 156 MovieClip Frame 2
onClipEvent (enterFrame) {
_y = (_y - 4);
if (_y < 0) {
_root.tun1.gotoAndStop(2);
}
if (_y < -50) {
_y = 328;
_root.tun1.gotoAndStop(1);
}
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 108 MovieClip in Symbol 156 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 129 MovieClip in Symbol 156 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 134 MovieClip in Symbol 156 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Symbol 156 MovieClip Frame 3
stop();
Instance of Symbol 64 MovieClip in Symbol 156 MovieClip Frame 3
onClipEvent (enterFrame) {
if ((_currentframe > 1) && (_currentframe != _totalframes)) {
}
if (this.hitTest(_root.hh) && (_currentframe == 1)) {
_root.smagic.start();
_root.fin = 100;
_y = -30;
_root.sun.energie._width = 50;
}
}
Instance of Symbol 152 MovieClip in Symbol 156 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.lives = _root.lives + 1;
_root.showlives();
_y = 600;
_root.mesaj = "You found one life !!!";
_root.fade = 4;
}
}
Instance of Symbol 154 MovieClip in Symbol 156 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 155 MovieClip in Symbol 156 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 154 MovieClip in Symbol 156 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 155 MovieClip in Symbol 156 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.scoin.start();
_root.scor = _root.scor + 10;
play();
_y = -100;
}
}
Instance of Symbol 173 MovieClip in Symbol 174 MovieClip Frame 1
onClipEvent (enterFrame) {
_x = (_x - 0.4);
if (_x < 0) {
_x = 700;
}
}
Instance of Symbol 173 MovieClip in Symbol 174 MovieClip Frame 1
onClipEvent (enterFrame) {
_x = (_x - 0.2);
if (_x < 0) {
_x = 700;
}
}
Symbol 180 Button
on (release) {
stopAllSounds();
gotoAndStop (5);
}
Symbol 182 Button
on (press) {
stopAllSounds();
_root.gotoAndStop(2);
}
Symbol 183 Button
on (press) {
stopAllSounds();
_root.gotoAndStop("hiscore");
}
Symbol 184 Button
on (press) {
stopAllSounds();
_root.gotoAndStop(41);
}
Symbol 185 Button
on (press) {
_root.gotoAndStop(4);
}
Symbol 191 Button
on (press) {
_root.nivel = 6;
stopAllSounds();
gotoAndStop (5);
}
Symbol 192 Button
on (press) {
_root.nivel = 6;
stopAllSounds();
gotoAndStop (5);
}
Symbol 193 Button
on (press) {
_root.nivel = 9;
stopAllSounds();
gotoAndStop (5);
}
Symbol 194 Button
on (press) {
_root.nivel = 14;
stopAllSounds();
gotoAndStop (5);
}
Symbol 211 MovieClip Frame 1
_quality = "HIGH";
_quality = "HI";
stop();
Symbol 211 MovieClip Frame 2
_quality = "MEDIUM";
stop();
Symbol 211 MovieClip Frame 3
_quality = "LOW";
stop();
Symbol 211 MovieClip Frame 4
gotoAndPlay (1);
Symbol 217 Button
on (press) {
stopAllSounds();
_root.gotoAndStop(3);
if (_root.cheat == "jump") {
_root.cwin._y = 320;
}
if (_root.cheat == "life") {
_root.extra = 3;
}
_root.cheat = "";
}
Symbol 223 Button
on (press) {
stopAllSounds();
_root.gotoAndStop(6);
}
Symbol 232 MovieClip Frame 1
_quality = "HIGH";
_root.mus = 0;
stop();
Symbol 232 MovieClip Frame 2
_root.mus = 10;
stopAllSounds();
stop();
Symbol 250 MovieClip Frame 73
stop();
Symbol 255 MovieClip Frame 85
stop();
Instance of Symbol 243 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 108 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Instance of Symbol 243 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Symbol 258 MovieClip Frame 228
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Instance of Symbol 243 MovieClip in Symbol 258 MovieClip Frame 228
onClipEvent (enterFrame) {
if (this.hitTest(_root.hh)) {
_root.hh._y = _root.hh._y - 1;
}
}
Symbol 258 MovieClip Frame 332
stopAllSounds();
_root.gotoAndStop(3);
Symbol 267 MovieClip Frame 1
stop();
Symbol 267 MovieClip Frame 37
!!!ERROR
Symbol 280 MovieClip Frame 30
!!!ERROR
Symbol 288 MovieClip Frame 1
!!!ERROR
Instance of Symbol 290 MovieClip "core" in Symbol 291 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
_parent._rotation = random(300);
r = _parent.r;
}
onClipEvent (enterFrame) {
_parent._rotation = _parent._rotation + r;
if (this.hitTest(_root.hh)) {
_root.kill();
r = -r;
_parent.buzu.gotoAndPlay(2);
}
}
Instance of Symbol 173 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) {
_x = (_x - 0.3);
if (_x < 0) {
_x = 700;
}
}
Instance of Symbol 173 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) {
_x = (_x - 0.3);
if (_x < 0) {
_x = 700;
}
}
Symbol 305 MovieClip Frame 21
!!!ERROR
Instance of Symbol 124 MovieClip in Symbol 313 MovieClip Frame 1
onClipEvent (enterFrame) {
_y = (_y - 4);
if (_y < -60) {
_parent.ttt.gotoAndStop(2);
}
if (_y < -450) {
_y = 0;
_parent.ttt.gotoAndStop(1);
}
if (this.hitTest(_root.hh)) {
_root.kill();
}
}
Symbol 367 MovieClip Frame 50
!!!ERROR
Symbol 406 Button
on (press) {
!!!ERROR
Symbol 412 Button
on (press) {
_root.hSort();
_root.hSave();
_root.tabla._visible = false;
}
Symbol 427 Button
on (press) {
!!!ERROR
Symbol 433 MovieClip Frame 27
!!!ERROR
Symbol 438 MovieClip Frame 29
!!!ERROR
Symbol 440 MovieClip Frame 23
!!!ERROR
Symbol 442 Button
on (keyPress "<Escape>") {
!!!ERROR
Symbol 448 Button
on (press) {
!!!ERROR
Symbol 451 MovieClip Frame 156
!!!ERROR
Symbol 455 Button
on (press) {
!!!ERROR
Symbol 460 MovieClip Frame 48
!!!ERROR