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

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/74936913?noj=FRM74936913-9DC" width="1" height="1"></div>

Malichite.swf

This is the info page for
Flash #23838

(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 15 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 86 MovieClip "bg" in Frame 4
onClipEvent (enterFrame) { this.cacheAsBitmap = true; }
Instance of Symbol 89 MovieClip "trees3" in Frame 4
onClipEvent (enterFrame) { this.cacheAsBitmap = true; }
Instance of Symbol 93 MovieClip "trees2" in Frame 4
onClipEvent (enterFrame) { this.cacheAsBitmap = true; }
Instance of Symbol 96 MovieClip "trees1" in Frame 4
onClipEvent (enterFrame) { this.cacheAsBitmap = true; }
Instance of Symbol 112 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 120 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 122 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_root.tuta._currentframe == 240)) { _root.tuta.play(); } }
Instance of Symbol 122 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 135 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 122 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_root.tuta._currentframe == 292)) { _root.tuta.play(); } }
Instance of Symbol 155 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 159 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 167 MovieClip "hud" in Frame 4
onClipEvent (enterFrame) { this.score = _root.score; }
Instance of Symbol 186 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 188 MovieClip "wide" in Frame 4
onClipEvent (enterFrame) { this.swapDepths(1000); }
Instance of Symbol 190 MovieClip "screen" in Frame 4
onClipEvent (load) { _alpha = 0; }
Instance of Symbol 193 MovieClip "fadeOut" in Frame 4
onClipEvent (enterFrame) { this.swapDepths(500000); }
Instance of Symbol 196 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 86 MovieClip "bg" in Frame 6
onClipEvent (enterFrame) { this.cacheAsBitmap = true; }
Instance of Symbol 198 MovieClip "trees3" in Frame 6
onClipEvent (enterFrame) { this.cacheAsBitmap = true; }
Instance of Symbol 200 MovieClip "trees2" in Frame 6
onClipEvent (enterFrame) { this.cacheAsBitmap = true; }
Instance of Symbol 201 MovieClip "trees1" in Frame 6
onClipEvent (enterFrame) { this.cacheAsBitmap = true; }
Instance of Symbol 230 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_root.player.grounded == false)) { this.play(); } }
Instance of Symbol 234 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 234 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 234 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 234 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 112 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 120 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 236 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 236 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 247 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 255 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 255 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 236 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 247 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 255 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 155 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 159 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 260 MovieClip in Frame 6
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 260 MovieClip in Frame 6
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 167 MovieClip "hud" in Frame 6
onClipEvent (enterFrame) { this.score = _root.score; }
Instance of Symbol 262 MovieClip "wide" in Frame 6
onClipEvent (enterFrame) { this.swapDepths(1000); }
Instance of Symbol 264 MovieClip "screen" in Frame 6
onClipEvent (load) { _alpha = 0; }
Instance of Symbol 193 MovieClip "fadeOut" in Frame 6
onClipEvent (enterFrame) { this.swapDepths(500000); }
Instance of Symbol 267 MovieClip "gameOver" in Frame 6
onClipEvent (enterFrame) { this.swapDepths(500000); }
Instance of Symbol 196 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 270 MovieClip "bg" in Frame 8
onClipEvent (enterFrame) { this.cacheAsBitmap = true; }
Instance of Symbol 273 MovieClip "trees3" in Frame 8
onClipEvent (enterFrame) { this.cacheAsBitmap = true; }
Instance of Symbol 279 MovieClip "trees2" in Frame 8
onClipEvent (enterFrame) { this.cacheAsBitmap = true; }
Instance of Symbol 282 MovieClip "trees1" in Frame 8
onClipEvent (enterFrame) { this.cacheAsBitmap = true; }
Instance of Symbol 112 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 120 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 230 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_root.player.grounded == false)) { this.play(); } }
Instance of Symbol 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 236 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 255 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 236 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 255 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 255 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 247 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 236 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 307 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 307 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 155 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 159 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 167 MovieClip "hud" in Frame 8
onClipEvent (enterFrame) { this.score = _root.score; }
Instance of Symbol 309 MovieClip "wide" in Frame 8
onClipEvent (enterFrame) { this.swapDepths(1000); }
Instance of Symbol 264 MovieClip "screen" in Frame 8
onClipEvent (load) { _alpha = 48; }
Instance of Symbol 193 MovieClip "fadeOut" in Frame 8
onClipEvent (enterFrame) { this.swapDepths(500000); }
Instance of Symbol 267 MovieClip "gameOver" in Frame 8
onClipEvent (enterFrame) { this.swapDepths(500000); }
Instance of Symbol 196 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 312 MovieClip "bg" in Frame 10
onClipEvent (enterFrame) { this.cacheAsBitmap = true; }
Instance of Symbol 315 MovieClip "trees3" in Frame 10
onClipEvent (enterFrame) { this.cacheAsBitmap = true; }
Instance of Symbol 319 MovieClip "trees2" in Frame 10
onClipEvent (enterFrame) { this.cacheAsBitmap = true; }
Instance of Symbol 322 MovieClip "trees1" in Frame 10
onClipEvent (enterFrame) { this.cacheAsBitmap = true; }
Instance of Symbol 120 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 236 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 247 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 236 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 307 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 255 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 347 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 347 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 155 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 159 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 260 MovieClip in Frame 10
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 260 MovieClip in Frame 10
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 167 MovieClip "hud" in Frame 10
onClipEvent (enterFrame) { this.score = _root.score; }
Instance of Symbol 349 MovieClip "wide" in Frame 10
onClipEvent (enterFrame) { this.swapDepths(1000); }
Instance of Symbol 193 MovieClip "fadeOut" in Frame 10
onClipEvent (enterFrame) { this.swapDepths(500000); }
Instance of Symbol 267 MovieClip "gameOver" in Frame 10
onClipEvent (enterFrame) { this.swapDepths(500000); }
Instance of Symbol 196 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 86 MovieClip "bg" in Frame 12
onClipEvent (enterFrame) { this.cacheAsBitmap = true; }
Instance of Symbol 198 MovieClip "trees3" in Frame 12
onClipEvent (enterFrame) { this.cacheAsBitmap = true; }
Instance of Symbol 200 MovieClip "trees2" in Frame 12
onClipEvent (enterFrame) { this.cacheAsBitmap = true; }
Instance of Symbol 201 MovieClip "trees1" in Frame 12
onClipEvent (enterFrame) { this.cacheAsBitmap = true; }
Instance of Symbol 112 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 120 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 112 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 236 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 247 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 247 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 307 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 255 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 347 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 155 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 159 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 260 MovieClip in Frame 12
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 260 MovieClip in Frame 12
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 167 MovieClip "hud" in Frame 12
onClipEvent (enterFrame) { this.score = _root.score; }
Instance of Symbol 262 MovieClip "wide" in Frame 12
onClipEvent (enterFrame) { this.swapDepths(1000); }
Instance of Symbol 264 MovieClip "screen" in Frame 12
onClipEvent (load) { _alpha = 0; }
Instance of Symbol 193 MovieClip "fadeOut" in Frame 12
onClipEvent (enterFrame) { this.swapDepths(500000); }
Instance of Symbol 267 MovieClip "gameOver" in Frame 12
onClipEvent (enterFrame) { this.swapDepths(500000); }
Instance of Symbol 196 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 364 MovieClip "bg" in Frame 14
onClipEvent (enterFrame) { this.cacheAsBitmap = true; }
Instance of Symbol 367 MovieClip "trees3" in Frame 14
onClipEvent (enterFrame) { this.cacheAsBitmap = true; }
Instance of Symbol 373 MovieClip "trees2" in Frame 14
onClipEvent (enterFrame) { this.cacheAsBitmap = true; }
Instance of Symbol 377 MovieClip "trees1" in Frame 14
onClipEvent (enterFrame) { this.cacheAsBitmap = true; }
Instance of Symbol 112 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 120 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 230 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_root.player.grounded == false)) { this.play(); } }
Instance of Symbol 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 234 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 347 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 247 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 236 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 307 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 255 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 255 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 347 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 155 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 159 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 112 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 260 MovieClip in Frame 14
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 167 MovieClip "hud" in Frame 14
onClipEvent (enterFrame) { this.score = _root.score; }
Instance of Symbol 262 MovieClip "wide" in Frame 14
onClipEvent (enterFrame) { this.swapDepths(1000); }
Instance of Symbol 264 MovieClip "screen" in Frame 14
onClipEvent (load) { _alpha = 0; }
Instance of Symbol 384 MovieClip "fadeOut" in Frame 14
onClipEvent (enterFrame) { this.swapDepths(500000); }
Instance of Symbol 267 MovieClip "gameOver" in Frame 14
onClipEvent (enterFrame) { this.swapDepths(500000); }
Instance of Symbol 196 MovieClip "fadeIn" in Frame 14
onClipEvent (enterFrame) { this.swapDepths(1000000); }
Frame 15
for (i in _root) { _root[i].removeMovieClip(); }
Frame 16
stop(); _x = 0; _y = 0;
Instance of Symbol 410 MovieClip "win" in Frame 16
onClipEvent (enterFrame) { this.score = _root.score; }
Frame 17
for (i in _root) { _root[i].removeMovieClip(); } stopAllSounds();
Frame 18
stop(); _x = 0; _y = 0;
Instance of Symbol 427 MovieClip "go" in Frame 18
onClipEvent (enterFrame) { this.score = _root.score; }
Symbol 14 Button
on (press) { _parent.play(); }
Symbol 15 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { bar._xscale = PercentLoaded; } else { gotoAndPlay ("loaded"); }
Symbol 15 MovieClip Frame 2
gotoAndPlay (1);
Symbol 15 MovieClip Frame 24
stop();
Symbol 15 MovieClip Frame 43
_root.play();
Symbol 22 Button
on (release) { getURL ("http://www.armorgames.com", "blank"); }
Symbol 36 MovieClip Frame 371
_root.play();
Instance of Symbol 17 MovieClip in Symbol 37 MovieClip Frame 19
on (press) { getURL ("http://www.newgrounds.com/", "_blank"); }
Symbol 37 MovieClip Frame 206
stop();
Symbol 58 MovieClip Frame 1
stop();
Symbol 58 MovieClip Frame 18
stop();
Symbol 62 MovieClip Frame 1
stop();
Symbol 62 MovieClip Frame 18
stop();
Symbol 66 MovieClip Frame 1
stop();
Symbol 66 MovieClip Frame 18
stop();
Symbol 70 MovieClip Frame 1
stop();
Symbol 70 MovieClip Frame 18
stop();
Symbol 74 Button
on (press) { _root.tut = true; _root.tutorial = true; _root.menua.firstTime.play(); _root.menua.play(); }
Symbol 77 Button
on (press) { _root.startGame = true; _root.menua.firstTime.play(); _root.menua.play(); }
Symbol 79 MovieClip Frame 1
stop();
Symbol 79 MovieClip Frame 24
stop();
Symbol 83 MovieClip Frame 127
stop();
Instance of Symbol 58 MovieClip in Symbol 83 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 62 MovieClip in Symbol 83 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 66 MovieClip in Symbol 83 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 70 MovieClip in Symbol 83 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 83 MovieClip Frame 157
stopAllSounds(); if (_root.tutorial == true) { _root.play(); } if (_root.startGame == true) { _root.gotoAndStop("game"); }
Instance of Symbol 88 MovieClip in Symbol 89 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 88 MovieClip in Symbol 89 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 88 MovieClip in Symbol 89 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 88 MovieClip in Symbol 89 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 92 MovieClip in Symbol 93 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 92 MovieClip in Symbol 93 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 92 MovieClip in Symbol 93 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 92 MovieClip in Symbol 93 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 95 MovieClip in Symbol 96 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 95 MovieClip in Symbol 96 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 95 MovieClip in Symbol 96 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 95 MovieClip in Symbol 96 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Symbol 106 MovieClip Frame 1
stop();
Symbol 106 MovieClip Frame 10
_root.player.yspeed = -50; _root.player.gotoAndStop(1); _root.player.gotoAndStop(3);
Symbol 107 MovieClip Frame 1
stop();
Instance of Symbol 109 MovieClip in Symbol 110 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 109 MovieClip in Symbol 110 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 109 MovieClip in Symbol 110 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 120 MovieClip Frame 1
stop();
Symbol 120 MovieClip Frame 14
stop(); _root.fadeOut.play();
Symbol 133 MovieClip Frame 1
_root.tuta.nextFrame();
Instance of Symbol 132 MovieClip in Symbol 133 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 133 MovieClip Frame 29
stop();
Symbol 135 MovieClip Frame 1
stop();
Symbol 153 MovieClip Frame 25
stop();
Symbol 153 MovieClip Frame 35
_parent.gotoAndStop(1);
Symbol 154 MovieClip Frame 15
stop();
Symbol 154 MovieClip Frame 30
_parent.gotoAndStop(1);
Symbol 155 MovieClip Frame 1
stop();
Symbol 158 MovieClip Frame 8
stop();
Symbol 159 MovieClip Frame 1
stop();
Symbol 159 MovieClip Frame 2
_root.score = _root.score + 1;
Symbol 162 MovieClip Frame 1
stop();
Symbol 162 MovieClip Frame 2
_root.player._alpha = 50; _root.life--;
Symbol 162 MovieClip Frame 4
_root.player._alpha = 100;
Symbol 162 MovieClip Frame 6
_root.player._alpha = 50;
Symbol 162 MovieClip Frame 8
_root.player._alpha = 100;
Symbol 162 MovieClip Frame 10
_root.player._alpha = 50;
Symbol 162 MovieClip Frame 12
_root.player._alpha = 100;
Symbol 162 MovieClip Frame 14
_root.player._alpha = 50;
Symbol 162 MovieClip Frame 16
_root.player._alpha = 100;
Symbol 162 MovieClip Frame 18
_root.player._alpha = 50;
Symbol 162 MovieClip Frame 19
_root.player._alpha = 100;
Symbol 162 MovieClip Frame 20
_root.player._alpha = 50;
Symbol 162 MovieClip Frame 21
_root.player._alpha = 100;
Symbol 162 MovieClip Frame 22
_root.player._alpha = 50;
Symbol 162 MovieClip Frame 23
_root.player._alpha = 100;
Symbol 162 MovieClip Frame 24
_root.player._alpha = 50;
Symbol 162 MovieClip Frame 25
_root.player._alpha = 100;
Symbol 162 MovieClip Frame 26
_root.player._alpha = 50;
Symbol 162 MovieClip Frame 27
_root.player._alpha = 100;
Symbol 162 MovieClip Frame 28
_root.player._alpha = 50;
Symbol 162 MovieClip Frame 29
_root.player._alpha = 100;
Symbol 162 MovieClip Frame 30
_root.player._alpha = 50;
Symbol 162 MovieClip Frame 31
_root.player._alpha = 100;
Symbol 162 MovieClip Frame 32
_root.player._alpha = 50;
Symbol 162 MovieClip Frame 33
_root.player._alpha = 100;
Symbol 162 MovieClip Frame 34
_root.player._alpha = 50;
Symbol 162 MovieClip Frame 35
_root.player._alpha = 100;
Symbol 162 MovieClip Frame 36
_root.player._alpha = 50;
Symbol 162 MovieClip Frame 37
_root.player._alpha = 100;
Symbol 162 MovieClip Frame 38
_root.player._alpha = 50;
Symbol 162 MovieClip Frame 39
_root.player._alpha = 100;
Symbol 162 MovieClip Frame 40
_root.player._alpha = 50;
Symbol 162 MovieClip Frame 41
_root.player._alpha = 100;
Instance of Symbol 164 MovieClip in Symbol 167 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 164 MovieClip in Symbol 167 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 164 MovieClip in Symbol 167 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 164 MovieClip in Symbol 167 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 164 MovieClip in Symbol 167 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 186 MovieClip Frame 27
stop();
Symbol 186 MovieClip Frame 38
_root.tut = false;
Symbol 186 MovieClip Frame 119
stop();
Symbol 186 MovieClip Frame 130
_root.tut = false;
Symbol 186 MovieClip Frame 229
stop();
Symbol 186 MovieClip Frame 240
stop();
Symbol 186 MovieClip Frame 242
_root.tutJump = true;
Symbol 186 MovieClip Frame 255
stop();
Symbol 186 MovieClip Frame 266
stop();
Symbol 186 MovieClip Frame 267
_root.tutJump = true; _root.tut = true; _root.player.gotoAndStop(1);
Symbol 186 MovieClip Frame 280
stop();
Symbol 186 MovieClip Frame 281
_root.tut = false;
Symbol 186 MovieClip Frame 291
stop();
Symbol 186 MovieClip Frame 292
stop();
Symbol 186 MovieClip Frame 293
_root.tutJump = true;
Symbol 186 MovieClip Frame 306
stop();
Symbol 186 MovieClip Frame 370
_root.tutJump = true;
Symbol 186 MovieClip Frame 383
stop();
Symbol 186 MovieClip Frame 394
stop();
Symbol 193 MovieClip Frame 1
stop();
Symbol 193 MovieClip Frame 16
stop(); stopAllSounds(); _root.nextFrame();
Symbol 196 MovieClip Frame 16
stop();
Instance of Symbol 88 MovieClip in Symbol 198 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 88 MovieClip in Symbol 198 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 88 MovieClip in Symbol 198 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 92 MovieClip in Symbol 200 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 92 MovieClip in Symbol 200 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 92 MovieClip in Symbol 200 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 95 MovieClip in Symbol 201 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 95 MovieClip in Symbol 201 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 95 MovieClip in Symbol 201 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Symbol 208 MovieClip Frame 1
stop();
Symbol 208 MovieClip Frame 20
stop();
Symbol 211 MovieClip Frame 1
stop();
Symbol 211 MovieClip Frame 20
stop();
Symbol 212 MovieClip Frame 1
stop();
Instance of Symbol 211 MovieClip in Symbol 212 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 217 MovieClip in Symbol 218 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 217 MovieClip in Symbol 218 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 217 MovieClip in Symbol 219 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 217 MovieClip in Symbol 219 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 225 MovieClip Frame 1
stop();
Symbol 225 MovieClip Frame 10
_root.player.yspeed = -40; _root.player.gotoAndStop(1); _root.player.gotoAndStop(3);
Symbol 226 MovieClip Frame 1
stop();
Symbol 228 MovieClip Frame 1
stop();
Instance of Symbol 109 MovieClip in Symbol 229 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 109 MovieClip in Symbol 229 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 109 MovieClip in Symbol 229 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 109 MovieClip in Symbol 229 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 109 MovieClip in Symbol 229 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 109 MovieClip in Symbol 229 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 109 MovieClip in Symbol 229 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 109 MovieClip in Symbol 229 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 208 MovieClip in Symbol 229 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 109 MovieClip in Symbol 229 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 218 MovieClip in Symbol 229 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 229 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 218 MovieClip in Symbol 229 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 218 MovieClip in Symbol 229 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 229 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 218 MovieClip in Symbol 229 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 109 MovieClip in Symbol 229 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 223 MovieClip in Symbol 229 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 228 MovieClip in Symbol 229 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 228 MovieClip in Symbol 229 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 228 MovieClip in Symbol 229 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 230 MovieClip Frame 1
stop();
Symbol 234 MovieClip Frame 1
stop();
Symbol 234 MovieClip Frame 15
stop();
Instance of Symbol 132 MovieClip in Symbol 235 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 235 MovieClip Frame 29
stop();
Symbol 236 MovieClip Frame 1
stop();
Instance of Symbol 245 MovieClip in Symbol 246 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 246 MovieClip Frame 29
stop();
Symbol 247 MovieClip Frame 1
stop();
Instance of Symbol 253 MovieClip in Symbol 254 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 254 MovieClip Frame 29
stop();
Symbol 255 MovieClip Frame 1
stop();
Symbol 255 MovieClip Frame 3
_root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.score = _root.score + (_root.life * 2);
Instance of Symbol 257 MovieClip in Symbol 260 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 257 MovieClip in Symbol 260 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 259 MovieClip in Symbol 260 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 259 MovieClip in Symbol 260 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Symbol 267 MovieClip Frame 1
stop();
Symbol 267 MovieClip Frame 26
stop(); stopAllSounds(); _root.gotoAndPlay("gameover");
Instance of Symbol 272 MovieClip in Symbol 273 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 272 MovieClip in Symbol 273 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 278 MovieClip in Symbol 279 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 278 MovieClip in Symbol 279 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 278 MovieClip in Symbol 279 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 281 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 281 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 281 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Symbol 284 MovieClip Frame 1
stop();
Instance of Symbol 208 MovieClip in Symbol 284 MovieClip Frame 2
onClipEvent (enterFrame) { if ((this.hitTest(_root.player) && (_root.player.grounded == false)) && (_currentframe == 1)) { this.play(); _root.ground.switch3.gotoAndStop(2); } }
Symbol 287 MovieClip Frame 1
stop();
Symbol 289 MovieClip Frame 1
stop();
Instance of Symbol 109 MovieClip in Symbol 289 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 109 MovieClip in Symbol 289 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 109 MovieClip in Symbol 289 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 109 MovieClip in Symbol 289 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 290 MovieClip Frame 1
stop();
Instance of Symbol 208 MovieClip in Symbol 290 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 208 MovieClip in Symbol 291 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 109 MovieClip in Symbol 291 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 109 MovieClip in Symbol 291 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 109 MovieClip in Symbol 291 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 109 MovieClip in Symbol 291 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 109 MovieClip in Symbol 291 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 228 MovieClip in Symbol 291 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 287 MovieClip in Symbol 291 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 109 MovieClip in Symbol 291 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 218 MovieClip in Symbol 291 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 291 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 218 MovieClip in Symbol 291 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 291 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 218 MovieClip in Symbol 291 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 109 MovieClip in Symbol 291 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 109 MovieClip in Symbol 291 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 109 MovieClip in Symbol 291 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 109 MovieClip in Symbol 291 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 109 MovieClip in Symbol 291 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 109 MovieClip in Symbol 291 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 109 MovieClip in Symbol 291 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 109 MovieClip in Symbol 291 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 109 MovieClip in Symbol 291 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 109 MovieClip in Symbol 291 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 304 MovieClip in Symbol 305 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 305 MovieClip Frame 29
stop();
Symbol 307 MovieClip Frame 1
stop();
Symbol 307 MovieClip Frame 3
_root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.MakeOrb(); _root.score = _root.score + (_root.life * 2);
Instance of Symbol 314 MovieClip in Symbol 315 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 314 MovieClip in Symbol 315 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 314 MovieClip in Symbol 315 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 318 MovieClip in Symbol 319 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 318 MovieClip in Symbol 319 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 318 MovieClip in Symbol 319 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 318 MovieClip in Symbol 319 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 321 MovieClip in Symbol 322 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 321 MovieClip in Symbol 322 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 321 MovieClip in Symbol 322 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 321 MovieClip in Symbol 322 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Symbol 327 MovieClip Frame 1
stop();
Instance of Symbol 109 MovieClip in Symbol 327 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 109 MovieClip in Symbol 327 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 109 MovieClip in Symbol 327 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 328 MovieClip Frame 1
stop();
Instance of Symbol 228 MovieClip in Symbol 328 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 329 MovieClip Frame 1
stop();
Instance of Symbol 109 MovieClip in Symbol 330 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 109 MovieClip in Symbol 330 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 109 MovieClip in Symbol 330 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 109 MovieClip in Symbol 330 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 109 MovieClip in Symbol 330 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 109 MovieClip in Symbol 330 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 228 MovieClip in Symbol 330 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 208 MovieClip in Symbol 330 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 218 MovieClip in Symbol 330 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 330 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 218 MovieClip in Symbol 330 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 109 MovieClip in Symbol 330 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 208 MovieClip in Symbol 330 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 219 MovieClip in Symbol 330 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 218 MovieClip in Symbol 330 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 109 MovieClip in Symbol 330 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 329 MovieClip in Symbol 330 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 342 MovieClip Frame 20
_parent.gotoAndStop(1);
Instance of Symbol 345 MovieClip in Symbol 346 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 346 MovieClip Frame 27
stop();
Symbol 347 MovieClip Frame 1
stop();
Instance of Symbol 109 MovieClip in Symbol 356 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 109 MovieClip in Symbol 356 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 109 MovieClip in Symbol 356 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 218 MovieClip in Symbol 356 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 356 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 218 MovieClip in Symbol 356 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 228 MovieClip in Symbol 356 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 211 MovieClip in Symbol 356 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 219 MovieClip in Symbol 356 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 218 MovieClip in Symbol 356 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 109 MovieClip in Symbol 356 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 109 MovieClip in Symbol 356 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 109 MovieClip in Symbol 356 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 109 MovieClip in Symbol 356 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 109 MovieClip in Symbol 356 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 366 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 372 MovieClip in Symbol 373 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 372 MovieClip in Symbol 373 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 376 MovieClip in Symbol 377 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 376 MovieClip in Symbol 377 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Instance of Symbol 376 MovieClip in Symbol 377 MovieClip Frame 1
onClipEvent (enterFrame) { if (!this.hitTest(_root.screen)) { _visible = false; } else { _visible = true; } }
Symbol 380 MovieClip Frame 1
stop();
Instance of Symbol 228 MovieClip in Symbol 380 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 211 MovieClip in Symbol 381 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 109 MovieClip in Symbol 381 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 109 MovieClip in Symbol 381 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 109 MovieClip in Symbol 381 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 218 MovieClip in Symbol 381 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 381 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 218 MovieClip in Symbol 381 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 109 MovieClip in Symbol 381 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 381 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 109 MovieClip in Symbol 381 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 109 MovieClip in Symbol 381 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 381 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 218 MovieClip in Symbol 381 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 228 MovieClip in Symbol 381 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 109 MovieClip in Symbol 381 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 109 MovieClip in Symbol 381 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 218 MovieClip in Symbol 381 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 381 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 218 MovieClip in Symbol 381 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 381 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 218 MovieClip in Symbol 381 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 218 MovieClip in Symbol 381 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 381 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 218 MovieClip in Symbol 381 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 109 MovieClip in Symbol 381 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 384 MovieClip Frame 1
stop();
Symbol 384 MovieClip Frame 46
stop(); stopAllSounds(); _root.play();
Symbol 394 Button
on (press) { _root.win.play(); _root.playAgain = true; }
Symbol 398 Button
on (press) { getURL ("http://www.armorgames.com/", "_blank"); }
Symbol 401 Button
on (press) { _root.win.gotoAndStop("submit"); }
Symbol 405 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 410 MovieClip Frame 37
stop();
Symbol 410 MovieClip Frame 74
stopAllSounds(); if (_root.playAgain == true) { _root.gotoAndStop("game"); } stop();
Symbol 410 MovieClip Frame 75
stop(); namea = "ENTER NAME HERE";
Symbol 410 MovieClip Frame 113
stopAllSounds(); _root.gotoAndStop("menuaa"); stop();
Symbol 417 Button
on (press) { _root.go.play(); _root.playAgain = true; }
Symbol 418 Button
on (press) { _root.go.gotoAndStop("submit"); }
Symbol 421 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 427 MovieClip Frame 37
stop();
Symbol 427 MovieClip Frame 74
stopAllSounds(); if (_root.playAgain == true) { _root.gotoAndStop("game"); } stop();
Symbol 427 MovieClip Frame 75
stop(); namea = "ENTER NAME HERE";
Symbol 427 MovieClip Frame 113
stopAllSounds(); _root.gotoAndStop("menuaa"); stop();

Library Items

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

Instance Names

"menua"Frame 3Symbol 83 MovieClip
"bg"Frame 4Symbol 86 MovieClip
"trees3"Frame 4Symbol 89 MovieClip
"trees2"Frame 4Symbol 93 MovieClip
"trees1"Frame 4Symbol 96 MovieClip
"ground"Frame 4Symbol 110 MovieClip
"player"Frame 4Symbol 155 MovieClip
"orb"Frame 4Symbol 159 MovieClip
"blink"Frame 4Symbol 162 MovieClip
"hud"Frame 4Symbol 167 MovieClip
"tuta"Frame 4Symbol 186 MovieClip
"wide"Frame 4Symbol 188 MovieClip
"screen"Frame 4Symbol 190 MovieClip
"fadeOut"Frame 4Symbol 193 MovieClip
"fadeIn"Frame 4Symbol 196 MovieClip
"bg"Frame 6Symbol 86 MovieClip
"trees3"Frame 6Symbol 198 MovieClip
"trees2"Frame 6Symbol 200 MovieClip
"trees1"Frame 6Symbol 201 MovieClip
"ground"Frame 6Symbol 229 MovieClip
"player"Frame 6Symbol 155 MovieClip
"orb"Frame 6Symbol 159 MovieClip
"blink"Frame 6Symbol 162 MovieClip
"hud"Frame 6Symbol 167 MovieClip
"wide"Frame 6Symbol 262 MovieClip
"screen"Frame 6Symbol 264 MovieClip
"fadeOut"Frame 6Symbol 193 MovieClip
"gameOver"Frame 6Symbol 267 MovieClip
"fadeIn"Frame 6Symbol 196 MovieClip
"bg"Frame 8Symbol 270 MovieClip
"trees3"Frame 8Symbol 273 MovieClip
"trees2"Frame 8Symbol 279 MovieClip
"trees1"Frame 8Symbol 282 MovieClip
"ground"Frame 8Symbol 291 MovieClip
"player"Frame 8Symbol 155 MovieClip
"orb"Frame 8Symbol 159 MovieClip
"blink"Frame 8Symbol 162 MovieClip
"hud"Frame 8Symbol 167 MovieClip
"wide"Frame 8Symbol 309 MovieClip
"screen"Frame 8Symbol 264 MovieClip
"fadeOut"Frame 8Symbol 193 MovieClip
"gameOver"Frame 8Symbol 267 MovieClip
"fadeIn"Frame 8Symbol 196 MovieClip
"bg"Frame 10Symbol 312 MovieClip
"trees3"Frame 10Symbol 315 MovieClip
"trees2"Frame 10Symbol 319 MovieClip
"trees1"Frame 10Symbol 322 MovieClip
"ground"Frame 10Symbol 330 MovieClip
"player"Frame 10Symbol 155 MovieClip
"orb"Frame 10Symbol 159 MovieClip
"blink"Frame 10Symbol 162 MovieClip
"hud"Frame 10Symbol 167 MovieClip
"wide"Frame 10Symbol 349 MovieClip
"screen"Frame 10Symbol 351 MovieClip
"fadeOut"Frame 10Symbol 193 MovieClip
"gameOver"Frame 10Symbol 267 MovieClip
"fadeIn"Frame 10Symbol 196 MovieClip
"bg"Frame 12Symbol 86 MovieClip
"trees3"Frame 12Symbol 198 MovieClip
"trees2"Frame 12Symbol 200 MovieClip
"trees1"Frame 12Symbol 201 MovieClip
"ground"Frame 12Symbol 356 MovieClip
"player"Frame 12Symbol 155 MovieClip
"orb"Frame 12Symbol 159 MovieClip
"blink"Frame 12Symbol 162 MovieClip
"hud"Frame 12Symbol 167 MovieClip
"rain"Frame 12Symbol 361 MovieClip
"wide"Frame 12Symbol 262 MovieClip
"screen"Frame 12Symbol 264 MovieClip
"fadeOut"Frame 12Symbol 193 MovieClip
"gameOver"Frame 12Symbol 267 MovieClip
"fadeIn"Frame 12Symbol 196 MovieClip
"bg"Frame 14Symbol 364 MovieClip
"trees3"Frame 14Symbol 367 MovieClip
"trees2"Frame 14Symbol 373 MovieClip
"trees1"Frame 14Symbol 377 MovieClip
"ground"Frame 14Symbol 381 MovieClip
"player"Frame 14Symbol 155 MovieClip
"orb"Frame 14Symbol 159 MovieClip
"blink"Frame 14Symbol 162 MovieClip
"hud"Frame 14Symbol 167 MovieClip
"wide"Frame 14Symbol 262 MovieClip
"screen"Frame 14Symbol 264 MovieClip
"fadeOut"Frame 14Symbol 384 MovieClip
"gameOver"Frame 14Symbol 267 MovieClip
"fadeIn"Frame 14Symbol 196 MovieClip
"win"Frame 16Symbol 410 MovieClip
"go"Frame 18Symbol 427 MovieClip
"bar"Symbol 15 MovieClip Frame 1Symbol 4 MovieClip
"firstTime"Symbol 83 MovieClip Frame 127Symbol 79 MovieClip
"spring"Symbol 107 MovieClip Frame 2Symbol 106 MovieClip
"land"Symbol 110 MovieClip Frame 1Symbol 101 MovieClip
"switch2"Symbol 110 MovieClip Frame 1Symbol 107 MovieClip
"gem"Symbol 120 MovieClip Frame 1Symbol 117 MovieClip
"top"Symbol 135 MovieClip Frame 1Symbol 128 MovieClip
"jumpa"Symbol 155 MovieClip Frame 3Symbol 153 MovieClip
"crouch"Symbol 155 MovieClip Frame 4Symbol 154 MovieClip
"bottoma"Symbol 211 MovieClip Frame 1Symbol 210 MovieClip
"spring"Symbol 226 MovieClip Frame 2Symbol 225 MovieClip
"switch1"Symbol 229 MovieClip Frame 1Symbol 212 MovieClip
"land"Symbol 229 MovieClip Frame 1Symbol 221 MovieClip
"switch2"Symbol 229 MovieClip Frame 1Symbol 226 MovieClip
"top"Symbol 236 MovieClip Frame 1Symbol 128 MovieClip
"top"Symbol 247 MovieClip Frame 1Symbol 242 MovieClip
"top"Symbol 255 MovieClip Frame 1Symbol 128 MovieClip
"switch1"Symbol 291 MovieClip Frame 1Symbol 284 MovieClip
"land"Symbol 291 MovieClip Frame 1Symbol 286 MovieClip
"switch2"Symbol 291 MovieClip Frame 1Symbol 289 MovieClip
"switch3"Symbol 291 MovieClip Frame 1Symbol 290 MovieClip
"top"Symbol 307 MovieClip Frame 1Symbol 302 MovieClip
"land"Symbol 330 MovieClip Frame 1Symbol 326 MovieClip
"switch1"Symbol 330 MovieClip Frame 1Symbol 327 MovieClip
"switch2"Symbol 330 MovieClip Frame 1Symbol 328 MovieClip
"top"Symbol 347 MovieClip Frame 1Symbol 338 MovieClip
"land"Symbol 356 MovieClip Frame 1Symbol 355 MovieClip
"switch1"Symbol 356 MovieClip Frame 1Symbol 212 MovieClip
"switch2"Symbol 356 MovieClip Frame 1Symbol 107 MovieClip
"land"Symbol 381 MovieClip Frame 1Symbol 355 MovieClip
"switch1"Symbol 381 MovieClip Frame 1Symbol 212 MovieClip
"switch2"Symbol 381 MovieClip Frame 1Symbol 380 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 15 MovieClip Frame 5
"submit"Symbol 410 MovieClip Frame 75
"submit"Symbol 427 MovieClip Frame 75

Dynamic Text Variables

scoreSymbol 166 EditableText"0"
scoreSymbol 389 EditableText"0"
nameaSymbol 404 EditableText"ENTER NAME HERE"
nameaSymbol 407 EditableText"ENTER NAME HERE"
scoreSymbol 409 EditableText"0"
scoreSymbol 415 EditableText"0"
nameaSymbol 420 EditableText"ENTER NAME HERE"
nameaSymbol 423 EditableText"TrueDarkness"
nameaSymbol 424 EditableText"ENTER NAME HERE"
scoreSymbol 425 EditableText"0"




http://swfchan.com/5/23838/info.shtml
Created: 25/5 -2019 21:08:02 Last modified: 25/5 -2019 21:08:02 Server time: 09/05 -2024 14:24:24