Frame 1
stop();
Frame 2
_root.number = "100%";
MENU = new ContextMenu();
MENU.hideBuiltInItems();
_root.menu = MENU;
Frame 5
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);
}
stop();
MENU = new ContextMenu();
MENU.hideBuiltInItems();
_root.menu = MENU;
__com_mochibot__("d3637a06", this, 10301);
Frame 6
_global.lives = 2;
Frame 8
stop();
_global.score = 0;
_root.scorebox.lives = _global.lives;
var air = 0;
var left = 0;
var stars = 0;
var health = 3;
var score = 0;
_root.scorebox.score = 0;
Instance of Symbol 194 MovieClip "muneeba" in Frame 8
onClipEvent (load) {
gravity = 4.2;
speedy = 0;
speedx = 0;
}
onClipEvent (enterFrame) {
speedy = speedy + gravity;
this._y = this._y + (speedy / 5);
if (_root.grav == 0) {
_root.conan.gravity = 0;
} else {
_root.conan.gravity = 4.2;
}
}
Frame 12
_global.score = _global.score + _root.score;
Frame 20
stop();
_root.scorebox.lives = _global.lives;
var air = 0;
var left = 0;
var stars = 0;
var health = 3;
var score = 0;
_root.scorebox.score = 0;
Instance of Symbol 194 MovieClip "muneeba" in Frame 20
onClipEvent (load) {
gravity = 4.2;
speedy = 0;
speedx = 0;
}
onClipEvent (enterFrame) {
speedy = speedy + gravity;
this._y = this._y + (speedy / 5);
if (_root.grav == 0) {
_root.conan.gravity = 0;
} else {
_root.conan.gravity = 4.2;
}
}
Frame 23
_global.score = _global.score + _root.score;
Frame 32
stop();
_root.scorebox.lives = _global.lives;
var air = 0;
var left = 0;
var stars = 0;
var health = 3;
var score = 0;
_root.scorebox.score = 0;
Instance of Symbol 194 MovieClip "muneeba" in Frame 32
onClipEvent (load) {
gravity = 4.2;
speedy = 0;
speedx = 0;
}
onClipEvent (enterFrame) {
speedy = speedy + gravity;
this._y = this._y + (speedy / 5);
if (_root.grav == 0) {
_root.conan.gravity = 0;
} else {
_root.conan.gravity = 4.2;
}
}
Frame 35
_global.score = _global.score + _root.score;
Frame 44
stop();
_root.scorebox.lives = _global.lives;
var air = 0;
var left = 0;
var stars = 0;
var health = 3;
var score = 0;
_root.scorebox.score = 0;
Instance of Symbol 194 MovieClip "muneeba" in Frame 44
onClipEvent (load) {
gravity = 4.2;
speedy = 0;
speedx = 0;
}
onClipEvent (enterFrame) {
speedy = speedy + gravity;
this._y = this._y + (speedy / 5);
if (_root.grav == 0) {
_root.conan.gravity = 0;
} else {
_root.conan.gravity = 4.2;
}
}
Frame 47
_global.score = _global.score + _root.score;
Frame 56
stop();
_root.scorebox.lives = _global.lives;
var canbehurt = 1;
var hurt = 0;
var air = 0;
var left = 0;
var stars = 0;
var health = 3;
var score = 0;
_root.scorebox.score = 0;
Instance of Symbol 194 MovieClip "muneeba" in Frame 56
onClipEvent (load) {
gravity = 4.2;
speedy = 0;
speedx = 0;
}
onClipEvent (enterFrame) {
speedy = speedy + gravity;
this._y = this._y + (speedy / 5);
if (_root.grav == 0) {
_root.conan.gravity = 0;
} else {
_root.conan.gravity = 4.2;
}
}
Frame 59
_global.score = _global.score + _root.score;
Frame 66
soscore = SharedObject.getLocal("muneeba2");
soscore.data.scoretemp = _global.score;
num_currentscore = "Your score was: " + _global.score;
if (soscore.data.highscore1 == undefined) {
trace("Highscore1 was undefined - reset to 0");
soscore.data.highscore1 = 0;
soscore.flush;
num_high1 = "Number 1: " + soscore.data.highscore1;
}
if (soscore.data.highscore2 == undefined) {
trace("Highscore2 was undefined - reset to 0");
soscore.data.highscore2 = 0;
soscore.flush;
num_high2 = "Number 2: " + soscore.data.highscore2;
}
if (soscore.data.highscore3 == undefined) {
trace("Highscore3 was undefined - reset to 0");
soscore.data.highscore3 = 0;
soscore.flush;
num_high3 = "Number 3: " + soscore.data.highscore3;
}
if (_global.score > soscore.data.highscore1) {
var first = yes;
soscore.data.highscore3 = soscore.data.highscore2;
soscore.flush;
soscore.data.highscore2 = soscore.data.highscore1;
soscore.flush;
soscore.data.highscore1 = _global.score;
soscore.flush;
_root.message = "New high score! (Number 1)";
}
if (_global.score > soscore.data.highscore2) {
if (_global.score > soscore.data.highscore3) {
if (_global.score < soscore.data.highscore1) {
var second = yes;
trace(_global.score);
soscore.data.highscore3 = soscore.data.highscore2;
_soscore.flush;
soscore.data.highscore2 = _global.score;
_soscore.flush;
_root.message = "New high score! (Number 2)";
}
}
}
if (_global.score > soscore.data.highscore3) {
if (_global.score < soscore.data.highscore2) {
var third = yes;
soscore.data.highscore3 = _global.score;
_soscore.flush;
_root.message = "New high score! (Number 3)";
}
}
num_high3 = "Number 3: " + soscore.data.highscore3;
num_high2 = "Number 2: " + soscore.data.highscore2;
num_high1 = "Number 1: " + soscore.data.highscore1;
soscore.flush();
if (first != yes) {
if (second != yes) {
if (third != yes) {
_root.message = " ";
}
}
}
Frame 69
stop();
Instance of Symbol 12 MovieClip in Symbol 13 MovieClip Frame 1
onClipEvent (enterFrame) {
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
PercentLoaded = Math.round(PercentLoaded);
if (PercentLoaded < 100) {
_root.number = PercentLoaded + "%";
} else {
tellTarget ("_root") {
play();
};
}
}
Symbol 19 Button
on (release) {
getURL ("http://www.gamesjungle.com", _blank);
}
Symbol 23 Button
on (release) {
tellTarget ("_root") {
play();
};
}
Symbol 24 Button
on (release) {
tellTarget ("_root.popups") {
gotoAndStop (2);
};
}
Symbol 25 Button
on (release) {
tellTarget ("_root.popups") {
gotoAndStop (3);
};
}
Symbol 26 Button
on (release) {
tellTarget ("_root.popups") {
gotoAndStop (4);
};
}
Symbol 55 Button
on (release) {
tellTarget ("_root.popups") {
gotoAndStop (1);
};
}
Instance of Symbol 59 MovieClip in Symbol 60 MovieClip Frame 1
onClipEvent (enterFrame) {
tellTarget ("_parent._parent") {
play();
};
if (hitTest("_root.muneeba.hurt.ow")) {
tellTarget ("_root.muneeba.hurt") {
play();
};
tellTarget ("_parent") {
gotoAndPlay ("attack");
};
tellTarget ("_parent._parent") {
stop();
};
}
}
Symbol 66 Button
on (release) {
tellTarget ("_root.popups") {
gotoAndStop (1);
};
}
Symbol 79 Button
on (release) {
tellTarget ("_root.popups") {
gotoAndStop (1);
};
}
Symbol 87 MovieClip Frame 1
stop();
Symbol 87 MovieClip Frame 4
soscore = SharedObject.getLocal("muneeba2");
if (soscore.data.scoretemp != undefined) {
latest = "Your latest score was " + soscore.data.scoretemp;
} else {
latest = "You have no recent scores";
}
soscore.data.scoretemp = _global.score;
num_currentscore = "Your score was: " + _global.score;
if (soscore.data.highscore1 == undefined) {
trace("Highscore1 was undefined - reset to 0");
soscore.data.highscore1 = 0;
soscore.flush;
num_high1 = "Number 1: " + soscore.data.highscore1;
}
if (soscore.data.highscore2 == undefined) {
trace("Highscore2 was undefined - reset to 0");
soscore.data.highscore2 = 0;
soscore.flush;
num_high2 = "Number 2: " + soscore.data.highscore2;
}
if (soscore.data.highscore3 == undefined) {
trace("Highscore3 was undefined - reset to 0");
soscore.data.highscore3 = 0;
soscore.flush;
num_high3 = "Number 3: " + soscore.data.highscore3;
}
if (_global.score > soscore.data.highscore1) {
soscore.data.highscore3 = soscore.data.highscore2;
soscore.data.highscore2 = soscore.data.highscore1;
soscore.flush;
soscore.data.highscore1 = _global.score;
soscore.flush;
num_high1 = "Number 1: " + _global.score;
_root.message = "New high score! (Number 1)";
}
if (_global.score > soscore.data.highscore2) {
if (_global.score < soscore.data.highscore1) {
soscore.data.highscore3 = soscore.data.highscore2;
_soscore.flush;
soscore.data.highscore2 = _global.score;
_soscore.flush;
num_high2 = "Number 2: " + _global.score;
_root.message = "New high score! (Number 2)";
}
}
if (_global.score > soscore.data.highscore3) {
if (_global.score < soscore.data.highscore2) {
soscore.data.highscore3 = _global.score;
_soscore.flush;
_root.message = "New high score! (Number 3)";
}
}
num_high3 = "Number 3: " + soscore.data.highscore3;
num_high2 = "Number 2: " + soscore.data.highscore2;
num_high1 = "Number 1: " + soscore.data.highscore1;
soscore.flush();
Symbol 102 MovieClip Frame 8
stop();
Symbol 103 MovieClip Frame 7
stop();
Symbol 104 Button
on (press) {
tellTarget ("_root.s.numeros") {
play();
};
startDrag ("", false, -50, 0, 0, 0);
}
on (release, releaseOutside) {
stopDrag();
tellTarget ("_root.s.numeros") {
gotoAndStop (1);
};
}
Symbol 107 MovieClip Frame 1
a = new Sound(_root);
_parent.volu = "volume";
stop();
Symbol 107 MovieClip Frame 2
my_vol = (50 + getProperty(_parent.vol.slidin, _x)) * 2;
_parent.volu = my_vol;
a.setVolume(my_vol);
Symbol 107 MovieClip Frame 3
gotoAndPlay (2);
Instance of Symbol 106 MovieClip "vol" in Symbol 109 MovieClip Frame 1
/* no clip actions */
Symbol 112 Button
on (release) {
_quality = "medium";
nextFrame();
}
Symbol 114 Button
on (release) {
_quality = "low";
nextFrame();
}
Symbol 116 Button
on (release) {
_quality = "high";
gotoAndStop (1);
}
Symbol 117 MovieClip Frame 1
stop();
Instance of Symbol 118 MovieClip in Symbol 119 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest("_root.muneeba")) {
tellTarget ("_root.scorebox.health") {
gotoAndStop (4);
};
tellTarget ("_root.death") {
play();
};
}
}
Instance of Symbol 136 MovieClip in Symbol 137 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest("_root.muneeba")) {
tellTarget ("_root.land.exit") {
play();
};
tellTarget ("_root.muneeba") {
gotoAndStop ("null");
};
}
}
Symbol 147 MovieClip Frame 1
stop();
Symbol 147 MovieClip Frame 3
if (_root.health < 3) {
_root.stars = _root.stars + 10;
_root.scorebox.stars = _root.stars;
tellTarget ("_root.scorebox") {
play();
};
}
Symbol 147 MovieClip Frame 32
stop();
_root.win1.play();
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest("_root.muneeba")) {
tellTarget ("_parent") {
gotoAndPlay ("star");
};
trace("Got a star");
}
}
Symbol 153 MovieClip Frame 37
gotoAndPlay (1);
Symbol 153 MovieClip Frame 47
_root.stars = _root.stars + 1;
_root.scorebox.stars = _root.stars;
_root.score = _root.score + 1;
_root.scorebox.score = _root.score;
if (_root.stars > 9) {
if (_root.health < 3) {
tellTarget ("_root.scorebox") {
play();
};
}
}
Symbol 153 MovieClip Frame 73
stop();
Instance of Symbol 156 MovieClip in Symbol 157 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest("_root.alive")) {
tellTarget ("_parent._parent") {
gotoAndStop (2);
};
}
}
Instance of Symbol 59 MovieClip in Symbol 161 MovieClip Frame 1
onClipEvent (enterFrame) {
tellTarget ("_parent._parent") {
play();
};
if (hitTest("_root.muneeba.hurt.ow")) {
tellTarget ("_root.muneeba.hurt") {
play();
};
tellTarget ("_parent") {
gotoAndPlay ("attack");
};
tellTarget ("_parent._parent") {
stop();
};
}
}
Instance of Symbol 59 MovieClip in Symbol 161 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest("_root.muneeba.damage")) {
if (_root.muneeba.speedy > 0) {
tellTarget ("_parent") {
gotoAndPlay ("dead");
};
tellTarget ("_parent._parent") {
stop();
};
trace("Killed a slug");
_root.muneeba.speedy = 0;
_root.muneeba.gravity = 4.2;
}
}
}
Symbol 161 MovieClip Frame 18
gotoAndPlay (1);
Instance of Symbol 59 MovieClip in Symbol 161 MovieClip Frame 35
onClipEvent (enterFrame) {
if (hitTest("_root.muneeba.damage")) {
if (_root.muneeba.speedy > 2) {
tellTarget ("_parent") {
gotoAndPlay ("dead");
};
tellTarget ("_parent._parent") {
stop();
};
trace("Killed a slug");
_root.muneeba.speedy = 0;
_root.muneeba.gravity = 4.2;
}
}
}
Symbol 161 MovieClip Frame 46
gotoAndPlay (1);
Symbol 161 MovieClip Frame 68
if (_root.left > 0) {
tellTarget ("_root.muneeba") {
gotoAndStop ("bounceleft");
};
}
if (_root.left < 1) {
tellTarget ("_root.muneeba") {
gotoAndStop ("bounceright");
};
}
Instance of Symbol 59 MovieClip in Symbol 161 MovieClip Frame 68
onClipEvent (enterFrame) {
tellTarget ("_parent._parent") {
stop();
};
}
Symbol 161 MovieClip Frame 69
_root.muneeba.speedy = -45;
trace("Boing!");
_root.scorebox.score = _root.score;
if (_root.left > 0) {
tellTarget ("_root.muneeba") {
gotoAndStop ("bounceleft");
};
}
if (_root.left < 1) {
tellTarget ("_root.muneeba") {
gotoAndStop ("bounceright");
};
}
_root.score = _root.score + 5;
_root.scorebox.score = _root.score;
Symbol 161 MovieClip Frame 84
stop();
Symbol 163 MovieClip Frame 1
stop();
Instance of Symbol 165 MovieClip in Symbol 166 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest("_root.muneeba.feet")) {
if (_root.muneeba.speedy > 0.05) {
_root.muneeba.speedy = 0;
_root.muneeba.gravity = 0;
_root.muneeba._y = _root.muneeba._y - 1.3;
_root.air = 0;
}
}
}
Symbol 177 Button
on (keyPress "<Up>") {
if (_root.muneeba.speedy < 6) {
if (_root.air < 1) {
}
tellTarget ("_root.muneeba") {
gotoAndStop ("jumpright");
};
speedy = -60;
_y = (_y - 12);
_root.muneeba.gravity = 4.2;
_root.air = 1;
}
}
on (keyPress "<Right>") {
tellTarget ("_root.muneeba") {
gotoAndStop ("walkright");
};
}
on (keyPress "<Left>") {
tellTarget ("_root.muneeba") {
gotoAndStop ("walkleft");
};
}
Instance of Symbol 178 MovieClip in Symbol 179 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
tellTarget ("_root.muneeba") {
gotoAndStop ("walkright");
};
_root.muneeba._x = _root.muneeba._x + 6.3;
_root.air = 1;
_root.muneeba.gravity = 4.2;
} else {
tellTarget ("_root.muneeba") {
gotoAndStop ("stopright");
};
}
if (Key.isDown(37)) {
tellTarget ("_root.muneeba") {
gotoAndStop ("walkleft");
};
_root.muneeba._x = _root.muneeba._x - 6.3;
_root.air = 1;
_root.muneeba.gravity = 4.2;
}
}
Symbol 182 MovieClip Frame 1
stop();
Symbol 182 MovieClip Frame 3
setProperty("_root.muneeba", _alpha , "45");
_root.health = _root.health - 1;
tellTarget ("_root.scorebox.health") {
nextFrame();
};
if (_root.health < 1) {
tellTarget ("_root.death") {
play();
};
}
Symbol 182 MovieClip Frame 4
setProperty("_root.muneeba", _alpha , "100");
if (_root.stars > 9) {
if (_root.health < 3) {
tellTarget ("_root.scorebox") {
play();
};
}
}
Symbol 182 MovieClip Frame 5
setProperty("_root.muneeba", _alpha , "45");
Symbol 182 MovieClip Frame 6
setProperty("_root.muneeba", _alpha , "100");
Symbol 182 MovieClip Frame 7
setProperty("_root.muneeba", _alpha , "45");
Symbol 182 MovieClip Frame 8
setProperty("_root.muneeba", _alpha , "100");
Symbol 182 MovieClip Frame 9
setProperty("_root.muneeba", _alpha , "45");
Symbol 182 MovieClip Frame 10
setProperty("_root.muneeba", _alpha , "100");
Symbol 182 MovieClip Frame 11
setProperty("_root.muneeba", _alpha , "45");
Symbol 182 MovieClip Frame 12
setProperty("_root.muneeba", _alpha , "100");
Symbol 182 MovieClip Frame 13
setProperty("_root.muneeba", _alpha , "45");
Symbol 182 MovieClip Frame 14
setProperty("_root.muneeba", _alpha , "100");
Symbol 182 MovieClip Frame 15
setProperty("_root.muneeba", _alpha , "45");
Symbol 182 MovieClip Frame 16
setProperty("_root.muneeba", _alpha , "100");
Symbol 182 MovieClip Frame 17
setProperty("_root.muneeba", _alpha , "45");
Symbol 182 MovieClip Frame 18
setProperty("_root.muneeba", _alpha , "100");
Symbol 182 MovieClip Frame 19
setProperty("_root.muneeba", _alpha , "45");
Symbol 182 MovieClip Frame 20
setProperty("_root.muneeba", _alpha , "100");
Symbol 182 MovieClip Frame 21
setProperty("_root.muneeba", _alpha , "45");
Symbol 182 MovieClip Frame 22
setProperty("_root.muneeba", _alpha , "100");
Symbol 182 MovieClip Frame 23
setProperty("_root.muneeba", _alpha , "45");
Symbol 182 MovieClip Frame 24
setProperty("_root.muneeba", _alpha , "100");
Symbol 182 MovieClip Frame 25
setProperty("_root.muneeba", _alpha , "45");
Symbol 182 MovieClip Frame 26
setProperty("_root.muneeba", _alpha , "100");
Symbol 182 MovieClip Frame 27
setProperty("_root.muneeba", _alpha , "45");
Symbol 182 MovieClip Frame 28
setProperty("_root.muneeba", _alpha , "100");
Symbol 182 MovieClip Frame 29
setProperty("_root.muneeba", _alpha , "45");
Symbol 182 MovieClip Frame 30
setProperty("_root.muneeba", _alpha , "100");
Symbol 182 MovieClip Frame 31
setProperty("_root.muneeba", _alpha , "45");
Symbol 182 MovieClip Frame 32
setProperty("_root.muneeba", _alpha , "100");
Symbol 182 MovieClip Frame 33
setProperty("_root.muneeba", _alpha , "45");
Symbol 182 MovieClip Frame 34
setProperty("_root.muneeba", _alpha , "100");
Symbol 183 Button
on (keyPress "<Up>") {
if (_root.muneeba.speedy < 6) {
if (_root.air < 1) {
}
tellTarget ("_root.muneeba") {
gotoAndStop ("jumpleft");
};
speedy = -60;
_y = (_y - 12);
_root.muneeba.gravity = 4.2;
_root.air = 1;
}
}
on (keyPress "<Right>") {
tellTarget ("_root.muneeba") {
gotoAndStop ("walkright");
};
}
on (keyPress "<Left>") {
tellTarget ("_root.muneeba") {
gotoAndStop ("walkleft");
};
}
Instance of Symbol 178 MovieClip in Symbol 184 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
tellTarget ("_root.muneeba") {
gotoAndStop ("walkright");
};
_root.muneeba._x = _root.muneeba._x + 6.3;
_root.air = 1;
_root.muneeba.gravity = 4.2;
}
if (Key.isDown(37)) {
tellTarget ("_root.muneeba") {
gotoAndStop ("walkleft");
};
_root.muneeba._x = _root.muneeba._x - 6.3;
_root.air = 1;
_root.muneeba.gravity = 4.2;
} else {
tellTarget ("_root.muneeba") {
gotoAndStop ("stopleft");
};
}
}
Symbol 187 MovieClip Frame 58
stop();
Symbol 188 Button
on (keyPress "<Right>") {
tellTarget ("_root.muneeba") {
gotoAndStop ("jumpright");
};
}
on (keyPress "<Left>") {
tellTarget ("_root.muneeba") {
gotoAndStop ("jumpleft");
};
}
Instance of Symbol 178 MovieClip in Symbol 189 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
_root.muneeba._x = _root.muneeba._x + 5.3;
_root.air = 1;
_root.muneeba.gravity = 4.2;
}
if (Key.isDown(37)) {
_root.muneeba._x = _root.muneeba._x - 5.3;
_root.air = 1;
_root.muneeba.gravity = 4.2;
}
}
Instance of Symbol 178 MovieClip in Symbol 190 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.air < 1) {
tellTarget ("_root.muneeba") {
gotoAndStop ("stopright");
};
}
}
Instance of Symbol 178 MovieClip in Symbol 191 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.air < 1) {
tellTarget ("_root.muneeba") {
gotoAndStop ("stopleft");
};
}
}
Symbol 192 MovieClip Frame 54
stop();
Symbol 193 Button
on (keyPress "<Right>") {
tellTarget ("_root.muneeba") {
gotoAndStop ("bounceright");
};
}
on (keyPress "<Left>") {
tellTarget ("_root.muneeba") {
gotoAndStop ("bounceleft");
};
}
Symbol 194 MovieClip Frame 1
_root.left = 0;
stop();
Symbol 194 MovieClip Frame 2
_root.left = 1;
Symbol 194 MovieClip Frame 3
_root.left = 0;
Symbol 194 MovieClip Frame 4
_root.left = 1;
Symbol 194 MovieClip Frame 5
_root.left = 0;
Symbol 194 MovieClip Frame 6
_root.left = 1;
Symbol 194 MovieClip Frame 7
_root.left = 1;
Symbol 194 MovieClip Frame 8
_root.left = 0;
Symbol 194 MovieClip Frame 9
stop();
Instance of Symbol 195 MovieClip in Symbol 196 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest("_root.muneeba.feet")) {
if (Key.isDown(37)) {
_root.muneeba._x = _root.muneeba._x + 5.3;
_root.land._x = _root.land._x + 5.3;
_root.landbg._x = _root.landbg._x + 2.5;
}
}
}
Instance of Symbol 195 MovieClip in Symbol 197 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest("_root.muneeba.feet")) {
if (Key.isDown(39)) {
_root.muneeba._x = _root.muneeba._x - 5.3;
_root.land._x = _root.land._x - 5.3;
_root.landbg._x = _root.landbg._x - 2.5;
}
}
}
Symbol 210 MovieClip Frame 1
stop();
Symbol 237 MovieClip Frame 1
stop();
Symbol 237 MovieClip Frame 10
_root.stars = stars - 1;
_root.scorebox.stars = _root.stars;
Symbol 237 MovieClip Frame 12
_root.stars = stars - 1;
_root.scorebox.stars = _root.stars;
Symbol 237 MovieClip Frame 14
_root.stars = stars - 1;
_root.scorebox.stars = _root.stars;
Symbol 237 MovieClip Frame 16
_root.stars = stars - 1;
_root.scorebox.stars = _root.stars;
Symbol 237 MovieClip Frame 18
_root.stars = stars - 1;
_root.scorebox.stars = _root.stars;
Symbol 237 MovieClip Frame 20
_root.stars = stars - 1;
_root.scorebox.stars = _root.stars;
Symbol 237 MovieClip Frame 22
_root.stars = stars - 1;
_root.scorebox.stars = _root.stars;
Symbol 237 MovieClip Frame 24
_root.stars = stars - 1;
_root.scorebox.stars = _root.stars;
Symbol 237 MovieClip Frame 26
_root.stars = stars - 1;
_root.scorebox.stars = _root.stars;
Symbol 237 MovieClip Frame 28
_root.stars = stars - 1;
_root.scorebox.stars = _root.stars;
Symbol 237 MovieClip Frame 29
_root.health = _root.health + 1;
tellTarget ("_root.scorebox.health") {
prevFrame();
};
Symbol 241 MovieClip Frame 1
stop();
Symbol 241 MovieClip Frame 54
_global.lives = _global.lives - 1;
_root.scorebox.lives = _global.lives;
if (_global.lives < 0) {
tellTarget ("_root") {
gotoAndPlay ("end");
};
_root.gameover = "GAME OVER";
} else {
tellTarget ("_root") {
gotoAndPlay ("level1");
};
}
Symbol 241 MovieClip Frame 55
stop();
Symbol 243 MovieClip Frame 34
stop();
Symbol 245 MovieClip Frame 1
stop();
Symbol 245 MovieClip Frame 75
stop();
_root.play();
Symbol 253 MovieClip Frame 1
stop();
Symbol 253 MovieClip Frame 3
if (_root.health < 3) {
_root.stars = _root.stars + 10;
_root.scorebox.stars = _root.stars;
tellTarget ("_root.scorebox") {
play();
};
}
Symbol 253 MovieClip Frame 32
stop();
_root.win1.play();
Symbol 255 MovieClip Frame 1
stop();
Symbol 255 MovieClip Frame 3
if (_root.health < 3) {
_root.stars = _root.stars + 10;
_root.scorebox.stars = _root.stars;
tellTarget ("_root.scorebox") {
play();
};
}
Symbol 255 MovieClip Frame 32
stop();
_root.win1.play();
Symbol 259 MovieClip Frame 1
stop();
Symbol 259 MovieClip Frame 54
_global.lives = _global.lives - 1;
_root.scorebox.lives = _global.lives;
if (_global.lives < 0) {
tellTarget ("_root") {
gotoAndPlay ("end");
};
_root.gameover = "GAME OVER";
} else {
tellTarget ("_root") {
gotoAndPlay ("level2");
};
}
Symbol 259 MovieClip Frame 55
stop();
Symbol 261 MovieClip Frame 1
stop();
Symbol 261 MovieClip Frame 75
stop();
_root.play();
Symbol 269 MovieClip Frame 1
stop();
Symbol 269 MovieClip Frame 3
if (_root.health < 3) {
_root.stars = _root.stars + 10;
_root.scorebox.stars = _root.stars;
tellTarget ("_root.scorebox") {
play();
};
}
Symbol 269 MovieClip Frame 32
stop();
_root.win1.play();
Instance of Symbol 272 MovieClip in Symbol 273 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest("_root.alive")) {
tellTarget ("_parent._parent") {
gotoAndStop (2);
};
}
}
Instance of Symbol 59 MovieClip in Symbol 278 MovieClip Frame 1
onClipEvent (enterFrame) {
tellTarget ("_parent._parent") {
play();
};
if (hitTest("_root.muneeba.hurt.ow")) {
tellTarget ("_root.muneeba.hurt") {
play();
};
tellTarget ("_parent") {
gotoAndPlay ("attack");
};
tellTarget ("_parent._parent") {
stop();
};
}
}
Instance of Symbol 59 MovieClip in Symbol 278 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest("_root.muneeba.damage")) {
if (_root.muneeba.speedy > 0) {
tellTarget ("_parent") {
gotoAndPlay ("dead");
};
tellTarget ("_parent._parent") {
stop();
};
trace("Killed a slug");
_root.muneeba.speedy = 0;
_root.muneeba.gravity = 4.2;
}
}
}
Symbol 278 MovieClip Frame 18
gotoAndPlay (1);
Instance of Symbol 59 MovieClip in Symbol 278 MovieClip Frame 35
onClipEvent (enterFrame) {
if (hitTest("_root.muneeba.damage")) {
if (_root.muneeba.speedy > 2) {
tellTarget ("_parent") {
gotoAndPlay ("dead");
};
tellTarget ("_parent._parent") {
stop();
};
trace("Killed a slug");
_root.muneeba.speedy = 0;
_root.muneeba.gravity = 4.2;
}
}
}
Symbol 278 MovieClip Frame 47
gotoAndPlay (1);
Symbol 278 MovieClip Frame 68
if (_root.left > 0) {
tellTarget ("_root.muneeba") {
gotoAndStop ("bounceleft");
};
}
if (_root.left < 1) {
tellTarget ("_root.muneeba") {
gotoAndStop ("bounceright");
};
}
Instance of Symbol 59 MovieClip in Symbol 278 MovieClip Frame 68
onClipEvent (enterFrame) {
tellTarget ("_parent._parent") {
stop();
};
}
Symbol 278 MovieClip Frame 69
_root.muneeba.speedy = -45;
trace("Boing!");
_root.scorebox.score = _root.score;
if (_root.left > 0) {
tellTarget ("_root.muneeba") {
gotoAndStop ("bounceleft");
};
}
if (_root.left < 1) {
tellTarget ("_root.muneeba") {
gotoAndStop ("bounceright");
};
}
_root.score = _root.score + 10;
_root.scorebox.score = _root.score;
Symbol 278 MovieClip Frame 84
stop();
Symbol 280 MovieClip Frame 1
stop();
Symbol 282 MovieClip Frame 1
stop();
Symbol 282 MovieClip Frame 54
_global.lives = _global.lives - 1;
_root.scorebox.lives = _global.lives;
if (_global.lives < 0) {
tellTarget ("_root") {
gotoAndPlay ("end");
};
_root.gameover = "GAME OVER";
} else {
tellTarget ("_root") {
gotoAndPlay ("level3");
};
}
Symbol 282 MovieClip Frame 55
stop();
Symbol 284 MovieClip Frame 1
stop();
Symbol 284 MovieClip Frame 75
stop();
_root.play();
Symbol 288 MovieClip Frame 1
stop();
Symbol 288 MovieClip Frame 3
if (_root.health < 3) {
_root.stars = _root.stars + 10;
_root.scorebox.stars = _root.stars;
tellTarget ("_root.scorebox") {
play();
};
}
Symbol 288 MovieClip Frame 32
stop();
_root.win1.play();
Symbol 291 MovieClip Frame 1
stop();
Symbol 291 MovieClip Frame 54
_global.lives = _global.lives - 1;
_root.scorebox.lives = _global.lives;
if (_global.lives < 0) {
tellTarget ("_root") {
gotoAndPlay ("end");
};
_root.gameover = "GAME OVER";
} else {
tellTarget ("_root") {
gotoAndPlay ("level4");
};
}
Symbol 291 MovieClip Frame 55
stop();
Symbol 293 MovieClip Frame 1
stop();
Symbol 293 MovieClip Frame 75
stop();
_root.play();
Symbol 297 MovieClip Frame 1
stop();
Symbol 297 MovieClip Frame 3
setProperty("_root.main.theboss", _alpha , "45");
trace("Boing!");
_root.main.theboss.bosshealth = _root.main.theboss.bosshealth - 15;
_root.main.theboss.bossnumber = _root.main.theboss.bosshealth;
if (_root.main.theboss.bosshealth < 1) {
tellTarget ("_root.main.theboss") {
gotoAndPlay ("dead");
};
}
Symbol 297 MovieClip Frame 4
setProperty("_root.main.theboss", _alpha , "100");
Symbol 297 MovieClip Frame 5
setProperty("_root.main.theboss", _alpha , "45");
Symbol 297 MovieClip Frame 6
setProperty("_root.main.theboss", _alpha , "100");
Symbol 297 MovieClip Frame 7
setProperty("_root.main.theboss", _alpha , "45");
Symbol 297 MovieClip Frame 8
setProperty("_root.main.theboss", _alpha , "100");
Symbol 297 MovieClip Frame 9
setProperty("_root.main.theboss", _alpha , "45");
Symbol 297 MovieClip Frame 10
setProperty("_root.main.theboss", _alpha , "100");
Symbol 297 MovieClip Frame 11
setProperty("_root.main.theboss", _alpha , "45");
Symbol 297 MovieClip Frame 12
setProperty("_root.main.theboss", _alpha , "100");
Symbol 297 MovieClip Frame 13
setProperty("_root.main.theboss", _alpha , "45");
Symbol 297 MovieClip Frame 14
setProperty("_root.main.theboss", _alpha , "100");
Symbol 297 MovieClip Frame 15
setProperty("_root.main.theboss", _alpha , "45");
Symbol 297 MovieClip Frame 16
setProperty("_root.main.theboss", _alpha , "100");
Symbol 297 MovieClip Frame 17
setProperty("_root.main.theboss", _alpha , "45");
Symbol 297 MovieClip Frame 18
setProperty("_root.main.theboss", _alpha , "100");
Symbol 297 MovieClip Frame 19
setProperty("_root.main.theboss", _alpha , "45");
Symbol 297 MovieClip Frame 20
setProperty("_root.main.theboss", _alpha , "100");
Symbol 297 MovieClip Frame 21
setProperty("_root.main.theboss", _alpha , "45");
Symbol 297 MovieClip Frame 22
setProperty("_root.main.theboss", _alpha , "100");
Symbol 297 MovieClip Frame 23
setProperty("_root.main.theboss", _alpha , "45");
Symbol 297 MovieClip Frame 24
setProperty("_root.main.theboss", _alpha , "100");
Symbol 297 MovieClip Frame 25
setProperty("_root.main.theboss", _alpha , "45");
Symbol 297 MovieClip Frame 26
setProperty("_root.main.theboss", _alpha , "100");
Symbol 297 MovieClip Frame 27
setProperty("_root.main.theboss", _alpha , "45");
Symbol 297 MovieClip Frame 28
setProperty("_root.main.theboss", _alpha , "100");
Symbol 297 MovieClip Frame 29
setProperty("_root.main.theboss", _alpha , "45");
Symbol 297 MovieClip Frame 30
setProperty("_root.main.theboss", _alpha , "100");
Symbol 297 MovieClip Frame 31
setProperty("_root.main.theboss", _alpha , "45");
Symbol 297 MovieClip Frame 32
setProperty("_root.main.theboss", _alpha , "100");
Symbol 297 MovieClip Frame 33
setProperty("_root.main.theboss", _alpha , "45");
Symbol 297 MovieClip Frame 34
setProperty("_root.main.theboss", _alpha , "100");
Symbol 297 MovieClip Frame 35
setProperty("_root.main.theboss", _alpha , "45");
Symbol 297 MovieClip Frame 36
setProperty("_root.main.theboss", _alpha , "100");
Symbol 297 MovieClip Frame 37
setProperty("_root.main.theboss", _alpha , "45");
Symbol 297 MovieClip Frame 38
setProperty("_root.main.theboss", _alpha , "100");
Symbol 297 MovieClip Frame 39
setProperty("_root.main.theboss", _alpha , "45");
Symbol 297 MovieClip Frame 40
setProperty("_root.main.theboss", _alpha , "100");
Symbol 297 MovieClip Frame 41
setProperty("_root.main.theboss", _alpha , "45");
Symbol 297 MovieClip Frame 42
setProperty("_root.main.theboss", _alpha , "100");
Symbol 297 MovieClip Frame 43
setProperty("_root.main.theboss", _alpha , "45");
Symbol 297 MovieClip Frame 44
setProperty("_root.main.theboss", _alpha , "100");
Symbol 297 MovieClip Frame 45
setProperty("_root.main.theboss", _alpha , "45");
Symbol 297 MovieClip Frame 46
setProperty("_root.main.theboss", _alpha , "100");
Symbol 297 MovieClip Frame 47
setProperty("_root.main.theboss", _alpha , "45");
Symbol 297 MovieClip Frame 48
setProperty("_root.main.theboss", _alpha , "100");
Symbol 297 MovieClip Frame 49
setProperty("_root.main.theboss", _alpha , "45");
Symbol 297 MovieClip Frame 50
setProperty("_root.main.theboss", _alpha , "100");
Symbol 297 MovieClip Frame 51
setProperty("_root.main.theboss", _alpha , "45");
Symbol 297 MovieClip Frame 52
setProperty("_root.main.theboss", _alpha , "100");
Symbol 297 MovieClip Frame 53
setProperty("_root.main.theboss", _alpha , "45");
Symbol 297 MovieClip Frame 54
setProperty("_root.main.theboss", _alpha , "100");
Symbol 297 MovieClip Frame 55
setProperty("_root.main.theboss", _alpha , "45");
Symbol 297 MovieClip Frame 56
setProperty("_root.main.theboss", _alpha , "100");
Symbol 297 MovieClip Frame 57
setProperty("_root.main.theboss", _alpha , "45");
Symbol 297 MovieClip Frame 58
setProperty("_root.main.theboss", _alpha , "100");
Symbol 297 MovieClip Frame 59
setProperty("_root.main.theboss", _alpha , "45");
Symbol 297 MovieClip Frame 60
setProperty("_root.main.theboss", _alpha , "100");
Symbol 297 MovieClip Frame 61
setProperty("_root.main.theboss", _alpha , "45");
Symbol 297 MovieClip Frame 62
setProperty("_root.main.theboss", _alpha , "100");
Symbol 297 MovieClip Frame 63
setProperty("_root.main.theboss", _alpha , "45");
Symbol 297 MovieClip Frame 64
setProperty("_root.main.theboss", _alpha , "100");
Symbol 297 MovieClip Frame 65
setProperty("_root.main.theboss", _alpha , "45");
Symbol 297 MovieClip Frame 66
setProperty("_root.main.theboss", _alpha , "100");
Symbol 297 MovieClip Frame 67
setProperty("_root.main.theboss", _alpha , "45");
Symbol 297 MovieClip Frame 68
setProperty("_root.main.theboss", _alpha , "100");
Symbol 297 MovieClip Frame 69
setProperty("_root.main.theboss", _alpha , "45");
Symbol 297 MovieClip Frame 70
setProperty("_root.main.theboss", _alpha , "100");
Symbol 297 MovieClip Frame 71
setProperty("_root.main.theboss", _alpha , "45");
Symbol 297 MovieClip Frame 72
setProperty("_root.main.theboss", _alpha , "100");
Symbol 297 MovieClip Frame 73
setProperty("_root.main.theboss", _alpha , "45");
Symbol 297 MovieClip Frame 74
setProperty("_root.main.theboss", _alpha , "100");
Symbol 297 MovieClip Frame 75
setProperty("_root.main.theboss", _alpha , "45");
Symbol 297 MovieClip Frame 76
setProperty("_root.main.theboss", _alpha , "100");
Symbol 297 MovieClip Frame 77
setProperty("_root.main.theboss", _alpha , "45");
Symbol 297 MovieClip Frame 78
setProperty("_root.main.theboss", _alpha , "100");
Symbol 297 MovieClip Frame 79
setProperty("_root.main.theboss", _alpha , "45");
Symbol 297 MovieClip Frame 80
setProperty("_root.main.theboss", _alpha , "100");
Symbol 297 MovieClip Frame 81
setProperty("_root.main.theboss", _alpha , "45");
Symbol 297 MovieClip Frame 82
setProperty("_root.main.theboss", _alpha , "100");
Symbol 297 MovieClip Frame 83
setProperty("_root.main.theboss", _alpha , "45");
Symbol 297 MovieClip Frame 84
setProperty("_root.main.theboss", _alpha , "100");
Symbol 297 MovieClip Frame 85
setProperty("_root.main.theboss", _alpha , "45");
Symbol 297 MovieClip Frame 86
setProperty("_root.main.theboss", _alpha , "100");
_root.canbehurt = 1;
Instance of Symbol 59 MovieClip in Symbol 306 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest("_root.muneeba.hurt.ow")) {
tellTarget ("_root.muneeba.hurt") {
play();
};
}
}
Instance of Symbol 305 MovieClip in Symbol 306 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest("_root.muneeba.damage")) {
if (_root.canbehurt > 0) {
if (_root.muneeba.speedy > 0) {
_root.canbehurt = 0;
tellTarget ("_root.main.theboss.hurt") {
play();
};
_root.hurt = 1;
_root.muneeba.speedy = -50;
_root.muneeba.gravity = 4.2;
}
}
trace("Boss got hurt");
}
}
Symbol 309 MovieClip Frame 50
_root.main._x = _root.main._x + 5;
_root.muneeba._x = _root.muneeba._x + 5;
_root.main._y = _root.main._y + 10;
_root.muneeba._y = _root.muneeba._y + 10;
Symbol 309 MovieClip Frame 51
_root.main._x = _root.main._x - 7;
_root.muneeba._x = _root.muneeba._x - 7;
_root.main._y = _root.main._y - 16;
_root.muneeba._y = _root.muneeba._y - 16;
Symbol 309 MovieClip Frame 52
_root.main._x = _root.main._x + 2;
_root.muneeba._x = _root.muneeba._x + 2;
_root.main._y = _root.main._y + 6;
_root.muneeba._y = _root.muneeba._y + 6;
Symbol 309 MovieClip Frame 53
var bosshealth = 100;
bossnumber = bosshealth;
Symbol 309 MovieClip Frame 59
if (_root.hurt > 0) {
gotoAndPlay ("secondattack");
}
Symbol 309 MovieClip Frame 61
_root.hurt = 0;
_root.canbehurt = 1;
Symbol 309 MovieClip Frame 220
gotoAndPlay ("start");
Instance of Symbol 308 MovieClip in Symbol 309 MovieClip Frame 261
onClipEvent (enterFrame) {
if (hitTest("_root.muneeba.hurt.ow")) {
tellTarget ("_root.muneeba.hurt") {
play();
};
}
}
Instance of Symbol 308 MovieClip in Symbol 309 MovieClip Frame 288
onClipEvent (enterFrame) {
if (hitTest("_root.muneeba.hurt.ow")) {
tellTarget ("_root.muneeba.hurt") {
play();
};
}
}
Instance of Symbol 308 MovieClip in Symbol 309 MovieClip Frame 313
onClipEvent (enterFrame) {
if (hitTest("_root.muneeba.hurt.ow")) {
tellTarget ("_root.muneeba.hurt") {
play();
};
}
}
Symbol 309 MovieClip Frame 345
_root.main._x = _root.main._x + 5;
_root.muneeba._x = _root.muneeba._x + 5;
_root.main._y = _root.main._y + 10;
_root.muneeba._y = _root.muneeba._y + 10;
Symbol 309 MovieClip Frame 346
_root.main._x = _root.main._x - 7;
_root.muneeba._x = _root.muneeba._x - 7;
_root.main._y = _root.main._y - 16;
_root.muneeba._y = _root.muneeba._y - 16;
Symbol 309 MovieClip Frame 347
_root.main._x = _root.main._x + 2;
_root.muneeba._x = _root.muneeba._x + 2;
_root.main._y = _root.main._y + 6;
_root.muneeba._y = _root.muneeba._y + 6;
Symbol 309 MovieClip Frame 348
_root.hurt = 0;
_root.canbehurt = 1;
gotoAndPlay ("start");
Symbol 309 MovieClip Frame 369
_root.main._x = _root.main._x + 5;
_root.muneeba._x = _root.muneeba._x + 5;
_root.main._y = _root.main._y + 10;
_root.muneeba._y = _root.muneeba._y + 10;
Symbol 309 MovieClip Frame 370
_root.main._x = _root.main._x - 7;
_root.muneeba._x = _root.muneeba._x - 7;
_root.main._y = _root.main._y - 16;
_root.muneeba._y = _root.muneeba._y - 16;
Symbol 309 MovieClip Frame 371
_root.main._x = _root.main._x + 2;
_root.muneeba._x = _root.muneeba._x + 2;
_root.main._y = _root.main._y + 6;
_root.muneeba._y = _root.muneeba._y + 6;
Symbol 309 MovieClip Frame 379
_root.main._x = _root.main._x + 5;
_root.muneeba._x = _root.muneeba._x + 5;
_root.main._y = _root.main._y + 10;
_root.muneeba._y = _root.muneeba._y + 10;
Symbol 309 MovieClip Frame 380
_root.main._x = _root.main._x - 7;
_root.muneeba._x = _root.muneeba._x - 7;
_root.main._y = _root.main._y - 16;
_root.muneeba._y = _root.muneeba._y - 16;
Symbol 309 MovieClip Frame 381
_root.main._x = _root.main._x + 2;
_root.muneeba._x = _root.muneeba._x + 2;
_root.main._y = _root.main._y + 6;
_root.muneeba._y = _root.muneeba._y + 6;
Symbol 309 MovieClip Frame 382
_root.main._x = _root.main._x + 5;
_root.muneeba._x = _root.muneeba._x + 5;
_root.main._y = _root.main._y + 10;
_root.muneeba._y = _root.muneeba._y + 10;
Symbol 309 MovieClip Frame 383
_root.main._x = _root.main._x - 7;
_root.muneeba._x = _root.muneeba._x - 7;
_root.main._y = _root.main._y - 16;
_root.muneeba._y = _root.muneeba._y - 16;
Symbol 309 MovieClip Frame 384
_root.main._x = _root.main._x + 2;
_root.muneeba._x = _root.muneeba._x + 2;
_root.main._y = _root.main._y + 6;
_root.muneeba._y = _root.muneeba._y + 6;
Symbol 309 MovieClip Frame 413
stop();
tellTarget ("_root") {
gotoAndPlay ("end");
};
Symbol 311 MovieClip Frame 1
stop();
Symbol 311 MovieClip Frame 54
_global.lives = _global.lives - 1;
_root.scorebox.lives = _global.lives;
if (_global.lives < 0) {
tellTarget ("_root") {
gotoAndPlay ("end");
};
_root.gameover = "GAME OVER";
} else {
tellTarget ("_root") {
gotoAndPlay ("level5");
};
}
Symbol 311 MovieClip Frame 55
stop();
Symbol 313 MovieClip Frame 1
stop();
Symbol 313 MovieClip Frame 75
stop();
_root.play();
Symbol 321 Button
on (release) {
gotoAndPlay (5);
}