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

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

1320406661749.swf

This is the info page for
Flash #101630

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


Text
Loading...

Loading...

Super Pinkie
World

Super Pinkie
World

PLAY

PLAY

PLAY

Score:

Score:

Health:

Health:

Level:

Level:

Good Job!

Good Job!

Game Over

Game Over

ActionScript [AS1/AS2]

Frame 1
stop();
Instance of Symbol 8 MovieClip in Frame 1
onClipEvent (enterFrame) { ifFrameLoaded (22) { unloadMovie (this); } }
Frame 2
hp = 100; score = 0; lvl = 1;
Instance of Symbol 112 MovieClip in Frame 2
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 114 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 112 MovieClip in Frame 2
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 114 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 112 MovieClip in Frame 2
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 114 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 115 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.play(); } }
Instance of Symbol 135 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 140 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 142 MovieClip "cam" in Frame 2
onClipEvent (enterFrame) { _x = (_x + ((_root.pinkie._x - _x) / 3)); }
Instance of Symbol 158 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 114 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 115 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.play(); } }
Instance of Symbol 112 MovieClip in Frame 4
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 114 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 112 MovieClip in Frame 4
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 114 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 135 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 112 MovieClip in Frame 4
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 112 MovieClip in Frame 4
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 114 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Frame 6
stop(); lvl = 3;
Instance of Symbol 114 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 115 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.play(); } }
Instance of Symbol 112 MovieClip in Frame 6
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 135 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 114 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 112 MovieClip in Frame 6
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 112 MovieClip in Frame 6
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--; } }
Frame 8
stop(); lvl = 4;
Instance of Symbol 114 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 115 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.play(); } }
Instance of Symbol 114 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 112 MovieClip in Frame 8
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 112 MovieClip in Frame 8
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 112 MovieClip in Frame 8
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 135 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); } }
Frame 10
stop(); lvl = 5;
Instance of Symbol 115 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.play(); } }
Instance of Symbol 114 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 112 MovieClip in Frame 10
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 135 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 112 MovieClip in Frame 10
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 114 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Frame 12
stop(); lvl = 6;
Instance of Symbol 115 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.play(); } }
Instance of Symbol 114 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 112 MovieClip in Frame 12
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 114 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 135 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); } }
Frame 14
stop(); lvl = 7;
Instance of Symbol 115 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.play(); } }
Instance of Symbol 114 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 135 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 114 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Frame 16
stop(); lvl = 8;
Instance of Symbol 115 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.play(); } }
Instance of Symbol 114 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 112 MovieClip in Frame 16
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 112 MovieClip in Frame 16
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 112 MovieClip in Frame 16
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 135 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); } }
Frame 18
stop(); lvl = 9;
Instance of Symbol 115 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.play(); } }
Instance of Symbol 114 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 135 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 112 MovieClip in Frame 18
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 114 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 112 MovieClip in Frame 18
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 112 MovieClip in Frame 18
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 112 MovieClip in Frame 18
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 112 MovieClip in Frame 18
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 187 MovieClip "ground" in Frame 18
onClipEvent (enterFrame) { _x = (_x + ((_root.pinkie._x - _x) / 5)); }
Frame 20
stop(); lvl = 10;
Instance of Symbol 115 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.play(); } }
Instance of Symbol 114 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 135 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 112 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 112 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 112 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 114 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Instance of Symbol 114 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { _root.score = _root.score + 10; unloadMovie (this); } }
Frame 21
stop(); done = true;
Frame 22
stop();
Instance of Symbol 149 MovieClip in Frame 22
onClipEvent (enterFrame) { if (_root.cupcakes == true) { _root.score = "You shoudlent have done that.."; } }
Symbol 44 MovieClip Frame 15
gotoAndPlay (1);
Symbol 82 Button
on (release) { ifFrameLoaded (22) { _root.gotoAndStop(2); } }
Symbol 101 MovieClip Frame 1
stop();
Symbol 101 MovieClip Frame 8
gotoAndStop (1);
Instance of Symbol 101 MovieClip in Symbol 102 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { this.gotoAndPlay(2); tellTarget (_root.pinkie) { gotoAndStop ("jump"); grav = -25; }; } }
Symbol 134 MovieClip Frame 7
stop();
Symbol 135 MovieClip Frame 1
stop();
Symbol 142 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 149 MovieClip in Symbol 158 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.cupcakes == true) { _root.score = "You shoudlent have done that.."; } }
Instance of Symbol 101 MovieClip in Symbol 160 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { this.gotoAndPlay(2); tellTarget (_root.pinkie) { gotoAndStop ("jump"); grav = -25; }; } }
Instance of Symbol 101 MovieClip in Symbol 160 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { this.gotoAndPlay(2); tellTarget (_root.pinkie) { gotoAndStop ("jump"); grav = -25; }; } }
Instance of Symbol 101 MovieClip in Symbol 162 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { this.gotoAndPlay(2); tellTarget (_root.pinkie) { gotoAndStop ("jump"); grav = -25; }; } }
Instance of Symbol 101 MovieClip in Symbol 162 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { this.gotoAndPlay(2); tellTarget (_root.pinkie) { gotoAndStop ("jump"); grav = -25; }; } }
Instance of Symbol 101 MovieClip in Symbol 162 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { this.gotoAndPlay(2); tellTarget (_root.pinkie) { gotoAndStop ("jump"); grav = -25; }; } }
Instance of Symbol 101 MovieClip in Symbol 162 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { this.gotoAndPlay(2); tellTarget (_root.pinkie) { gotoAndStop ("jump"); grav = -25; }; } }
Instance of Symbol 101 MovieClip in Symbol 162 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { this.gotoAndPlay(2); tellTarget (_root.pinkie) { gotoAndStop ("jump"); grav = -25; }; } }
Instance of Symbol 101 MovieClip in Symbol 162 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { this.gotoAndPlay(2); tellTarget (_root.pinkie) { gotoAndStop ("jump"); grav = -25; }; } }
Instance of Symbol 165 MovieClip in Symbol 166 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Instance of Symbol 165 MovieClip in Symbol 166 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Instance of Symbol 165 MovieClip in Symbol 166 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Instance of Symbol 165 MovieClip in Symbol 166 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Instance of Symbol 165 MovieClip in Symbol 166 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Instance of Symbol 165 MovieClip in Symbol 166 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Instance of Symbol 165 MovieClip in Symbol 168 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Instance of Symbol 165 MovieClip in Symbol 168 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Instance of Symbol 165 MovieClip in Symbol 168 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Instance of Symbol 165 MovieClip in Symbol 168 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Instance of Symbol 165 MovieClip in Symbol 168 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Instance of Symbol 165 MovieClip in Symbol 168 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Instance of Symbol 165 MovieClip in Symbol 168 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Instance of Symbol 165 MovieClip in Symbol 168 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Instance of Symbol 165 MovieClip in Symbol 168 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Instance of Symbol 165 MovieClip in Symbol 168 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Instance of Symbol 165 MovieClip in Symbol 168 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Instance of Symbol 165 MovieClip in Symbol 168 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Instance of Symbol 165 MovieClip in Symbol 168 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Instance of Symbol 165 MovieClip in Symbol 168 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Symbol 179 MovieClip Frame 1
stop();
Symbol 179 MovieClip Frame 10
stop();
Instance of Symbol 165 MovieClip in Symbol 180 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Instance of Symbol 165 MovieClip in Symbol 180 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Instance of Symbol 165 MovieClip in Symbol 180 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Instance of Symbol 165 MovieClip in Symbol 180 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Instance of Symbol 165 MovieClip in Symbol 180 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Instance of Symbol 165 MovieClip in Symbol 180 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Instance of Symbol 165 MovieClip in Symbol 180 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Instance of Symbol 179 MovieClip in Symbol 180 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 165 MovieClip in Symbol 180 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Instance of Symbol 165 MovieClip in Symbol 180 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Instance of Symbol 165 MovieClip in Symbol 180 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Instance of Symbol 179 MovieClip in Symbol 180 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 179 MovieClip in Symbol 182 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 179 MovieClip in Symbol 182 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 179 MovieClip in Symbol 182 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 179 MovieClip in Symbol 182 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 179 MovieClip in Symbol 182 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 179 MovieClip in Symbol 182 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 179 MovieClip in Symbol 182 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 179 MovieClip in Symbol 182 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 179 MovieClip in Symbol 182 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 179 MovieClip in Symbol 182 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 179 MovieClip in Symbol 182 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 179 MovieClip in Symbol 182 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 179 MovieClip in Symbol 182 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 179 MovieClip in Symbol 182 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 179 MovieClip in Symbol 182 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 179 MovieClip in Symbol 182 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 179 MovieClip in Symbol 182 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 179 MovieClip in Symbol 184 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 179 MovieClip in Symbol 184 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 179 MovieClip in Symbol 184 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 179 MovieClip in Symbol 184 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 179 MovieClip in Symbol 184 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 179 MovieClip in Symbol 184 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 179 MovieClip in Symbol 184 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 179 MovieClip in Symbol 184 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 179 MovieClip in Symbol 184 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 179 MovieClip in Symbol 184 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 179 MovieClip in Symbol 184 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 179 MovieClip in Symbol 184 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 179 MovieClip in Symbol 184 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 179 MovieClip in Symbol 184 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 179 MovieClip in Symbol 184 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 101 MovieClip in Symbol 184 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { this.gotoAndPlay(2); tellTarget (_root.pinkie) { gotoAndStop ("jump"); grav = -25; }; } }
Instance of Symbol 165 MovieClip in Symbol 184 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Instance of Symbol 165 MovieClip in Symbol 184 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Instance of Symbol 165 MovieClip in Symbol 184 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Instance of Symbol 165 MovieClip in Symbol 184 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Instance of Symbol 165 MovieClip in Symbol 184 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Instance of Symbol 165 MovieClip in Symbol 184 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Instance of Symbol 179 MovieClip in Symbol 184 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 179 MovieClip in Symbol 184 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 179 MovieClip in Symbol 189 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 179 MovieClip in Symbol 189 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 179 MovieClip in Symbol 189 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 101 MovieClip in Symbol 189 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie)) { this.gotoAndPlay(2); tellTarget (_root.pinkie) { gotoAndStop ("jump"); grav = -25; }; } }
Instance of Symbol 165 MovieClip in Symbol 189 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Instance of Symbol 165 MovieClip in Symbol 189 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Instance of Symbol 165 MovieClip in Symbol 189 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Instance of Symbol 165 MovieClip in Symbol 189 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Instance of Symbol 165 MovieClip in Symbol 189 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Instance of Symbol 165 MovieClip in Symbol 189 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this._y = this._y + 1.5; } }
Instance of Symbol 179 MovieClip in Symbol 189 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 179 MovieClip in Symbol 189 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 179 MovieClip in Symbol 189 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 179 MovieClip in Symbol 189 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 179 MovieClip in Symbol 189 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 179 MovieClip in Symbol 189 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 179 MovieClip in Symbol 189 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 179 MovieClip in Symbol 189 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pinkie) && (_root.hp > 0)) { this.play(); } }
Instance of Symbol 149 MovieClip in Symbol 193 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.cupcakes == true) { _root.score = "You shoudlent have done that.."; } }
Symbol 196 Button
on (release) { _root.gotoAndStop(1); }

Library Items

Symbol 1 GraphicUsed by:2
Symbol 2 MovieClipUses:1Used by:102 160 162 166 180 184 189  Timeline
Symbol 3 GraphicUsed by:4
Symbol 4 MovieClipUses:3Used by:102 160 162 166 180 184 189  Timeline
Symbol 5 FontUsed by:6 7 9 10 79 80 81 144 145 150 151 154 155 194 195 198 199
Symbol 6 TextUses:5Used by:8
Symbol 7 TextUses:5Used by:8
Symbol 8 MovieClipUses:6 7Used by:Timeline
Symbol 9 TextUses:5Used by:11
Symbol 10 TextUses:5Used 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:45 135
Symbol 45 MovieClipUses:44Used by:Timeline
Symbol 46 BitmapUsed by:47
Symbol 47 GraphicUses:46Used by:78
Symbol 48 BitmapUsed by:49
Symbol 49 GraphicUses:48Used by:78
Symbol 50 BitmapUsed by:51
Symbol 51 GraphicUses:50Used by:78
Symbol 52 BitmapUsed by:53
Symbol 53 GraphicUses:52Used by:78
Symbol 54 BitmapUsed by:55
Symbol 55 GraphicUses:54Used by:78
Symbol 56 BitmapUsed by:57
Symbol 57 GraphicUses:56Used by:78
Symbol 58 BitmapUsed by:59
Symbol 59 GraphicUses:58Used by:78
Symbol 60 BitmapUsed by:61
Symbol 61 GraphicUses:60Used by:78
Symbol 62 BitmapUsed by:63
Symbol 63 GraphicUses:62Used by:78
Symbol 64 BitmapUsed by:65
Symbol 65 GraphicUses:64Used by:78
Symbol 66 BitmapUsed by:67
Symbol 67 GraphicUses:66Used by:78
Symbol 68 BitmapUsed by:69
Symbol 69 GraphicUses:68Used by:78
Symbol 70 BitmapUsed by:71
Symbol 71 GraphicUses:70Used by:78
Symbol 72 BitmapUsed by:73
Symbol 73 GraphicUses:72Used by:78
Symbol 74 BitmapUsed by:75
Symbol 75 GraphicUses:74Used by:78
Symbol 76 BitmapUsed by:77
Symbol 77 GraphicUses:76Used by:78
Symbol 78 MovieClipUses:47 49 51 53 55 57 59 61 63 65 67 69 71 73 75 77Used by:115  Timeline
Symbol 79 TextUses:5Used by:82 196
Symbol 80 TextUses:5Used by:82 196
Symbol 81 TextUses:5Used by:82 196
Symbol 82 ButtonUses:79 80 81Used by:Timeline
Symbol 83 GraphicUsed by:84
Symbol 84 MovieClipUses:83Used by:102 160 162 166 180 184 189
Symbol 85 GraphicUsed by:86
Symbol 86 MovieClipUses:85Used by:102 160 162 166 180 184 189
Symbol 87 GraphicUsed by:88
Symbol 88 MovieClipUses:87Used by:102 160 162 166 168 180 182 184 189
Symbol 89 GraphicUsed by:90
Symbol 90 MovieClipUses:89Used by:102 160 162 166 168 180 182 184 189
Symbol 91 GraphicUsed by:92
Symbol 92 MovieClipUses:91Used by:102 160 162 184
Symbol 93 GraphicUsed by:101
Symbol 94 GraphicUsed by:101
Symbol 95 GraphicUsed by:101
Symbol 96 GraphicUsed by:101
Symbol 97 GraphicUsed by:101
Symbol 98 GraphicUsed by:101
Symbol 99 GraphicUsed by:101
Symbol 100 GraphicUsed by:101
Symbol 101 MovieClipUses:93 94 95 96 97 98 99 100Used by:102 160 162 184 189
Symbol 102 MovieClipUses:2 4 84 86 88 90 92 101Used by:Timeline
Symbol 103 BitmapUsed by:104
Symbol 104 GraphicUses:103Used by:111
Symbol 105 BitmapUsed by:106
Symbol 106 GraphicUses:105Used by:111
Symbol 107 BitmapUsed by:108
Symbol 108 GraphicUses:107Used by:111
Symbol 109 BitmapUsed by:110
Symbol 110 GraphicUses:109Used by:111
Symbol 111 MovieClipUses:104 106 108 110Used by:112
Symbol 112 MovieClipUses:111Used by:Timeline
Symbol 113 GraphicUsed by:114
Symbol 114 MovieClipUses:113Used by:Timeline
Symbol 115 MovieClipUses:78Used by:Timeline
Symbol 116 GraphicUsed by:117
Symbol 117 MovieClipUses:116Used by:Timeline
Symbol 118 BitmapUsed by:119 190
Symbol 119 GraphicUses:118Used by:135
Symbol 120 BitmapUsed by:121
Symbol 121 GraphicUses:120Used by:134
Symbol 122 BitmapUsed by:123
Symbol 123 GraphicUses:122Used by:134
Symbol 124 BitmapUsed by:125
Symbol 125 GraphicUses:124Used by:134
Symbol 126 BitmapUsed by:127
Symbol 127 GraphicUses:126Used by:134
Symbol 128 BitmapUsed by:129
Symbol 129 GraphicUses:128Used by:134
Symbol 130 BitmapUsed by:131
Symbol 131 GraphicUses:130Used by:134
Symbol 132 BitmapUsed by:133
Symbol 133 GraphicUses:132Used by:134
Symbol 134 MovieClipUses:121 123 125 127 129 131 133Used by:135
Symbol 135 MovieClipUses:119 134 44Used by:Timeline
Symbol 136 GraphicUsed by:137
Symbol 137 MovieClipUses:136Used by:138
Symbol 138 MovieClipUses:137Used by:Timeline
Symbol 139 GraphicUsed by:140
Symbol 140 MovieClipUses:139Used by:Timeline
Symbol 141 GraphicUsed by:142
Symbol 142 MovieClipUses:141Used by:Timeline
Symbol 143 GraphicUsed by:158
Symbol 144 TextUses:5Used by:149
Symbol 145 TextUses:5Used by:149
Symbol 146 FontUsed by:147 148 152 153 156 157 191 192 200 201
Symbol 147 EditableTextUses:146Used by:149
Symbol 148 EditableTextUses:146Used by:149
Symbol 149 MovieClipUses:144 145 147 148Used by:158 193  Timeline
Symbol 150 TextUses:5Used by:158 193
Symbol 151 TextUses:5Used by:158 193
Symbol 152 EditableTextUses:146Used by:158
Symbol 153 EditableTextUses:146Used by:158
Symbol 154 TextUses:5Used by:158  Timeline
Symbol 155 TextUses:5Used by:158  Timeline
Symbol 156 EditableTextUses:146Used by:158
Symbol 157 EditableTextUses:146Used by:158
Symbol 158 MovieClipUses:143 149 150 151 152 153 154 155 156 157Used by:Timeline
Symbol 159 GraphicUsed by:Timeline
Symbol 160 MovieClipUses:2 4 88 90 92 84 86 101Used by:Timeline
Symbol 161 GraphicUsed by:Timeline
Symbol 162 MovieClipUses:2 4 88 90 92 84 86 101Used by:Timeline
Symbol 163 GraphicUsed by:Timeline
Symbol 164 GraphicUsed by:165
Symbol 165 MovieClipUses:164Used by:166 168 180 184 189
Symbol 166 MovieClipUses:2 4 88 90 84 86 165Used by:Timeline
Symbol 167 GraphicUsed by:Timeline
Symbol 168 MovieClipUses:88 90 165Used by:Timeline
Symbol 169 GraphicUsed by:Timeline
Symbol 170 GraphicUsed by:179
Symbol 171 GraphicUsed by:179
Symbol 172 GraphicUsed by:179
Symbol 173 GraphicUsed by:179
Symbol 174 GraphicUsed by:179
Symbol 175 GraphicUsed by:179
Symbol 176 GraphicUsed by:179
Symbol 177 GraphicUsed by:179
Symbol 178 GraphicUsed by:179
Symbol 179 MovieClipUses:170 171 172 173 174 175 176 177 178Used by:180 182 184 189
Symbol 180 MovieClipUses:165 88 90 84 86 4 2 179Used by:Timeline
Symbol 181 GraphicUsed by:Timeline
Symbol 182 MovieClipUses:88 90 179Used by:Timeline
Symbol 183 GraphicUsed by:Timeline
Symbol 184 MovieClipUses:2 4 88 90 92 84 86 179 101 165Used by:Timeline
Symbol 185 GraphicUsed by:Timeline
Symbol 186 GraphicUsed by:187
Symbol 187 MovieClipUses:186Used by:Timeline
Symbol 188 GraphicUsed by:Timeline
Symbol 189 MovieClipUses:88 90 84 86 4 2 179 101 165Used by:Timeline
Symbol 190 GraphicUses:118Used by:Timeline
Symbol 191 EditableTextUses:146Used by:193
Symbol 192 EditableTextUses:146Used by:193
Symbol 193 MovieClipUses:149 150 151 191 192Used by:Timeline
Symbol 194 TextUses:5Used by:Timeline
Symbol 195 TextUses:5Used by:Timeline
Symbol 196 ButtonUses:79 80 81Used by:Timeline
Symbol 197 GraphicUsed by:Timeline
Symbol 198 TextUses:5Used by:Timeline
Symbol 199 TextUses:5Used by:Timeline
Symbol 200 EditableTextUses:146Used by:Timeline
Symbol 201 EditableTextUses:146Used by:Timeline
Symbol 202 GraphicUsed by:Timeline
Symbol 203 BitmapUsed by:204
Symbol 204 GraphicUses:203Used by:223
Symbol 205 BitmapUsed by:206
Symbol 206 GraphicUses:205Used by:223
Symbol 207 BitmapUsed by:208
Symbol 208 GraphicUses:207Used by:223
Symbol 209 BitmapUsed by:210
Symbol 210 GraphicUses:209Used by:223
Symbol 211 BitmapUsed by:212
Symbol 212 GraphicUses:211Used by:223
Symbol 213 BitmapUsed by:214
Symbol 214 GraphicUses:213Used by:223
Symbol 215 BitmapUsed by:216
Symbol 216 GraphicUses:215Used by:223
Symbol 217 BitmapUsed by:218
Symbol 218 GraphicUses:217Used by:223
Symbol 219 BitmapUsed by:220
Symbol 220 GraphicUses:219Used by:223
Symbol 221 BitmapUsed by:222
Symbol 222 GraphicUses:221Used by:223
Symbol 223 MovieClipUses:204 206 208 210 212 214 216 218 220 222Used by:Timeline
Symbol 224 BitmapUsed by:225
Symbol 225 GraphicUses:224Used by:242
Symbol 226 BitmapUsed by:227
Symbol 227 GraphicUses:226Used by:242
Symbol 228 BitmapUsed by:229
Symbol 229 GraphicUses:228Used by:242
Symbol 230 BitmapUsed by:231
Symbol 231 GraphicUses:230Used by:242
Symbol 232 BitmapUsed by:233
Symbol 233 GraphicUses:232Used by:242
Symbol 234 BitmapUsed by:235
Symbol 235 GraphicUses:234Used by:242
Symbol 236 BitmapUsed by:237
Symbol 237 GraphicUses:236Used by:242
Symbol 238 BitmapUsed by:239
Symbol 239 GraphicUses:238Used by:242
Symbol 240 BitmapUsed by:241
Symbol 241 GraphicUses:240Used by:242
Symbol 242 MovieClipUses:225 227 229 231 233 235 237 239 241Used by:Timeline
Symbol 243 BitmapUsed by:244
Symbol 244 GraphicUses:243Used by:257
Symbol 245 BitmapUsed by:246
Symbol 246 GraphicUses:245Used by:257
Symbol 247 BitmapUsed by:248
Symbol 248 GraphicUses:247Used by:257
Symbol 249 BitmapUsed by:250
Symbol 250 GraphicUses:249Used by:257
Symbol 251 BitmapUsed by:252
Symbol 252 GraphicUses:251Used by:257
Symbol 253 BitmapUsed by:254
Symbol 254 GraphicUses:253Used by:257
Symbol 255 BitmapUsed by:256
Symbol 256 GraphicUses:255Used by:257
Symbol 257 MovieClipUses:244 246 248 250 252 254 256Used by:Timeline
Symbol 258 BitmapUsed by:259
Symbol 259 GraphicUses:258Used by:286
Symbol 260 BitmapUsed by:261
Symbol 261 GraphicUses:260Used by:286
Symbol 262 BitmapUsed by:263
Symbol 263 GraphicUses:262Used by:286
Symbol 264 BitmapUsed by:265
Symbol 265 GraphicUses:264Used by:286
Symbol 266 BitmapUsed by:267
Symbol 267 GraphicUses:266Used by:286
Symbol 268 BitmapUsed by:269
Symbol 269 GraphicUses:268Used by:286
Symbol 270 BitmapUsed by:271
Symbol 271 GraphicUses:270Used by:286
Symbol 272 BitmapUsed by:273
Symbol 273 GraphicUses:272Used by:286
Symbol 274 BitmapUsed by:275
Symbol 275 GraphicUses:274Used by:286
Symbol 276 BitmapUsed by:277
Symbol 277 GraphicUses:276Used by:286
Symbol 278 BitmapUsed by:279
Symbol 279 GraphicUses:278Used by:286
Symbol 280 BitmapUsed by:281
Symbol 281 GraphicUses:280Used by:286
Symbol 282 BitmapUsed by:283
Symbol 283 GraphicUses:282Used by:286
Symbol 284 BitmapUsed by:285
Symbol 285 GraphicUses:284Used by:286
Symbol 286 MovieClipUses:259 261 263 265 267 269 271 273 275 277 279 281 283 285Used by:Timeline
Symbol 287 BitmapUsed by:288
Symbol 288 GraphicUses:287Used by:319
Symbol 289 BitmapUsed by:290
Symbol 290 GraphicUses:289Used by:319
Symbol 291 BitmapUsed by:292
Symbol 292 GraphicUses:291Used by:319
Symbol 293 BitmapUsed by:294
Symbol 294 GraphicUses:293Used by:319
Symbol 295 BitmapUsed by:296
Symbol 296 GraphicUses:295Used by:319
Symbol 297 BitmapUsed by:298
Symbol 298 GraphicUses:297Used by:319
Symbol 299 BitmapUsed by:300
Symbol 300 GraphicUses:299Used by:319
Symbol 301 BitmapUsed by:302
Symbol 302 GraphicUses:301Used by:319
Symbol 303 BitmapUsed by:304
Symbol 304 GraphicUses:303Used by:319
Symbol 305 BitmapUsed by:306
Symbol 306 GraphicUses:305Used by:319
Symbol 307 BitmapUsed by:308
Symbol 308 GraphicUses:307Used by:319
Symbol 309 BitmapUsed by:310
Symbol 310 GraphicUses:309Used by:319
Symbol 311 BitmapUsed by:312
Symbol 312 GraphicUses:311Used by:319
Symbol 313 BitmapUsed by:314
Symbol 314 GraphicUses:313Used by:319
Symbol 315 BitmapUsed by:316
Symbol 316 GraphicUses:315Used by:319
Symbol 317 BitmapUsed by:318
Symbol 318 GraphicUses:317Used by:319
Symbol 319 MovieClipUses:288 290 292 294 296 298 300 302 304 306 308 310 312 314 316 318Used by:Timeline

Instance Names

"ground"Frame 2Symbol 102 MovieClip
"pinkie"Frame 2Symbol 135 MovieClip
"cam"Frame 2Symbol 142 MovieClip
"ground"Frame 4Symbol 160 MovieClip
"pinkie"Frame 4Symbol 135 MovieClip
"pinkie"Frame 6Symbol 135 MovieClip
"ground"Frame 6Symbol 162 MovieClip
"ground"Frame 8Symbol 166 MovieClip
"pinkie"Frame 8Symbol 135 MovieClip
"pinkie"Frame 10Symbol 135 MovieClip
"ground"Frame 10Symbol 168 MovieClip
"ground"Frame 12Symbol 180 MovieClip
"pinkie"Frame 12Symbol 135 MovieClip
"pinkie"Frame 14Symbol 135 MovieClip
"ground"Frame 14Symbol 182 MovieClip
"ground"Frame 16Symbol 184 MovieClip
"pinkie"Frame 16Symbol 135 MovieClip
"pinkie"Frame 18Symbol 135 MovieClip
"ground"Frame 18Symbol 187 MovieClip
"pinkie"Frame 20Symbol 135 MovieClip
"ground"Frame 20Symbol 189 MovieClip

Labels

"gameover"Frame 22
"stand"Symbol 135 MovieClip Frame 1
"jump"Symbol 135 MovieClip Frame 2
"walk"Symbol 135 MovieClip Frame 3

Dynamic Text Variables

_root.scoreSymbol 147 EditableText""
_root.scoreSymbol 148 EditableText""
_root.hpSymbol 152 EditableText""
_root.hpSymbol 153 EditableText""
_root.lvlSymbol 156 EditableText""
_root.lvlSymbol 157 EditableText""
_root.hpSymbol 191 EditableText""
_root.hpSymbol 192 EditableText""
_root.lvlSymbol 200 EditableText""
_root.lvlSymbol 201 EditableText""




http://swfchan.com/21/101630/info.shtml
Created: 20/3 -2019 07:39:43 Last modified: 20/3 -2019 07:39:43 Server time: 25/04 -2024 16:49:29