Frame 1
function menuChoiceOne() {
getURL ("http://www.thegamehomepage.com/", "_blank");
}
_root._x = 0;
_root._y = 0;
stop();
NewMenu = new ContextMenu();
NewMenu.hideBuiltInItems();
NewMenu.customItems.push(new ContextMenuItem("Visit The Game Homepage", menuChoiceOne));
this.menu = NewMenu;
Instance of Symbol 13 MovieClip in Frame 1
onClipEvent (enterFrame) {
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
_xscale = (_xscale - (Math.round(PercentLoaded + _xscale) / 30));
if (this.PercentLoaded == 100) {
_root.nextFrame();
}
}
Frame 2
SMDATA = SharedObject.getLocal("SMDATA");
if (SMDATA.data.hiscore == null) {
_root.hiscore = 0;
} else {
_root.hiscore = SMDATA.data.hiscore;
}
stop();
Instance of Symbol 13 MovieClip in Frame 2
onClipEvent (enterFrame) {
}
Frame 3
var MUSA = new Sound(blankSym);
stop();
lives = 5;
points = 0;
liveslost = 0;
Instance of Symbol 42 MovieClip in Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 10;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 10;
this.nextFrame();
}
}
Instance of Symbol 53 MovieClip in Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.you.downSpeed = 0;
_root.you.jumpSpeed = 15;
play();
}
}
Instance of Symbol 70 MovieClip in Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.nextFrame();
}
}
Instance of Symbol 78 MovieClip "you" in Frame 3
onClipEvent (load) {
jumpSpeed = 0;
downSpeed = 0;
jumpCounter = 5;
}
onClipEvent (enterFrame) {
if (((_root.platforms.hitTest(this._x, this._y + 5, true) || (_root.platforms.hitTest(this._x + 5, this._y + 10, true))) || (_root.platforms.hitTest(this._x - 5, this._y + 10, true))) || ((_root.platforms2.hitTest(this._x, this._y + 5, true) || (_root.platforms2.hitTest(this._x + 5, this._y + 10, true))) || (_root.platforms2.hitTest(this._x - 5, this._y + 10, true)))) {
if (jumpCounter > 0) {
jumpCounter = jumpCounter - 1;
}
down = false;
} else {
down = true;
}
if ((_root.platforms.hitTest(this._x, this._y - 20, true) || (_root.platforms.hitTest(this._x + 5, this._y - 20, true))) || (_root.platforms.hitTest(this._x - 5, this._y - 20, true))) {
up = false;
} else {
up = true;
}
if (_root.platforms.hitTest(this._x - 8, this._y, true) || (_root.platforms.hitTest(this._x - 8, this._y - 10, true))) {
left = false;
} else {
left = true;
}
if (_root.platforms.hitTest(this._x + 8, this._y, true) || (_root.platforms.hitTest(this._x + 8, this._y - 10, true))) {
right = false;
} else {
right = true;
}
if (Key.isDown(37) && (left == true)) {
_xscale = -100;
this._x = this._x - 3;
}
if (Key.isDown(39) && (right == true)) {
_xscale = 100;
this._x = this._x + 3;
}
if ((Key.isDown(38) && (down == false)) && (jumpCounter == 0)) {
jumpSpeed = 10;
jumpCounter = 5;
}
jumpSpeed = jumpSpeed - 1;
if (jumpSpeed < 0) {
jumpSpeed = 0;
}
if (up == true) {
this._y = this._y - jumpSpeed;
} else {
jumpSpeed = 0;
}
if ((down == true) && (jumpSpeed == 0)) {
downSpeed = downSpeed + 1;
}
if (downSpeed > 10) {
downSpeed = 10;
}
if (down == true) {
this._y = this._y + downSpeed;
}
if (down == false) {
downSpeed = 0;
}
if (_root.platforms.hitTest(this._x, this._y + 9, true)) {
this._y = this._y - 2;
}
if (_root.platforms2.hitTest(this._x, this._y + 9, true)) {
this._y = this._y - 2;
}
_root._x = _root._x - Math.round(((_root._x + this._x) - 250) / 15);
_root._y = _root._y - Math.round(((_root._y + this._y) - 250) / 20);
}
Instance of Symbol 82 MovieClip "blankSym" in Frame 3
onClipEvent (load) {
T = 0;
_root.sec = 0;
}
onClipEvent (enterFrame) {
if (_root.lives == -1) {
_root.stopAllSounds();
_root.lives = 5;
_root.gotoAndStop("gameOver");
}
T = T + 1;
if (T == 30) {
_root.sec = _root.sec + 1;
T = 0;
}
}
Frame 4
HP = 7;
Hcount = 0;
nextFrame();
Frame 5
stop();
Instance of Symbol 44 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.you) && (_root.Hcount == 0)) {
_root.you.jumpSpeed = 10;
_root.health._alpha = 100;
_root.Hcount = 30;
}
}
Instance of Symbol 44 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.you) && (_root.Hcount == 0)) {
_root.you.jumpSpeed = 10;
_root.health._alpha = 100;
_root.Hcount = 30;
}
}
Instance of Symbol 44 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.you) && (_root.Hcount == 0)) {
_root.you.jumpSpeed = 10;
_root.health._alpha = 100;
_root.Hcount = 30;
}
}
Instance of Symbol 44 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.you) && (_root.Hcount == 0)) {
_root.you.jumpSpeed = 10;
_root.health._alpha = 100;
_root.Hcount = 30;
}
}
Instance of Symbol 44 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.you) && (_root.Hcount == 0)) {
_root.you.jumpSpeed = 10;
_root.health._alpha = 100;
_root.Hcount = 30;
}
}
Instance of Symbol 44 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.you) && (_root.Hcount == 0)) {
_root.you.jumpSpeed = 10;
_root.health._alpha = 100;
_root.Hcount = 30;
}
}
Instance of Symbol 44 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.you) && (_root.Hcount == 0)) {
_root.you.jumpSpeed = 10;
_root.health._alpha = 100;
_root.Hcount = 30;
}
}
Instance of Symbol 42 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 10;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 10;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 10;
this.nextFrame();
}
}
Instance of Symbol 70 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.nextFrame();
}
}
Instance of Symbol 67 MovieClip in Frame 5
onClipEvent (load) {
R = true;
}
onClipEvent (enterFrame) {
if (_root.platforms.hitTest(this._x + 5, this._y, true)) {
right = false;
R = false;
} else {
right = true;
}
if (_root.platforms.hitTest(this._x - 5, this._y, true)) {
left = false;
R = true;
} else {
left = true;
}
if (R == true) {
_x = (_x + 2);
} else {
_x = (_x - 2);
}
if (this.hitTest(_root.you) && (_root.Hcount == 0)) {
_root.you.jumpSpeed = 10;
_root.health._alpha = 100;
_root.Hcount = 30;
}
}
Instance of Symbol 67 MovieClip in Frame 5
onClipEvent (load) {
R = false;
}
onClipEvent (enterFrame) {
if (_root.platforms.hitTest(this._x + 5, this._y, true)) {
right = false;
R = false;
} else {
right = true;
}
if (_root.platforms.hitTest(this._x - 5, this._y, true)) {
left = false;
R = true;
} else {
left = true;
}
if (R == true) {
_x = (_x + 2);
} else {
_x = (_x - 2);
}
if (this.hitTest(_root.you) && (_root.Hcount == 0)) {
_root.you.jumpSpeed = 10;
_root.health._alpha = 100;
_root.Hcount = 30;
}
}
Instance of Symbol 67 MovieClip in Frame 5
onClipEvent (load) {
R = true;
}
onClipEvent (enterFrame) {
if (_root.platforms.hitTest(this._x + 5, this._y, true)) {
right = false;
R = false;
} else {
right = true;
}
if (_root.platforms.hitTest(this._x - 5, this._y, true)) {
left = false;
R = true;
} else {
left = true;
}
if (R == true) {
_x = (_x + 2);
} else {
_x = (_x - 2);
}
if (this.hitTest(_root.you) && (_root.Hcount == 0)) {
_root.you.jumpSpeed = 10;
_root.health._alpha = 100;
_root.Hcount = 30;
}
}
Instance of Symbol 67 MovieClip in Frame 5
onClipEvent (load) {
R = true;
}
onClipEvent (enterFrame) {
if (_root.platforms.hitTest(this._x + 5, this._y, true)) {
right = false;
R = false;
} else {
right = true;
}
if (_root.platforms.hitTest(this._x - 5, this._y, true)) {
left = false;
R = true;
} else {
left = true;
}
if (R == true) {
_x = (_x + 2);
} else {
_x = (_x - 2);
}
if (this.hitTest(_root.you) && (_root.Hcount == 0)) {
_root.you.jumpSpeed = 10;
_root.health._alpha = 100;
_root.Hcount = 30;
}
}
Instance of Symbol 67 MovieClip in Frame 5
onClipEvent (load) {
R = false;
}
onClipEvent (enterFrame) {
if (_root.platforms.hitTest(this._x + 5, this._y, true)) {
right = false;
R = false;
} else {
right = true;
}
if (_root.platforms.hitTest(this._x - 5, this._y, true)) {
left = false;
R = true;
} else {
left = true;
}
if (R == true) {
_x = (_x + 2);
} else {
_x = (_x - 2);
}
if (this.hitTest(_root.you) && (_root.Hcount == 0)) {
_root.you.jumpSpeed = 10;
_root.health._alpha = 100;
_root.Hcount = 30;
}
}
Instance of Symbol 96 MovieClip "health" in Frame 5
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
this._alpha = 100;
}
lives = _root.lives;
_x = _root.you._x;
_y = _root.you._y;
if (_root.Hcount == 30) {
_root.HP = _root.HP - 1;
}
if (_root.Hcount > 0) {
_root.Hcount = _root.Hcount - 1;
}
gotoAndStop(_root.HP);
if (_alpha > 0) {
_alpha = (_alpha - 0.2);
}
if (_root.HP == 1) {
_root.lives = _root.lives - 1;
_root.liveslost = _root.liveslost + 1;
_root.HP = 7;
_root.prevFrame();
}
}
Instance of Symbol 78 MovieClip "you" in Frame 5
onClipEvent (load) {
jumpSpeed = 0;
downSpeed = 0;
jumpCounter = 5;
}
onClipEvent (enterFrame) {
if (((_root.platforms.hitTest(this._x, this._y + 5, true) || (_root.platforms.hitTest(this._x + 5, this._y + 10, true))) || (_root.platforms.hitTest(this._x - 5, this._y + 10, true))) || ((_root.platforms2.hitTest(this._x, this._y + 5, true) || (_root.platforms2.hitTest(this._x + 5, this._y + 10, true))) || (_root.platforms2.hitTest(this._x - 5, this._y + 10, true)))) {
if (jumpCounter > 0) {
jumpCounter = jumpCounter - 1;
}
down = false;
} else {
down = true;
}
if ((_root.platforms.hitTest(this._x, this._y - 20, true) || (_root.platforms.hitTest(this._x + 5, this._y - 20, true))) || (_root.platforms.hitTest(this._x - 5, this._y - 20, true))) {
up = false;
} else {
up = true;
}
if (_root.platforms.hitTest(this._x - 8, this._y, true) || (_root.platforms.hitTest(this._x - 8, this._y - 10, true))) {
left = false;
} else {
left = true;
}
if (_root.platforms.hitTest(this._x + 8, this._y, true) || (_root.platforms.hitTest(this._x + 8, this._y - 10, true))) {
right = false;
} else {
right = true;
}
if (Key.isDown(37) && (left == true)) {
_xscale = -100;
this._x = this._x - 3;
}
if (Key.isDown(39) && (right == true)) {
_xscale = 100;
this._x = this._x + 3;
}
if ((Key.isDown(38) && (down == false)) && (jumpCounter == 0)) {
jumpSpeed = 10;
jumpCounter = 5;
}
jumpSpeed = jumpSpeed - 1;
if (jumpSpeed < 0) {
jumpSpeed = 0;
}
if (up == true) {
this._y = this._y - jumpSpeed;
} else {
jumpSpeed = 0;
}
if ((down == true) && (jumpSpeed == 0)) {
downSpeed = downSpeed + 1;
}
if (downSpeed > 10) {
downSpeed = 10;
}
if (down == true) {
this._y = this._y + downSpeed;
}
if (down == false) {
downSpeed = 0;
}
if (_root.platforms.hitTest(this._x, this._y + 9, true)) {
this._y = this._y - 2;
}
if (_root.platforms2.hitTest(this._x, this._y + 9, true)) {
this._y = this._y - 2;
}
_root._x = _root._x - Math.round(((_root._x + this._x) - 250) / 15);
_root._y = _root._y - Math.round(((_root._y + this._y) - 250) / 20);
}
Instance of Symbol 98 MovieClip "PointCounter" in Frame 5
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
this._alpha = 100;
}
points = _root.points;
_x = _root.you._x;
_y = _root.you._y;
if (_alpha > 0) {
_alpha = (_alpha - 0.5);
}
}
Frame 6
HP = 7;
Hcount = 0;
nextFrame();
Frame 7
stop();
Instance of Symbol 44 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.you) && (_root.Hcount == 0)) {
_root.you.jumpSpeed = 10;
_root.health._alpha = 100;
_root.Hcount = 30;
}
}
Instance of Symbol 44 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.you) && (_root.Hcount == 0)) {
_root.you.jumpSpeed = 10;
_root.health._alpha = 100;
_root.Hcount = 30;
}
}
Instance of Symbol 44 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.you) && (_root.Hcount == 0)) {
_root.you.jumpSpeed = 10;
_root.health._alpha = 100;
_root.Hcount = 30;
}
}
Instance of Symbol 44 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.you) && (_root.Hcount == 0)) {
_root.you.jumpSpeed = 10;
_root.health._alpha = 100;
_root.Hcount = 30;
}
}
Instance of Symbol 42 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 10;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 70 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.nextFrame();
}
}
Instance of Symbol 67 MovieClip in Frame 7
onClipEvent (load) {
R = true;
}
onClipEvent (enterFrame) {
if (_root.platforms.hitTest(this._x + 5, this._y, true)) {
right = false;
R = false;
} else {
right = true;
}
if (_root.platforms.hitTest(this._x - 5, this._y, true)) {
left = false;
R = true;
} else {
left = true;
}
if (R == true) {
_x = (_x + 2);
} else {
_x = (_x - 2);
}
if (this.hitTest(_root.you) && (_root.Hcount == 0)) {
_root.you.jumpSpeed = 10;
_root.health._alpha = 100;
_root.Hcount = 30;
}
}
Instance of Symbol 67 MovieClip in Frame 7
onClipEvent (load) {
R = false;
}
onClipEvent (enterFrame) {
if (_root.platforms.hitTest(this._x + 5, this._y, true)) {
right = false;
R = false;
} else {
right = true;
}
if (_root.platforms.hitTest(this._x - 5, this._y, true)) {
left = false;
R = true;
} else {
left = true;
}
if (R == true) {
_x = (_x + 2);
} else {
_x = (_x - 2);
}
if (this.hitTest(_root.you) && (_root.Hcount == 0)) {
_root.you.jumpSpeed = 10;
_root.health._alpha = 100;
_root.Hcount = 30;
}
}
Instance of Symbol 67 MovieClip in Frame 7
onClipEvent (load) {
R = true;
}
onClipEvent (enterFrame) {
if (_root.platforms.hitTest(this._x + 5, this._y, true)) {
right = false;
R = false;
} else {
right = true;
}
if (_root.platforms.hitTest(this._x - 5, this._y, true)) {
left = false;
R = true;
} else {
left = true;
}
if (R == true) {
_x = (_x + 2);
} else {
_x = (_x - 2);
}
if (this.hitTest(_root.you) && (_root.Hcount == 0)) {
_root.you.jumpSpeed = 10;
_root.health._alpha = 100;
_root.Hcount = 30;
}
}
Instance of Symbol 67 MovieClip in Frame 7
onClipEvent (load) {
R = false;
}
onClipEvent (enterFrame) {
if (_root.platforms.hitTest(this._x + 5, this._y, true)) {
right = false;
R = false;
} else {
right = true;
}
if (_root.platforms.hitTest(this._x - 5, this._y, true)) {
left = false;
R = true;
} else {
left = true;
}
if (R == true) {
_x = (_x + 2);
} else {
_x = (_x - 2);
}
if (this.hitTest(_root.you) && (_root.Hcount == 0)) {
_root.you.jumpSpeed = 10;
_root.health._alpha = 100;
_root.Hcount = 30;
}
}
Instance of Symbol 53 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.you.downSpeed = 0;
_root.you.jumpSpeed = 15;
play();
}
}
Instance of Symbol 65 MovieClip in Frame 7
onClipEvent (enterFrame) {
if ((_root.you._x < 300) && (_root.you._y < -50)) {
play();
}
}
Instance of Symbol 65 MovieClip in Frame 7
onClipEvent (enterFrame) {
if ((_root.you._x < 300) && (_root.you._y < -50)) {
play();
}
}
Instance of Symbol 67 MovieClip in Frame 7
onClipEvent (load) {
R = false;
}
onClipEvent (enterFrame) {
if (_root.platforms.hitTest(this._x + 5, this._y, true)) {
right = false;
R = false;
} else {
right = true;
}
if (_root.platforms.hitTest(this._x - 5, this._y, true)) {
left = false;
R = true;
} else {
left = true;
}
if (R == true) {
_x = (_x + 2);
} else {
_x = (_x - 2);
}
if (this.hitTest(_root.you) && (_root.Hcount == 0)) {
_root.you.jumpSpeed = 15;
_root.health._alpha = 100;
_root.Hcount = 30;
}
}
Instance of Symbol 81 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.lives = _root.lives + 1;
_root.points = _root.points + 100;
_root.PointCounter._alpha = 100;
_root.health._alpha = 100;
this.nextFrame();
}
}
Instance of Symbol 78 MovieClip "you" in Frame 7
onClipEvent (load) {
jumpSpeed = 0;
downSpeed = 0;
jumpCounter = 5;
}
onClipEvent (enterFrame) {
if (((_root.platforms.hitTest(this._x, this._y + 5, true) || (_root.platforms.hitTest(this._x + 5, this._y + 10, true))) || (_root.platforms.hitTest(this._x - 5, this._y + 10, true))) || ((_root.platforms2.hitTest(this._x, this._y + 5, true) || (_root.platforms2.hitTest(this._x + 5, this._y + 10, true))) || (_root.platforms2.hitTest(this._x - 5, this._y + 10, true)))) {
if (jumpCounter > 0) {
jumpCounter = jumpCounter - 1;
}
down = false;
} else {
down = true;
}
if ((_root.platforms.hitTest(this._x, this._y - 20, true) || (_root.platforms.hitTest(this._x + 5, this._y - 20, true))) || (_root.platforms.hitTest(this._x - 5, this._y - 20, true))) {
up = false;
} else {
up = true;
}
if (_root.platforms.hitTest(this._x - 8, this._y, true) || (_root.platforms.hitTest(this._x - 8, this._y - 10, true))) {
left = false;
} else {
left = true;
}
if (_root.platforms.hitTest(this._x + 8, this._y, true) || (_root.platforms.hitTest(this._x + 8, this._y - 10, true))) {
right = false;
} else {
right = true;
}
if (Key.isDown(37) && (left == true)) {
_xscale = -100;
this._x = this._x - 3;
}
if (Key.isDown(39) && (right == true)) {
_xscale = 100;
this._x = this._x + 3;
}
if ((Key.isDown(38) && (down == false)) && (jumpCounter == 0)) {
jumpSpeed = 10;
jumpCounter = 5;
}
jumpSpeed = jumpSpeed - 1;
if (jumpSpeed < 0) {
jumpSpeed = 0;
}
if (up == true) {
this._y = this._y - jumpSpeed;
} else {
jumpSpeed = 0;
}
if ((down == true) && (jumpSpeed == 0)) {
downSpeed = downSpeed + 1;
}
if (downSpeed > 10) {
downSpeed = 10;
}
if (down == true) {
this._y = this._y + downSpeed;
}
if (down == false) {
downSpeed = 0;
}
if (_root.platforms.hitTest(this._x, this._y + 9, true)) {
this._y = this._y - 2;
}
if (_root.platforms2.hitTest(this._x, this._y + 9, true)) {
this._y = this._y - 2;
}
_root._x = _root._x - Math.round(((_root._x + this._x) - 250) / 15);
_root._y = _root._y - Math.round(((_root._y + this._y) - 250) / 20);
}
Instance of Symbol 98 MovieClip "PointCounter" in Frame 7
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
this._alpha = 100;
}
points = _root.points;
_x = _root.you._x;
_y = _root.you._y;
if (_alpha > 0) {
_alpha = (_alpha - 0.5);
}
}
Instance of Symbol 96 MovieClip "health" in Frame 7
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
this._alpha = 100;
}
lives = _root.lives;
_x = _root.you._x;
_y = _root.you._y;
if (_root.Hcount == 30) {
_root.HP = _root.HP - 1;
}
if (_root.Hcount > 0) {
_root.Hcount = _root.Hcount - 1;
}
gotoAndStop(_root.HP);
if (_alpha > 0) {
_alpha = (_alpha - 0.2);
}
if (_root.HP == 1) {
_root.lives = _root.lives - 1;
_root.liveslost = _root.liveslost + 1;
_root.HP = 7;
_root.prevFrame();
}
}
Frame 8
HP = 7;
Hcount = 0;
nextFrame();
Frame 9
stop();
Instance of Symbol 44 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.you) && (_root.Hcount == 0)) {
_root.you.jumpSpeed = 10;
_root.health._alpha = 100;
_root.Hcount = 30;
}
}
Instance of Symbol 44 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.you) && (_root.Hcount == 0)) {
_root.you.jumpSpeed = 10;
_root.health._alpha = 100;
_root.Hcount = 30;
}
}
Instance of Symbol 44 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.you) && (_root.Hcount == 0)) {
_root.you.jumpSpeed = 10;
_root.health._alpha = 100;
_root.Hcount = 30;
}
}
Instance of Symbol 44 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.you) && (_root.Hcount == 0)) {
_root.you.jumpSpeed = 10;
_root.health._alpha = 100;
_root.Hcount = 30;
}
}
Instance of Symbol 42 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 10;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 10;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 10;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 70 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.nextFrame();
}
}
Instance of Symbol 67 MovieClip in Frame 9
onClipEvent (load) {
R = false;
}
onClipEvent (enterFrame) {
if (_root.platforms.hitTest(this._x + 5, this._y, true)) {
right = false;
R = false;
} else {
right = true;
}
if (_root.platforms.hitTest(this._x - 5, this._y, true)) {
left = false;
R = true;
} else {
left = true;
}
if (R == true) {
_x = (_x + 2);
} else {
_x = (_x - 2);
}
if (this.hitTest(_root.you) && (_root.Hcount == 0)) {
_root.you.jumpSpeed = 10;
_root.health._alpha = 100;
_root.Hcount = 30;
}
}
Instance of Symbol 53 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.you.downSpeed = 0;
_root.you.jumpSpeed = 15;
play();
}
}
Instance of Symbol 67 MovieClip in Frame 9
onClipEvent (load) {
R = false;
}
onClipEvent (enterFrame) {
if (_root.platforms.hitTest(this._x + 5, this._y, true)) {
right = false;
R = false;
} else {
right = true;
}
if (_root.platforms.hitTest(this._x - 5, this._y, true)) {
left = false;
R = true;
} else {
left = true;
}
if (R == true) {
_x = (_x + 2);
} else {
_x = (_x - 2);
}
if (this.hitTest(_root.you) && (_root.Hcount == 0)) {
_root.you.jumpSpeed = 10;
_root.health._alpha = 100;
_root.Hcount = 30;
}
}
Instance of Symbol 78 MovieClip "you" in Frame 9
onClipEvent (load) {
jumpSpeed = 0;
downSpeed = 0;
jumpCounter = 5;
}
onClipEvent (enterFrame) {
if (((_root.platforms.hitTest(this._x, this._y + 5, true) || (_root.platforms.hitTest(this._x + 5, this._y + 10, true))) || (_root.platforms.hitTest(this._x - 5, this._y + 10, true))) || ((_root.platforms2.hitTest(this._x, this._y + 5, true) || (_root.platforms2.hitTest(this._x + 5, this._y + 10, true))) || (_root.platforms2.hitTest(this._x - 5, this._y + 10, true)))) {
if (jumpCounter > 0) {
jumpCounter = jumpCounter - 1;
}
down = false;
} else {
down = true;
}
if ((_root.platforms.hitTest(this._x, this._y - 20, true) || (_root.platforms.hitTest(this._x + 5, this._y - 20, true))) || (_root.platforms.hitTest(this._x - 5, this._y - 20, true))) {
up = false;
} else {
up = true;
}
if (_root.platforms.hitTest(this._x - 8, this._y, true) || (_root.platforms.hitTest(this._x - 8, this._y - 10, true))) {
left = false;
} else {
left = true;
}
if (_root.platforms.hitTest(this._x + 8, this._y, true) || (_root.platforms.hitTest(this._x + 8, this._y - 10, true))) {
right = false;
} else {
right = true;
}
if (Key.isDown(37) && (left == true)) {
_xscale = -100;
this._x = this._x - 3;
}
if (Key.isDown(39) && (right == true)) {
_xscale = 100;
this._x = this._x + 3;
}
if ((Key.isDown(38) && (down == false)) && (jumpCounter == 0)) {
jumpSpeed = 10;
jumpCounter = 5;
}
jumpSpeed = jumpSpeed - 1;
if (jumpSpeed < 0) {
jumpSpeed = 0;
}
if (up == true) {
this._y = this._y - jumpSpeed;
} else {
jumpSpeed = 0;
}
if ((down == true) && (jumpSpeed == 0)) {
downSpeed = downSpeed + 1;
}
if (downSpeed > 10) {
downSpeed = 10;
}
if (down == true) {
this._y = this._y + downSpeed;
}
if (down == false) {
downSpeed = 0;
}
if (_root.platforms.hitTest(this._x, this._y + 9, true)) {
this._y = this._y - 2;
}
if (_root.platforms2.hitTest(this._x, this._y + 9, true)) {
this._y = this._y - 2;
}
_root._x = _root._x - Math.round(((_root._x + this._x) - 250) / 15);
_root._y = _root._y - Math.round(((_root._y + this._y) - 250) / 20);
}
Instance of Symbol 98 MovieClip "PointCounter" in Frame 9
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
this._alpha = 100;
}
points = _root.points;
_x = _root.you._x;
_y = _root.you._y;
if (_alpha > 0) {
_alpha = (_alpha - 0.5);
}
}
Instance of Symbol 96 MovieClip "health" in Frame 9
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
this._alpha = 100;
}
lives = _root.lives;
_x = _root.you._x;
_y = _root.you._y;
if (_root.Hcount == 30) {
_root.HP = _root.HP - 1;
}
if (_root.Hcount > 0) {
_root.Hcount = _root.Hcount - 1;
}
gotoAndStop(_root.HP);
if (_alpha > 0) {
_alpha = (_alpha - 0.2);
}
if (_root.HP == 1) {
_root.lives = _root.lives - 1;
_root.liveslost = _root.liveslost + 1;
_root.HP = 7;
_root.prevFrame();
}
}
Frame 10
HP = 7;
Hcount = 0;
nextFrame();
Frame 11
stop();
Instance of Symbol 42 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 10;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 10;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 10;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 10;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 10;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 10;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 10;
this.nextFrame();
}
}
Instance of Symbol 70 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.nextFrame();
}
}
Instance of Symbol 67 MovieClip in Frame 11
onClipEvent (load) {
R = false;
}
onClipEvent (enterFrame) {
if (_root.platforms.hitTest(this._x, this._y + 5, true)) {
right = false;
R = false;
} else {
right = true;
}
if (_root.platforms.hitTest(this._x, this._y - 5, true)) {
left = false;
R = true;
} else {
left = true;
}
if (R == true) {
_y = (_y + 2);
} else {
_y = (_y - 2);
}
if (this.hitTest(_root.you) && (_root.Hcount == 0)) {
_root.you.jumpSpeed = 10;
_root.health._alpha = 100;
_root.Hcount = 30;
}
}
Instance of Symbol 53 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.you.downSpeed = 0;
_root.you.jumpSpeed = 15;
play();
}
}
Instance of Symbol 67 MovieClip in Frame 11
onClipEvent (load) {
R = false;
}
onClipEvent (enterFrame) {
if (_root.platforms.hitTest(this._x + 5, this._y, true)) {
right = false;
R = false;
} else {
right = true;
}
if (_root.platforms.hitTest(this._x - 5, this._y, true)) {
left = false;
R = true;
} else {
left = true;
}
if (R == true) {
_x = (_x + 2);
} else {
_x = (_x - 2);
}
if (this.hitTest(_root.you) && (_root.Hcount == 0)) {
_root.you.jumpSpeed = 10;
_root.health._alpha = 100;
_root.Hcount = 30;
}
}
Instance of Symbol 53 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.you.downSpeed = 0;
_root.you.jumpSpeed = 15;
play();
}
}
Instance of Symbol 53 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.you.downSpeed = 0;
_root.you.jumpSpeed = 15;
play();
}
}
Instance of Symbol 78 MovieClip "you" in Frame 11
onClipEvent (load) {
jumpSpeed = 0;
downSpeed = 0;
jumpCounter = 5;
}
onClipEvent (enterFrame) {
if (((_root.platforms.hitTest(this._x, this._y + 5, true) || (_root.platforms.hitTest(this._x + 5, this._y + 10, true))) || (_root.platforms.hitTest(this._x - 5, this._y + 10, true))) || ((_root.platforms2.hitTest(this._x, this._y + 5, true) || (_root.platforms2.hitTest(this._x + 5, this._y + 10, true))) || (_root.platforms2.hitTest(this._x - 5, this._y + 10, true)))) {
if (jumpCounter > 0) {
jumpCounter = jumpCounter - 1;
}
down = false;
} else {
down = true;
}
if ((_root.platforms.hitTest(this._x, this._y - 20, true) || (_root.platforms.hitTest(this._x + 5, this._y - 20, true))) || (_root.platforms.hitTest(this._x - 5, this._y - 20, true))) {
up = false;
} else {
up = true;
}
if (_root.platforms.hitTest(this._x - 8, this._y, true) || (_root.platforms.hitTest(this._x - 8, this._y - 10, true))) {
left = false;
} else {
left = true;
}
if (_root.platforms.hitTest(this._x + 8, this._y, true) || (_root.platforms.hitTest(this._x + 8, this._y - 10, true))) {
right = false;
} else {
right = true;
}
if (Key.isDown(37) && (left == true)) {
_xscale = -100;
this._x = this._x - 3;
}
if (Key.isDown(39) && (right == true)) {
_xscale = 100;
this._x = this._x + 3;
}
if ((Key.isDown(38) && (down == false)) && (jumpCounter == 0)) {
jumpSpeed = 10;
jumpCounter = 5;
}
jumpSpeed = jumpSpeed - 1;
if (jumpSpeed < 0) {
jumpSpeed = 0;
}
if (up == true) {
this._y = this._y - jumpSpeed;
} else {
jumpSpeed = 0;
}
if ((down == true) && (jumpSpeed == 0)) {
downSpeed = downSpeed + 1;
}
if (downSpeed > 10) {
downSpeed = 10;
}
if (down == true) {
this._y = this._y + downSpeed;
}
if (down == false) {
downSpeed = 0;
}
if (_root.platforms.hitTest(this._x, this._y + 9, true)) {
this._y = this._y - 2;
}
if (_root.platforms2.hitTest(this._x, this._y + 9, true)) {
this._y = this._y - 2;
}
_root._x = _root._x - Math.round(((_root._x + this._x) - 250) / 15);
_root._y = _root._y - Math.round(((_root._y + this._y) - 250) / 20);
if (this._y > 450) {
_root.HP = 1;
_root.health._alpha = 100;
}
}
Instance of Symbol 119 MovieClip in Frame 11
onClipEvent (load) {
R = true;
}
onClipEvent (enterFrame) {
if (_root.platforms.hitTest(this._x + 5, this._y, true)) {
right = false;
R = false;
} else {
right = true;
}
if (_root.platforms.hitTest(this._x - 5, this._y, true)) {
left = false;
R = true;
} else {
left = true;
}
if (R == true) {
_x = (_x + 1);
} else {
_x = (_x - 1);
}
if (this.hitTest(_root.you)) {
_root.you.jumpSpeed = 25;
}
}
Instance of Symbol 98 MovieClip "PointCounter" in Frame 11
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
this._alpha = 100;
}
points = _root.points;
_x = _root.you._x;
_y = _root.you._y;
if (_alpha > 0) {
_alpha = (_alpha - 0.5);
}
}
Instance of Symbol 96 MovieClip "health" in Frame 11
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
this._alpha = 100;
}
lives = _root.lives;
_x = _root.you._x;
_y = _root.you._y;
if (_root.Hcount == 30) {
_root.HP = _root.HP - 1;
}
if (_root.Hcount > 0) {
_root.Hcount = _root.Hcount - 1;
}
gotoAndStop(_root.HP);
if (_alpha > 0) {
_alpha = (_alpha - 0.2);
}
if (_root.HP == 1) {
_root.lives = _root.lives - 1;
_root.liveslost = _root.liveslost + 1;
_root.HP = 7;
_root.prevFrame();
}
}
Frame 12
HP = 7;
Hcount = 0;
nextFrame();
Frame 13
stop();
Instance of Symbol 44 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you) && (_root.Hcount == 0)) {
_root.you.jumpSpeed = 10;
_root.health._alpha = 100;
_root.Hcount = 30;
}
}
Instance of Symbol 44 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you) && (_root.Hcount == 0)) {
_root.you.jumpSpeed = 10;
_root.health._alpha = 100;
_root.Hcount = 30;
}
}
Instance of Symbol 44 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you) && (_root.Hcount == 0)) {
_root.you.jumpSpeed = 10;
_root.health._alpha = 100;
_root.Hcount = 30;
}
}
Instance of Symbol 44 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you) && (_root.Hcount == 0)) {
_root.you.jumpSpeed = 10;
_root.health._alpha = 100;
_root.Hcount = 30;
}
}
Instance of Symbol 44 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you) && (_root.Hcount == 0)) {
_root.you.jumpSpeed = 10;
_root.health._alpha = 100;
_root.Hcount = 30;
}
}
Instance of Symbol 44 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you) && (_root.Hcount == 0)) {
_root.you.jumpSpeed = 10;
_root.health._alpha = 100;
_root.Hcount = 30;
}
}
Instance of Symbol 44 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you) && (_root.Hcount == 0)) {
_root.you.jumpSpeed = 10;
_root.health._alpha = 100;
_root.Hcount = 30;
}
}
Instance of Symbol 44 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you) && (_root.Hcount == 0)) {
_root.you.jumpSpeed = 10;
_root.health._alpha = 100;
_root.Hcount = 30;
}
}
Instance of Symbol 42 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 10;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 10;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 10;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 10;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 10;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 10;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 10;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 10;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 10;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 10;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 10;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 10;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 10;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 10;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 10;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 10;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 10;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 10;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 10;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 10;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 10;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 81 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.lives = _root.lives + 1;
_root.health._alpha = 100;
_root.points = _root.points + 100;
_root.PointCounter._alpha = 100;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 10;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 70 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.nextFrame();
}
}
Instance of Symbol 53 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.you.downSpeed = 0;
_root.you.jumpSpeed = 30;
play();
}
}
Instance of Symbol 67 MovieClip in Frame 13
onClipEvent (load) {
R = false;
}
onClipEvent (enterFrame) {
if (_root.platforms.hitTest(this._x + 5, this._y, true)) {
right = false;
R = false;
} else {
right = true;
}
if (_root.platforms.hitTest(this._x - 5, this._y, true)) {
left = false;
R = true;
} else {
left = true;
}
if (R == true) {
_x = (_x + 2);
} else {
_x = (_x - 2);
}
if (this.hitTest(_root.you) && (_root.Hcount == 0)) {
_root.you.jumpSpeed = 10;
_root.health._alpha = 100;
_root.Hcount = 30;
}
}
Instance of Symbol 53 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.you.downSpeed = 0;
_root.you.jumpSpeed = 15;
play();
}
}
Instance of Symbol 53 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.you.downSpeed = 0;
_root.you.jumpSpeed = 15;
play();
}
}
Instance of Symbol 53 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.you.downSpeed = 0;
_root.you.jumpSpeed = 15;
play();
}
}
Instance of Symbol 53 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.you.downSpeed = 0;
_root.you.jumpSpeed = 20;
play();
}
}
Instance of Symbol 67 MovieClip in Frame 13
onClipEvent (load) {
R = false;
}
onClipEvent (enterFrame) {
if (_root.platforms.hitTest(this._x + 5, this._y, true)) {
right = false;
R = false;
} else {
right = true;
}
if (_root.platforms.hitTest(this._x - 5, this._y, true)) {
left = false;
R = true;
} else {
left = true;
}
if (R == true) {
_x = (_x + 2);
} else {
_x = (_x - 2);
}
if (this.hitTest(_root.you) && (_root.Hcount == 0)) {
_root.you.jumpSpeed = 10;
_root.health._alpha = 100;
_root.Hcount = 30;
}
}
Instance of Symbol 53 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.you.downSpeed = 0;
_root.you.jumpSpeed = 20;
play();
}
}
Instance of Symbol 81 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.lives = _root.lives + 1;
_root.points = _root.points + 100;
_root.PointCounter._alpha = 100;
_root.health._alpha = 100;
this.nextFrame();
}
}
Instance of Symbol 78 MovieClip "you" in Frame 13
onClipEvent (load) {
jumpSpeed = 0;
downSpeed = 0;
jumpCounter = 5;
}
onClipEvent (enterFrame) {
if (((_root.platforms.hitTest(this._x, this._y + 5, true) || (_root.platforms.hitTest(this._x + 5, this._y + 10, true))) || (_root.platforms.hitTest(this._x - 5, this._y + 10, true))) || ((_root.platforms2.hitTest(this._x, this._y + 5, true) || (_root.platforms2.hitTest(this._x + 5, this._y + 10, true))) || (_root.platforms2.hitTest(this._x - 5, this._y + 10, true)))) {
if (jumpCounter > 0) {
jumpCounter = jumpCounter - 1;
}
down = false;
} else {
down = true;
}
if ((_root.platforms.hitTest(this._x, this._y - 20, true) || (_root.platforms.hitTest(this._x + 5, this._y - 20, true))) || (_root.platforms.hitTest(this._x - 5, this._y - 20, true))) {
up = false;
} else {
up = true;
}
if (_root.platforms.hitTest(this._x - 8, this._y, true) || (_root.platforms.hitTest(this._x - 8, this._y - 10, true))) {
left = false;
} else {
left = true;
}
if (_root.platforms.hitTest(this._x + 8, this._y, true) || (_root.platforms.hitTest(this._x + 8, this._y - 10, true))) {
right = false;
} else {
right = true;
}
if (Key.isDown(37) && (left == true)) {
_xscale = -100;
this._x = this._x - 3;
}
if (Key.isDown(39) && (right == true)) {
_xscale = 100;
this._x = this._x + 3;
}
if ((Key.isDown(38) && (down == false)) && (jumpCounter == 0)) {
jumpSpeed = 10;
jumpCounter = 5;
}
jumpSpeed = jumpSpeed - 1;
if (jumpSpeed < 0) {
jumpSpeed = 0;
}
if (up == true) {
this._y = this._y - jumpSpeed;
} else {
jumpSpeed = 0;
}
if ((down == true) && (jumpSpeed == 0)) {
downSpeed = downSpeed + 1;
}
if (downSpeed > 10) {
downSpeed = 10;
}
if (down == true) {
this._y = this._y + downSpeed;
}
if (down == false) {
downSpeed = 0;
}
if (_root.platforms.hitTest(this._x, this._y + 9, true)) {
this._y = this._y - 2;
}
if (_root.platforms2.hitTest(this._x, this._y + 9, true)) {
this._y = this._y - 2;
}
_root._x = _root._x - Math.round(((_root._x + this._x) - 250) / 15);
_root._y = _root._y - Math.round(((_root._y + this._y) - 250) / 20);
if (this._y > 450) {
_root.HP = 1;
_root.health._alpha = 100;
}
}
Instance of Symbol 119 MovieClip in Frame 13
onClipEvent (load) {
R = true;
}
onClipEvent (enterFrame) {
if (_root.platforms.hitTest(this._x + 5, this._y, true)) {
right = false;
R = false;
} else {
right = true;
}
if (_root.platforms.hitTest(this._x - 5, this._y, true)) {
left = false;
R = true;
} else {
left = true;
}
if (R == true) {
_x = (_x + 1);
} else {
_x = (_x - 1);
}
if (this.hitTest(_root.you)) {
_root.you.jumpSpeed = 25;
}
}
Instance of Symbol 119 MovieClip in Frame 13
onClipEvent (load) {
R = true;
}
onClipEvent (enterFrame) {
if (_root.platforms.hitTest(this._x + 5, this._y, true)) {
right = false;
R = false;
} else {
right = true;
}
if (_root.platforms.hitTest(this._x - 5, this._y, true)) {
left = false;
R = true;
} else {
left = true;
}
if (R == true) {
_x = (_x + 1);
} else {
_x = (_x - 1);
}
if (this.hitTest(_root.you)) {
_root.you.jumpSpeed = 25;
}
}
Instance of Symbol 119 MovieClip in Frame 13
onClipEvent (load) {
R = true;
}
onClipEvent (enterFrame) {
if (_root.platforms.hitTest(this._x + 5, this._y, true)) {
right = false;
R = false;
} else {
right = true;
}
if (_root.platforms.hitTest(this._x - 5, this._y, true)) {
left = false;
R = true;
} else {
left = true;
}
if (R == true) {
_x = (_x + 1);
} else {
_x = (_x - 1);
}
if (this.hitTest(_root.you)) {
_root.you.jumpSpeed = 25;
}
}
Instance of Symbol 98 MovieClip "PointCounter" in Frame 13
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
this._alpha = 100;
}
points = _root.points;
_x = _root.you._x;
_y = _root.you._y;
if (_alpha > 0) {
_alpha = (_alpha - 0.5);
}
}
Instance of Symbol 96 MovieClip "health" in Frame 13
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
this._alpha = 100;
}
lives = _root.lives;
_x = _root.you._x;
_y = _root.you._y;
if (_root.Hcount == 30) {
_root.HP = _root.HP - 1;
}
if (_root.Hcount > 0) {
_root.Hcount = _root.Hcount - 1;
}
gotoAndStop(_root.HP);
if (_alpha > 0) {
_alpha = (_alpha - 0.2);
}
if (_root.HP == 1) {
_root.lives = _root.lives - 1;
_root.liveslost = _root.liveslost + 1;
_root.HP = 7;
_root.prevFrame();
}
}
Frame 14
HP = 7;
Hcount = 0;
nextFrame();
Frame 15
stop();
Instance of Symbol 44 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.you) && (_root.Hcount == 0)) {
_root.you.jumpSpeed = 10;
_root.health._alpha = 100;
_root.Hcount = 30;
}
}
Instance of Symbol 44 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.you) && (_root.Hcount == 0)) {
_root.you.jumpSpeed = 10;
_root.health._alpha = 100;
_root.Hcount = 30;
}
}
Instance of Symbol 42 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 10;
this.nextFrame();
}
}
Instance of Symbol 81 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.lives = _root.lives + 1;
_root.points = _root.points + 100;
_root.PointCounter._alpha = 100;
_root.health._alpha = 100;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 10;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 10;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 10;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 10;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 10;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 10;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 10;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 70 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.nextFrame();
}
}
Instance of Symbol 53 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.you.downSpeed = 0;
_root.you.jumpSpeed = 15;
play();
}
}
Instance of Symbol 53 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.you.downSpeed = 0;
_root.you.jumpSpeed = 20;
play();
}
}
Instance of Symbol 53 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.you.downSpeed = 0;
_root.you.jumpSpeed = 15;
play();
}
}
Instance of Symbol 78 MovieClip "you" in Frame 15
onClipEvent (load) {
jumpSpeed = 0;
downSpeed = 0;
jumpCounter = 5;
}
onClipEvent (enterFrame) {
if (((_root.platforms.hitTest(this._x, this._y + 5, true) || (_root.platforms.hitTest(this._x + 5, this._y + 10, true))) || (_root.platforms.hitTest(this._x - 5, this._y + 10, true))) || ((_root.platforms2.hitTest(this._x, this._y + 5, true) || (_root.platforms2.hitTest(this._x + 5, this._y + 10, true))) || (_root.platforms2.hitTest(this._x - 5, this._y + 10, true)))) {
if (jumpCounter > 0) {
jumpCounter = jumpCounter - 1;
}
down = false;
} else {
down = true;
}
if ((_root.platforms.hitTest(this._x, this._y - 20, true) || (_root.platforms.hitTest(this._x + 5, this._y - 20, true))) || (_root.platforms.hitTest(this._x - 5, this._y - 20, true))) {
up = false;
} else {
up = true;
}
if (_root.platforms.hitTest(this._x - 8, this._y, true) || (_root.platforms.hitTest(this._x - 8, this._y - 10, true))) {
left = false;
} else {
left = true;
}
if (_root.platforms.hitTest(this._x + 8, this._y, true) || (_root.platforms.hitTest(this._x + 8, this._y - 10, true))) {
right = false;
} else {
right = true;
}
if (Key.isDown(37) && (left == true)) {
_xscale = -100;
this._x = this._x - 3;
}
if (Key.isDown(39) && (right == true)) {
_xscale = 100;
this._x = this._x + 3;
}
if ((Key.isDown(38) && (down == false)) && (jumpCounter == 0)) {
jumpSpeed = 10;
jumpCounter = 5;
}
jumpSpeed = jumpSpeed - 1;
if (jumpSpeed < 0) {
jumpSpeed = 0;
}
if (up == true) {
this._y = this._y - jumpSpeed;
} else {
jumpSpeed = 0;
}
if ((down == true) && (jumpSpeed == 0)) {
downSpeed = downSpeed + 1;
}
if (downSpeed > 10) {
downSpeed = 10;
}
if (down == true) {
this._y = this._y + downSpeed;
}
if (down == false) {
downSpeed = 0;
}
if (_root.platforms.hitTest(this._x, this._y + 9, true)) {
this._y = this._y - 2;
}
if (_root.platforms.hitTest(this._x, this._y + 8, true)) {
this._y = this._y - 1;
}
if (_root.platforms.hitTest(this._x, this._y + 7, true)) {
this._y = this._y - 1;
}
if (_root.platforms.hitTest(this._x, this._y + 6, true)) {
this._y = this._y - 1;
}
if (_root.platforms.hitTest(this._x, this._y + 5, true)) {
this._y = this._y - 1;
}
if (_root.platforms.hitTest(this._x, this._y + 4, true)) {
this._y = this._y - 1;
}
if (_root.platforms.hitTest(this._x, this._y + 3, true)) {
this._y = this._y - 1;
}
if (_root.platforms.hitTest(this._x, this._y + 2, true)) {
this._y = this._y - 1;
}
if (_root.platforms.hitTest(this._x, this._y + 1, true)) {
this._y = this._y - 1;
}
if (_root.platforms2.hitTest(this._x, this._y + 9, true)) {
this._y = this._y - 2;
}
_root._x = _root._x - Math.round(((_root._x + this._x) - 250) / 15);
_root._y = _root._y - Math.round(((_root._y + this._y) - 250) / 20);
if (this._y > 450) {
_root.HP = 1;
_root.health._alpha = 100;
}
}
Instance of Symbol 119 MovieClip in Frame 15
onClipEvent (load) {
R = true;
}
onClipEvent (enterFrame) {
if (_root.platforms.hitTest(this._x + 5, this._y, true)) {
right = false;
R = false;
} else {
right = true;
}
if (_root.platforms.hitTest(this._x - 5, this._y, true)) {
left = false;
R = true;
} else {
left = true;
}
if (R == true) {
_x = (_x + 1);
} else {
_x = (_x - 1);
}
if (this.hitTest(_root.you)) {
_root.you.jumpSpeed = 25;
}
}
Instance of Symbol 98 MovieClip "PointCounter" in Frame 15
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
this._alpha = 100;
}
points = _root.points;
_x = _root.you._x;
_y = _root.you._y;
if (_alpha > 0) {
_alpha = (_alpha - 0.5);
}
}
Instance of Symbol 96 MovieClip "health" in Frame 15
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
this._alpha = 100;
}
lives = _root.lives;
_x = _root.you._x;
_y = _root.you._y;
if (_root.Hcount == 30) {
_root.HP = _root.HP - 1;
}
if (_root.Hcount > 0) {
_root.Hcount = _root.Hcount - 1;
}
gotoAndStop(_root.HP);
if (_alpha > 0) {
_alpha = (_alpha - 0.2);
}
if (_root.HP == 1) {
_root.lives = _root.lives - 1;
_root.liveslost = _root.liveslost + 1;
_root.HP = 7;
_root.prevFrame();
}
}
Frame 16
HP = 7;
Hcount = 0;
nextFrame();
Frame 17
stop();
Instance of Symbol 44 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.you) && (_root.Hcount == 0)) {
_root.you.jumpSpeed = 10;
_root.health._alpha = 100;
_root.Hcount = 30;
}
}
Instance of Symbol 44 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.you) && (_root.Hcount == 0)) {
_root.you.jumpSpeed = 10;
_root.health._alpha = 100;
_root.Hcount = 30;
}
}
Instance of Symbol 44 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.you) && (_root.Hcount == 0)) {
_root.you.jumpSpeed = 10;
_root.health._alpha = 100;
_root.Hcount = 30;
}
}
Instance of Symbol 44 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.you) && (_root.Hcount == 0)) {
_root.you.jumpSpeed = 10;
_root.health._alpha = 100;
_root.Hcount = 30;
}
}
Instance of Symbol 44 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.you) && (_root.Hcount == 0)) {
_root.you.jumpSpeed = 10;
_root.health._alpha = 100;
_root.Hcount = 30;
}
}
Instance of Symbol 44 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.you) && (_root.Hcount == 0)) {
_root.you.jumpSpeed = 10;
_root.health._alpha = 100;
_root.Hcount = 30;
}
}
Instance of Symbol 44 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.you) && (_root.Hcount == 0)) {
_root.you.jumpSpeed = 10;
_root.health._alpha = 100;
_root.Hcount = 30;
}
}
Instance of Symbol 42 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 10;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 81 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.lives = _root.lives + 1;
_root.points = _root.points + 100;
_root.PointCounter._alpha = 100;
_root.health._alpha = 100;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 10;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 10;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 10;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 10;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 10;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 10;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 10;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 10;
this.nextFrame();
}
}
Instance of Symbol 70 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.nextFrame();
}
}
Instance of Symbol 53 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.you.downSpeed = 0;
_root.you.jumpSpeed = 15;
play();
}
}
Instance of Symbol 53 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.you.downSpeed = 0;
_root.you.jumpSpeed = 15;
play();
}
}
Instance of Symbol 53 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.you.downSpeed = 0;
_root.you.jumpSpeed = 15;
play();
}
}
Instance of Symbol 53 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.you.downSpeed = 0;
_root.you.jumpSpeed = 15;
play();
}
}
Instance of Symbol 53 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.you.downSpeed = 0;
_root.you.jumpSpeed = 15;
play();
}
}
Instance of Symbol 53 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.you.downSpeed = 0;
_root.you.jumpSpeed = 20;
play();
}
}
Instance of Symbol 65 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (_root.you._x < 275) {
play();
}
}
Instance of Symbol 42 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 78 MovieClip "you" in Frame 17
onClipEvent (load) {
jumpSpeed = 0;
downSpeed = 0;
jumpCounter = 5;
}
onClipEvent (enterFrame) {
if (((_root.platforms.hitTest(this._x, this._y + 5, true) || (_root.platforms.hitTest(this._x + 5, this._y + 10, true))) || (_root.platforms.hitTest(this._x - 5, this._y + 10, true))) || ((_root.platforms2.hitTest(this._x, this._y + 5, true) || (_root.platforms2.hitTest(this._x + 5, this._y + 10, true))) || (_root.platforms2.hitTest(this._x - 5, this._y + 10, true)))) {
if (jumpCounter > 0) {
jumpCounter = jumpCounter - 1;
}
down = false;
} else {
down = true;
}
if ((_root.platforms.hitTest(this._x, this._y - 20, true) || (_root.platforms.hitTest(this._x + 5, this._y - 20, true))) || (_root.platforms.hitTest(this._x - 5, this._y - 20, true))) {
up = false;
} else {
up = true;
}
if (_root.platforms.hitTest(this._x - 8, this._y, true) || (_root.platforms.hitTest(this._x - 8, this._y - 10, true))) {
left = false;
} else {
left = true;
}
if (_root.platforms.hitTest(this._x + 8, this._y, true) || (_root.platforms.hitTest(this._x + 8, this._y - 10, true))) {
right = false;
} else {
right = true;
}
if (Key.isDown(37) && (left == true)) {
_xscale = -100;
this._x = this._x - 3;
}
if (Key.isDown(39) && (right == true)) {
_xscale = 100;
this._x = this._x + 3;
}
if ((Key.isDown(38) && (down == false)) && (jumpCounter == 0)) {
jumpSpeed = 10;
jumpCounter = 5;
}
jumpSpeed = jumpSpeed - 1;
if (jumpSpeed < 0) {
jumpSpeed = 0;
}
if (up == true) {
this._y = this._y - jumpSpeed;
} else {
jumpSpeed = 0;
}
if ((down == true) && (jumpSpeed == 0)) {
downSpeed = downSpeed + 1;
}
if (downSpeed > 10) {
downSpeed = 10;
}
if (down == true) {
this._y = this._y + downSpeed;
}
if (down == false) {
downSpeed = 0;
}
if (_root.platforms.hitTest(this._x, this._y + 9, true)) {
this._y = this._y - 2;
}
if (_root.platforms.hitTest(this._x, this._y + 8, true)) {
this._y = this._y - 1;
}
if (_root.platforms.hitTest(this._x, this._y + 7, true)) {
this._y = this._y - 1;
}
if (_root.platforms.hitTest(this._x, this._y + 6, true)) {
this._y = this._y - 1;
}
if (_root.platforms.hitTest(this._x, this._y + 5, true)) {
this._y = this._y - 1;
}
if (_root.platforms.hitTest(this._x, this._y + 4, true)) {
this._y = this._y - 1;
}
if (_root.platforms.hitTest(this._x, this._y + 3, true)) {
this._y = this._y - 1;
}
if (_root.platforms.hitTest(this._x, this._y + 2, true)) {
this._y = this._y - 1;
}
if (_root.platforms.hitTest(this._x, this._y + 1, true)) {
this._y = this._y - 1;
}
if (_root.platforms2.hitTest(this._x, this._y + 9, true)) {
this._y = this._y - 2;
}
_root._x = _root._x - Math.round(((_root._x + this._x) - 250) / 15);
_root._y = _root._y - Math.round(((_root._y + this._y) - 250) / 20);
if (this._y > 450) {
_root.HP = 1;
_root.health._alpha = 100;
}
}
Instance of Symbol 119 MovieClip in Frame 17
onClipEvent (load) {
R = true;
}
onClipEvent (enterFrame) {
if (_root.platforms.hitTest(this._x + 5, this._y, true)) {
right = false;
R = false;
} else {
right = true;
}
if (_root.platforms.hitTest(this._x - 5, this._y, true)) {
left = false;
R = true;
} else {
left = true;
}
if (R == true) {
_x = (_x + 1);
} else {
_x = (_x - 1);
}
if (this.hitTest(_root.you)) {
_root.you.jumpSpeed = 20;
}
}
Instance of Symbol 119 MovieClip in Frame 17
onClipEvent (load) {
R = true;
}
onClipEvent (enterFrame) {
if (_root.platforms.hitTest(this._x + 5, this._y, true)) {
right = false;
R = false;
} else {
right = true;
}
if (_root.platforms.hitTest(this._x - 5, this._y, true)) {
left = false;
R = true;
} else {
left = true;
}
if (R == true) {
_x = (_x + 1);
} else {
_x = (_x - 1);
}
if (this.hitTest(_root.you)) {
_root.you.jumpSpeed = 25;
}
}
Instance of Symbol 119 MovieClip in Frame 17
onClipEvent (load) {
R = true;
}
onClipEvent (enterFrame) {
if (_root.platforms.hitTest(this._x + 5, this._y, true)) {
right = false;
R = false;
} else {
right = true;
}
if (_root.platforms.hitTest(this._x - 5, this._y, true)) {
left = false;
R = true;
} else {
left = true;
}
if (R == true) {
_x = (_x + 1);
} else {
_x = (_x - 1);
}
if (this.hitTest(_root.you)) {
_root.you.jumpSpeed = 25;
}
}
Instance of Symbol 119 MovieClip in Frame 17
onClipEvent (load) {
R = true;
}
onClipEvent (enterFrame) {
if (_root.platforms.hitTest(this._x + 5, this._y, true)) {
right = false;
R = false;
} else {
right = true;
}
if (_root.platforms.hitTest(this._x - 5, this._y, true)) {
left = false;
R = true;
} else {
left = true;
}
if (R == true) {
_x = (_x + 1);
} else {
_x = (_x - 1);
}
if (this.hitTest(_root.you)) {
_root.you.jumpSpeed = 25;
}
}
Instance of Symbol 119 MovieClip in Frame 17
onClipEvent (load) {
R = true;
}
onClipEvent (enterFrame) {
if (_root.platforms.hitTest(this._x + 5, this._y, true)) {
right = false;
R = false;
} else {
right = true;
}
if (_root.platforms.hitTest(this._x - 5, this._y, true)) {
left = false;
R = true;
} else {
left = true;
}
if (R == true) {
_x = (_x + 1);
} else {
_x = (_x - 1);
}
if (this.hitTest(_root.you)) {
_root.you.jumpSpeed = 20;
}
}
Instance of Symbol 119 MovieClip in Frame 17
onClipEvent (load) {
R = true;
}
onClipEvent (enterFrame) {
if (_root.platforms.hitTest(this._x + 5, this._y, true)) {
right = false;
R = false;
} else {
right = true;
}
if (_root.platforms.hitTest(this._x - 5, this._y, true)) {
left = false;
R = true;
} else {
left = true;
}
if (R == true) {
_x = (_x + 1);
} else {
_x = (_x - 1);
}
if (this.hitTest(_root.you)) {
_root.you.jumpSpeed = 20;
}
}
Instance of Symbol 98 MovieClip "PointCounter" in Frame 17
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
this._alpha = 100;
}
points = _root.points;
_x = _root.you._x;
_y = _root.you._y;
if (_alpha > 0) {
_alpha = (_alpha - 0.5);
}
}
Instance of Symbol 96 MovieClip "health" in Frame 17
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
this._alpha = 100;
}
lives = _root.lives;
_x = _root.you._x;
_y = _root.you._y;
if (_root.Hcount == 30) {
_root.HP = _root.HP - 1;
}
if (_root.Hcount > 0) {
_root.Hcount = _root.Hcount - 1;
}
gotoAndStop(_root.HP);
if (_alpha > 0) {
_alpha = (_alpha - 0.2);
}
if (_root.HP == 1) {
_root.lives = _root.lives - 1;
_root.liveslost = _root.liveslost + 1;
_root.HP = 7;
_root.prevFrame();
}
}
Frame 18
HP = 7;
Hcount = 0;
nextFrame();
Frame 19
stop();
Instance of Symbol 44 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.you) && (_root.Hcount == 0)) {
_root.you.jumpSpeed = 10;
_root.health._alpha = 100;
_root.Hcount = 30;
}
}
Instance of Symbol 44 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.you) && (_root.Hcount == 0)) {
_root.you.jumpSpeed = 10;
_root.health._alpha = 100;
_root.Hcount = 30;
}
}
Instance of Symbol 44 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.you) && (_root.Hcount == 0)) {
_root.you.jumpSpeed = 10;
_root.health._alpha = 100;
_root.Hcount = 30;
}
}
Instance of Symbol 42 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 10;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 81 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.lives = _root.lives + 1;
_root.points = _root.points + 100;
_root.PointCounter._alpha = 100;
_root.health._alpha = 100;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 10;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 10;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 10;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 10;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 42 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.points = _root.points + 1;
this.nextFrame();
}
}
Instance of Symbol 70 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.nextFrame();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.you.downSpeed = 0;
_root.you.jumpSpeed = 15;
play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.you.downSpeed = 0;
_root.you.jumpSpeed = 20;
play();
}
}
Instance of Symbol 65 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (_root.you._x < 275) {
play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.you.downSpeed = 0;
_root.you.jumpSpeed = 20;
play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.you.downSpeed = 0;
_root.you.jumpSpeed = 15;
play();
}
}
Instance of Symbol 67 MovieClip in Frame 19
onClipEvent (load) {
R = false;
}
onClipEvent (enterFrame) {
if (_root.platforms.hitTest(this._x + 5, this._y, true)) {
right = false;
R = false;
} else {
right = true;
}
if (_root.platforms.hitTest(this._x - 5, this._y, true)) {
left = false;
R = true;
} else {
left = true;
}
if (R == true) {
_x = (_x + 2);
} else {
_x = (_x - 2);
}
if (this.hitTest(_root.you) && (_root.Hcount == 0)) {
_root.you.jumpSpeed = 10;
_root.health._alpha = 100;
_root.Hcount = 30;
}
}
Instance of Symbol 67 MovieClip in Frame 19
onClipEvent (load) {
R = false;
}
onClipEvent (enterFrame) {
if (_root.platforms.hitTest(this._x + 5, this._y, true)) {
right = false;
R = false;
} else {
right = true;
}
if (_root.platforms.hitTest(this._x - 5, this._y, true)) {
left = false;
R = true;
} else {
left = true;
}
if (R == true) {
_x = (_x + 2);
} else {
_x = (_x - 2);
}
if (this.hitTest(_root.you) && (_root.Hcount == 0)) {
_root.you.jumpSpeed = 10;
_root.health._alpha = 100;
_root.Hcount = 30;
}
}
Instance of Symbol 67 MovieClip in Frame 19
onClipEvent (load) {
R = false;
}
onClipEvent (enterFrame) {
if (_root.platforms.hitTest(this._x + 5, this._y, true)) {
right = false;
R = false;
} else {
right = true;
}
if (_root.platforms.hitTest(this._x - 5, this._y, true)) {
left = false;
R = true;
} else {
left = true;
}
if (R == true) {
_x = (_x + 2);
} else {
_x = (_x - 2);
}
if (this.hitTest(_root.you) && (_root.Hcount == 0)) {
_root.you.jumpSpeed = 10;
_root.health._alpha = 100;
_root.Hcount = 30;
}
}
Instance of Symbol 67 MovieClip in Frame 19
onClipEvent (load) {
R = false;
}
onClipEvent (enterFrame) {
if (_root.platforms.hitTest(this._x + 5, this._y, true)) {
right = false;
R = false;
} else {
right = true;
}
if (_root.platforms.hitTest(this._x - 5, this._y, true)) {
left = false;
R = true;
} else {
left = true;
}
if (R == true) {
_x = (_x + 2);
} else {
_x = (_x - 2);
}
if (this.hitTest(_root.you) && (_root.Hcount == 0)) {
_root.you.jumpSpeed = 10;
_root.health._alpha = 100;
_root.Hcount = 30;
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.you.downSpeed = 0;
_root.you.jumpSpeed = 20;
play();
}
}
Instance of Symbol 78 MovieClip "you" in Frame 19
onClipEvent (load) {
jumpSpeed = 0;
downSpeed = 0;
jumpCounter = 5;
}
onClipEvent (enterFrame) {
if (((_root.platforms.hitTest(this._x, this._y + 5, true) || (_root.platforms.hitTest(this._x + 5, this._y + 10, true))) || (_root.platforms.hitTest(this._x - 5, this._y + 10, true))) || ((_root.platforms2.hitTest(this._x, this._y + 5, true) || (_root.platforms2.hitTest(this._x + 5, this._y + 10, true))) || (_root.platforms2.hitTest(this._x - 5, this._y + 10, true)))) {
if (jumpCounter > 0) {
jumpCounter = jumpCounter - 1;
}
down = false;
} else {
down = true;
}
if ((_root.platforms.hitTest(this._x, this._y - 20, true) || (_root.platforms.hitTest(this._x + 5, this._y - 20, true))) || (_root.platforms.hitTest(this._x - 5, this._y - 20, true))) {
up = false;
} else {
up = true;
}
if (_root.platforms.hitTest(this._x - 8, this._y, true) || (_root.platforms.hitTest(this._x - 8, this._y - 10, true))) {
left = false;
} else {
left = true;
}
if (_root.platforms.hitTest(this._x + 8, this._y, true) || (_root.platforms.hitTest(this._x + 8, this._y - 10, true))) {
right = false;
} else {
right = true;
}
if (Key.isDown(37) && (left == true)) {
_xscale = -100;
this._x = this._x - 3;
}
if (Key.isDown(39) && (right == true)) {
_xscale = 100;
this._x = this._x + 3;
}
if ((Key.isDown(38) && (down == false)) && (jumpCounter == 0)) {
jumpSpeed = 10;
jumpCounter = 5;
}
jumpSpeed = jumpSpeed - 1;
if (jumpSpeed < 0) {
jumpSpeed = 0;
}
if (up == true) {
this._y = this._y - jumpSpeed;
} else {
jumpSpeed = 0;
}
if ((down == true) && (jumpSpeed == 0)) {
downSpeed = downSpeed + 1;
}
if (downSpeed > 10) {
downSpeed = 10;
}
if (down == true) {
this._y = this._y + downSpeed;
}
if (down == false) {
downSpeed = 0;
}
if (_root.platforms.hitTest(this._x, this._y + 9, true)) {
this._y = this._y - 2;
}
if (_root.platforms.hitTest(this._x, this._y + 8, true)) {
this._y = this._y - 1;
}
if (_root.platforms.hitTest(this._x, this._y + 7, true)) {
this._y = this._y - 1;
}
if (_root.platforms.hitTest(this._x, this._y + 6, true)) {
this._y = this._y - 1;
}
if (_root.platforms.hitTest(this._x, this._y + 5, true)) {
this._y = this._y - 1;
}
if (_root.platforms.hitTest(this._x, this._y + 4, true)) {
this._y = this._y - 1;
}
if (_root.platforms.hitTest(this._x, this._y + 3, true)) {
this._y = this._y - 1;
}
if (_root.platforms.hitTest(this._x, this._y + 2, true)) {
this._y = this._y - 1;
}
if (_root.platforms.hitTest(this._x, this._y + 1, true)) {
this._y = this._y - 1;
}
if (_root.platforms2.hitTest(this._x, this._y + 9, true)) {
this._y = this._y - 2;
}
_root._x = _root._x - Math.round(((_root._x + this._x) - 250) / 15);
_root._y = _root._y - Math.round(((_root._y + this._y) - 250) / 20);
if (this._y > 450) {
_root.HP = 1;
_root.health._alpha = 100;
}
}
Instance of Symbol 98 MovieClip "PointCounter" in Frame 19
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
this._alpha = 100;
}
points = _root.points;
_x = _root.you._x;
_y = _root.you._y;
if (_alpha > 0) {
_alpha = (_alpha - 0.5);
}
}
Instance of Symbol 96 MovieClip "health" in Frame 19
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
this._alpha = 100;
}
lives = _root.lives;
_x = _root.you._x;
_y = _root.you._y;
if (_root.Hcount == 30) {
_root.HP = _root.HP - 1;
}
if (_root.Hcount > 0) {
_root.Hcount = _root.Hcount - 1;
}
gotoAndStop(_root.HP);
if (_alpha > 0) {
_alpha = (_alpha - 0.2);
}
if (_root.HP == 1) {
_root.lives = _root.lives - 1;
_root.liveslost = _root.liveslost + 1;
_root.HP = 7;
_root.prevFrame();
}
}
Frame 20
HP = 7;
stopAllSounds();
Hcount = 0;
nextFrame();
BHP = 7;
Frame 21
stop();
_root.C = 0;
Instance of Symbol 172 MovieClip "boss" in Frame 21
onClipEvent (enterFrame) {
if (Aiming == true) {
_rotation = (Math.atan2(_root.you._y - _y, _root.you._x - _x) * 57.2957795130823);
}
if (_root.bossBeat == true) {
_root._x = _root._x - Math.round(((_root._x + this._x) - 250) / 15);
_root._y = _root._y - Math.round(((_root._y + this._y) - 250) / 20);
}
}
Instance of Symbol 174 MovieClip "Bullet" in Frame 21
onClipEvent (load) {
speed = 5;
if (this._name != "bullet") {
this._x = _root.boss._x;
this._y = _root.boss._y;
this._rotation = _root.boss._rotation;
XDIR = Math.cos(_rotation * (Math.PI/180)) * speed;
YDIR = Math.sin(_rotation * (Math.PI/180)) * speed;
this.bossdamage = false;
}
}
onClipEvent (enterFrame) {
if (this._name != "bullet") {
this._x = this._x + XDIR;
this._y = this._y + YDIR;
if (_root.RE.hitTest(this._x, this._y + 10, true)) {
this.YDIR = this.YDIR * -1;
}
if (_root.RE.hitTest(this._x + 10, this._y, true) || (_root.RE.hitTest(this._x - 10, this._y, true))) {
this.XDIR = this.XDIR * -1;
this.bossdamage = true;
}
if (bossdamage == true) {
if (this.hitTest(_root.boss)) {
_root.Bosshealth._alpha = 100;
this.removeMovieClip();
}
}
if (this.hitTest(_root.you) && (_root.Hcount == 0)) {
_root.you.jumpSpeed = 10;
_root.health._alpha = 100;
_root.Hcount = 30;
this.removeMovieClip();
}
}
}
Instance of Symbol 177 MovieClip "Bosshealth" in Frame 21
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
_x = _root.boss._x;
_y = _root.boss._y;
if (_alpha == 100) {
_root.BHP = _root.BHP - 1;
}
gotoAndStop(_root.BHP);
if (_alpha > 0) {
_alpha = (_alpha - 0.1);
}
if (_root.BHP == 1) {
_root.boss.gotoAndStop("dead");
_root.bossBeat = true;
}
}
Instance of Symbol 67 MovieClip in Frame 21
onClipEvent (load) {
R = false;
}
onClipEvent (enterFrame) {
if (_root.platforms.hitTest(this._x + 5, this._y, true)) {
right = false;
R = false;
} else {
right = true;
}
if (_root.platforms.hitTest(this._x - 5, this._y, true)) {
left = false;
R = true;
} else {
left = true;
}
if (R == true) {
_x = (_x + 2);
} else {
_x = (_x - 2);
}
if (this.hitTest(_root.you) && (_root.Hcount == 0)) {
_root.you.jumpSpeed = 10;
_root.health._alpha = 100;
_root.Hcount = 30;
}
}
Instance of Symbol 78 MovieClip "you" in Frame 21
onClipEvent (load) {
jumpSpeed = 0;
downSpeed = 0;
jumpCounter = 5;
}
onClipEvent (enterFrame) {
if (((_root.platforms.hitTest(this._x, this._y + 5, true) || (_root.platforms.hitTest(this._x + 5, this._y + 10, true))) || (_root.platforms.hitTest(this._x - 5, this._y + 10, true))) || ((_root.platforms2.hitTest(this._x, this._y + 5, true) || (_root.platforms2.hitTest(this._x + 5, this._y + 10, true))) || (_root.platforms2.hitTest(this._x - 5, this._y + 10, true)))) {
if (jumpCounter > 0) {
jumpCounter = jumpCounter - 1;
}
down = false;
} else {
down = true;
}
if ((_root.platforms.hitTest(this._x, this._y - 20, true) || (_root.platforms.hitTest(this._x + 5, this._y - 20, true))) || (_root.platforms.hitTest(this._x - 5, this._y - 20, true))) {
up = false;
} else {
up = true;
}
if (_root.platforms.hitTest(this._x - 8, this._y, true) || (_root.platforms.hitTest(this._x - 8, this._y - 10, true))) {
left = false;
} else {
left = true;
}
if (_root.platforms.hitTest(this._x + 8, this._y, true) || (_root.platforms.hitTest(this._x + 8, this._y - 10, true))) {
right = false;
} else {
right = true;
}
if (Key.isDown(37) && (left == true)) {
_xscale = -100;
this._x = this._x - 3;
}
if (Key.isDown(39) && (right == true)) {
_xscale = 100;
this._x = this._x + 3;
}
if ((Key.isDown(38) && (down == false)) && (jumpCounter == 0)) {
jumpSpeed = 10;
jumpCounter = 5;
}
jumpSpeed = jumpSpeed - 1;
if (jumpSpeed < 0) {
jumpSpeed = 0;
}
if (up == true) {
this._y = this._y - jumpSpeed;
} else {
jumpSpeed = 0;
}
if ((down == true) && (jumpSpeed == 0)) {
downSpeed = downSpeed + 1;
}
if (downSpeed > 10) {
downSpeed = 10;
}
if (down == true) {
this._y = this._y + downSpeed;
}
if (down == false) {
downSpeed = 0;
}
if (_root.platforms.hitTest(this._x, this._y + 9, true)) {
this._y = this._y - 2;
}
if (_root.platforms.hitTest(this._x, this._y + 8, true)) {
this._y = this._y - 1;
}
if (_root.platforms.hitTest(this._x, this._y + 7, true)) {
this._y = this._y - 1;
}
if (_root.platforms.hitTest(this._x, this._y + 6, true)) {
this._y = this._y - 1;
}
if (_root.platforms.hitTest(this._x, this._y + 5, true)) {
this._y = this._y - 1;
}
if (_root.platforms.hitTest(this._x, this._y + 4, true)) {
this._y = this._y - 1;
}
if (_root.platforms.hitTest(this._x, this._y + 3, true)) {
this._y = this._y - 1;
}
if (_root.platforms.hitTest(this._x, this._y + 2, true)) {
this._y = this._y - 1;
}
if (_root.platforms.hitTest(this._x, this._y + 1, true)) {
this._y = this._y - 1;
}
if (_root.platforms2.hitTest(this._x, this._y + 9, true)) {
this._y = this._y - 2;
}
_root._x = _root._x - Math.round(((_root._x + this._x) - 250) / 15);
_root._y = _root._y - Math.round(((_root._y + this._y) - 250) / 20);
if (this._y > 450) {
_root.HP = 1;
_root.health._alpha = 100;
}
}
Instance of Symbol 96 MovieClip "health" in Frame 21
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
this._alpha = 100;
}
lives = _root.lives;
_x = _root.you._x;
_y = _root.you._y;
if (_root.Hcount == 30) {
_root.HP = _root.HP - 1;
}
if (_root.Hcount > 0) {
_root.Hcount = _root.Hcount - 1;
}
gotoAndStop(_root.HP);
if (_alpha > 0) {
_alpha = (_alpha - 0.2);
}
if (_root.HP == 1) {
_root.lives = _root.lives - 1;
_root.liveslost = _root.liveslost + 1;
_root.HP = 7;
_root.prevFrame();
}
}
Frame 22
TIME = _root.sec;
finalScore = 0;
spoints = 0;
sTIME = 0;
slives = 0;
sliveslost = 0;
Instance of Symbol 82 MovieClip in Frame 22
onClipEvent (enterFrame) {
_root._x = _root._x - Math.round((_root._x + this._x) / 15);
_root._y = _root._y - Math.round((_root._y + this._y) / 20);
}
Frame 23
stopAllSounds();
nextFrame();
Frame 24
nextFrame();
Instance of Symbol 82 MovieClip in Frame 25
onClipEvent (enterFrame) {
_root._x = _root._x - Math.round((_root._x + this._x) / 15);
_root._y = _root._y - Math.round((_root._y + this._y) / 20);
}
Symbol 5 MovieClip [fps] Frame 1
fps = 30;
var timeinit = new Date();
var lasttime = timeinit.getMilliseconds();
onEnterFrame = function () {
var _local1 = new Date();
timepassed = (((_local1.getMilliseconds() - lasttime) >= 0) ? (_local1.getMilliseconds() - lasttime) : (1000 + (_local1.getMilliseconds() - lasttime)));
fps = Math.round(10000 / timepassed) / 10;
lasttime = _local1.getMilliseconds();
};
Symbol 22 Button
on (release) {
getURL ("http://www.thegamehomepage.com", "_blank");
}
Symbol 28 Button
on (release) {
getURL ("http://www.thegamehomepage.com/freesitecontent", "_blank");
}
Symbol 35 Button
on (release) {
nextFrame();
}
Symbol 42 MovieClip Frame 1
stop();
Symbol 42 MovieClip Frame 2
_root.PointCounter._alpha = 100;
Symbol 53 MovieClip Frame 1
stop();
Instance of Symbol 61 MovieClip in Symbol 62 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.you) && (_root.Hcount == 0)) {
_root.health._alpha = 100;
_root.Hcount = 30;
}
}
Symbol 63 MovieClip Frame 1
stop();
Symbol 65 MovieClip Frame 1
aiming = true;
stop();
Instance of Symbol 63 MovieClip in Symbol 65 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.you._y <= this._parent._y) {
if (_parent.aiming == true) {
_rotation = (Math.atan2(_root.you._y - (_parent._y + _y), _root.you._x - (_parent._x + _x)) * 57.2957795130823);
} else {
play();
}
} else {
this._rotation = 270;
}
}
Symbol 65 MovieClip Frame 15
aiming = false;
Symbol 77 MovieClip Frame 1
stop();
Instance of Symbol 77 MovieClip in Symbol 78 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(37) || (Key.isDown(39))) {
play();
}
}
Symbol 81 MovieClip Frame 1
stop();
Symbol 96 MovieClip Frame 7
stop();
Instance of Symbol 109 MovieClip in Symbol 110 MovieClip Frame 36
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.health._alpha = 100;
_root.HP = 1;
}
}
Instance of Symbol 109 MovieClip in Symbol 142 MovieClip Frame 36
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.health._alpha = 100;
_root.HP = 1;
}
}
Instance of Symbol 109 MovieClip in Symbol 142 MovieClip Frame 67
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.health._alpha = 100;
_root.HP = 1;
}
}
Instance of Symbol 109 MovieClip in Symbol 143 MovieClip Frame 36
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.health._alpha = 100;
_root.HP = 1;
}
}
Instance of Symbol 109 MovieClip in Symbol 145 MovieClip Frame 36
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.health._alpha = 100;
_root.HP = 1;
}
}
Instance of Symbol 109 MovieClip in Symbol 151 MovieClip Frame 35
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.health._alpha = 100;
_root.HP = 1;
}
}
Instance of Symbol 109 MovieClip in Symbol 151 MovieClip Frame 73
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.health._alpha = 100;
_root.HP = 1;
}
}
Instance of Symbol 109 MovieClip in Symbol 152 MovieClip Frame 35
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.health._alpha = 100;
_root.HP = 1;
}
}
Instance of Symbol 109 MovieClip in Symbol 153 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.you)) {
_root.health._alpha = 100;
_root.HP = 1;
}
}
Symbol 171 MovieClip Frame 35
_root.stopAllSounds();
_root.nextFrame();
Symbol 172 MovieClip Frame 1
Aiming = true;
Symbol 172 MovieClip Frame 120
Aiming = false;
_root.C = _root.C + 1;
Symbol 172 MovieClip Frame 133
tellTarget (_root) {
duplicateMovieClip (_root.Bullet, "bullet" + C, C);
};
Symbol 172 MovieClip Frame 134
gotoAndPlay (1);
Symbol 172 MovieClip Frame 135
Aiming = false;
Symbol 177 MovieClip Frame 7
stop();
Symbol 187 Button
on (release) {
stopAllSounds();
gotoAndStop (2);
_root._x = 0;
_root._y = 0;
}
Symbol 211 MovieClip Frame 79
tellTarget (_root) {
spoints = points;
finalScore = finalScore + points;
};
Symbol 211 MovieClip Frame 99
tellTarget (_root) {
sTIME = TIME;
finalScore = finalScore + Math.round(10000 / TIME);
};
Symbol 211 MovieClip Frame 119
tellTarget (_root) {
slives = lives;
finalScore = finalScore + (lives * 10000);
};
Symbol 211 MovieClip Frame 139
tellTarget (_root) {
sliveslost = liveslost;
finalScore = finalScore - (liveslost * 100);
};
Symbol 211 MovieClip Frame 160
tellTarget (_root) {
if (finalScore > hiscore) {
hiscore = finalScore;
SMDATA.data.hiscore = hiscore;
}
};
stop();
Symbol 215 Button
on (release) {
getURL ("http://www.thegamehomepage.com", "_blank");
}
Symbol 218 Button
on (release) {
stopAllSounds();
gotoAndStop (3);
}