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

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

super_pinkie_world_2_by_certaintyprinciple-d4f944u.swf

This is the info page for
Flash #101845

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


Text
Loading...

Loading...

2

Super Pinkie
World

Super Pinkie
World

Password

PLAY

PLAY

PLAY

Score:

Score:

Health:

Health:

Level:

Level:

Good Job!

Good Job!

There is so much more to see and hear.

There is so much more to see and hear.

Game Over

Password:

Password:

Game Over

STOP LOOKING AT ME

IS THER ANYTHING
I CAN DO?

3123xcx3

000000000000

2134567000

0098645

978000

@J

ALMOST THERE?

YOU ARE ILL

ActionScript [AS1/AS2]

Frame 1
stop(); stopAllSounds(); pass = "Password?"; hp = 100; score = 0;
Instance of Symbol 4 MovieClip in Frame 1
onClipEvent (enterFrame) { ifFrameLoaded (22) { unloadMovie (this); } }
Frame 2
lvl = 1;
Instance of Symbol 81 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.cam) && (_root.hp > 0)) { _x = (_x + ((_root.hitbox._x - _x) / 40)); _y = (_y + ((_root.hitbox._y - _y) / 40)); } if (this.hitTest(_root.hitbox) && (_root.hp > 0)) { _root.hp--; } }
Instance of Symbol 83 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 124 MovieClip in Frame 2
onClipEvent (enterFrame) { if (_root.lvl == 1) { this.gotoAndStop("AJ"); } if (this.hitTest(_root.pinkie)) { _root.play(); } }
Instance of Symbol 177 MovieClip "pinkie" in Frame 2
onClipEvent (load) { var ground = _root.ground; var grav = 0; var gravity = 2; var speed = 8; var maxJump = -20; var touchingGround = false; moving = true; } onClipEvent (enterFrame) { _y = (_y + grav); grav = grav + gravity; while (ground.hitTest(_x, _y, true)) { _y = (_y - gravity); grav = 0; } if (((Key.isDown(65) || (Key.isDown(68))) || (Key.isDown(87))) || (touchingGround == false)) { moving = true; } else { moving = false; } if (ground.hitTest(_x, _y + 5, true)) { touchingGround = true; } else { touchingGround = false; } if (Key.isDown(68)) { if (touchingGround == true) { gotoAndStop ("walk"); } this._xscale = -100; _x = (_x + speed); } if (Key.isDown(65)) { if (touchingGround == true) { gotoAndStop ("walk"); } this._xscale = 100; _x = (_x - speed); } if (Key.isDown(87) && (touchingGround)) { gotoAndStop ("jump"); grav = maxJump; } if (moving == false) { gotoAndStop ("stand"); } if (ground.hitTest(_x + (_width / 2), _y - (_height / 2), true)) { _x = (_x - speed); } if (ground.hitTest(_x - (_width / 2), _y - (_height / 2), true)) { _x = (_x + speed); } if (ground.hitTest(_x, _y - _height, true)) { grav = 3; } if (_root.hp <= 0) { unloadMovie (this); } }
Instance of Symbol 179 MovieClip "hitbox" in Frame 2
onClipEvent (enterFrame) { _x = (_x + (_root.pinkie._x - _x)); _y = (_y + (_root.pinkie._y - _y)); }
Instance of Symbol 81 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.cam) && (_root.hp > 0)) { _x = (_x + ((_root.hitbox._x - _x) / 40)); _y = (_y + ((_root.hitbox._y - _y) / 40)); } if (this.hitTest(_root.hitbox) && (_root.hp > 0)) { _root.hp--; } }
Instance of Symbol 81 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.cam) && (_root.hp > 0)) { _x = (_x + ((_root.hitbox._x - _x) / 40)); _y = (_y + ((_root.hitbox._y - _y) / 40)); } if (this.hitTest(_root.hitbox) && (_root.hp > 0)) { _root.hp--; } }
Instance of Symbol 187 MovieClip in Frame 2
onClipEvent (enterFrame) { _x = (_x + ((_root.pinkie._x - _x) / 1)); if (this.hitTest(_root.pinkie)) { _root.hp = 0; unloadMovie (_root.pinkie); } }
Instance of Symbol 189 MovieClip "cam" in Frame 2
onClipEvent (enterFrame) { _x = (_x + ((_root.pinkie._x - _x) / 3)); }
Instance of Symbol 205 MovieClip in Frame 2
onClipEvent (enterFrame) { _x = (_x + ((_root.pinkie._x - _x) / 3)); if (_root.hp <= 0) { _root.gotoAndStop("gameover"); } }
Frame 4
stop(); lvl = 2;
Instance of Symbol 83 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 177 MovieClip "pinkie" in Frame 4
onClipEvent (load) { var ground = _root.ground; var grav = 0; var gravity = 2; var speed = 8; var maxJump = -20; var touchingGround = false; moving = true; } onClipEvent (enterFrame) { _y = (_y + grav); grav = grav + gravity; while (ground.hitTest(_x, _y, true)) { _y = (_y - gravity); grav = 0; } if (((Key.isDown(65) || (Key.isDown(68))) || (Key.isDown(87))) || (touchingGround == false)) { moving = true; } else { moving = false; } if (ground.hitTest(_x, _y + 5, true)) { touchingGround = true; } else { touchingGround = false; } if (Key.isDown(68)) { if (touchingGround == true) { gotoAndStop ("walk"); } this._xscale = -100; _x = (_x + speed); } if (Key.isDown(65)) { if (touchingGround == true) { gotoAndStop ("walk"); } this._xscale = 100; _x = (_x - speed); } if (Key.isDown(87) && (touchingGround)) { gotoAndStop ("jump"); grav = maxJump; } if (moving == false) { gotoAndStop ("stand"); } if (ground.hitTest(_x + (_width / 2), _y - (_height / 2), true)) { _x = (_x - speed); } if (ground.hitTest(_x - (_width / 2), _y - (_height / 2), true)) { _x = (_x + speed); } if (ground.hitTest(_x, _y - _height, true)) { grav = 3; } if (_root.hp <= 0) { unloadMovie (this); } }
Instance of Symbol 179 MovieClip "hitbox" in Frame 4
onClipEvent (enterFrame) { _x = (_x + (_root.pinkie._x - _x)); _y = (_y + (_root.pinkie._y - _y)); }
Instance of Symbol 124 MovieClip in Frame 4
onClipEvent (enterFrame) { if (_root.lvl == 2) { this.gotoAndStop("dash"); } if (this.hitTest(_root.pinkie)) { _root.play(); } }
Instance of Symbol 81 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.cam) && (_root.hp > 0)) { _x = (_x + ((_root.hitbox._x - _x) / 40)); _y = (_y + ((_root.hitbox._y - _y) / 40)); } if (this.hitTest(_root.hitbox) && (_root.hp > 0)) { _root.hp--; } }
Instance of Symbol 81 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.cam) && (_root.hp > 0)) { _x = (_x + ((_root.hitbox._x - _x) / 40)); _y = (_y + ((_root.hitbox._y - _y) / 40)); } if (this.hitTest(_root.hitbox) && (_root.hp > 0)) { _root.hp--; } }
Instance of Symbol 81 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.cam) && (_root.hp > 0)) { _x = (_x + ((_root.hitbox._x - _x) / 40)); _y = (_y + ((_root.hitbox._y - _y) / 40)); } if (this.hitTest(_root.hitbox) && (_root.hp > 0)) { _root.hp--; } }
Instance of Symbol 81 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.cam) && (_root.hp > 0)) { _x = (_x + ((_root.hitbox._x - _x) / 40)); _y = (_y + ((_root.hitbox._y - _y) / 40)); } if (this.hitTest(_root.hitbox) && (_root.hp > 0)) { _root.hp--; } }
Frame 6
stop(); lvl = 3;
Instance of Symbol 187 MovieClip in Frame 6
onClipEvent (enterFrame) { _x = (_x + ((_root.pinkie._x - _x) / 1)); if (this.hitTest(_root.pinkie)) { _root.hp = 0; unloadMovie (_root.pinkie); } }
Instance of Symbol 83 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 124 MovieClip in Frame 6
onClipEvent (enterFrame) { if (_root.lvl == 3) { this.gotoAndStop("derpy"); } if (this.hitTest(_root.pinkie)) { _root.play(); } }
Instance of Symbol 83 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 81 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.cam) && (_root.hp > 0)) { _x = (_x + ((_root.hitbox._x - _x) / 40)); _y = (_y + ((_root.hitbox._y - _y) / 40)); } if (this.hitTest(_root.hitbox) && (_root.hp > 0)) { _root.hp--; } }
Instance of Symbol 83 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 177 MovieClip "pinkie" in Frame 6
onClipEvent (load) { var ground = _root.ground; var grav = 0; var gravity = 2; var speed = 8; var maxJump = -20; var touchingGround = false; moving = true; } onClipEvent (enterFrame) { _y = (_y + grav); grav = grav + gravity; while (ground.hitTest(_x, _y, true)) { _y = (_y - gravity); grav = 0; } if (((Key.isDown(65) || (Key.isDown(68))) || (Key.isDown(87))) || (touchingGround == false)) { moving = true; } else { moving = false; } if (ground.hitTest(_x, _y + 5, true)) { touchingGround = true; } else { touchingGround = false; } if (Key.isDown(68)) { if (touchingGround == true) { gotoAndStop ("walk"); } this._xscale = -100; _x = (_x + speed); } if (Key.isDown(65)) { if (touchingGround == true) { gotoAndStop ("walk"); } this._xscale = 100; _x = (_x - speed); } if (Key.isDown(87) && (touchingGround)) { gotoAndStop ("jump"); grav = maxJump; } if (moving == false) { gotoAndStop ("stand"); } if (ground.hitTest(_x + (_width / 2), _y - (_height / 2), true)) { _x = (_x - speed); } if (ground.hitTest(_x - (_width / 2), _y - (_height / 2), true)) { _x = (_x + speed); } if (ground.hitTest(_x, _y - _height, true)) { grav = 3; } if (_root.hp <= 0) { unloadMovie (this); } }
Instance of Symbol 179 MovieClip "hitbox" in Frame 6
onClipEvent (enterFrame) { _x = (_x + (_root.pinkie._x - _x)); _y = (_y + (_root.pinkie._y - _y)); }
Instance of Symbol 81 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.cam) && (_root.hp > 0)) { _x = (_x + ((_root.hitbox._x - _x) / 40)); _y = (_y + ((_root.hitbox._y - _y) / 40)); } if (this.hitTest(_root.hitbox) && (_root.hp > 0)) { _root.hp--; } }
Instance of Symbol 81 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.cam) && (_root.hp > 0)) { _x = (_x + ((_root.hitbox._x - _x) / 40)); _y = (_y + ((_root.hitbox._y - _y) / 40)); } if (this.hitTest(_root.hitbox) && (_root.hp > 0)) { _root.hp--; } }
Instance of Symbol 81 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.cam) && (_root.hp > 0)) { _x = (_x + ((_root.hitbox._x - _x) / 40)); _y = (_y + ((_root.hitbox._y - _y) / 40)); } if (this.hitTest(_root.hitbox) && (_root.hp > 0)) { _root.hp--; } }
Instance of Symbol 187 MovieClip in Frame 7
onClipEvent (enterFrame) { _x = (_x + ((_root.pinkie._x - _x) / 1)); if (this.hitTest(_root.pinkie)) { _root.hp = 0; unloadMovie (_root.pinkie); } }
Frame 8
stop(); lvl = 4;
Instance of Symbol 83 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 124 MovieClip in Frame 8
onClipEvent (enterFrame) { if (_root.lvl == 4) { this.gotoAndStop("fluttershy"); } if (this.hitTest(_root.pinkie)) { _root.play(); } }
Instance of Symbol 177 MovieClip "pinkie" in Frame 8
onClipEvent (load) { var ground = _root.ground; var grav = 0; var gravity = 2; var speed = 8; var maxJump = -20; var touchingGround = false; moving = true; } onClipEvent (enterFrame) { _y = (_y + grav); grav = grav + gravity; while (ground.hitTest(_x, _y, true)) { _y = (_y - gravity); grav = 0; } if (((Key.isDown(65) || (Key.isDown(68))) || (Key.isDown(87))) || (touchingGround == false)) { moving = true; } else { moving = false; } if (ground.hitTest(_x, _y + 5, true)) { touchingGround = true; } else { touchingGround = false; } if (Key.isDown(68)) { if (touchingGround == true) { gotoAndStop ("walk"); } this._xscale = -100; _x = (_x + speed); } if (Key.isDown(65)) { if (touchingGround == true) { gotoAndStop ("walk"); } this._xscale = 100; _x = (_x - speed); } if (Key.isDown(87) && (touchingGround)) { gotoAndStop ("jump"); grav = maxJump; } if (moving == false) { gotoAndStop ("stand"); } if (ground.hitTest(_x + (_width / 2), _y - (_height / 2), true)) { _x = (_x - speed); } if (ground.hitTest(_x - (_width / 2), _y - (_height / 2), true)) { _x = (_x + speed); } if (ground.hitTest(_x, _y - _height, true)) { grav = 3; } if (_root.hp <= 0) { unloadMovie (this); } }
Instance of Symbol 179 MovieClip "hitbox" in Frame 8
onClipEvent (enterFrame) { _x = (_x + (_root.pinkie._x - _x)); _y = (_y + (_root.pinkie._y - _y)); }
Instance of Symbol 81 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.cam) && (_root.hp > 0)) { _x = (_x + ((_root.hitbox._x - _x) / 40)); _y = (_y + ((_root.hitbox._y - _y) / 40)); } if (this.hitTest(_root.hitbox) && (_root.hp > 0)) { _root.hp--; } }
Instance of Symbol 81 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.cam) && (_root.hp > 0)) { _x = (_x + ((_root.hitbox._x - _x) / 40)); _y = (_y + ((_root.hitbox._y - _y) / 40)); } if (this.hitTest(_root.hitbox) && (_root.hp > 0)) { _root.hp--; } }
Instance of Symbol 81 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.cam) && (_root.hp > 0)) { _x = (_x + ((_root.hitbox._x - _x) / 40)); _y = (_y + ((_root.hitbox._y - _y) / 40)); } if (this.hitTest(_root.hitbox) && (_root.hp > 0)) { _root.hp--; } }
Instance of Symbol 81 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.cam) && (_root.hp > 0)) { _x = (_x + ((_root.hitbox._x - _x) / 40)); _y = (_y + ((_root.hitbox._y - _y) / 40)); } if (this.hitTest(_root.hitbox) && (_root.hp > 0)) { _root.hp--; } }
Frame 10
stop(); lvl = 5;
Instance of Symbol 124 MovieClip in Frame 10
onClipEvent (enterFrame) { if (_root.lvl == 5) { this.gotoAndStop("twilight"); } if (this.hitTest(_root.pinkie)) { _root.play(); } }
Instance of Symbol 83 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 177 MovieClip "pinkie" in Frame 10
onClipEvent (load) { var ground = _root.ground; var grav = 0; var gravity = 2; var speed = 8; var maxJump = -20; var touchingGround = false; moving = true; } onClipEvent (enterFrame) { _y = (_y + grav); grav = grav + gravity; while (ground.hitTest(_x, _y, true)) { _y = (_y - gravity); grav = 0; } if (((Key.isDown(65) || (Key.isDown(68))) || (Key.isDown(87))) || (touchingGround == false)) { moving = true; } else { moving = false; } if (ground.hitTest(_x, _y + 5, true)) { touchingGround = true; } else { touchingGround = false; } if (Key.isDown(68)) { if (touchingGround == true) { gotoAndStop ("walk"); } this._xscale = -100; _x = (_x + speed); } if (Key.isDown(65)) { if (touchingGround == true) { gotoAndStop ("walk"); } this._xscale = 100; _x = (_x - speed); } if (Key.isDown(87) && (touchingGround)) { gotoAndStop ("jump"); grav = maxJump; } if (moving == false) { gotoAndStop ("stand"); } if (ground.hitTest(_x + (_width / 2), _y - (_height / 2), true)) { _x = (_x - speed); } if (ground.hitTest(_x - (_width / 2), _y - (_height / 2), true)) { _x = (_x + speed); } if (ground.hitTest(_x, _y - _height, true)) { grav = 3; } if (_root.hp <= 0) { unloadMovie (this); } }
Instance of Symbol 179 MovieClip "hitbox" in Frame 10
onClipEvent (enterFrame) { _x = (_x + (_root.pinkie._x - _x)); _y = (_y + (_root.pinkie._y - _y)); }
Instance of Symbol 81 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.cam) && (_root.hp > 0)) { _x = (_x + ((_root.hitbox._x - _x) / 40)); _y = (_y + ((_root.hitbox._y - _y) / 40)); } if (this.hitTest(_root.hitbox) && (_root.hp > 0)) { _root.hp--; } }
Instance of Symbol 81 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.cam) && (_root.hp > 0)) { _x = (_x + ((_root.hitbox._x - _x) / 40)); _y = (_y + ((_root.hitbox._y - _y) / 40)); } if (this.hitTest(_root.hitbox) && (_root.hp > 0)) { _root.hp--; } }
Instance of Symbol 81 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.cam) && (_root.hp > 0)) { _x = (_x + ((_root.hitbox._x - _x) / 40)); _y = (_y + ((_root.hitbox._y - _y) / 40)); } if (this.hitTest(_root.hitbox) && (_root.hp > 0)) { _root.hp--; } }
Frame 12
stop(); lvl = 6;
Instance of Symbol 83 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 177 MovieClip "pinkie" in Frame 12
onClipEvent (load) { var ground = _root.ground; var grav = 0; var gravity = 2; var speed = 8; var maxJump = -20; var touchingGround = false; moving = true; } onClipEvent (enterFrame) { _y = (_y + grav); grav = grav + gravity; while (ground.hitTest(_x, _y, true)) { _y = (_y - gravity); grav = 0; } if (((Key.isDown(65) || (Key.isDown(68))) || (Key.isDown(87))) || (touchingGround == false)) { moving = true; } else { moving = false; } if (ground.hitTest(_x, _y + 5, true)) { touchingGround = true; } else { touchingGround = false; } if (Key.isDown(68)) { if (touchingGround == true) { gotoAndStop ("walk"); } this._xscale = -100; _x = (_x + speed); } if (Key.isDown(65)) { if (touchingGround == true) { gotoAndStop ("walk"); } this._xscale = 100; _x = (_x - speed); } if (Key.isDown(87) && (touchingGround)) { gotoAndStop ("jump"); grav = maxJump; } if (moving == false) { gotoAndStop ("stand"); } if (ground.hitTest(_x + (_width / 2), _y - (_height / 2), true)) { _x = (_x - speed); } if (ground.hitTest(_x - (_width / 2), _y - (_height / 2), true)) { _x = (_x + speed); } if (ground.hitTest(_x, _y - _height, true)) { grav = 3; } if (_root.hp <= 0) { unloadMovie (this); } }
Instance of Symbol 179 MovieClip "hitbox" in Frame 12
onClipEvent (enterFrame) { _x = (_x + (_root.pinkie._x - _x)); _y = (_y + (_root.pinkie._y - _y)); }
Instance of Symbol 83 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 81 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.cam) && (_root.hp > 0)) { _x = (_x + ((_root.hitbox._x - _x) / 40)); _y = (_y + ((_root.hitbox._y - _y) / 40)); } if (this.hitTest(_root.hitbox) && (_root.hp > 0)) { _root.hp--; } }
Instance of Symbol 81 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.cam) && (_root.hp > 0)) { _x = (_x + ((_root.hitbox._x - _x) / 40)); _y = (_y + ((_root.hitbox._y - _y) / 40)); } if (this.hitTest(_root.hitbox) && (_root.hp > 0)) { _root.hp--; } }
Instance of Symbol 81 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.cam) && (_root.hp > 0)) { _x = (_x + ((_root.hitbox._x - _x) / 40)); _y = (_y + ((_root.hitbox._y - _y) / 40)); } if (this.hitTest(_root.hitbox) && (_root.hp > 0)) { _root.hp--; } }
Instance of Symbol 81 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.cam) && (_root.hp > 0)) { _x = (_x + ((_root.hitbox._x - _x) / 40)); _y = (_y + ((_root.hitbox._y - _y) / 40)); } if (this.hitTest(_root.hitbox) && (_root.hp > 0)) { _root.hp--; } }
Instance of Symbol 81 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.cam) && (_root.hp > 0)) { _x = (_x + ((_root.hitbox._x - _x) / 40)); _y = (_y + ((_root.hitbox._y - _y) / 40)); } if (this.hitTest(_root.hitbox) && (_root.hp > 0)) { _root.hp--; } }
Instance of Symbol 124 MovieClip in Frame 12
onClipEvent (enterFrame) { if (_root.lvl == 6) { this.gotoAndStop("colgate"); } if (this.hitTest(_root.pinkie)) { _root.play(); } }
Frame 14
stop(); lvl = 7;
Instance of Symbol 187 MovieClip in Frame 14
onClipEvent (enterFrame) { _x = (_x + ((_root.pinkie._x - _x) / 1)); if (this.hitTest(_root.pinkie)) { _root.hp = 0; unloadMovie (_root.pinkie); } }
Instance of Symbol 83 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 177 MovieClip "pinkie" in Frame 14
onClipEvent (load) { var ground = _root.ground; var grav = 0; var gravity = 2; var speed = 8; var maxJump = -20; var touchingGround = false; moving = true; } onClipEvent (enterFrame) { _y = (_y + grav); grav = grav + gravity; while (ground.hitTest(_x, _y, true)) { _y = (_y - gravity); grav = 0; } if (((Key.isDown(65) || (Key.isDown(68))) || (Key.isDown(87))) || (touchingGround == false)) { moving = true; } else { moving = false; } if (ground.hitTest(_x, _y + 5, true)) { touchingGround = true; } else { touchingGround = false; } if (Key.isDown(68)) { if (touchingGround == true) { gotoAndStop ("walk"); } this._xscale = -100; _x = (_x + speed); } if (Key.isDown(65)) { if (touchingGround == true) { gotoAndStop ("walk"); } this._xscale = 100; _x = (_x - speed); } if (Key.isDown(87) && (touchingGround)) { gotoAndStop ("jump"); grav = maxJump; } if (moving == false) { gotoAndStop ("stand"); } if (ground.hitTest(_x + (_width / 2), _y - (_height / 2), true)) { _x = (_x - speed); } if (ground.hitTest(_x - (_width / 2), _y - (_height / 2), true)) { _x = (_x + speed); } if (ground.hitTest(_x, _y - _height, true)) { grav = 3; } if (_root.hp <= 0) { unloadMovie (this); } }
Instance of Symbol 179 MovieClip "hitbox" in Frame 14
onClipEvent (enterFrame) { _x = (_x + (_root.pinkie._x - _x)); _y = (_y + (_root.pinkie._y - _y)); }
Instance of Symbol 83 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 124 MovieClip in Frame 14
onClipEvent (enterFrame) { if (_root.lvl == 7) { this.gotoAndStop("rarity"); } if (this.hitTest(_root.pinkie)) { _root.play(); } }
Instance of Symbol 81 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.cam) && (_root.hp > 0)) { _x = (_x + ((_root.hitbox._x - _x) / 40)); _y = (_y + ((_root.hitbox._y - _y) / 40)); } if (this.hitTest(_root.hitbox) && (_root.hp > 0)) { _root.hp--; } }
Instance of Symbol 81 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.cam) && (_root.hp > 0)) { _x = (_x + ((_root.hitbox._x - _x) / 40)); _y = (_y + ((_root.hitbox._y - _y) / 40)); } if (this.hitTest(_root.hitbox) && (_root.hp > 0)) { _root.hp--; } }
Instance of Symbol 81 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.cam) && (_root.hp > 0)) { _x = (_x + ((_root.hitbox._x - _x) / 40)); _y = (_y + ((_root.hitbox._y - _y) / 40)); } if (this.hitTest(_root.hitbox) && (_root.hp > 0)) { _root.hp--; } }
Instance of Symbol 81 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.cam) && (_root.hp > 0)) { _x = (_x + ((_root.hitbox._x - _x) / 40)); _y = (_y + ((_root.hitbox._y - _y) / 40)); } if (this.hitTest(_root.hitbox) && (_root.hp > 0)) { _root.hp--; } }
Instance of Symbol 81 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.cam) && (_root.hp > 0)) { _x = (_x + ((_root.hitbox._x - _x) / 40)); _y = (_y + ((_root.hitbox._y - _y) / 40)); } if (this.hitTest(_root.hitbox) && (_root.hp > 0)) { _root.hp--; } }
Instance of Symbol 187 MovieClip in Frame 15
onClipEvent (enterFrame) { _x = (_x + ((_root.pinkie._x - _x) / 1)); if (this.hitTest(_root.pinkie)) { _root.hp = 0; unloadMovie (_root.pinkie); } }
Frame 16
stop(); lvl = 8;
Instance of Symbol 124 MovieClip in Frame 16
onClipEvent (enterFrame) { if (_root.lvl == 8) { this.gotoAndStop("oct"); } if (this.hitTest(_root.pinkie)) { _root.play(); } }
Instance of Symbol 83 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 177 MovieClip "pinkie" in Frame 16
onClipEvent (load) { var ground = _root.ground; var grav = 0; var gravity = 2; var speed = 8; var maxJump = -20; var touchingGround = false; moving = true; } onClipEvent (enterFrame) { _y = (_y + grav); grav = grav + gravity; while (ground.hitTest(_x, _y, true)) { _y = (_y - gravity); grav = 0; } if (((Key.isDown(65) || (Key.isDown(68))) || (Key.isDown(87))) || (touchingGround == false)) { moving = true; } else { moving = false; } if (ground.hitTest(_x, _y + 5, true)) { touchingGround = true; } else { touchingGround = false; } if (Key.isDown(68)) { if (touchingGround == true) { gotoAndStop ("walk"); } this._xscale = -100; _x = (_x + speed); } if (Key.isDown(65)) { if (touchingGround == true) { gotoAndStop ("walk"); } this._xscale = 100; _x = (_x - speed); } if (Key.isDown(87) && (touchingGround)) { gotoAndStop ("jump"); grav = maxJump; } if (moving == false) { gotoAndStop ("stand"); } if (ground.hitTest(_x + (_width / 2), _y - (_height / 2), true)) { _x = (_x - speed); } if (ground.hitTest(_x - (_width / 2), _y - (_height / 2), true)) { _x = (_x + speed); } if (ground.hitTest(_x, _y - _height, true)) { grav = 3; } if (_root.hp <= 0) { unloadMovie (this); } }
Instance of Symbol 179 MovieClip "hitbox" in Frame 16
onClipEvent (enterFrame) { _x = (_x + (_root.pinkie._x - _x)); _y = (_y + (_root.pinkie._y - _y)); }
Instance of Symbol 81 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.cam) && (_root.hp > 0)) { _x = (_x + ((_root.hitbox._x - _x) / 40)); _y = (_y + ((_root.hitbox._y - _y) / 40)); } if (this.hitTest(_root.hitbox) && (_root.hp > 0)) { _root.hp--; } }
Instance of Symbol 81 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.cam) && (_root.hp > 0)) { _x = (_x + ((_root.hitbox._x - _x) / 40)); _y = (_y + ((_root.hitbox._y - _y) / 40)); } if (this.hitTest(_root.hitbox) && (_root.hp > 0)) { _root.hp--; } }
Instance of Symbol 81 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.cam) && (_root.hp > 0)) { _x = (_x + ((_root.hitbox._x - _x) / 40)); _y = (_y + ((_root.hitbox._y - _y) / 40)); } if (this.hitTest(_root.hitbox) && (_root.hp > 0)) { _root.hp--; } }
Instance of Symbol 81 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.cam) && (_root.hp > 0)) { _x = (_x + ((_root.hitbox._x - _x) / 40)); _y = (_y + ((_root.hitbox._y - _y) / 40)); } if (this.hitTest(_root.hitbox) && (_root.hp > 0)) { _root.hp--; } }
Instance of Symbol 81 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.cam) && (_root.hp > 0)) { _x = (_x + ((_root.hitbox._x - _x) / 40)); _y = (_y + ((_root.hitbox._y - _y) / 40)); } if (this.hitTest(_root.hitbox) && (_root.hp > 0)) { _root.hp--; } }
Frame 18
stop(); lvl = 9;
Instance of Symbol 124 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.play(); } }
Instance of Symbol 83 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 177 MovieClip "pinkie" in Frame 18
onClipEvent (load) { var ground = _root.ground; var grav = 0; var gravity = 2; var speed = 8; var maxJump = -20; var touchingGround = false; moving = true; } onClipEvent (enterFrame) { _y = (_y + grav); grav = grav + gravity; while (ground.hitTest(_x, _y, true)) { _y = (_y - gravity); grav = 0; } if (((Key.isDown(65) || (Key.isDown(68))) || (Key.isDown(87))) || (touchingGround == false)) { moving = true; } else { moving = false; } if (ground.hitTest(_x, _y + 5, true)) { touchingGround = true; } else { touchingGround = false; } if (Key.isDown(68)) { if (touchingGround == true) { gotoAndStop ("walk"); } this._xscale = -100; _x = (_x + speed); } if (Key.isDown(65)) { if (touchingGround == true) { gotoAndStop ("walk"); } this._xscale = 100; _x = (_x - speed); } if (Key.isDown(87) && (touchingGround)) { gotoAndStop ("jump"); grav = maxJump; } if (moving == false) { gotoAndStop ("stand"); } if (ground.hitTest(_x + (_width / 2), _y - (_height / 2), true)) { _x = (_x - speed); } if (ground.hitTest(_x - (_width / 2), _y - (_height / 2), true)) { _x = (_x + speed); } if (ground.hitTest(_x, _y - _height, true)) { grav = 3; } if (_root.hp <= 0) { unloadMovie (this); } }
Instance of Symbol 179 MovieClip "hitbox" in Frame 18
onClipEvent (enterFrame) { _x = (_x + (_root.pinkie._x - _x)); _y = (_y + (_root.pinkie._y - _y)); }
Instance of Symbol 81 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.cam) && (_root.hp > 0)) { _x = (_x + ((_root.hitbox._x - _x) / 40)); _y = (_y + ((_root.hitbox._y - _y) / 40)); } if (this.hitTest(_root.hitbox) && (_root.hp > 0)) { _root.hp--; } }
Instance of Symbol 81 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.cam) && (_root.hp > 0)) { _x = (_x + ((_root.hitbox._x - _x) / 40)); _y = (_y + ((_root.hitbox._y - _y) / 40)); } if (this.hitTest(_root.hitbox) && (_root.hp > 0)) { _root.hp--; } }
Instance of Symbol 81 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.cam) && (_root.hp > 0)) { _x = (_x + ((_root.hitbox._x - _x) / 40)); _y = (_y + ((_root.hitbox._y - _y) / 40)); } if (this.hitTest(_root.hitbox) && (_root.hp > 0)) { _root.hp--; } }
Instance of Symbol 81 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.cam) && (_root.hp > 0)) { _x = (_x + ((_root.hitbox._x - _x) / 40)); _y = (_y + ((_root.hitbox._y - _y) / 40)); } if (this.hitTest(_root.hitbox) && (_root.hp > 0)) { _root.hp--; } }
Instance of Symbol 224 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { this.gotoAndPlay(2); tellTarget (_root.pinkie) { gotoAndStop ("jump"); grav = -25; }; } }
Frame 20
stop(); lvl = 10;
Instance of Symbol 124 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.play(); } }
Instance of Symbol 83 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 177 MovieClip "pinkie" in Frame 20
onClipEvent (load) { var ground = _root.ground; var grav = 0; var gravity = 2; var speed = 8; var maxJump = -20; var touchingGround = false; moving = true; } onClipEvent (enterFrame) { _y = (_y + grav); grav = grav + gravity; while (ground.hitTest(_x, _y, true)) { _y = (_y - gravity); grav = 0; } if (((Key.isDown(65) || (Key.isDown(68))) || (Key.isDown(87))) || (touchingGround == false)) { moving = true; } else { moving = false; } if (ground.hitTest(_x, _y + 5, true)) { touchingGround = true; } else { touchingGround = false; } if (Key.isDown(68)) { if (touchingGround == true) { gotoAndStop ("walk"); } this._xscale = -100; _x = (_x + speed); } if (Key.isDown(65)) { if (touchingGround == true) { gotoAndStop ("walk"); } this._xscale = 100; _x = (_x - speed); } if (Key.isDown(87) && (touchingGround)) { gotoAndStop ("jump"); grav = maxJump; } if (moving == false) { gotoAndStop ("stand"); } if (ground.hitTest(_x + (_width / 2), _y - (_height / 2), true)) { _x = (_x - speed); } if (ground.hitTest(_x - (_width / 2), _y - (_height / 2), true)) { _x = (_x + speed); } if (ground.hitTest(_x, _y - _height, true)) { grav = 3; } if (_root.hp <= 0) { unloadMovie (this); } }
Instance of Symbol 81 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.cam) && (_root.hp > 0)) { _x = (_x + ((_root.pinkie._x - _x) / 40)); _y = (_y + ((_root.pinkie._y - _y) / 40)); } if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { _root.hp--; } }
Instance of Symbol 81 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.cam) && (_root.hp > 0)) { _x = (_x + ((_root.pinkie._x - _x) / 40)); _y = (_y + ((_root.pinkie._y - _y) / 40)); } if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { _root.hp--; } }
Instance of Symbol 81 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.cam) && (_root.hp > 0)) { _x = (_x + ((_root.pinkie._x - _x) / 40)); _y = (_y + ((_root.pinkie._y - _y) / 40)); } if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { _root.hp--; } }
Instance of Symbol 83 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 83 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Frame 21
stop(); done = true; stopAllSounds();
Frame 22
stop(); stopAllSounds();
Instance of Symbol 196 MovieClip in Frame 22
onClipEvent (enterFrame) { if (_root.cupcakes == true) { _root.score = "You shoudlent have done that.."; } }
Instance of Symbol 300 MovieClip in Frame 22
onClipEvent (enterFrame) { if (_root.lvl == 2) { _root.lvlpass = "fall"; } if (_root.lvl == 3) { _root.lvlpass = "cave"; } if (_root.lvl == 4) { _root.lvlpass = "swamp"; } if (_root.lvl == 5) { _root.lvlpass = "hill"; } if (_root.lvl == 6) { _root.lvlpass = "frozen"; } if (_root.lvl == 7) { _root.lvlpass = "lava"; } if (_root.lvl == 8) { _root.lvlpass = "bog"; } if (_root.lvl == 9) { _root.lvlpass = "fall2"; } if (_root.lvl == 10) { _root.lvlpass = "almost"; } }
Frame 51
stop(); lvl = 0; hp = 432809 /* 0x069AA9 */; score = 0; _root.switch1 = false;
Instance of Symbol 392 MovieClip "ground" in Frame 51
onClipEvent (enterFrame) { if (_root.score == 666) { play(); } if (_root.switch1 == true) { _root.play(); } }
Instance of Symbol 177 MovieClip "pinkie" in Frame 51
onClipEvent (load) { var ground = _root.ground; var grav = 0; var gravity = 2; var speed = 3; var maxJump = -20; var touchingGround = false; moving = true; } onClipEvent (enterFrame) { if (_root.score == 666) { speed = 0; maxJump = 0; } _y = (_y + grav); grav = grav + gravity; while (ground.hitTest(_x, _y, true)) { _y = (_y - gravity); grav = 0; } if (((Key.isDown(65) || (Key.isDown(68))) || (Key.isDown(87))) || (touchingGround == false)) { moving = true; } else { moving = false; } if (ground.hitTest(_x, _y + 5, true)) { touchingGround = true; } else { touchingGround = false; } if (Key.isDown(68)) { if (touchingGround == true) { gotoAndStop ("walk"); } this._xscale = -100; _x = (_x + speed); } if (Key.isDown(65)) { if (touchingGround == true) { gotoAndStop ("walk"); } this._xscale = 100; _x = (_x - speed); } if (Key.isDown(87) && (touchingGround)) { gotoAndStop ("jump"); grav = maxJump; } if (moving == false) { gotoAndStop ("stand"); } if (ground.hitTest(_x + (_width / 2), _y - (_height / 2), true)) { _x = (_x - speed); } if (ground.hitTest(_x - (_width / 2), _y - (_height / 2), true)) { _x = (_x + speed); } if (ground.hitTest(_x, _y - _height, true)) { grav = 3; } if (_root.hp <= 0) { unloadMovie (this); } }
Instance of Symbol 179 MovieClip "hitbox" in Frame 51
onClipEvent (enterFrame) { _x = (_x + (_root.pinkie._x - _x)); _y = (_y + (_root.pinkie._y - _y)); }
Instance of Symbol 124 MovieClip in Frame 51
onClipEvent (load) { a = 0; } onClipEvent (enterFrame) { if (_root.score == 666) { unloadMovie (this); } if (a == 0) { gotoAndStop ("dash"); } else if (a == 1) { this.gotoAndStop("dead"); } if (this.hitTest(_root.pinkie)) { if (a == 0) { a = 1; _root.score = _root.score + 133.2; } } }
Instance of Symbol 124 MovieClip in Frame 51
onClipEvent (load) { a = 0; } onClipEvent (enterFrame) { if (_root.score == 666) { unloadMovie (this); } if (a == 0) { gotoAndStop ("AJ"); } else if (a == 1) { this.gotoAndStop("dead"); } if (this.hitTest(_root.pinkie)) { if (a == 0) { a = 1; _root.score = _root.score + 133.2; } } }
Instance of Symbol 124 MovieClip in Frame 51
onClipEvent (load) { a = 0; } onClipEvent (enterFrame) { if (_root.score == 666) { unloadMovie (this); } if (a == 0) { gotoAndStop ("twilight"); } else if (a == 1) { this.gotoAndStop("dead"); } if (this.hitTest(_root.pinkie)) { if (a == 0) { a = 1; _root.score = _root.score + 133.2; } } }
Instance of Symbol 124 MovieClip in Frame 51
onClipEvent (load) { a = 0; } onClipEvent (enterFrame) { if (_root.score == 666) { unloadMovie (this); } if (a == 0) { gotoAndStop ("fluttershy"); } else if (a == 1) { this.gotoAndStop("dead"); } if (this.hitTest(_root.pinkie)) { if (a == 0) { a = 1; _root.score = _root.score + 133.2; } } }
Instance of Symbol 124 MovieClip in Frame 51
onClipEvent (load) { a = 0; } onClipEvent (enterFrame) { if (_root.score == 666) { unloadMovie (this); } if (a == 0) { gotoAndStop ("rarity"); } else if (a == 1) { this.gotoAndStop("dead"); } if (this.hitTest(_root.pinkie)) { if (a == 0) { a = 1; _root.score = _root.score + 133.2; } } }
Instance of Symbol 189 MovieClip "cam" in Frame 51
onClipEvent (enterFrame) { _x = (_x + ((_root.pinkie._x - _x) / 3)); }
Instance of Symbol 205 MovieClip in Frame 51
onClipEvent (enterFrame) { _x = (_x + ((_root.pinkie._x - _x) / 3)); if (_root.hp <= 0) { _root.gotoAndStop("gameover"); } }
Frame 52
stopAllSounds();
Frame 53
stop();
Frame 54
stopAllSounds();
Frame 55
stop();
Symbol 58 Button
on (release) { ifFrameLoaded (22) { if (_root.pass == "fall") { _root.gotoAndStop("l2"); } else if (_root.pass == "cave") { _root.gotoAndStop("l3"); } else if (_root.pass == "swamp") { _root.gotoAndStop("l4"); } else if (_root.pass == "hill") { _root.gotoAndStop("l5"); } else if (_root.pass == "frozen") { _root.gotoAndStop("l6"); } else if (_root.pass == "lava") { _root.gotoAndStop("l7"); } else if (_root.pass == "bog") { _root.gotoAndStop("l8"); } else if (_root.pass == "fall2") { _root.gotoAndStop("l9"); } else if (_root.pass == "almost") { _root.gotoAndStop("l10"); } else if (_root.pass == "432809") { _root.gotoAndPlay("f432809"); } else { _root.gotoAndStop(2); } } }
Symbol 124 MovieClip Frame 1
stop();
Symbol 142 MovieClip Frame 7
stop();
Symbol 176 MovieClip Frame 15
gotoAndPlay (1);
Symbol 177 MovieClip Frame 1
stop();
Symbol 189 MovieClip Frame 1
function camControl() { parentColor.setTransform(camColor.getTransform()); var _local4 = sX / this._width; var _local3 = sY / this._height; _parent._x = cX - (this._x * _local4); _parent._y = cY - (this._y * _local3); _parent._xscale = 100 * _local4; _parent._yscale = 100 * _local3; } function resetStage() { var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}; parentColor.setTransform(_local2); _parent._xscale = 100; _parent._yscale = 100; _parent._x = 0; _parent._y = 0; } parentColor.setTransform(camColor.getTransform()); this._visible = false; var oldMode = Stage.scaleMode; Stage.scaleMode = "exactFit"; var cX = (Stage.width / 2); var cY = (Stage.height / 2); var sX = Stage.width; var sY = Stage.height; Stage.scaleMode = oldMode; var camColor = new Color(this); var parentColor = new Color(_parent); this.onEnterFrame = camControl; camControl(); this.onUnload = resetStage;
Instance of Symbol 196 MovieClip in Symbol 205 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.cupcakes == true) { _root.score = "You shoudlent have done that.."; } }
Symbol 224 MovieClip Frame 1
stop();
Symbol 224 MovieClip Frame 8
gotoAndStop (1);
Instance of Symbol 224 MovieClip in Symbol 225 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { this.gotoAndPlay(2); tellTarget (_root.pinkie) { gotoAndStop ("jump"); grav = -25; }; } }
Instance of Symbol 224 MovieClip in Symbol 225 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { this.gotoAndPlay(2); tellTarget (_root.pinkie) { gotoAndStop ("jump"); grav = -25; }; } }
Instance of Symbol 224 MovieClip in Symbol 233 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { this.gotoAndPlay(2); tellTarget (_root.pinkie) { gotoAndStop ("jump"); grav = -25; }; } }
Instance of Symbol 236 MovieClip in Symbol 247 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Instance of Symbol 236 MovieClip in Symbol 247 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Instance of Symbol 236 MovieClip in Symbol 250 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Instance of Symbol 236 MovieClip in Symbol 250 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Instance of Symbol 236 MovieClip in Symbol 250 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Instance of Symbol 236 MovieClip in Symbol 250 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Instance of Symbol 236 MovieClip in Symbol 250 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Instance of Symbol 236 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Instance of Symbol 236 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Instance of Symbol 236 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Instance of Symbol 236 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Instance of Symbol 236 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Instance of Symbol 236 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Instance of Symbol 236 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Instance of Symbol 236 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Instance of Symbol 236 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Instance of Symbol 236 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Instance of Symbol 236 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Symbol 272 MovieClip Frame 1
stop();
Symbol 272 MovieClip Frame 10
stop();
Instance of Symbol 272 MovieClip in Symbol 273 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 272 MovieClip in Symbol 273 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 272 MovieClip in Symbol 273 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 272 MovieClip in Symbol 273 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 272 MovieClip in Symbol 273 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 272 MovieClip in Symbol 273 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 272 MovieClip in Symbol 273 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 272 MovieClip in Symbol 273 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 272 MovieClip in Symbol 273 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 272 MovieClip in Symbol 273 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 224 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { this.gotoAndPlay(2); tellTarget (_root.pinkie) { gotoAndStop ("jump"); grav = -25; }; } }
Instance of Symbol 224 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { this.gotoAndPlay(2); tellTarget (_root.pinkie) { gotoAndStop ("jump"); grav = -25; }; } }
Instance of Symbol 236 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Instance of Symbol 236 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Instance of Symbol 224 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { this.gotoAndPlay(2); tellTarget (_root.pinkie) { gotoAndStop ("jump"); grav = -25; }; } }
Instance of Symbol 236 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Instance of Symbol 236 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Instance of Symbol 272 MovieClip in Symbol 277 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 272 MovieClip in Symbol 277 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 272 MovieClip in Symbol 277 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 272 MovieClip in Symbol 277 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 272 MovieClip in Symbol 277 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 272 MovieClip in Symbol 277 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 272 MovieClip in Symbol 277 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 272 MovieClip in Symbol 279 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 272 MovieClip in Symbol 279 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 272 MovieClip in Symbol 279 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 272 MovieClip in Symbol 279 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 272 MovieClip in Symbol 279 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 272 MovieClip in Symbol 279 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 272 MovieClip in Symbol 279 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 272 MovieClip in Symbol 279 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 272 MovieClip in Symbol 279 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 272 MovieClip in Symbol 279 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 272 MovieClip in Symbol 279 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 272 MovieClip in Symbol 279 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 272 MovieClip in Symbol 279 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 272 MovieClip in Symbol 279 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 272 MovieClip in Symbol 279 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 272 MovieClip in Symbol 279 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 272 MovieClip in Symbol 279 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 272 MovieClip in Symbol 279 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 272 MovieClip in Symbol 279 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 272 MovieClip in Symbol 279 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 272 MovieClip in Symbol 279 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 224 MovieClip in Symbol 279 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { this.gotoAndPlay(2); tellTarget (_root.pinkie) { gotoAndStop ("jump"); grav = -25; }; } }
Instance of Symbol 196 MovieClip in Symbol 283 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.cupcakes == true) { _root.score = "You shoudlent have done that.."; } }
Symbol 286 Button
on (release) { _root.gotoAndStop(1); }
Symbol 290 Button
on (release) { _root.gotoAndStop("gameover"); }
Symbol 385 Button
on (release) { _root.gotoAndPlay("question"); }
Symbol 392 MovieClip Frame 1
stop();
Symbol 392 MovieClip Frame 315
_root.switch1 = true; stop();

Library Items

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

Instance Names

"ground"Frame 2Symbol 71 MovieClip
"pinkie"Frame 2Symbol 177 MovieClip
"hitbox"Frame 2Symbol 179 MovieClip
"cam"Frame 2Symbol 189 MovieClip
"pinkie"Frame 4Symbol 177 MovieClip
"hitbox"Frame 4Symbol 179 MovieClip
"ground"Frame 4Symbol 225 MovieClip
"ground"Frame 6Symbol 233 MovieClip
"pinkie"Frame 6Symbol 177 MovieClip
"hitbox"Frame 6Symbol 179 MovieClip
"ground"Frame 8Symbol 247 MovieClip
"pinkie"Frame 8Symbol 177 MovieClip
"hitbox"Frame 8Symbol 179 MovieClip
"ground"Frame 10Symbol 250 MovieClip
"pinkie"Frame 10Symbol 177 MovieClip
"hitbox"Frame 10Symbol 179 MovieClip
"pinkie"Frame 12Symbol 177 MovieClip
"hitbox"Frame 12Symbol 179 MovieClip
"ground"Frame 12Symbol 262 MovieClip
"ground"Frame 14Symbol 273 MovieClip
"pinkie"Frame 14Symbol 177 MovieClip
"hitbox"Frame 14Symbol 179 MovieClip
"ground"Frame 16Symbol 275 MovieClip
"pinkie"Frame 16Symbol 177 MovieClip
"hitbox"Frame 16Symbol 179 MovieClip
"ground"Frame 18Symbol 277 MovieClip
"pinkie"Frame 18Symbol 177 MovieClip
"hitbox"Frame 18Symbol 179 MovieClip
"pinkie"Frame 20Symbol 177 MovieClip
"ground"Frame 20Symbol 279 MovieClip
"ground"Frame 51Symbol 392 MovieClip
"pinkie"Frame 51Symbol 177 MovieClip
"hitbox"Frame 51Symbol 179 MovieClip
"cam"Frame 51Symbol 189 MovieClip

Labels

"l2"Frame 4
"l3"Frame 6
"l4"Frame 8
"l5"Frame 10
"l6"Frame 12
"l7"Frame 14
"l8"Frame 16
"l9"Frame 18
"l10"Frame 20
"gameover"Frame 22
"question"Frame 23
"f432809"Frame 54
"dash"Symbol 124 MovieClip Frame 1
"AJ"Symbol 124 MovieClip Frame 2
"derpy"Symbol 124 MovieClip Frame 3
"fluttershy"Symbol 124 MovieClip Frame 4
"twilight"Symbol 124 MovieClip Frame 5
"colgate"Symbol 124 MovieClip Frame 6
"rarity"Symbol 124 MovieClip Frame 7
"oct"Symbol 124 MovieClip Frame 8
"dead"Symbol 124 MovieClip Frame 9
"stand"Symbol 177 MovieClip Frame 1
"jump"Symbol 177 MovieClip Frame 2
"walk"Symbol 177 MovieClip Frame 3

Dynamic Text Variables

_root.passSymbol 10 EditableText"Password"
_root.scoreSymbol 194 EditableText""
_root.scoreSymbol 195 EditableText""
_root.hpSymbol 199 EditableText""
_root.hpSymbol 200 EditableText""
_root.lvlSymbol 203 EditableText""
_root.lvlSymbol 204 EditableText""
_root.hpSymbol 281 EditableText""
_root.hpSymbol 282 EditableText""
_root.lvlSymbol 293 EditableText""
_root.lvlSymbol 294 EditableText""
_root.lvlpassSymbol 297 EditableText""
_root.lvlpassSymbol 298 EditableText""




http://swfchan.com/21/101845/info.shtml
Created: 20/3 -2019 04:31:38 Last modified: 20/3 -2019 04:31:38 Server time: 28/04 -2024 06:30:07