Frame 1
loaded = _root.getBytesLoaded();
total = _root.getBytesTotal();
Frame 2
if (loaded >= total) {
gotoAndPlay (3);
} else {
gotoAndPlay (1);
}
Frame 3
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__("ce6afc8c", this, 10301);
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);
}
_global.sound_vol = 80;
var theme = new Sound();
theme.attachSound("theme");
theme.start(0, 999);
theme.setVolume(_global.sound_vol);
_global.hs = false;
__com_mochibot__("b1943ab5", this, 10301);
Frame 4
stop();
onEnterFrame = function () {
theme.setVolume(_global.sound_vol);
};
Instance of Symbol 142 MovieClip "s_slide" in Frame 6
onClipEvent (load) {
this._x = (_global.sound_vol + 73.68) * 1.615;
}
onClipEvent (enterFrame) {
this.useHandCursor = false;
onPress = function () {
this.startDrag(true, 119.2, this._y, 280.8, this._y);
};
onRelease = function () {
this.stopDrag();
};
_global.sound_vol = (this._x / 1.615) - 73.68;
}
Frame 8
function tracking() {
myURL = "http://gamegarage.co.uk/scripts/";
url = myURL + "tracking.php";
lv = new LoadVars();
lv.game_id = _root.game_id;
lv.user_id = _root.user_id;
lv.sendAndLoad(url, lv, "POST");
}
stop();
_global.score = 0;
_global.flr = 1;
_global.stage = 1;
_global.st_jumps = 0;
_global.st_ftl = 0;
_global.st_stl = 0;
_global.st_b_plat = 0;
_global.st_s_jumps = 0;
_global.st_time = 0;
_global.health = 100;
_global.inair = false;
onEnterFrame = function () {
hs_fs = (("F:" + _global.flr) + " S:") + _global.stage;
hs_score_txt = _global.score;
_global.st_time = _global.st_time + 0.0416666666666667;
if (_global.score < 0) {
_global.score = 0;
}
if (_global.health < 0) {
_global.health = 0;
gotoAndStop ("dead");
}
};
tracking();
Instance of Symbol 156 MovieClip "health_bar" in Frame 8
onClipEvent (enterFrame) {
this._xscale = _global.health;
}
Instance of Symbol 172 MovieClip "player" in Frame 8
onClipEvent (load) {
_global.xspeed = 5;
_global.yspeed = 15;
_global.p = 0;
_global.p2 = 0;
_global.jumping = false;
_global.build = false;
_global.rlse = false;
_global.air = false;
}
onClipEvent (enterFrame) {
if ((_x < 0) || (_x > Stage.width)) {
_global.xspeed = _global.xspeed * -1;
}
if (_global.xspeed > 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
if (this._y == 0) {
this._y = Stage.height;
_root.nextFrame();
}
if (Key.isDown(32)) {
if (_global.jumping == false) {
_global.p = -15;
_global.jumping = true;
_global.build = false;
_global.rlse = false;
_global.st_jumps = _global.st_jumps + 1;
}
}
if (_global.jumping == true) {
_global.p++;
this._y = this._y + _global.p;
}
if (_global.p < -15) {
_global.p = -15;
}
if (this._y > Stage.height) {
this._y = Stage.height;
if (_global.inair == true) {
_global.health = _global.health - (_global.p / 2);
}
_global.p = 0;
_global.jumping = false;
}
this._x = this._x + _global.xspeed;
}
Frame 9
stop();
_global.flr = _global.flr + 1;
_global.cc = "null";
_global.health = 100;
_global.inair = false;
var levelup = new Sound();
levelup.attachSound("level_up");
levelup.setVolume(_global.sound_vol);
levelup.start(0, 0);
Frame 10
stop();
_global.flr = _global.flr + 1;
_global.cc = "null";
_global.health = 100;
_global.inair = false;
var levelup = new Sound();
levelup.attachSound("level_up");
levelup.setVolume(_global.sound_vol);
levelup.start(0, 0);
Frame 11
stop();
_global.flr = _global.flr + 1;
_global.cc = "null";
_global.health = 100;
_global.inair = false;
var levelup = new Sound();
levelup.attachSound("level_up");
levelup.setVolume(_global.sound_vol);
levelup.start(0, 0);
Frame 12
stop();
_global.flr = _global.flr + 1;
_global.cc = "null";
_global.health = 100;
_global.inair = false;
var levelup = new Sound();
levelup.attachSound("level_up");
levelup.setVolume(_global.sound_vol);
levelup.start(0, 0);
Frame 13
stop();
_global.flr = _global.flr + 1;
_global.cc = "null";
_global.health = 100;
_global.inair = false;
var levelup = new Sound();
levelup.attachSound("level_up");
levelup.setVolume(_global.sound_vol);
levelup.start(0, 0);
Frame 14
stop();
_global.flr = _global.flr + 1;
_global.cc = "null";
_global.health = 100;
_global.inair = false;
var levelup = new Sound();
levelup.attachSound("level_up");
levelup.setVolume(_global.sound_vol);
levelup.start(0, 0);
Frame 15
stop();
_global.flr = _global.flr + 1;
_global.cc = "null";
_global.health = 100;
_global.inair = false;
var levelup = new Sound();
levelup.attachSound("level_up");
levelup.setVolume(_global.sound_vol);
levelup.start(0, 0);
Frame 16
stop();
_global.flr = _global.flr + 1;
_global.cc = "null";
_global.health = 100;
_global.inair = false;
var levelup = new Sound();
levelup.attachSound("level_up");
levelup.setVolume(_global.sound_vol);
levelup.start(0, 0);
Frame 17
stop();
_global.flr = _global.flr + 1;
_global.cc = "null";
_global.health = 100;
_global.inair = false;
var levelup = new Sound();
levelup.attachSound("level_up");
levelup.setVolume(_global.sound_vol);
levelup.start(0, 0);
Frame 18
stop();
hs_jumps = _global.st_jumps;
hs_ftl = _global.st_ftl;
hs_stl = _global.st_stl;
hs_b_plat = _global.st_b_plat;
hs_s_jumps = _global.st_s_jumps;
hs_time = int(_global.st_time);
hs_score = _global.score;
hs_complete_txt = ("Stage " + _global.stage) + " Complete!";
Frame 19
stop();
_global.stage = _global.stage + 1;
_global.flr = _global.flr + 1;
_global.st_jumps = 0;
_global.st_ftl = 0;
_global.st_stl = 0;
_global.st_b_plat = 0;
_global.st_s_jumps = 0;
_global.st_time = 0;
_global.health = 100;
_global.inair = false;
onEnterFrame = function () {
fs = (("F:" + _global.flr) + " S:") + _global.stage;
score_txt = _global.score;
_global.st_time = _global.st_time + 0.0416666666666667;
if (_global.score < 0) {
_global.score = 0;
}
if (_global.health < 0) {
_global.health = 0;
gotoAndStop ("dead");
}
};
Instance of Symbol 172 MovieClip "player" in Frame 19
onClipEvent (load) {
_global.xspeed = 5;
_global.yspeed = 15;
_global.p = 0;
_global.p2 = 0;
_global.jumping = false;
_global.build = false;
_global.rlse = false;
_global.air = false;
}
onClipEvent (enterFrame) {
if ((_x < 0) || (_x > Stage.width)) {
_global.xspeed = _global.xspeed * -1;
}
if (_global.xspeed > 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
if (this._y == 0) {
this._y = Stage.height;
_root.nextFrame();
}
if (Key.isDown(32)) {
if (_global.jumping == false) {
_global.p = -15;
_global.jumping = true;
_global.build = false;
_global.rlse = false;
_global.st_jumps = _global.st_jumps + 1;
}
}
if (_global.jumping == true) {
_global.p++;
this._y = this._y + _global.p;
}
if (_global.p < -15) {
_global.p = -15;
}
if (this._y > Stage.height) {
this._y = Stage.height;
if (_global.inair == true) {
_global.health = _global.health - (_global.p / 2);
}
_global.p = 0;
_global.jumping = false;
}
this._x = this._x + _global.xspeed;
}
Frame 20
stop();
_global.flr = _global.flr + 1;
_global.cc = "null";
_global.health = 100;
_global.inair = false;
var levelup = new Sound();
levelup.attachSound("level_up");
levelup.setVolume(_global.sound_vol);
levelup.start(0, 0);
Frame 21
stop();
_global.flr = _global.flr + 1;
_global.cc = "null";
_global.health = 100;
_global.inair = false;
var levelup = new Sound();
levelup.attachSound("level_up");
levelup.setVolume(_global.sound_vol);
levelup.start(0, 0);
Frame 22
stop();
_global.flr = _global.flr + 1;
_global.cc = "null";
_global.health = 100;
_global.inair = false;
var levelup = new Sound();
levelup.attachSound("level_up");
levelup.setVolume(_global.sound_vol);
levelup.start(0, 0);
Frame 23
stop();
_global.flr = _global.flr + 1;
_global.cc = "null";
_global.health = 100;
_global.inair = false;
var levelup = new Sound();
levelup.attachSound("level_up");
levelup.setVolume(_global.sound_vol);
levelup.start(0, 0);
Frame 24
stop();
_global.flr = _global.flr + 1;
_global.cc = "null";
_global.health = 100;
_global.inair = false;
var levelup = new Sound();
levelup.attachSound("level_up");
levelup.setVolume(_global.sound_vol);
levelup.start(0, 0);
Frame 25
stop();
_global.flr = _global.flr + 1;
_global.cc = "null";
_global.health = 100;
_global.inair = false;
var levelup = new Sound();
levelup.attachSound("level_up");
levelup.setVolume(_global.sound_vol);
levelup.start(0, 0);
Frame 26
stop();
_global.flr = _global.flr + 1;
_global.cc = "null";
_global.health = 100;
_global.inair = false;
var levelup = new Sound();
levelup.attachSound("level_up");
levelup.setVolume(_global.sound_vol);
levelup.start(0, 0);
Frame 27
stop();
_global.flr = _global.flr + 1;
_global.cc = "null";
_global.health = 100;
_global.inair = false;
var levelup = new Sound();
levelup.attachSound("level_up");
levelup.setVolume(_global.sound_vol);
levelup.start(0, 0);
Frame 28
stop();
_global.flr = _global.flr + 1;
_global.cc = "null";
_global.health = 100;
_global.inair = false;
var levelup = new Sound();
levelup.attachSound("level_up");
levelup.setVolume(_global.sound_vol);
levelup.start(0, 0);
Frame 29
stop();
hs_jumps = _global.st_jumps;
hs_ftl = _global.st_ftl;
hs_stl = _global.st_stl;
hs_b_plat = _global.st_b_plat;
hs_s_jumps = _global.st_s_jumps;
hs_time = int(_global.st_time);
hs_score = _global.score;
hs_complete_txt = ("Stage " + _global.stage) + " Complete!";
Frame 30
stop();
_global.stage = _global.stage + 1;
_global.flr = _global.flr + 1;
_global.st_jumps = 0;
_global.st_ftl = 0;
_global.st_stl = 0;
_global.st_b_plat = 0;
_global.st_s_jumps = 0;
_global.st_time = 0;
_global.health = 100;
_global.inair = false;
onEnterFrame = function () {
fs = (("F:" + _global.flr) + " S:") + _global.stage;
score_txt = _global.score;
_global.st_time = _global.st_time + 0.0416666666666667;
if (_global.score < 0) {
_global.score = 0;
}
if (_global.health < 0) {
_global.health = 0;
gotoAndStop ("dead");
}
};
Instance of Symbol 172 MovieClip "player" in Frame 30
onClipEvent (load) {
_global.xspeed = 5;
_global.yspeed = 15;
_global.p = 0;
_global.p2 = 0;
_global.jumping = false;
_global.build = false;
_global.rlse = false;
_global.air = false;
}
onClipEvent (enterFrame) {
if ((_x < 0) || (_x > Stage.width)) {
_global.xspeed = _global.xspeed * -1;
}
if (_global.xspeed > 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
if (this._y == 0) {
this._y = Stage.height;
_root.nextFrame();
}
if (Key.isDown(32)) {
if (_global.jumping == false) {
_global.p = -15;
_global.jumping = true;
_global.build = false;
_global.rlse = false;
_global.st_jumps = _global.st_jumps + 1;
}
}
if (_global.jumping == true) {
_global.p++;
this._y = this._y + _global.p;
}
if (_global.p < -15) {
_global.p = -15;
}
if (this._y > Stage.height) {
this._y = Stage.height;
if (_global.inair == true) {
_global.health = _global.health - (_global.p / 2);
}
_global.p = 0;
_global.jumping = false;
}
this._x = this._x + _global.xspeed;
}
Frame 31
stop();
_global.flr = _global.flr + 1;
_global.cc = "null";
_global.health = 100;
_global.inair = false;
var levelup = new Sound();
levelup.attachSound("level_up");
levelup.setVolume(_global.sound_vol);
levelup.start(0, 0);
Frame 32
stop();
_global.flr = _global.flr + 1;
_global.cc = "null";
_global.health = 100;
_global.inair = false;
var levelup = new Sound();
levelup.attachSound("level_up");
levelup.setVolume(_global.sound_vol);
levelup.start(0, 0);
Frame 33
stop();
_global.flr = _global.flr + 1;
_global.cc = "null";
_global.health = 100;
_global.inair = false;
var levelup = new Sound();
levelup.attachSound("level_up");
levelup.setVolume(_global.sound_vol);
levelup.start(0, 0);
Frame 34
stop();
_global.flr = _global.flr + 1;
_global.cc = "null";
_global.health = 100;
_global.inair = false;
var levelup = new Sound();
levelup.attachSound("level_up");
levelup.setVolume(_global.sound_vol);
levelup.start(0, 0);
Frame 35
stop();
_global.flr = _global.flr + 1;
_global.cc = "null";
_global.health = 100;
_global.inair = false;
var levelup = new Sound();
levelup.attachSound("level_up");
levelup.setVolume(_global.sound_vol);
levelup.start(0, 0);
Frame 36
stop();
_global.flr = _global.flr + 1;
_global.cc = "null";
_global.health = 100;
_global.inair = false;
var levelup = new Sound();
levelup.attachSound("level_up");
levelup.setVolume(_global.sound_vol);
levelup.start(0, 0);
Frame 37
stop();
_global.flr = _global.flr + 1;
_global.cc = "null";
_global.health = 100;
_global.inair = false;
var levelup = new Sound();
levelup.attachSound("level_up");
levelup.setVolume(_global.sound_vol);
levelup.start(0, 0);
Frame 38
stop();
_global.flr = _global.flr + 1;
_global.cc = "null";
_global.health = 100;
_global.inair = false;
var levelup = new Sound();
levelup.attachSound("level_up");
levelup.setVolume(_global.sound_vol);
levelup.start(0, 0);
Frame 39
stop();
_global.flr = _global.flr + 1;
_global.cc = "null";
_global.health = 100;
_global.inair = false;
var levelup = new Sound();
levelup.attachSound("level_up");
levelup.setVolume(_global.sound_vol);
levelup.start(0, 0);
Frame 40
stop();
hs_jumps = _global.st_jumps;
hs_ftl = _global.st_ftl;
hs_stl = _global.st_stl;
hs_b_plat = _global.st_b_plat;
hs_s_jumps = _global.st_s_jumps;
hs_time = int(_global.st_time);
hs_score = _global.score;
hs_complete_txt = "Game Complete";
onEnterFrame = function () {
_global.hs_name = name_txt;
if (name_txt == "") {
name_txt = "NO NAME";
}
};
myURL = "http://gamegarage.co.uk/scripts/";
url = myURL + "score.php";
lv = new LoadVars();
lv.game_id = _root.game_id;
lv.user_id = _root.user_id;
lv.score = _global.score;
lv.alg = ((_root.game_id + _root.user_id) + _global.score) + "a83l9xj";
lv.sendAndLoad(url, lv, "POST");
Frame 41
stop();
hs_jumps = _global.st_jumps;
hs_ftl = _global.st_ftl;
hs_stl = _global.st_stl;
hs_b_plat = _global.st_b_plat;
hs_s_jumps = _global.st_s_jumps;
hs_time = int(_global.st_time);
hs_score = _global.score;
hs_complete_txt = "Game Complete";
onEnterFrame = function () {
_global.hs_name = name_txt;
if (name_txt == "") {
name_txt = "NO NAME";
}
};
myURL = "http://gamegarage.co.uk/scripts/";
url = myURL + "score.php";
lv = new LoadVars();
lv.game_id = _root.game_id;
lv.user_id = _root.user_id;
lv.score = _global.score;
lv.alg = ((_root.game_id + _root.user_id) + _global.score) + "a83l9xj";
lv.sendAndLoad(url, lv, "POST");
Symbol 32 Button
on (release) {
gotoAndStop (8);
}
Symbol 36 Button
on (release) {
gotoAndStop (5);
}
Symbol 40 Button
on (release) {
gotoAndStop (6);
}
Symbol 44 Button
on (release) {
getURL ("http://www.gamegarage.co.uk/", _blank);
}
Symbol 48 Button
on (release) {
gotoAndStop (7);
}
Symbol 52 Button
on (release) {
getURL ("http://www.gamegarage.co.uk/", _blank);
}
Symbol 58 Button
on (release) {
getURL ("http://www.kabomb.net/", _blank);
}
Symbol 65 MovieClip Frame 1
hit = false;
stop();
onEnterFrame = function () {
if (this.hitTest(_root.player._x, _root.player._y, true) && (_global.p > 0)) {
_global.inair = true;
var _local4 = new Sound();
_local4.attachSound("first");
_local4.start(0, 1);
_local4.setVolume(_global.sound_vol);
_root.player._y = this._y;
_global.p = 0;
_global.jumping = false;
_global.build = false;
if (hit == true) {
_global.score = _global.score - 10;
_global.st_stl = _global.st_stl + 1;
} else {
_global.score = _global.score + 100;
_global.st_ftl = _global.st_ftl + 1;
}
hit = true;
gotoAndStop (2);
}
if (((_root.player._y == this._y) && (_global.jumping == false)) && (!this.hitTest(_root.player._x, _root.player._y, true))) {
_global.p = -1;
_global.jumping = true;
_global.build = false;
}
};
Symbol 65 MovieClip Frame 2
stop();
onEnterFrame = function () {
if (this.hitTest(_root.player._x, _root.player._y, true) && (_global.p > 0)) {
var _local4 = new Sound();
_local4.attachSound("second");
_local4.start(0, 1);
_local4.setVolume(_global.sound_vol);
_root.player._y = this._y;
_global.p = 0;
_global.jumping = false;
_global.build = false;
if (hit == true) {
_global.score = _global.score - 10;
_global.st_stl = _global.st_stl + 1;
} else {
_global.score = _global.score + 100;
_global.st_ftl = _global.st_ftl + 1;
}
hit = true;
gotoAndStop (2);
}
if (((_root.player._y == this._y) && (_global.jumping == false)) && (!this.hitTest(_root.player._x, _root.player._y, true))) {
_global.p = -1;
_global.jumping = true;
_global.build = false;
}
};
Symbol 79 MovieClip Frame 1
stop();
this._alpha = 100;
crack = false;
onEnterFrame = function () {
if (crack == true) {
play();
}
if ((this.hitTest(_root.player._x, _root.player._y, true) && (_global.p > 0)) && (this._alpha > 0)) {
_global.inair = true;
_root.player._y = this._y;
_global.p = 0;
_global.jumping = false;
_global.build = false;
if (hit == true) {
_global.score = _global.score - 10;
_global.st_stl = _global.st_stl + 1;
var _local4 = new Sound();
_local4.attachSound("second");
_local4.start(0, 1);
_local4.setVolume(_global.sound_vol);
} else {
_global.score = _global.score + 100;
_global.st_ftl = _global.st_ftl + 1;
var _local5 = new Sound();
_local5.attachSound("first");
_local5.start(0, 1);
_local5.setVolume(_global.sound_vol);
}
crack = true;
hit = true;
}
if (((_root.player._y == this._y) && (_global.jumping == false)) && (!this.hitTest(_root.player._x, _root.player._y, true))) {
_global.p = -1;
_global.jumping = true;
_global.build = false;
}
};
Symbol 79 MovieClip Frame 8
this._alpha = this._alpha - 14.2857142857143;
_global.st_b_plat = _global.st_b_plat + 1;
Symbol 79 MovieClip Frame 9
this._alpha = this._alpha - 14.2857142857143;
Symbol 79 MovieClip Frame 10
this._alpha = this._alpha - 14.2857142857143;
Symbol 79 MovieClip Frame 11
this._alpha = this._alpha - 14.2857142857143;
Symbol 79 MovieClip Frame 12
this._alpha = this._alpha - 14.2857142857143;
Symbol 79 MovieClip Frame 13
this._alpha = this._alpha - 14.2857142857143;
Symbol 79 MovieClip Frame 14
this._alpha = 0;
Symbol 79 MovieClip Frame 90
this._alpha = this._alpha + 10;
Symbol 79 MovieClip Frame 91
this._alpha = this._alpha + 10;
Symbol 79 MovieClip Frame 92
this._alpha = this._alpha + 10;
Symbol 79 MovieClip Frame 93
this._alpha = this._alpha + 10;
Symbol 79 MovieClip Frame 94
this._alpha = this._alpha + 10;
Symbol 79 MovieClip Frame 95
this._alpha = this._alpha + 10;
Symbol 79 MovieClip Frame 96
this._alpha = this._alpha + 10;
Symbol 79 MovieClip Frame 97
this._alpha = this._alpha + 10;
Symbol 79 MovieClip Frame 98
this._alpha = this._alpha + 10;
Symbol 79 MovieClip Frame 99
this._alpha = this._alpha + 10;
Symbol 82 MovieClip Frame 1
hit = false;
c = 0;
stop();
onEnterFrame = function () {
if ((this.hitTest(_root.player._x, _root.player._y, true) && (_global.p > 0)) && (this._alpha == 100)) {
_root.player._y = this._y;
_global.p = 0;
_global.jumping = false;
_global.build = false;
if (hit == true) {
_global.score = _global.score - 10;
_global.st_stl = _global.st_stl + 1;
} else {
_global.score = _global.score + 100;
_global.ft_stl = _global.ft_stl + 1;
var _local4 = new Sound();
_local4.attachSound("first");
_local4.start(0, 1);
_local4.setVolume(_global.sound_vol);
}
hit = true;
gotoAndStop (2);
}
if (((_root.player._y == this._y) && (_global.jumping == false)) && (!this.hitTest(_root.player._x, _root.player._y, true))) {
_global.p = -1;
_global.jumping = true;
_global.build = false;
}
c = c + 2;
if (c < 200) {
this._alpha = 100;
}
if ((c < 250) && (c > 199)) {
this._alpha = this._alpha - 2;
}
if ((c < 300) && (c > 249)) {
this._alpha = this._alpha + 2;
}
if (c == 300) {
c = 0;
}
};
Symbol 82 MovieClip Frame 2
onEnterFrame = function () {
if ((this.hitTest(_root.player._x, _root.player._y, true) && (_global.p > 0)) && (this._alpha == 100)) {
_global.inair = true;
_root.player._y = this._y;
_global.p = 0;
_global.jumping = false;
_global.build = false;
if (hit == true) {
_global.score = _global.score - 10;
_global.st_stl = _global.st_stl + 1;
var _local4 = new Sound();
_local4.attachSound("second");
_local4.start(0, 1);
_local4.setVolume(_global.sound_vol);
} else {
_global.score = _global.score + 100;
_global.ft_stl = _global.ft_stl + 1;
}
hit = true;
}
if (((_root.player._y == this._y) && (_global.jumping == false)) && (!this.hitTest(_root.player._x, _root.player._y, true))) {
_global.p = -1;
_global.jumping = true;
_global.build = false;
}
c = c + 2;
if (c < 200) {
this._alpha = 100;
}
if ((c < 250) && (c > 199)) {
this._alpha = this._alpha - 2;
}
if ((c < 300) && (c > 249)) {
this._alpha = this._alpha + 2;
}
if (c == 300) {
c = 0;
}
};
Symbol 85 MovieClip Frame 1
hit = false;
stop();
onEnterFrame = function () {
if (this.hitTest(_root.player._x, _root.player._y, true)) {
_global.inair = true;
_global.st_s_jumps = _global.st_s_jumps + 1;
_global.p = -20;
_global.jumping = true;
_global.build = false;
_global.rlse = false;
var _local5 = new Sound();
_local5.attachSound("spring");
_local5.start(0, 1);
_local5.setVolume(_global.sound_vol);
if (hit == true) {
_global.score = _global.score - 10;
_global.st_stl = _global.st_stl + 1;
} else {
_global.score = _global.score + 100;
_global.st_ftl = _global.st_ftl + 1;
var _local4 = new Sound();
_local4.attachSound("first");
_local4.start(0, 1);
_local4.setVolume(_global.sound_vol);
}
hit = true;
gotoAndStop (2);
}
if (((_root.player._y == this._y) && (_global.jumping == false)) && (!this.hitTest(_root.player._x, _root.player._y, true))) {
_global.p = -1;
_global.jumping = true;
_global.build = false;
}
};
Symbol 85 MovieClip Frame 2
stop();
onEnterFrame = function () {
if (this.hitTest(_root.player._x, _root.player._y, true)) {
_global.st_s_jumps = _global.st_s_jumps + 1;
_global.p = -20;
_global.jumping = true;
_global.build = false;
_global.rlse = false;
var _local5 = new Sound();
_local5.attachSound("spring");
_local5.start(0, 1);
_local5.setVolume(_global.sound_vol);
if (hit == true) {
_global.score = _global.score - 10;
_global.st_stl = _global.st_stl + 1;
var _local4 = new Sound();
_local4.attachSound("second");
_local4.start(0, 1);
_local4.setVolume(_global.sound_vol);
} else {
_global.score = _global.score + 100;
_global.st_ftl = _global.st_ftl + 1;
}
hit = true;
gotoAndStop (2);
}
if (((_root.player._y == this._y) && (_global.jumping == false)) && (!this.hitTest(_root.player._x, _root.player._y, true))) {
_global.p = -1;
_global.jumping = true;
_global.build = false;
}
};
Symbol 93 MovieClip Frame 1
stop();
onEnterFrame = function () {
if (_global.cc == "red") {
this.gotoAndStop(2);
}
if (_global.cc == "yellow") {
this.gotoAndStop(3);
}
if (_global.cc == "green") {
this.gotoAndStop(4);
}
if (_global.cc == "blue") {
this.gotoAndStop(5);
}
};
Symbol 95 MovieClip Frame 1
hit = false;
stop();
onEnterFrame = function () {
if ((this.hitTest(_root.player._x, _root.player._y, true) && (_global.p > 0)) && (_global.cc == "blue")) {
_global.inair = true;
var _local4 = new Sound();
_local4.attachSound("first");
_local4.start(0, 1);
_local4.setVolume(_global.sound_vol);
_root.player._y = this._y;
_global.p = 0;
_global.jumping = false;
_global.build = false;
if (hit == true) {
_global.score = _global.score - 10;
_global.st_stl = _global.st_stl + 1;
} else {
_global.score = _global.score + 100;
_global.st_ftl = _global.st_ftl + 1;
}
hit = true;
gotoAndStop (2);
}
if (((_root.player._y == this._y) && (_global.jumping == false)) && (!this.hitTest(_root.player._x, _root.player._y, true))) {
_global.p = -1;
_global.jumping = true;
_global.build = false;
}
};
Symbol 95 MovieClip Frame 2
stop();
onEnterFrame = function () {
if ((this.hitTest(_root.player._x, _root.player._y, true) && (_global.p > 0)) && (_global.cc == "blue")) {
var _local4 = new Sound();
_local4.attachSound("second");
_local4.start(0, 1);
_local4.setVolume(_global.sound_vol);
_root.player._y = this._y;
_global.p = 0;
_global.jumping = false;
_global.build = false;
if (hit == true) {
_global.score = _global.score - 10;
_global.st_stl = _global.st_stl + 1;
} else {
_global.score = _global.score + 100;
_global.st_ftl = _global.st_ftl + 1;
}
hit = true;
gotoAndStop (2);
}
if (((_root.player._y == this._y) && (_global.jumping == false)) && (!this.hitTest(_root.player._x, _root.player._y, true))) {
_global.p = -1;
_global.jumping = true;
_global.build = false;
}
};
Symbol 97 MovieClip Frame 1
onEnterFrame = function () {
if (_root.player.hitTest(this)) {
_global.cc = "blue";
}
};
Symbol 104 MovieClip Frame 1
onEnterFrame = function () {
if (_root.player.hitTest(this)) {
_global.cc = "green";
}
};
Symbol 106 MovieClip Frame 1
onEnterFrame = function () {
if (_root.player.hitTest(this)) {
_global.cc = "red";
}
};
Symbol 108 MovieClip Frame 1
onEnterFrame = function () {
if (_root.player.hitTest(this)) {
_global.cc = "yellow";
}
};
Symbol 111 MovieClip Frame 1
hit = false;
stop();
onEnterFrame = function () {
if ((this.hitTest(_root.player._x, _root.player._y, true) && (_global.p > 0)) && (_global.cc == "green")) {
var _local4 = new Sound();
_local4.attachSound("first");
_local4.start(0, 1);
_local4.setVolume(_global.sound_vol);
_root.player._y = this._y;
_global.p = 0;
_global.jumping = false;
_global.build = false;
if (hit == true) {
_global.score = _global.score - 10;
_global.st_stl = _global.st_stl + 1;
} else {
_global.score = _global.score + 100;
_global.st_ftl = _global.st_ftl + 1;
}
hit = true;
gotoAndStop (2);
}
if (((_root.player._y == this._y) && (_global.jumping == false)) && (!this.hitTest(_root.player._x, _root.player._y, true))) {
_global.p = -1;
_global.jumping = true;
_global.build = false;
ontop = false;
}
};
Symbol 111 MovieClip Frame 2
stop();
onEnterFrame = function () {
if ((this.hitTest(_root.player._x, _root.player._y, true) && (_global.p > 0)) && (_global.cc == "green")) {
_global.inair = true;
var _local4 = new Sound();
_local4.attachSound("second");
_local4.start(0, 1);
_local4.setVolume(_global.sound_vol);
_root.player._y = this._y;
_global.p = 0;
_global.jumping = false;
_global.build = false;
if (hit == true) {
_global.score = _global.score - 10;
_global.st_stl = _global.st_stl + 1;
} else {
_global.score = _global.score + 100;
_global.st_ftl = _global.st_ftl + 1;
}
hit = true;
gotoAndStop (2);
}
if (((_root.player._y == this._y) && (_global.jumping == false)) && (!this.hitTest(_root.player._x, _root.player._y, true))) {
_global.p = -1;
_global.jumping = true;
_global.build = false;
ontop = false;
}
};
Symbol 114 MovieClip Frame 1
hit = false;
stop();
onEnterFrame = function () {
if ((this.hitTest(_root.player._x, _root.player._y, true) && (_global.p > 0)) && (_global.cc == "red")) {
var _local4 = new Sound();
_local4.attachSound("first");
_local4.start(0, 1);
_local4.setVolume(_global.sound_vol);
_global.inair = true;
_root.player._y = this._y;
_global.p = 0;
_global.jumping = false;
_global.build = false;
if (hit == true) {
_global.score = _global.score - 10;
_global.st_stl = _global.st_stl + 1;
} else {
_global.score = _global.score + 100;
_global.st_ftl = _global.st_ftl + 1;
}
hit = true;
gotoAndStop (2);
}
if (((_root.player._y == this._y) && (_global.jumping == false)) && (!this.hitTest(_root.player._x, _root.player._y, true))) {
_global.p = -1;
_global.jumping = true;
_global.build = false;
}
};
Symbol 114 MovieClip Frame 2
stop();
onEnterFrame = function () {
if ((this.hitTest(_root.player._x, _root.player._y, true) && (_global.p > 0)) && (_global.cc == "red")) {
var _local4 = new Sound();
_local4.attachSound("second");
_local4.start(0, 1);
_local4.setVolume(_global.sound_vol);
_root.player._y = this._y;
_global.p = 0;
_global.jumping = false;
_global.build = false;
if (hit == true) {
_global.score = _global.score - 10;
_global.st_stl = _global.st_stl + 1;
} else {
_global.score = _global.score + 100;
_global.st_ftl = _global.st_ftl + 1;
}
hit = true;
gotoAndStop (2);
}
if (((_root.player._y == this._y) && (_global.jumping == false)) && (!this.hitTest(_root.player._x, _root.player._y, true))) {
_global.p = -1;
_global.jumping = true;
_global.build = false;
}
};
Symbol 117 MovieClip Frame 1
hit = false;
stop();
onEnterFrame = function () {
if ((this.hitTest(_root.player._x, _root.player._y, true) && (_global.p > 0)) && (_global.cc == "yellow")) {
var _local4 = new Sound();
_local4.attachSound("first");
_local4.start(0, 1);
_local4.setVolume(_global.sound_vol);
_root.player._y = this._y;
_global.p = 0;
_global.jumping = false;
_global.build = false;
if (hit == true) {
_global.score = _global.score - 10;
_global.st_stl = _global.st_stl + 1;
} else {
_global.score = _global.score + 100;
_global.st_ftl = _global.st_ftl + 1;
}
hit = true;
gotoAndStop (2);
}
if (((_root.player._y == this._y) && (_global.jumping == false)) && (!this.hitTest(_root.player._x, _root.player._y, true))) {
_global.p = -1;
_global.jumping = true;
_global.build = false;
}
};
Symbol 117 MovieClip Frame 2
stop();
onEnterFrame = function () {
if ((this.hitTest(_root.player._x, _root.player._y, true) && (_global.p > 0)) && (_global.cc == "yellow")) {
var _local4 = new Sound();
_local4.attachSound("second");
_local4.start(0, 1);
_local4.setVolume(_global.sound_vol);
_global.inair = true;
_root.player._y = this._y;
_global.p = 0;
_global.jumping = false;
_global.build = false;
if (hit == true) {
_global.score = _global.score - 10;
_global.st_stl = _global.st_stl + 1;
} else {
_global.score = _global.score + 100;
_global.st_ftl = _global.st_ftl + 1;
}
hit = true;
gotoAndStop (2);
}
if (((_root.player._y == this._y) && (_global.jumping == false)) && (!this.hitTest(_root.player._x, _root.player._y, true))) {
_global.p = -1;
_global.jumping = true;
_global.build = false;
}
};
Symbol 123 Button
on (release) {
gotoAndStop (4);
}
Symbol 129 Button
on (release) {
_root._quality = "LOW";
}
Symbol 131 Button
on (release) {
_root._quality = "MEDIUM";
}
Symbol 133 Button
on (release) {
_root._quality = "HIGH";
}
Symbol 135 Button
on (release) {
_root._quality = "BEST";
}
Symbol 150 Button
on (release) {
if (pass_txt == "kabomb123") {
_global.stage = 2;
_global.flr = 0;
_global.score = 0;
gotoAndStop (30);
}
if (pass_txt == "gamegarage") {
_global.stage = 1;
_global.flr = 0;
_global.score = 0;
gotoAndStop (19);
} else {
pass_txt = "Incorrect";
}
}
Symbol 154 MovieClip Frame 1
onEnterFrame = function () {
if (this.hitTest(_root.player._x, _root.player._y, true) && (_global.p > 0)) {
_root.player._y = this._y;
_global.p = 0;
_global.jumping = false;
_global.build = false;
}
if (((_root.player._y == this._y) && (_global.jumping == false)) && (!this.hitTest(_root.player._x, _root.player._y, true))) {
_global.p = -1;
_global.jumping = true;
_global.build = false;
}
};
Symbol 172 MovieClip Frame 1
stop();
Symbol 178 Button
on (release) {
gotoAndStop (4);
}
Symbol 182 MovieClip Frame 1
this._rotation = Math.random() * 360;
Symbol 182 MovieClip Frame 31
stop();
Symbol 183 MovieClip Frame 1
i = 0;
this.onEnterFrame = function () {
i = i + 1;
circle.duplicateMovieClip("circle" + i, i);
};
Symbol 196 Button
on (release) {
nextFrame();
}
Symbol 212 MovieClip Frame 1
onEnterFrame = function () {
if (_root.player.hitTest(this)) {
_global.xspeed = _global.xspeed * -1;
}
};
Symbol 214 MovieClip Frame 1
stop();
onEnterFrame = function () {
if (this.hitTest(_root.player._x, _root.player._y, true) && (_global.p > 0)) {
_root.player._y = this._y;
_global.p = 0;
_global.jumping = false;
_global.build = false;
gotoAndStop (2);
}
if (((_root.player._y == this._y) && (_global.jumping == false)) && (!this.hitTest(_root.player._x, _root.player._y, true))) {
_global.p = -1;
_global.jumping = true;
_global.build = false;
}
};
Symbol 216 MovieClip Frame 1
onEnterFrame = function () {
if (_root.player.hitTest(this)) {
_global.xspeed = Math.abs(_global.xspeed);
}
};
Symbol 223 Button
on (release) {
getURL ("http://www.gamegarage.co.uk/games/himi/", _blank);
}
Symbol 227 Button
on (release) {
gotoAndStop (8);
}