Frame 1
function doSomething() {
getURL ("http://www.eggysgames.com", _blank);
}
function doSomething2() {
getURL ("http://octomon.wordpress.com", _blank);
}
function doSomething3() {
getURL ("http://www.notdoppler.com", _blank);
}
function doSomething4() {
stopAllSounds();
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Made by Eggy", doSomething);
Functioned2 = new ContextMenuItem("Made by Sam", doSomething2);
Functioned3 = new ContextMenuItem("Visit NotDoppler", doSomething3);
Functioned4 = new ContextMenuItem("Mute Music", doSomething4);
MENU.customItems.push(Functioned);
MENU.customItems.push(Functioned2);
MENU.customItems.push(Functioned3);
MENU.customItems.push(Functioned4);
MENU.builtInItems.quality = true;
_root.menu = MENU;
_root.kongregateServices.connect();
Frame 2
stop();
Frame 3
stop();
Instance of Symbol 56 MovieClip in Frame 3
on (press) {
getURL ("http://www.eggysgames.com", "blank");
}
Frame 4
stop();
Instance of Symbol 71 MovieClip in Frame 4
on (press) {
getURL ("http://octomon.wordpress.com/", "blank");
}
Frame 5
function __com_mochibot__(swfid, mc, lv, trk) {
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=7&fv=") + fv) + "&v=") + escape(getVersion())) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "")) + (trk ? "&t=1" : "");
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();
_root.lives = 0;
_root.checkpoint1 = false;
__com_mochibot__("f2a563a8", this, 10301, true);
Frame 6
stop();
Frame 7
stop();
Instance of Symbol 113 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
_root.nextFrame();
}
}
Frame 8
stop();
_root.dead = false;
_root.dead2 = false;
_root.dead3 = false;
_root.backer = 7;
Instance of Symbol 172 MovieClip "char" in Frame 8
onClipEvent (load) {
gravity = 0;
jumpheight = 12;
rightface = this._xscale;
rotate = 10;
speed = 6;
timer = 0;
playonce = false;
_x = -29;
_y = 295;
if (_root.checkpoint1 == true) {
_x = _root.check1._x;
_y = _root.check1._y;
}
}
onClipEvent (enterFrame) {
if (((_root.dead == false) and (_root.dead2 == false)) and (_root.dead3 == false)) {
gravity++;
this._y = this._y + gravity;
while (_root.movee.ground.hitTest(this._x, this._y, true)) {
this._y--;
gravity = 0;
}
if ((Key.isDown(38) and _root.movee.ground.hitTest(this._x, this._y + 3, true)) or (Key.isDown(87) and _root.movee.ground.hitTest(this._x, this._y + 3, true))) {
gravity = -jumpheight;
this._y = this._y - 4;
this.gotoAndStop(4);
}
if (Key.isDown(39) or Key.isDown(68)) {
this._x = this._x + speed;
this._xscale = rightface;
if (_root.movee.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(2);
} else if (_root.movee.ground.hitTest(!this)) {
this.gotoAndStop(1);
}
} else if (Key.isDown(37) or Key.isDown(65)) {
this._xscale = -rightface;
this._x = this._x - speed;
if (_root.movee.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(2);
} else if (_root.movee.ground.hitTest(!this)) {
this.gotoAndStop(1);
}
} else if (_root.movee.ground.hitTest(this._x, this._y + 3, true)) {
this.gotoAndStop(1);
}
if (_root.movee.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true) or _root.movee.ground.hitTest(_x + (_width / 2), _y - ((_height / 6) * 4), true)) {
_x = (_x - speed);
}
if (_root.movee.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true) or _root.movee.ground.hitTest(_x - (_width / 2), _y - ((_height / 6) * 4), true)) {
_x = (_x + speed);
}
if (_root.movee.ground.hitTest(_x, _y - _height, true)) {
gravity = 2;
}
}
if (_root.dead == true) {
if (playonce == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("scream", this);
_root.someSound.start(0, 1);
}
playonce = true;
_rotation = (_rotation + rotate);
_y = (_y - 20);
if (_y < -1000) {
_root.gotoAndStop(2);
}
}
if (_root.dead2 == true) {
if (playonce == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("scream", this);
_root.someSound.start(0, 1);
}
playonce = true;
timer++;
if (timer > 10) {
this.gotoAndStop(5);
}
if (timer > 40) {
_root.lives = _root.lives + 1;
_root.gotoAndStop(_root.backer);
}
}
if (_y > 1000) {
_root.lives = _root.lives + 1;
_root.gotoAndStop(_root.backer);
}
if (_root.dead3 == true) {
if (playonce == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("scream", this);
_root.someSound.start(0, 1);
}
playonce = true;
timer++;
if (timer > 1) {
this.gotoAndStop(5);
}
if (timer > 40) {
_root.lives = _root.lives + 1;
_root.gotoAndStop(_root.backer);
}
}
}
Instance of Symbol 221 MovieClip "check1" in Frame 8
onClipEvent (load) {
if (_root.checkpoint1 == true) {
this.gotoAndStop(94);
}
if (_root.checkpoint1 == false) {
notagain = false;
}
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this) and (notagain == false)) {
_root.checkpoint1 = true;
notagain = true;
gotoAndPlay (2);
}
}
Instance of Symbol 224 MovieClip in Frame 8
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this) and (notagain == false)) {
_root.checkpoint1 = false;
notagain = true;
gotoAndPlay (2);
}
}
Instance of Symbol 226 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.movee.ground.hiddentrapslol.gotoAndStop(2);
_root.dead3 = true;
}
}
Instance of Symbol 232 MovieClip "vcam" in Frame 8
onClipEvent (load) {
_x = _root.char._x;
}
onClipEvent (enterFrame) {
_x = _root.char._x;
}
Frame 9
stop();
_root.kongregateStats.submit("LevelCompleted", 1);
Instance of Symbol 239 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
_root.gotoAndStop(11);
}
}
Frame 10
stop();
Instance of Symbol 113 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
_root.nextFrame();
}
}
Frame 11
stop();
_root.dead = false;
_root.dead2 = false;
_root.dead3 = false;
_root.backer = 10;
_quality = "low";
Instance of Symbol 221 MovieClip "check1" in Frame 11
onClipEvent (load) {
if (_root.checkpoint1 == true) {
this.gotoAndStop(94);
}
if (_root.checkpoint1 == false) {
notagain = false;
}
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this) and (notagain == false)) {
_root.checkpoint1 = true;
notagain = true;
gotoAndPlay (2);
}
}
Instance of Symbol 172 MovieClip "char" in Frame 11
onClipEvent (load) {
gravity = 0;
jumpheight = 12;
rightface = this._xscale;
rotate = 10;
speed = 6;
timer = 0;
playonce = false;
_x = -87;
_y = 176;
if (_root.checkpoint1 == true) {
_x = _root.check1._x;
_y = _root.check1._y;
}
}
onClipEvent (enterFrame) {
if (((_root.dead == false) and (_root.dead2 == false)) and (_root.dead3 == false)) {
gravity++;
this._y = this._y + gravity;
while (_root.movee.ground.hitTest(this._x, this._y, true)) {
this._y--;
gravity = 0;
}
if ((Key.isDown(38) and _root.movee.ground.hitTest(this._x, this._y + 3, true)) or (Key.isDown(87) and _root.movee.ground.hitTest(this._x, this._y + 3, true))) {
gravity = -jumpheight;
this._y = this._y - 4;
this.gotoAndStop(4);
}
if (Key.isDown(39) or Key.isDown(68)) {
this._x = this._x + speed;
this._xscale = rightface;
if (_root.movee.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(2);
} else if (_root.movee.ground.hitTest(!this)) {
this.gotoAndStop(1);
}
} else if (Key.isDown(37) or Key.isDown(65)) {
this._x = this._x - speed;
this._xscale = -rightface;
if (_root.movee.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(2);
} else if (_root.movee.ground.hitTest(!this)) {
this.gotoAndStop(1);
}
} else if (_root.movee.ground.hitTest(this._x, this._y + 3, true)) {
this.gotoAndStop(1);
}
if (_root.movee.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true) || (_root.movee.ground.hitTest(_x + (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x - speed);
}
if (_root.movee.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true) || (_root.movee.ground.hitTest(_x - (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x + speed);
}
if (_root.movee.ground.hitTest(_x, _y - _height, true)) {
gravity = 2;
}
}
if (_root.dead == true) {
if (playonce == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("scream", this);
_root.someSound.start(0, 1);
}
playonce = true;
_rotation = (_rotation + rotate);
_y = (_y - 20);
if (_y < -1000) {
_root.gotoAndStop(2);
}
}
if (_root.dead2 == true) {
if (playonce == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("scream", this);
_root.someSound.start(0, 1);
}
playonce = true;
timer++;
if (timer > 10) {
this.gotoAndStop(5);
}
if (timer > 40) {
_root.lives = _root.lives + 1;
_root.gotoAndStop(_root.backer);
}
}
if (_y > 1000) {
_root.lives = _root.lives + 1;
_root.gotoAndStop(_root.backer);
}
if (_root.dead3 == true) {
if (playonce == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("scream", this);
_root.someSound.start(0, 1);
}
playonce = true;
timer++;
if (timer > 1) {
this.gotoAndStop(5);
}
if (timer > 40) {
_root.lives = _root.lives + 1;
_root.gotoAndStop(_root.backer);
}
}
}
Instance of Symbol 259 MovieClip in Frame 11
onClipEvent (load) {
go = false;
}
onClipEvent (enterFrame) {
if (go == true) {
_root.movee.ground.uhoh._y = _root.movee.ground.uhoh._y + 5;
}
if (_root.char.hitTest(this)) {
gotoAndStop (2);
go = true;
}
}
Instance of Symbol 259 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 260 MovieClip in Frame 11
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this) and (notagain == false)) {
_root.checkpoint1 = false;
notagain = true;
gotoAndPlay (2);
}
}
Instance of Symbol 232 MovieClip in Frame 11
onClipEvent (load) {
_x = _root.char._x;
}
onClipEvent (enterFrame) {
_x = _root.char._x;
}
Frame 12
stop();
_root.kongregateStats.submit("LevelCompleted", 2);
Instance of Symbol 239 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
_root.gotoAndStop(14);
}
}
Frame 13
stop();
Instance of Symbol 113 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
_root.nextFrame();
}
}
Frame 14
stop();
_root.dead = false;
_root.dead2 = false;
_root.dead3 = false;
_root.backer = 13;
_quality = "medium";
Instance of Symbol 260 MovieClip in Frame 14
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this) and (notagain == false)) {
_root.checkpoint1 = false;
notagain = true;
gotoAndPlay (2);
}
}
Instance of Symbol 277 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
this.gotoAndStop(2);
_root.dead3 = true;
}
}
Instance of Symbol 282 MovieClip "enemy" in Frame 14
onClipEvent (load) {
gravity = 0;
jumpheight = 12;
speed = 5;
rightface = this._xscale;
}
onClipEvent (enterFrame) {
_x = (_x - 1);
gravity++;
this._y = this._y + gravity;
while (_root.movee.ground.hitTest(this._x, this._y, true)) {
this._y--;
gravity = 0;
}
if (_root.movee.ground.hitTest(this._x, this._y + 3, true)) {
this.gotoAndStop(1);
}
if (_root.movee.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true) || (_root.movee.ground.hitTest(_x + (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x - speed);
}
if (_root.movee.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true) || (_root.movee.ground.hitTest(_x - (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x + speed);
}
if (_root.movee.ground.hitTest(_x, _y - _height, true)) {
gravity = 2;
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 210 MovieClip in Frame 14
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 210 MovieClip in Frame 14
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 210 MovieClip in Frame 14
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 210 MovieClip in Frame 14
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 210 MovieClip in Frame 14
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 210 MovieClip in Frame 14
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 210 MovieClip in Frame 14
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 210 MovieClip in Frame 14
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 210 MovieClip in Frame 14
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 210 MovieClip in Frame 14
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 210 MovieClip in Frame 14
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 210 MovieClip in Frame 14
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 221 MovieClip "check1" in Frame 14
onClipEvent (load) {
if (_root.checkpoint1 == true) {
this.gotoAndStop(94);
}
if (_root.checkpoint1 == false) {
notagain = false;
}
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this) and (notagain == false)) {
_root.checkpoint1 = true;
notagain = true;
gotoAndPlay (2);
}
}
Instance of Symbol 172 MovieClip "char" in Frame 14
onClipEvent (load) {
gravity = 0;
jumpheight = 12;
rightface = this._xscale;
rotate = 10;
speed = 6;
timer = 0;
playonce = false;
_x = -198;
_y = 250;
if (_root.checkpoint1 == true) {
_x = _root.check1._x;
_y = _root.check1._y;
}
}
onClipEvent (enterFrame) {
if (((_root.dead == false) and (_root.dead2 == false)) and (_root.dead3 == false)) {
gravity++;
this._y = this._y + gravity;
while (_root.movee.ground.hitTest(this._x, this._y, true)) {
this._y--;
gravity = 0;
}
if (_root.enemy.hitTest(this._x, this._y + 3, true)) {
gravity = (-jumpheight) - 3;
this._y = this._y - 4;
this.gotoAndStop(4);
_root.enemy._width = _root.enemy._width + 8;
_root.enemy._height = _root.enemy._height + 8;
}
if (_root.spring.hitTest(this._x, this._y + 3, true)) {
gravity = (-jumpheight) - 10;
this._y = this._y - 4;
_root.spring.gotoAndPlay(2);
}
if (_root.enemy.hitTest(this) and _root.movee.ground.hitTest(this._x, this._y + 3, true)) {
_root.dead3 = true;
}
if ((Key.isDown(38) and _root.movee.ground.hitTest(this._x, this._y + 3, true)) or (Key.isDown(87) and _root.movee.ground.hitTest(this._x, this._y + 3, true))) {
gravity = -jumpheight;
this._y = this._y - 4;
this.gotoAndStop(4);
}
if (Key.isDown(39) or Key.isDown(68)) {
this._x = this._x + speed;
this._xscale = rightface;
if (_root.movee.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(2);
} else if (_root.movee.ground.hitTest(!this)) {
this.gotoAndStop(1);
}
} else if (Key.isDown(37) or Key.isDown(65)) {
this._x = this._x - speed;
this._xscale = -rightface;
if (_root.movee.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(2);
} else if (_root.movee.ground.hitTest(!this)) {
this.gotoAndStop(1);
}
} else if (_root.movee.ground.hitTest(this._x, this._y + 3, true)) {
this.gotoAndStop(1);
}
if (_root.movee.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true) || (_root.movee.ground.hitTest(_x + (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x - speed);
}
if (_root.movee.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true) || (_root.movee.ground.hitTest(_x - (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x + speed);
}
if (_root.movee.ground.hitTest(_x, _y - _height, true)) {
gravity = 2;
}
}
if (_root.dead == true) {
if (playonce == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("scream", this);
_root.someSound.start(0, 1);
}
playonce = true;
_rotation = (_rotation + rotate);
_y = (_y - 20);
if (_y < -1000) {
_root.gotoAndStop(2);
}
}
if (_root.dead2 == true) {
if (playonce == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("scream", this);
_root.someSound.start(0, 1);
}
playonce = true;
timer++;
if (timer > 10) {
this.gotoAndStop(5);
}
if (timer > 40) {
_root.lives = _root.lives + 1;
_root.gotoAndStop(_root.backer);
}
}
if (_y > 1000) {
_root.lives = _root.lives + 1;
_root.gotoAndStop(_root.backer);
}
if (_root.dead3 == true) {
if (playonce == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("scream", this);
_root.someSound.start(0, 1);
}
playonce = true;
timer++;
if (timer > 1) {
this.gotoAndStop(5);
}
if (timer > 40) {
_root.lives = _root.lives + 1;
_root.gotoAndStop(_root.backer);
}
}
}
Instance of Symbol 232 MovieClip in Frame 14
onClipEvent (load) {
_x = _root.char._x;
}
onClipEvent (enterFrame) {
_x = _root.char._x;
}
Frame 15
stop();
_root.kongregateStats.submit("LevelCompleted", 3);
Instance of Symbol 239 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
_root.gotoAndStop(17);
}
}
Frame 16
stop();
Instance of Symbol 113 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
_root.nextFrame();
}
}
Frame 17
stop();
_root.dead = false;
_root.dead2 = false;
_root.dead3 = false;
_root.backer = 16;
_root.leverdown = false;
_quality = "low";
Instance of Symbol 260 MovieClip in Frame 17
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this) and (notagain == false)) {
_root.checkpoint1 = false;
notagain = true;
gotoAndPlay (2);
}
}
Instance of Symbol 282 MovieClip "enemy" in Frame 17
onClipEvent (load) {
gravity = 0;
jumpheight = 12;
speed = 5;
rightface = this._xscale;
_root.enemydead = false;
}
onClipEvent (enterFrame) {
if (_root.enemydead == true) {
this.gotoAndStop(2);
}
_x = (_x - 1);
gravity++;
this._y = this._y + gravity;
while (_root.movee.ground.hitTest(this._x, this._y, true)) {
this._y--;
gravity = 0;
}
if (_root.movee.ground.hitTest(this._x, this._y + 3, true)) {
if (_root.enemydead == false) {
this.gotoAndStop(1);
}
}
if (_root.movee.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true) || (_root.movee.ground.hitTest(_x + (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x - speed);
}
if (_root.movee.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true) || (_root.movee.ground.hitTest(_x - (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x + speed);
}
if (_root.movee.ground.hitTest(_x, _y - _height, true)) {
gravity = 2;
}
}
Instance of Symbol 221 MovieClip "check1" in Frame 17
onClipEvent (load) {
if (_root.checkpoint1 == true) {
this.gotoAndStop(94);
}
if (_root.checkpoint1 == false) {
notagain = false;
}
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this) and (notagain == false)) {
_root.checkpoint1 = true;
notagain = true;
gotoAndPlay (2);
}
}
Instance of Symbol 325 MovieClip "redbutton" in Frame 17
onClipEvent (enterFrame) {
if (_root.char.hitTest(this) or _root.enemy.hitTest(this)) {
if (_currentframe == 1) {
gotoAndPlay (2);
_root.movee.ground.spearlauncher.gotoAndPlay(2);
onlyonce = true;
}
}
}
Instance of Symbol 329 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
if (Key.isDown(69)) {
if (_currentframe == 1) {
_root.leverdown = true;
this.gotoAndPlay(2);
_root.weight.gotoAndPlay(2);
}
}
}
}
Instance of Symbol 172 MovieClip "char" in Frame 17
onClipEvent (load) {
gravity = 0;
jumpheight = 12;
rightface = this._xscale;
rotate = 10;
speed = 6;
timer = 0;
playonce = false;
_x = -38;
_y = 250;
if (_root.checkpoint1 == true) {
_x = _root.check1._x;
_y = _root.check1._y;
}
}
onClipEvent (enterFrame) {
if (((_root.dead == false) and (_root.dead2 == false)) and (_root.dead3 == false)) {
gravity++;
this._y = this._y + gravity;
while (_root.movee.ground.hitTest(this._x, this._y, true)) {
this._y--;
gravity = 0;
}
if (_root.enemy.hitTest(this._x, this._y + 3, true)) {
gravity = (-jumpheight) - 3;
this._y = this._y - 4;
this.gotoAndStop(4);
_root.enemy._width = _root.enemy._width + 8;
_root.enemy._height = _root.enemy._height + 8;
}
if (_root.enemy.hitTest(this) and _root.movee.ground.hitTest(this._x, this._y + 3, true)) {
_root.dead3 = true;
}
if ((Key.isDown(38) and _root.movee.ground.hitTest(this._x, this._y + 3, true)) or (Key.isDown(87) and _root.movee.ground.hitTest(this._x, this._y + 3, true))) {
gravity = -jumpheight;
this._y = this._y - 4;
this.gotoAndStop(4);
}
if (Key.isDown(39) or Key.isDown(68)) {
this._x = this._x + speed;
this._xscale = rightface;
if (_root.movee.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(2);
} else if (_root.movee.ground.hitTest(!this)) {
this.gotoAndStop(1);
}
} else if (Key.isDown(37) or Key.isDown(65)) {
this._x = this._x - speed;
this._xscale = -rightface;
if (_root.movee.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(2);
} else if (_root.movee.ground.hitTest(!this)) {
this.gotoAndStop(1);
}
} else if (_root.movee.ground.hitTest(this._x, this._y + 3, true)) {
this.gotoAndStop(1);
}
if (_root.movee.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true) || (_root.movee.ground.hitTest(_x + (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x - speed);
}
if (_root.movee.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true) || (_root.movee.ground.hitTest(_x - (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x + speed);
}
if (_root.movee.ground.hitTest(_x, _y - _height, true)) {
gravity = 2;
}
}
if (_root.dead == true) {
if (playonce == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("scream", this);
_root.someSound.start(0, 1);
}
playonce = true;
_rotation = (_rotation + rotate);
_y = (_y - 20);
if (_y < -1000) {
_root.gotoAndStop(2);
}
}
if (_root.dead2 == true) {
if (playonce == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("scream", this);
_root.someSound.start(0, 1);
}
playonce = true;
timer++;
if (timer > 10) {
this.gotoAndStop(5);
}
if (timer > 40) {
_root.lives = _root.lives + 1;
_root.gotoAndStop(_root.backer);
}
}
if (_y > 1000) {
_root.lives = _root.lives + 1;
_root.gotoAndStop(_root.backer);
}
if (_root.dead3 == true) {
if (playonce == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("scream", this);
_root.someSound.start(0, 1);
}
playonce = true;
timer++;
if (timer > 1) {
this.gotoAndStop(5);
}
if (timer > 40) {
_root.lives = _root.lives + 1;
_root.gotoAndStop(_root.backer);
}
}
}
Instance of Symbol 353 MovieClip in Frame 17
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
onlyonce = true;
}
if (onlyonce == true) {
_root.weight2._y = _root.weight2._y + 10;
}
}
Instance of Symbol 353 MovieClip in Frame 17
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
onlyonce = true;
}
if (onlyonce == true) {
_root.weight3._y = _root.weight3._y + 10;
}
}
Instance of Symbol 353 MovieClip in Frame 17
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
onlyonce = true;
}
if (onlyonce == true) {
_root.weight4._y = _root.weight4._y + 10;
}
}
Instance of Symbol 232 MovieClip in Frame 17
onClipEvent (load) {
_x = _root.char._x;
}
onClipEvent (enterFrame) {
_x = _root.char._x;
}
Frame 18
stop();
_root.kongregateStats.submit("LevelCompleted", 4);
Instance of Symbol 239 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
_root.gotoAndStop(20);
}
}
Frame 19
stop();
Instance of Symbol 113 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
_root.nextFrame();
}
}
Frame 20
stop();
_root.dead = false;
_root.dead2 = false;
_root.dead3 = false;
_root.backer = 19;
_root.leverdown = false;
_quality = "medium";
Instance of Symbol 260 MovieClip in Frame 20
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this) and (notagain == false)) {
_root.checkpoint1 = false;
notagain = true;
gotoAndPlay (2);
}
}
Instance of Symbol 282 MovieClip "enemy" in Frame 20
onClipEvent (load) {
gravity = 0;
jumpheight = 12;
speed = 5;
rightface = this._xscale;
_root.enemydead = false;
}
onClipEvent (enterFrame) {
if (_root.enemydead == true) {
this.gotoAndStop(2);
}
_x = (_x - 1);
gravity++;
this._y = this._y + gravity;
while (_root.movee.ground.hitTest(this._x, this._y, true)) {
this._y--;
gravity = 0;
}
if (_root.movee.ground.hitTest(this._x, this._y + 3, true)) {
if (_root.enemydead == false) {
this.gotoAndStop(1);
}
}
if (_root.movee.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true) || (_root.movee.ground.hitTest(_x + (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x - speed);
}
if (_root.movee.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true) || (_root.movee.ground.hitTest(_x - (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x + speed);
}
if (_root.movee.ground.hitTest(_x, _y - _height, true)) {
gravity = 2;
}
}
Instance of Symbol 221 MovieClip "check1" in Frame 20
onClipEvent (load) {
if (_root.checkpoint1 == true) {
this.gotoAndStop(94);
}
if (_root.checkpoint1 == false) {
notagain = false;
}
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this) and (notagain == false)) {
_root.checkpoint1 = true;
notagain = true;
gotoAndPlay (2);
}
}
Instance of Symbol 353 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
if (_root.weight2._currentframe == 1) {
_root.weight2.gotoAndPlay(2);
}
}
}
Instance of Symbol 210 MovieClip in Frame 20
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 210 MovieClip in Frame 20
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 210 MovieClip in Frame 20
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 210 MovieClip in Frame 20
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 210 MovieClip in Frame 20
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 210 MovieClip in Frame 20
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 210 MovieClip in Frame 20
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 210 MovieClip in Frame 20
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 369 MovieClip "boulder" in Frame 20
onClipEvent (load) {
radius = this._width / 2;
if (_root.checkpoint1 == true) {
_x = (_root.check1._x - 300);
_y = (_root.check1._y - 50);
}
}
onClipEvent (enterFrame) {
_x = (_x + 5);
if (this.hitTest(_root.movee.ground.wall)) {
_x = (_x - 5);
}
_rotation = (_rotation + 1);
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.char.hitTest(X, Y, true)) {
found = true;
_root.dead3 = true;
}
i = i + 2;
}
}
Instance of Symbol 172 MovieClip "char" in Frame 20
onClipEvent (load) {
gravity = 0;
jumpheight = 12;
rightface = this._xscale;
rotate = 10;
speed = 6;
timer = 0;
playonce = false;
_x = -33;
_y = 250;
if (_root.checkpoint1 == true) {
_x = _root.check1._x;
_y = _root.check1._y;
}
}
onClipEvent (enterFrame) {
if (((_root.dead == false) and (_root.dead2 == false)) and (_root.dead3 == false)) {
gravity++;
this._y = this._y + gravity;
while (_root.movee.ground.hitTest(this._x, this._y, true)) {
this._y--;
gravity = 0;
}
if (_root.enemy.hitTest(this._x, this._y + 3, true)) {
gravity = (-jumpheight) - 3;
this._y = this._y - 4;
this.gotoAndStop(4);
_root.enemy._width = _root.enemy._width + 8;
_root.enemy._height = _root.enemy._height + 8;
}
if (_root.enemy.hitTest(this) and _root.movee.ground.hitTest(this._x, this._y + 3, true)) {
_root.dead3 = true;
}
if ((Key.isDown(38) and _root.movee.ground.hitTest(this._x, this._y + 3, true)) or (Key.isDown(87) and _root.movee.ground.hitTest(this._x, this._y + 3, true))) {
gravity = -jumpheight;
this._y = this._y - 4;
this.gotoAndStop(4);
}
if (Key.isDown(39) or Key.isDown(68)) {
this._x = this._x + speed;
this._xscale = rightface;
if (_root.movee.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(2);
} else if (_root.movee.ground.hitTest(!this)) {
this.gotoAndStop(1);
}
} else if (Key.isDown(37) or Key.isDown(65)) {
this._x = this._x - speed;
this._xscale = -rightface;
if (_root.movee.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(2);
} else if (_root.movee.ground.hitTest(!this)) {
this.gotoAndStop(1);
}
} else if (_root.movee.ground.hitTest(this._x, this._y + 3, true)) {
this.gotoAndStop(1);
}
if (_root.movee.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true) || (_root.movee.ground.hitTest(_x + (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x - speed);
}
if (_root.movee.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true) || (_root.movee.ground.hitTest(_x - (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x + speed);
}
if (_root.movee.ground.hitTest(_x, _y - _height, true)) {
gravity = 2;
}
}
if (_root.dead == true) {
if (playonce == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("scream", this);
_root.someSound.start(0, 1);
}
playonce = true;
_rotation = (_rotation + rotate);
_y = (_y - 20);
if (_y < -1000) {
_root.gotoAndStop(2);
}
}
if (_root.dead2 == true) {
if (playonce == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("scream", this);
_root.someSound.start(0, 1);
}
playonce = true;
timer++;
if (timer > 10) {
this.gotoAndStop(5);
}
if (timer > 40) {
_root.lives = _root.lives + 1;
_root.gotoAndStop(_root.backer);
}
}
if (_y > 1000) {
_root.lives = _root.lives + 1;
_root.gotoAndStop(_root.backer);
}
if (_root.dead3 == true) {
if (playonce == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("scream", this);
_root.someSound.start(0, 1);
}
playonce = true;
timer++;
if (timer > 1) {
this.gotoAndStop(5);
}
if (timer > 40) {
_root.lives = _root.lives + 1;
_root.gotoAndStop(_root.backer);
}
}
}
Instance of Symbol 232 MovieClip in Frame 20
onClipEvent (load) {
_x = _root.char._x;
}
onClipEvent (enterFrame) {
_x = _root.char._x;
}
Frame 21
stop();
_root.kongregateStats.submit("LevelCompleted", 5);
Instance of Symbol 239 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
_root.gotoAndStop(23);
}
}
Frame 22
stop();
Instance of Symbol 113 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
_root.nextFrame();
}
}
Frame 23
stop();
_root.dead = false;
_root.dead2 = false;
_root.dead3 = false;
_root.backer = 21;
_root.leverdown = false;
_quality = "medium";
Instance of Symbol 260 MovieClip in Frame 23
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this) and (notagain == false)) {
_root.checkpoint1 = false;
notagain = true;
gotoAndPlay (2);
}
}
Instance of Symbol 172 MovieClip "char" in Frame 23
onClipEvent (load) {
gravity = 0;
jumpheight = 12;
rightface = this._xscale;
rotate = 10;
speed = 6;
timer = 0;
playonce = false;
_x = -155;
_y = 250;
if (_root.checkpoint1 == true) {
_x = _root.check1._x;
_y = _root.check1._y;
}
}
onClipEvent (enterFrame) {
if (((_root.dead == false) and (_root.dead2 == false)) and (_root.dead3 == false)) {
gravity++;
this._y = this._y + gravity;
while (_root.movee.ground.hitTest(this._x, this._y, true)) {
this._y--;
gravity = 0;
}
if (_root.enemy.hitTest(this._x, this._y + 3, true)) {
gravity = (-jumpheight) - 3;
this._y = this._y - 4;
this.gotoAndStop(4);
_root.enemy._width = _root.enemy._width + 8;
_root.enemy._height = _root.enemy._height + 8;
}
if (_root.enemy.hitTest(this) and _root.movee.ground.hitTest(this._x, this._y + 3, true)) {
_root.dead3 = true;
}
if ((Key.isDown(38) and _root.movee.ground.hitTest(this._x, this._y + 3, true)) or (Key.isDown(87) and _root.movee.ground.hitTest(this._x, this._y + 3, true))) {
gravity = -jumpheight;
this._y = this._y - 4;
this.gotoAndStop(4);
}
if (Key.isDown(39) or Key.isDown(68)) {
this._x = this._x + speed;
this._xscale = rightface;
if (_root.movee.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(2);
} else if (_root.movee.ground.hitTest(!this)) {
this.gotoAndStop(1);
}
} else if (Key.isDown(37) or Key.isDown(65)) {
this._x = this._x - speed;
this._xscale = -rightface;
if (_root.movee.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(2);
} else if (_root.movee.ground.hitTest(!this)) {
this.gotoAndStop(1);
}
} else if (_root.movee.ground.hitTest(this._x, this._y + 3, true)) {
this.gotoAndStop(1);
}
if (_root.movee.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true) || (_root.movee.ground.hitTest(_x + (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x - speed);
}
if (_root.movee.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true) || (_root.movee.ground.hitTest(_x - (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x + speed);
}
if (_root.movee.ground.hitTest(_x, _y - _height, true)) {
gravity = 2;
}
}
if (_root.dead == true) {
if (playonce == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("scream", this);
_root.someSound.start(0, 1);
}
playonce = true;
_rotation = (_rotation + rotate);
_y = (_y - 20);
if (_y < -1000) {
_root.gotoAndStop(2);
}
}
if (_root.dead2 == true) {
if (playonce == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("scream", this);
_root.someSound.start(0, 1);
}
playonce = true;
timer++;
if (timer > 10) {
this.gotoAndStop(5);
}
if (timer > 40) {
_root.lives = _root.lives + 1;
_root.gotoAndStop(_root.backer);
}
}
if (_y > 1000) {
_root.lives = _root.lives + 1;
_root.gotoAndStop(_root.backer);
}
if (_root.dead3 == true) {
if (playonce == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("scream", this);
_root.someSound.start(0, 1);
}
playonce = true;
timer++;
if (timer > 1) {
this.gotoAndStop(5);
}
if (timer > 40) {
_root.lives = _root.lives + 1;
_root.gotoAndStop(_root.backer);
}
}
}
Instance of Symbol 386 MovieClip in Frame 23
onClipEvent (load) {
blockmove = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this) and (blockmove == false)) {
blockmove = true;
}
if (blockmove == true) {
_root.movee.ground.B1._y = _root.movee.ground.B1._y + 10;
}
}
Instance of Symbol 386 MovieClip in Frame 23
onClipEvent (load) {
blockmove = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this) and (blockmove == false)) {
blockmove = true;
}
if (blockmove == true) {
_root.movee.ground.B2._y = _root.movee.ground.B2._y + 10;
}
}
Instance of Symbol 386 MovieClip in Frame 23
onClipEvent (load) {
blockmove = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this) and (blockmove == false)) {
blockmove = true;
}
if (blockmove == true) {
_root.movee.ground.B3._y = _root.movee.ground.B3._y + 10;
}
}
Instance of Symbol 386 MovieClip in Frame 23
onClipEvent (load) {
blockmove = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this) and (blockmove == false)) {
blockmove = true;
}
if (blockmove == true) {
_root.movee.ground.B6._y = _root.movee.ground.B6._y - 10;
}
}
Instance of Symbol 386 MovieClip in Frame 23
onClipEvent (load) {
blockmove = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this) and (blockmove == false)) {
blockmove = true;
}
if (blockmove == true) {
_root.movee.ground.B7._y = _root.movee.ground.B7._y - 10;
}
}
Instance of Symbol 387 MovieClip in Frame 23
onClipEvent (load) {
blockmove = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this) and (blockmove == false)) {
blockmove = true;
}
if (blockmove == true) {
_root.movee.ground.B4._y = _root.movee.ground.B4._y + 10;
}
}
Instance of Symbol 221 MovieClip "check1" in Frame 23
onClipEvent (load) {
if (_root.checkpoint1 == true) {
this.gotoAndStop(94);
}
if (_root.checkpoint1 == false) {
notagain = false;
}
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this) and (notagain == false)) {
_root.checkpoint1 = true;
notagain = true;
gotoAndPlay (2);
}
}
Instance of Symbol 232 MovieClip in Frame 23
onClipEvent (load) {
_x = _root.char._x;
}
onClipEvent (enterFrame) {
_x = _root.char._x;
}
Frame 24
stop();
_root.kongregateStats.submit("LevelCompleted", 6);
Instance of Symbol 239 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
_root.gotoAndStop(26);
}
}
Frame 25
stop();
Instance of Symbol 113 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
_root.nextFrame();
}
}
Frame 26
stop();
_root.dead = false;
_root.dead2 = false;
_root.dead3 = false;
_root.backer = 25;
_root.leverdown = false;
_quality = "medium";
Instance of Symbol 260 MovieClip in Frame 26
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this) and (notagain == false)) {
_root.checkpoint1 = false;
notagain = true;
gotoAndPlay (2);
}
}
Instance of Symbol 386 MovieClip in Frame 26
onClipEvent (load) {
blockmove = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this) and (blockmove == false)) {
blockmove = true;
}
if (blockmove == true) {
_root.movee.ground.B1._y = _root.movee.ground.B1._y + 10;
}
}
Instance of Symbol 386 MovieClip in Frame 26
onClipEvent (load) {
blockmove = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this) and (blockmove == false)) {
blockmove = true;
}
if (blockmove == true) {
_root.movee.ground.B2._y = _root.movee.ground.B2._y + 10;
}
}
Instance of Symbol 386 MovieClip in Frame 26
onClipEvent (load) {
blockmove = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this) and (blockmove == false)) {
blockmove = true;
}
if (blockmove == true) {
_root.movee.ground.B3._y = _root.movee.ground.B3._y + 10;
}
}
Instance of Symbol 386 MovieClip in Frame 26
onClipEvent (load) {
blockmove = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this) and (blockmove == false)) {
blockmove = true;
}
if (blockmove == true) {
_root.movee.ground.B6._y = _root.movee.ground.B6._y - 10;
}
}
Instance of Symbol 386 MovieClip in Frame 26
onClipEvent (load) {
blockmove = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this) and (blockmove == false)) {
blockmove = true;
}
if (blockmove == true) {
_root.movee.ground.B7._y = _root.movee.ground.B7._y - 10;
}
}
Instance of Symbol 387 MovieClip in Frame 26
onClipEvent (load) {
blockmove = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this) and (blockmove == false)) {
blockmove = true;
}
if (blockmove == true) {
_root.movee.ground.B4._y = _root.movee.ground.B4._y + 10;
}
}
Instance of Symbol 221 MovieClip "check1" in Frame 26
onClipEvent (load) {
if (_root.checkpoint1 == true) {
this.gotoAndStop(94);
}
if (_root.checkpoint1 == false) {
notagain = false;
}
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this) and (notagain == false)) {
_root.checkpoint1 = true;
notagain = true;
gotoAndPlay (2);
}
}
Instance of Symbol 172 MovieClip "char" in Frame 26
onClipEvent (load) {
gravity = 0;
jumpheight = 12;
rightface = this._xscale;
rotate = 10;
speed = 6;
timer = 0;
playonce = false;
_x = -155;
_y = 250;
if (_root.checkpoint1 == true) {
_x = _root.check1._x;
_y = _root.check1._y;
}
}
onClipEvent (enterFrame) {
if (((_root.dead == false) and (_root.dead2 == false)) and (_root.dead3 == false)) {
gravity++;
this._y = this._y + gravity;
while (_root.movee.ground.hitTest(this._x, this._y, true)) {
this._y--;
gravity = 0;
}
if (_root.enemy.hitTest(this._x, this._y + 3, true)) {
gravity = (-jumpheight) - 3;
this._y = this._y - 4;
this.gotoAndStop(4);
_root.enemy._width = _root.enemy._width + 8;
_root.enemy._height = _root.enemy._height + 8;
}
if (_root.enemy.hitTest(this) and _root.movee.ground.hitTest(this._x, this._y + 3, true)) {
_root.dead3 = true;
}
if ((Key.isDown(38) and _root.movee.ground.hitTest(this._x, this._y + 3, true)) or (Key.isDown(87) and _root.movee.ground.hitTest(this._x, this._y + 3, true))) {
gravity = -jumpheight;
this._y = this._y - 4;
this.gotoAndStop(4);
}
if (Key.isDown(39) or Key.isDown(68)) {
this._x = this._x + speed;
this._xscale = rightface;
if (_root.movee.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(2);
} else if (_root.movee.ground.hitTest(!this)) {
this.gotoAndStop(1);
}
} else if (Key.isDown(37) or Key.isDown(65)) {
this._x = this._x - speed;
this._xscale = -rightface;
if (_root.movee.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(2);
} else if (_root.movee.ground.hitTest(!this)) {
this.gotoAndStop(1);
}
} else if (_root.movee.ground.hitTest(this._x, this._y + 3, true)) {
this.gotoAndStop(1);
}
if (_root.movee.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true) || (_root.movee.ground.hitTest(_x + (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x - speed);
}
if (_root.movee.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true) || (_root.movee.ground.hitTest(_x - (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x + speed);
}
if (_root.movee.ground.hitTest(_x, _y - _height, true)) {
gravity = 2;
}
}
if (_root.dead == true) {
if (playonce == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("scream", this);
_root.someSound.start(0, 1);
}
playonce = true;
_rotation = (_rotation + rotate);
_y = (_y - 20);
if (_y < -1000) {
_root.gotoAndStop(2);
}
}
if (_root.dead2 == true) {
if (playonce == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("scream", this);
_root.someSound.start(0, 1);
}
playonce = true;
timer++;
if (timer > 10) {
this.gotoAndStop(5);
}
if (timer > 40) {
_root.lives = _root.lives + 1;
_root.gotoAndStop(_root.backer);
}
}
if (_y > 1000) {
_root.lives = _root.lives + 1;
_root.gotoAndStop(_root.backer);
}
if (_root.dead3 == true) {
if (playonce == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("scream", this);
_root.someSound.start(0, 1);
}
playonce = true;
timer++;
if (timer > 1) {
this.gotoAndStop(5);
}
if (timer > 40) {
_root.lives = _root.lives + 1;
_root.gotoAndStop(_root.backer);
}
}
}
Instance of Symbol 210 MovieClip in Frame 26
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 210 MovieClip in Frame 26
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 210 MovieClip in Frame 26
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 210 MovieClip in Frame 26
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 210 MovieClip in Frame 26
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 210 MovieClip in Frame 26
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 210 MovieClip in Frame 26
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 210 MovieClip in Frame 26
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 210 MovieClip in Frame 26
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 351 MovieClip "weight1" in Frame 26
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.dead3 = true;
}
}
Instance of Symbol 402 MovieClip in Frame 26
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
onlyonce = true;
}
if (onlyonce == true) {
_root.weight1._y = _root.weight1._y + 15;
}
}
Instance of Symbol 210 MovieClip in Frame 26
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 210 MovieClip in Frame 26
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 210 MovieClip in Frame 26
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 351 MovieClip "weight2" in Frame 26
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.dead3 = true;
}
}
Instance of Symbol 351 MovieClip "weight3" in Frame 26
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.dead3 = true;
}
}
Instance of Symbol 351 MovieClip "weight4" in Frame 26
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.dead3 = true;
}
}
Instance of Symbol 351 MovieClip "weight5" in Frame 26
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.dead3 = true;
}
}
Instance of Symbol 351 MovieClip "weight6" in Frame 26
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.dead3 = true;
}
}
Instance of Symbol 351 MovieClip "weight7" in Frame 26
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.dead3 = true;
}
}
Instance of Symbol 351 MovieClip "weight8" in Frame 26
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.dead3 = true;
}
}
Instance of Symbol 351 MovieClip "weight9" in Frame 26
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.dead3 = true;
}
}
Instance of Symbol 351 MovieClip "weight10" in Frame 26
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.dead3 = true;
}
}
Instance of Symbol 351 MovieClip "weight11" in Frame 26
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.dead3 = true;
}
}
Instance of Symbol 351 MovieClip "weight12" in Frame 26
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.dead3 = true;
}
}
Instance of Symbol 351 MovieClip "weight13" in Frame 26
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.dead3 = true;
}
}
Instance of Symbol 351 MovieClip "weight14" in Frame 26
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.dead3 = true;
}
}
Instance of Symbol 351 MovieClip "weight15" in Frame 26
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.dead3 = true;
}
}
Instance of Symbol 402 MovieClip in Frame 26
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
onlyonce = true;
}
if (onlyonce == true) {
_root.weight2._y = _root.weight2._y + 15;
}
}
Instance of Symbol 402 MovieClip in Frame 26
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
onlyonce = true;
}
if (onlyonce == true) {
_root.weight3._y = _root.weight3._y + 15;
}
}
Instance of Symbol 402 MovieClip in Frame 26
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
onlyonce = true;
}
if (onlyonce == true) {
_root.weight4._y = _root.weight4._y + 15;
}
}
Instance of Symbol 402 MovieClip in Frame 26
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
onlyonce = true;
}
if (onlyonce == true) {
_root.weight5._y = _root.weight5._y + 15;
}
}
Instance of Symbol 402 MovieClip in Frame 26
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
onlyonce = true;
}
if (onlyonce == true) {
_root.weight6._y = _root.weight6._y + 15;
}
}
Instance of Symbol 402 MovieClip in Frame 26
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
onlyonce = true;
}
if (onlyonce == true) {
_root.weight7._y = _root.weight7._y + 15;
}
}
Instance of Symbol 402 MovieClip in Frame 26
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
onlyonce = true;
}
if (onlyonce == true) {
_root.weight8._y = _root.weight8._y + 15;
}
}
Instance of Symbol 402 MovieClip in Frame 26
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
onlyonce = true;
}
if (onlyonce == true) {
_root.weight9._y = _root.weight9._y + 15;
}
}
Instance of Symbol 402 MovieClip in Frame 26
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
onlyonce = true;
}
if (onlyonce == true) {
_root.weight10._y = _root.weight10._y + 15;
}
}
Instance of Symbol 402 MovieClip in Frame 26
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
onlyonce = true;
}
if (onlyonce == true) {
_root.weight11._y = _root.weight11._y + 15;
}
}
Instance of Symbol 402 MovieClip in Frame 26
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
onlyonce = true;
}
if (onlyonce == true) {
_root.weight12._y = _root.weight12._y + 15;
}
}
Instance of Symbol 402 MovieClip in Frame 26
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
onlyonce = true;
}
if (onlyonce == true) {
_root.weight13._y = _root.weight13._y + 15;
}
}
Instance of Symbol 402 MovieClip in Frame 26
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
onlyonce = true;
}
if (onlyonce == true) {
_root.weight14._y = _root.weight14._y + 15;
}
}
Instance of Symbol 402 MovieClip in Frame 26
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
onlyonce = true;
}
if (onlyonce == true) {
_root.weight15._y = _root.weight15._y + 15;
}
}
Instance of Symbol 259 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 259 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
}
}
Instance of Symbol 232 MovieClip in Frame 26
onClipEvent (load) {
_x = _root.char._x;
}
onClipEvent (enterFrame) {
_x = _root.char._x;
}
Frame 27
stop();
_root.dead = false;
_root.dead2 = false;
_root.dead3 = false;
_root.backer = 6;
_root.kongregateStats.submit("LevelCompleted", 7);
_root.kongregateStats.submit("MinLives", _root.lives);
Instance of Symbol 415 MovieClip in Frame 27
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this) and (onlyonce == false)) {
getURL ("http://www.eggysgames.com/", "blank");
onlyonce = true;
}
}
Instance of Symbol 416 MovieClip in Frame 27
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this) and (onlyonce == false)) {
getURL ("http://www.notdoppler.com/", "blank");
onlyonce = true;
}
}
Instance of Symbol 417 MovieClip in Frame 27
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this) and (onlyonce == false)) {
getURL ("http://octomon.wordpress.com/", "blank");
onlyonce = true;
}
}
Instance of Symbol 418 MovieClip "char" in Frame 27
onClipEvent (load) {
gravity = 0;
jumpheight = 12;
rightface = this._xscale;
rotate = 10;
speed = 6;
timer = 0;
playonce = false;
}
onClipEvent (enterFrame) {
if (((_root.dead == false) and (_root.dead2 == false)) and (_root.dead3 == false)) {
gravity++;
this._y = this._y + gravity;
while (_root.movee.ground.hitTest(this._x, this._y, true)) {
this._y--;
gravity = 0;
}
if ((Key.isDown(38) and _root.movee.ground.hitTest(this._x, this._y + 3, true)) or (Key.isDown(87) and _root.movee.ground.hitTest(this._x, this._y + 3, true))) {
gravity = -jumpheight;
this._y = this._y - 4;
this.gotoAndStop(4);
}
if (Key.isDown(39) or Key.isDown(68)) {
this._x = this._x + speed;
this._xscale = rightface;
if (_root.movee.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(2);
} else if (_root.movee.ground.hitTest(!this)) {
this.gotoAndStop(1);
}
} else if (Key.isDown(37) or Key.isDown(65)) {
this._xscale = -rightface;
this._x = this._x - speed;
if (_root.movee.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(2);
} else if (_root.movee.ground.hitTest(!this)) {
this.gotoAndStop(1);
}
} else if (_root.movee.ground.hitTest(this._x, this._y + 3, true)) {
this.gotoAndStop(1);
}
if (_root.movee.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true) or _root.movee.ground.hitTest(_x + (_width / 2), _y - ((_height / 6) * 4), true)) {
_x = (_x - speed);
}
if (_root.movee.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true) or _root.movee.ground.hitTest(_x - (_width / 2), _y - ((_height / 6) * 4), true)) {
_x = (_x + speed);
}
if (_root.movee.ground.hitTest(_x, _y - _height, true)) {
gravity = 2;
}
}
if (_root.dead == true) {
if (playonce == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("scream", this);
_root.someSound.start(0, 1);
}
playonce = true;
_rotation = (_rotation + rotate);
_y = (_y - 20);
if (_y < -1000) {
_root.gotoAndStop(2);
}
}
if (_root.dead2 == true) {
if (playonce == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("scream", this);
_root.someSound.start(0, 1);
}
playonce = true;
timer++;
if (timer > 10) {
this.gotoAndStop(5);
}
if (timer > 40) {
_root.lives = _root.lives + 1;
_root.gotoAndStop(_root.backer);
}
}
if (_root.dead3 == true) {
if (playonce == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("scream", this);
_root.someSound.start(0, 1);
}
playonce = true;
timer++;
if (timer > 1) {
this.gotoAndStop(5);
}
if (timer > 40) {
_root.lives = _root.lives + 1;
_root.gotoAndStop(_root.backer);
}
if (_y > 1000) {
_x = 8;
_y = 283;
}
}
if (_x > 504) {
_x = 504;
}
if (_x < -159) {
_x = -159;
}
}
Symbol 9 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
bar._xscale = PercentLoaded;
} else {
_root.gotoAndStop(2);
}
Symbol 9 MovieClip Frame 2
gotoAndPlay (1);
Symbol 17 Button
on (release) {
getURL ("http://www.notdoppler.com", "_blank");
}
Symbol 22 MovieClip Frame 6
stop();
Symbol 23 Button
on (release) {
getURL ("http://www.notdoppler.com", "blank");
}
Symbol 38 MovieClip Frame 186
_root.nextFrame();
Symbol 47 MovieClip Frame 58
stop();
Symbol 56 MovieClip Frame 155
stopAllSounds();
_root.nextFrame();
Symbol 71 MovieClip Frame 143
stop();
_root.nextFrame();
Symbol 79 Button
on (press) {
_root.gotoAndStop(8);
}
Symbol 82 Button
on (press) {
_root.nextFrame();
}
Symbol 85 Button
on (release) {
getURL ("http://www.notdoppler.com/", "blank");
}
Symbol 92 Button
on (release) {
getURL ("http://www.eggysgames.com/", "blank");
}
Symbol 96 Button
on (release) {
getURL ("http://octomon.wordpress.com/", "blank");
}
Symbol 102 Button
on (press) {
stopAllSounds();
_root.gotoAndStop(5);
}
Symbol 105 Button
on (press) {
if (_root.levelcode.text == "PLL1PE") {
_root.gotoAndStop(9);
}
if (_root.levelcode.text == "XZ589L") {
_root.gotoAndStop(12);
}
if (_root.levelcode.text == "KKLJH7") {
_root.gotoAndStop(15);
}
if (_root.levelcode.text == "7645UK") {
_root.gotoAndStop(18);
}
if (_root.levelcode.text == "E5G9GY") {
_root.gotoAndStop(21);
}
if (_root.levelcode.text == "OLKJ55") {
_root.gotoAndStop(24);
}
}
Symbol 111 Button
on (press) {
_root.nextFrame();
}
Symbol 171 MovieClip Frame 16
stop();
Symbol 172 MovieClip Frame 1
stop();
Symbol 172 MovieClip Frame 2
stop();
Symbol 172 MovieClip Frame 3
stop();
Symbol 172 MovieClip Frame 4
stop();
Symbol 172 MovieClip Frame 5
stop();
Symbol 175 MovieClip Frame 1
stop();
Symbol 188 MovieClip Frame 1
stop();
Symbol 188 MovieClip Frame 2
stop();
Symbol 193 MovieClip Frame 1
stop();
Symbol 193 MovieClip Frame 2
stop();
Instance of Symbol 193 MovieClip in Symbol 196 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
_root.dead3 = true;
}
}
Instance of Symbol 193 MovieClip in Symbol 196 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
_root.dead3 = true;
}
}
Symbol 206 MovieClip Frame 1
stop();
Symbol 206 MovieClip Frame 5
stop();
Instance of Symbol 182 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_alpha = 100;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("girder", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 193 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (enterFrame) {
_y = (_y - 5);
if (_root.char.hitTest(this)) {
gotoAndStop (2);
_root.dead3 = true;
}
_y = (_y + 5);
}
Instance of Symbol 182 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
_y = (_y - 5);
if (_root.char.hitTest(this)) {
_alpha = 100;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("girder", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
_y = (_y + 5);
}
Instance of Symbol 193 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
_root.dead3 = true;
}
}
Instance of Symbol 182 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_alpha = 100;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("girder", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 182 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
_y = (_y - 5);
if (_root.char.hitTest(this)) {
_alpha = 100;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("girder", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
_y = (_y + 5);
}
Symbol 213 MovieClip Frame 1
stop();
Instance of Symbol 209 MovieClip in Symbol 214 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.char.hitTest(this) and (_root.dead2 == false)) {
_root.movee.ground.crush.gotoAndPlay(2);
_root.dead2 = true;
}
}
Instance of Symbol 210 MovieClip in Symbol 214 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 210 MovieClip in Symbol 214 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 213 MovieClip in Symbol 214 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 210 MovieClip in Symbol 214 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 213 MovieClip in Symbol 214 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 213 MovieClip in Symbol 214 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 213 MovieClip in Symbol 214 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 213 MovieClip in Symbol 214 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 213 MovieClip in Symbol 214 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 213 MovieClip in Symbol 214 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 213 MovieClip in Symbol 214 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 213 MovieClip in Symbol 214 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 213 MovieClip in Symbol 214 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 213 MovieClip in Symbol 214 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 213 MovieClip in Symbol 214 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 213 MovieClip in Symbol 214 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 213 MovieClip in Symbol 214 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 213 MovieClip in Symbol 214 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 213 MovieClip in Symbol 214 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 210 MovieClip in Symbol 214 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 213 MovieClip in Symbol 214 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 213 MovieClip in Symbol 214 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Symbol 221 MovieClip Frame 1
stop();
Symbol 221 MovieClip Frame 94
stop();
Symbol 224 MovieClip Frame 1
stop();
Symbol 224 MovieClip Frame 136
_root.nextFrame();
Symbol 232 MovieClip Frame 1
function camControl() {
parentColor.setTransform(camColor.getTransform());
var _local4 = sX / this._width;
var _local3 = sY / this._height;
_parent._x = cX - (this._x * _local4);
_parent._y = cY - (this._y * _local3);
_parent._xscale = 100 * _local4;
_parent._yscale = 100 * _local3;
}
function resetStage() {
var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0};
parentColor.setTransform(_local2);
_parent._xscale = 100;
_parent._yscale = 100;
_parent._x = 0;
_parent._y = 0;
}
parentColor.setTransform(camColor.getTransform());
this._visible = false;
var oldMode = Stage.scaleMode;
Stage.scaleMode = "exactFit";
var cX = (Stage.width / 2);
var cY = (Stage.height / 2);
var sX = Stage.width;
var sY = Stage.height;
Stage.scaleMode = oldMode;
var camColor = new Color(this);
var parentColor = new Color(_parent);
this.onEnterFrame = camControl;
camControl();
this.onUnload = resetStage;
Symbol 236 Button
on (press) {
_root.gotoAndStop(11);
}
Instance of Symbol 226 MovieClip in Symbol 250 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.movee.ground.hiddentrapslol.gotoAndStop(2);
_root.dead3 = true;
}
}
Instance of Symbol 248 MovieClip in Symbol 250 MovieClip Frame 1
onClipEvent (load) {
switcher = false;
}
onClipEvent (enterFrame) {
if (switcher == false) {
_x = (_x - 3);
if (_root.char.hitTest(this)) {
_root.char._x = _root.char._x - 3;
}
}
if (switcher == true) {
_x = (_x + 3);
if (_root.char.hitTest(this)) {
_root.char._x = _root.char._x + 3;
}
}
if (_x < -220) {
switcher = true;
}
if (_x > 194) {
switcher = false;
}
}
Instance of Symbol 182 MovieClip in Symbol 250 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
_y = (_y - 5);
if (_root.char.hitTest(this)) {
_alpha = 100;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("girder", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
_y = (_y + 5);
}
Instance of Symbol 248 MovieClip in Symbol 250 MovieClip Frame 1
onClipEvent (load) {
switcher = false;
}
onClipEvent (enterFrame) {
if (switcher == false) {
_x = (_x - 2);
if (_root.char.hitTest(this)) {
_root.char._x = _root.char._x - 2;
}
}
if (switcher == true) {
_x = (_x + 2);
if (_root.char.hitTest(this)) {
_root.char._x = _root.char._x + 2;
}
}
if (_x < 275) {
switcher = true;
}
if (_x > 434) {
switcher = false;
}
}
Instance of Symbol 193 MovieClip in Symbol 250 MovieClip Frame 1
onClipEvent (load) {
switcher = false;
}
onClipEvent (enterFrame) {
_y = (_y - 5);
if (switcher == false) {
_x = (_x + 3);
}
if (switcher == true) {
_x = (_x - 3);
}
if (_x > 240) {
switcher = true;
}
if (_x < 47) {
switcher = false;
}
if (_root.char.hitTest(this)) {
gotoAndStop (2);
_root.dead3 = true;
}
_y = (_y + 5);
}
Instance of Symbol 248 MovieClip in Symbol 250 MovieClip Frame 1
onClipEvent (load) {
switcher = false;
}
onClipEvent (enterFrame) {
if (switcher == false) {
_x = (_x - 3);
if (_root.char.hitTest(this)) {
_root.char._x = _root.char._x - 3;
}
}
if (switcher == true) {
_x = (_x + 3);
if (_root.char.hitTest(this)) {
_root.char._x = _root.char._x + 3;
}
}
if (_x < 441) {
switcher = true;
}
if (_x > 950) {
switcher = false;
}
}
Instance of Symbol 182 MovieClip in Symbol 250 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_alpha = 100;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("girder", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 249 MovieClip "uhoh" in Symbol 250 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_y = (_y - 5);
_root.dead2 = true;
}
}
Symbol 251 MovieClip Frame 1
stop();
Instance of Symbol 226 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.movee.ground.hiddentrapslol.gotoAndStop(2);
_root.dead3 = true;
}
}
Instance of Symbol 213 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 213 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 213 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 213 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 213 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 213 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 213 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 213 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 210 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 210 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 210 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 210 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 210 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 210 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 210 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 210 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 210 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 210 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 210 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 193 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
_root.dead3 = true;
}
}
Instance of Symbol 193 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
_root.dead3 = true;
}
}
Instance of Symbol 193 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
_root.dead3 = true;
}
}
Instance of Symbol 193 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
_root.dead3 = true;
}
}
Instance of Symbol 210 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 253 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.movee.BAM.gotoAndStop(2);
_root.dead3 = true;
}
}
Instance of Symbol 210 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 210 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 210 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 210 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 210 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 210 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 210 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 210 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 210 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 210 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 210 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.butso._alpha = 100;
_alpha = 20;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("click", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Symbol 259 MovieClip Frame 1
stop();
Symbol 259 MovieClip Frame 2
stop();
Symbol 260 MovieClip Frame 1
stop();
Symbol 260 MovieClip Frame 136
_root.nextFrame();
Symbol 262 Button
on (press) {
_root.gotoAndStop(14);
}
Instance of Symbol 182 MovieClip in Symbol 269 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_alpha = 100;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("girder", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 182 MovieClip in Symbol 269 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
this._y = this._y - 5;
if (_root.char.hitTest(this)) {
_alpha = 100;
if (_root.cloud1._currentframe == 1) {
_root.cloud1.gotoAndPlay(2);
_root.cloud2.gotoAndPlay(2);
_root.cloud3.gotoAndPlay(2);
_root.cloud4.gotoAndPlay(2);
}
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("girder", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
this._y = this._y + 5;
}
Instance of Symbol 182 MovieClip in Symbol 269 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
this._y = this._y - 5;
if (_root.char.hitTest(this)) {
_alpha = 100;
if (_root.cloud1._currentframe == 1) {
_root.cloud1.gotoAndPlay(2);
_root.cloud2.gotoAndPlay(2);
_root.cloud3.gotoAndPlay(2);
_root.cloud4.gotoAndPlay(2);
}
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("girder", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
this._y = this._y + 5;
}
Instance of Symbol 182 MovieClip in Symbol 269 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
this._y = this._y - 5;
if (_root.char.hitTest(this)) {
_alpha = 100;
if (_root.cloud1._currentframe == 1) {
_root.cloud1.gotoAndPlay(2);
_root.cloud2.gotoAndPlay(2);
_root.cloud3.gotoAndPlay(2);
_root.cloud4.gotoAndPlay(2);
}
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("girder", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
this._y = this._y + 5;
}
Instance of Symbol 182 MovieClip in Symbol 269 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
this._y = this._y - 5;
if (_root.char.hitTest(this)) {
_alpha = 100;
if (_root.cloud1._currentframe == 1) {
_root.cloud1.gotoAndPlay(2);
_root.cloud2.gotoAndPlay(2);
_root.cloud3.gotoAndPlay(2);
_root.cloud4.gotoAndPlay(2);
}
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("girder", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
this._y = this._y + 5;
}
Instance of Symbol 182 MovieClip in Symbol 269 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
this._y = this._y - 5;
if (_root.char.hitTest(this)) {
_alpha = 100;
if (_root.cloud1._currentframe == 1) {
_root.cloud1.gotoAndPlay(2);
_root.cloud2.gotoAndPlay(2);
_root.cloud3.gotoAndPlay(2);
_root.cloud4.gotoAndPlay(2);
}
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("girder", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
this._y = this._y + 5;
}
Instance of Symbol 182 MovieClip in Symbol 269 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
this._y = this._y - 5;
if (_root.char.hitTest(this)) {
_alpha = 100;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("girder", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
this._y = this._y + 5;
}
Instance of Symbol 182 MovieClip in Symbol 269 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
this._y = this._y - 5;
if (_root.char.hitTest(this)) {
_alpha = 100;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("girder", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
this._y = this._y + 5;
}
Instance of Symbol 182 MovieClip in Symbol 269 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
this._y = this._y - 5;
if (_root.char.hitTest(this)) {
_alpha = 100;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("girder", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
this._y = this._y + 5;
}
Instance of Symbol 182 MovieClip in Symbol 269 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
this._y = this._y - 5;
if (_root.char.hitTest(this)) {
_alpha = 100;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("girder", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
this._y = this._y + 5;
}
Instance of Symbol 182 MovieClip in Symbol 269 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
this._y = this._y - 5;
if (_root.char.hitTest(this)) {
_alpha = 100;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("girder", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
this._y = this._y + 5;
}
Instance of Symbol 182 MovieClip in Symbol 269 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
this._y = this._y - 5;
if (_root.char.hitTest(this)) {
_alpha = 100;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("girder", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
this._y = this._y + 5;
}
Instance of Symbol 182 MovieClip in Symbol 269 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
this._y = this._y - 5;
if (_root.char.hitTest(this)) {
_alpha = 100;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("girder", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
this._y = this._y + 5;
}
Instance of Symbol 182 MovieClip in Symbol 269 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
this._y = this._y - 5;
if (_root.char.hitTest(this)) {
_alpha = 100;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("girder", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
this._y = this._y + 5;
}
Instance of Symbol 182 MovieClip in Symbol 269 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
this._y = this._y - 5;
if (_root.char.hitTest(this)) {
_alpha = 100;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("girder", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
this._y = this._y + 5;
}
Instance of Symbol 182 MovieClip in Symbol 269 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
this._y = this._y - 5;
if (_root.char.hitTest(this)) {
_alpha = 100;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("girder", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
this._y = this._y + 5;
}
Instance of Symbol 182 MovieClip in Symbol 269 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
this._y = this._y - 5;
if (_root.char.hitTest(this)) {
_alpha = 100;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("girder", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
this._y = this._y + 5;
}
Instance of Symbol 182 MovieClip in Symbol 269 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
this._y = this._y - 5;
if (_root.char.hitTest(this)) {
_alpha = 100;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("girder", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
this._y = this._y + 5;
}
Instance of Symbol 182 MovieClip in Symbol 269 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
this._y = this._y - 5;
if (_root.char.hitTest(this)) {
_alpha = 100;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("girder", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
this._y = this._y + 5;
}
Instance of Symbol 182 MovieClip in Symbol 269 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
this._y = this._y - 5;
if (_root.char.hitTest(this)) {
_alpha = 100;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("girder", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
this._y = this._y + 5;
}
Instance of Symbol 182 MovieClip in Symbol 269 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
this._y = this._y - 5;
if (_root.char.hitTest(this)) {
_alpha = 100;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("girder", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
this._y = this._y + 5;
}
Symbol 271 MovieClip Frame 1
stop();
Instance of Symbol 226 MovieClip in Symbol 276 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.movee.ground.hiddentrapslol.gotoAndStop(2);
_root.dead3 = true;
}
}
Symbol 277 MovieClip Frame 1
stop();
Symbol 281 MovieClip Frame 7
stop();
Symbol 282 MovieClip Frame 1
stop();
Symbol 282 MovieClip Frame 2
stop();
Symbol 292 MovieClip Frame 8
stop();
Symbol 294 MovieClip Frame 1
stop();
Instance of Symbol 292 MovieClip in Symbol 294 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.dead3 = true;
}
}
Symbol 294 MovieClip Frame 45
gotoAndPlay (2);
Symbol 296 MovieClip Frame 1
stop();
Instance of Symbol 292 MovieClip in Symbol 296 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.dead3 = true;
}
}
Symbol 296 MovieClip Frame 61
gotoAndPlay (2);
Symbol 298 MovieClip Frame 1
stop();
Instance of Symbol 292 MovieClip in Symbol 298 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.dead3 = true;
}
}
Symbol 298 MovieClip Frame 30
gotoAndPlay (2);
Symbol 300 MovieClip Frame 1
stop();
Instance of Symbol 292 MovieClip in Symbol 300 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.dead3 = true;
}
}
Symbol 300 MovieClip Frame 44
gotoAndPlay (2);
Symbol 314 MovieClip Frame 1
stop();
Symbol 316 Button
on (press) {
_root.gotoAndStop(17);
}
Symbol 325 MovieClip Frame 1
stop();
Symbol 325 MovieClip Frame 4
stop();
Symbol 329 MovieClip Frame 1
stop();
Symbol 329 MovieClip Frame 20
stop();
Symbol 331 MovieClip Frame 1
stop();
Symbol 331 MovieClip Frame 2
stop();
Symbol 336 MovieClip Frame 1
stop();
Instance of Symbol 335 MovieClip in Symbol 336 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.dead3 = true;
}
if (this.hitTest(_root.enemy)) {
_root.enemydead = true;
}
}
Instance of Symbol 335 MovieClip in Symbol 336 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.dead3 = true;
}
if (this.hitTest(_root.enemy)) {
_root.enemydead = true;
}
}
Instance of Symbol 335 MovieClip in Symbol 336 MovieClip Frame 29
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.dead3 = true;
}
if (this.hitTest(_root.enemy)) {
_root.enemydead = true;
}
}
Symbol 336 MovieClip Frame 30
_root.redbutton.gotoAndStop(1);
Instance of Symbol 339 MovieClip in Symbol 340 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.dead3 = true;
}
if (this.hitTest(_root.enemy)) {
_root.enemy.gotoAndStop(2);
}
}
Instance of Symbol 335 MovieClip in Symbol 340 MovieClip Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.dead3 = true;
}
if (this.hitTest(_root.enemy)) {
_root.enemydead = true;
}
}
Instance of Symbol 335 MovieClip in Symbol 342 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.dead3 = true;
}
if (this.hitTest(_root.enemy)) {
_root.enemydead = true;
}
}
Instance of Symbol 335 MovieClip in Symbol 343 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.dead3 = true;
}
if (this.hitTest(_root.enemy)) {
_root.enemydead = true;
}
}
Instance of Symbol 335 MovieClip in Symbol 344 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.dead3 = true;
}
if (this.hitTest(_root.enemy)) {
_root.enemydead = true;
}
}
Instance of Symbol 182 MovieClip in Symbol 345 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_alpha = 100;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("girder", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 331 MovieClip in Symbol 345 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.leverdown == true) {
_y = (_y - 5);
}
if (_y < -400) {
this.gotoAndStop(2);
}
}
Instance of Symbol 182 MovieClip in Symbol 345 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_alpha = 100;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("girder", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 342 MovieClip in Symbol 345 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_currentframe == 29) {
_rotation = (_rotation + 90);
}
}
Instance of Symbol 342 MovieClip in Symbol 345 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_currentframe == 29) {
_rotation = (_rotation + 90);
}
}
Instance of Symbol 342 MovieClip in Symbol 345 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_currentframe == 29) {
_rotation = (_rotation + 90);
}
}
Instance of Symbol 342 MovieClip in Symbol 345 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_currentframe == 29) {
_rotation = (_rotation + 90);
}
}
Instance of Symbol 342 MovieClip in Symbol 345 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_currentframe == 29) {
_rotation = (_rotation + 90);
}
}
Symbol 348 MovieClip Frame 1
stop();
Instance of Symbol 193 MovieClip in Symbol 355 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
_root.dead3 = true;
}
}
Instance of Symbol 193 MovieClip in Symbol 355 MovieClip Frame 30
onClipEvent (enterFrame) {
_y = (_y - 5);
if (_root.char.hitTest(this)) {
gotoAndStop (2);
_root.dead3 = true;
}
_y = (_y + 5);
}
Instance of Symbol 193 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
gotoAndStop (2);
_root.dead3 = true;
}
}
Symbol 358 MovieClip Frame 1
stop();
Symbol 358 MovieClip Frame 11
stop();
_root.movee.ground.spearlauncher.gotoAndPlay(2);
Symbol 360 Button
on (press) {
_root.gotoAndStop(20);
}
Instance of Symbol 182 MovieClip in Symbol 366 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_alpha = 100;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("girder", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 182 MovieClip in Symbol 366 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
_y = (_y - 5);
if (_root.char.hitTest(this)) {
_alpha = 100;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("girder", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
_y = (_y + 5);
}
Instance of Symbol 182 MovieClip in Symbol 366 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_alpha = 100;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("girder", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 182 MovieClip in Symbol 366 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_alpha = 100;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("girder", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 182 MovieClip in Symbol 366 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_alpha = 100;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("girder", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 193 MovieClip in Symbol 366 MovieClip Frame 1
onClipEvent (enterFrame) {
_y = (_y - 5);
if (_root.char.hitTest(this)) {
gotoAndStop (2);
_root.dead3 = true;
}
_y = (_y + 5);
}
Symbol 371 Button
on (press) {
_root.gotoAndStop(23);
}
Symbol 379 MovieClip Frame 1
stop();
Symbol 379 MovieClip Frame 2
stop();
Symbol 380 MovieClip Frame 1
stop();
Symbol 380 MovieClip Frame 2
stop();
Symbol 381 MovieClip Frame 1
stop();
Symbol 381 MovieClip Frame 2
stop();
Instance of Symbol 177 MovieClip "B6" in Symbol 384 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_y < 500) {
gotoAndStop (2);
}
if (_root.char.hitTest(this) and (_y < -18)) {
_root.dead3 = true;
}
}
Instance of Symbol 177 MovieClip "B7" in Symbol 384 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_y < 500) {
gotoAndStop (2);
}
if (_root.char.hitTest(this) and (_y < -18)) {
_root.dead3 = true;
}
}
Instance of Symbol 379 MovieClip "B1" in Symbol 384 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_y > 500) {
gotoAndStop (2);
}
if (_root.char.hitTest(this)) {
_root.dead3 = true;
}
}
Instance of Symbol 380 MovieClip "B2" in Symbol 384 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_y > 500) {
gotoAndStop (2);
}
if (_root.char.hitTest(this)) {
_root.dead3 = true;
}
}
Instance of Symbol 381 MovieClip "B3" in Symbol 384 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_y > 500) {
gotoAndStop (2);
}
if (_root.char.hitTest(this)) {
_root.dead3 = true;
}
}
Instance of Symbol 382 MovieClip "B4" in Symbol 384 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_y > 500) {
gotoAndStop (2);
}
if (_root.char.hitTest(this)) {
_root.dead3 = true;
}
}
Instance of Symbol 248 MovieClip in Symbol 384 MovieClip Frame 1
onClipEvent (load) {
switcher = false;
}
onClipEvent (enterFrame) {
if (switcher == false) {
_x = (_x - 3);
if (_root.char.hitTest(this)) {
_root.char._x = _root.char._x - 3;
}
}
if (switcher == true) {
_x = (_x + 3);
if (_root.char.hitTest(this)) {
_root.char._x = _root.char._x + 3;
}
}
if (_x < 332) {
switcher = true;
}
if (_x > 490) {
switcher = false;
}
}
Instance of Symbol 248 MovieClip in Symbol 384 MovieClip Frame 1
onClipEvent (load) {
switcher = false;
}
onClipEvent (enterFrame) {
_y = (_y + 3);
if (_y > 50) {
_y = -272;
}
}
Instance of Symbol 248 MovieClip in Symbol 384 MovieClip Frame 1
onClipEvent (load) {
switcher = false;
}
onClipEvent (enterFrame) {
_y = (_y + 3);
if (_y > 50) {
_y = -272;
}
}
Instance of Symbol 248 MovieClip in Symbol 384 MovieClip Frame 1
onClipEvent (load) {
switcher = false;
}
onClipEvent (enterFrame) {
_y = (_y + 3);
if (_y > 50) {
_y = -272;
}
}
Instance of Symbol 248 MovieClip in Symbol 384 MovieClip Frame 1
onClipEvent (load) {
go = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.char._x = _root.char._x + 3;
go = true;
}
if (go == true) {
_x = (_x + 3);
}
}
Instance of Symbol 248 MovieClip in Symbol 384 MovieClip Frame 1
onClipEvent (load) {
switcher = false;
}
onClipEvent (enterFrame) {
_y = (_y + 3);
if (_y > 50) {
_y = -272;
}
}
Instance of Symbol 248 MovieClip in Symbol 384 MovieClip Frame 1
onClipEvent (load) {
switcher = false;
}
onClipEvent (enterFrame) {
_y = (_y + 3);
if (_y > 50) {
_y = -272;
}
}
Instance of Symbol 193 MovieClip in Symbol 384 MovieClip Frame 1
onClipEvent (enterFrame) {
_y = (_y - 5);
if (_root.char.hitTest(this)) {
gotoAndStop (2);
_root.dead3 = true;
}
_y = (_y + 5);
}
Instance of Symbol 193 MovieClip in Symbol 384 MovieClip Frame 1
onClipEvent (enterFrame) {
_y = (_y - 5);
if (_root.char.hitTest(this)) {
gotoAndStop (2);
_root.dead3 = true;
}
_y = (_y + 5);
}
Instance of Symbol 182 MovieClip in Symbol 384 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_alpha = 100;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("girder", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 182 MovieClip in Symbol 384 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_alpha = 100;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("girder", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 193 MovieClip in Symbol 384 MovieClip Frame 1
onClipEvent (enterFrame) {
_y = (_y - 5);
if (_root.char.hitTest(this)) {
gotoAndStop (2);
_root.dead3 = true;
}
_y = (_y + 5);
}
Instance of Symbol 193 MovieClip in Symbol 384 MovieClip Frame 1
onClipEvent (enterFrame) {
_y = (_y - 5);
if (_root.char.hitTest(this)) {
gotoAndStop (2);
_root.dead3 = true;
}
_y = (_y + 5);
}
Instance of Symbol 193 MovieClip in Symbol 384 MovieClip Frame 1
onClipEvent (enterFrame) {
_y = (_y - 5);
if (_root.char.hitTest(this)) {
gotoAndStop (2);
_root.dead3 = true;
}
_y = (_y + 5);
}
Instance of Symbol 193 MovieClip in Symbol 384 MovieClip Frame 1
onClipEvent (enterFrame) {
_y = (_y - 5);
if (_root.char.hitTest(this)) {
gotoAndStop (2);
_root.dead3 = true;
}
_y = (_y + 5);
}
Instance of Symbol 193 MovieClip in Symbol 384 MovieClip Frame 1
onClipEvent (enterFrame) {
_y = (_y - 5);
if (_root.char.hitTest(this)) {
gotoAndStop (2);
_root.dead3 = true;
}
_y = (_y + 5);
}
Instance of Symbol 193 MovieClip in Symbol 384 MovieClip Frame 1
onClipEvent (enterFrame) {
_y = (_y - 5);
if (_root.char.hitTest(this)) {
gotoAndStop (2);
_root.dead3 = true;
}
_y = (_y + 5);
}
Instance of Symbol 193 MovieClip in Symbol 384 MovieClip Frame 1
onClipEvent (enterFrame) {
_y = (_y - 5);
if (_root.char.hitTest(this)) {
gotoAndStop (2);
_root.dead3 = true;
}
_y = (_y + 5);
}
Instance of Symbol 193 MovieClip in Symbol 384 MovieClip Frame 1
onClipEvent (enterFrame) {
_y = (_y - 5);
if (_root.char.hitTest(this)) {
gotoAndStop (2);
_root.dead3 = true;
}
_y = (_y + 5);
}
Instance of Symbol 193 MovieClip in Symbol 384 MovieClip Frame 1
onClipEvent (enterFrame) {
_y = (_y - 5);
if (_root.char.hitTest(this)) {
gotoAndStop (2);
_root.dead3 = true;
}
_y = (_y + 5);
}
Instance of Symbol 248 MovieClip in Symbol 384 MovieClip Frame 1
onClipEvent (load) {
switcher = false;
}
onClipEvent (enterFrame) {
_y = (_y + 3);
if (_y > 50) {
_y = -272;
}
}
Instance of Symbol 248 MovieClip in Symbol 384 MovieClip Frame 1
onClipEvent (load) {
switcher = false;
}
onClipEvent (enterFrame) {
_y = (_y + 3);
if (_y > 50) {
_y = -272;
}
}
Instance of Symbol 248 MovieClip in Symbol 384 MovieClip Frame 1
onClipEvent (load) {
switcher = false;
}
onClipEvent (enterFrame) {
_y = (_y + 3);
if (_y > 50) {
_y = -272;
}
}
Instance of Symbol 248 MovieClip in Symbol 384 MovieClip Frame 1
onClipEvent (load) {
switcher = false;
}
onClipEvent (enterFrame) {
_y = (_y + 3);
if (_y > 50) {
_y = -272;
}
}
Instance of Symbol 248 MovieClip in Symbol 384 MovieClip Frame 1
onClipEvent (load) {
switcher = false;
}
onClipEvent (enterFrame) {
_y = (_y + 3);
if (_y > 50) {
_y = -272;
}
}
Instance of Symbol 248 MovieClip in Symbol 384 MovieClip Frame 1
onClipEvent (load) {
switcher = false;
}
onClipEvent (enterFrame) {
_y = (_y + 3);
if (_y > 50) {
_y = -272;
}
}
Instance of Symbol 193 MovieClip in Symbol 384 MovieClip Frame 1
onClipEvent (enterFrame) {
_y = (_y - 5);
if (_root.char.hitTest(this)) {
gotoAndStop (2);
_root.dead3 = true;
}
_y = (_y + 5);
}
Instance of Symbol 193 MovieClip in Symbol 384 MovieClip Frame 1
onClipEvent (enterFrame) {
_y = (_y - 5);
if (_root.char.hitTest(this)) {
gotoAndStop (2);
_root.dead3 = true;
}
_y = (_y + 5);
}
Symbol 389 Button
on (press) {
_root.gotoAndStop(26);
}
Instance of Symbol 182 MovieClip in Symbol 397 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_alpha = 100;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("girder", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 182 MovieClip in Symbol 397 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_alpha = 100;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("girder", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 182 MovieClip in Symbol 397 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_alpha = 100;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("girder", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 182 MovieClip in Symbol 397 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_alpha = 100;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("girder", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 182 MovieClip in Symbol 397 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_alpha = 100;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("girder", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Instance of Symbol 182 MovieClip in Symbol 412 MovieClip Frame 1
onClipEvent (load) {
notagain = false;
}
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_alpha = 100;
if (notagain == false) {
_root.someSound = new Sound();
_root.someSound.attachSound("girder", this);
_root.someSound.start(0, 1);
notagain = true;
}
}
}
Symbol 418 MovieClip Frame 1
stop();
Symbol 418 MovieClip Frame 2
stop();
Symbol 418 MovieClip Frame 3
stop();
Symbol 418 MovieClip Frame 4
stop();
Symbol 418 MovieClip Frame 5
stop();