STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
233518
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2644 · P5288

<div style="position:absolute;top:-99px;left:-99px;"><img src="https://tools.swfchan.com/stathit.asp?noj=FRM78926275-17DC&rnd=78926275" width="1" height="1"></div>

armorgames malichite-302.swf

This is the info page for
Flash #264391

(Click the ID number above for more basic data on this flash file.)


Text
PLAY

PLAY

Kevin Barrios and David Silver Present

Kevin Barrios and David Silver Present

START GAME

TUTORIAL

HIGH SCORES

MORE GAMES

0

Welcome to Malichite. To move around, use the LEFT and RIGHT arrow keys.
Press SPACEBAR to continue.

These are your lives. You start with 5 lives per level. Running into enemies
or dangerous objects will make you lose lives. Press SPACEBAR to continue.

This is your score bar. Earn points by collecting orbs and destroying
enemies! Press SPACEBAR to continue.

You can get onto or by certain objects by jumping. Use the UP arrow key
to jump. Press SPACEBAR to continue.

Up ahead is an enemy. Jump on top of enemies to destroy them.
Press SPACEBAR to continue.

To get over higher objects, perform a high jump by holding the DOWN
arrow key, and pressing UP while crouched. Press SPACEBAR to continue.

This concludes the tutorial. Collect the gem to the right to end the tutorial.
Press SPACEBAR to continue.

0

Name -

ENTER NAME HERE

ENTER NAME HERE

0

0

ENTER NAME HERE

TrueDarkness

ENTER NAME HERE

0

ActionScript [AS1/AS2]

Frame 1
function scott() { getURL ("http://www.buzzwerd.deviantart.com", "_blank"); } function david() { getURL ("http://www.truedarkness.phrozenflame.com/", "_blank"); } function agg() { getURL ("http://www.armorgames.com/", "_blank"); } function muter() { _root.all.setVolume((_x + 0) / 0); } function mutera() { _root.all.setVolume((_x + 120) / 1.9); } stopAllSounds(); _root.bytesLoaded = _root.getBytesLoaded(); _root.bytesTotal = _root.getBytesTotal(); _root.percentLoaded = Math.round(100 * (_root.bytesLoaded / _root.bytesTotal)); _root.percentLoadedText = _root.percentLoaded + "%"; _root.bar.gotoAndStop(percentLoaded); onLoad = function () { _root.all = new Sound(); }; var menu = new ContextMenu(); menu.hideBuiltInItems(); var buzzwerd = new ContextMenuItem("Kevin Barrios", scott); var truedarkness = new ContextMenuItem("David Silver", david); var ag = new ContextMenuItem("Armor Games", agg); var mute = new ContextMenuItem("Sound Off", muter); var mutee = new ContextMenuItem("Sound On", mutera); menu.customItems.push(buzzwerd, truedarkness, ag, mute, mutee); menu.onSelect = menuHandler; menu.builtInItems.quality = true; _root.menu = menu; stop();
Instance of Symbol 16 MovieClip in Frame 1
onClipEvent (enterFrame) { _x = (_root.Stage.width / 2); _y = (_root.Stage.height / 2); }
Frame 2
stop();
Frame 3
stop();
Frame 4
stop(); _root.tut = true; function MakeOrb() { z++; _root.orb.duplicateMovieClip("orb" + z, z); _root["orb" + z]._visible = true; _root["orb" + z]._x = _root.xx + random(80); _root["orb" + z]._y = _root.yy + random(80); } var life = 5; _root.hud.score = 0; _root.score = 0; _root.fadeIn.gotoAndPlay(1); var z = 0; _root._x = 0;
Instance of Symbol 87 MovieClip "bg" in Frame 4
onClipEvent (enterFrame) { this.cacheAsBitmap = true; }
Instance of Symbol 90 MovieClip "trees3" in Frame 4
onClipEvent (enterFrame) { this.cacheAsBitmap = true; }
Instance of Symbol 94 MovieClip "trees2" in Frame 4
onClipEvent (enterFrame) { this.cacheAsBitmap = true; }
Instance of Symbol 97 MovieClip "trees1" in Frame 4
onClipEvent (enterFrame) { this.cacheAsBitmap = true; }
Instance of Symbol 113 MovieClip in Frame 4
onClipEvent (enterFrame) { if (((this.hitTest(_root.player._x, _root.player._y + _root.player.h, true) && (_root.player.grounded == false)) && (_root.player.yspeed >= 2)) && (_root.ground.switch2._currentframe == 2)) { _root.ground.switch2.spring.play(); } }
Instance of Symbol 121 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.gem.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 123 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_root.tuta._currentframe == 240)) { _root.tuta.play(); } }
Instance of Symbol 123 MovieClip in Frame 4
onClipEvent (enterFrame) { if ((this.hitTest(_root.player) && (_root.tuta._currentframe >= 255)) && (_root.tuta._currentframe <= 266)) { _root.tuta.play(); } }
Instance of Symbol 136 MovieClip in Frame 4
onClipEvent (load) { var scale = _xscale; var xx = _x; var speed = 3; var yspeed = 0; var grav = 1; var h = (_height / 2); } onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if (_currentframe != 3) { _y = (_y + yspeed); yspeed = yspeed + grav; if (_root.ground.hitTest(_x, (_y + h) - 35, true)) { yspeed = 0; while (_root.ground.hitTest(_x, (_y + h) - 35, true)) { _y = (_y - 0.1); } } } if (_currentframe != 3) { gotoAndStop (2); if ((var1 != 1) && (_x >= (xx - 160))) { _x = (_x - speed); _xscale = scale; } if (_x <= (xx - 160)) { var1 = 1; } if ((var1 == 1) && (xx <= (xx + 160))) { _x = (_x + speed); _xscale = (-scale); } if (_x >= (xx + 160)) { var1 = 0; } } if (((this.top.hitTest(_root.player._x, _root.player._y + _root.player.h, true) && (_root.player.grounded != true)) && (_root.player.yspeed >= 2)) && (_currentframe != 3)) { this.gotoAndStop(3); _root.player.gotoAndStop(1); _root.player.gotoAndStop(3); _root.player.yspeed = -_root.player.jump; } if ((_currentframe == 3) && (var2 != 1)) { _root.xx = _x - 80; _root.yy = _y - 80; _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.score = _root.score + (_root.life * 2); var2 = 1; } if (((this.hitTest(_root.player) && (_currentframe != 3)) && (_root.player.grounded == true)) && (_root.blink._currentframe == 1)) { _root.blink.play(); } }
Instance of Symbol 123 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_root.tuta._currentframe == 292)) { _root.tuta.play(); } }
Instance of Symbol 156 MovieClip "player" in Frame 4
onClipEvent (load) { var yspeed = 0; var xspeed = 0; var grav = 1; var w = (_width / 2); var h = (_height / 2); var scale = _xscale; var jump = 15.2; var cx = _x; var cy = _y; var croucherLookDown = 0; var grounded = undefined; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed + grav; _x = (_x + xspeed); if (_currentframe != 4) { xspeed = xspeed * 0.85; } else if (Key.isDown(40)) { xspeed = xspeed * 0.945; } if ((_currentframe == 4) && (!Key.isDown(40))) { xspeed = xspeed * 0.85; } if (_root.ground.hitTest(_x, (_y + h) - 25, true)) { yspeed = 0; grounded = true; while (_root.ground.hitTest(_x, (_y + h) - 25, true)) { _y = (_y - 0.1); } } else { grounded = false; } if (_root.ground.hitTest(_x, (_y + h) + 10, true)) { if (_currentframe == 3) { this.jumpa.play(); } } if (_root.ground.hitTest(_x, (_y + h) + 10, true)) { if (_currentframe == 5) { this.doublejump.play(); } } if (_root.ground.hitTest(_x - w, _y, true)) { xspeed = 0; while (_root.ground.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.ground.hitTest(_x + w, _y, true)) { xspeed = 0; while (_root.ground.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.ground.hitTest(_x, _y - h, true) && (_currentframe == 3)) { yspeed = 3; this.gotoAndStop(1); while (_root.ground.hitTest(_x, _y - h, true) && (!this.hitTest(_root.ground))) { _y = (_y + 0.1); } } if (!_root.tut) { if (Key.isDown(39) && (_currentframe != 4)) { xspeed = xspeed + 1.2; _xscale = scale; if (this.jumpa._currentframe >= 28) { gotoAndStop (2); } } if (Key.isDown(37) && (_currentframe != 4)) { xspeed = xspeed - 1.2; _xscale = (-scale); if (this.jumpa._currentframe >= 28) { gotoAndStop (2); } } if (((((!Key.isDown(37)) && (!Key.isDown(39))) && (grounded)) && (_currentframe != 4)) && (_currentframe != 3)) { gotoAndStop (1); } if (_root.tutJump == true) { if ((Key.isDown(38) && (grounded)) && (_currentframe != 4)) { this.gotoAndStop(1); this.gotoAndStop(3); yspeed = -jump; grounded = false; } if (((Key.isDown(38) && (_currentframe == 4)) && (this.crouch._currentframe >= 13)) && (this.crouch._currentframe <= 20)) { this.gotoAndStop(1); this.gotoAndStop(3); yspeed = (-jump) - 4; grounded = false; downHold = false; croucherLookDown = 0; } } if ((Key.isDown(40) && (this.crouch._currentframe == 15)) && (!this.hitTest(_root.ground.land))) { croucherLookDown++; } if (((Key.isDown(40) && (_currentframe != 4)) && (!downHold)) && (grounded)) { gotoAndStop (4); downHold = true; } if ((!Key.isDown(40)) && (_currentframe == 4)) { this.crouch.play(); downHold = false; croucherLookDown = 0; } } cx = cx + ((_x - cx) / 5); _root._x = (Stage.width / 2) - cx; if (croucherLookDown >= 30) { cy = cy + (((_y - cy) + 150) / 5); _root._y = (Stage.height / 2) - cy; } else { cy = cy + ((_y - cy) / 5); _root._y = (Stage.height / 2) - cy; } _root.bg._x = cx; _root.trees3._x = cx / 2; _root.trees2._x = cx / 4; _root.trees1._x = cx / 6; _root.hud._x = cx - 320; _root.wide._x = cx; _root.bg._y = cy; _root.trees3._y = cy / 2; _root.trees2._y = cy / 4; _root.trees1._y = cy / 6; _root.hud._y = cy - 200; _root.wide._y = cy; _root.screen._x = cx; _root.screen._y = cy; _root.gameOver._x = cx; _root.gameOver._y = cy; _root.fadeOut._x = cx; _root.fadeOut._y = cy; _root.fadeIn._x = cx; _root.fadeOut._y = cy; _root.tuta._x = cx - 5; _root.tuta._y = cy + 170; }
Instance of Symbol 160 MovieClip "orb" in Frame 4
onClipEvent (load) { var friction = 1.05; var yspeed = 0; var xspeed = 0; var i = 0; var1 = 0; h = _height / 2; w = _width / 2; xspeeda = -10 + random(20); yspeeda = -random(20); drag = 0.98; bounce = 1; gravity = 1; a = 0; aa = 0; } onClipEvent (enterFrame) { if ((!_root.pause) && (_name != "orb")) { if (var1 == 0) { a++; _root.speed = this.xspeeda; if (!dragging) { _x = (_x + xspeeda); _y = ((_y + yspeeda) - 0.29); yspeeda = (yspeeda * drag) + gravity; xspeeda = xspeeda * drag; } else { xspeeda = _x - oldx; yspeeda = _y - oldy; oldx = _x; oldy = _y; } } if (a >= 25) { a = 0; var1 = 1; } if (var1 == 1) { aa++; _y = (_y + yspeed); _x = (_x + xspeed); xspeed = xspeed / friction; yspeed = yspeed / friction; xspeed = xspeed - ((_x - _root.player._x) / (random(35) + 14)); yspeed = yspeed - ((_y - _root.player._y) / (random(35) + 14)); if (_y <= _root.player._y) { _y = (_y + (random(4) + 1)); } if (_y >= _root.player._y) { _y = (_y - (random(4) + 1)); } if ((_x >= _root.player._x) && (i == 0)) { i++; } if ((_x <= _root.player._x) && (i == 1)) { i++; } if ((_x >= _root.player._x) && (i == 2)) { i++; } if ((i >= 3) || ((aa >= 30) && (this.hitTest(_root.player.base)))) { gotoAndStop (2); xspeed = 0; yspeed = 0; } } } }
Instance of Symbol 168 MovieClip "hud" in Frame 4
onClipEvent (enterFrame) { this.score = _root.score; }
Instance of Symbol 187 MovieClip "tuta" in Frame 4
onClipEvent (enterFrame) { if ((this._currentframe == 27) && (Key.isDown(32))) { this.play(); } if ((this._currentframe == 119) && (Key.isDown(32))) { this.play(); } if ((this._currentframe == 229) && (Key.isDown(32))) { this.play(); } if ((this._currentframe == 255) && (Key.isDown(32))) { this.play(); } if ((this._currentframe == 280) && (Key.isDown(32))) { this.play(); } if ((this._currentframe == 306) && (Key.isDown(32))) { this.play(); } if ((this._currentframe == 383) && (Key.isDown(32))) { this.play(); } }
Instance of Symbol 189 MovieClip "wide" in Frame 4
onClipEvent (enterFrame) { this.swapDepths(1000); }
Instance of Symbol 191 MovieClip "screen" in Frame 4
onClipEvent (load) { _alpha = 0; }
Instance of Symbol 194 MovieClip "fadeOut" in Frame 4
onClipEvent (enterFrame) { this.swapDepths(500000); }
Instance of Symbol 197 MovieClip "fadeIn" in Frame 4
onClipEvent (enterFrame) { this.swapDepths(1000000); }
Frame 5
for (i in _root) { _root[i].removeMovieClip(); } stopAllSounds(); _root.nextFrame(); _root._x = 1000000 /* 0x0F4240 */;
Frame 6
stop(); function MakeOrb() { z++; _root.orb.duplicateMovieClip("orb" + z, z); _root["orb" + z]._visible = true; _root["orb" + z]._x = _root.xx + random(80); _root["orb" + z]._y = _root.yy + random(80); } var life = 5; _root.hud.score = 0; _root.score = 0; _root.fadeIn.gotoAndPlay(1); var z = 0; _root._x = 0;
Instance of Symbol 87 MovieClip "bg" in Frame 6
onClipEvent (enterFrame) { this.cacheAsBitmap = true; }
Instance of Symbol 199 MovieClip "trees3" in Frame 6
onClipEvent (enterFrame) { this.cacheAsBitmap = true; }
Instance of Symbol 201 MovieClip "trees2" in Frame 6
onClipEvent (enterFrame) { this.cacheAsBitmap = true; }
Instance of Symbol 202 MovieClip "trees1" in Frame 6
onClipEvent (enterFrame) { this.cacheAsBitmap = true; }
Instance of Symbol 231 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_root.player.grounded == false)) { this.play(); } }
Instance of Symbol 235 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 113 MovieClip in Frame 6
onClipEvent (enterFrame) { if (((this.hitTest(_root.player._x, _root.player._y + _root.player.h, true) && (_root.player.grounded == false)) && (_root.player.yspeed >= 2)) && (_root.ground.switch2._currentframe == 2)) { _root.ground.switch2.spring.play(); } }
Instance of Symbol 121 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.gem.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 237 MovieClip in Frame 6
onClipEvent (load) { var scale = _xscale; var xx = _x; var speed = 3; var yspeed = 0; var grav = 1; var h = (_height / 2); } onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if (_currentframe != 3) { _y = (_y + yspeed); yspeed = yspeed + grav; if (_root.ground.hitTest(_x, (_y + h) - 35, true)) { yspeed = 0; while (_root.ground.hitTest(_x, (_y + h) - 35, true)) { _y = (_y - 0.1); } } } if (_currentframe != 3) { gotoAndStop (2); if ((var1 != 1) && (_x >= (xx - 160))) { _x = (_x - speed); _xscale = scale; } if (_x <= (xx - 160)) { var1 = 1; } if ((var1 == 1) && (xx <= (xx + 160))) { _x = (_x + speed); _xscale = (-scale); } if (_x >= (xx + 160)) { var1 = 0; } } if (((this.top.hitTest(_root.player._x, _root.player._y + _root.player.h, true) && (_root.player.grounded != true)) && (_root.player.yspeed >= 2)) && (_currentframe != 3)) { this.gotoAndStop(3); _root.player.gotoAndStop(1); _root.player.gotoAndStop(3); _root.player.yspeed = -_root.player.jump; } if ((_currentframe == 3) && (var2 != 1)) { _root.xx = _x - 80; _root.yy = _y - 80; _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.score = _root.score + (_root.life * 2); var2 = 1; } if (((this.hitTest(_root.player) && (_currentframe != 3)) && (_root.player.grounded == true)) && (_root.blink._currentframe == 1)) { _root.blink.play(); } }
Instance of Symbol 237 MovieClip in Frame 6
onClipEvent (load) { var scale = _xscale; var xx = _x; var speed = 3; var yspeed = 0; var grav = 1; var h = (_height / 2); } onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if (_currentframe != 3) { _y = (_y + yspeed); yspeed = yspeed + grav; if (_root.ground.hitTest(_x, (_y + h) - 35, true)) { yspeed = 0; while (_root.ground.hitTest(_x, (_y + h) - 35, true)) { _y = (_y - 0.1); } } } if (_currentframe != 3) { gotoAndStop (2); if ((var1 != 1) && (_x <= (xx + 160))) { _x = (_x + speed); _xscale = (-scale); } if (_x >= (xx + 160)) { var1 = 1; } if ((var1 == 1) && (xx >= (xx - 160))) { _x = (_x - speed); _xscale = scale; } if (_x <= (xx - 160)) { var1 = 0; } } if (((this.top.hitTest(_root.player._x, _root.player._y + _root.player.h, true) && (_root.player.grounded != true)) && (_root.player.yspeed >= 2)) && (_currentframe != 3)) { this.gotoAndStop(3); _root.player.gotoAndStop(1); _root.player.gotoAndStop(3); _root.player.yspeed = -_root.player.jump; } if ((_currentframe == 3) && (var2 != 1)) { _root.xx = _x - 80; _root.yy = _y - 80; _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.score = _root.score + (_root.life * 2); var2 = 1; } if (((this.hitTest(_root.player) && (_currentframe != 3)) && (_root.player.grounded == true)) && (_root.blink._currentframe == 1)) { _root.blink.play(); } }
Instance of Symbol 248 MovieClip in Frame 6
onClipEvent (load) { var scale = _xscale; var xx = _x; var speed = 3; var yspeed = 0; var grav = 1; var h = (_height / 2); } onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if (_currentframe != 3) { _y = (_y + yspeed); yspeed = yspeed + grav; if (_root.ground.hitTest(_x, (_y + h) - 35, true)) { yspeed = 0; while (_root.ground.hitTest(_x, (_y + h) - 35, true)) { _y = (_y - 0.1); } } } if (_currentframe != 3) { gotoAndStop (2); if ((var1 != 1) && (_x >= (xx - 160))) { _x = (_x - speed); _xscale = scale; } if (_x <= (xx - 160)) { var1 = 1; } if ((var1 == 1) && (xx <= (xx + 160))) { _x = (_x + speed); _xscale = (-scale); } if (_x >= (xx + 160)) { var1 = 0; } } if (((this.top.hitTest(_root.player._x, _root.player._y + _root.player.h, true) && (_root.player.grounded != true)) && (_root.player.yspeed >= 2)) && (_currentframe != 3)) { this.gotoAndStop(3); _root.player.gotoAndStop(1); _root.player.gotoAndStop(3); _root.player.yspeed = -_root.player.jump; } if ((_currentframe == 3) && (var2 != 1)) { _root.xx = _x - 80; _root.yy = _y - 80; _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.score = _root.score + (_root.life * 2); var2 = 1; } if (((this.hitTest(_root.player) && (_currentframe != 3)) && (_root.player.grounded == true)) && (_root.blink._currentframe == 1)) { _root.blink.play(); } }
Instance of Symbol 256 MovieClip in Frame 6
onClipEvent (load) { var scale = _xscale; var xx = _x; var speed = 3; var yspeed = 0; var grav = 1; var h = (_height / 2); } onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if (_currentframe != 3) { gotoAndStop (2); if ((var1 != 1) && (_x >= (xx - 160))) { _x = (_x - speed); _xscale = scale; } if (_x <= (xx - 160)) { var1 = 1; } if ((var1 == 1) && (xx <= (xx + 160))) { _x = (_x + speed); _xscale = (-scale); } if (_x >= (xx + 160)) { var1 = 0; } } if (((this.top.hitTest(_root.player._x, _root.player._y + _root.player.h, true) && (_root.player.grounded != true)) && (_root.player.yspeed >= 2)) && (_currentframe != 3)) { this.gotoAndStop(3); _root.player.gotoAndStop(1); _root.player.gotoAndStop(3); _root.player.yspeed = -_root.player.jump; } if ((_currentframe == 3) && (var2 != 1)) { _root.xx = _x - 80; _root.yy = _y - 80; _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.score = _root.score + (_root.life * 2); var2 = 1; } if (((this.hitTest(_root.player) && (_currentframe != 3)) && (_root.player.grounded == true)) && (_root.blink._currentframe == 1)) { _root.blink.play(); } }
Instance of Symbol 256 MovieClip in Frame 6
onClipEvent (load) { var scale = _xscale; var xx = _x; var speed = 3; var yspeed = 0; var grav = 1; var h = (_height / 2); } onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if (_currentframe != 3) { gotoAndStop (2); if ((var1 != 1) && (_x >= (xx - 160))) { _x = (_x - speed); _xscale = scale; } if (_x <= (xx - 160)) { var1 = 1; } if ((var1 == 1) && (xx <= (xx + 160))) { _x = (_x + speed); _xscale = (-scale); } if (_x >= (xx + 160)) { var1 = 0; } } if (((this.top.hitTest(_root.player._x, _root.player._y + _root.player.h, true) && (_root.player.grounded != true)) && (_root.player.yspeed >= 2)) && (_currentframe != 3)) { this.gotoAndStop(3); _root.player.gotoAndStop(1); _root.player.gotoAndStop(3); _root.player.yspeed = -_root.player.jump; } if ((_currentframe == 3) && (var2 != 1)) { _root.xx = _x - 80; _root.yy = _y - 80; _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.score = _root.score + (_root.life * 2); var2 = 1; } if (((this.hitTest(_root.player) && (_currentframe != 3)) && (_root.player.grounded == true)) && (_root.blink._currentframe == 1)) { _root.blink.play(); } }
Instance of Symbol 237 MovieClip in Frame 6
onClipEvent (load) { var scale = _xscale; var xx = _x; var speed = 3; var yspeed = 0; var grav = 1; var h = (_height / 2); } onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if (_currentframe != 3) { _y = (_y + yspeed); yspeed = yspeed + grav; if (_root.ground.hitTest(_x, (_y + h) - 35, true)) { yspeed = 0; while (_root.ground.hitTest(_x, (_y + h) - 35, true)) { _y = (_y - 0.1); } } } if (_currentframe != 3) { gotoAndStop (2); if ((var1 != 1) && (_x <= (xx + 160))) { _x = (_x + speed); _xscale = (-scale); } if (_x >= (xx + 160)) { var1 = 1; } if ((var1 == 1) && (xx >= (xx - 160))) { _x = (_x - speed); _xscale = scale; } if (_x <= (xx - 160)) { var1 = 0; } } if (((this.top.hitTest(_root.player._x, _root.player._y + _root.player.h, true) && (_root.player.grounded != true)) && (_root.player.yspeed >= 2)) && (_currentframe != 3)) { this.gotoAndStop(3); _root.player.gotoAndStop(1); _root.player.gotoAndStop(3); _root.player.yspeed = -_root.player.jump; } if ((_currentframe == 3) && (var2 != 1)) { _root.xx = _x - 80; _root.yy = _y - 80; _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.score = _root.score + (_root.life * 2); var2 = 1; } if (((this.hitTest(_root.player) && (_currentframe != 3)) && (_root.player.grounded == true)) && (_root.blink._currentframe == 1)) { _root.blink.play(); } }
Instance of Symbol 248 MovieClip in Frame 6
onClipEvent (load) { var scale = _xscale; var xx = _x; var speed = 3; var yspeed = 0; var grav = 1; var h = (_height / 2); } onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if (_currentframe != 3) { _y = (_y + yspeed); yspeed = yspeed + grav; if (_root.ground.hitTest(_x, (_y + h) - 35, true)) { yspeed = 0; while (_root.ground.hitTest(_x, (_y + h) - 35, true)) { _y = (_y - 0.1); } } } if (_currentframe != 3) { gotoAndStop (2); if ((var1 != 1) && (_x >= (xx - 160))) { _x = (_x - speed); _xscale = scale; } if (_x <= (xx - 160)) { var1 = 1; } if ((var1 == 1) && (xx <= (xx + 160))) { _x = (_x + speed); _xscale = (-scale); } if (_x >= (xx + 160)) { var1 = 0; } } if (((this.top.hitTest(_root.player._x, _root.player._y + _root.player.h, true) && (_root.player.grounded != true)) && (_root.player.yspeed >= 2)) && (_currentframe != 3)) { this.gotoAndStop(3); _root.player.gotoAndStop(1); _root.player.gotoAndStop(3); _root.player.yspeed = -_root.player.jump; } if ((_currentframe == 3) && (var2 != 1)) { _root.xx = _x - 80; _root.yy = _y - 80; _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.score = _root.score + (_root.life * 2); var2 = 1; } if (((this.hitTest(_root.player) && (_currentframe != 3)) && (_root.player.grounded == true)) && (_root.blink._currentframe == 1)) { _root.blink.play(); } }
Instance of Symbol 256 MovieClip in Frame 6
onClipEvent (load) { var scale = _xscale; var xx = _x; var speed = 3; var yspeed = 0; var grav = 1; var h = (_height / 2); } onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if (_currentframe != 3) { gotoAndStop (2); if ((var1 != 1) && (_x >= (xx - 160))) { _x = (_x - speed); _xscale = scale; } if (_x <= (xx - 160)) { var1 = 1; } if ((var1 == 1) && (xx <= (xx + 160))) { _x = (_x + speed); _xscale = (-scale); } if (_x >= (xx + 160)) { var1 = 0; } } if (((this.top.hitTest(_root.player._x, _root.player._y + _root.player.h, true) && (_root.player.grounded != true)) && (_root.player.yspeed >= 2)) && (_currentframe != 3)) { this.gotoAndStop(3); _root.player.gotoAndStop(1); _root.player.gotoAndStop(3); _root.player.yspeed = -_root.player.jump; } if ((_currentframe == 3) && (var2 != 1)) { _root.xx = _x - 80; _root.yy = _y - 80; _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.score = _root.score + (_root.life * 2); var2 = 1; } if (((this.hitTest(_root.player) && (_currentframe != 3)) && (_root.player.grounded == true)) && (_root.blink._currentframe == 1)) { _root.blink.play(); } }
Instance of Symbol 156 MovieClip "player" in Frame 6
onClipEvent (load) { var yspeed = 0; var xspeed = 0; var grav = 1; var w = (_width / 2); var h = (_height / 2); var scale = _xscale; var jump = 15.2; var cx = _x; var cy = _y; var croucherLookDown = 0; var grounded = undefined; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed + grav; _x = (_x + xspeed); if (_currentframe != 4) { xspeed = xspeed * 0.85; } else if (Key.isDown(40)) { xspeed = xspeed * 0.945; } if ((_currentframe == 4) && (!Key.isDown(40))) { xspeed = xspeed * 0.85; } if (_root.ground.hitTest(_x, (_y + h) - 25, true)) { yspeed = 0; grounded = true; while (_root.ground.hitTest(_x, (_y + h) - 25, true)) { _y = (_y - 0.1); } } else { grounded = false; } if (_root.ground.hitTest(_x, (_y + h) + 10, true)) { if (_currentframe == 3) { this.jumpa.play(); } } if (_root.ground.hitTest(_x, (_y + h) + 10, true)) { if (_currentframe == 5) { this.doublejump.play(); } } if (_root.ground.hitTest(_x - w, _y, true)) { xspeed = 0; while (_root.ground.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.ground.hitTest(_x + w, _y, true)) { xspeed = 0; while (_root.ground.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.ground.hitTest(_x, _y - h, true) && (_currentframe == 3)) { yspeed = 3; this.gotoAndStop(1); while (_root.ground.hitTest(_x, _y - h, true) && (!this.hitTest(_root.ground))) { _y = (_y + 0.1); } } if (Key.isDown(39) && (_currentframe != 4)) { xspeed = xspeed + 1.2; _xscale = scale; if (this.jumpa._currentframe >= 28) { gotoAndStop (2); } } if (Key.isDown(37) && (_currentframe != 4)) { xspeed = xspeed - 1.2; _xscale = (-scale); if (this.jumpa._currentframe >= 28) { gotoAndStop (2); } } if (((((!Key.isDown(37)) && (!Key.isDown(39))) && (grounded)) && (_currentframe != 4)) && (_currentframe != 3)) { gotoAndStop (1); } if ((Key.isDown(38) && (grounded)) && (_currentframe != 4)) { this.gotoAndStop(1); this.gotoAndStop(3); yspeed = -jump; grounded = false; } if (((Key.isDown(38) && (_currentframe == 4)) && (this.crouch._currentframe >= 13)) && (this.crouch._currentframe <= 20)) { this.gotoAndStop(1); this.gotoAndStop(3); yspeed = (-jump) - 4; grounded = false; downHold = false; croucherLookDown = 0; } if ((Key.isDown(40) && (this.crouch._currentframe == 15)) && (!this.hitTest(_root.ground.land))) { croucherLookDown++; } if (((Key.isDown(40) && (_currentframe != 4)) && (!downHold)) && (grounded)) { gotoAndStop (4); downHold = true; } if ((!Key.isDown(40)) && (_currentframe == 4)) { this.crouch.play(); downHold = false; croucherLookDown = 0; } cx = cx + ((_x - cx) / 5); _root._x = (Stage.width / 2) - cx; if (croucherLookDown >= 30) { cy = cy + (((_y - cy) + 150) / 5); _root._y = (Stage.height / 2) - cy; } else { cy = cy + ((_y - cy) / 5); _root._y = (Stage.height / 2) - cy; } _root.bg._x = cx; _root.trees3._x = cx / 2; _root.trees2._x = cx / 4; _root.trees1._x = cx / 6; _root.hud._x = cx - 320; _root.wide._x = cx; _root.bg._y = cy; _root.trees3._y = cy / 2; _root.trees2._y = cy / 4; _root.trees1._y = cy / 6; _root.hud._y = cy - 200; _root.wide._y = cy; _root.screen._x = cx; _root.screen._y = cy; _root.gameOver._x = cx; _root.gameOver._y = cy; _root.fadeOut._x = cx; _root.fadeOut._y = cy; _root.fadeIn._x = cx; _root.fadeOut._y = cy; }
Instance of Symbol 160 MovieClip "orb" in Frame 6
onClipEvent (load) { var friction = 1.05; var yspeed = 0; var xspeed = 0; var i = 0; var1 = 0; h = _height / 2; w = _width / 2; xspeeda = -10 + random(20); yspeeda = -random(20); drag = 0.98; bounce = 1; gravity = 1; a = 0; aa = 0; } onClipEvent (enterFrame) { if ((!_root.pause) && (_name != "orb")) { if (var1 == 0) { a++; _root.speed = this.xspeeda; if (!dragging) { _x = (_x + xspeeda); _y = ((_y + yspeeda) - 0.29); yspeeda = (yspeeda * drag) + gravity; xspeeda = xspeeda * drag; } else { xspeeda = _x - oldx; yspeeda = _y - oldy; oldx = _x; oldy = _y; } } if (a >= 25) { a = 0; var1 = 1; } if (var1 == 1) { aa++; _y = (_y + yspeed); _x = (_x + xspeed); xspeed = xspeed / friction; yspeed = yspeed / friction; xspeed = xspeed - ((_x - _root.player._x) / (random(35) + 14)); yspeed = yspeed - ((_y - _root.player._y) / (random(35) + 14)); if (_y <= _root.player._y) { _y = (_y + (random(4) + 1)); } if (_y >= _root.player._y) { _y = (_y - (random(4) + 1)); } if ((_x >= _root.player._x) && (i == 0)) { i++; } if ((_x <= _root.player._x) && (i == 1)) { i++; } if ((_x >= _root.player._x) && (i == 2)) { i++; } if ((i >= 3) || ((aa >= 30) && (this.hitTest(_root.player.base)))) { gotoAndStop (2); xspeed = 0; yspeed = 0; } } } }
Instance of Symbol 261 MovieClip in Frame 6
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 261 MovieClip in Frame 6
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 168 MovieClip "hud" in Frame 6
onClipEvent (enterFrame) { this.score = _root.score; }
Instance of Symbol 263 MovieClip "wide" in Frame 6
onClipEvent (enterFrame) { this.swapDepths(1000); }
Instance of Symbol 265 MovieClip "screen" in Frame 6
onClipEvent (load) { _alpha = 0; }
Instance of Symbol 194 MovieClip "fadeOut" in Frame 6
onClipEvent (enterFrame) { this.swapDepths(500000); }
Instance of Symbol 268 MovieClip "gameOver" in Frame 6
onClipEvent (enterFrame) { this.swapDepths(500000); }
Instance of Symbol 197 MovieClip "fadeIn" in Frame 6
onClipEvent (enterFrame) { this.swapDepths(1000000); }
Frame 7
for (i in _root) { _root[i].removeMovieClip(); } stopAllSounds(); _root.nextFrame(); _root._x = 10000;
Frame 8
function MakeOrb() { z++; _root.orb.duplicateMovieClip("orb" + z, z); _root["orb" + z]._visible = true; _root["orb" + z]._x = _root.xx + random(80); _root["orb" + z]._y = _root.yy + random(80); } var life = 5; _root.fadeIn.gotoAndPlay(1); var z = 0; _root._x = 0;
Instance of Symbol 271 MovieClip "bg" in Frame 8
onClipEvent (enterFrame) { this.cacheAsBitmap = true; }
Instance of Symbol 274 MovieClip "trees3" in Frame 8
onClipEvent (enterFrame) { this.cacheAsBitmap = true; }
Instance of Symbol 280 MovieClip "trees2" in Frame 8
onClipEvent (enterFrame) { this.cacheAsBitmap = true; }
Instance of Symbol 283 MovieClip "trees1" in Frame 8
onClipEvent (enterFrame) { this.cacheAsBitmap = true; }
Instance of Symbol 113 MovieClip in Frame 8
onClipEvent (enterFrame) { if (((this.hitTest(_root.player._x, _root.player._y + _root.player.h, true) && (_root.player.grounded == false)) && (_root.player.yspeed >= 2)) && (_root.ground.switch2._currentframe == 2)) { _root.ground.switch2.spring.play(); } }
Instance of Symbol 121 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.gem.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 231 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_root.player.grounded == false)) { this.play(); } }
Instance of Symbol 235 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 237 MovieClip in Frame 8
onClipEvent (load) { var scale = _xscale; var xx = _x; var speed = 3; var yspeed = 0; var grav = 1; var h = (_height / 2); } onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if (_currentframe != 3) { _y = (_y + yspeed); yspeed = yspeed + grav; if (_root.ground.hitTest(_x, (_y + h) - 35, true)) { yspeed = 0; while (_root.ground.hitTest(_x, (_y + h) - 35, true)) { _y = (_y - 0.1); } } } if (_currentframe != 3) { gotoAndStop (2); if ((var1 != 1) && (_x >= (xx - 160))) { _x = (_x - speed); _xscale = scale; } if (_x <= (xx - 160)) { var1 = 1; } if ((var1 == 1) && (xx <= (xx + 160))) { _x = (_x + speed); _xscale = (-scale); } if (_x >= (xx + 160)) { var1 = 0; } } if (((this.top.hitTest(_root.player._x, _root.player._y + _root.player.h, true) && (_root.player.grounded != true)) && (_root.player.yspeed >= 2)) && (_currentframe != 3)) { this.gotoAndStop(3); _root.player.gotoAndStop(1); _root.player.gotoAndStop(3); _root.player.yspeed = -_root.player.jump; } if ((_currentframe == 3) && (var2 != 1)) { _root.xx = _x - 80; _root.yy = _y - 80; _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.score = _root.score + (_root.life * 2); var2 = 1; } if (((this.hitTest(_root.player) && (_currentframe != 3)) && (_root.player.grounded == true)) && (_root.blink._currentframe == 1)) { _root.blink.play(); } }
Instance of Symbol 256 MovieClip in Frame 8
onClipEvent (load) { var scale = _xscale; var xx = _x; var speed = 3; var yspeed = 0; var grav = 1; var h = (_height / 2); } onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if (_currentframe != 3) { gotoAndStop (2); if ((var1 != 1) && (_x >= (xx - 160))) { _x = (_x - speed); _xscale = scale; } if (_x <= (xx - 160)) { var1 = 1; } if ((var1 == 1) && (xx <= (xx + 160))) { _x = (_x + speed); _xscale = (-scale); } if (_x >= (xx + 160)) { var1 = 0; } } if (((this.top.hitTest(_root.player._x, _root.player._y + _root.player.h, true) && (_root.player.grounded != true)) && (_root.player.yspeed >= 2)) && (_currentframe != 3)) { this.gotoAndStop(3); _root.player.gotoAndStop(1); _root.player.gotoAndStop(3); _root.player.yspeed = -_root.player.jump; } if ((_currentframe == 3) && (var2 != 1)) { _root.xx = _x - 80; _root.yy = _y - 80; _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.score = _root.score + (_root.life * 2); var2 = 1; } if (((this.hitTest(_root.player) && (_currentframe != 3)) && (_root.player.grounded == true)) && (_root.blink._currentframe == 1)) { _root.blink.play(); } }
Instance of Symbol 237 MovieClip in Frame 8
onClipEvent (load) { var scale = _xscale; var xx = _x; var speed = 3; var yspeed = 0; var grav = 1; var h = (_height / 2); } onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if (_currentframe != 3) { _y = (_y + yspeed); yspeed = yspeed + grav; if (_root.ground.hitTest(_x, (_y + h) - 35, true)) { yspeed = 0; while (_root.ground.hitTest(_x, (_y + h) - 35, true)) { _y = (_y - 0.1); } } } if (_currentframe != 3) { gotoAndStop (2); if ((var1 != 1) && (_x >= (xx - 160))) { _x = (_x - speed); _xscale = scale; } if (_x <= (xx - 160)) { var1 = 1; } if ((var1 == 1) && (xx <= (xx + 160))) { _x = (_x + speed); _xscale = (-scale); } if (_x >= (xx + 160)) { var1 = 0; } } if (((this.top.hitTest(_root.player._x, _root.player._y + _root.player.h, true) && (_root.player.grounded != true)) && (_root.player.yspeed >= 2)) && (_currentframe != 3)) { this.gotoAndStop(3); _root.player.gotoAndStop(1); _root.player.gotoAndStop(3); _root.player.yspeed = -_root.player.jump; } if ((_currentframe == 3) && (var2 != 1)) { _root.xx = _x - 80; _root.yy = _y - 80; _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.score = _root.score + (_root.life * 2); var2 = 1; } if (((this.hitTest(_root.player) && (_currentframe != 3)) && (_root.player.grounded == true)) && (_root.blink._currentframe == 1)) { _root.blink.play(); } }
Instance of Symbol 256 MovieClip in Frame 8
onClipEvent (load) { var scale = _xscale; var xx = _x; var speed = 3; var yspeed = 0; var grav = 1; var h = (_height / 2); } onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if (_currentframe != 3) { gotoAndStop (2); if ((var1 != 1) && (_x >= (xx - 160))) { _x = (_x - speed); _xscale = scale; } if (_x <= (xx - 160)) { var1 = 1; } if ((var1 == 1) && (xx <= (xx + 160))) { _x = (_x + speed); _xscale = (-scale); } if (_x >= (xx + 160)) { var1 = 0; } } if (((this.top.hitTest(_root.player._x, _root.player._y + _root.player.h, true) && (_root.player.grounded != true)) && (_root.player.yspeed >= 2)) && (_currentframe != 3)) { this.gotoAndStop(3); _root.player.gotoAndStop(1); _root.player.gotoAndStop(3); _root.player.yspeed = -_root.player.jump; } if ((_currentframe == 3) && (var2 != 1)) { _root.xx = _x - 80; _root.yy = _y - 80; _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.score = _root.score + (_root.life * 2); var2 = 1; } if (((this.hitTest(_root.player) && (_currentframe != 3)) && (_root.player.grounded == true)) && (_root.blink._currentframe == 1)) { _root.blink.play(); } }
Instance of Symbol 256 MovieClip in Frame 8
onClipEvent (load) { var scale = _xscale; var xx = _x; var speed = 3; var yspeed = 0; var grav = 1; var h = (_height / 2); } onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if (_currentframe != 3) { gotoAndStop (2); if ((var1 != 1) && (_x >= (xx - 160))) { _x = (_x - speed); _xscale = scale; } if (_x <= (xx - 160)) { var1 = 1; } if ((var1 == 1) && (xx <= (xx + 160))) { _x = (_x + speed); _xscale = (-scale); } if (_x >= (xx + 160)) { var1 = 0; } } if (((this.top.hitTest(_root.player._x, _root.player._y + _root.player.h, true) && (_root.player.grounded != true)) && (_root.player.yspeed >= 2)) && (_currentframe != 3)) { this.gotoAndStop(3); _root.player.gotoAndStop(1); _root.player.gotoAndStop(3); _root.player.yspeed = -_root.player.jump; } if ((_currentframe == 3) && (var2 != 1)) { _root.xx = _x - 80; _root.yy = _y - 80; _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.score = _root.score + (_root.life * 2); var2 = 1; } if (((this.hitTest(_root.player) && (_currentframe != 3)) && (_root.player.grounded == true)) && (_root.blink._currentframe == 1)) { _root.blink.play(); } }
Instance of Symbol 248 MovieClip in Frame 8
onClipEvent (load) { var scale = _xscale; var xx = _x; var speed = 3; var yspeed = 0; var grav = 1; var h = (_height / 2); } onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if (_currentframe != 3) { _y = (_y + yspeed); yspeed = yspeed + grav; if (_root.ground.hitTest(_x, (_y + h) - 35, true)) { yspeed = 0; while (_root.ground.hitTest(_x, (_y + h) - 35, true)) { _y = (_y - 0.1); } } } if (_currentframe != 3) { gotoAndStop (2); if ((var1 != 1) && (_x >= (xx - 160))) { _x = (_x - speed); _xscale = scale; } if (_x <= (xx - 160)) { var1 = 1; } if ((var1 == 1) && (xx <= (xx + 160))) { _x = (_x + speed); _xscale = (-scale); } if (_x >= (xx + 160)) { var1 = 0; } } if (((this.top.hitTest(_root.player._x, _root.player._y + _root.player.h, true) && (_root.player.grounded != true)) && (_root.player.yspeed >= 2)) && (_currentframe != 3)) { this.gotoAndStop(3); _root.player.gotoAndStop(1); _root.player.gotoAndStop(3); _root.player.yspeed = -_root.player.jump; } if ((_currentframe == 3) && (var2 != 1)) { _root.xx = _x - 80; _root.yy = _y - 80; _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.score = _root.score + (_root.life * 2); var2 = 1; } if (((this.hitTest(_root.player) && (_currentframe != 3)) && (_root.player.grounded == true)) && (_root.blink._currentframe == 1)) { _root.blink.play(); } }
Instance of Symbol 237 MovieClip in Frame 8
onClipEvent (load) { var scale = _xscale; var xx = _x; var speed = 3; var yspeed = 0; var grav = 1; var h = (_height / 2); } onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if (_currentframe != 3) { _y = (_y + yspeed); yspeed = yspeed + grav; if (_root.ground.hitTest(_x, (_y + h) - 35, true)) { yspeed = 0; while (_root.ground.hitTest(_x, (_y + h) - 35, true)) { _y = (_y - 0.1); } } } if (_currentframe != 3) { gotoAndStop (2); if ((var1 != 1) && (_x >= (xx - 160))) { _x = (_x - speed); _xscale = scale; } if (_x <= (xx - 160)) { var1 = 1; } if ((var1 == 1) && (xx <= (xx + 160))) { _x = (_x + speed); _xscale = (-scale); } if (_x >= (xx + 160)) { var1 = 0; } } if (((this.top.hitTest(_root.player._x, _root.player._y + _root.player.h, true) && (_root.player.grounded != true)) && (_root.player.yspeed >= 2)) && (_currentframe != 3)) { this.gotoAndStop(3); _root.player.gotoAndStop(1); _root.player.gotoAndStop(3); _root.player.yspeed = -_root.player.jump; } if ((_currentframe == 3) && (var2 != 1)) { _root.xx = _x - 80; _root.yy = _y - 80; _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.score = _root.score + (_root.life * 2); var2 = 1; } if (((this.hitTest(_root.player) && (_currentframe != 3)) && (_root.player.grounded == true)) && (_root.blink._currentframe == 1)) { _root.blink.play(); } }
Instance of Symbol 308 MovieClip in Frame 8
onClipEvent (load) { var scale = _xscale; var xx = _x; var speed = 3; var yspeed = 0; var grav = 1; var h = (_height / 2); } onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if (_currentframe != 3) { gotoAndStop (2); if ((var1 != 1) && (_x >= (xx - 160))) { _x = (_x - speed); _xscale = scale; } if (_x <= (xx - 160)) { var1 = 1; } if ((var1 == 1) && (xx <= (xx + 160))) { _x = (_x + speed); _xscale = (-scale); } if (_x >= (xx + 160)) { var1 = 0; } } if (((this.top.hitTest(_root.player._x, _root.player._y + _root.player.h, true) && (_root.player.grounded != true)) && (_root.player.yspeed >= 2)) && (_currentframe != 3)) { this.gotoAndStop(3); _root.player.gotoAndStop(1); _root.player.gotoAndStop(3); _root.player.yspeed = -_root.player.jump; } if ((_currentframe == 3) && (var2 != 1)) { _root.xx = _x - 80; _root.yy = _y - 80; _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.score = _root.score + (_root.life * 2); var2 = 1; } if (((this.hitTest(_root.player) && (_currentframe != 3)) && (_root.player.grounded == true)) && (_root.blink._currentframe == 1)) { _root.blink.play(); } }
Instance of Symbol 308 MovieClip in Frame 8
onClipEvent (load) { var scale = _xscale; var xx = _x; var speed = 3; var yspeed = 0; var grav = 1; var h = (_height / 2); } onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if (_currentframe != 3) { gotoAndStop (2); if ((var1 != 1) && (_x >= (xx - 160))) { _x = (_x - speed); _xscale = scale; } if (_x <= (xx - 160)) { var1 = 1; } if ((var1 == 1) && (xx <= (xx + 160))) { _x = (_x + speed); _xscale = (-scale); } if (_x >= (xx + 160)) { var1 = 0; } } if (((this.top.hitTest(_root.player._x, _root.player._y + _root.player.h, true) && (_root.player.grounded != true)) && (_root.player.yspeed >= 2)) && (_currentframe != 3)) { this.gotoAndStop(3); _root.player.gotoAndStop(1); _root.player.gotoAndStop(3); _root.player.yspeed = -_root.player.jump; } if ((_currentframe == 3) && (var2 != 1)) { _root.xx = _x - 80; _root.yy = _y - 80; _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.score = _root.score + (_root.life * 2); var2 = 1; } if (((this.hitTest(_root.player) && (_currentframe != 3)) && (_root.player.grounded == true)) && (_root.blink._currentframe == 1)) { _root.blink.play(); } }
Instance of Symbol 156 MovieClip "player" in Frame 8
onClipEvent (load) { var yspeed = 0; var xspeed = 0; var grav = 1; var w = (_width / 2); var h = (_height / 2); var scale = _xscale; var jump = 15.2; var cx = _x; var cy = _y; var croucherLookDown = 0; var grounded = undefined; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed + grav; _x = (_x + xspeed); if (_currentframe != 4) { xspeed = xspeed * 0.85; } else if (Key.isDown(40)) { xspeed = xspeed * 0.945; } if ((_currentframe == 4) && (!Key.isDown(40))) { xspeed = xspeed * 0.85; } if (_root.ground.hitTest(_x, (_y + h) - 25, true)) { yspeed = 0; grounded = true; while (_root.ground.hitTest(_x, (_y + h) - 25, true)) { _y = (_y - 0.1); } } else { grounded = false; } if (_root.ground.hitTest(_x, (_y + h) + 10, true)) { if (_currentframe == 3) { this.jumpa.play(); } } if (_root.ground.hitTest(_x, (_y + h) + 10, true)) { if (_currentframe == 5) { this.doublejump.play(); } } if (_root.ground.hitTest(_x - w, _y, true)) { xspeed = 0; while (_root.ground.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.ground.hitTest(_x + w, _y, true)) { xspeed = 0; while (_root.ground.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.ground.hitTest(_x, _y - h, true) && (_currentframe == 3)) { yspeed = 3; this.gotoAndStop(1); while (_root.ground.hitTest(_x, _y - h, true) && (!this.hitTest(_root.ground))) { _y = (_y + 0.1); } } if (Key.isDown(39) && (_currentframe != 4)) { xspeed = xspeed + 1.2; _xscale = scale; if (this.jumpa._currentframe >= 28) { gotoAndStop (2); } } if (Key.isDown(37) && (_currentframe != 4)) { xspeed = xspeed - 1.2; _xscale = (-scale); if (this.jumpa._currentframe >= 28) { gotoAndStop (2); } } if (((((!Key.isDown(37)) && (!Key.isDown(39))) && (grounded)) && (_currentframe != 4)) && (_currentframe != 3)) { gotoAndStop (1); } if ((Key.isDown(38) && (grounded)) && (_currentframe != 4)) { this.gotoAndStop(1); this.gotoAndStop(3); yspeed = -jump; grounded = false; } if (((Key.isDown(38) && (_currentframe == 4)) && (this.crouch._currentframe >= 13)) && (this.crouch._currentframe <= 20)) { this.gotoAndStop(1); this.gotoAndStop(3); yspeed = (-jump) - 4; grounded = false; downHold = false; croucherLookDown = 0; } if ((Key.isDown(40) && (this.crouch._currentframe == 15)) && (!this.hitTest(_root.ground.land))) { croucherLookDown++; } if (((Key.isDown(40) && (_currentframe != 4)) && (!downHold)) && (grounded)) { gotoAndStop (4); downHold = true; } if ((!Key.isDown(40)) && (_currentframe == 4)) { this.crouch.play(); downHold = false; croucherLookDown = 0; } cx = cx + ((_x - cx) / 5); _root._x = (Stage.width / 2) - cx; if (croucherLookDown >= 30) { cy = cy + (((_y - cy) + 150) / 5); _root._y = (Stage.height / 2) - cy; } else { cy = cy + ((_y - cy) / 5); _root._y = (Stage.height / 2) - cy; } _root.bg._x = cx; _root.trees3._x = cx / 2; _root.trees2._x = cx / 4; _root.trees1._x = cx / 6; _root.hud._x = cx - 320; _root.wide._x = cx; _root.bg._y = cy; _root.trees3._y = cy / 3; _root.trees2._y = cy / 6; _root.trees1._y = cy / 9; _root.hud._y = cy - 200; _root.wide._y = cy; _root.screen._x = cx; _root.screen._y = cy; _root.gameOver._x = cx; _root.gameOver._y = cy; _root.fadeOut._x = cx; _root.fadeOut._y = cy; _root.fadeIn._x = cx; _root.fadeOut._y = cy; }
Instance of Symbol 160 MovieClip "orb" in Frame 8
onClipEvent (load) { var friction = 1.05; var yspeed = 0; var xspeed = 0; var i = 0; var1 = 0; h = _height / 2; w = _width / 2; xspeeda = -10 + random(20); yspeeda = -random(20); drag = 0.98; bounce = 1; gravity = 1; a = 0; aa = 0; } onClipEvent (enterFrame) { if ((!_root.pause) && (_name != "orb")) { if (var1 == 0) { a++; _root.speed = this.xspeeda; if (!dragging) { _x = (_x + xspeeda); _y = ((_y + yspeeda) - 0.29); yspeeda = (yspeeda * drag) + gravity; xspeeda = xspeeda * drag; } else { xspeeda = _x - oldx; yspeeda = _y - oldy; oldx = _x; oldy = _y; } } if (a >= 25) { a = 0; var1 = 1; } if (var1 == 1) { aa++; _y = (_y + yspeed); _x = (_x + xspeed); xspeed = xspeed / friction; yspeed = yspeed / friction; xspeed = xspeed - ((_x - _root.player._x) / (random(35) + 14)); yspeed = yspeed - ((_y - _root.player._y) / (random(35) + 14)); if (_y <= _root.player._y) { _y = (_y + (random(4) + 1)); } if (_y >= _root.player._y) { _y = (_y - (random(4) + 1)); } if ((_x >= _root.player._x) && (i == 0)) { i++; } if ((_x <= _root.player._x) && (i == 1)) { i++; } if ((_x >= _root.player._x) && (i == 2)) { i++; } if ((i >= 3) || ((aa >= 30) && (this.hitTest(_root.player.base)))) { gotoAndStop (2); xspeed = 0; yspeed = 0; } } } }
Instance of Symbol 168 MovieClip "hud" in Frame 8
onClipEvent (enterFrame) { this.score = _root.score; }
Instance of Symbol 310 MovieClip "wide" in Frame 8
onClipEvent (enterFrame) { this.swapDepths(1000); }
Instance of Symbol 265 MovieClip "screen" in Frame 8
onClipEvent (load) { _alpha = 48; }
Instance of Symbol 194 MovieClip "fadeOut" in Frame 8
onClipEvent (enterFrame) { this.swapDepths(500000); }
Instance of Symbol 268 MovieClip "gameOver" in Frame 8
onClipEvent (enterFrame) { this.swapDepths(500000); }
Instance of Symbol 197 MovieClip "fadeIn" in Frame 8
onClipEvent (enterFrame) { this.swapDepths(1000000); }
Frame 9
for (i in _root) { _root[i].removeMovieClip(); } stopAllSounds(); _root.nextFrame(); _root._x = 10000;
Frame 10
function MakeOrb() { z++; _root.orb.duplicateMovieClip("orb" + z, z); _root["orb" + z]._visible = true; _root["orb" + z]._x = _root.xx + random(80); _root["orb" + z]._y = _root.yy + random(80); } var life = 5; _root.fadeIn.gotoAndPlay(1); var z = 0; _root._x = 0;
Instance of Symbol 313 MovieClip "bg" in Frame 10
onClipEvent (enterFrame) { this.cacheAsBitmap = true; }
Instance of Symbol 316 MovieClip "trees3" in Frame 10
onClipEvent (enterFrame) { this.cacheAsBitmap = true; }
Instance of Symbol 320 MovieClip "trees2" in Frame 10
onClipEvent (enterFrame) { this.cacheAsBitmap = true; }
Instance of Symbol 323 MovieClip "trees1" in Frame 10
onClipEvent (enterFrame) { this.cacheAsBitmap = true; }
Instance of Symbol 121 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.gem.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 237 MovieClip in Frame 10
onClipEvent (load) { var scale = _xscale; var xx = _x; var speed = 3; var yspeed = 0; var grav = 1; var h = (_height / 2); } onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if (_currentframe != 3) { _y = (_y + yspeed); yspeed = yspeed + grav; if (_root.ground.hitTest(_x, (_y + h) - 35, true)) { yspeed = 0; while (_root.ground.hitTest(_x, (_y + h) - 35, true)) { _y = (_y - 0.1); } } } if (_currentframe != 3) { gotoAndStop (2); if ((var1 != 1) && (_x >= (xx - 160))) { _x = (_x - speed); _xscale = scale; } if (_x <= (xx - 160)) { var1 = 1; } if ((var1 == 1) && (xx <= (xx + 160))) { _x = (_x + speed); _xscale = (-scale); } if (_x >= (xx + 160)) { var1 = 0; } } if (((this.top.hitTest(_root.player._x, _root.player._y + _root.player.h, true) && (_root.player.grounded != true)) && (_root.player.yspeed >= 2)) && (_currentframe != 3)) { this.gotoAndStop(3); _root.player.gotoAndStop(1); _root.player.gotoAndStop(3); _root.player.yspeed = -_root.player.jump; } if ((_currentframe == 3) && (var2 != 1)) { _root.xx = _x - 80; _root.yy = _y - 80; _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.score = _root.score + (_root.life * 2); var2 = 1; } if (((this.hitTest(_root.player) && (_currentframe != 3)) && (_root.player.grounded == true)) && (_root.blink._currentframe == 1)) { _root.blink.play(); } }
Instance of Symbol 248 MovieClip in Frame 10
onClipEvent (load) { var scale = _xscale; var xx = _x; var speed = 3; var yspeed = 0; var grav = 1; var h = (_height / 2); } onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if (_currentframe != 3) { _y = (_y + yspeed); yspeed = yspeed + grav; if (_root.ground.hitTest(_x, (_y + h) - 35, true)) { yspeed = 0; while (_root.ground.hitTest(_x, (_y + h) - 35, true)) { _y = (_y - 0.1); } } } if (_currentframe != 3) { gotoAndStop (2); if ((var1 != 1) && (_x >= (xx - 160))) { _x = (_x - speed); _xscale = scale; } if (_x <= (xx - 160)) { var1 = 1; } if ((var1 == 1) && (xx <= (xx + 160))) { _x = (_x + speed); _xscale = (-scale); } if (_x >= (xx + 160)) { var1 = 0; } } if (((this.top.hitTest(_root.player._x, _root.player._y + _root.player.h, true) && (_root.player.grounded != true)) && (_root.player.yspeed >= 2)) && (_currentframe != 3)) { this.gotoAndStop(3); _root.player.gotoAndStop(1); _root.player.gotoAndStop(3); _root.player.yspeed = -_root.player.jump; } if ((_currentframe == 3) && (var2 != 1)) { _root.xx = _x - 80; _root.yy = _y - 80; _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.score = _root.score + (_root.life * 2); var2 = 1; } if (((this.hitTest(_root.player) && (_currentframe != 3)) && (_root.player.grounded == true)) && (_root.blink._currentframe == 1)) { _root.blink.play(); } }
Instance of Symbol 237 MovieClip in Frame 10
onClipEvent (load) { var scale = _xscale; var xx = _x; var speed = 3; var yspeed = 0; var grav = 1; var h = (_height / 2); } onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if (_currentframe != 3) { _y = (_y + yspeed); yspeed = yspeed + grav; if (_root.ground.hitTest(_x, (_y + h) - 35, true)) { yspeed = 0; while (_root.ground.hitTest(_x, (_y + h) - 35, true)) { _y = (_y - 0.1); } } } if (_currentframe != 3) { gotoAndStop (2); if ((var1 != 1) && (_x >= (xx - 160))) { _x = (_x - speed); _xscale = scale; } if (_x <= (xx - 160)) { var1 = 1; } if ((var1 == 1) && (xx <= (xx + 160))) { _x = (_x + speed); _xscale = (-scale); } if (_x >= (xx + 160)) { var1 = 0; } } if (((this.top.hitTest(_root.player._x, _root.player._y + _root.player.h, true) && (_root.player.grounded != true)) && (_root.player.yspeed >= 2)) && (_currentframe != 3)) { this.gotoAndStop(3); _root.player.gotoAndStop(1); _root.player.gotoAndStop(3); _root.player.yspeed = -_root.player.jump; } if ((_currentframe == 3) && (var2 != 1)) { _root.xx = _x - 80; _root.yy = _y - 80; _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.score = _root.score + (_root.life * 2); var2 = 1; } if (((this.hitTest(_root.player) && (_currentframe != 3)) && (_root.player.grounded == true)) && (_root.blink._currentframe == 1)) { _root.blink.play(); } }
Instance of Symbol 308 MovieClip in Frame 10
onClipEvent (load) { var scale = _xscale; var xx = _x; var speed = 3; var yspeed = 0; var grav = 1; var h = (_height / 2); } onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if (_currentframe != 3) { gotoAndStop (2); if ((var1 != 1) && (_x >= (xx - 160))) { _x = (_x - speed); _xscale = scale; } if (_x <= (xx - 160)) { var1 = 1; } if ((var1 == 1) && (xx <= (xx + 160))) { _x = (_x + speed); _xscale = (-scale); } if (_x >= (xx + 160)) { var1 = 0; } } if (((this.top.hitTest(_root.player._x, _root.player._y + _root.player.h, true) && (_root.player.grounded != true)) && (_root.player.yspeed >= 2)) && (_currentframe != 3)) { this.gotoAndStop(3); _root.player.gotoAndStop(1); _root.player.gotoAndStop(3); _root.player.yspeed = -_root.player.jump; } if ((_currentframe == 3) && (var2 != 1)) { _root.xx = _x - 80; _root.yy = _y - 80; _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.score = _root.score + (_root.life * 2); var2 = 1; } if (((this.hitTest(_root.player) && (_currentframe != 3)) && (_root.player.grounded == true)) && (_root.blink._currentframe == 1)) { _root.blink.play(); } }
Instance of Symbol 256 MovieClip in Frame 10
onClipEvent (load) { var scale = _xscale; var xx = _x; var speed = 3; var yspeed = 0; var grav = 1; var h = (_height / 2); } onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if (_currentframe != 3) { gotoAndStop (2); if ((var1 != 1) && (_x >= (xx - 160))) { _x = (_x - speed); _xscale = scale; } if (_x <= (xx - 160)) { var1 = 1; } if ((var1 == 1) && (xx <= (xx + 160))) { _x = (_x + speed); _xscale = (-scale); } if (_x >= (xx + 160)) { var1 = 0; } } if (((this.top.hitTest(_root.player._x, _root.player._y + _root.player.h, true) && (_root.player.grounded != true)) && (_root.player.yspeed >= 2)) && (_currentframe != 3)) { this.gotoAndStop(3); _root.player.gotoAndStop(1); _root.player.gotoAndStop(3); _root.player.yspeed = -_root.player.jump; } if ((_currentframe == 3) && (var2 != 1)) { _root.xx = _x - 80; _root.yy = _y - 80; _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.score = _root.score + (_root.life * 2); var2 = 1; } if (((this.hitTest(_root.player) && (_currentframe != 3)) && (_root.player.grounded == true)) && (_root.blink._currentframe == 1)) { _root.blink.play(); } }
Instance of Symbol 349 MovieClip in Frame 10
onClipEvent (load) { var scale = _xscale; var xx = _x; var speed = 3; var yspeed = 0; var grav = 1; var h = (_height / 2); var i = 0; } onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if (_currentframe != 3) { _y = (_y + yspeed); yspeed = yspeed + grav; if (_root.ground.hitTest(_x, (_y + h) - 35, true)) { yspeed = 0; while (_root.ground.hitTest(_x, (_y + h) - 35, true)) { _y = (_y - 0.1); } } } if ((_currentframe != 3) && (_currentframe != 4)) { gotoAndStop (2); if ((var1 != 1) && (_x >= (xx - 160))) { _x = (_x - speed); _xscale = scale; } if (_x <= (xx - 160)) { var1 = 1; } if ((var1 == 1) && (xx <= (xx + 160))) { _x = (_x + speed); _xscale = (-scale); } if (_x >= (xx + 160)) { var1 = 0; } } if ((((this.top.hitTest(_root.player._x, _root.player._y + _root.player.h, true) && (_root.player.grounded != true)) && (_root.player.yspeed >= 2)) && (_currentframe != 3)) && (_currentframe != 4)) { if (i == 0) { this.gotoAndStop(3); i++; } else { this.gotoAndStop(4); } _root.player.gotoAndStop(1); _root.player.gotoAndStop(3); _root.player.yspeed = -_root.player.jump; } if ((_currentframe == 4) && (var2 != 1)) { _root.xx = _x - 80; _root.yy = _y - 80; _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.score = _root.score + (_root.life * 2); var2 = 1; } if ((((this.hitTest(_root.player) && (_currentframe != 3)) && (_root.player.grounded == true)) && (_root.blink._currentframe == 1)) && (_currentframe != 4)) { _root.blink.play(); } }
Instance of Symbol 349 MovieClip in Frame 10
onClipEvent (load) { var scale = _xscale; var xx = _x; var speed = 3; var yspeed = 0; var grav = 1; var h = (_height / 2); var i = 0; } onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if (_currentframe != 3) { _y = (_y + yspeed); yspeed = yspeed + grav; if (_root.ground.hitTest(_x, (_y + h) - 35, true)) { yspeed = 0; while (_root.ground.hitTest(_x, (_y + h) - 35, true)) { _y = (_y - 0.1); } } } if ((_currentframe != 3) && (_currentframe != 4)) { gotoAndStop (2); if ((var1 != 1) && (_x >= (xx - 160))) { _x = (_x - speed); _xscale = scale; } if (_x <= (xx - 160)) { var1 = 1; } if ((var1 == 1) && (xx <= (xx + 160))) { _x = (_x + speed); _xscale = (-scale); } if (_x >= (xx + 160)) { var1 = 0; } } if ((((this.top.hitTest(_root.player._x, _root.player._y + _root.player.h, true) && (_root.player.grounded != true)) && (_root.player.yspeed >= 2)) && (_currentframe != 3)) && (_currentframe != 4)) { if (i == 0) { this.gotoAndStop(3); i++; } else { this.gotoAndStop(4); } _root.player.gotoAndStop(1); _root.player.gotoAndStop(3); _root.player.yspeed = -_root.player.jump; } if ((_currentframe == 4) && (var2 != 1)) { _root.xx = _x - 80; _root.yy = _y - 80; _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.score = _root.score + (_root.life * 2); var2 = 1; } if ((((this.hitTest(_root.player) && (_currentframe != 3)) && (_root.player.grounded == true)) && (_root.blink._currentframe == 1)) && (_currentframe != 4)) { _root.blink.play(); } }
Instance of Symbol 156 MovieClip "player" in Frame 10
onClipEvent (load) { var yspeed = 0; var xspeed = 0; var grav = 1; var w = (_width / 2); var h = (_height / 2); var scale = _xscale; var jump = 15.2; var cx = _x; var cy = _y; var croucherLookDown = 0; var grounded = undefined; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed + grav; _x = (_x + xspeed); if (_currentframe != 4) { xspeed = xspeed * 0.85; } else if (Key.isDown(40)) { xspeed = xspeed * 0.945; } if ((_currentframe == 4) && (!Key.isDown(40))) { xspeed = xspeed * 0.85; } if (_root.ground.hitTest(_x, (_y + h) - 25, true)) { yspeed = 0; grounded = true; while (_root.ground.hitTest(_x, (_y + h) - 25, true)) { _y = (_y - 0.1); } } else { grounded = false; } if (_root.ground.hitTest(_x, (_y + h) + 10, true)) { if (_currentframe == 3) { this.jumpa.play(); } } if (_root.ground.hitTest(_x, (_y + h) + 10, true)) { if (_currentframe == 5) { this.doublejump.play(); } } if (_root.ground.hitTest(_x - w, _y, true)) { xspeed = 0; while (_root.ground.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.ground.hitTest(_x + w, _y, true)) { xspeed = 0; while (_root.ground.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.ground.hitTest(_x, _y - h, true) && (_currentframe == 3)) { yspeed = 3; this.gotoAndStop(1); while (_root.ground.hitTest(_x, _y - h, true) && (!this.hitTest(_root.ground))) { _y = (_y + 0.1); } } if (Key.isDown(39) && (_currentframe != 4)) { xspeed = xspeed + 1.2; _xscale = scale; if (this.jumpa._currentframe >= 28) { gotoAndStop (2); } } if (Key.isDown(37) && (_currentframe != 4)) { xspeed = xspeed - 1.2; _xscale = (-scale); if (this.jumpa._currentframe >= 28) { gotoAndStop (2); } } if (((((!Key.isDown(37)) && (!Key.isDown(39))) && (grounded)) && (_currentframe != 4)) && (_currentframe != 3)) { gotoAndStop (1); } if ((Key.isDown(38) && (grounded)) && (_currentframe != 4)) { this.gotoAndStop(1); this.gotoAndStop(3); yspeed = -jump; grounded = false; } if (((Key.isDown(38) && (_currentframe == 4)) && (this.crouch._currentframe >= 13)) && (this.crouch._currentframe <= 20)) { this.gotoAndStop(1); this.gotoAndStop(3); yspeed = (-jump) - 4; grounded = false; downHold = false; croucherLookDown = 0; } if ((Key.isDown(40) && (this.crouch._currentframe == 15)) && (!this.hitTest(_root.ground.land))) { croucherLookDown++; } if (((Key.isDown(40) && (_currentframe != 4)) && (!downHold)) && (grounded)) { gotoAndStop (4); downHold = true; } if ((!Key.isDown(40)) && (_currentframe == 4)) { this.crouch.play(); downHold = false; croucherLookDown = 0; } cx = cx + ((_x - cx) / 5); _root._x = (Stage.width / 2) - cx; if (croucherLookDown >= 30) { cy = cy + (((_y - cy) + 150) / 5); _root._y = (Stage.height / 2) - cy; } else { cy = cy + ((_y - cy) / 5); _root._y = (Stage.height / 2) - cy; } _root.bg._x = cx; _root.trees3._x = cx / 2; _root.trees2._x = cx / 4; _root.trees1._x = cx / 6; _root.hud._x = cx - 320; _root.wide._x = cx; _root.bg._y = cy; _root.trees3._y = cy / 3; _root.trees2._y = cy / 6; _root.trees1._y = cy / 9; _root.hud._y = cy - 200; _root.wide._y = cy; _root.screen._x = cx; _root.screen._y = cy; _root.gameOver._x = cx; _root.gameOver._y = cy; _root.fadeOut._x = cx; _root.fadeOut._y = cy; _root.fadeIn._x = cx; _root.fadeOut._y = cy; }
Instance of Symbol 160 MovieClip "orb" in Frame 10
onClipEvent (load) { var friction = 1.05; var yspeed = 0; var xspeed = 0; var i = 0; var1 = 0; h = _height / 2; w = _width / 2; xspeeda = -10 + random(20); yspeeda = -random(20); drag = 0.98; bounce = 1; gravity = 1; a = 0; aa = 0; } onClipEvent (enterFrame) { if ((!_root.pause) && (_name != "orb")) { if (var1 == 0) { a++; _root.speed = this.xspeeda; if (!dragging) { _x = (_x + xspeeda); _y = ((_y + yspeeda) - 0.29); yspeeda = (yspeeda * drag) + gravity; xspeeda = xspeeda * drag; } else { xspeeda = _x - oldx; yspeeda = _y - oldy; oldx = _x; oldy = _y; } } if (a >= 25) { a = 0; var1 = 1; } if (var1 == 1) { aa++; _y = (_y + yspeed); _x = (_x + xspeed); xspeed = xspeed / friction; yspeed = yspeed / friction; xspeed = xspeed - ((_x - _root.player._x) / (random(35) + 14)); yspeed = yspeed - ((_y - _root.player._y) / (random(35) + 14)); if (_y <= _root.player._y) { _y = (_y + (random(4) + 1)); } if (_y >= _root.player._y) { _y = (_y - (random(4) + 1)); } if ((_x >= _root.player._x) && (i == 0)) { i++; } if ((_x <= _root.player._x) && (i == 1)) { i++; } if ((_x >= _root.player._x) && (i == 2)) { i++; } if ((i >= 3) || ((aa >= 30) && (this.hitTest(_root.player.base)))) { gotoAndStop (2); xspeed = 0; yspeed = 0; } } } }
Instance of Symbol 261 MovieClip in Frame 10
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 261 MovieClip in Frame 10
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 168 MovieClip "hud" in Frame 10
onClipEvent (enterFrame) { this.score = _root.score; }
Instance of Symbol 351 MovieClip "wide" in Frame 10
onClipEvent (enterFrame) { this.swapDepths(1000); }
Instance of Symbol 194 MovieClip "fadeOut" in Frame 10
onClipEvent (enterFrame) { this.swapDepths(500000); }
Instance of Symbol 268 MovieClip "gameOver" in Frame 10
onClipEvent (enterFrame) { this.swapDepths(500000); }
Instance of Symbol 197 MovieClip "fadeIn" in Frame 10
onClipEvent (enterFrame) { this.swapDepths(1000000); }
Frame 11
for (i in _root) { _root[i].removeMovieClip(); } stopAllSounds(); _root.nextFrame(); _root._x = 1000000 /* 0x0F4240 */;
Frame 12
stop(); function MakeOrb() { z++; _root.orb.duplicateMovieClip("orb" + z, z); _root["orb" + z]._visible = true; _root["orb" + z]._x = _root.xx + random(80); _root["orb" + z]._y = _root.yy + random(80); } var life = 5; _root.fadeIn.gotoAndPlay(1); var z = 0; _root._x = 0;
Instance of Symbol 87 MovieClip "bg" in Frame 12
onClipEvent (enterFrame) { this.cacheAsBitmap = true; }
Instance of Symbol 199 MovieClip "trees3" in Frame 12
onClipEvent (enterFrame) { this.cacheAsBitmap = true; }
Instance of Symbol 201 MovieClip "trees2" in Frame 12
onClipEvent (enterFrame) { this.cacheAsBitmap = true; }
Instance of Symbol 202 MovieClip "trees1" in Frame 12
onClipEvent (enterFrame) { this.cacheAsBitmap = true; }
Instance of Symbol 113 MovieClip in Frame 12
onClipEvent (enterFrame) { if (((this.hitTest(_root.player._x, _root.player._y + _root.player.h, true) && (_root.player.grounded == false)) && (_root.player.yspeed >= 2)) && (_root.ground.switch2._currentframe == 2)) { _root.ground.switch2.spring.play(); } }
Instance of Symbol 121 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.gem.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 113 MovieClip in Frame 12
onClipEvent (enterFrame) { if (((this.hitTest(_root.player._x, _root.player._y + _root.player.h, true) && (_root.player.grounded == false)) && (_root.player.yspeed >= 2)) && (_root.ground.switch2._currentframe == 2)) { _root.ground.switch2.spring.play(); } }
Instance of Symbol 235 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 237 MovieClip in Frame 12
onClipEvent (load) { var scale = _xscale; var xx = _x; var speed = 3; var yspeed = 0; var grav = 1; var h = (_height / 2); } onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if (_currentframe != 3) { _y = (_y + yspeed); yspeed = yspeed + grav; if (_root.ground.hitTest(_x, (_y + h) - 35, true)) { yspeed = 0; while (_root.ground.hitTest(_x, (_y + h) - 35, true)) { _y = (_y - 0.1); } } } if (_currentframe != 3) { gotoAndStop (2); if ((var1 != 1) && (_x >= (xx - 160))) { _x = (_x - speed); _xscale = scale; } if (_x <= (xx - 160)) { var1 = 1; } if ((var1 == 1) && (xx <= (xx + 160))) { _x = (_x + speed); _xscale = (-scale); } if (_x >= (xx + 160)) { var1 = 0; } } if (((this.top.hitTest(_root.player._x, _root.player._y + _root.player.h, true) && (_root.player.grounded != true)) && (_root.player.yspeed >= 2)) && (_currentframe != 3)) { this.gotoAndStop(3); _root.player.gotoAndStop(1); _root.player.gotoAndStop(3); _root.player.yspeed = -_root.player.jump; } if ((_currentframe == 3) && (var2 != 1)) { _root.xx = _x - 80; _root.yy = _y - 80; _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.score = _root.score + (_root.life * 2); var2 = 1; } if (((this.hitTest(_root.player) && (_currentframe != 3)) && (_root.player.grounded == true)) && (_root.blink._currentframe == 1)) { _root.blink.play(); } }
Instance of Symbol 248 MovieClip in Frame 12
onClipEvent (load) { var scale = _xscale; var xx = _x; var speed = 3; var yspeed = 0; var grav = 1; var h = (_height / 2); } onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if (_currentframe != 3) { _y = (_y + yspeed); yspeed = yspeed + grav; if (_root.ground.hitTest(_x, (_y + h) - 35, true)) { yspeed = 0; while (_root.ground.hitTest(_x, (_y + h) - 35, true)) { _y = (_y - 0.1); } } } if (_currentframe != 3) { gotoAndStop (2); if ((var1 != 1) && (_x >= (xx - 160))) { _x = (_x - speed); _xscale = scale; } if (_x <= (xx - 160)) { var1 = 1; } if ((var1 == 1) && (xx <= (xx + 160))) { _x = (_x + speed); _xscale = (-scale); } if (_x >= (xx + 160)) { var1 = 0; } } if (((this.top.hitTest(_root.player._x, _root.player._y + _root.player.h, true) && (_root.player.grounded != true)) && (_root.player.yspeed >= 2)) && (_currentframe != 3)) { this.gotoAndStop(3); _root.player.gotoAndStop(1); _root.player.gotoAndStop(3); _root.player.yspeed = -_root.player.jump; } if ((_currentframe == 3) && (var2 != 1)) { _root.xx = _x - 80; _root.yy = _y - 80; _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.score = _root.score + (_root.life * 2); var2 = 1; } if (((this.hitTest(_root.player) && (_currentframe != 3)) && (_root.player.grounded == true)) && (_root.blink._currentframe == 1)) { _root.blink.play(); } }
Instance of Symbol 248 MovieClip in Frame 12
onClipEvent (load) { var scale = _xscale; var xx = _x; var speed = 3; var yspeed = 0; var grav = 1; var h = (_height / 2); } onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if (_currentframe != 3) { _y = (_y + yspeed); yspeed = yspeed + grav; if (_root.ground.hitTest(_x, (_y + h) - 35, true)) { yspeed = 0; while (_root.ground.hitTest(_x, (_y + h) - 35, true)) { _y = (_y - 0.1); } } } if (_currentframe != 3) { gotoAndStop (2); if ((var1 != 1) && (_x >= (xx - 160))) { _x = (_x - speed); _xscale = scale; } if (_x <= (xx - 160)) { var1 = 1; } if ((var1 == 1) && (xx <= (xx + 160))) { _x = (_x + speed); _xscale = (-scale); } if (_x >= (xx + 160)) { var1 = 0; } } if (((this.top.hitTest(_root.player._x, _root.player._y + _root.player.h, true) && (_root.player.grounded != true)) && (_root.player.yspeed >= 2)) && (_currentframe != 3)) { this.gotoAndStop(3); _root.player.gotoAndStop(1); _root.player.gotoAndStop(3); _root.player.yspeed = -_root.player.jump; } if ((_currentframe == 3) && (var2 != 1)) { _root.xx = _x - 80; _root.yy = _y - 80; _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.score = _root.score + (_root.life * 2); var2 = 1; } if (((this.hitTest(_root.player) && (_currentframe != 3)) && (_root.player.grounded == true)) && (_root.blink._currentframe == 1)) { _root.blink.play(); } }
Instance of Symbol 308 MovieClip in Frame 12
onClipEvent (load) { var scale = _xscale; var xx = _x; var speed = 3; var yspeed = 0; var grav = 1; var h = (_height / 2); } onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if (_currentframe != 3) { gotoAndStop (2); if ((var1 != 1) && (_x >= (xx - 160))) { _x = (_x - speed); _xscale = scale; } if (_x <= (xx - 160)) { var1 = 1; } if ((var1 == 1) && (xx <= (xx + 160))) { _x = (_x + speed); _xscale = (-scale); } if (_x >= (xx + 160)) { var1 = 0; } } if (((this.top.hitTest(_root.player._x, _root.player._y + _root.player.h, true) && (_root.player.grounded != true)) && (_root.player.yspeed >= 2)) && (_currentframe != 3)) { this.gotoAndStop(3); _root.player.gotoAndStop(1); _root.player.gotoAndStop(3); _root.player.yspeed = -_root.player.jump; } if ((_currentframe == 3) && (var2 != 1)) { _root.xx = _x - 80; _root.yy = _y - 80; _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.score = _root.score + (_root.life * 2); var2 = 1; } if (((this.hitTest(_root.player) && (_currentframe != 3)) && (_root.player.grounded == true)) && (_root.blink._currentframe == 1)) { _root.blink.play(); } }
Instance of Symbol 256 MovieClip in Frame 12
onClipEvent (load) { var scale = _xscale; var xx = _x; var speed = 3; var yspeed = 0; var grav = 1; var h = (_height / 2); } onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if (_currentframe != 3) { gotoAndStop (2); if ((var1 != 1) && (_x >= (xx - 160))) { _x = (_x - speed); _xscale = scale; } if (_x <= (xx - 160)) { var1 = 1; } if ((var1 == 1) && (xx <= (xx + 160))) { _x = (_x + speed); _xscale = (-scale); } if (_x >= (xx + 160)) { var1 = 0; } } if (((this.top.hitTest(_root.player._x, _root.player._y + _root.player.h, true) && (_root.player.grounded != true)) && (_root.player.yspeed >= 2)) && (_currentframe != 3)) { this.gotoAndStop(3); _root.player.gotoAndStop(1); _root.player.gotoAndStop(3); _root.player.yspeed = -_root.player.jump; } if ((_currentframe == 3) && (var2 != 1)) { _root.xx = _x - 80; _root.yy = _y - 80; _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.score = _root.score + (_root.life * 2); var2 = 1; } if (((this.hitTest(_root.player) && (_currentframe != 3)) && (_root.player.grounded == true)) && (_root.blink._currentframe == 1)) { _root.blink.play(); } }
Instance of Symbol 349 MovieClip in Frame 12
onClipEvent (load) { var scale = _xscale; var xx = _x; var speed = 3; var yspeed = 0; var grav = 1; var h = (_height / 2); var i = 0; } onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if (_currentframe != 3) { _y = (_y + yspeed); yspeed = yspeed + grav; if (_root.ground.hitTest(_x, (_y + h) - 35, true)) { yspeed = 0; while (_root.ground.hitTest(_x, (_y + h) - 35, true)) { _y = (_y - 0.1); } } } if ((_currentframe != 3) && (_currentframe != 4)) { gotoAndStop (2); if ((var1 != 1) && (_x >= (xx - 160))) { _x = (_x - speed); _xscale = scale; } if (_x <= (xx - 160)) { var1 = 1; } if ((var1 == 1) && (xx <= (xx + 160))) { _x = (_x + speed); _xscale = (-scale); } if (_x >= (xx + 160)) { var1 = 0; } } if ((((this.top.hitTest(_root.player._x, _root.player._y + _root.player.h, true) && (_root.player.grounded != true)) && (_root.player.yspeed >= 2)) && (_currentframe != 3)) && (_currentframe != 4)) { if (i == 0) { this.gotoAndStop(3); i++; } else { this.gotoAndStop(4); } _root.player.gotoAndStop(1); _root.player.gotoAndStop(3); _root.player.yspeed = -_root.player.jump; } if ((_currentframe == 4) && (var2 != 1)) { _root.xx = _x - 80; _root.yy = _y - 80; _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.score = _root.score + (_root.life * 2); var2 = 1; } if ((((this.hitTest(_root.player) && (_currentframe != 3)) && (_root.player.grounded == true)) && (_root.blink._currentframe == 1)) && (_currentframe != 4)) { _root.blink.play(); } }
Instance of Symbol 156 MovieClip "player" in Frame 12
onClipEvent (load) { var yspeed = 0; var xspeed = 0; var grav = 1; var w = (_width / 2); var h = (_height / 2); var scale = _xscale; var jump = 15.2; var cx = _x; var cy = _y; var croucherLookDown = 0; var grounded = undefined; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed + grav; _x = (_x + xspeed); if (_currentframe != 4) { xspeed = xspeed * 0.85; } else if (Key.isDown(40)) { xspeed = xspeed * 0.945; } if ((_currentframe == 4) && (!Key.isDown(40))) { xspeed = xspeed * 0.85; } if (_root.ground.hitTest(_x, (_y + h) - 25, true)) { yspeed = 0; grounded = true; while (_root.ground.hitTest(_x, (_y + h) - 25, true)) { _y = (_y - 0.1); } } else { grounded = false; } if (_root.ground.hitTest(_x, (_y + h) + 10, true)) { if (_currentframe == 3) { this.jumpa.play(); } } if (_root.ground.hitTest(_x, (_y + h) + 10, true)) { if (_currentframe == 5) { this.doublejump.play(); } } if (_root.ground.hitTest(_x - w, _y, true)) { xspeed = 0; while (_root.ground.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.ground.hitTest(_x + w, _y, true)) { xspeed = 0; while (_root.ground.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.ground.hitTest(_x, _y - h, true) && (_currentframe == 3)) { yspeed = 3; this.gotoAndStop(1); while (_root.ground.hitTest(_x, _y - h, true) && (!this.hitTest(_root.ground))) { _y = (_y + 0.1); } } if (Key.isDown(39) && (_currentframe != 4)) { xspeed = xspeed + 1.2; _xscale = scale; if (this.jumpa._currentframe >= 28) { gotoAndStop (2); } } if (Key.isDown(37) && (_currentframe != 4)) { xspeed = xspeed - 1.2; _xscale = (-scale); if (this.jumpa._currentframe >= 28) { gotoAndStop (2); } } if (((((!Key.isDown(37)) && (!Key.isDown(39))) && (grounded)) && (_currentframe != 4)) && (_currentframe != 3)) { gotoAndStop (1); } if ((Key.isDown(38) && (grounded)) && (_currentframe != 4)) { this.gotoAndStop(1); this.gotoAndStop(3); yspeed = -jump; grounded = false; } if (((Key.isDown(38) && (_currentframe == 4)) && (this.crouch._currentframe >= 13)) && (this.crouch._currentframe <= 20)) { this.gotoAndStop(1); this.gotoAndStop(3); yspeed = (-jump) - 4; grounded = false; downHold = false; croucherLookDown = 0; } if ((Key.isDown(40) && (this.crouch._currentframe == 15)) && (!this.hitTest(_root.ground.land))) { croucherLookDown++; } if (((Key.isDown(40) && (_currentframe != 4)) && (!downHold)) && (grounded)) { gotoAndStop (4); downHold = true; } if ((!Key.isDown(40)) && (_currentframe == 4)) { this.crouch.play(); downHold = false; croucherLookDown = 0; } cx = cx + ((_x - cx) / 5); _root._x = (Stage.width / 2) - cx; if (croucherLookDown >= 30) { cy = cy + (((_y - cy) + 150) / 5); _root._y = (Stage.height / 2) - cy; } else { cy = cy + ((_y - cy) / 5); _root._y = (Stage.height / 2) - cy; } _root.bg._x = cx; _root.trees3._x = cx / 2; _root.trees2._x = cx / 4; _root.trees1._x = cx / 6; _root.hud._x = cx - 320; _root.wide._x = cx; _root.bg._y = cy; _root.trees3._y = cy / 2; _root.trees2._y = cy / 4; _root.trees1._y = cy / 6; _root.hud._y = cy - 200; _root.wide._y = cy; _root.screen._x = cx; _root.screen._y = cy; _root.gameOver._x = cx; _root.gameOver._y = cy; _root.fadeOut._x = cx; _root.fadeOut._y = cy; _root.fadeIn._x = cx; _root.fadeOut._y = cy; _root.rain._x = cx; _root.rain._y = cy; }
Instance of Symbol 160 MovieClip "orb" in Frame 12
onClipEvent (load) { var friction = 1.05; var yspeed = 0; var xspeed = 0; var i = 0; var1 = 0; h = _height / 2; w = _width / 2; xspeeda = -10 + random(20); yspeeda = -random(20); drag = 0.98; bounce = 1; gravity = 1; a = 0; aa = 0; } onClipEvent (enterFrame) { if ((!_root.pause) && (_name != "orb")) { if (var1 == 0) { a++; _root.speed = this.xspeeda; if (!dragging) { _x = (_x + xspeeda); _y = ((_y + yspeeda) - 0.29); yspeeda = (yspeeda * drag) + gravity; xspeeda = xspeeda * drag; } else { xspeeda = _x - oldx; yspeeda = _y - oldy; oldx = _x; oldy = _y; } } if (a >= 25) { a = 0; var1 = 1; } if (var1 == 1) { aa++; _y = (_y + yspeed); _x = (_x + xspeed); xspeed = xspeed / friction; yspeed = yspeed / friction; xspeed = xspeed - ((_x - _root.player._x) / (random(35) + 14)); yspeed = yspeed - ((_y - _root.player._y) / (random(35) + 14)); if (_y <= _root.player._y) { _y = (_y + (random(4) + 1)); } if (_y >= _root.player._y) { _y = (_y - (random(4) + 1)); } if ((_x >= _root.player._x) && (i == 0)) { i++; } if ((_x <= _root.player._x) && (i == 1)) { i++; } if ((_x >= _root.player._x) && (i == 2)) { i++; } if ((i >= 3) || ((aa >= 30) && (this.hitTest(_root.player.base)))) { gotoAndStop (2); xspeed = 0; yspeed = 0; } } } }
Instance of Symbol 261 MovieClip in Frame 12
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 261 MovieClip in Frame 12
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 168 MovieClip "hud" in Frame 12
onClipEvent (enterFrame) { this.score = _root.score; }
Instance of Symbol 263 MovieClip "wide" in Frame 12
onClipEvent (enterFrame) { this.swapDepths(1000); }
Instance of Symbol 265 MovieClip "screen" in Frame 12
onClipEvent (load) { _alpha = 0; }
Instance of Symbol 194 MovieClip "fadeOut" in Frame 12
onClipEvent (enterFrame) { this.swapDepths(500000); }
Instance of Symbol 268 MovieClip "gameOver" in Frame 12
onClipEvent (enterFrame) { this.swapDepths(500000); }
Instance of Symbol 197 MovieClip "fadeIn" in Frame 12
onClipEvent (enterFrame) { this.swapDepths(1000000); }
Frame 13
for (i in _root) { _root[i].removeMovieClip(); } stopAllSounds(); _root.nextFrame(); _root._x = 5000000 /* 0x4C4B40 */; _root._y = 50000;
Frame 14
stop(); function MakeOrb() { z++; _root.orb.duplicateMovieClip("orb" + z, z); _root["orb" + z]._visible = true; _root["orb" + z]._x = _root.xx + random(80); _root["orb" + z]._y = _root.yy + random(80); } var life = 5; _root.fadeIn.gotoAndPlay(1); var z = 0; _root._x = 0;
Instance of Symbol 366 MovieClip "bg" in Frame 14
onClipEvent (enterFrame) { this.cacheAsBitmap = true; }
Instance of Symbol 369 MovieClip "trees3" in Frame 14
onClipEvent (enterFrame) { this.cacheAsBitmap = true; }
Instance of Symbol 375 MovieClip "trees2" in Frame 14
onClipEvent (enterFrame) { this.cacheAsBitmap = true; }
Instance of Symbol 379 MovieClip "trees1" in Frame 14
onClipEvent (enterFrame) { this.cacheAsBitmap = true; }
Instance of Symbol 113 MovieClip in Frame 14
onClipEvent (enterFrame) { if (((this.hitTest(_root.player._x, _root.player._y + _root.player.h, true) && (_root.player.grounded == false)) && (_root.player.yspeed >= 2)) && (_root.ground.switch2._currentframe == 2)) { _root.ground.switch2.spring.play(); } }
Instance of Symbol 121 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.gem.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 231 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_root.player.grounded == false)) { this.play(); } }
Instance of Symbol 235 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 235 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + _root.life; } if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 349 MovieClip in Frame 14
onClipEvent (load) { var scale = _xscale; var xx = _x; var speed = 3; var yspeed = 0; var grav = 1; var h = (_height / 2); var i = 0; } onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if (_currentframe != 3) { _y = (_y + yspeed); yspeed = yspeed + grav; if (_root.ground.hitTest(_x, (_y + h) - 35, true)) { yspeed = 0; while (_root.ground.hitTest(_x, (_y + h) - 35, true)) { _y = (_y - 0.1); } } } if ((_currentframe != 3) && (_currentframe != 4)) { gotoAndStop (2); if ((var1 != 1) && (_x >= (xx - 160))) { _x = (_x - speed); _xscale = scale; } if (_x <= (xx - 160)) { var1 = 1; } if ((var1 == 1) && (xx <= (xx + 160))) { _x = (_x + speed); _xscale = (-scale); } if (_x >= (xx + 160)) { var1 = 0; } } if ((((this.top.hitTest(_root.player._x, _root.player._y + _root.player.h, true) && (_root.player.grounded != true)) && (_root.player.yspeed >= 2)) && (_currentframe != 3)) && (_currentframe != 4)) { if (i == 0) { this.gotoAndStop(3); i++; } else { this.gotoAndStop(4); } _root.player.gotoAndStop(1); _root.player.gotoAndStop(3); _root.player.yspeed = -_root.player.jump; } if ((_currentframe == 4) && (var2 != 1)) { _root.xx = _x - 80; _root.yy = _y - 80; _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.score = _root.score + (_root.life * 2); var2 = 1; } if ((((this.hitTest(_root.player) && (_currentframe != 3)) && (_root.player.grounded == true)) && (_root.blink._currentframe == 1)) && (_currentframe != 4)) { _root.blink.play(); } }
Instance of Symbol 248 MovieClip in Frame 14
onClipEvent (load) { var scale = _xscale; var xx = _x; var speed = 3; var yspeed = 0; var grav = 1; var h = (_height / 2); } onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if (_currentframe != 3) { _y = (_y + yspeed); yspeed = yspeed + grav; if (_root.ground.hitTest(_x, (_y + h) - 35, true)) { yspeed = 0; while (_root.ground.hitTest(_x, (_y + h) - 35, true)) { _y = (_y - 0.1); } } } if (_currentframe != 3) { gotoAndStop (2); if ((var1 != 1) && (_x >= (xx - 160))) { _x = (_x - speed); _xscale = scale; } if (_x <= (xx - 160)) { var1 = 1; } if ((var1 == 1) && (xx <= (xx + 160))) { _x = (_x + speed); _xscale = (-scale); } if (_x >= (xx + 160)) { var1 = 0; } } if (((this.top.hitTest(_root.player._x, _root.player._y + _root.player.h, true) && (_root.player.grounded != true)) && (_root.player.yspeed >= 2)) && (_currentframe != 3)) { this.gotoAndStop(3); _root.player.gotoAndStop(1); _root.player.gotoAndStop(3); _root.player.yspeed = -_root.player.jump; } if ((_currentframe == 3) && (var2 != 1)) { _root.xx = _x - 80; _root.yy = _y - 80; _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.score = _root.score + (_root.life * 2); var2 = 1; } if (((this.hitTest(_root.player) && (_currentframe != 3)) && (_root.player.grounded == true)) && (_root.blink._currentframe == 1)) { _root.blink.play(); } }
Instance of Symbol 237 MovieClip in Frame 14
onClipEvent (load) { var scale = _xscale; var xx = _x; var speed = 3; var yspeed = 0; var grav = 1; var h = (_height / 2); } onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if (_currentframe != 3) { _y = (_y + yspeed); yspeed = yspeed + grav; if (_root.ground.hitTest(_x, (_y + h) - 35, true)) { yspeed = 0; while (_root.ground.hitTest(_x, (_y + h) - 35, true)) { _y = (_y - 0.1); } } } if (_currentframe != 3) { gotoAndStop (2); if ((var1 != 1) && (_x >= (xx - 160))) { _x = (_x - speed); _xscale = scale; } if (_x <= (xx - 160)) { var1 = 1; } if ((var1 == 1) && (xx <= (xx + 160))) { _x = (_x + speed); _xscale = (-scale); } if (_x >= (xx + 160)) { var1 = 0; } } if (((this.top.hitTest(_root.player._x, _root.player._y + _root.player.h, true) && (_root.player.grounded != true)) && (_root.player.yspeed >= 2)) && (_currentframe != 3)) { this.gotoAndStop(3); _root.player.gotoAndStop(1); _root.player.gotoAndStop(3); _root.player.yspeed = -_root.player.jump; } if ((_currentframe == 3) && (var2 != 1)) { _root.xx = _x - 80; _root.yy = _y - 80; _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.score = _root.score + (_root.life * 2); var2 = 1; } if (((this.hitTest(_root.player) && (_currentframe != 3)) && (_root.player.grounded == true)) && (_root.blink._currentframe == 1)) { _root.blink.play(); } }
Instance of Symbol 308 MovieClip in Frame 14
onClipEvent (load) { var scale = _xscale; var xx = _x; var speed = 3; var yspeed = 0; var grav = 1; var h = (_height / 2); } onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if (_currentframe != 3) { gotoAndStop (2); if ((var1 != 1) && (_x >= (xx - 160))) { _x = (_x - speed); _xscale = scale; } if (_x <= (xx - 160)) { var1 = 1; } if ((var1 == 1) && (xx <= (xx + 160))) { _x = (_x + speed); _xscale = (-scale); } if (_x >= (xx + 160)) { var1 = 0; } } if (((this.top.hitTest(_root.player._x, _root.player._y + _root.player.h, true) && (_root.player.grounded != true)) && (_root.player.yspeed >= 2)) && (_currentframe != 3)) { this.gotoAndStop(3); _root.player.gotoAndStop(1); _root.player.gotoAndStop(3); _root.player.yspeed = -_root.player.jump; } if ((_currentframe == 3) && (var2 != 1)) { _root.xx = _x - 80; _root.yy = _y - 80; _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.score = _root.score + (_root.life * 2); var2 = 1; } if (((this.hitTest(_root.player) && (_currentframe != 3)) && (_root.player.grounded == true)) && (_root.blink._currentframe == 1)) { _root.blink.play(); } }
Instance of Symbol 256 MovieClip in Frame 14
onClipEvent (load) { var scale = _xscale; var xx = _x; var speed = 3; var yspeed = 0; var grav = 1; var h = (_height / 2); } onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if (_currentframe != 3) { gotoAndStop (2); if ((var1 != 1) && (_x >= (xx - 160))) { _x = (_x - speed); _xscale = scale; } if (_x <= (xx - 160)) { var1 = 1; } if ((var1 == 1) && (xx <= (xx + 160))) { _x = (_x + speed); _xscale = (-scale); } if (_x >= (xx + 160)) { var1 = 0; } } if (((this.top.hitTest(_root.player._x, _root.player._y + _root.player.h, true) && (_root.player.grounded != true)) && (_root.player.yspeed >= 2)) && (_currentframe != 3)) { this.gotoAndStop(3); _root.player.gotoAndStop(1); _root.player.gotoAndStop(3); _root.player.yspeed = -_root.player.jump; } if ((_currentframe == 3) && (var2 != 1)) { _root.xx = _x - 80; _root.yy = _y - 80; _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.score = _root.score + (_root.life * 2); var2 = 1; } if (((this.hitTest(_root.player) && (_currentframe != 3)) && (_root.player.grounded == true)) && (_root.blink._currentframe == 1)) { _root.blink.play(); } }
Instance of Symbol 256 MovieClip in Frame 14
onClipEvent (load) { var scale = _xscale; var xx = _x; var speed = 3; var yspeed = 0; var grav = 1; var h = (_height / 2); } onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if (_currentframe != 3) { gotoAndStop (2); if ((var1 != 1) && (_x >= (xx - 160))) { _x = (_x - speed); _xscale = scale; } if (_x <= (xx - 160)) { var1 = 1; } if ((var1 == 1) && (xx <= (xx + 160))) { _x = (_x + speed); _xscale = (-scale); } if (_x >= (xx + 160)) { var1 = 0; } } if (((this.top.hitTest(_root.player._x, _root.player._y + _root.player.h, true) && (_root.player.grounded != true)) && (_root.player.yspeed >= 2)) && (_currentframe != 3)) { this.gotoAndStop(3); _root.player.gotoAndStop(1); _root.player.gotoAndStop(3); _root.player.yspeed = -_root.player.jump; } if ((_currentframe == 3) && (var2 != 1)) { _root.xx = _x - 80; _root.yy = _y - 80; _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.score = _root.score + (_root.life * 2); var2 = 1; } if (((this.hitTest(_root.player) && (_currentframe != 3)) && (_root.player.grounded == true)) && (_root.blink._currentframe == 1)) { _root.blink.play(); } }
Instance of Symbol 349 MovieClip in Frame 14
onClipEvent (load) { var scale = _xscale; var xx = _x; var speed = 3; var yspeed = 0; var grav = 1; var h = (_height / 2); var i = 0; } onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if (_currentframe != 3) { _y = (_y + yspeed); yspeed = yspeed + grav; if (_root.ground.hitTest(_x, (_y + h) - 35, true)) { yspeed = 0; while (_root.ground.hitTest(_x, (_y + h) - 35, true)) { _y = (_y - 0.1); } } } if ((_currentframe != 3) && (_currentframe != 4)) { gotoAndStop (2); if ((var1 != 1) && (_x >= (xx - 160))) { _x = (_x - speed); _xscale = scale; } if (_x <= (xx - 160)) { var1 = 1; } if ((var1 == 1) && (xx <= (xx + 160))) { _x = (_x + speed); _xscale = (-scale); } if (_x >= (xx + 160)) { var1 = 0; } } if ((((this.top.hitTest(_root.player._x, _root.player._y + _root.player.h, true) && (_root.player.grounded != true)) && (_root.player.yspeed >= 2)) && (_currentframe != 3)) && (_currentframe != 4)) { if (i == 0) { this.gotoAndStop(3); i++; } else { this.gotoAndStop(4); } _root.player.gotoAndStop(1); _root.player.gotoAndStop(3); _root.player.yspeed = -_root.player.jump; } if ((_currentframe == 4) && (var2 != 1)) { _root.xx = _x - 80; _root.yy = _y - 80; _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.score = _root.score + (_root.life * 2); var2 = 1; } if ((((this.hitTest(_root.player) && (_currentframe != 3)) && (_root.player.grounded == true)) && (_root.blink._currentframe == 1)) && (_currentframe != 4)) { _root.blink.play(); } }
Instance of Symbol 156 MovieClip "player" in Frame 14
onClipEvent (load) { var yspeed = 0; var xspeed = 0; var grav = 1; var w = (_width / 2); var h = (_height / 2); var scale = _xscale; var jump = 15.2; var cx = _x; var cy = _y; var croucherLookDown = 0; var grounded = undefined; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed + grav; _x = (_x + xspeed); if (_currentframe != 4) { xspeed = xspeed * 0.85; } else if (Key.isDown(40)) { xspeed = xspeed * 0.945; } if ((_currentframe == 4) && (!Key.isDown(40))) { xspeed = xspeed * 0.85; } if (_root.ground.hitTest(_x, (_y + h) - 25, true)) { yspeed = 0; grounded = true; while (_root.ground.hitTest(_x, (_y + h) - 25, true)) { _y = (_y - 0.1); } } else { grounded = false; } if (_root.ground.hitTest(_x, (_y + h) + 10, true)) { if (_currentframe == 3) { this.jumpa.play(); } } if (_root.ground.hitTest(_x, (_y + h) + 10, true)) { if (_currentframe == 5) { this.doublejump.play(); } } if (_root.ground.hitTest(_x - w, _y, true)) { xspeed = 0; while (_root.ground.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.ground.hitTest(_x + w, _y, true)) { xspeed = 0; while (_root.ground.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.ground.hitTest(_x, _y - h, true) && (_currentframe == 3)) { yspeed = 3; this.gotoAndStop(1); while (_root.ground.hitTest(_x, _y - h, true) && (!this.hitTest(_root.ground))) { _y = (_y + 0.1); } } if (Key.isDown(39) && (_currentframe != 4)) { xspeed = xspeed + 1.2; _xscale = scale; if (this.jumpa._currentframe >= 28) { gotoAndStop (2); } } if (Key.isDown(37) && (_currentframe != 4)) { xspeed = xspeed - 1.2; _xscale = (-scale); if (this.jumpa._currentframe >= 28) { gotoAndStop (2); } } if (((((!Key.isDown(37)) && (!Key.isDown(39))) && (grounded)) && (_currentframe != 4)) && (_currentframe != 3)) { gotoAndStop (1); } if ((Key.isDown(38) && (grounded)) && (_currentframe != 4)) { this.gotoAndStop(1); this.gotoAndStop(3); yspeed = -jump; grounded = false; } if (((Key.isDown(38) && (_currentframe == 4)) && (this.crouch._currentframe >= 13)) && (this.crouch._currentframe <= 20)) { this.gotoAndStop(1); this.gotoAndStop(3); yspeed = (-jump) - 4; grounded = false; downHold = false; croucherLookDown = 0; } if ((Key.isDown(40) && (this.crouch._currentframe == 15)) && (!this.hitTest(_root.ground.land))) { croucherLookDown++; } if (((Key.isDown(40) && (_currentframe != 4)) && (!downHold)) && (grounded)) { gotoAndStop (4); downHold = true; } if ((!Key.isDown(40)) && (_currentframe == 4)) { this.crouch.play(); downHold = false; croucherLookDown = 0; } cx = cx + ((_x - cx) / 5); _root._x = (Stage.width / 2) - cx; if (croucherLookDown >= 30) { cy = cy + (((_y - cy) + 150) / 5); _root._y = (Stage.height / 2) - cy; } else { cy = cy + ((_y - cy) / 5); _root._y = (Stage.height / 2) - cy; } _root.bg._x = cx; _root.trees3._x = cx / 2; _root.trees2._x = cx / 4; _root.trees1._x = cx / 6; _root.hud._x = cx - 320; _root.wide._x = cx; _root.bg._y = cy; _root.trees3._y = cy / 2; _root.trees2._y = cy / 4; _root.trees1._y = cy / 6; _root.hud._y = cy - 200; _root.wide._y = cy; _root.screen._x = cx; _root.screen._y = cy; _root.gameOver._x = cx; _root.gameOver._y = cy; _root.fadeOut._x = cx; _root.fadeOut._y = cy; _root.fadeIn._x = cx; _root.fadeOut._y = cy; _root.rain._x = cx; _root.rain._y = cy; }
Instance of Symbol 160 MovieClip "orb" in Frame 14
onClipEvent (load) { var friction = 1.05; var yspeed = 0; var xspeed = 0; var i = 0; var1 = 0; h = _height / 2; w = _width / 2; xspeeda = -10 + random(20); yspeeda = -random(20); drag = 0.98; bounce = 1; gravity = 1; a = 0; aa = 0; } onClipEvent (enterFrame) { if ((!_root.pause) && (_name != "orb")) { if (var1 == 0) { a++; _root.speed = this.xspeeda; if (!dragging) { _x = (_x + xspeeda); _y = ((_y + yspeeda) - 0.29); yspeeda = (yspeeda * drag) + gravity; xspeeda = xspeeda * drag; } else { xspeeda = _x - oldx; yspeeda = _y - oldy; oldx = _x; oldy = _y; } } if (a >= 25) { a = 0; var1 = 1; } if (var1 == 1) { aa++; _y = (_y + yspeed); _x = (_x + xspeed); xspeed = xspeed / friction; yspeed = yspeed / friction; xspeed = xspeed - ((_x - _root.player._x) / (random(35) + 14)); yspeed = yspeed - ((_y - _root.player._y) / (random(35) + 14)); if (_y <= _root.player._y) { _y = (_y + (random(4) + 1)); } if (_y >= _root.player._y) { _y = (_y - (random(4) + 1)); } if ((_x >= _root.player._x) && (i == 0)) { i++; } if ((_x <= _root.player._x) && (i == 1)) { i++; } if ((_x >= _root.player._x) && (i == 2)) { i++; } if ((i >= 3) || ((aa >= 30) && (this.hitTest(_root.player.base)))) { gotoAndStop (2); xspeed = 0; yspeed = 0; } } } }
Instance of Symbol 113 MovieClip in Frame 14
onClipEvent (enterFrame) { if (((this.hitTest(_root.player._x, _root.player._y + _root.player.h, true) && (_root.player.grounded == false)) && (_root.player.yspeed >= 2)) && (_root.ground.switch2._currentframe == 2)) { _root.ground.switch2.spring.play(); } }
Instance of Symbol 261 MovieClip in Frame 14
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 168 MovieClip "hud" in Frame 14
onClipEvent (enterFrame) { this.score = _root.score; }
Instance of Symbol 263 MovieClip "wide" in Frame 14
onClipEvent (enterFrame) { this.swapDepths(1000); }
Instance of Symbol 265 MovieClip "screen" in Frame 14
onClipEvent (load) { _alpha = 0; }
Instance of Symbol 386 MovieClip "fadeOut" in Frame 14
onClipEvent (enterFrame) { this.swapDepths(500000); }
Instance of Symbol 268 MovieClip "gameOver" in Frame 14
onClipEvent (enterFrame) { this.swapDepths(500000); }
Instance of Symbol 197 MovieClip "fadeIn" in Frame 14
onClipEvent (enterFrame) { this.swapDepths(1000000); }
Frame 15
for (i in _root) { _root[i].removeMovieClip(); }
Frame 16
stop(); postHPScore(score, ""); _x = 0; _y = 0;
Instance of Symbol 412 MovieClip "win" in Frame 16
onClipEvent (enterFrame) { this.score = _root.score; }
Frame 17
for (i in _root) { _root[i].removeMovieClip(); } stopAllSounds();
Frame 18
stop(); postHPScore(score, ""); _x = 0; _y = 0;
Instance of Symbol 429 MovieClip "go" in Frame 18
onClipEvent (enterFrame) { this.score = _root.score; }
Symbol 15 Button
on (press) { _parent.play(); }
Symbol 16 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { bar._xscale = PercentLoaded; } else { gotoAndPlay ("loaded"); }
Symbol 16 MovieClip Frame 2
gotoAndPlay (1);
Symbol 16 MovieClip Frame 24
stop();
Symbol 16 MovieClip Frame 43
_root.play();
Symbol 23 Button
on (release) { getURL ("http://www.armorgames.com", "blank"); }
Symbol 37 MovieClip Frame 371
_root.play();
Instance of Symbol 18 MovieClip in Symbol 38 MovieClip Frame 19
on (press) { getURL ("http://www.newgrounds.com/", "_blank"); }
Symbol 38 MovieClip Frame 206
stop();
Symbol 59 MovieClip Frame 1
stop();
Symbol 59 MovieClip Frame 18
stop();
Symbol 63 MovieClip Frame 1
stop();
Symbol 63 MovieClip Frame 18
stop();
Symbol 67 MovieClip Frame 1
stop();
Symbol 67 MovieClip Frame 18
stop();
Symbol 71 MovieClip Frame 1
stop();
Symbol 71 MovieClip Frame 18
stop();
Symbol 75 Button
on (press) { _root.tut = true; _root.tutorial = true; _root.menua.firstTime.play(); _root.menua.play(); }
Symbol 78 Button
on (press) { _root.startGame = true; _root.menua.firstTime.play(); _root.menua.play(); }
Symbol 80 MovieClip Frame 1
stop();
Symbol 80 MovieClip Frame 24
stop();
Symbol 84 MovieClip Frame 127
stop();
Instance of Symbol 59 MovieClip in Symbol 84 MovieClip Frame 127
onClipEvent (enterFrame) { if (this.hitTest(_root._xmouse, _root._ymouse, true) && (_root.menua.firstTime._currentframe == 1)) { if (_currentframe == 1) { this.play(); } } else if (_currentframe == 18) { this.gotoAndStop(1); } } on (press) { if (((_root.tut != true) && (_root.menua.firstTime._currentframe == 1)) && (_root.menua.firstTime._currentframe == 1)) { _root.menua.firstTime.play(); } else if (_root.menua.firstTime._currentframe == 1) { _parent.play(); } }
Instance of Symbol 63 MovieClip in Symbol 84 MovieClip Frame 127
onClipEvent (enterFrame) { if (this.hitTest(_root._xmouse, _root._ymouse, true) && (_root.menua.firstTime._currentframe == 1)) { if (_currentframe == 1) { this.play(); } } else if (_currentframe == 18) { this.gotoAndStop(1); } } on (press) { if (_root.menua.firstTime._currentframe == 1) { _parent.play(); _root.tut = true; _root.tutorial = true; } }
Instance of Symbol 67 MovieClip in Symbol 84 MovieClip Frame 127
onClipEvent (enterFrame) { if (this.hitTest(_root._xmouse, _root._ymouse, true) && (_root.menua.firstTime._currentframe == 1)) { if (_currentframe == 1) { this.play(); } } else if (_currentframe == 18) { this.gotoAndStop(1); } } on (press) { if (_root.menua.firstTime._currentframe == 1) { getURL ("http://www.armorbot.com/mytable/?id=1671", "_blank"); } }
Instance of Symbol 71 MovieClip in Symbol 84 MovieClip Frame 127
onClipEvent (enterFrame) { if (this.hitTest(_root._xmouse, _root._ymouse, true) && (_root.menua.firstTime._currentframe == 1)) { if (_currentframe == 1) { this.play(); } } else if (_currentframe == 18) { this.gotoAndStop(1); } } on (press) { getURL ("http://www.armorgames.com", "_blank"); }
Symbol 84 MovieClip Frame 157
stopAllSounds(); if (_root.tutorial == true) { _root.play(); } if (_root.startGame == true) { _root.gotoAndStop("game"); }
Instance of Symbol 89 MovieClip in Symbol 90 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 89 MovieClip in Symbol 90 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 89 MovieClip in Symbol 90 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 89 MovieClip in Symbol 90 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 93 MovieClip in Symbol 94 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 93 MovieClip in Symbol 94 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 93 MovieClip in Symbol 94 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 93 MovieClip in Symbol 94 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 96 MovieClip in Symbol 97 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 96 MovieClip in Symbol 97 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 96 MovieClip in Symbol 97 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 96 MovieClip in Symbol 97 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Symbol 107 MovieClip Frame 1
stop();
Symbol 107 MovieClip Frame 10
_root.player.yspeed = -50; _root.player.gotoAndStop(1); _root.player.gotoAndStop(3);
Symbol 108 MovieClip Frame 1
stop();
Instance of Symbol 110 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player._x, _root.player._y + _root.player.h, true) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 110 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player._x, _root.player._y + _root.player.h, true) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 110 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player._x, _root.player._y + _root.player.h, true) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Symbol 121 MovieClip Frame 1
stop();
Symbol 121 MovieClip Frame 14
stop(); _root.fadeOut.play();
Symbol 134 MovieClip Frame 1
_root.tuta.nextFrame();
Instance of Symbol 133 MovieClip in Symbol 134 MovieClip Frame 15
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Symbol 134 MovieClip Frame 29
stop();
Symbol 136 MovieClip Frame 1
stop();
Symbol 154 MovieClip Frame 25
stop();
Symbol 154 MovieClip Frame 35
_parent.gotoAndStop(1);
Symbol 155 MovieClip Frame 15
stop();
Symbol 155 MovieClip Frame 30
_parent.gotoAndStop(1);
Symbol 156 MovieClip Frame 1
stop();
Symbol 159 MovieClip Frame 8
stop();
Symbol 160 MovieClip Frame 1
stop();
Symbol 160 MovieClip Frame 2
_root.score = _root.score + 1;
Symbol 163 MovieClip Frame 1
stop();
Symbol 163 MovieClip Frame 2
_root.player._alpha = 50; _root.life--;
Symbol 163 MovieClip Frame 4
_root.player._alpha = 100;
Symbol 163 MovieClip Frame 6
_root.player._alpha = 50;
Symbol 163 MovieClip Frame 8
_root.player._alpha = 100;
Symbol 163 MovieClip Frame 10
_root.player._alpha = 50;
Symbol 163 MovieClip Frame 12
_root.player._alpha = 100;
Symbol 163 MovieClip Frame 14
_root.player._alpha = 50;
Symbol 163 MovieClip Frame 16
_root.player._alpha = 100;
Symbol 163 MovieClip Frame 18
_root.player._alpha = 50;
Symbol 163 MovieClip Frame 19
_root.player._alpha = 100;
Symbol 163 MovieClip Frame 20
_root.player._alpha = 50;
Symbol 163 MovieClip Frame 21
_root.player._alpha = 100;
Symbol 163 MovieClip Frame 22
_root.player._alpha = 50;
Symbol 163 MovieClip Frame 23
_root.player._alpha = 100;
Symbol 163 MovieClip Frame 24
_root.player._alpha = 50;
Symbol 163 MovieClip Frame 25
_root.player._alpha = 100;
Symbol 163 MovieClip Frame 26
_root.player._alpha = 50;
Symbol 163 MovieClip Frame 27
_root.player._alpha = 100;
Symbol 163 MovieClip Frame 28
_root.player._alpha = 50;
Symbol 163 MovieClip Frame 29
_root.player._alpha = 100;
Symbol 163 MovieClip Frame 30
_root.player._alpha = 50;
Symbol 163 MovieClip Frame 31
_root.player._alpha = 100;
Symbol 163 MovieClip Frame 32
_root.player._alpha = 50;
Symbol 163 MovieClip Frame 33
_root.player._alpha = 100;
Symbol 163 MovieClip Frame 34
_root.player._alpha = 50;
Symbol 163 MovieClip Frame 35
_root.player._alpha = 100;
Symbol 163 MovieClip Frame 36
_root.player._alpha = 50;
Symbol 163 MovieClip Frame 37
_root.player._alpha = 100;
Symbol 163 MovieClip Frame 38
_root.player._alpha = 50;
Symbol 163 MovieClip Frame 39
_root.player._alpha = 100;
Symbol 163 MovieClip Frame 40
_root.player._alpha = 50;
Symbol 163 MovieClip Frame 41
_root.player._alpha = 100;
Instance of Symbol 165 MovieClip in Symbol 168 MovieClip Frame 1
onClipEvent (load) { var1 = 0; h = _height / 2; w = _width / 2; xspeed = -10 + random(20); yspeed = -random(20); drag = 0.98; bounce = 1; gravity = 0.64; } onClipEvent (enterFrame) { if (_root.life == 1) { var1 = 1; } if ((!_root.pause) && (var1 == 1)) { _rotation = (_rotation + xspeed); _root.speed = this.xspeed; if (_y >= 600) { this.gotoAndStop(2); _visible = false; } if (!dragging) { _x = (_x + xspeed); _y = ((_y + yspeed) - 0.29); yspeed = (yspeed * drag) + gravity; xspeed = xspeed * drag; } else { xspeed = _x - oldx; yspeed = _y - oldy; oldx = _x; oldy = _y; } } }
Instance of Symbol 165 MovieClip in Symbol 168 MovieClip Frame 1
onClipEvent (load) { var1 = 0; h = _height / 2; w = _width / 2; xspeed = -10 + random(20); yspeed = -random(20); drag = 0.98; bounce = 1; gravity = 0.64; } onClipEvent (enterFrame) { if (_root.life == 2) { var1 = 1; } if ((!_root.pause) && (var1 == 1)) { _rotation = (_rotation + xspeed); _root.speed = this.xspeed; if (_y >= 600) { this.gotoAndStop(2); _visible = false; } if (!dragging) { _x = (_x + xspeed); _y = ((_y + yspeed) - 0.29); yspeed = (yspeed * drag) + gravity; xspeed = xspeed * drag; } else { xspeed = _x - oldx; yspeed = _y - oldy; oldx = _x; oldy = _y; } } }
Instance of Symbol 165 MovieClip in Symbol 168 MovieClip Frame 1
onClipEvent (load) { var1 = 0; h = _height / 2; w = _width / 2; xspeed = -10 + random(20); yspeed = -random(20); drag = 0.98; bounce = 1; gravity = 0.64; } onClipEvent (enterFrame) { if (_root.life == 3) { var1 = 1; } if ((!_root.pause) && (var1 == 1)) { _rotation = (_rotation + xspeed); _root.speed = this.xspeed; if (_y >= 600) { this.gotoAndStop(2); _visible = false; } if (!dragging) { _x = (_x + xspeed); _y = ((_y + yspeed) - 0.29); yspeed = (yspeed * drag) + gravity; xspeed = xspeed * drag; } else { xspeed = _x - oldx; yspeed = _y - oldy; oldx = _x; oldy = _y; } } }
Instance of Symbol 165 MovieClip in Symbol 168 MovieClip Frame 1
onClipEvent (load) { var1 = 0; h = _height / 2; w = _width / 2; xspeed = -10 + random(20); yspeed = -random(20); drag = 0.98; bounce = 1; gravity = 0.64; } onClipEvent (enterFrame) { if (_root.life == 4) { var1 = 1; } if ((!_root.pause) && (var1 == 1)) { _rotation = (_rotation + xspeed); _root.speed = this.xspeed; if (_y >= 600) { this.gotoAndStop(2); _visible = false; } if (!dragging) { _x = (_x + xspeed); _y = ((_y + yspeed) - 0.29); yspeed = (yspeed * drag) + gravity; xspeed = xspeed * drag; } else { xspeed = _x - oldx; yspeed = _y - oldy; oldx = _x; oldy = _y; } } }
Instance of Symbol 165 MovieClip in Symbol 168 MovieClip Frame 1
onClipEvent (load) { var1 = 0; h = _height / 2; w = _width / 2; xspeed = -10 + random(20); yspeed = -random(20); drag = 0.98; bounce = 1; gravity = 0.64; } onClipEvent (enterFrame) { if (_root.life == 0) { var1 = 1; _root.gameOver.play(); } if ((!_root.pause) && (var1 == 1)) { _rotation = (_rotation + xspeed); _root.speed = this.xspeed; if (_y >= 600) { this.gotoAndStop(2); _visible = false; } if (!dragging) { _x = (_x + xspeed); _y = ((_y + yspeed) - 0.29); yspeed = (yspeed * drag) + gravity; xspeed = xspeed * drag; } else { xspeed = _x - oldx; yspeed = _y - oldy; oldx = _x; oldy = _y; } } }
Symbol 187 MovieClip Frame 27
stop();
Symbol 187 MovieClip Frame 38
_root.tut = false;
Symbol 187 MovieClip Frame 119
stop();
Symbol 187 MovieClip Frame 130
_root.tut = false;
Symbol 187 MovieClip Frame 229
stop();
Symbol 187 MovieClip Frame 240
stop();
Symbol 187 MovieClip Frame 242
_root.tutJump = true;
Symbol 187 MovieClip Frame 255
stop();
Symbol 187 MovieClip Frame 266
stop();
Symbol 187 MovieClip Frame 267
_root.tutJump = true; _root.tut = true; _root.player.gotoAndStop(1);
Symbol 187 MovieClip Frame 280
stop();
Symbol 187 MovieClip Frame 281
_root.tut = false;
Symbol 187 MovieClip Frame 291
stop();
Symbol 187 MovieClip Frame 292
stop();
Symbol 187 MovieClip Frame 293
_root.tutJump = true;
Symbol 187 MovieClip Frame 306
stop();
Symbol 187 MovieClip Frame 370
_root.tutJump = true;
Symbol 187 MovieClip Frame 383
stop();
Symbol 187 MovieClip Frame 394
stop();
Symbol 194 MovieClip Frame 1
stop();
Symbol 194 MovieClip Frame 16
stop(); stopAllSounds(); _root.nextFrame();
Symbol 197 MovieClip Frame 16
stop();
Instance of Symbol 89 MovieClip in Symbol 199 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 89 MovieClip in Symbol 199 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 89 MovieClip in Symbol 199 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 93 MovieClip in Symbol 201 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 93 MovieClip in Symbol 201 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 93 MovieClip in Symbol 201 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 96 MovieClip in Symbol 202 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 96 MovieClip in Symbol 202 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 96 MovieClip in Symbol 202 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Symbol 209 MovieClip Frame 1
stop();
Symbol 209 MovieClip Frame 20
stop();
Symbol 212 MovieClip Frame 1
stop();
Symbol 212 MovieClip Frame 20
stop();
Symbol 213 MovieClip Frame 1
stop();
Instance of Symbol 212 MovieClip in Symbol 213 MovieClip Frame 2
onClipEvent (enterFrame) { if ((this.bottoma.hitTest(_root.player) && (_root.player.grounded == false)) && (_currentframe == 1)) { this.play(); _root.ground.switch2.gotoAndStop(2); } }
Instance of Symbol 218 MovieClip in Symbol 219 MovieClip Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_root.blink._currentframe == 1)) { _root.player.yspeed = -10; _root.player.xspeed = 3; _root.blink.play(); } }
Instance of Symbol 218 MovieClip in Symbol 219 MovieClip Frame 59
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_root.blink._currentframe == 1)) { _root.player.yspeed = -10; _root.player.xspeed = 3; _root.blink.play(); } }
Instance of Symbol 218 MovieClip in Symbol 220 MovieClip Frame 85
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_root.blink._currentframe == 1)) { _root.player.yspeed = -10; _root.player.xspeed = 3; _root.blink.play(); } }
Instance of Symbol 218 MovieClip in Symbol 220 MovieClip Frame 141
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_root.blink._currentframe == 1)) { _root.player.yspeed = -10; _root.player.xspeed = 3; _root.blink.play(); } }
Symbol 226 MovieClip Frame 1
stop();
Symbol 226 MovieClip Frame 10
_root.player.yspeed = -40; _root.player.gotoAndStop(1); _root.player.gotoAndStop(3);
Symbol 227 MovieClip Frame 1
stop();
Symbol 229 MovieClip Frame 1
stop();
Instance of Symbol 110 MovieClip in Symbol 230 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player._x, _root.player._y + _root.player.h, true) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 110 MovieClip in Symbol 230 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 110 MovieClip in Symbol 230 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 110 MovieClip in Symbol 230 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player._x, _root.player._y + _root.player.h, true) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 110 MovieClip in Symbol 230 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player._x, _root.player._y + _root.player.h, true) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 110 MovieClip in Symbol 230 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player._x, _root.player._y + _root.player.h, true) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 110 MovieClip in Symbol 230 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player._x, _root.player._y + _root.player.h, true) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 110 MovieClip in Symbol 230 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player._x, _root.player._y + _root.player.h, true) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 209 MovieClip in Symbol 230 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.player) && (_root.player.grounded == false)) && (_currentframe == 1)) { this.play(); _root.ground.switch1.gotoAndStop(2); } }
Instance of Symbol 110 MovieClip in Symbol 230 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 219 MovieClip in Symbol 230 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 220 MovieClip in Symbol 230 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 219 MovieClip in Symbol 230 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 219 MovieClip in Symbol 230 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 220 MovieClip in Symbol 230 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 219 MovieClip in Symbol 230 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 110 MovieClip in Symbol 230 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 224 MovieClip in Symbol 230 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 229 MovieClip in Symbol 230 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_root.player.grounded)) { this.play(); } _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 229 MovieClip in Symbol 230 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_root.player.grounded)) { this.play(); } _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 229 MovieClip in Symbol 230 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_root.player.grounded)) { this.play(); } _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Symbol 231 MovieClip Frame 1
stop();
Symbol 235 MovieClip Frame 1
stop();
Symbol 235 MovieClip Frame 15
stop();
Instance of Symbol 133 MovieClip in Symbol 236 MovieClip Frame 15
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Symbol 236 MovieClip Frame 29
stop();
Symbol 237 MovieClip Frame 1
stop();
Instance of Symbol 246 MovieClip in Symbol 247 MovieClip Frame 11
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Symbol 247 MovieClip Frame 29
stop();
Symbol 248 MovieClip Frame 1
stop();
Instance of Symbol 254 MovieClip in Symbol 255 MovieClip Frame 11
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Symbol 255 MovieClip Frame 29
stop();
Symbol 256 MovieClip Frame 1
stop();
Symbol 256 MovieClip Frame 3
_root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.score = _root.score + (_root.life * 2);
Instance of Symbol 258 MovieClip in Symbol 261 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 258 MovieClip in Symbol 261 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 260 MovieClip in Symbol 261 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 260 MovieClip in Symbol 261 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Symbol 268 MovieClip Frame 1
stop();
Symbol 268 MovieClip Frame 26
stop(); stopAllSounds(); _root.gotoAndPlay("gameover");
Instance of Symbol 273 MovieClip in Symbol 274 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 273 MovieClip in Symbol 274 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 279 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 279 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 279 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 282 MovieClip in Symbol 283 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 282 MovieClip in Symbol 283 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 282 MovieClip in Symbol 283 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Symbol 285 MovieClip Frame 1
stop();
Instance of Symbol 209 MovieClip in Symbol 285 MovieClip Frame 2
onClipEvent (enterFrame) { if ((this.hitTest(_root.player) && (_root.player.grounded == false)) && (_currentframe == 1)) { this.play(); _root.ground.switch3.gotoAndStop(2); } }
Symbol 288 MovieClip Frame 1
stop();
Symbol 290 MovieClip Frame 1
stop();
Instance of Symbol 110 MovieClip in Symbol 290 MovieClip Frame 2
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 110 MovieClip in Symbol 290 MovieClip Frame 2
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 110 MovieClip in Symbol 290 MovieClip Frame 2
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 110 MovieClip in Symbol 290 MovieClip Frame 2
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Symbol 291 MovieClip Frame 1
stop();
Instance of Symbol 209 MovieClip in Symbol 291 MovieClip Frame 2
onClipEvent (enterFrame) { if ((this.hitTest(_root.player) && (_root.player.grounded == false)) && (_currentframe == 1)) { this.play(); _root.ground.switch2.gotoAndStop(2); } }
Instance of Symbol 209 MovieClip in Symbol 292 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.player) && (_root.player.grounded == false)) && (_currentframe == 1)) { this.play(); _root.ground.switch1.gotoAndStop(2); } }
Instance of Symbol 110 MovieClip in Symbol 292 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 110 MovieClip in Symbol 292 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 110 MovieClip in Symbol 292 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 110 MovieClip in Symbol 292 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 110 MovieClip in Symbol 292 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 229 MovieClip in Symbol 292 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_root.player.grounded)) { this.play(); } _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 288 MovieClip in Symbol 292 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_root.player.grounded)) { this.play(); } _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 110 MovieClip in Symbol 292 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 219 MovieClip in Symbol 292 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 220 MovieClip in Symbol 292 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 219 MovieClip in Symbol 292 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 220 MovieClip in Symbol 292 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 219 MovieClip in Symbol 292 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 110 MovieClip in Symbol 292 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 110 MovieClip in Symbol 292 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 110 MovieClip in Symbol 292 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 110 MovieClip in Symbol 292 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 110 MovieClip in Symbol 292 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 110 MovieClip in Symbol 292 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 110 MovieClip in Symbol 292 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 110 MovieClip in Symbol 292 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 110 MovieClip in Symbol 292 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 110 MovieClip in Symbol 292 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 305 MovieClip in Symbol 306 MovieClip Frame 11
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Symbol 306 MovieClip Frame 29
stop();
Symbol 308 MovieClip Frame 1
stop();
Symbol 308 MovieClip Frame 3
_root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.score = _root.score + (_root.life * 2);
Instance of Symbol 315 MovieClip in Symbol 316 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 315 MovieClip in Symbol 316 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 315 MovieClip in Symbol 316 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 319 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 319 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 319 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 319 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 322 MovieClip in Symbol 323 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 322 MovieClip in Symbol 323 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 322 MovieClip in Symbol 323 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 322 MovieClip in Symbol 323 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Symbol 328 MovieClip Frame 1
stop();
Instance of Symbol 110 MovieClip in Symbol 328 MovieClip Frame 2
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 110 MovieClip in Symbol 328 MovieClip Frame 2
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 110 MovieClip in Symbol 328 MovieClip Frame 2
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Symbol 329 MovieClip Frame 1
stop();
Instance of Symbol 229 MovieClip in Symbol 329 MovieClip Frame 2
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { if ((this.hitTest(_root.player) && (_root.player.grounded)) && (_root.player._y < this._y)) { this.play(); } _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Symbol 330 MovieClip Frame 1
stop();
Instance of Symbol 110 MovieClip in Symbol 331 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 110 MovieClip in Symbol 331 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 110 MovieClip in Symbol 331 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 110 MovieClip in Symbol 331 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 110 MovieClip in Symbol 331 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 110 MovieClip in Symbol 331 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 229 MovieClip in Symbol 331 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_root.player.grounded)) { this.play(); } _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 209 MovieClip in Symbol 331 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.player) && (_root.player.grounded == false)) && (_currentframe == 1)) { this.play(); _root.ground.switch1.gotoAndStop(2); } }
Instance of Symbol 219 MovieClip in Symbol 331 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 220 MovieClip in Symbol 331 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 219 MovieClip in Symbol 331 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 110 MovieClip in Symbol 331 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 209 MovieClip in Symbol 331 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.player) && (_root.player.grounded == false)) && (_currentframe == 1)) { this.play(); _root.ground.switch2.gotoAndStop(2); } }
Instance of Symbol 220 MovieClip in Symbol 331 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 219 MovieClip in Symbol 331 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 110 MovieClip in Symbol 331 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 330 MovieClip in Symbol 331 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_root.player.grounded)) { this.play(); } _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Symbol 344 MovieClip Frame 20
_parent.gotoAndStop(1);
Instance of Symbol 347 MovieClip in Symbol 348 MovieClip Frame 14
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Symbol 348 MovieClip Frame 27
stop();
Symbol 349 MovieClip Frame 1
stop();
Instance of Symbol 110 MovieClip in Symbol 358 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 110 MovieClip in Symbol 358 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 110 MovieClip in Symbol 358 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 219 MovieClip in Symbol 358 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 220 MovieClip in Symbol 358 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 219 MovieClip in Symbol 358 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 229 MovieClip in Symbol 358 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_root.player.grounded)) { this.play(); } _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 212 MovieClip in Symbol 358 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.bottoma.hitTest(_root.player) && (_root.player.grounded == false)) && (_currentframe == 1)) { this.play(); _root.ground.switch1.gotoAndStop(2); } }
Instance of Symbol 220 MovieClip in Symbol 358 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 219 MovieClip in Symbol 358 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 110 MovieClip in Symbol 358 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 110 MovieClip in Symbol 358 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 110 MovieClip in Symbol 358 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 110 MovieClip in Symbol 358 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 110 MovieClip in Symbol 358 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 368 MovieClip in Symbol 369 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 374 MovieClip in Symbol 375 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 374 MovieClip in Symbol 375 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 378 MovieClip in Symbol 379 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 378 MovieClip in Symbol 379 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 378 MovieClip in Symbol 379 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Symbol 382 MovieClip Frame 1
stop();
Instance of Symbol 229 MovieClip in Symbol 382 MovieClip Frame 2
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_root.player.grounded)) { this.play(); } _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 212 MovieClip in Symbol 383 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.bottoma.hitTest(_root.player) && (_root.player.grounded == false)) && (_currentframe == 1)) { this.play(); _root.ground.switch1.gotoAndStop(2); } }
Instance of Symbol 110 MovieClip in Symbol 383 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 110 MovieClip in Symbol 383 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 110 MovieClip in Symbol 383 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 219 MovieClip in Symbol 383 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 220 MovieClip in Symbol 383 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 219 MovieClip in Symbol 383 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 110 MovieClip in Symbol 383 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 220 MovieClip in Symbol 383 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 110 MovieClip in Symbol 383 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 110 MovieClip in Symbol 383 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 220 MovieClip in Symbol 383 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 219 MovieClip in Symbol 383 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 229 MovieClip in Symbol 383 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_root.player.grounded)) { this.play(); } _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 110 MovieClip in Symbol 383 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 110 MovieClip in Symbol 383 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 219 MovieClip in Symbol 383 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 220 MovieClip in Symbol 383 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 219 MovieClip in Symbol 383 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 220 MovieClip in Symbol 383 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 219 MovieClip in Symbol 383 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 219 MovieClip in Symbol 383 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 220 MovieClip in Symbol 383 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 219 MovieClip in Symbol 383 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Instance of Symbol 110 MovieClip in Symbol 383 MovieClip Frame 1
onClipEvent (load) { dy = _y; yspeed = 0; h = _height / 2; } onClipEvent (enterFrame) { _y = (_y + yspeed); yspeed = yspeed / 1.2; yspeed = yspeed - ((_y - dy) / 10); if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } if ((this.hitTest(_root.player) && (var1 != 1)) && (_root.player.grounded == true)) { yspeed = 5; var1 = 1; } if ((!this.hitTest(_root.player)) && (_root.player.grounded == false)) { var1 = 0; } }
Symbol 386 MovieClip Frame 1
stop();
Symbol 386 MovieClip Frame 46
stop(); stopAllSounds(); _root.play();
Symbol 396 Button
on (press) { _root.win.play(); _root.playAgain = true; }
Symbol 400 Button
on (press) { getURL ("http://www.armorgames.com/", "_blank"); }
Symbol 403 Button
on (press) { _root.win.gotoAndStop("submit"); }
Symbol 407 Button
on (press) { ab20_09 = new LoadVars(); ab20_09.z = _root.go.namea; ab20_09.x = _root.score; ab20_09.c = 1671; ab20_09.v = "XVNKIG"; ab20_09.sendAndLoad("http://armorbot.com/s_b", ab20_09, "POST"); getURL ("http://www.armorbot.com/mytable/?id=1671", "_blank"); _root.win.play(); }
Symbol 412 MovieClip Frame 37
stop();
Symbol 412 MovieClip Frame 74
stopAllSounds(); if (_root.playAgain == true) { _root.gotoAndStop("game"); } stop();
Symbol 412 MovieClip Frame 75
stop(); namea = "ENTER NAME HERE";
Symbol 412 MovieClip Frame 113
stopAllSounds(); _root.gotoAndStop("menuaa"); stop();
Symbol 419 Button
on (press) { _root.go.play(); _root.playAgain = true; }
Symbol 420 Button
on (press) { _root.go.gotoAndStop("submit"); }
Symbol 423 Button
on (press) { ab20_09 = new LoadVars(); ab20_09.z = _root.go.namea; ab20_09.x = _root.score; ab20_09.c = 1671; ab20_09.v = "XVNKIG"; ab20_09.sendAndLoad("http://armorbot.com/s_b", ab20_09, "POST"); getURL ("http://www.armorbot.com/mytable/?id=1671", "_blank"); _root.go.play(); }
Symbol 429 MovieClip Frame 37
stop();
Symbol 429 MovieClip Frame 74
stopAllSounds(); if (_root.playAgain == true) { _root.gotoAndStop("game"); } stop();
Symbol 429 MovieClip Frame 75
stop(); namea = "ENTER NAME HERE";
Symbol 429 MovieClip Frame 113
stopAllSounds(); _root.gotoAndStop("menuaa"); stop();

Library Items

Symbol 1 GraphicUsed by:Timeline
Symbol 2 GraphicUsed by:16
Symbol 3 GraphicUsed by:16
Symbol 4 GraphicUsed by:5
Symbol 5 MovieClipUses:4Used by:16
Symbol 6 GraphicUsed by:7
Symbol 7 MovieClipUses:6Used by:16
Symbol 8 ShapeTweeningUsed by:16
Symbol 9 GraphicUsed by:16
Symbol 10 ShapeTweeningUsed by:16
Symbol 11 FontUsed by:12 13
Symbol 12 TextUses:11Used by:15
Symbol 13 TextUses:11Used by:15
Symbol 14 GraphicUsed by:15 23 37
Symbol 15 ButtonUses:12 13 14Used by:16
Symbol 16 MovieClipUses:2 3 5 7 8 9 10 15Used by:Timeline
Symbol 17 GraphicUsed by:18
Symbol 18 MovieClipUses:17Used by:19 38
Symbol 19 MovieClipUses:18Used by:38
Symbol 20 GraphicUsed by:37 403 407 412 420 423 429
Symbol 21 GraphicUsed by:22
Symbol 22 MovieClipUses:21Used by:37
Symbol 23 ButtonUses:14Used by:37
Symbol 24 GraphicUsed by:25
Symbol 25 MovieClipUses:24Used by:37
Symbol 26 GraphicUsed by:27
Symbol 27 MovieClipUses:26Used by:37
Symbol 28 GraphicUsed by:29
Symbol 29 MovieClipUses:28Used by:37
Symbol 30 ShapeTweeningUsed by:37
Symbol 31 FontUsed by:32 33 44 48 51 54 171 174 177 179 181 183 185
Symbol 32 TextUses:31Used by:37
Symbol 33 TextUses:31Used by:37
Symbol 34 ShapeTweeningUsed by:37
Symbol 35 ShapeTweeningUsed by:37
Symbol 36 ShapeTweeningUsed by:37
Symbol 37 MovieClipUses:20 22 23 25 27 29 30 32 33 34 35 36 14 SS1Used by:38
Symbol 38 MovieClipUses:18 19 37Used by:Timeline
Symbol 39 BitmapUsed by:40 81
Symbol 40 GraphicUses:39Used by:84
Symbol 41 ShapeTweeningUsed by:84
Symbol 42 GraphicUsed by:84 194 197 268 386 412 429
Symbol 43 ShapeTweeningUsed by:84
Symbol 44 TextUses:31Used by:57 59 84
Symbol 45 ShapeTweeningUsed by:84
Symbol 46 GraphicUsed by:84
Symbol 47 ShapeTweeningUsed by:84
Symbol 48 TextUses:31Used by:61 63 84
Symbol 49 ShapeTweeningUsed by:84
Symbol 50 ShapeTweeningUsed by:84
Symbol 51 TextUses:31Used by:65 67 84
Symbol 52 ShapeTweeningUsed by:84
Symbol 53 ShapeTweeningUsed by:84
Symbol 54 TextUses:31Used by:69 71 84
Symbol 55 ShapeTweeningUsed by:84
Symbol 56 GraphicUsed by:59
Symbol 57 MovieClipUses:44Used by:58
Symbol 58 MovieClipUses:57Used by:59
Symbol 59 MovieClipUses:56 44 58Used by:84
Symbol 60 GraphicUsed by:63
Symbol 61 MovieClipUses:48Used by:62
Symbol 62 MovieClipUses:61Used by:63
Symbol 63 MovieClipUses:60 48 62Used by:84
Symbol 64 GraphicUsed by:67
Symbol 65 MovieClipUses:51Used by:66 84
Symbol 66 MovieClipUses:65Used by:67
Symbol 67 MovieClipUses:64 51 66Used by:84
Symbol 68 GraphicUsed by:71
Symbol 69 MovieClipUses:54Used by:70 84
Symbol 70 MovieClipUses:69Used by:71
Symbol 71 MovieClipUses:68 54 70Used by:84
Symbol 72 GraphicUsed by:79
Symbol 73 GraphicUsed by:75
Symbol 74 GraphicUsed by:75
Symbol 75 ButtonUses:73 74Used by:79
Symbol 76 GraphicUsed by:78
Symbol 77 GraphicUsed by:78
Symbol 78 ButtonUses:76 77Used by:79
Symbol 79 MovieClipUses:72 75 78Used by:80
Symbol 80 MovieClipUses:79Used by:84
Symbol 81 GraphicUses:39Used by:84
Symbol 82 ShapeTweeningUsed by:84
Symbol 83 GraphicUsed by:84 194 268 386
Symbol 84 MovieClipUses:40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 59 63 67 71 80 81 65 69 82 83Used by:Timeline
Symbol 85 SoundUsed by:Timeline
Symbol 86 GraphicUsed by:87
Symbol 87 MovieClipUses:86Used by:Timeline
Symbol 88 GraphicUsed by:89
Symbol 89 MovieClipUses:88Used by:90 199
Symbol 90 MovieClipUses:89Used by:Timeline
Symbol 91 GraphicUsed by:94
Symbol 92 GraphicUsed by:93
Symbol 93 MovieClipUses:92Used by:94 201
Symbol 94 MovieClipUses:91 93Used by:Timeline
Symbol 95 GraphicUsed by:96
Symbol 96 MovieClipUses:95Used by:97 202
Symbol 97 MovieClipUses:96Used by:Timeline
Symbol 98 GraphicUsed by:Timeline
Symbol 99 GraphicUsed by:111
Symbol 100 BitmapUsed by:101 221 286 326 356
Symbol 101 GraphicUses:100Used by:102
Symbol 102 MovieClipUses:101Used by:111
Symbol 103 GraphicUsed by:108
Symbol 104 GraphicUsed by:105
Symbol 105 MovieClipUses:104Used by:107 226
Symbol 106 SoundUsed by:107 226
Symbol 107 MovieClipUses:105 106Used by:108
Symbol 108 MovieClipUses:103 107Used by:111 358
Symbol 109 GraphicUsed by:110
Symbol 110 MovieClipUses:109Used by:111 230 231 290 292 328 331 358 383
Symbol 111 MovieClipUses:99 102 108 110Used by:Timeline
Symbol 112 GraphicUsed by:113 129 243 303 339
Symbol 113 MovieClipUses:112Used by:Timeline
Symbol 114 GraphicUsed by:115
Symbol 115 MovieClipUses:114Used by:119
Symbol 116 GraphicUsed by:119
Symbol 117 GraphicUsed by:118
Symbol 118 MovieClipUses:117Used by:119 121
Symbol 119 MovieClipUses:115 116 118Used by:121
Symbol 120 SoundUsed by:121 160
Symbol 121 MovieClipUses:119 118 120Used by:Timeline
Symbol 122 GraphicUsed by:123
Symbol 123 MovieClipUses:122Used by:Timeline
Symbol 124 GraphicUsed by:125
Symbol 125 MovieClipUses:124Used by:128 130 133 134 236
Symbol 126 GraphicUsed by:127
Symbol 127 MovieClipUses:126Used by:128 130 133 134 236
Symbol 128 MovieClipUses:125 127Used by:136 237
Symbol 129 MovieClipUses:112Used by:136 237 256
Symbol 130 MovieClipUses:125 127Used by:136 237
Symbol 131 GraphicUsed by:132 245 304 346
Symbol 132 MovieClipUses:131Used by:134 236
Symbol 133 MovieClipUses:125 127Used by:134 236
Symbol 134 MovieClipUses:125 127 132 133Used by:136
Symbol 135 SoundUsed by:136 237 248 256 348
Symbol 136 MovieClipUses:128 129 130 134 135Used by:Timeline
Symbol 137 GraphicUsed by:138
Symbol 138 MovieClipUses:137Used by:149 152 154 155
Symbol 139 GraphicUsed by:140
Symbol 140 MovieClipUses:139Used by:149 152 154 155
Symbol 141 GraphicUsed by:142
Symbol 142 MovieClipUses:141Used by:149 152 154 155
Symbol 143 GraphicUsed by:148
Symbol 144 GraphicUsed by:147
Symbol 145 GraphicUsed by:147
Symbol 146 GraphicUsed by:147
Symbol 147 MovieClipUses:144 145 146Used by:148
Symbol 148 MovieClipUses:143 147Used by:149 152 154 155
Symbol 149 MovieClipUses:138 140 142 148Used by:156
Symbol 150 SoundUsed by:152
Symbol 151 SoundUsed by:152
Symbol 152 MovieClipUses:138 140 142 148 150 151Used by:156
Symbol 153 SoundUsed by:154
Symbol 154 MovieClipUses:138 140 142 148 153Used by:156
Symbol 155 MovieClipUses:138 140 142 148Used by:156
Symbol 156 MovieClipUses:149 152 154 155Used by:Timeline
Symbol 157 GraphicUsed by:158 160
Symbol 158 MovieClipUses:157Used by:159
Symbol 159 MovieClipUses:158Used by:160
Symbol 160 MovieClipUses:157 159 120Used by:Timeline
Symbol 161 GraphicUsed by:163
Symbol 162 SoundUsed by:163
Symbol 163 MovieClipUses:161 162Used by:Timeline
Symbol 164 GraphicUsed by:165
Symbol 165 MovieClipUses:164Used by:168
Symbol 166 FontUsed by:167 391 405 406 409 411 417 422 425 426 427
Symbol 167 EditableTextUses:166Used by:168
Symbol 168 MovieClipUses:165 167Used by:Timeline
Symbol 169 GraphicUsed by:172 180 182 184 186
Symbol 170 FontUsed by:171 179 181 183 185
Symbol 171 TextUses:31 170Used by:172
Symbol 172 MovieClipUses:169 171Used by:187
Symbol 173 GraphicUsed by:175
Symbol 174 TextUses:31Used by:175
Symbol 175 MovieClipUses:173 174Used by:187
Symbol 176 GraphicUsed by:178
Symbol 177 TextUses:31Used by:178
Symbol 178 MovieClipUses:176 177Used by:187
Symbol 179 TextUses:31 170Used by:180
Symbol 180 MovieClipUses:169 179Used by:187
Symbol 181 TextUses:31 170Used by:182
Symbol 182 MovieClipUses:169 181Used by:187
Symbol 183 TextUses:31 170Used by:184
Symbol 184 MovieClipUses:169 183Used by:187
Symbol 185 TextUses:31 170Used by:186
Symbol 186 MovieClipUses:169 185Used by:187
Symbol 187 MovieClipUses:172 175 178 180 182 184 186Used by:Timeline
Symbol 188 GraphicUsed by:189
Symbol 189 MovieClipUses:188Used by:Timeline
Symbol 190 GraphicUsed by:191
Symbol 191 MovieClipUses:190Used by:Timeline
Symbol 192 ShapeTweeningUsed by:194
Symbol 193 ShapeTweeningUsed by:194
Symbol 194 MovieClipUses:42 192 193 83Used by:Timeline
Symbol 195 ShapeTweeningUsed by:197
Symbol 196 ShapeTweeningUsed by:197
Symbol 197 MovieClipUses:195 196 42Used by:Timeline
Symbol 198 SoundUsed by:Timeline
Symbol 199 MovieClipUses:89Used by:Timeline
Symbol 200 GraphicUsed by:201
Symbol 201 MovieClipUses:200 93Used by:Timeline
Symbol 202 MovieClipUses:96Used by:Timeline
Symbol 203 GraphicUsed by:230
Symbol 204 GraphicUsed by:205
Symbol 205 MovieClipUses:204Used by:209 212
Symbol 206 GraphicUsed by:207
Symbol 207 MovieClipUses:206Used by:209 212
Symbol 208 SoundUsed by:209 212
Symbol 209 MovieClipUses:205 207 208Used by:230 285 291 292 331
Symbol 210 GraphicUsed by:211
Symbol 211 MovieClipUses:210Used by:212
Symbol 212 MovieClipUses:205 207 211 208Used by:213 358 383
Symbol 213 MovieClipUses:212Used by:230 358 383
Symbol 214 GraphicUsed by:219 220
Symbol 215 GraphicUsed by:219 220
Symbol 216 GraphicUsed by:219 220
Symbol 217 GraphicUsed by:218
Symbol 218 MovieClipUses:217Used by:219 220
Symbol 219 MovieClipUses:214 215 216 218Used by:230 292 331 358 383
Symbol 220 MovieClipUses:214 215 216 218Used by:230 292 331 358 383
Symbol 221 GraphicUses:100Used by:222
Symbol 222 MovieClipUses:221Used by:230
Symbol 223 GraphicUsed by:224 228
Symbol 224 MovieClipUses:223Used by:230
Symbol 225 GraphicUsed by:227
Symbol 226 MovieClipUses:105 106Used by:227
Symbol 227 MovieClipUses:225 226Used by:230
Symbol 228 MovieClipUses:223Used by:229 288 330
Symbol 229 MovieClipUses:228Used by:230 292 329 331 358 382 383
Symbol 230 MovieClipUses:203 110 209 213 219 220 222 224 227 229Used by:Timeline
Symbol 231 MovieClipUses:110Used by:Timeline
Symbol 232 GraphicUsed by:233
Symbol 233 MovieClipUses:232Used by:235
Symbol 234 SoundUsed by:235
Symbol 235 MovieClipUses:233 234Used by:Timeline
Symbol 236 MovieClipUses:125 127 132 133Used by:237
Symbol 237 MovieClipUses:128 129 130 236 135Used by:Timeline
Symbol 238 GraphicUsed by:239
Symbol 239 MovieClipUses:238Used by:242 244 246 247
Symbol 240 GraphicUsed by:241
Symbol 241 MovieClipUses:240Used by:242 244 246 247
Symbol 242 MovieClipUses:239 241Used by:248
Symbol 243 MovieClipUses:112Used by:248
Symbol 244 MovieClipUses:239 241Used by:248
Symbol 245 MovieClipUses:131Used by:247 255
Symbol 246 MovieClipUses:239 241Used by:247
Symbol 247 MovieClipUses:239 241 245 246Used by:248
Symbol 248 MovieClipUses:242 243 244 247 135Used by:Timeline
Symbol 249 GraphicUsed by:250
Symbol 250 MovieClipUses:249Used by:253 254 255
Symbol 251 GraphicUsed by:252
Symbol 252 MovieClipUses:251Used by:253 254 255
Symbol 253 MovieClipUses:250 252Used by:256
Symbol 254 MovieClipUses:250 252Used by:255
Symbol 255 MovieClipUses:250 252 245 254Used by:256
Symbol 256 MovieClipUses:253 129 255 135Used by:Timeline
Symbol 257 GraphicUsed by:258
Symbol 258 MovieClipUses:257Used by:261
Symbol 259 GraphicUsed by:260
Symbol 260 MovieClipUses:259Used by:261
Symbol 261 MovieClipUses:258 260Used by:Timeline
Symbol 262 GraphicUsed by:263
Symbol 263 MovieClipUses:262Used by:Timeline
Symbol 264 GraphicUsed by:265
Symbol 265 MovieClipUses:264Used by:Timeline
Symbol 266 ShapeTweeningUsed by:268
Symbol 267 ShapeTweeningUsed by:268
Symbol 268 MovieClipUses:42 266 267 83Used by:Timeline
Symbol 269 SoundUsed by:Timeline
Symbol 270 GraphicUsed by:271
Symbol 271 MovieClipUses:270Used by:Timeline
Symbol 272 GraphicUsed by:273
Symbol 273 MovieClipUses:272Used by:274
Symbol 274 MovieClipUses:273Used by:Timeline
Symbol 275 BitmapUsed by:276 286 326
Symbol 276 GraphicUses:275Used by:Timeline
Symbol 277 GraphicUsed by:280
Symbol 278 GraphicUsed by:279
Symbol 279 MovieClipUses:278Used by:280
Symbol 280 MovieClipUses:277 279Used by:Timeline
Symbol 281 GraphicUsed by:282
Symbol 282 MovieClipUses:281Used by:283
Symbol 283 MovieClipUses:282Used by:Timeline
Symbol 284 GraphicUsed by:292
Symbol 285 MovieClipUses:209Used by:292
Symbol 286 GraphicUses:100 275Used by:287
Symbol 287 MovieClipUses:286Used by:292
Symbol 288 MovieClipUses:228Used by:292
Symbol 289 GraphicUsed by:290
Symbol 290 MovieClipUses:289 110Used by:292
Symbol 291 MovieClipUses:209Used by:292
Symbol 292 MovieClipUses:284 209 285 287 110 229 288 219 220 290 291Used by:Timeline
Symbol 293 GraphicUsed by:294
Symbol 294 MovieClipUses:293Used by:302 305 306
Symbol 295 GraphicUsed by:296
Symbol 296 MovieClipUses:295Used by:302 305 306
Symbol 297 GraphicUsed by:298
Symbol 298 MovieClipUses:297Used by:299
Symbol 299 MovieClipUses:298Used by:302 305 306
Symbol 300 GraphicUsed by:301
Symbol 301 MovieClipUses:300Used by:302 305 306
Symbol 302 MovieClipUses:294 296 299 301Used by:308
Symbol 303 MovieClipUses:112Used by:308
Symbol 304 MovieClipUses:131Used by:306
Symbol 305 MovieClipUses:294 296 299 301Used by:306
Symbol 306 MovieClipUses:294 296 299 301 304 305Used by:308
Symbol 307 SoundUsed by:308
Symbol 308 MovieClipUses:302 303 306 307Used by:Timeline
Symbol 309 GraphicUsed by:310
Symbol 310 MovieClipUses:309Used by:Timeline
Symbol 311 SoundUsed by:Timeline
Symbol 312 GraphicUsed by:313
Symbol 313 MovieClipUses:312Used by:Timeline
Symbol 314 GraphicUsed by:315
Symbol 315 MovieClipUses:314Used by:316
Symbol 316 MovieClipUses:315Used by:Timeline
Symbol 317 GraphicUsed by:320
Symbol 318 GraphicUsed by:319
Symbol 319 MovieClipUses:318Used by:320
Symbol 320 MovieClipUses:317 319Used by:Timeline
Symbol 321 GraphicUsed by:322
Symbol 322 MovieClipUses:321Used by:323
Symbol 323 MovieClipUses:322Used by:Timeline
Symbol 324 GraphicUsed by:331
Symbol 325 BitmapUsed by:326
Symbol 326 GraphicUses:100 275 325Used by:327
Symbol 327 MovieClipUses:326Used by:331
Symbol 328 MovieClipUses:110Used by:331
Symbol 329 MovieClipUses:229Used by:331
Symbol 330 MovieClipUses:228Used by:331
Symbol 331 MovieClipUses:324 327 110 229 209 219 220 328 329 330Used by:Timeline
Symbol 332 GraphicUsed by:333 340
Symbol 333 MovieClipUses:332Used by:338 347 348
Symbol 334 GraphicUsed by:335 341
Symbol 335 MovieClipUses:334Used by:338 347 348
Symbol 336 GraphicUsed by:337
Symbol 337 MovieClipUses:336Used by:338 347 348
Symbol 338 MovieClipUses:333 335 337Used by:349
Symbol 339 MovieClipUses:112Used by:349
Symbol 340 MovieClipUses:332Used by:344
Symbol 341 MovieClipUses:334Used by:344
Symbol 342 GraphicUsed by:343
Symbol 343 MovieClipUses:342Used by:344
Symbol 344 MovieClipUses:340 341 343Used by:349
Symbol 345 SoundUsed by:349
Symbol 346 MovieClipUses:131Used by:348
Symbol 347 MovieClipUses:333 335 337Used by:348
Symbol 348 MovieClipUses:333 335 337 346 135 347Used by:349
Symbol 349 MovieClipUses:338 339 344 345 348Used by:Timeline
Symbol 350 GraphicUsed by:351
Symbol 351 MovieClipUses:350Used by:Timeline
Symbol 352 GraphicUsed by:353
Symbol 353 MovieClipUses:352Used by:Timeline
Symbol 354 SoundUsed by:Timeline
Symbol 355 GraphicUsed by:358
Symbol 356 GraphicUses:100Used by:357
Symbol 357 MovieClipUses:356Used by:358 383
Symbol 358 MovieClipUses:355 357 110 219 220 229 212 213 108Used by:Timeline
Symbol 359 GraphicUsed by:363
Symbol 360 GraphicUsed by:363
Symbol 361 GraphicUsed by:363
Symbol 362 GraphicUsed by:363
Symbol 363 MovieClipUses:359 360 361 362Used by:Timeline
Symbol 364 SoundUsed by:Timeline
Symbol 365 GraphicUsed by:366
Symbol 366 MovieClipUses:365Used by:Timeline
Symbol 367 GraphicUsed by:368
Symbol 368 MovieClipUses:367Used by:369
Symbol 369 MovieClipUses:368Used by:Timeline
Symbol 370 GraphicUsed by:375
Symbol 371 GraphicUsed by:374
Symbol 372 GraphicUsed by:373
Symbol 373 MovieClipUses:372Used by:374
Symbol 374 MovieClipUses:371 373Used by:375
Symbol 375 MovieClipUses:370 374Used by:Timeline
Symbol 376 GraphicUsed by:377
Symbol 377 MovieClipUses:376Used by:378
Symbol 378 MovieClipUses:377Used by:379
Symbol 379 MovieClipUses:378Used by:Timeline
Symbol 380 GraphicUsed by:383
Symbol 381 GraphicUsed by:383
Symbol 382 MovieClipUses:229Used by:383
Symbol 383 MovieClipUses:380 212 381 357 110 219 220 213 229 382Used by:Timeline
Symbol 384 ShapeTweeningUsed by:386
Symbol 385 ShapeTweeningUsed by:386
Symbol 386 MovieClipUses:42 384 385 83Used by:Timeline
Symbol 387 SoundUsed by:Timeline
Symbol 388 BitmapUsed by:389
Symbol 389 GraphicUses:388Used by:412
Symbol 390 GraphicUsed by:412
Symbol 391 EditableTextUses:166Used by:412
Symbol 392 ShapeTweeningUsed by:412
Symbol 393 GraphicUsed by:396 419
Symbol 394 GraphicUsed by:396 419
Symbol 395 GraphicUsed by:396 419
Symbol 396 ButtonUses:393 394 395Used by:412
Symbol 397 GraphicUsed by:400
Symbol 398 GraphicUsed by:400
Symbol 399 GraphicUsed by:400
Symbol 400 ButtonUses:397 398 399Used by:412 429
Symbol 401 GraphicUsed by:403 407 420 423
Symbol 402 GraphicUsed by:403 407 420 423
Symbol 403 ButtonUses:401 402 20Used by:412
Symbol 404 ShapeTweeningUsed by:412
Symbol 405 TextUses:166Used by:412 429
Symbol 406 EditableTextUses:166Used by:412
Symbol 407 ButtonUses:401 402 20Used by:412
Symbol 408 GraphicUsed by:412
Symbol 409 EditableTextUses:166Used by:412
Symbol 410 ShapeTweeningUsed by:412
Symbol 411 EditableTextUses:166Used by:412
Symbol 412 MovieClipUses:389 390 391 392 42 396 400 403 404 20 405 406 407 408 409 410 411Used by:Timeline
Symbol 413 SoundUsed by:Timeline
Symbol 414 BitmapUsed by:415
Symbol 415 GraphicUses:414Used by:429
Symbol 416 GraphicUsed by:429
Symbol 417 EditableTextUses:166Used by:429
Symbol 418 ShapeTweeningUsed by:429
Symbol 419 ButtonUses:393 394 395Used by:429
Symbol 420 ButtonUses:401 402 20Used by:429
Symbol 421 ShapeTweeningUsed by:429
Symbol 422 EditableTextUses:166Used by:429
Symbol 423 ButtonUses:401 402 20Used by:429
Symbol 424 GraphicUsed by:429
Symbol 425 EditableTextUses:166Used by:429
Symbol 426 EditableTextUses:166Used by:429
Symbol 427 EditableTextUses:166Used by:429
Symbol 428 ShapeTweeningUsed by:429
Symbol 429 MovieClipUses:415 416 417 418 42 419 400 420 421 20 405 422 423 424 425 426 427 428Used by:Timeline
Symbol 430 SoundUsed by:Timeline
Streaming Sound 1Used by:Symbol 37 MovieClip

Instance Names

"menua"Frame 3Symbol 84 MovieClip
"bg"Frame 4Symbol 87 MovieClip
"trees3"Frame 4Symbol 90 MovieClip
"trees2"Frame 4Symbol 94 MovieClip
"trees1"Frame 4Symbol 97 MovieClip
"ground"Frame 4Symbol 111 MovieClip
"player"Frame 4Symbol 156 MovieClip
"orb"Frame 4Symbol 160 MovieClip
"blink"Frame 4Symbol 163 MovieClip
"hud"Frame 4Symbol 168 MovieClip
"tuta"Frame 4Symbol 187 MovieClip
"wide"Frame 4Symbol 189 MovieClip
"screen"Frame 4Symbol 191 MovieClip
"fadeOut"Frame 4Symbol 194 MovieClip
"fadeIn"Frame 4Symbol 197 MovieClip
"bg"Frame 6Symbol 87 MovieClip
"trees3"Frame 6Symbol 199 MovieClip
"trees2"Frame 6Symbol 201 MovieClip
"trees1"Frame 6Symbol 202 MovieClip
"ground"Frame 6Symbol 230 MovieClip
"player"Frame 6Symbol 156 MovieClip
"orb"Frame 6Symbol 160 MovieClip
"blink"Frame 6Symbol 163 MovieClip
"hud"Frame 6Symbol 168 MovieClip
"wide"Frame 6Symbol 263 MovieClip
"screen"Frame 6Symbol 265 MovieClip
"fadeOut"Frame 6Symbol 194 MovieClip
"gameOver"Frame 6Symbol 268 MovieClip
"fadeIn"Frame 6Symbol 197 MovieClip
"bg"Frame 8Symbol 271 MovieClip
"trees3"Frame 8Symbol 274 MovieClip
"trees2"Frame 8Symbol 280 MovieClip
"trees1"Frame 8Symbol 283 MovieClip
"ground"Frame 8Symbol 292 MovieClip
"player"Frame 8Symbol 156 MovieClip
"orb"Frame 8Symbol 160 MovieClip
"blink"Frame 8Symbol 163 MovieClip
"hud"Frame 8Symbol 168 MovieClip
"wide"Frame 8Symbol 310 MovieClip
"screen"Frame 8Symbol 265 MovieClip
"fadeOut"Frame 8Symbol 194 MovieClip
"gameOver"Frame 8Symbol 268 MovieClip
"fadeIn"Frame 8Symbol 197 MovieClip
"bg"Frame 10Symbol 313 MovieClip
"trees3"Frame 10Symbol 316 MovieClip
"trees2"Frame 10Symbol 320 MovieClip
"trees1"Frame 10Symbol 323 MovieClip
"ground"Frame 10Symbol 331 MovieClip
"player"Frame 10Symbol 156 MovieClip
"orb"Frame 10Symbol 160 MovieClip
"blink"Frame 10Symbol 163 MovieClip
"hud"Frame 10Symbol 168 MovieClip
"wide"Frame 10Symbol 351 MovieClip
"screen"Frame 10Symbol 353 MovieClip
"fadeOut"Frame 10Symbol 194 MovieClip
"gameOver"Frame 10Symbol 268 MovieClip
"fadeIn"Frame 10Symbol 197 MovieClip
"bg"Frame 12Symbol 87 MovieClip
"trees3"Frame 12Symbol 199 MovieClip
"trees2"Frame 12Symbol 201 MovieClip
"trees1"Frame 12Symbol 202 MovieClip
"ground"Frame 12Symbol 358 MovieClip
"player"Frame 12Symbol 156 MovieClip
"orb"Frame 12Symbol 160 MovieClip
"blink"Frame 12Symbol 163 MovieClip
"hud"Frame 12Symbol 168 MovieClip
"rain"Frame 12Symbol 363 MovieClip
"wide"Frame 12Symbol 263 MovieClip
"screen"Frame 12Symbol 265 MovieClip
"fadeOut"Frame 12Symbol 194 MovieClip
"gameOver"Frame 12Symbol 268 MovieClip
"fadeIn"Frame 12Symbol 197 MovieClip
"bg"Frame 14Symbol 366 MovieClip
"trees3"Frame 14Symbol 369 MovieClip
"trees2"Frame 14Symbol 375 MovieClip
"trees1"Frame 14Symbol 379 MovieClip
"ground"Frame 14Symbol 383 MovieClip
"player"Frame 14Symbol 156 MovieClip
"orb"Frame 14Symbol 160 MovieClip
"blink"Frame 14Symbol 163 MovieClip
"hud"Frame 14Symbol 168 MovieClip
"wide"Frame 14Symbol 263 MovieClip
"screen"Frame 14Symbol 265 MovieClip
"fadeOut"Frame 14Symbol 386 MovieClip
"gameOver"Frame 14Symbol 268 MovieClip
"fadeIn"Frame 14Symbol 197 MovieClip
"win"Frame 16Symbol 412 MovieClip
"go"Frame 18Symbol 429 MovieClip
"bar"Symbol 16 MovieClip Frame 1Symbol 5 MovieClip
"firstTime"Symbol 84 MovieClip Frame 127Symbol 80 MovieClip
"spring"Symbol 108 MovieClip Frame 2Symbol 107 MovieClip
"land"Symbol 111 MovieClip Frame 1Symbol 102 MovieClip
"switch2"Symbol 111 MovieClip Frame 1Symbol 108 MovieClip
"gem"Symbol 121 MovieClip Frame 1Symbol 118 MovieClip
"top"Symbol 136 MovieClip Frame 1Symbol 129 MovieClip
"jumpa"Symbol 156 MovieClip Frame 3Symbol 154 MovieClip
"crouch"Symbol 156 MovieClip Frame 4Symbol 155 MovieClip
"bottoma"Symbol 212 MovieClip Frame 1Symbol 211 MovieClip
"spring"Symbol 227 MovieClip Frame 2Symbol 226 MovieClip
"switch1"Symbol 230 MovieClip Frame 1Symbol 213 MovieClip
"land"Symbol 230 MovieClip Frame 1Symbol 222 MovieClip
"switch2"Symbol 230 MovieClip Frame 1Symbol 227 MovieClip
"top"Symbol 237 MovieClip Frame 1Symbol 129 MovieClip
"top"Symbol 248 MovieClip Frame 1Symbol 243 MovieClip
"top"Symbol 256 MovieClip Frame 1Symbol 129 MovieClip
"switch1"Symbol 292 MovieClip Frame 1Symbol 285 MovieClip
"land"Symbol 292 MovieClip Frame 1Symbol 287 MovieClip
"switch2"Symbol 292 MovieClip Frame 1Symbol 290 MovieClip
"switch3"Symbol 292 MovieClip Frame 1Symbol 291 MovieClip
"top"Symbol 308 MovieClip Frame 1Symbol 303 MovieClip
"land"Symbol 331 MovieClip Frame 1Symbol 327 MovieClip
"switch1"Symbol 331 MovieClip Frame 1Symbol 328 MovieClip
"switch2"Symbol 331 MovieClip Frame 1Symbol 329 MovieClip
"top"Symbol 349 MovieClip Frame 1Symbol 339 MovieClip
"land"Symbol 358 MovieClip Frame 1Symbol 357 MovieClip
"switch1"Symbol 358 MovieClip Frame 1Symbol 213 MovieClip
"switch2"Symbol 358 MovieClip Frame 1Symbol 108 MovieClip
"land"Symbol 383 MovieClip Frame 1Symbol 357 MovieClip
"switch1"Symbol 383 MovieClip Frame 1Symbol 213 MovieClip
"switch2"Symbol 383 MovieClip Frame 1Symbol 382 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.

Labels

"menuaa"Frame 3
"game"Frame 6
"gameover"Frame 17
"loaded"Symbol 16 MovieClip Frame 5
"submit"Symbol 412 MovieClip Frame 75
"submit"Symbol 429 MovieClip Frame 75

Dynamic Text Variables

scoreSymbol 167 EditableText"0"
scoreSymbol 391 EditableText"0"
nameaSymbol 406 EditableText"ENTER NAME HERE"
nameaSymbol 409 EditableText"ENTER NAME HERE"
scoreSymbol 411 EditableText"0"
scoreSymbol 417 EditableText"0"
nameaSymbol 422 EditableText"ENTER NAME HERE"
nameaSymbol 425 EditableText"TrueDarkness"
nameaSymbol 426 EditableText"ENTER NAME HERE"
scoreSymbol 427 EditableText"0"




https://swfchan.com/53/264391/info.shtml
Created: 17/5 -2026 01:30:44 Last modified: 17/5 -2026 01:30:44 Server time: 17/05 -2026 03:31:39