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

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

Must Save SBC!.swf

This is the info page for
Flash #61157

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


Text
<p align="center"><font face="Porky's" size="42" color="#ffff00" letterSpacing="0.000000" kerning="1">zomgsux</font></p>

<p align="left"></p>

<p align="left"></p>

<p align="left"></p>

<p align="left"></p>

<p align="left"></p>

<p align="left"></p>

<p align="left"></p>

<p align="left"></p>

<p align="left"></p>

<p align="left"></p>

LOCK

LAIR

<p align="left"></p>

<p align="left"></p>

<p align="left"></p>

<p align="left"></p>

<p align="left"></p>

<p align="left"></p>

<p align="left"></p>

<p align="left"></p>

<p align="left"></p>

<p align="left"></p>

<p align="left"></p>

<p align="left"></p>

<p align="left"></p>

<p align="left"></p>

<p align="left"></p>

<p align="left"></p>

<p align="left"></p>

<p align="left"></p>

<p align="left"></p>

<p align="left"></p>

INSTRUCTIONS

Welcome to the final level, the battle
against BananaLock. The controls for this
level are a bit different. If you have
played the original Donkey Kong game,
you will know how this works. If you
haven't, then listen closely. The jump
button is now space, and to climb up
ladders use the up button. Your jumping
power is also lowered to make this level a
challenge.

To complete this level, simply try to get
to the top by climbing ladders and
avoiding barrels that are falling down.

ActionScript [AS1/AS2]

Frame 1
Stage.showMenu = false;
Frame 2
stop(); lives = 10;
Frame 3
stop();
Frame 4
stop();
Frame 5
stop();
Frame 6
stop();
Instance of Symbol 59 MovieClip in Frame 6
onClipEvent (load) { speed = 5; mr = speed; ml = speed; gravity = 25; maxjump = gravity; falling = true; fallspeed = 0; jumping = false; groundx = _root.ground._x; groundy = _root.ground._y; orangex = _x; orangey = _y; } onClipEvent (enterFrame) { if (falling) { fallspeed++; _y = (_y + fallspeed); } while (_root.ground.hitTest(this._x, this._y, true)) { falling = false; fallspeed = 0; _y = (_y-1); if (Key.isDown(38)) { falling = false; fallspeed = 0; jumping = true; } } if (!_root.ground.hitTest(_x, _y, true)) { falling = true; } if (jumping) { gravity--; _y = (_y - gravity); } if (gravity < 0) { jumping = false; falling = true; gravity = maxjump; } if (Key.isDown(39)) { _root.ground._x = _root.ground._x - ml; _xscale = 100; } if (Key.isDown(37)) { _root.ground._x = _root.ground._x + mr; _xscale = -100; } if (_root.ground.hitTest(_x, _y - _height, true)) { jumping = false; falling = true; gravity = maxjump; } if (_root.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true)) { ml = 0; } else { ml = speed; } if (_root.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true)) { mr = 0; } else { mr = speed; } if (_y > Stage.height) { _root.lives--; _y = orangey; _x = orangex; _root.ground._x = groundx; _root.ground._y = groundy; } if (_root.lives <= 0) { _root.gotoAndPlay("gameover"); } if (this.hitTest(_root.ground.warp)) { _root.play(); } }
Frame 8
stop();
Instance of Symbol 59 MovieClip "player" in Frame 8
onClipEvent (load) { speed = 5; mr = speed; ml = speed; gravity = 25; maxjump = gravity; falling = true; fallspeed = 0; jumping = false; groundx = _root.ground._x; groundy = _root.ground._y; orangex = _x; orangey = _y; } onClipEvent (enterFrame) { if (falling) { fallspeed++; _y = (_y + fallspeed); } while (_root.ground.hitTest(this._x, this._y, true)) { falling = false; fallspeed = 0; _y = (_y-1); if (Key.isDown(38)) { falling = false; fallspeed = 0; jumping = true; } } if (!_root.ground.hitTest(_x, _y, true)) { falling = true; } if (jumping) { gravity--; _y = (_y - gravity); } if (gravity < 0) { jumping = false; falling = true; gravity = maxjump; } if (Key.isDown(39)) { _root.ground._x = _root.ground._x - ml; _xscale = 100; } if (Key.isDown(37)) { _root.ground._x = _root.ground._x + mr; _xscale = -100; } if (_root.ground.hitTest(_x, _y - _height, true)) { jumping = false; falling = true; gravity = maxjump; } if (_root.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true)) { ml = 0; } else { ml = speed; } if (_root.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true)) { mr = 0; } else { mr = speed; } if (_y > Stage.height) { _root.lives--; _y = orangey; _x = orangex; _root.ground._x = groundx; _root.ground._y = groundy; } if (_root.lives <= 0) { _root.gotoAndPlay("gameover"); } if (this.hitTest(_root.ground.warp)) { _root.play(); } }
Frame 10
stop();
Instance of Symbol 59 MovieClip in Frame 10
onClipEvent (load) { speed = 5; mr = speed; ml = speed; gravity = 25; maxjump = gravity; falling = true; fallspeed = 0; jumping = false; groundx = _root.ground._x; groundy = _root.ground._y; orangex = _x; orangey = _y; } onClipEvent (enterFrame) { if (falling) { fallspeed++; _y = (_y + fallspeed); } while (_root.ground.hitTest(this._x, this._y, true)) { falling = false; fallspeed = 0; _y = (_y-1); if (Key.isDown(38)) { falling = false; fallspeed = 0; jumping = true; } } if (!_root.ground.hitTest(_x, _y, true)) { falling = true; } if (jumping) { gravity--; _y = (_y - gravity); } if (gravity < 0) { jumping = false; falling = true; gravity = maxjump; } if (Key.isDown(39)) { _root.ground._x = _root.ground._x - ml; _xscale = 100; } if (Key.isDown(37)) { _root.ground._x = _root.ground._x + mr; _xscale = -100; } if (_root.ground.hitTest(_x, _y - _height, true)) { jumping = false; falling = true; gravity = maxjump; } if (_root.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true)) { ml = 0; } else { ml = speed; } if (_root.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true)) { mr = 0; } else { mr = speed; } if (_y > Stage.height) { _root.lives--; _y = orangey; _x = orangex; _root.ground._x = groundx; _root.ground._y = groundy; } if (_root.lives <= 0) { _root.gotoAndPlay("gameover"); } if (this.hitTest(_root.ground.warp)) { _root.play(); } }
Frame 12
stop();
Instance of Symbol 59 MovieClip in Frame 12
onClipEvent (load) { speed = 5; mr = speed; ml = speed; gravity = 25; maxjump = gravity; falling = true; fallspeed = 0; jumping = false; groundx = _root.ground._x; groundy = _root.ground._y; orangex = _x; orangey = _y; } onClipEvent (enterFrame) { if (falling) { fallspeed++; _y = (_y + fallspeed); } while (_root.ground.hitTest(this._x, this._y, true)) { falling = false; fallspeed = 0; _y = (_y-1); if (Key.isDown(38)) { falling = false; fallspeed = 0; jumping = true; } } if (!_root.ground.hitTest(_x, _y, true)) { falling = true; } if (jumping) { gravity--; _y = (_y - gravity); } if (gravity < 0) { jumping = false; falling = true; gravity = maxjump; } if (Key.isDown(39)) { _root.ground._x = _root.ground._x - ml; _xscale = 100; } if (Key.isDown(37)) { _root.ground._x = _root.ground._x + mr; _xscale = -100; } if (_root.ground.hitTest(_x, _y - _height, true)) { jumping = false; falling = true; gravity = maxjump; } if (_root.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true)) { ml = 0; } else { ml = speed; } if (_root.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true)) { mr = 0; } else { mr = speed; } if (_y > Stage.height) { _root.lives--; _y = orangey; _x = orangex; _root.ground._x = groundx; _root.ground._y = groundy; } if (_root.lives <= 0) { _root.gotoAndPlay("gameover"); } if (this.hitTest(_root.ground.warp)) { _root.play(); } }
Frame 14
stop();
Instance of Symbol 59 MovieClip in Frame 14
onClipEvent (load) { speed = 5; mr = speed; ml = speed; gravity = 25; maxjump = gravity; falling = true; fallspeed = 0; jumping = false; groundx = _root.ground._x; groundy = _root.ground._y; orangex = _x; orangey = _y; } onClipEvent (enterFrame) { if (falling) { fallspeed++; _y = (_y + fallspeed); } while (_root.ground.hitTest(this._x, this._y, true)) { falling = false; fallspeed = 0; _y = (_y-1); if (Key.isDown(38)) { falling = false; fallspeed = 0; jumping = true; } } if (!_root.ground.hitTest(_x, _y, true)) { falling = true; } if (jumping) { gravity--; _y = (_y - gravity); } if (gravity < 0) { jumping = false; falling = true; gravity = maxjump; } if (Key.isDown(39)) { _root.ground._x = _root.ground._x - ml; _xscale = 100; } if (Key.isDown(37)) { _root.ground._x = _root.ground._x + mr; _xscale = -100; } if (_root.ground.hitTest(_x, _y - _height, true)) { jumping = false; falling = true; gravity = maxjump; } if (_root.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true)) { ml = 0; } else { ml = speed; } if (_root.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true)) { mr = 0; } else { mr = speed; } if ((_y > Stage.height) || (this.hitTest(_root.ground.spikes))) { _root.lives--; _y = orangey; _x = orangex; _root.ground._x = groundx; _root.ground._y = groundy; } if (_root.lives <= 0) { _root.gotoAndPlay("gameover"); } if (this.hitTest(_root.ground.warp)) { _root.play(); } }
Frame 16
stop();
Instance of Symbol 98 MovieClip "sign" in Frame 16
onClipEvent (enterFrame) { if (Key.isDown(39)) { _x = (_x - 5); } if (Key.isDown(37)) { _x = (_x + 5); } }
Instance of Symbol 59 MovieClip in Frame 16
onClipEvent (load) { speed = 5; mr = speed; ml = speed; gravity = 25; maxjump = gravity; falling = true; fallspeed = 0; jumping = false; groundx = _root.ground._x; groundy = _root.ground._y; orangex = _x; orangey = _y; boatx = _root.boat._x; boaty = _root.boat._y; signx = _root.sign._x; signy = _root.sign._y; } onClipEvent (enterFrame) { if (falling) { fallspeed++; _y = (_y + fallspeed); } while (_root.ground.hitTest(this._x, this._y, true)) { falling = false; fallspeed = 0; _y = (_y-1); if (Key.isDown(38)) { falling = false; fallspeed = 0; jumping = true; } } if (!_root.ground.hitTest(_x, _y, true)) { falling = true; } if (jumping) { gravity--; _y = (_y - gravity); } if (gravity < 0) { jumping = false; falling = true; gravity = maxjump; } if (Key.isDown(39)) { _root.ground._x = _root.ground._x - ml; _xscale = 100; } if (Key.isDown(37)) { _root.ground._x = _root.ground._x + mr; _xscale = -100; } if (_root.ground.hitTest(_x, _y - _height, true)) { jumping = false; falling = true; gravity = maxjump; } if (_root.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true)) { ml = 0; } else { ml = speed; } if (_root.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true)) { mr = 0; } else { mr = speed; } if ((_y > Stage.height) || (_root.ground.water.hitTest(_x, _y + 1, true))) { _root.lives--; _y = orangey; _x = orangex; _root.ground._x = groundx; _root.ground._y = groundy; _root.boat._x = boatx; _root.boat._y = boaty; _root.sign._x = signx; _root.sign._y = signy; } if (Key.isDown(39) && (!_root.boat.hitTest(_x, _y + 1, true))) { _root.boat._x = _root.boat._x - speed; } if (Key.isDown(37) && (!_root.boat.hitTest(_x, _y + 1, true))) { _root.boat._x = _root.boat._x + speed; } if (_root.boat.hitTest(_x, _y, true)) { falling = false; fallspeed = 0; _y = (_y-1); if (Key.isDown(38)) { falling = false; fallspeed = 0; jumping = true; } } if (_root.lives <= 0) { _root.gotoAndPlay("gameover"); } if (this.hitTest(_root.ground.warp)) { _root.play(); } }
Frame 18
stop();
Instance of Symbol 59 MovieClip in Frame 18
onClipEvent (load) { speed = 5; mr = speed; ml = speed; gravity = 25; maxjump = gravity; falling = true; fallspeed = 0; jumping = false; groundx = _root.ground._x; groundy = _root.ground._y; orangex = _x; orangey = _y; } onClipEvent (enterFrame) { if (falling) { fallspeed++; _y = (_y + fallspeed); } while (_root.ground.hitTest(this._x, this._y, true)) { falling = false; fallspeed = 0; _y = (_y-1); if (Key.isDown(38)) { falling = false; fallspeed = 0; jumping = true; } } if (!_root.ground.hitTest(_x, _y, true)) { falling = true; } if (jumping) { gravity--; _y = (_y - gravity); } if (gravity < 0) { jumping = false; falling = true; gravity = maxjump; } if (Key.isDown(39)) { _root.ground._x = _root.ground._x - ml; _xscale = 100; } if (Key.isDown(37)) { _root.ground._x = _root.ground._x + mr; _xscale = -100; } if (_root.ground.hitTest(_x, _y - _height, true)) { jumping = false; falling = true; gravity = maxjump; } if (_root.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true)) { ml = 0; } else { ml = speed; } if (_root.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true)) { mr = 0; } else { mr = speed; } if (_y > Stage.height) { _root.lives--; _y = orangey; _x = orangex; _root.ground._x = groundx; _root.ground._y = groundy; } if (_root.lives <= 0) { _root.gotoAndPlay("gameover"); } if (this.hitTest(_root.ground.warp)) { _root.play(); } }
Frame 20
stop();
Instance of Symbol 59 MovieClip "player" in Frame 20
onClipEvent (load) { speed = 5; mr = speed; ml = speed; gravity = 25; maxjump = gravity; falling = true; fallspeed = 0; jumping = false; groundx = _root.ground._x; groundy = _root.ground._y; orangex = _x; orangey = _y; } onClipEvent (enterFrame) { if (falling) { fallspeed++; _y = (_y + fallspeed); } while (_root.ground.hitTest(this._x, this._y, true)) { falling = false; fallspeed = 0; _y = (_y-1); if (Key.isDown(38)) { falling = false; fallspeed = 0; jumping = true; } } if (!_root.ground.hitTest(_x, _y, true)) { falling = true; } if (jumping) { gravity--; _y = (_y - gravity); } if (gravity < 0) { jumping = false; falling = true; gravity = maxjump; } if (Key.isDown(39)) { _root.ground._x = _root.ground._x - ml; _xscale = 100; } if (Key.isDown(37)) { _root.ground._x = _root.ground._x + mr; _xscale = -100; } if (_root.ground.hitTest(_x, _y - _height, true)) { jumping = false; falling = true; gravity = maxjump; } if (_root.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true)) { ml = 0; } else { ml = speed; } if (_root.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true)) { mr = 0; } else { mr = speed; } if (_y > (Stage.height + 20)) { _root.lives--; _y = orangey; _x = orangex; _root.ground._x = groundx; _root.ground._y = groundy; } if (_root.lives <= 0) { _root.gotoAndPlay("gameover"); } if (this.hitTest(_root.ground.warp)) { _root.play(); } }
Frame 22
stop();
Instance of Symbol 59 MovieClip "player" in Frame 22
onClipEvent (load) { speed = 5; mr = speed; ml = speed; gravity = 25; maxjump = gravity; falling = true; fallspeed = 0; jumping = false; groundx = _root.ground._x; groundy = _root.ground._y; orangex = _x; orangey = _y; } onClipEvent (enterFrame) { if (falling) { fallspeed++; _y = (_y + fallspeed); } while (_root.ground.hitTest(this._x, this._y, true)) { falling = false; fallspeed = 0; _y = (_y-1); if (Key.isDown(38)) { falling = false; fallspeed = 0; jumping = true; } } if (!_root.ground.hitTest(_x, _y, true)) { falling = true; } if (jumping) { gravity--; _y = (_y - gravity); } if (gravity < 0) { jumping = false; falling = true; gravity = maxjump; } if (Key.isDown(39)) { _root.ground._x = _root.ground._x - ml; _xscale = 100; } if (Key.isDown(37)) { _root.ground._x = _root.ground._x + mr; _xscale = -100; } if (_root.ground.hitTest(_x, _y - _height, true)) { jumping = false; falling = true; gravity = maxjump; } if (_root.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true)) { ml = 0; } else { ml = speed; } if (_root.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true)) { mr = 0; } else { mr = speed; } if (_y > Stage.height) { _root.lives--; _y = orangey; _x = orangex; _root.ground._x = groundx; _root.ground._y = groundy; } if (_root.lives <= 0) { _root.gotoAndPlay("gameover"); } if (this.hitTest(_root.ground.warp)) { _root.play(); } }
Frame 24
stop();
Instance of Symbol 128 MovieClip "boulder" in Frame 24
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.tall)) { _root.ground._x = _root.ground._x + 5; } if (!_root.ground.hitTest(_x, _y + (_height / 2), true)) { _y = (_y + 10); } }
Instance of Symbol 59 MovieClip in Frame 24
onClipEvent (load) { speed = 5; mr = speed; ml = speed; gravity = 25; maxjump = gravity; falling = true; fallspeed = 0; jumping = false; groundx = _root.ground._x; groundy = _root.ground._y; orangex = _x; orangey = _y; boulderx = _root.boulder._x; bouldery = _root.boulder._y; } onClipEvent (enterFrame) { if (falling) { fallspeed++; _y = (_y + fallspeed); } while (_root.ground.hitTest(this._x, this._y, true)) { falling = false; fallspeed = 0; _y = (_y-1); if (Key.isDown(38)) { falling = false; fallspeed = 0; jumping = true; } } if (!_root.ground.hitTest(_x, _y, true)) { falling = true; } if (jumping) { gravity--; _y = (_y - gravity); } if (gravity < 0) { jumping = false; falling = true; gravity = maxjump; } if (Key.isDown(39)) { _root.ground._x = _root.ground._x - ml; _xscale = 100; } if (Key.isDown(37)) { _root.ground._x = _root.ground._x + mr; _xscale = -100; } if (_root.ground.hitTest(_x, _y - _height, true)) { jumping = false; falling = true; gravity = maxjump; } if (_root.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true)) { ml = 0; } else { ml = speed; } if (_root.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true)) { mr = 0; } else { mr = speed; } if (Key.isDown(39) && (!_root.boulder.hitTest(_x + (_width / 2), _y - (_height / 2), true))) { _root.boulder._x = _root.boulder._x - speed; mr = speed; } if (Key.isDown(37) && (!_root.boulder.hitTest(_x - (_width / 2), _y - (_height / 2), true))) { _root.boulder._x = _root.boulder._x + speed; ml = speed; } if (Key.isDown(39) && (_root.boulder.hitTest(_x + (_width / 2), _y - (_height / 2), true))) { _root.boulder._rotation = _root.boulder._rotation + 2; ml = 2; } if (Key.isDown(37) && (_root.boulder.hitTest(_x - (_width / 2), _y - (_height / 2), true))) { _root.boulder._rotation = _root.boulder._rotation - 2; mr = 2; } if (_root.boulder.hitTest(_x, _y, true)) { falling = false; fallspeed = 0; _y = (_y-1); if (Key.isDown(38)) { falling = false; fallspeed = 0; jumping = true; } } if (_y > Stage.height) { _root.lives--; _y = orangey; _x = orangex; _root.ground._x = groundx; _root.ground._y = groundy; _root.boulder._x = boulderx; _root.boulder._y = bouldery; } if (_root.lives <= 0) { _root.gotoAndPlay("gameover"); } if (this.hitTest(_root.ground.warp)) { _root.play(); } }
Frame 1004
stop();
Instance of Symbol 59 MovieClip "player" in Frame 1004
onClipEvent (load) { speed = 5; mr = speed; ml = speed; gravity = 25; maxjump = gravity; falling = true; fallspeed = 0; jumping = false; groundx = _root.ground._x; groundy = _root.ground._y; orangex = _x; orangey = _y; } onClipEvent (enterFrame) { if (falling) { fallspeed++; _y = (_y + fallspeed); } while (_root.ground.hitTest(this._x, this._y, true)) { falling = false; fallspeed = 0; _y = (_y-1); if (Key.isDown(38)) { falling = false; fallspeed = 0; jumping = true; } } if (!_root.ground.hitTest(_x, _y, true)) { falling = true; } if (jumping) { gravity--; _y = (_y - gravity); } if (gravity < 0) { jumping = false; falling = true; gravity = maxjump; } if (Key.isDown(39)) { _root.ground._x = _root.ground._x - ml; _xscale = 100; } if (Key.isDown(37)) { _root.ground._x = _root.ground._x + mr; _xscale = -100; } if (_root.ground.hitTest(_x, _y - _height, true)) { jumping = false; falling = true; gravity = maxjump; } if (_root.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true)) { ml = 0; } else { ml = speed; } if (_root.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true)) { mr = 0; } else { mr = speed; } if ((_y > Stage.height) || (_root.ground.lava.hitTest(_x, _y + 1, true))) { _root.lives--; _y = orangey; _x = orangex; _root.ground._x = groundx; _root.ground._y = groundy; } if (_root.lives <= 0) { _root.gotoAndPlay("gameover"); } if (this.hitTest(_root.ground.warp)) { _root.play(); } }
Frame 1006
stop();
Instance of Symbol 59 MovieClip "player" in Frame 1006
onClipEvent (load) { speed = 5; mr = speed; ml = speed; gravity = 25; maxjump = gravity; falling = true; fallspeed = 0; jumping = false; groundx = _root.ground._x; groundy = _root.ground._y; orangex = _x; orangey = _y; } onClipEvent (enterFrame) { if (falling) { fallspeed++; _y = (_y + fallspeed); } while (_root.ground.hitTest(this._x, this._y, true)) { falling = false; fallspeed = 0; _y = (_y-1); if (Key.isDown(38)) { falling = false; fallspeed = 0; jumping = true; } } if (!_root.ground.hitTest(_x, _y, true)) { falling = true; } if (jumping) { gravity--; _y = (_y - gravity); } if (gravity < 0) { jumping = false; falling = true; gravity = maxjump; } if (Key.isDown(39)) { _root.ground._x = _root.ground._x - ml; _xscale = 100; } if (Key.isDown(37)) { _root.ground._x = _root.ground._x + mr; _xscale = -100; } if (_root.ground.hitTest(_x, _y - _height, true)) { jumping = false; falling = true; gravity = maxjump; } if (_root.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true)) { ml = 0; } else { ml = speed; } if (_root.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true)) { mr = 0; } else { mr = speed; } if (_y > Stage.height) { _root.lives--; _y = orangey; _x = orangex; _root.ground._x = groundx; _root.ground._y = groundy; } if (_root.lives <= 0) { _root.gotoAndPlay("gameover"); } if (this.hitTest(_root.ground.warp)) { _root.play(); } }
Frame 1008
stop();
Instance of Symbol 59 MovieClip "player" in Frame 1008
onClipEvent (load) { speed = 5; mr = speed; ml = speed; gravity = 25; maxjump = gravity; falling = true; fallspeed = 0; jumping = false; groundx = _root.ground._x; groundy = _root.ground._y; orangex = _x; orangey = _y; } onClipEvent (enterFrame) { if (falling) { fallspeed++; _y = (_y + fallspeed); } while (_root.ground.hitTest(this._x, this._y, true)) { falling = false; fallspeed = 0; _y = (_y-1); if (Key.isDown(38)) { falling = false; fallspeed = 0; jumping = true; } } if (!_root.ground.hitTest(_x, _y, true)) { falling = true; } if (jumping) { gravity--; _y = (_y - gravity); } if (gravity < 0) { jumping = false; falling = true; gravity = maxjump; } if (Key.isDown(39)) { _root.ground._x = _root.ground._x - ml; _xscale = 100; } if (Key.isDown(37)) { _root.ground._x = _root.ground._x + mr; _xscale = -100; } if (_root.ground.hitTest(_x, _y - _height, true)) { jumping = false; falling = true; gravity = maxjump; } if (_root.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true)) { ml = 0; } else { ml = speed; } if (_root.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true)) { mr = 0; } else { mr = speed; } if (_y > Stage.height) { _root.lives--; _y = orangey; _x = orangex; _root.ground._x = groundx; _root.ground._y = groundy; } if (_root.lives <= 0) { _root.gotoAndPlay("gameover"); } if (this.hitTest(_root.ground.warp)) { _root.play(); } }
Frame 1010
stop();
Instance of Symbol 59 MovieClip "player" in Frame 1010
onClipEvent (load) { speed = 5; mr = speed; ml = speed; gravity = 25; maxjump = gravity; falling = true; fallspeed = 0; jumping = false; groundx = _root.ground._x; groundy = _root.ground._y; orangex = _x; orangey = _y; } onClipEvent (enterFrame) { if (falling) { fallspeed++; _y = (_y + fallspeed); } while (_root.ground.hitTest(this._x, this._y, true)) { falling = false; fallspeed = 0; _y = (_y-1); if (Key.isDown(38)) { falling = false; fallspeed = 0; jumping = true; } } if (!_root.ground.hitTest(_x, _y, true)) { falling = true; } if (jumping) { gravity--; _y = (_y - gravity); } if (gravity < 0) { jumping = false; falling = true; gravity = maxjump; } if (Key.isDown(39)) { _root.ground._x = _root.ground._x - ml; _xscale = 100; } if (Key.isDown(37)) { _root.ground._x = _root.ground._x + mr; _xscale = -100; } if (_root.ground.hitTest(_x, _y - _height, true)) { jumping = false; falling = true; gravity = maxjump; } if (_root.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true)) { ml = 0; } else { ml = speed; } if (_root.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true)) { mr = 0; } else { mr = speed; } if (_y > Stage.height) { _root.lives--; _y = orangey; _x = orangex; _root.ground._x = groundx; _root.ground._y = groundy; } if (_root.lives <= 0) { _root.gotoAndPlay("gameover"); } if (this.hitTest(_root.ground.warp)) { _root.play(); } }
Frame 1012
stop();
Instance of Symbol 204 MovieClip in Frame 1012
onClipEvent (load) { _y = (Math.random() * Stage.height); } onClipEvent (enterFrame) { _x = (_x - 7); if (_x <= 0) { _y = (Math.random() * Stage.height); _x = Stage.width; } if (this.hitTest(_root.player)) { _root.lives--; _root.player._y = _root.player.orangey; _root.player._x = _root.player.orangex; _root.ground._x = _root.player.groundx; _root.ground._y = _root.player.groundy; _y = (Math.random() * Stage.height); _x = Stage.width; } }
Instance of Symbol 204 MovieClip in Frame 1012
onClipEvent (load) { _y = (Math.random() * Stage.height); } onClipEvent (enterFrame) { _x = (_x - 7); if (_x <= 0) { _y = (Math.random() * Stage.height); _x = Stage.width; } if (this.hitTest(_root.player)) { _root.lives--; _root.player._y = _root.player.orangey; _root.player._x = _root.player.orangex; _root.ground._x = _root.player.groundx; _root.ground._y = _root.player.groundy; _y = (Math.random() * Stage.height); _x = Stage.width; } }
Instance of Symbol 59 MovieClip "player" in Frame 1012
onClipEvent (load) { speed = 5; mr = speed; ml = speed; gravity = 25; maxjump = gravity; falling = true; fallspeed = 0; jumping = false; groundx = _root.ground._x; groundy = _root.ground._y; orangex = _x; orangey = _y; } onClipEvent (enterFrame) { if (falling) { fallspeed++; _y = (_y + fallspeed); } while (_root.ground.hitTest(this._x, this._y, true)) { falling = false; fallspeed = 0; _y = (_y-1); if (Key.isDown(38)) { falling = false; fallspeed = 0; jumping = true; } } if (!_root.ground.hitTest(_x, _y, true)) { falling = true; } if (jumping) { gravity--; _y = (_y - gravity); } if (gravity < 0) { jumping = false; falling = true; gravity = maxjump; } if (Key.isDown(39)) { _root.ground._x = _root.ground._x - ml; _xscale = 100; } if (Key.isDown(37)) { _root.ground._x = _root.ground._x + mr; _xscale = -100; } if (_root.ground.hitTest(_x, _y - _height, true)) { jumping = false; falling = true; gravity = maxjump; } if (_root.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true)) { ml = 0; } else { ml = speed; } if (_root.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true)) { mr = 0; } else { mr = speed; } if ((_y > Stage.height) || (_root.ground.lava.hitTest(_x, _y + 1, true))) { _root.lives--; _y = orangey; _x = orangex; _root.ground._x = groundx; _root.ground._y = groundy; } if (_root.lives <= 0) { _root.gotoAndPlay("gameover"); } if (this.hitTest(_root.ground.warp)) { _root.play(); } }
Frame 1014
stop();
Instance of Symbol 59 MovieClip "player" in Frame 1014
onClipEvent (load) { speed = 5; mr = speed; ml = speed; gravity = 25; maxjump = gravity; falling = true; fallspeed = 0; jumping = false; groundx = _root.ground._x; groundy = _root.ground._y; orangex = _x; orangey = _y; } onClipEvent (enterFrame) { if (falling) { fallspeed++; _y = (_y + fallspeed); } while (_root.ground.hitTest(this._x, this._y, true)) { falling = false; fallspeed = 0; _y = (_y-1); if (Key.isDown(38)) { falling = false; fallspeed = 0; jumping = true; } } if (!_root.ground.hitTest(_x, _y, true)) { falling = true; } if (jumping) { gravity--; _y = (_y - gravity); } if (gravity < 0) { jumping = false; falling = true; gravity = maxjump; } if (Key.isDown(39)) { _root.ground._x = _root.ground._x - ml; _xscale = 100; } if (Key.isDown(37)) { _root.ground._x = _root.ground._x + mr; _xscale = -100; } if (_root.ground.hitTest(_x, _y - _height, true)) { jumping = false; falling = true; gravity = maxjump; } if (_root.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true)) { ml = 0; } else { ml = speed; } if (_root.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true)) { mr = 0; } else { mr = speed; } if ((_y > Stage.height) || (_root.ground.lava.hitTest(_x, _y + 1, true))) { _root.lives--; _y = orangey; _x = orangex; _root.ground._x = groundx; _root.ground._y = groundy; } if (_root.lives <= 0) { _root.gotoAndPlay("gameover"); } if (this.hitTest(_root.ground.warp)) { _root.play(); } }
Frame 1016
stop();
Instance of Symbol 59 MovieClip "player" in Frame 1016
onClipEvent (load) { speed = 7; mr = speed; ml = speed; gravity = 25; maxjump = gravity; falling = true; fallspeed = 0; jumping = false; groundx = _root.ground._x; groundy = _root.ground._y; orangex = _x; orangey = _y; } onClipEvent (enterFrame) { if (falling) { fallspeed++; _y = (_y + fallspeed); } while (_root.ground.hitTest(this._x, this._y, true)) { falling = false; fallspeed = 0; _y = (_y-1); if (Key.isDown(38)) { falling = false; fallspeed = 0; jumping = true; } } if (!_root.ground.hitTest(_x, _y, true)) { falling = true; } if (jumping) { gravity--; _y = (_y - gravity); } if (gravity < 0) { jumping = false; falling = true; gravity = maxjump; } if (Key.isDown(39)) { _root.ground._x = _root.ground._x - ml; _xscale = 100; } if (Key.isDown(37)) { _root.ground._x = _root.ground._x + mr; _xscale = -100; } if (_root.ground.hitTest(_x, _y - _height, true)) { jumping = false; falling = true; gravity = maxjump; } if (_root.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true)) { ml = 0; } else { ml = speed; } if (_root.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true)) { mr = 0; } else { mr = speed; } if ((_y > Stage.height) || (_root.ground.lava.hitTest(_x, _y + 1, true))) { _root.lives--; _y = orangey; _x = orangex; _root.ground._x = groundx; _root.ground._y = groundy; } if (_root.lives <= 0) { _root.gotoAndPlay("gameover"); } if (this.hitTest(_root.ground.warp)) { _root.play(); } }
Frame 1018
stop();
Instance of Symbol 59 MovieClip "player" in Frame 1018
onClipEvent (load) { speed = 7; mr = speed; ml = speed; gravity = 25; maxjump = gravity; falling = true; fallspeed = 0; jumping = false; groundx = _root.ground._x; groundy = _root.ground._y; orangex = _x; orangey = _y; } onClipEvent (enterFrame) { if (falling) { fallspeed++; _y = (_y + fallspeed); } while (_root.ground.hitTest(this._x, this._y, true)) { falling = false; fallspeed = 0; _y = (_y-1); if (Key.isDown(38)) { falling = false; fallspeed = 0; jumping = true; } } if (!_root.ground.hitTest(_x, _y, true)) { falling = true; } if (jumping) { gravity--; _y = (_y - gravity); } if (gravity < 0) { jumping = false; falling = true; gravity = maxjump; } if (Key.isDown(39)) { _root.ground._x = _root.ground._x - ml; _xscale = 100; } if (Key.isDown(37)) { _root.ground._x = _root.ground._x + mr; _xscale = -100; } if (_root.ground.hitTest(_x, _y - _height, true)) { jumping = false; falling = true; gravity = maxjump; } if (_root.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true)) { ml = 0; } else { ml = speed; } if (_root.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true)) { mr = 0; } else { mr = speed; } if ((_y > Stage.height) || (_root.ground.lava.hitTest(_x, _y + 1, true))) { _root.lives--; _y = orangey; _x = orangex; _root.ground._x = groundx; _root.ground._y = groundy; } if (_root.lives <= 0) { _root.gotoAndPlay("gameover"); } if (this.hitTest(_root.ground.warp)) { _root.play(); } }
Frame 1020
stop();
Instance of Symbol 204 MovieClip in Frame 1020
onClipEvent (load) { _y = (Math.random() * Stage.height); } onClipEvent (enterFrame) { _x = (_x - 9); if (_x <= 0) { _y = (Math.random() * Stage.height); _x = Stage.width; } if (this.hitTest(_root.player)) { _root.lives--; _root.player._y = _root.player.orangey; _root.player._x = _root.player.orangex; _root.ground._x = _root.player.groundx; _root.ground._y = _root.player.groundy; _y = (Math.random() * Stage.height); _x = Stage.width; } }
Instance of Symbol 59 MovieClip "player" in Frame 1020
onClipEvent (load) { speed = 5; mr = speed; ml = speed; gravity = 25; maxjump = gravity; falling = true; fallspeed = 0; jumping = false; groundx = _root.ground._x; groundy = _root.ground._y; orangex = _x; orangey = _y; } onClipEvent (enterFrame) { if (falling) { fallspeed++; _y = (_y + fallspeed); } while (_root.ground.hitTest(this._x, this._y, true)) { falling = false; fallspeed = 0; _y = (_y-1); if (Key.isDown(38)) { falling = false; fallspeed = 0; jumping = true; } } if (!_root.ground.hitTest(_x, _y, true)) { falling = true; } if (jumping) { gravity--; _y = (_y - gravity); } if (gravity < 0) { jumping = false; falling = true; gravity = maxjump; } if (Key.isDown(39)) { _root.ground._x = _root.ground._x - ml; _xscale = 100; } if (Key.isDown(37)) { _root.ground._x = _root.ground._x + mr; _xscale = -100; } if (_root.ground.hitTest(_x, _y - _height, true)) { jumping = false; falling = true; gravity = maxjump; } if (_root.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true)) { ml = 0; } else { ml = speed; } if (_root.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true)) { mr = 0; } else { mr = speed; } if ((_y > Stage.height) || (_root.ground.lava.hitTest(_x, _y + 1, true))) { _root.lives--; _y = orangey; _x = orangex; _root.ground._x = groundx; _root.ground._y = groundy; } if (_root.lives <= 0) { _root.gotoAndPlay("gameover"); } if (this.hitTest(_root.ground.warp)) { _root.play(); } }
Frame 1465
stop();
Frame 1466
function newBarrel() { count++; _root.barrel.duplicateMovieClip("barrel" + count, _root.getNextHighestDepth()); } count = 1; setInterval(function () { newBarrel(); }, 1200); stop();
Instance of Symbol 301 MovieClip "barrel" in Frame 1466
onClipEvent (load) { right = true; left = false; _x = 52; _y = -76; currentframe = _root._currentframe; if (_name == "barrel") { _y = 8000; } } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y, true)) { _root.player._y = _root.player.orangey; _root.player._x = _root.player.orangex; } if (right) { _x = (_x + 4); barrel._rotation = barrel._rotation + 4; } if (left) { _x = (_x - 4); barrel._rotation = barrel._rotation - 4; } if (_x > Stage.width) { right = false; left = true; } if (_x < 0) { right = true; left = false; } while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); } if (!_root.ground.hitTest(_x, _y, true)) { _y = (_y + 4); } if (this.hitTest(_root.stopper)) { this.removeMovieClip(); } if (currentframe != _root._currentframe) { this.removeMovieClip(); } }
Instance of Symbol 303 MovieClip "stopper" in Frame 1466
onClipEvent (load) { _visible = false; }
Instance of Symbol 305 MovieClip in Frame 1466
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y - 5, true)) { _root.play(); } }
Instance of Symbol 59 MovieClip "player" in Frame 1466
onClipEvent (load) { speed = 5; mr = speed; ml = speed; gravity = 15; maxjump = gravity; falling = true; fallspeed = 0; jumping = false; groundx = _root.ground._x; groundy = _root.ground._y; orangex = _x; orangey = _y; } onClipEvent (enterFrame) { if (falling) { fallspeed++; _y = (_y + fallspeed); } while (_root.ground.hitTest(this._x, this._y, true)) { falling = false; fallspeed = 0; _y = (_y-1); if (Key.isDown(32)) { falling = false; fallspeed = 0; jumping = true; } } if (!_root.ground.hitTest(_x, _y, true)) { falling = true; } if (jumping) { gravity--; _y = (_y - gravity); } if (gravity < 0) { jumping = false; falling = true; gravity = maxjump; } if (Key.isDown(39)) { _x = (_x + ml); _xscale = 100; } if (Key.isDown(37)) { _x = (_x - mr); _xscale = -100; } if (Key.isDown(38) && ((this.hitTest(_root.l1) || (this.hitTest(_root.l2))) || (this.hitTest(_root.l3)))) { _y = (_y - 15); } if (_y > Stage.height) { _y = orangey; _x = orangex; } if (this.hitTest(_root.ground.warp)) { _root.play(); } }
Frame 2453
stop();
Frame 2454
stop();
Symbol 9 Button
on (release) { _root.play(); }
Symbol 10 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { bar._xscale = PercentLoaded; } else { gotoAndStop ("loaded"); }
Symbol 10 MovieClip Frame 2
gotoAndPlay (1);
Symbol 21 Button
on (release) { gotoAndPlay (6); }
Symbol 25 Button
on (release) { gotoAndPlay (3); }
Symbol 29 Button
on (release) { gotoAndPlay (5); }
Symbol 33 Button
on (release) { _root.gotoAndPlay(2); }
Symbol 42 Button
on (press) { if (_root.pass == "omgircomin'") { _root.gotoAndPlay(8); } if (_root.pass == "illbethere") { _root.gotoAndPlay(10); } if (_root.pass == "zomgsux") { _root.gotoAndPlay(12); } if (_root.pass == "gettingtired") { _root.gotoAndPlay(14); } if (_root.pass == "omgspikes") { _root.gotoAndPlay(16); } if (_root.pass == "irodeaboat") { _root.gotoAndPlay(18); } if (_root.pass == "justwhy?") { _root.gotoAndPlay(20); } if (_root.pass == "thtwasweird") { _root.gotoAndPlay(22); } if (_root.pass == "iseethelair!") { _root.gotoAndPlay(24); } if (_root.pass == "holyhell") { _root.gotoAndPlay(1004); } if (_root.pass == "lockssuck") { _root.gotoAndPlay(1006); } if (_root.pass == "7togoyay!") { _root.gotoAndPlay(1008); } if (_root.pass == "omgwtfbbq") { _root.gotoAndPlay(1010); } if (_root.pass == "lawlbeeb") { _root.gotoAndPlay(1012); } if (_root.pass == "clocks4ever") { _root.gotoAndPlay(1014); } if (_root.pass == "locks=not") { _root.gotoAndPlay(1016); } if (_root.pass == "clocks=hot") { _root.gotoAndPlay(1018); } if (_root.pass == "glocks=wot?") { _root.gotoAndPlay(1020); } }
Instance of Symbol 50 MovieClip in Symbol 51 MovieClip Frame 1
onClipEvent (enterFrame) { _rotation = (_rotation + 10); }
Symbol 64 MovieClip Frame 1
_root.stop();
Symbol 64 MovieClip Frame 5
_root.play();
Instance of Symbol 15 MovieClip in Symbol 65 MovieClip Frame 1
onClipEvent (load) { speed = 4; right = false; left = true; } onClipEvent (enterFrame) { if (right) { _x = (_x + speed); } if (left) { _x = (_x - speed); } if (_x <= Stage.width) { left = false; right = true; } if (_x >= 1291) { right = false; left = true; } }
Instance of Symbol 15 MovieClip in Symbol 89 MovieClip Frame 1
onClipEvent (load) { speed = 3; down = true; up = false; } onClipEvent (enterFrame) { if (down) { _y = (_y + speed); } if (up) { _y = (_y - speed); } if (_y <= -121.8) { up = false; down = true; } if (_y >= 80) { down = false; up = true; } }
Instance of Symbol 104 MovieClip in Symbol 105 MovieClip Frame 1
onClipEvent (enterFrame) { _rotation = (_rotation + 2); }
Instance of Symbol 110 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (load) { _visible = false; }
Instance of Symbol 111 MovieClip in Symbol 112 MovieClip Frame 1
onClipEvent (load) { startcount = false; time = 10; falling = false; fallspeed = 5; oldx = _x; oldy = _y; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y + 1, true)) { startcount = true; } if (startcount) { time--; } if (time <= 0) { falling = true; startcount = false; time = 10; } if (falling) { _y = (_y + fallspeed); } if (_root.player._y > Stage.height) { falling = false; _x = oldx; _y = oldy; } }
Instance of Symbol 111 MovieClip in Symbol 112 MovieClip Frame 1
onClipEvent (load) { startcount = false; time = 10; falling = false; fallspeed = 5; oldx = _x; oldy = _y; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y + 1, true)) { startcount = true; } if (startcount) { time--; } if (time <= 0) { falling = true; startcount = false; time = 10; } if (falling) { _y = (_y + fallspeed); } if (_root.player._y > Stage.height) { falling = false; _x = oldx; _y = oldy; } }
Instance of Symbol 111 MovieClip in Symbol 112 MovieClip Frame 1
onClipEvent (load) { startcount = false; time = 10; falling = false; fallspeed = 5; oldx = _x; oldy = _y; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y + 1, true)) { startcount = true; } if (startcount) { time--; } if (time <= 0) { falling = true; startcount = false; time = 10; } if (falling) { _y = (_y + fallspeed); } if (_root.player._y > Stage.height) { falling = false; _x = oldx; _y = oldy; } }
Instance of Symbol 111 MovieClip in Symbol 112 MovieClip Frame 1
onClipEvent (load) { startcount = false; time = 10; falling = false; fallspeed = 5; oldx = _x; oldy = _y; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y + 1, true)) { startcount = true; } if (startcount) { time--; } if (time <= 0) { falling = true; startcount = false; time = 10; } if (falling) { _y = (_y + fallspeed); } if (_root.player._y > Stage.height) { falling = false; _x = oldx; _y = oldy; } }
Instance of Symbol 111 MovieClip in Symbol 112 MovieClip Frame 1
onClipEvent (load) { startcount = false; time = 10; falling = false; fallspeed = 5; oldx = _x; oldy = _y; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y + 1, true)) { startcount = true; } if (startcount) { time--; } if (time <= 0) { falling = true; startcount = false; time = 10; } if (falling) { _y = (_y + fallspeed); } if (_root.player._y > Stage.height) { falling = false; _x = oldx; _y = oldy; } }
Instance of Symbol 111 MovieClip in Symbol 112 MovieClip Frame 1
onClipEvent (load) { startcount = false; time = 10; falling = false; fallspeed = 5; oldx = _x; oldy = _y; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y + 1, true)) { startcount = true; } if (startcount) { time--; } if (time <= 0) { falling = true; startcount = false; time = 10; } if (falling) { _y = (_y + fallspeed); } if (_root.player._y > Stage.height) { falling = false; _x = oldx; _y = oldy; } }
Instance of Symbol 111 MovieClip in Symbol 112 MovieClip Frame 1
onClipEvent (load) { startcount = false; time = 10; falling = false; fallspeed = 5; oldx = _x; oldy = _y; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y + 1, true)) { startcount = true; } if (startcount) { time--; } if (time <= 0) { falling = true; startcount = false; time = 10; } if (falling) { _y = (_y + fallspeed); } if (_root.player._y > Stage.height) { falling = false; _x = oldx; _y = oldy; } }
Instance of Symbol 111 MovieClip in Symbol 112 MovieClip Frame 1
onClipEvent (load) { startcount = false; time = 10; falling = false; fallspeed = 5; oldx = _x; oldy = _y; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y + 1, true)) { startcount = true; } if (startcount) { time--; } if (time <= 0) { falling = true; startcount = false; time = 10; } if (falling) { _y = (_y + fallspeed); } if (_root.player._y > Stage.height) { falling = false; _x = oldx; _y = oldy; } }
Instance of Symbol 111 MovieClip in Symbol 112 MovieClip Frame 1
onClipEvent (load) { startcount = false; time = 10; falling = false; fallspeed = 5; oldx = _x; oldy = _y; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y + 1, true)) { startcount = true; } if (startcount) { time--; } if (time <= 0) { falling = true; startcount = false; time = 10; } if (falling) { _y = (_y + fallspeed); } if (_root.player._y > Stage.height) { falling = false; _x = oldx; _y = oldy; } }
Instance of Symbol 111 MovieClip in Symbol 112 MovieClip Frame 1
onClipEvent (load) { startcount = false; time = 10; falling = false; fallspeed = 5; oldx = _x; oldy = _y; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y + 1, true)) { startcount = true; } if (startcount) { time--; } if (time <= 0) { falling = true; startcount = false; time = 10; } if (falling) { _y = (_y + fallspeed); } if (_root.player._y > Stage.height) { falling = false; _x = oldx; _y = oldy; } }
Instance of Symbol 111 MovieClip in Symbol 112 MovieClip Frame 1
onClipEvent (load) { startcount = false; time = 10; falling = false; fallspeed = 5; oldx = _x; oldy = _y; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y + 1, true)) { startcount = true; } if (startcount) { time--; } if (time <= 0) { falling = true; startcount = false; time = 10; } if (falling) { _y = (_y + fallspeed); } if (_root.player._y > Stage.height) { falling = false; _x = oldx; _y = oldy; } }
Instance of Symbol 111 MovieClip in Symbol 112 MovieClip Frame 1
onClipEvent (load) { startcount = false; time = 10; falling = false; fallspeed = 5; oldx = _x; oldy = _y; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y + 1, true)) { startcount = true; } if (startcount) { time--; } if (time <= 0) { falling = true; startcount = false; time = 10; } if (falling) { _y = (_y + fallspeed); } if (_root.player._y > Stage.height) { falling = false; _x = oldx; _y = oldy; } }
Instance of Symbol 111 MovieClip in Symbol 112 MovieClip Frame 1
onClipEvent (load) { startcount = false; time = 10; falling = false; fallspeed = 5; oldx = _x; oldy = _y; } onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y + 1, true)) { startcount = true; } if (startcount) { time--; } if (time <= 0) { falling = true; startcount = false; time = 10; } if (falling) { _y = (_y + fallspeed); } if (_root.player._y > Stage.height) { falling = false; _x = oldx; _y = oldy; } }
Symbol 122 MovieClip Frame 1
stop();
Symbol 122 MovieClip Frame 7
stop();
Instance of Symbol 15 MovieClip "inviso" in Symbol 123 MovieClip Frame 1
onClipEvent (load) { _visible = false; }
Instance of Symbol 122 MovieClip "lever" in Symbol 123 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { play(); _root.ground.inviso._visible = true; } }
Instance of Symbol 176 MovieClip in Symbol 205 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y + 1, true)) { _root.lives--; _root.player._y = _root.player.orangey; _root.player._x = _root.player.orangex; _root.ground._x = _root.player.groundx; _root.ground._y = _root.player.groundy; } }
Instance of Symbol 176 MovieClip in Symbol 205 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y + 1, true)) { _root.lives--; _root.player._y = _root.player.orangey; _root.player._x = _root.player.orangex; _root.ground._x = _root.player.groundx; _root.ground._y = _root.player.groundy; } }
Instance of Symbol 176 MovieClip in Symbol 205 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y + 1, true)) { _root.lives--; _root.player._y = _root.player.orangey; _root.player._x = _root.player.orangex; _root.ground._x = _root.player.groundx; _root.ground._y = _root.player.groundy; } }
Instance of Symbol 176 MovieClip in Symbol 205 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y + 1, true)) { _root.lives--; _root.player._y = _root.player.orangey; _root.player._x = _root.player.orangex; _root.ground._x = _root.player.groundx; _root.ground._y = _root.player.groundy; } }
Instance of Symbol 204 MovieClip in Symbol 205 MovieClip Frame 1
onClipEvent (load) { up = false; down = false; time = 10; speed = 5; } onClipEvent (enterFrame) { if ((!up) && (!down)) { time--; } if (time <= 0) { up = true; time = 10; } if (up) { _y = (_y - speed); _yscale = 100; } if (down) { _y = (_y + speed); _yscale = -100; } if (_y <= 22) { up = false; down = true; } if (_y >= 231) { down = false; up = false; } if (this.hitTest(_root.player)) { _root.lives--; _root.player._y = _root.player.orangey; _root.player._x = _root.player.orangex; _root.ground._x = _root.player.groundx; _root.ground._y = _root.player.groundy; } }
Instance of Symbol 204 MovieClip in Symbol 205 MovieClip Frame 1
onClipEvent (load) { up = false; down = false; time = 10; speed = 5; } onClipEvent (enterFrame) { if ((!up) && (!down)) { time--; } if (time <= 0) { up = true; time = 10; } if (up) { _y = (_y - speed); _yscale = 100; } if (down) { _y = (_y + speed); _yscale = -100; } if (_y <= 22) { up = false; down = true; } if (_y >= 231) { down = false; up = false; } if (this.hitTest(_root.player)) { _root.lives--; _root.player._y = _root.player.orangey; _root.player._x = _root.player.orangex; _root.ground._x = _root.player.groundx; _root.ground._y = _root.player.groundy; } }
Instance of Symbol 204 MovieClip in Symbol 205 MovieClip Frame 1
onClipEvent (load) { up = false; down = false; time = 10; speed = 5; } onClipEvent (enterFrame) { if ((!up) && (!down)) { time--; } if (time <= 0) { up = true; time = 10; } if (up) { _y = (_y - speed); _yscale = 100; } if (down) { _y = (_y + speed); _yscale = -100; } if (_y <= 22) { up = false; down = true; } if (_y >= 231) { down = false; up = false; } if (this.hitTest(_root.player)) { _root.lives--; _root.player._y = _root.player.orangey; _root.player._x = _root.player.orangex; _root.ground._x = _root.player.groundx; _root.ground._y = _root.player.groundy; } }
Instance of Symbol 204 MovieClip in Symbol 205 MovieClip Frame 1
onClipEvent (load) { up = false; down = false; time = 10; speed = 5; } onClipEvent (enterFrame) { if ((!up) && (!down)) { time--; } if (time <= 0) { up = true; time = 10; } if (up) { _y = (_y - speed); _yscale = 100; } if (down) { _y = (_y + speed); _yscale = -100; } if (_y <= 22) { up = false; down = true; } if (_y >= 231) { down = false; up = false; } if (this.hitTest(_root.player)) { _root.lives--; _root.player._y = _root.player.orangey; _root.player._x = _root.player.orangex; _root.ground._x = _root.player.groundx; _root.ground._y = _root.player.groundy; } }
Instance of Symbol 210 MovieClip in Symbol 213 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.lives--; _root.player._y = _root.player.orangey; _root.player._x = _root.player.orangex; _root.ground._x = _root.player.groundx; _root.ground._y = _root.player.groundy; } }
Instance of Symbol 220 MovieClip in Symbol 221 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.lives--; _root.player._y = _root.player.orangey; _root.player._x = _root.player.orangex; _root.ground._x = _root.player.groundx; _root.ground._y = _root.player.groundy; } }
Instance of Symbol 220 MovieClip in Symbol 221 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.lives--; _root.player._y = _root.player.orangey; _root.player._x = _root.player.orangex; _root.ground._x = _root.player.groundx; _root.ground._y = _root.player.groundy; } }
Instance of Symbol 220 MovieClip in Symbol 221 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.lives--; _root.player._y = _root.player.orangey; _root.player._x = _root.player.orangex; _root.ground._x = _root.player.groundx; _root.ground._y = _root.player.groundy; } }
Instance of Symbol 220 MovieClip in Symbol 221 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.lives--; _root.player._y = _root.player.orangey; _root.player._x = _root.player.orangex; _root.ground._x = _root.player.groundx; _root.ground._y = _root.player.groundy; } }
Instance of Symbol 220 MovieClip in Symbol 221 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.lives--; _root.player._y = _root.player.orangey; _root.player._x = _root.player.orangex; _root.ground._x = _root.player.groundx; _root.ground._y = _root.player.groundy; } }
Instance of Symbol 220 MovieClip in Symbol 221 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.lives--; _root.player._y = _root.player.orangey; _root.player._x = _root.player.orangex; _root.ground._x = _root.player.groundx; _root.ground._y = _root.player.groundy; } }
Instance of Symbol 220 MovieClip in Symbol 221 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.lives--; _root.player._y = _root.player.orangey; _root.player._x = _root.player.orangex; _root.ground._x = _root.player.groundx; _root.ground._y = _root.player.groundy; } }
Instance of Symbol 220 MovieClip in Symbol 221 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.lives--; _root.player._y = _root.player.orangey; _root.player._x = _root.player.orangex; _root.ground._x = _root.player.groundx; _root.ground._y = _root.player.groundy; } }
Instance of Symbol 220 MovieClip in Symbol 221 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.lives--; _root.player._y = _root.player.orangey; _root.player._x = _root.player.orangex; _root.ground._x = _root.player.groundx; _root.ground._y = _root.player.groundy; } }
Instance of Symbol 221 MovieClip in Symbol 222 MovieClip Frame 1
onClipEvent (enterFrame) { _rotation = (_rotation - 2); }
Instance of Symbol 221 MovieClip in Symbol 222 MovieClip Frame 1
onClipEvent (enterFrame) { _rotation = (_rotation - 2); }
Instance of Symbol 231 MovieClip in Symbol 232 MovieClip Frame 1
onClipEvent (enterFrame) { _rotation = (_rotation + 4); }
Instance of Symbol 238 MovieClip in Symbol 239 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.lives--; _root.player._y = _root.player.orangey; _root.player._x = _root.player.orangex; _root.ground._x = _root.player.groundx; _root.ground._y = _root.player.groundy; } }
Instance of Symbol 238 MovieClip in Symbol 239 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.lives--; _root.player._y = _root.player.orangey; _root.player._x = _root.player.orangex; _root.ground._x = _root.player.groundx; _root.ground._y = _root.player.groundy; } }
Instance of Symbol 245 MovieClip in Symbol 246 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y, true)) { _y = 700; } }
Symbol 291 Button
on (press) { nextFrame(); }
Symbol 294 Button
on (press) { _root.play(); }
Symbol 295 MovieClip Frame 1
stop();
Symbol 295 MovieClip Frame 2
stop();
Symbol 344 MovieClip Frame 70
stop();
Symbol 348 Button
on (release) { _root.gotoAndPlay(1); }
Symbol 355 MovieClip Frame 70
stop();

Library Items

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

Instance Names

"ground"Frame 6Symbol 54 MovieClip
"ground"Frame 8Symbol 65 MovieClip
"player"Frame 8Symbol 59 MovieClip
"ground"Frame 10Symbol 68 MovieClip
"ground"Frame 12Symbol 81 MovieClip
"ground"Frame 14Symbol 89 MovieClip
"ground"Frame 16Symbol 96 MovieClip
"sign"Frame 16Symbol 98 MovieClip
"boat"Frame 16Symbol 102 MovieClip
"ground"Frame 18Symbol 105 MovieClip
"ground"Frame 20Symbol 112 MovieClip
"player"Frame 20Symbol 59 MovieClip
"ground"Frame 22Symbol 123 MovieClip
"player"Frame 22Symbol 59 MovieClip
"ground"Frame 24Symbol 126 MovieClip
"boulder"Frame 24Symbol 128 MovieClip
"ground"Frame 809Symbol 177 MovieClip
"player"Frame 1004Symbol 59 MovieClip
"ground"Frame 1006Symbol 205 MovieClip
"player"Frame 1006Symbol 59 MovieClip
"ground"Frame 1008Symbol 215 MovieClip
"player"Frame 1008Symbol 59 MovieClip
"ground"Frame 1010Symbol 222 MovieClip
"player"Frame 1010Symbol 59 MovieClip
"ground"Frame 1012Symbol 226 MovieClip
"player"Frame 1012Symbol 59 MovieClip
"ground"Frame 1014Symbol 232 MovieClip
"player"Frame 1014Symbol 59 MovieClip
"ground"Frame 1016Symbol 239 MovieClip
"player"Frame 1016Symbol 59 MovieClip
"ground"Frame 1018Symbol 247 MovieClip
"player"Frame 1018Symbol 59 MovieClip
"ground"Frame 1020Symbol 205 MovieClip
"player"Frame 1020Symbol 59 MovieClip
"ground"Frame 1022Symbol 256 MovieClip
"ground"Frame 1466Symbol 256 MovieClip
"l1"Frame 1466Symbol 298 MovieClip
"l2"Frame 1466Symbol 298 MovieClip
"l3"Frame 1466Symbol 298 MovieClip
"barrel"Frame 1466Symbol 301 MovieClip
"stopper"Frame 1466Symbol 303 MovieClip
"player"Frame 1466Symbol 59 MovieClip
"bar"Symbol 10 MovieClip Frame 1Symbol 2 MovieClip
"warp"Symbol 54 MovieClip Frame 1Symbol 51 MovieClip
"warp"Symbol 65 MovieClip Frame 1Symbol 51 MovieClip
"warp"Symbol 68 MovieClip Frame 1Symbol 51 MovieClip
"warp"Symbol 81 MovieClip Frame 1Symbol 51 MovieClip
"warp"Symbol 89 MovieClip Frame 1Symbol 51 MovieClip
"spikes"Symbol 89 MovieClip Frame 1Symbol 88 MovieClip
"warp"Symbol 96 MovieClip Frame 1Symbol 51 MovieClip
"water"Symbol 96 MovieClip Frame 1Symbol 95 MovieClip
"warp"Symbol 105 MovieClip Frame 1Symbol 51 MovieClip
"warp"Symbol 112 MovieClip Frame 1Symbol 51 MovieClip
"warp"Symbol 123 MovieClip Frame 1Symbol 51 MovieClip
"inviso"Symbol 123 MovieClip Frame 1Symbol 15 MovieClip
"lever"Symbol 123 MovieClip Frame 1Symbol 122 MovieClip
"tall"Symbol 126 MovieClip Frame 1Symbol 15 MovieClip
"warp"Symbol 126 MovieClip Frame 1Symbol 51 MovieClip
"lava"Symbol 177 MovieClip Frame 1Symbol 176 MovieClip
"warp"Symbol 177 MovieClip Frame 1Symbol 51 MovieClip
"warp"Symbol 205 MovieClip Frame 1Symbol 51 MovieClip
"warp"Symbol 215 MovieClip Frame 1Symbol 51 MovieClip
"warp"Symbol 222 MovieClip Frame 1Symbol 51 MovieClip
"warp"Symbol 226 MovieClip Frame 1Symbol 51 MovieClip
"lava"Symbol 226 MovieClip Frame 1Symbol 176 MovieClip
"warp"Symbol 232 MovieClip Frame 1Symbol 51 MovieClip
"lava"Symbol 232 MovieClip Frame 1Symbol 176 MovieClip
"warp"Symbol 239 MovieClip Frame 1Symbol 51 MovieClip
"warp"Symbol 247 MovieClip Frame 1Symbol 51 MovieClip
"ground"Symbol 285 MovieClip Frame 1Symbol 256 MovieClip
"barrel"Symbol 301 MovieClip Frame 1Symbol 300 MovieClip
"ground"Symbol 322 MovieClip Frame 1Symbol 256 MovieClip
"l1"Symbol 322 MovieClip Frame 1Symbol 298 MovieClip
"l2"Symbol 322 MovieClip Frame 1Symbol 298 MovieClip
"l3"Symbol 322 MovieClip Frame 1Symbol 298 MovieClip

Special Tags

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

Labels

"gameover"Frame 2454
"loaded"Symbol 10 MovieClip Frame 3

Dynamic Text Variables

passSymbol 38 EditableText"<p align="center"><font face="Porky's" size="42" color="#ffff00" letterSpacing="0.000000" kerning="1">zomgsux</font></p>"
livesSymbol 56 EditableText"<p align="left"></p>"
livesSymbol 67 EditableText"<p align="left"></p>"
livesSymbol 70 EditableText"<p align="left"></p>"
livesSymbol 83 EditableText"<p align="left"></p>"
livesSymbol 91 EditableText"<p align="left"></p>"
livesSymbol 100 EditableText"<p align="left"></p>"
livesSymbol 107 EditableText"<p align="left"></p>"
livesSymbol 114 EditableText"<p align="left"></p>"
livesSymbol 125 EditableText"<p align="left"></p>"
livesSymbol 130 EditableText"<p align="left"></p>"
livesSymbol 140 EditableText"<p align="left"></p>"
livesSymbol 146 EditableText"<p align="left"></p>"
livesSymbol 148 EditableText"<p align="left"></p>"
livesSymbol 153 EditableText"<p align="left"></p>"
livesSymbol 155 EditableText"<p align="left"></p>"
livesSymbol 157 EditableText"<p align="left"></p>"
livesSymbol 159 EditableText"<p align="left"></p>"
livesSymbol 161 EditableText"<p align="left"></p>"
livesSymbol 163 EditableText"<p align="left"></p>"
livesSymbol 165 EditableText"<p align="left"></p>"
livesSymbol 167 EditableText"<p align="left"></p>"
livesSymbol 199 EditableText"<p align="left"></p>"
livesSymbol 207 EditableText"<p align="left"></p>"
livesSymbol 217 EditableText"<p align="left"></p>"
livesSymbol 224 EditableText"<p align="left"></p>"
livesSymbol 228 EditableText"<p align="left"></p>"
livesSymbol 234 EditableText"<p align="left"></p>"
livesSymbol 241 EditableText"<p align="left"></p>"
livesSymbol 249 EditableText"<p align="left"></p>"
livesSymbol 252 EditableText"<p align="left"></p>"




http://swfchan.com/13/61157/info.shtml
Created: 15/4 -2019 18:46:41 Last modified: 15/4 -2019 18:46:41 Server time: 29/04 -2024 05:33:40