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();