Frame 1
onEnterFrame = function () {
_root.createEmptyMovieClip("line", 2);
xx = (_root.ball._x + 50) - _root.point1._x;
yy = (_root.ball._y + 50) - _root.point1._y;
with (line) {
lineStyle(2, 0, 100);
_x = _root.point1._x;
_y = _root.point1._y;
moveTo(xx, yy);
lineTo(xx / xx, yy / yy);
}
_root.createEmptyMovieClip("line2", 3);
xx2 = (_root.ball._x - 53) - _root.point2._x;
yy2 = (_root.ball._y + 52) - _root.point2._y;
with (line2) {
lineStyle(2, 0, 100);
_x = _root.point2._x;
_y = _root.point2._y;
moveTo(xx2, yy2);
lineTo(xx2 / xx2, yy2 / yy2);
}
_root.createEmptyMovieClip("line3", 4);
xx3 = (_root.ball._x - 54) - _root.point3._x;
yy3 = (_root.ball._y - 54) - _root.point3._y;
with (line3) {
lineStyle(2, 0, 100);
_x = _root.point3._x;
_y = _root.point3._y;
moveTo(xx3, yy3);
lineTo(xx3 / xx3, yy3 / yy3);
}
_root.createEmptyMovieClip("line4", 5);
xx4 = (_root.ball._x + 50) - _root.point4._x;
yy4 = (_root.ball._y - 54) - _root.point4._y;
with (line4) {
lineStyle(2, 0, 100);
_x = _root.point4._x;
_y = _root.point4._y;
moveTo(xx4, yy4);
lineTo(xx4 / xx4, yy4 / yy4);
}
};
function scott() {
getURL ("http://www.buzzwerd.deviantart.com", "_blank");
}
function scotta() {
getURL ("http://www.armorgames.com", "_blank");
}
function david() {
getURL ("http://www.truedarkness.phrozenflame.com/", "_blank");
}
function muter() {
_root.allab.setVolume(0);
}
function mutera() {
_root.allab.setVolume(100);
}
onLoad = function () {
_root.allab = new Sound();
};
var menu = new ContextMenu();
menu.hideBuiltInItems();
var truedarkness = new ContextMenuItem("True Darkness", david);
var armor = new ContextMenuItem("More Games at Armor Games!", scotta);
var mute = new ContextMenuItem("Sound Off", muter);
var mutee = new ContextMenuItem("Sound On", mutera);
menu.customItems.push(truedarkness, mute, mutee, armor);
menu.onSelect = menuHandler;
menu.builtInItems.quality = true;
_root.menu = menu;
System.security.allowDomain("http://www.buzzwerd.deviantart.com");
System.security.allowInsecureDomain("http://www.buzzwerd.deviantart.com");
System.security.allowDomain("http://www.truedarkness.tk/");
System.security.allowInsecureDomain("http://www.truedarkness.tk/");
System.security.allowDomain("www.welcome-to-life.ca.tf");
System.security.allowInsecureDomain("http://www.buzzwerd.deviantart.com");
System.security.allowDomain("www.truedarkness.phrozenflame.com");
System.security.allowInsecureDomain("www.truedarkness.phrozenflame.com");
Instance of Symbol 8 MovieClip "point2" in Frame 1
onClipEvent (enterFrame) {
if (_name != "point") {
_root.ball.xspeed = _root.ball.xspeed - ((_root.ball._x - _x) / 4);
_root.ball.yspeed = _root.ball.yspeed - ((_root.ball._y - _y) / 4);
}
}
Instance of Symbol 8 MovieClip "point3" in Frame 1
onClipEvent (enterFrame) {
if (_name != "point") {
_root.ball.xspeed = _root.ball.xspeed - ((_root.ball._x - _x) / 4);
_root.ball.yspeed = _root.ball.yspeed - ((_root.ball._y - _y) / 4);
}
}
Instance of Symbol 8 MovieClip "point4" in Frame 1
onClipEvent (enterFrame) {
if (_name != "point") {
_root.ball.xspeed = _root.ball.xspeed - ((_root.ball._x - _x) / 4);
_root.ball.yspeed = _root.ball.yspeed - ((_root.ball._y - _y) / 4);
}
}
Instance of Symbol 8 MovieClip "point1" in Frame 1
onClipEvent (enterFrame) {
if (_name != "point") {
_root.ball.xspeed = _root.ball.xspeed - ((_root.ball._x - _x) / 4);
_root.ball.yspeed = _root.ball.yspeed - ((_root.ball._y - _y) / 4);
}
}
Instance of Symbol 89 MovieClip "ball" in Frame 1
onClipEvent (load) {
friction = 2.5;
xspeed = 0;
yspeed = 0;
xspeed2 = 0;
yspeed2 = 0;
z = 0;
}
onClipEvent (enterFrame) {
_x = (_x + xspeed2);
_y = (_y + yspeed2);
if (!dragging) {
_x = (_x + (xspeed / 9));
_y = (_y + (yspeed / 9.5));
xspeed = xspeed / (friction / 2);
yspeed = yspeed / (friction / 2);
} else {
xspeed2 = xspeed2 - oldx;
yspeed2 = yspeed2 - oldy;
oldx = _x;
oldy = _y;
}
this.swapDepths(100);
if (var1 == 1) {
_x = (_root._xmouse - xx);
_y = (_root._ymouse - yy);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
var1 = 1;
dragging = true;
}
xx = _root._xmouse - _x;
yy = _root._ymouse - _y;
}
onClipEvent (mouseUp) {
dragging = false;
var1 = 0;
}
Frame 2
_root._x = 0;
_root._y = 0;
for (i in _root) {
_root[i].removeMovieClip();
}
function makeSnow() {
_root.z++;
duplicateMovieClip (_root.snow, "snow" + _root.z, _root.z);
setProperty(_root["snow" + _root.z], _x , 0 + random(900));
setProperty(_root["snow" + _root.z], _y , -10);
setProperty(_root["snow" + _root.z], _xscale , _root.RAN);
setProperty(_root["snow" + _root.z], _yscale , _root.RAN);
_root["snow" + _root.z].speed = random(10);
}
function makeSnowa() {
_root.z++;
duplicateMovieClip (_root.snow2, "snow2" + _root.z, _root.z);
setProperty(_root["snow2" + _root.z], _x , 0 + random(900));
setProperty(_root["snow2" + _root.z], _y , -10);
setProperty(_root["snow2" + _root.z], _xscale , _root.RAN);
setProperty(_root["snow2" + _root.z], _yscale , _root.RAN);
_root["snow2" + _root.z].speed = random(10);
}
RAN = 4;
z = 0;
combo = 0;
score = 0;
_root.hud.com = 0;
_root.hud.cc = 0;
if (_root.intro == true) {
_root.mountainsa.gotoAndStop(93);
_root.bg.gotoAndStop(25);
_root.fadeWhite.gotoAndPlay(1);
_root.ag.gotoAndStop(1);
_root.moveDown = false;
}
Instance of Symbol 91 MovieClip "snow" in Frame 2
onClipEvent (enterFrame) {
this._x = this._x - speed;
this._y = this._y + 5;
if (this._y >= 410) {
this.removeMovieClip();
}
}
Instance of Symbol 93 MovieClip "ran" in Frame 2
onClipEvent (enterFrame) {
_root.RAN = random(110);
_root.makeSnow();
_alpha = 0;
_root.makeSnowa();
}
Instance of Symbol 91 MovieClip "snow2" in Frame 2
onClipEvent (enterFrame) {
this._x = this._x - speed;
this._y = this._y + 5;
if (this._y >= 410) {
this.removeMovieClip();
}
}
Instance of Symbol 91 MovieClip "snow" in Frame 2
onClipEvent (enterFrame) {
this._x = this._x - speed;
this._y = this._y + 5;
if (this._y >= 410) {
this.removeMovieClip();
}
}
Instance of Symbol 93 MovieClip "ran" in Frame 2
onClipEvent (enterFrame) {
_root.RAN = random(110);
_root.makeSnow();
_alpha = 0;
_root.makeSnowa();
}
Instance of Symbol 91 MovieClip "snow2" in Frame 2
onClipEvent (enterFrame) {
this._x = this._x - speed;
this._y = this._y + 5;
if (this._y >= 410) {
this.removeMovieClip();
}
}
Frame 3
_root._x = 0;
_root._y = 0;
stop();
onEnterFrame = function () {
if (_root.moveDown == true) {
_root.menua._y = _root.menua._y + 3;
_root.mountainsa._y = _root.mountainsa._y + 3;
}
};
if (_root.intro == true) {
_root.mountainsa.gotoAndStop(93);
_root.bg.gotoAndStop(25);
_root.fadeWhite.gotoAndPlay(1);
}
_root.moveDown = false;
_x = 0;
_y = 0;
Instance of Symbol 189 MovieClip in Frame 3
onClipEvent (enterFrame) {
if (_root.intro == true) {
this.gotoAndStop(1);
_root.ag.gotoAndStop(1);
}
}
Frame 4
_root._x = 0;
_root._y = 0;
stop();
_quality = "MEDIUM";
function makeSnow() {
_root.z++;
duplicateMovieClip (_root.snow, "snow" + _root.z, _root.z);
setProperty(_root["snow" + _root.z], _x , (_root.player.cx - 400) + random(900));
setProperty(_root["snow" + _root.z], _y , -10);
setProperty(_root["snow" + _root.z], _xscale , _root.RAN);
setProperty(_root["snow" + _root.z], _yscale , _root.RAN);
_root["snow" + _root.z].speed = random(10);
}
function makeSnowa() {
_root.z++;
duplicateMovieClip (_root.snow2, "snow2" + _root.z, _root.z);
setProperty(_root["snow2" + _root.z], _x , (_root.player.cx - 400) + random(900));
setProperty(_root["snow2" + _root.z], _y , -10);
setProperty(_root["snow2" + _root.z], _xscale , _root.RAN);
setProperty(_root["snow2" + _root.z], _yscale , _root.RAN);
_root["snow2" + _root.z].speed = random(10);
}
RAN = 4;
z = 0;
combo = 0;
score = 0;
hud.lives = 5;
_root.hud.com = 0;
_root.hud.cc = 0;
onEnterFrame = function () {
if (_root.score < 10) {
_root.hud.score = "00000" + _root.score;
} else if (_root.score < 100) {
_root.hud.score = "0000" + _root.score;
} else if ((_root.score < 1000) && (_root.score >= 100)) {
_root.hud.score = "000" + _root.score;
} else if ((_root.score < 10000) && (_root.score >= 1000)) {
_root.hud.score = "00" + _root.score;
} else if ((_root.score < 100000) && (_root.score >= 10000)) {
_root.hud.score = "0" + _root.score;
} else if ((_root.score < 1000000) && (_root.score >= 100000)) {
_root.hud.score = _root.score;
}
if (_root.combo >= 2) {
_root.hud.com = "Combo x" + _root.combo;
}
if (_root.combo <= 1) {
_root.hud.com = "";
}
if (_root.hud.lives <= 0) {
_root.hud.lives = 0;
if (_root.gameOver._currentframe == 1) {
_root.gameOver.play();
}
}
};
Instance of Symbol 5 MovieClip in Frame 4
onClipEvent (enterFrame) {
_x = _root.player.cx;
_y = _root.player.cy;
}
Instance of Symbol 168 MovieClip "mountains" in Frame 4
onClipEvent (enterFrame) {
_x = ((_root.player.cx + 100) / 1.01);
_y = _root.player.cy;
}
Instance of Symbol 168 MovieClip "mountains" in Frame 4
onClipEvent (enterFrame) {
_x = (_root.player.cx / 1.2);
_y = _root.player.cy;
}
Instance of Symbol 170 MovieClip in Frame 4
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 4
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 4
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 4
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 4
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 4
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 4
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 4
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 4
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 4
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 4
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 4
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 4
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 4
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 4
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 4
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 4
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 4
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 4
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 4
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 4
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 4
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 91 MovieClip "snow" in Frame 4
onClipEvent (enterFrame) {
this._x = this._x - speed;
this._y = this._y + 5;
if (this._y >= 410) {
this.removeMovieClip();
}
}
Instance of Symbol 93 MovieClip "ran" in Frame 4
onClipEvent (enterFrame) {
_root.RAN = random(110);
_root.makeSnow();
_alpha = 0;
_root.makeSnowa();
}
Instance of Symbol 91 MovieClip "snow2" in Frame 4
onClipEvent (enterFrame) {
this._x = this._x - speed;
this._y = this._y + 5;
if (this._y >= 410) {
this.removeMovieClip();
}
}
Instance of Symbol 101 MovieClip in Frame 4
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 4
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 4
onClipEvent (enterFrame) {
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 101 MovieClip in Frame 4
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 4
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 4
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 4
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 4
onClipEvent (enterFrame) {
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 101 MovieClip in Frame 4
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 4
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 4
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 4
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 4
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 4
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 4
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 4
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 4
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 4
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 4
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 4
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 4
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 4
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 217 MovieClip in Frame 4
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
dx = _x;
}
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (left != 1) {
if (_x < (dx + 50)) {
_x = (_x + 0.5);
gotoAndStop (1);
} else {
left = 1;
}
}
if (left == 1) {
if (_x > (dx - 50)) {
_x = (_x - 0.5);
gotoAndStop (1);
} else {
left = 0;
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
_root.player.yspeed = _root.player.yspeed - 1;
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_currentframe == 1)) && (_root.player._y > (_y - 3))) {
_root.blink.play();
}
}
} else if (_currentframe == 1) {
gotoAndStop ("blank");
}
}
Instance of Symbol 217 MovieClip in Frame 4
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
dx = _x;
left = 1;
}
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (left != 1) {
if (_x < (dx + 50)) {
_x = (_x + 0.5);
gotoAndStop (1);
} else {
left = 1;
}
}
if (left == 1) {
if (_x > (dx - 50)) {
_x = (_x - 0.5);
gotoAndStop (1);
} else {
left = 0;
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
_root.player.yspeed = _root.player.yspeed - 1;
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_currentframe == 1)) && (_root.player._y > (_y - 3))) {
_root.blink.play();
}
}
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 217 MovieClip in Frame 4
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
dx = _x;
}
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (left != 1) {
if (_x < (dx + 50)) {
_x = (_x + 0.5);
gotoAndStop (1);
} else {
left = 1;
}
}
if (left == 1) {
if (_x > (dx - 50)) {
_x = (_x - 0.5);
gotoAndStop (1);
} else {
left = 0;
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
_root.player.yspeed = _root.player.yspeed - 1;
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_currentframe == 1)) && (_root.player._y > (_y - 3))) {
_root.blink.play();
}
}
} else if (_currentframe == 1) {
gotoAndStop ("blank");
}
}
Instance of Symbol 217 MovieClip in Frame 4
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
dx = _x;
left = 1;
}
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (left != 1) {
if (_x < (dx + 50)) {
_x = (_x + 0.5);
gotoAndStop (1);
} else {
left = 1;
}
}
if (left == 1) {
if (_x > (dx - 50)) {
_x = (_x - 0.5);
gotoAndStop (1);
} else {
left = 0;
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
_root.player.yspeed = _root.player.yspeed - 1;
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_currentframe == 1)) && (_root.player._y > (_y - 3))) {
_root.blink.play();
}
}
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 217 MovieClip in Frame 4
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
dx = _x;
}
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (left != 1) {
if (_x < (dx + 50)) {
_x = (_x + 0.5);
gotoAndStop (1);
} else {
left = 1;
}
}
if (left == 1) {
if (_x > (dx - 50)) {
_x = (_x - 0.5);
gotoAndStop (1);
} else {
left = 0;
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
_root.player.yspeed = _root.player.yspeed - 1;
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_currentframe == 1)) && (_root.player._y > (_y - 3))) {
_root.blink.play();
}
}
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 222 MovieClip "PS2" in Frame 4
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
scale = _xscale;
}
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
}
if ((d <= 250) && (!dead)) {
if (_root.player._x > (_x + 10)) {
_xscale = (-scale);
_x = (_x + 1);
gotoAndStop (2);
} else if (_root.player._x < (_x - 10)) {
_xscale = scale;
_x = (_x - 1);
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (3);
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_root.player._y > (_y - 3))) && (_currentframe != 3)) {
_root.blink.play();
}
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 224 MovieClip "PS" in Frame 4
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
scale = _xscale;
}
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
}
if ((d <= 250) && (!dead)) {
if (_root.player._x > (_x + 10)) {
_xscale = (-scale);
_x = (_x + 1);
gotoAndStop (2);
} else if (_root.player._x < (_x - 10)) {
_xscale = scale;
_x = (_x - 1);
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (3);
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_root.player._y > (_y - 3))) && (_currentframe != 3)) {
_root.blink.play();
}
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 222 MovieClip "PS3" in Frame 4
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
scale = _xscale;
}
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
}
if ((d <= 250) && (!dead)) {
if (_root.player._x > (_x + 10)) {
_xscale = (-scale);
_x = (_x + 1);
gotoAndStop (2);
} else if (_root.player._x < (_x - 10)) {
_xscale = scale;
_x = (_x - 1);
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (3);
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_root.player._y > (_y - 3))) && (_currentframe != 3)) {
_root.blink.play();
}
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 217 MovieClip in Frame 4
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
dx = _x;
left = 1;
}
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (left != 1) {
if (_x < (dx + 50)) {
_x = (_x + 0.5);
gotoAndStop (1);
} else {
left = 1;
}
}
if (left == 1) {
if (_x > (dx - 50)) {
_x = (_x - 0.5);
gotoAndStop (1);
} else {
left = 0;
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
_root.player.yspeed = _root.player.yspeed - 1;
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_currentframe == 1)) && (_root.player._y > (_y - 3))) {
_root.blink.play();
}
}
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 217 MovieClip in Frame 4
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
dx = _x;
}
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (left != 1) {
if (_x < (dx + 50)) {
_x = (_x + 0.5);
gotoAndStop (1);
} else {
left = 1;
}
}
if (left == 1) {
if (_x > (dx - 50)) {
_x = (_x - 0.5);
gotoAndStop (1);
} else {
left = 0;
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
_root.player.yspeed = _root.player.yspeed - 1;
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_currentframe == 1)) && (_root.player._y > (_y - 3))) {
_root.blink.play();
}
}
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 217 MovieClip in Frame 4
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
dx = _x;
left = 1;
}
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (left != 1) {
if (_x < (dx + 50)) {
_x = (_x + 0.5);
gotoAndStop (1);
} else {
left = 1;
}
}
if (left == 1) {
if (_x > (dx - 50)) {
_x = (_x - 0.5);
gotoAndStop (1);
} else {
left = 0;
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
_root.player.yspeed = _root.player.yspeed - 1;
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_currentframe == 1)) && (_root.player._y > (_y - 3))) {
_root.blink.play();
}
}
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 222 MovieClip "PS4" in Frame 4
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
scale = _xscale;
}
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
}
if ((d <= 250) && (!dead)) {
if (_root.player._x > (_x + 10)) {
_xscale = (-scale);
_x = (_x + 1);
gotoAndStop (2);
} else if (_root.player._x < (_x - 10)) {
_xscale = scale;
_x = (_x - 1);
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (3);
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_root.player._y > (_y - 3))) && (_currentframe != 3)) {
_root.blink.play();
}
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 217 MovieClip in Frame 4
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
dx = _x;
}
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (left != 1) {
if (_x < (dx + 50)) {
_x = (_x + 0.5);
gotoAndStop (1);
} else {
left = 1;
}
}
if (left == 1) {
if (_x > (dx - 50)) {
_x = (_x - 0.5);
gotoAndStop (1);
} else {
left = 0;
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
_root.player.yspeed = _root.player.yspeed - 1;
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_currentframe == 1)) && (_root.player._y > (_y - 3))) {
_root.blink.play();
}
}
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 91 MovieClip "snow" in Frame 4
onClipEvent (enterFrame) {
this._x = this._x - speed;
this._y = this._y + 5;
if (this._y >= 410) {
this.removeMovieClip();
}
}
Instance of Symbol 93 MovieClip "ran" in Frame 4
onClipEvent (enterFrame) {
_root.RAN = random(110);
_root.makeSnow();
_alpha = 0;
_root.makeSnowa();
}
Instance of Symbol 91 MovieClip "snow2" in Frame 4
onClipEvent (enterFrame) {
this._x = this._x - speed;
this._y = this._y + 5;
if (this._y >= 410) {
this.removeMovieClip();
}
}
Instance of Symbol 240 MovieClip "player" in Frame 4
onClipEvent (load) {
cx = _x;
w = _width;
h = _height / 2;
xspeed = 0;
yspeed = 0;
grav = 1;
grounded = false;
scale = _xscale;
dy = _y;
dx = _x;
cy = _y;
i = 51;
}
onClipEvent (enterFrame) {
_x = (_x + xspeed);
_y = (_y + yspeed);
yspeed = yspeed + grav;
xspeed = xspeed * 0.83;
if (_currentframe != 5) {
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (_root.land.hitTest(_x, (_y + h) + 4, true)) {
grounded = true;
_root.combo = 0;
} else {
grounded = false;
}
if (_root.land.hitTest(_x - w, _y, true)) {
xspeed = 0;
while (_root.land.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.land.hitTest(_x + w, _y, true)) {
xspeed = 0;
while (_root.land.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (Key.isDown(39)) {
xspeed = xspeed + 1;
_xscale = scale;
if (grounded) {
gotoAndStop (2);
}
}
if (Key.isDown(37)) {
xspeed = xspeed - 1;
_xscale = (-scale);
if (grounded) {
gotoAndStop (2);
}
}
if (((!Key.isDown(39)) && (!Key.isDown(37))) && (grounded)) {
gotoAndStop (1);
}
cx = cx + ((_x - cx) / 20);
_root._x = (Stage.width / 2) - cx;
_root.hud._x = cx;
if ((Key.isDown(32) && (grounded)) && (holding != true)) {
yspeed = -10;
doubleJump = 1;
holding = true;
grounded = false;
gotoAndStop (3);
}
if (((Key.isDown(32) && (doubleJump == 1)) && (yspeed >= -4)) && (holding != true)) {
gotoAndStop (4);
yspeed = -13;
doubleJump = 0;
}
if (!Key.isDown(32)) {
holding = false;
}
if (_y >= 400) {
_y = dy;
_x = dx;
xspeed = 0;
yspeed = 0;
_root.blink.play();
cx = _x;
_root.bg._x = _x;
}
}
if (_root.gameOver._currentframe >= 2) {
this.gotoAndStop("dead");
}
}
Instance of Symbol 242 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && (_root.fadeOut._currentframe == 1)) {
_root.fadeOut.play();
}
}
Instance of Symbol 244 MovieClip "snowball" in Frame 4
onClipEvent (load) {
var1 = 0;
grav = 1;
yspeed = 0;
h = _height / 2;
}
onClipEvent (enterFrame) {
if (var1 == 1) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
gotoAndStop (2);
}
if (this.hitTest(_root.player) && (_root.bird.dead != true)) {
_root.blink.play();
gotoAndStop (2);
}
}
}
Instance of Symbol 254 MovieClip "bird" in Frame 4
onClipEvent (load) {
i = 0;
scale = _xscale;
h = _height / 2;
yspeed = 0;
grav = 1;
dead = false;
dy = _y;
}
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
d = Math.sqrt(xx * xx);
i++;
if ((i <= 200) && (varGo != 1)) {
_x = (_root.player.cx + 500);
_y = dy;
_xscale = (-scale);
this.gotoAndStop(1);
_root.snowball.gotoAndStop(1);
_root.snowball.yspeed = 0;
_root.snowball._y = _y;
_root.snowball.var1 = 0;
dead = false;
}
if (i >= 201) {
varGo = 1;
i = 0;
}
if (varGo == 1) {
_x = (_x - 4);
if (!dead) {
gotoAndStop (1);
}
}
if (_x <= (_root.player.cx - 500)) {
varGo = 0;
}
if (_root.snowball.var1 != 1) {
_root.snowball._x = _x;
}
if ((d <= 10) && (!dead)) {
_root.snowball.var1 = 1;
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
dead = true;
_root.player.yspeed = 0;
}
if ((dead == true) && (_currentframe == 2)) {
_y = (_y + yspeed);
_root.snowball.gotoAndStop(3);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
gotoAndStop (3);
}
}
}
Instance of Symbol 260 MovieClip "hud" in Frame 4
onClipEvent (load) {
dy = _y;
varCC = 0;
}
onClipEvent (enterFrame) {
if ((this.cc >= 100) && (varCC != 1)) {
this.lives++;
varCC = 1;
}
}
Instance of Symbol 266 MovieClip "fadeOut" in Frame 4
onClipEvent (enterFrame) {
_x = _root.player.cx;
}
Instance of Symbol 268 MovieClip "light" in Frame 4
onClipEvent (enterFrame) {
_x = _root.player.cx;
_y = (_root.player.cy - 20);
}
Instance of Symbol 271 MovieClip "gameOver" in Frame 4
onClipEvent (enterFrame) {
_x = _root.player.cx;
_y = _root.player.cy;
}
Frame 5
_root.fadeOut.gotoAndStop(1);
_x = 0;
_y = 0;
stop();
function makeSnow() {
_root.z++;
duplicateMovieClip (_root.snow, "snow" + _root.z, _root.z);
setProperty(_root["snow" + _root.z], _x , (_root.player.cx - 400) + random(900));
setProperty(_root["snow" + _root.z], _y , -10);
setProperty(_root["snow" + _root.z], _xscale , _root.RAN);
setProperty(_root["snow" + _root.z], _yscale , _root.RAN);
_root["snow" + _root.z].speed = random(10);
}
function makeSnowa() {
_root.z++;
duplicateMovieClip (_root.snow2, "snow2" + _root.z, _root.z);
setProperty(_root["snow2" + _root.z], _x , (_root.player.cx - 400) + random(900));
setProperty(_root["snow2" + _root.z], _y , -10);
setProperty(_root["snow2" + _root.z], _xscale , _root.RAN);
setProperty(_root["snow2" + _root.z], _yscale , _root.RAN);
_root["snow2" + _root.z].speed = random(10);
}
RAN = 4;
z = 0;
onEnterFrame = function () {
if (_root.score < 10) {
_root.hud.score = "00000" + _root.score;
} else if (_root.score < 100) {
_root.hud.score = "0000" + _root.score;
} else if ((_root.score < 1000) && (_root.score >= 100)) {
_root.hud.score = "000" + _root.score;
} else if ((_root.score < 10000) && (_root.score >= 1000)) {
_root.hud.score = "00" + _root.score;
} else if ((_root.score < 100000) && (_root.score >= 10000)) {
_root.hud.score = "0" + _root.score;
} else if ((_root.score < 1000000) && (_root.score >= 100000)) {
_root.hud.score = _root.score;
}
if (_root.combo >= 2) {
_root.hud.com = "Combo x" + _root.combo;
}
if (_root.combo <= 1) {
_root.hud.com = "";
}
if (_root.hud.lives <= 0) {
_root.hud.lives = 0;
if (_root.gameOver._currentframe == 1) {
_root.gameOver.play();
}
}
};
Instance of Symbol 168 MovieClip in Frame 5
onClipEvent (enterFrame) {
_x = (_root.player.cx / 1.01);
_y = _root.player.cy;
}
Instance of Symbol 168 MovieClip in Frame 5
onClipEvent (enterFrame) {
_x = (_root.player.cx / 1.2);
_y = ((_root.player.cy + 50) / 1.1);
}
Instance of Symbol 170 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 277 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && (_root.player.fall != true)) {
_root.player.fall = true;
}
}
Instance of Symbol 277 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && (_root.player.fall != true)) {
_root.player.fall = true;
}
}
Instance of Symbol 277 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && (_root.player.fall != true)) {
_root.player.fall = true;
}
}
Instance of Symbol 277 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && (_root.fadeOut._currentframe == 1)) {
_root.fadeOut.play();
}
}
Instance of Symbol 101 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 217 MovieClip in Frame 5
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
dx = _x;
left = 1;
}
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (left != 1) {
if (_x < (dx + 50)) {
_x = (_x + 0.5);
gotoAndStop (1);
} else {
left = 1;
}
}
if (left == 1) {
if (_x > (dx - 50)) {
_x = (_x - 0.5);
gotoAndStop (1);
} else {
left = 0;
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
_root.player.yspeed = _root.player.yspeed - 1;
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_currentframe == 1)) && (_root.player._y > (_y - 3))) {
_root.blink.play();
}
}
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 217 MovieClip in Frame 5
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
dx = _x;
left = 1;
}
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (left != 1) {
if (_x < (dx + 50)) {
_x = (_x + 0.5);
gotoAndStop (1);
} else {
left = 1;
}
}
if (left == 1) {
if (_x > (dx - 50)) {
_x = (_x - 0.5);
gotoAndStop (1);
} else {
left = 0;
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
_root.player.yspeed = _root.player.yspeed - 1;
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_currentframe == 1)) && (_root.player._y > (_y - 3))) {
_root.blink.play();
}
}
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 217 MovieClip in Frame 5
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
dx = _x;
left = 1;
}
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (left != 1) {
if (_x < (dx + 50)) {
_x = (_x + 0.5);
gotoAndStop (1);
} else {
left = 1;
}
}
if (left == 1) {
if (_x > (dx - 50)) {
_x = (_x - 0.5);
gotoAndStop (1);
} else {
left = 0;
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
_root.player.yspeed = _root.player.yspeed - 1;
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_currentframe == 1)) && (_root.player._y > (_y - 3))) {
_root.blink.play();
}
}
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 217 MovieClip in Frame 5
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
dx = _x;
left = 1;
}
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (left != 1) {
if (_x < (dx + 50)) {
_x = (_x + 0.5);
gotoAndStop (1);
} else {
left = 1;
}
}
if (left == 1) {
if (_x > (dx - 50)) {
_x = (_x - 0.5);
gotoAndStop (1);
} else {
left = 0;
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
_root.player.yspeed = _root.player.yspeed - 1;
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_currentframe == 1)) && (_root.player._y > (_y - 3))) {
_root.blink.play();
}
}
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 217 MovieClip in Frame 5
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
dx = _x;
left = 1;
}
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (left != 1) {
if (_x < (dx + 50)) {
_x = (_x + 0.5);
gotoAndStop (1);
} else {
left = 1;
}
}
if (left == 1) {
if (_x > (dx - 50)) {
_x = (_x - 0.5);
gotoAndStop (1);
} else {
left = 0;
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
_root.player.yspeed = _root.player.yspeed - 1;
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_currentframe == 1)) && (_root.player._y > (_y - 3))) {
_root.blink.play();
}
}
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 217 MovieClip in Frame 5
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
dx = _x;
left = 1;
}
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (left != 1) {
if (_x < (dx + 50)) {
_x = (_x + 0.5);
gotoAndStop (1);
} else {
left = 1;
}
}
if (left == 1) {
if (_x > (dx - 50)) {
_x = (_x - 0.5);
gotoAndStop (1);
} else {
left = 0;
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
_root.player.yspeed = _root.player.yspeed - 1;
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_currentframe == 1)) && (_root.player._y > (_y - 3))) {
_root.blink.play();
}
}
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 5
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 282 MovieClip "player" in Frame 5
onClipEvent (load) {
cy = _y;
cx = _x;
h = _height / 2;
r = _width / 2;
xspeed = 0;
yspeed = 0;
grav = 1;
i = 0;
seg = 360;
dx = _x;
dy = _y;
}
onClipEvent (enterFrame) {
if (_currentframe != 3) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
_x = (_x + xspeed);
xspeed = xspeed * 0.91;
xspeed = xspeed + 0.665;
cx = cx + ((_x - cx) / 15);
_root._x = (Stage.width / 2) - cx;
cy = cy + ((_y - cy) / 15);
_root._y = (Stage.height / 2) - cy;
_root.hud._x = cx;
_root.hud._y = cy - 30;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
grounded = true;
_root.combo = 0;
gotoAndStop (1);
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (Key.isDown(39)) {
_x = (_x + 3);
}
if (Key.isDown(37)) {
_x = (_x - 3);
}
if (Key.isDown(32) && (grounded)) {
yspeed = -12;
gotoAndStop (2);
grounded = false;
}
var nmbr = 0;
xval = 0;
yval = 0;
i = 1;
while (i < seg) {
var tx = (_x + (r * Math.sin((i * (360 / seg)) * (Math.PI/180))));
var ty = (_y - (r * Math.cos((i * (360 / seg)) * (Math.PI/180))));
if (_root.land.hitTest(tx, ty, true)) {
nmbr++;
xval = xval + tx;
yval = yval + ty;
}
i++;
}
if ((nmbr > 0) && (_xscale > 0)) {
_rotation = (((Math.atan2(_x - (xval / nmbr), _y - (yval / nmbr)) / (Math.PI/180)) * -1) + 180);
}
if ((nmbr > 0) && (_xscale < 0)) {
_rotation = (((Math.atan2(_x - (xval / nmbr), _y - (yval / nmbr)) / (Math.PI/180)) * -1) - 180);
}
if (fall == true) {
_y = dy;
_x = dx;
fall = false;
}
}
if (_root.gameOver._currentframe >= 2) {
this.gotoAndStop("dead");
}
if (fall) {
_root.blink.play();
}
}
Instance of Symbol 91 MovieClip "snow" in Frame 5
onClipEvent (enterFrame) {
this._x = this._x - speed;
this._y = this._y + 5;
if (this._y >= 410) {
this.removeMovieClip();
}
}
Instance of Symbol 93 MovieClip "ran" in Frame 5
onClipEvent (enterFrame) {
_root.RAN = random(110);
_root.makeSnow();
_alpha = 0;
_root.makeSnowa();
}
Instance of Symbol 91 MovieClip "snow2" in Frame 5
onClipEvent (enterFrame) {
this._x = this._x - speed;
this._y = this._y + 5;
if (this._y >= 410) {
this.removeMovieClip();
}
}
Instance of Symbol 266 MovieClip "fadeOut" in Frame 5
onClipEvent (enterFrame) {
_x = _root.player.cx;
_y = _root.player.cy;
}
Instance of Symbol 284 MovieClip in Frame 5
onClipEvent (enterFrame) {
_x = _root.player._x;
_y = _root.player._y;
}
Frame 6
_root._x = 0;
_root._y = 0;
stop();
function makeSnow() {
_root.z++;
duplicateMovieClip (_root.snow, "snow" + _root.z, _root.z);
setProperty(_root["snow" + _root.z], _x , (_root.player.cx - 400) + random(900));
setProperty(_root["snow" + _root.z], _y , -10);
setProperty(_root["snow" + _root.z], _xscale , _root.RAN);
setProperty(_root["snow" + _root.z], _yscale , _root.RAN);
_root["snow" + _root.z].speed = random(10);
}
function makeSnowa() {
_root.z++;
duplicateMovieClip (_root.snow2, "snow2" + _root.z, _root.z);
setProperty(_root["snow2" + _root.z], _x , (_root.player.cx - 400) + random(900));
setProperty(_root["snow2" + _root.z], _y , -10);
setProperty(_root["snow2" + _root.z], _xscale , _root.RAN);
setProperty(_root["snow2" + _root.z], _yscale , _root.RAN);
_root["snow2" + _root.z].speed = random(10);
}
RAN = 4;
z = 0;
onEnterFrame = function () {
if (_root.score < 10) {
_root.hud.score = "00000" + _root.score;
} else if (_root.score < 100) {
_root.hud.score = "0000" + _root.score;
} else if ((_root.score < 1000) && (_root.score >= 100)) {
_root.hud.score = "000" + _root.score;
} else if ((_root.score < 10000) && (_root.score >= 1000)) {
_root.hud.score = "00" + _root.score;
} else if ((_root.score < 100000) && (_root.score >= 10000)) {
_root.hud.score = "0" + _root.score;
} else if ((_root.score < 1000000) && (_root.score >= 100000)) {
_root.hud.score = _root.score;
}
if (_root.combo >= 2) {
_root.hud.com = "Combo x" + _root.combo;
}
if (_root.combo <= 1) {
_root.hud.com = "";
}
if (_root.hud.lives <= 0) {
_root.hud.lives = 0;
if (_root.gameOver._currentframe == 1) {
_root.gameOver.play();
}
}
};
_root.hud._y = _root.hud.dy;
Instance of Symbol 168 MovieClip "mountains" in Frame 6
onClipEvent (enterFrame) {
_x = ((_root.player.cx + 100) / 1.01);
_y = _root.player.cy;
}
Instance of Symbol 168 MovieClip "mountains" in Frame 6
onClipEvent (enterFrame) {
_x = (_root.player.cx / 1.2);
}
Instance of Symbol 170 MovieClip in Frame 6
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 6
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 6
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 6
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 6
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 6
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 6
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 6
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 6
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 6
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 6
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 6
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 6
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 6
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 6
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 6
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 6
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 6
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 6
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 6
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 6
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 6
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 222 MovieClip "PS2" in Frame 6
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
scale = _xscale;
}
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
}
if ((d <= 250) && (!dead)) {
if (_root.player._x > (_x + 10)) {
_xscale = (-scale);
_x = (_x + 1);
gotoAndStop (2);
} else if (_root.player._x < (_x - 10)) {
_xscale = scale;
_x = (_x - 1);
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (3);
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_root.player._y > (_y - 3))) && (_currentframe != 3)) {
_root.blink.play();
}
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 6
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 6
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 6
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 6
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 6
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 6
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 6
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 6
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 6
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 6
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 6
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 6
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 6
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 6
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 6
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 6
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 6
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 6
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 6
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 6
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 6
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 224 MovieClip "PS" in Frame 6
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
scale = _xscale;
}
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
}
if ((d <= 250) && (!dead)) {
if (_root.player._x > (_x + 10)) {
_xscale = (-scale);
_x = (_x + 1);
gotoAndStop (2);
} else if (_root.player._x < (_x - 10)) {
_xscale = scale;
_x = (_x - 1);
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (3);
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_root.player._y > (_y - 3))) && (_currentframe != 3)) {
_root.blink.play();
}
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 222 MovieClip "PS3" in Frame 6
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
scale = _xscale;
}
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
}
if ((d <= 250) && (!dead)) {
if (_root.player._x > (_x + 10)) {
_xscale = (-scale);
_x = (_x + 1);
gotoAndStop (2);
} else if (_root.player._x < (_x - 10)) {
_xscale = scale;
_x = (_x - 1);
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (3);
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_root.player._y > (_y - 3))) && (_currentframe != 3)) {
_root.blink.play();
}
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 217 MovieClip in Frame 6
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
dx = _x;
}
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (left != 1) {
if (_x < (dx + 50)) {
_x = (_x + 0.5);
gotoAndStop (1);
} else {
left = 1;
}
}
if (left == 1) {
if (_x > (dx - 50)) {
_x = (_x - 0.5);
gotoAndStop (1);
} else {
left = 0;
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
_root.player.yspeed = _root.player.yspeed - 1;
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_currentframe == 1)) && (_root.player._y > (_y - 3))) {
_root.blink.play();
}
}
} else if (_currentframe == 1) {
gotoAndStop ("blank");
}
}
Instance of Symbol 217 MovieClip in Frame 6
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
dx = _x;
left = 1;
}
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (left != 1) {
if (_x < (dx + 50)) {
_x = (_x + 0.5);
gotoAndStop (1);
} else {
left = 1;
}
}
if (left == 1) {
if (_x > (dx - 50)) {
_x = (_x - 0.5);
gotoAndStop (1);
} else {
left = 0;
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
_root.player.yspeed = _root.player.yspeed - 1;
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_currentframe == 1)) && (_root.player._y > (_y - 3))) {
_root.blink.play();
}
}
} else if (_currentframe == 1) {
gotoAndStop ("blank");
}
}
Instance of Symbol 217 MovieClip in Frame 6
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
dx = _x;
}
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (left != 1) {
if (_x < (dx + 50)) {
_x = (_x + 0.5);
gotoAndStop (1);
} else {
left = 1;
}
}
if (left == 1) {
if (_x > (dx - 50)) {
_x = (_x - 0.5);
gotoAndStop (1);
} else {
left = 0;
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
_root.player.yspeed = _root.player.yspeed - 1;
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_currentframe == 1)) && (_root.player._y > (_y - 3))) {
_root.blink.play();
}
}
} else if (_currentframe == 1) {
gotoAndStop ("blank");
}
}
Instance of Symbol 217 MovieClip in Frame 6
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
dx = _x;
left = 1;
}
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (left != 1) {
if (_x < (dx + 50)) {
_x = (_x + 0.5);
gotoAndStop (1);
} else {
left = 1;
}
}
if (left == 1) {
if (_x > (dx - 50)) {
_x = (_x - 0.5);
gotoAndStop (1);
} else {
left = 0;
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
_root.player.yspeed = _root.player.yspeed - 1;
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_currentframe == 1)) && (_root.player._y > (_y - 3))) {
_root.blink.play();
}
}
} else if (_currentframe == 1) {
gotoAndStop ("blank");
}
}
Instance of Symbol 217 MovieClip in Frame 6
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
dx = _x;
left = 1;
}
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (left != 1) {
if (_x < (dx + 50)) {
_x = (_x + 0.5);
gotoAndStop (1);
} else {
left = 1;
}
}
if (left == 1) {
if (_x > (dx - 50)) {
_x = (_x - 0.5);
gotoAndStop (1);
} else {
left = 0;
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
_root.player.yspeed = _root.player.yspeed - 1;
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_currentframe == 1)) && (_root.player._y > (_y - 3))) {
_root.blink.play();
}
}
} else if (_currentframe == 1) {
gotoAndStop ("blank");
}
}
Instance of Symbol 217 MovieClip in Frame 6
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
dx = _x;
left = 1;
}
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (left != 1) {
if (_x < (dx + 50)) {
_x = (_x + 0.5);
gotoAndStop (1);
} else {
left = 1;
}
}
if (left == 1) {
if (_x > (dx - 50)) {
_x = (_x - 0.5);
gotoAndStop (1);
} else {
left = 0;
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
_root.player.yspeed = _root.player.yspeed - 1;
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_currentframe == 1)) && (_root.player._y > (_y - 3))) {
_root.blink.play();
}
}
} else if (_currentframe == 1) {
gotoAndStop ("blank");
}
}
Instance of Symbol 217 MovieClip in Frame 6
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
dx = _x;
}
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (left != 1) {
if (_x < (dx + 50)) {
_x = (_x + 0.5);
gotoAndStop (1);
} else {
left = 1;
}
}
if (left == 1) {
if (_x > (dx - 50)) {
_x = (_x - 0.5);
gotoAndStop (1);
} else {
left = 0;
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
_root.player.yspeed = _root.player.yspeed - 1;
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_currentframe == 1)) && (_root.player._y > (_y - 3))) {
_root.blink.play();
}
}
} else if (_currentframe == 1) {
gotoAndStop ("blank");
}
}
Instance of Symbol 217 MovieClip in Frame 6
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
dx = _x;
left = 1;
}
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (left != 1) {
if (_x < (dx + 50)) {
_x = (_x + 0.5);
gotoAndStop (1);
} else {
left = 1;
}
}
if (left == 1) {
if (_x > (dx - 50)) {
_x = (_x - 0.5);
gotoAndStop (1);
} else {
left = 0;
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
_root.player.yspeed = _root.player.yspeed - 1;
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_currentframe == 1)) && (_root.player._y > (_y - 3))) {
_root.blink.play();
}
}
} else if (_currentframe == 1) {
gotoAndStop ("blank");
}
}
Instance of Symbol 217 MovieClip in Frame 6
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
dx = _x;
}
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (left != 1) {
if (_x < (dx + 50)) {
_x = (_x + 0.5);
gotoAndStop (1);
} else {
left = 1;
}
}
if (left == 1) {
if (_x > (dx - 50)) {
_x = (_x - 0.5);
gotoAndStop (1);
} else {
left = 0;
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
_root.player.yspeed = _root.player.yspeed - 1;
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_currentframe == 1)) && (_root.player._y > (_y - 3))) {
_root.blink.play();
}
}
} else if (_currentframe == 1) {
gotoAndStop ("blank");
}
}
Instance of Symbol 240 MovieClip "player" in Frame 6
onClipEvent (load) {
cx = _x;
w = _width;
h = _height / 2;
xspeed = 0;
yspeed = 0;
grav = 1;
grounded = false;
scale = _xscale;
dy = _y;
dx = _x;
cy = _y;
i = 51;
}
onClipEvent (enterFrame) {
_x = (_x + xspeed);
_y = (_y + yspeed);
yspeed = yspeed + grav;
xspeed = xspeed * 0.83;
if (_currentframe != 5) {
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (_root.land.hitTest(_x, (_y + h) + 4, true)) {
grounded = true;
_root.combo = 0;
} else {
grounded = false;
}
if (_root.land.hitTest(_x - w, _y, true)) {
xspeed = 0;
while (_root.land.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.land.hitTest(_x + w, _y, true)) {
xspeed = 0;
while (_root.land.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (Key.isDown(39)) {
xspeed = xspeed + 1;
_xscale = scale;
if (grounded) {
gotoAndStop (2);
}
}
if (Key.isDown(37)) {
xspeed = xspeed - 1;
_xscale = (-scale);
if (grounded) {
gotoAndStop (2);
}
}
if (((!Key.isDown(39)) && (!Key.isDown(37))) && (grounded)) {
gotoAndStop (1);
}
cx = cx + ((_x - cx) / 20);
_root._x = (Stage.width / 2) - cx;
_root.hud._x = cx;
if ((Key.isDown(32) && (grounded)) && (holding != true)) {
yspeed = -10;
doubleJump = 1;
holding = true;
grounded = false;
gotoAndStop (3);
}
if (((Key.isDown(32) && (doubleJump == 1)) && (yspeed >= -4)) && (holding != true)) {
gotoAndStop (4);
yspeed = -13;
doubleJump = 0;
}
if (!Key.isDown(32)) {
holding = false;
}
if (_y >= 400) {
_y = dy;
_x = dx;
xspeed = 0;
yspeed = 0;
_root.blink.play();
cx = _x;
_root.bg._x = _x;
}
}
if (_root.gameOver._currentframe >= 2) {
this.gotoAndStop("dead");
}
}
Instance of Symbol 242 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && (_root.fadeOut._currentframe == 1)) {
_root.fadeOut.play();
}
}
Instance of Symbol 244 MovieClip "snowball" in Frame 6
onClipEvent (load) {
var1 = 0;
grav = 1;
yspeed = 0;
h = _height / 2;
}
onClipEvent (enterFrame) {
if (var1 == 1) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
gotoAndStop (2);
}
if (this.hitTest(_root.player) && (_root.bird.dead != true)) {
_root.blink.play();
gotoAndStop (2);
}
}
}
Instance of Symbol 254 MovieClip "bird" in Frame 6
onClipEvent (load) {
i = 0;
scale = _xscale;
h = _height / 2;
yspeed = 0;
grav = 1;
dead = false;
dy = _y;
}
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
d = Math.sqrt(xx * xx);
i++;
if ((i <= 200) && (varGo != 1)) {
_x = (_root.player.cx + 500);
_y = dy;
_xscale = (-scale);
this.gotoAndStop(1);
_root.snowball.gotoAndStop(1);
_root.snowball.yspeed = 0;
_root.snowball._y = _y;
_root.snowball.var1 = 0;
dead = false;
}
if (i >= 201) {
varGo = 1;
i = 0;
}
if (varGo == 1) {
_x = (_x - 4);
if (!dead) {
gotoAndStop (1);
}
}
if (_x <= (_root.player.cx - 500)) {
varGo = 0;
}
if (_root.snowball.var1 != 1) {
_root.snowball._x = _x;
}
if ((d <= 10) && (!dead)) {
_root.snowball.var1 = 1;
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
dead = true;
_root.player.yspeed = 0;
}
if ((dead == true) && (_currentframe == 2)) {
_y = (_y + yspeed);
_root.snowball.gotoAndStop(3);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
gotoAndStop (3);
}
}
}
Instance of Symbol 266 MovieClip "fadeOut" in Frame 6
onClipEvent (enterFrame) {
_x = _root.player.cx;
}
Instance of Symbol 288 MovieClip in Frame 6
onClipEvent (enterFrame) {
_x = _root.player._x;
_y = _root.player._y;
}
Frame 7
_root._x = 0;
_root._y = 0;
stop();
function makeSnow() {
_root.z++;
duplicateMovieClip (_root.snow, "snow" + _root.z, _root.z);
setProperty(_root["snow" + _root.z], _x , (_root.player.cx - 400) + random(900));
setProperty(_root["snow" + _root.z], _y , -10);
setProperty(_root["snow" + _root.z], _xscale , _root.RAN);
setProperty(_root["snow" + _root.z], _yscale , _root.RAN);
_root["snow" + _root.z].speed = random(10);
}
function makeSnowa() {
_root.z++;
duplicateMovieClip (_root.snow2, "snow2" + _root.z, _root.z);
setProperty(_root["snow2" + _root.z], _x , (_root.player.cx - 400) + random(900));
setProperty(_root["snow2" + _root.z], _y , -10);
setProperty(_root["snow2" + _root.z], _xscale , _root.RAN);
setProperty(_root["snow2" + _root.z], _yscale , _root.RAN);
_root["snow2" + _root.z].speed = random(10);
}
RAN = 4;
z = 0;
onEnterFrame = function () {
if (_root.score < 10) {
_root.hud.score = "00000" + _root.score;
} else if (_root.score < 100) {
_root.hud.score = "0000" + _root.score;
} else if ((_root.score < 1000) && (_root.score >= 100)) {
_root.hud.score = "000" + _root.score;
} else if ((_root.score < 10000) && (_root.score >= 1000)) {
_root.hud.score = "00" + _root.score;
} else if ((_root.score < 100000) && (_root.score >= 10000)) {
_root.hud.score = "0" + _root.score;
} else if ((_root.score < 1000000) && (_root.score >= 100000)) {
_root.hud.score = _root.score;
}
if (_root.combo >= 2) {
_root.hud.com = "Combo x" + _root.combo;
}
if (_root.combo <= 1) {
_root.hud.com = "";
}
if (_root.hud.lives <= 0) {
_root.hud.lives = 0;
if (_root.gameOver._currentframe == 1) {
_root.gameOver.play();
}
}
};
_root.hud._y = _root.hud.dy;
Instance of Symbol 5 MovieClip in Frame 7
onClipEvent (enterFrame) {
_x = _root.player.cx;
_y = (_root.player.cy / 1.3);
}
Instance of Symbol 168 MovieClip "mountains" in Frame 7
onClipEvent (enterFrame) {
_x = ((_root.player.cx + 100) / 1.01);
}
Instance of Symbol 290 MovieClip "mountains" in Frame 7
onClipEvent (enterFrame) {
_x = (_root.player.cx / 1.2);
}
Instance of Symbol 170 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
_y = (_y + 2);
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
_y = (_y + 2);
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
_y = (_y + 2);
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
_y = (_y + 2);
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
_y = (_y + 2);
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
_y = (_y + 2);
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
_y = (_y + 2);
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
_y = (_y + 2);
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
_y = (_y + 2);
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
_y = (_y + 2);
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
_y = (_y + 2);
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
_y = (_y + 2);
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 274 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
_y = (_y + 2);
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 274 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
_y = (_y + 2);
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 274 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
_y = (_y + 2);
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 274 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
_y = (_y + 2);
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
_y = (_y + 2);
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
_y = (_y + 2);
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
_y = (_y + 2);
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
_y = (_y + 2);
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
_y = (_y + 2);
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
_y = (_y + 2);
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
_y = (_y + 2);
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
_y = (_y + 2);
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
_y = (_y + 2);
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
_y = (_y + 2);
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
_y = (_y + 2);
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
_y = (_y + 2);
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
_y = (_y + 2);
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
_y = (_y + 2);
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
_y = (_y + 2);
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
_y = (_y + 2);
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
_y = (_y + 2);
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
_y = (_y + 2);
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
_y = (_y + 2);
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
_y = (_y + 2);
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
_y = (_y + 2);
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
_y = (_y + 2);
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
_y = (_y + 2);
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
_y = (_y + 2);
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
_y = (_y + 2);
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
_y = (_y + 2);
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 299 MovieClip "land" in Frame 7
onClipEvent (load) {
i = 0;
dy = _y;
}
onClipEvent (enterFrame) {
i++;
_y = (_y + 2);
}
Instance of Symbol 101 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
_rotation = (_rotation + 2);
_y = (_y + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
_rotation = (_rotation + 2);
_y = (_y + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
_rotation = (_rotation + 2);
_y = (_y + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
_rotation = (_rotation + 2);
_y = (_y + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
_rotation = (_rotation + 2);
_y = (_y + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
_rotation = (_rotation + 2);
_y = (_y + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
_rotation = (_rotation + 2);
_y = (_y + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
_rotation = (_rotation + 2);
_y = (_y + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
_rotation = (_rotation + 2);
_y = (_y + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
_rotation = (_rotation + 2);
_y = (_y + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
_rotation = (_rotation + 2);
_y = (_y + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
_rotation = (_rotation + 2);
_y = (_y + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
_rotation = (_rotation + 2);
_y = (_y + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
_rotation = (_rotation + 2);
_y = (_y + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
_rotation = (_rotation + 2);
_y = (_y + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
_rotation = (_rotation + 2);
_y = (_y + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
_rotation = (_rotation + 2);
_y = (_y + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
_rotation = (_rotation + 2);
_y = (_y + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
_rotation = (_rotation + 2);
_y = (_y + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
_rotation = (_rotation + 2);
_y = (_y + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
_rotation = (_rotation + 2);
_y = (_y + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
_rotation = (_rotation + 2);
_y = (_y + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
_rotation = (_rotation + 2);
_y = (_y + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
_rotation = (_rotation + 2);
_y = (_y + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
_rotation = (_rotation + 2);
_y = (_y + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
_rotation = (_rotation + 2);
_y = (_y + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
_rotation = (_rotation + 2);
_y = (_y + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
_rotation = (_rotation + 2);
_y = (_y + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
_rotation = (_rotation + 2);
_y = (_y + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
_rotation = (_rotation + 2);
_y = (_y + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
_rotation = (_rotation + 2);
_y = (_y + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
_rotation = (_rotation + 2);
_y = (_y + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
_rotation = (_rotation + 2);
_y = (_y + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
_rotation = (_rotation + 2);
_y = (_y + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
_rotation = (_rotation + 2);
_y = (_y + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
_rotation = (_rotation + 2);
_y = (_y + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
_rotation = (_rotation + 2);
_y = (_y + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
_rotation = (_rotation + 2);
_y = (_y + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
_rotation = (_rotation + 2);
_y = (_y + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
_rotation = (_rotation + 2);
_y = (_y + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
_rotation = (_rotation + 2);
_y = (_y + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
_rotation = (_rotation + 2);
_y = (_y + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
_rotation = (_rotation + 2);
_y = (_y + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
_rotation = (_rotation + 2);
_y = (_y + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
_rotation = (_rotation + 2);
_y = (_y + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
_rotation = (_rotation + 2);
_y = (_y + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
_rotation = (_rotation + 2);
_y = (_y + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
_rotation = (_rotation + 2);
_y = (_y + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
_rotation = (_rotation + 2);
_y = (_y + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
_rotation = (_rotation + 2);
_y = (_y + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
_rotation = (_rotation + 2);
_y = (_y + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
_rotation = (_rotation + 2);
_y = (_y + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
_rotation = (_rotation + 2);
_y = (_y + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
_rotation = (_rotation + 2);
_y = (_y + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
_rotation = (_rotation + 2);
_y = (_y + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
_rotation = (_rotation + 2);
_y = (_y + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
_rotation = (_rotation + 2);
_y = (_y + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 7
onClipEvent (load) {
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(yy * yy);
_rotation = (_rotation + 2);
_y = (_y + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 217 MovieClip in Frame 7
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
dx = _x;
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (left != 1) {
if (_x < (dx + 50)) {
_x = (_x + 0.5);
gotoAndStop (1);
} else {
left = 1;
}
}
if (left == 1) {
if (_x > (dx - 50)) {
_x = (_x - 0.5);
gotoAndStop (1);
} else {
left = 0;
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
_root.player.yspeed = _root.player.yspeed - 1;
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_currentframe == 1)) && (_root.player._y > (_y - 3))) {
_root.blink.play();
}
}
} else if (_currentframe == 1) {
gotoAndStop ("blank");
}
}
Instance of Symbol 217 MovieClip in Frame 7
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
dx = _x;
dy = _y;
left = 1;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (left != 1) {
if (_x < (dx + 50)) {
_x = (_x + 0.5);
gotoAndStop (1);
} else {
left = 1;
}
}
if (left == 1) {
if (_x > (dx - 50)) {
_x = (_x - 0.5);
gotoAndStop (1);
} else {
left = 0;
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
_root.player.yspeed = _root.player.yspeed - 1;
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_currentframe == 1)) && (_root.player._y > (_y - 3))) {
_root.blink.play();
}
}
} else if (_currentframe == 1) {
gotoAndStop ("blank");
}
}
Instance of Symbol 217 MovieClip in Frame 7
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
dx = _x;
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (left != 1) {
if (_x < (dx + 50)) {
_x = (_x + 0.5);
gotoAndStop (1);
} else {
left = 1;
}
}
if (left == 1) {
if (_x > (dx - 50)) {
_x = (_x - 0.5);
gotoAndStop (1);
} else {
left = 0;
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
_root.player.yspeed = _root.player.yspeed - 1;
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_currentframe == 1)) && (_root.player._y > (_y - 3))) {
_root.blink.play();
}
}
} else if (_currentframe == 1) {
gotoAndStop ("blank");
}
}
Instance of Symbol 217 MovieClip in Frame 7
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
dx = _x;
dy = _y;
left = 1;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (left != 1) {
if (_x < (dx + 50)) {
_x = (_x + 0.5);
gotoAndStop (1);
} else {
left = 1;
}
}
if (left == 1) {
if (_x > (dx - 50)) {
_x = (_x - 0.5);
gotoAndStop (1);
} else {
left = 0;
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
_root.player.yspeed = _root.player.yspeed - 1;
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_currentframe == 1)) && (_root.player._y > (_y - 3))) {
_root.blink.play();
}
}
} else if (_currentframe == 1) {
gotoAndStop ("blank");
}
}
Instance of Symbol 217 MovieClip in Frame 7
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
dx = _x;
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (left != 1) {
if (_x < (dx + 50)) {
_x = (_x + 0.5);
gotoAndStop (1);
} else {
left = 1;
}
}
if (left == 1) {
if (_x > (dx - 50)) {
_x = (_x - 0.5);
gotoAndStop (1);
} else {
left = 0;
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
_root.player.yspeed = _root.player.yspeed - 1;
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_currentframe == 1)) && (_root.player._y > (_y - 3))) {
_root.blink.play();
}
}
} else if (_currentframe == 1) {
gotoAndStop ("blank");
}
}
Instance of Symbol 217 MovieClip in Frame 7
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
dx = _x;
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (left != 1) {
if (_x < (dx + 50)) {
_x = (_x + 0.5);
gotoAndStop (1);
} else {
left = 1;
}
}
if (left == 1) {
if (_x > (dx - 50)) {
_x = (_x - 0.5);
gotoAndStop (1);
} else {
left = 0;
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
_root.player.yspeed = _root.player.yspeed - 1;
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_currentframe == 1)) && (_root.player._y > (_y - 3))) {
_root.blink.play();
}
}
} else if (_currentframe == 1) {
gotoAndStop ("blank");
}
}
Instance of Symbol 217 MovieClip in Frame 7
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
dx = _x;
dy = _y;
left = 1;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (left != 1) {
if (_x < (dx + 50)) {
_x = (_x + 0.5);
gotoAndStop (1);
} else {
left = 1;
}
}
if (left == 1) {
if (_x > (dx - 50)) {
_x = (_x - 0.5);
gotoAndStop (1);
} else {
left = 0;
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
_root.player.yspeed = _root.player.yspeed - 1;
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_currentframe == 1)) && (_root.player._y > (_y - 3))) {
_root.blink.play();
}
}
} else if (_currentframe == 1) {
gotoAndStop ("blank");
}
}
Instance of Symbol 217 MovieClip in Frame 7
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
dx = _x;
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (left != 1) {
if (_x < (dx + 50)) {
_x = (_x + 0.5);
gotoAndStop (1);
} else {
left = 1;
}
}
if (left == 1) {
if (_x > (dx - 50)) {
_x = (_x - 0.5);
gotoAndStop (1);
} else {
left = 0;
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
_root.player.yspeed = _root.player.yspeed - 1;
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_currentframe == 1)) && (_root.player._y > (_y - 3))) {
_root.blink.play();
}
}
} else if (_currentframe == 1) {
gotoAndStop ("blank");
}
}
Instance of Symbol 217 MovieClip in Frame 7
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
dx = _x;
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (left != 1) {
if (_x < (dx + 50)) {
_x = (_x + 0.5);
gotoAndStop (1);
} else {
left = 1;
}
}
if (left == 1) {
if (_x > (dx - 50)) {
_x = (_x - 0.5);
gotoAndStop (1);
} else {
left = 0;
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
_root.player.yspeed = _root.player.yspeed - 1;
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_currentframe == 1)) && (_root.player._y > (_y - 3))) {
_root.blink.play();
}
}
} else if (_currentframe == 1) {
gotoAndStop ("blank");
}
}
Instance of Symbol 217 MovieClip in Frame 7
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
dx = _x;
dy = _y;
left = 1;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (left != 1) {
if (_x < (dx + 50)) {
_x = (_x + 0.5);
gotoAndStop (1);
} else {
left = 1;
}
}
if (left == 1) {
if (_x > (dx - 50)) {
_x = (_x - 0.5);
gotoAndStop (1);
} else {
left = 0;
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
_root.player.yspeed = _root.player.yspeed - 1;
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_currentframe == 1)) && (_root.player._y > (_y - 3))) {
_root.blink.play();
}
}
} else if (_currentframe == 1) {
gotoAndStop ("blank");
}
}
Instance of Symbol 242 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && (_root.fadeOut._currentframe == 1)) {
_root.fadeOut.play();
}
}
Instance of Symbol 240 MovieClip "player" in Frame 7
onClipEvent (load) {
cx = _x;
w = _width;
h = _height / 2;
xspeed = 0;
yspeed = 0;
grav = 1;
grounded = false;
scale = _xscale;
dy = _y;
dx = _x;
cy = _y;
i = 51;
z = 0;
jumping = false;
}
onClipEvent (enterFrame) {
_x = (_x + xspeed);
_y = (_y + yspeed);
yspeed = yspeed + grav;
xspeed = xspeed * 0.83;
if (_currentframe != 5) {
if (Key.isDown(39)) {
xspeed = xspeed + 1;
_xscale = scale;
if (grounded) {
gotoAndStop (2);
}
}
if (Key.isDown(37)) {
xspeed = xspeed - 1;
_xscale = (-scale);
if (grounded) {
gotoAndStop (2);
}
}
if (((!Key.isDown(39)) && (!Key.isDown(37))) && (grounded)) {
gotoAndStop (1);
}
cx = cx + ((_x - cx) / 20);
_root._x = (Stage.width / 2) - cx;
cy = cy + ((_y - cy) / 15);
_root._y = (Stage.height / 2) - cy;
_root.hud._x = cx;
_root.hud._y = cy - 30;
if ((Key.isDown(32) && (grounded)) && (holding != true)) {
yspeed = -10;
doubleJump = 1;
holding = true;
grounded = false;
jumping = true;
gotoAndStop (3);
}
if (((Key.isDown(32) && (doubleJump == 1)) && (yspeed >= -4)) && (holding != true)) {
gotoAndStop (4);
yspeed = -13;
doubleJump = 0;
}
if (!Key.isDown(32)) {
holding = false;
}
if (_y >= _root.line._y) {
_y = dy;
_x = dx;
_root.reset = 1;
xspeed = 0;
yspeed = 0;
_root.blink.play();
cx = _x;
_root.bg._x = _x;
_root.land.i = 0;
_root.land._y = _root.land.dy;
}
}
if (yspeed == 0) {
jumping = false;
} else if ((yspeed >= 13) && (jumping == true)) {
jumping = false;
}
if (_root.land.hitTest(_x, _y + h, true) && (jumping == false)) {
grounded = true;
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true) && (jumping == false)) {
_y = (_y - 0.1);
}
}
if (_root.land.main.hitTest(_x, _y - h, true)) {
yspeed = 0;
jumping = false;
while (_root.land.main.hitTest(_x, _y - h, true)) {
_y = (_y + 1);
}
}
if (_root.land.main.hitTest(_x - w, _y, true)) {
xspeed = 0;
jumping = false;
while (_root.land.main.hitTest(_x - w, _y, true)) {
_x = (_x + 1);
}
}
if (_root.land.main.hitTest(_x + w, _y, true)) {
xspeed = 0;
jumping = false;
while (_root.land.main.hitTest(_x + w, _y, true)) {
_x = (_x - 1);
}
}
if (_root.reset == 1) {
z++;
}
if (z >= 2) {
_root.reset = 0;
z = 0;
}
}
Instance of Symbol 266 MovieClip "fadeOut" in Frame 7
onClipEvent (enterFrame) {
_x = _root.player.cx;
_y = _root.player._y;
}
Instance of Symbol 284 MovieClip in Frame 7
onClipEvent (enterFrame) {
_x = _root.player._x;
_y = _root.player._y;
}
Instance of Symbol 268 MovieClip "light" in Frame 7
onClipEvent (enterFrame) {
_x = _root.player.cx;
_y = (_root.player.cy - 20);
}
Frame 8
_root._x = 0;
_root._y = 0;
stop();
function makeSnow() {
_root.z++;
duplicateMovieClip (_root.snow, "snow" + _root.z, _root.z);
setProperty(_root["snow" + _root.z], _x , (_root.player.cx - 400) + random(900));
setProperty(_root["snow" + _root.z], _y , -10);
setProperty(_root["snow" + _root.z], _xscale , _root.RAN);
setProperty(_root["snow" + _root.z], _yscale , _root.RAN);
_root["snow" + _root.z].speed = random(10);
}
function makeSnowa() {
_root.z++;
duplicateMovieClip (_root.snow2, "snow2" + _root.z, _root.z);
setProperty(_root["snow2" + _root.z], _x , (_root.player.cx - 400) + random(900));
setProperty(_root["snow2" + _root.z], _y , -10);
setProperty(_root["snow2" + _root.z], _xscale , _root.RAN);
setProperty(_root["snow2" + _root.z], _yscale , _root.RAN);
_root["snow2" + _root.z].speed = random(10);
}
RAN = 4;
z = 0;
onEnterFrame = function () {
if (_root.score < 10) {
_root.hud.score = "00000" + _root.score;
} else if (_root.score < 100) {
_root.hud.score = "0000" + _root.score;
} else if ((_root.score < 1000) && (_root.score >= 100)) {
_root.hud.score = "000" + _root.score;
} else if ((_root.score < 10000) && (_root.score >= 1000)) {
_root.hud.score = "00" + _root.score;
} else if ((_root.score < 100000) && (_root.score >= 10000)) {
_root.hud.score = "0" + _root.score;
} else if ((_root.score < 1000000) && (_root.score >= 100000)) {
_root.hud.score = _root.score;
}
if (_root.combo >= 2) {
_root.hud.com = "Combo x" + _root.combo;
}
if (_root.combo <= 1) {
_root.hud.com = "";
}
if (_root.hud.lives <= 0) {
_root.hud.lives = 0;
if (_root.gameOver._currentframe == 1) {
_root.gameOver.play();
}
}
};
_root.hud._y = _root.hud.dy;
Instance of Symbol 5 MovieClip in Frame 8
onClipEvent (enterFrame) {
_x = _root.player.cx;
_y = _root.player.cy;
}
Instance of Symbol 168 MovieClip "mountains" in Frame 8
onClipEvent (enterFrame) {
_x = ((_root.player.cx + 100) / 1.01);
_y = _root.player.cy;
}
Instance of Symbol 168 MovieClip "mountains" in Frame 8
onClipEvent (enterFrame) {
_x = (_root.player.cx / 1.2);
}
Instance of Symbol 170 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Frame 8
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 217 MovieClip in Frame 8
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
dx = _x;
dy = _y;
left = 1;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (left != 1) {
if (_x < (dx + 50)) {
_x = (_x + 0.5);
gotoAndStop (1);
} else {
left = 1;
}
}
if (left == 1) {
if (_x > (dx - 50)) {
_x = (_x - 0.5);
gotoAndStop (1);
} else {
left = 0;
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
_root.player.yspeed = _root.player.yspeed - 1;
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_currentframe == 1)) && (_root.player._y > (_y - 3))) {
_root.blink.play();
}
}
} else if (_currentframe == 1) {
gotoAndStop ("blank");
}
}
Instance of Symbol 217 MovieClip in Frame 8
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
dx = _x;
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (left != 1) {
if (_x < (dx + 50)) {
_x = (_x + 0.5);
gotoAndStop (1);
} else {
left = 1;
}
}
if (left == 1) {
if (_x > (dx - 50)) {
_x = (_x - 0.5);
gotoAndStop (1);
} else {
left = 0;
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
_root.player.yspeed = _root.player.yspeed - 1;
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_currentframe == 1)) && (_root.player._y > (_y - 3))) {
_root.blink.play();
}
}
} else if (_currentframe == 1) {
gotoAndStop ("blank");
}
}
Instance of Symbol 217 MovieClip in Frame 8
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
dx = _x;
dy = _y;
left = 1;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (left != 1) {
if (_x < (dx + 50)) {
_x = (_x + 0.5);
gotoAndStop (1);
} else {
left = 1;
}
}
if (left == 1) {
if (_x > (dx - 50)) {
_x = (_x - 0.5);
gotoAndStop (1);
} else {
left = 0;
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
_root.player.yspeed = _root.player.yspeed - 1;
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_currentframe == 1)) && (_root.player._y > (_y - 3))) {
_root.blink.play();
}
}
} else if (_currentframe == 1) {
gotoAndStop ("blank");
}
}
Instance of Symbol 217 MovieClip in Frame 8
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
dx = _x;
dy = _y;
left = 1;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (left != 1) {
if (_x < (dx + 50)) {
_x = (_x + 0.5);
gotoAndStop (1);
} else {
left = 1;
}
}
if (left == 1) {
if (_x > (dx - 50)) {
_x = (_x - 0.5);
gotoAndStop (1);
} else {
left = 0;
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
_root.player.yspeed = _root.player.yspeed - 1;
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_currentframe == 1)) && (_root.player._y > (_y - 3))) {
_root.blink.play();
}
}
} else if (_currentframe == 1) {
gotoAndStop ("blank");
}
}
Instance of Symbol 222 MovieClip "PS1" in Frame 8
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
scale = _xscale;
}
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
}
if ((d <= 250) && (!dead)) {
if (_root.player._x > (_x + 10)) {
_xscale = (-scale);
_x = (_x + 1);
gotoAndStop (2);
} else if (_root.player._x < (_x - 10)) {
_xscale = scale;
_x = (_x - 1);
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (3);
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_root.player._y > (_y - 3))) && (_currentframe != 3)) {
_root.blink.play();
}
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 222 MovieClip "PS2" in Frame 8
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
scale = _xscale;
}
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
}
if ((d <= 250) && (!dead)) {
if (_root.player._x > (_x + 10)) {
_xscale = (-scale);
_x = (_x + 1);
gotoAndStop (2);
} else if (_root.player._x < (_x - 10)) {
_xscale = scale;
_x = (_x - 1);
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (3);
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_root.player._y > (_y - 3))) && (_currentframe != 3)) {
_root.blink.play();
}
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 222 MovieClip "PS3" in Frame 8
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
scale = _xscale;
}
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
}
if ((d <= 250) && (!dead)) {
if (_root.player._x > (_x + 10)) {
_xscale = (-scale);
_x = (_x + 1);
gotoAndStop (2);
} else if (_root.player._x < (_x - 10)) {
_xscale = scale;
_x = (_x - 1);
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (3);
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_root.player._y > (_y - 3))) && (_currentframe != 3)) {
_root.blink.play();
}
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 217 MovieClip in Frame 8
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
dx = _x;
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (left != 1) {
if (_x < (dx + 50)) {
_x = (_x + 0.5);
gotoAndStop (1);
} else {
left = 1;
}
}
if (left == 1) {
if (_x > (dx - 50)) {
_x = (_x - 0.5);
gotoAndStop (1);
} else {
left = 0;
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
_root.player.yspeed = _root.player.yspeed - 1;
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_currentframe == 1)) && (_root.player._y > (_y - 3))) {
_root.blink.play();
}
}
} else if (_currentframe == 1) {
gotoAndStop ("blank");
}
}
Instance of Symbol 217 MovieClip in Frame 8
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
dx = _x;
dy = _y;
left = 1;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (left != 1) {
if (_x < (dx + 50)) {
_x = (_x + 0.5);
gotoAndStop (1);
} else {
left = 1;
}
}
if (left == 1) {
if (_x > (dx - 50)) {
_x = (_x - 0.5);
gotoAndStop (1);
} else {
left = 0;
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
_root.player.yspeed = _root.player.yspeed - 1;
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_currentframe == 1)) && (_root.player._y > (_y - 3))) {
_root.blink.play();
}
}
} else if (_currentframe == 1) {
gotoAndStop ("blank");
}
}
Instance of Symbol 222 MovieClip "PS4" in Frame 8
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
scale = _xscale;
}
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
}
if ((d <= 250) && (!dead)) {
if (_root.player._x > (_x + 10)) {
_xscale = (-scale);
_x = (_x + 1);
gotoAndStop (2);
} else if (_root.player._x < (_x - 10)) {
_xscale = scale;
_x = (_x - 1);
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (3);
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_root.player._y > (_y - 3))) && (_currentframe != 3)) {
_root.blink.play();
}
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 217 MovieClip in Frame 8
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
dx = _x;
dy = _y;
left = 1;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (left != 1) {
if (_x < (dx + 50)) {
_x = (_x + 0.5);
gotoAndStop (1);
} else {
left = 1;
}
}
if (left == 1) {
if (_x > (dx - 50)) {
_x = (_x - 0.5);
gotoAndStop (1);
} else {
left = 0;
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
_root.player.yspeed = _root.player.yspeed - 1;
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_currentframe == 1)) && (_root.player._y > (_y - 3))) {
_root.blink.play();
}
}
} else if (_currentframe == 1) {
gotoAndStop ("blank");
}
}
Instance of Symbol 217 MovieClip in Frame 8
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
dx = _x;
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (left != 1) {
if (_x < (dx + 50)) {
_x = (_x + 0.5);
gotoAndStop (1);
} else {
left = 1;
}
}
if (left == 1) {
if (_x > (dx - 50)) {
_x = (_x - 0.5);
gotoAndStop (1);
} else {
left = 0;
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
_root.player.yspeed = _root.player.yspeed - 1;
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_currentframe == 1)) && (_root.player._y > (_y - 3))) {
_root.blink.play();
}
}
} else if (_currentframe == 1) {
gotoAndStop ("blank");
}
}
Instance of Symbol 217 MovieClip in Frame 8
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
dx = _x;
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (left != 1) {
if (_x < (dx + 50)) {
_x = (_x + 0.5);
gotoAndStop (1);
} else {
left = 1;
}
}
if (left == 1) {
if (_x > (dx - 50)) {
_x = (_x - 0.5);
gotoAndStop (1);
} else {
left = 0;
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
_root.player.yspeed = _root.player.yspeed - 1;
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_currentframe == 1)) && (_root.player._y > (_y - 3))) {
_root.blink.play();
}
}
} else if (_currentframe == 1) {
gotoAndStop ("blank");
}
}
Instance of Symbol 222 MovieClip "PS5" in Frame 8
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
scale = _xscale;
}
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
}
if ((d <= 250) && (!dead)) {
if (_root.player._x > (_x + 10)) {
_xscale = (-scale);
_x = (_x + 1);
gotoAndStop (2);
} else if (_root.player._x < (_x - 10)) {
_xscale = scale;
_x = (_x - 1);
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (3);
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_root.player._y > (_y - 3))) && (_currentframe != 3)) {
_root.blink.play();
}
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 217 MovieClip in Frame 8
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
dx = _x;
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (left != 1) {
if (_x < (dx + 50)) {
_x = (_x + 0.5);
gotoAndStop (1);
} else {
left = 1;
}
}
if (left == 1) {
if (_x > (dx - 50)) {
_x = (_x - 0.5);
gotoAndStop (1);
} else {
left = 0;
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
_root.player.yspeed = _root.player.yspeed - 1;
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_currentframe == 1)) && (_root.player._y > (_y - 3))) {
_root.blink.play();
}
}
} else if (_currentframe == 1) {
gotoAndStop ("blank");
}
}
Instance of Symbol 217 MovieClip in Frame 8
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
dx = _x;
dy = _y;
left = 1;
}
onClipEvent (enterFrame) {
if (_root.reset == 1) {
_y = dy;
}
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (left != 1) {
if (_x < (dx + 50)) {
_x = (_x + 0.5);
gotoAndStop (1);
} else {
left = 1;
}
}
if (left == 1) {
if (_x > (dx - 50)) {
_x = (_x - 0.5);
gotoAndStop (1);
} else {
left = 0;
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
_root.player.yspeed = _root.player.yspeed - 1;
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_currentframe == 1)) && (_root.player._y > (_y - 3))) {
_root.blink.play();
}
}
} else if (_currentframe == 1) {
gotoAndStop ("blank");
}
}
Instance of Symbol 244 MovieClip "snowball" in Frame 8
onClipEvent (load) {
var1 = 0;
grav = 1;
yspeed = 0;
h = _height / 2;
}
onClipEvent (enterFrame) {
if (var1 == 1) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
gotoAndStop (2);
}
if (this.hitTest(_root.player) && (_root.bird.dead != true)) {
_root.blink.play();
gotoAndStop (2);
}
}
}
Instance of Symbol 240 MovieClip "player" in Frame 8
onClipEvent (load) {
cx = _x;
w = _width;
h = _height / 2;
xspeed = 0;
yspeed = 0;
grav = 1;
grounded = false;
scale = _xscale;
dy = _y;
dx = _x;
cy = _y;
i = 51;
}
onClipEvent (enterFrame) {
_x = (_x + xspeed);
_y = (_y + yspeed);
yspeed = yspeed + grav;
xspeed = xspeed * 0.83;
if (_currentframe != 5) {
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (_root.land.hitTest(_x, (_y + h) + 4, true)) {
grounded = true;
_root.combo = 0;
} else {
grounded = false;
}
if (_root.land.hitTest(_x - w, _y, true)) {
xspeed = 0;
while (_root.land.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.land.hitTest(_x + w, _y, true)) {
xspeed = 0;
while (_root.land.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (Key.isDown(39)) {
xspeed = xspeed + 1;
_xscale = scale;
if (grounded) {
gotoAndStop (2);
}
}
if (Key.isDown(37)) {
xspeed = xspeed - 1;
_xscale = (-scale);
if (grounded) {
gotoAndStop (2);
}
}
if (((!Key.isDown(39)) && (!Key.isDown(37))) && (grounded)) {
gotoAndStop (1);
}
cx = cx + ((_x - cx) / 20);
_root._x = (Stage.width / 2) - cx;
_root.hud._x = cx;
if ((Key.isDown(32) && (grounded)) && (holding != true)) {
yspeed = -10;
doubleJump = 1;
holding = true;
grounded = false;
gotoAndStop (3);
}
if (((Key.isDown(32) && (doubleJump == 1)) && (yspeed >= -4)) && (holding != true)) {
gotoAndStop (4);
yspeed = -13;
doubleJump = 0;
}
if (!Key.isDown(32)) {
holding = false;
}
if (_y >= 400) {
_y = dy;
_x = dx;
xspeed = 0;
yspeed = 0;
_root.blink.play();
cx = _x;
_root.bg._x = _x;
}
}
if (_root.gameOver._currentframe >= 2) {
this.gotoAndStop("dead");
}
}
Instance of Symbol 254 MovieClip "bird" in Frame 8
onClipEvent (load) {
i = 0;
scale = _xscale;
h = _height / 2;
yspeed = 0;
grav = 1;
dead = false;
dy = _y;
}
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
d = Math.sqrt(xx * xx);
i++;
if ((i <= 200) && (varGo != 1)) {
_x = (_root.player.cx + 500);
_y = dy;
_xscale = (-scale);
this.gotoAndStop(1);
_root.snowball.gotoAndStop(1);
_root.snowball.yspeed = 0;
_root.snowball._y = _y;
_root.snowball.var1 = 0;
dead = false;
}
if (i >= 201) {
varGo = 1;
i = 0;
}
if (varGo == 1) {
_x = (_x - 4);
if (!dead) {
gotoAndStop (1);
}
}
if (_x <= (_root.player.cx - 500)) {
varGo = 0;
}
if (_root.snowball.var1 != 1) {
_root.snowball._x = _x;
}
if ((d <= 10) && (!dead)) {
_root.snowball.var1 = 1;
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
dead = true;
_root.player.yspeed = 0;
}
if ((dead == true) && (_currentframe == 2)) {
_y = (_y + yspeed);
_root.snowball.gotoAndStop(3);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
gotoAndStop (3);
}
}
}
Instance of Symbol 306 MovieClip "fadeOut" in Frame 8
onClipEvent (enterFrame) {
_x = _root.player.cx;
}
Instance of Symbol 268 MovieClip "light" in Frame 8
onClipEvent (enterFrame) {
_x = _root.player.cx;
}
Frame 9
_root._x = 0;
_root._y = 0;
function makeSnow() {
_root.z++;
duplicateMovieClip (_root.snow, "snow" + _root.z, _root.z);
setProperty(_root["snow" + _root.z], _x , 0 + random(900));
setProperty(_root["snow" + _root.z], _y , -10);
setProperty(_root["snow" + _root.z], _xscale , _root.RAN);
setProperty(_root["snow" + _root.z], _yscale , _root.RAN);
_root["snow" + _root.z].speed = random(10);
}
function makeSnowa() {
_root.z++;
duplicateMovieClip (_root.snow2, "snow2" + _root.z, _root.z);
setProperty(_root["snow2" + _root.z], _x , 0 + random(900));
setProperty(_root["snow2" + _root.z], _y , -10);
setProperty(_root["snow2" + _root.z], _xscale , _root.RAN);
setProperty(_root["snow2" + _root.z], _yscale , _root.RAN);
_root["snow2" + _root.z].speed = random(10);
}
RAN = 4;
z = 0;
stop();
_x = 0;
_y = 0;
Instance of Symbol 91 MovieClip "snow" in Frame 9
onClipEvent (enterFrame) {
this._x = this._x - speed;
this._y = this._y + 5;
if (this._y >= 410) {
this.removeMovieClip();
}
}
Instance of Symbol 93 MovieClip "ran" in Frame 9
onClipEvent (enterFrame) {
_root.RAN = random(110);
_root.makeSnow();
_alpha = 0;
_root.makeSnowa();
}
Instance of Symbol 91 MovieClip "snow2" in Frame 9
onClipEvent (enterFrame) {
this._x = this._x - speed;
this._y = this._y + 5;
if (this._y >= 410) {
this.removeMovieClip();
}
}
Instance of Symbol 284 MovieClip in Frame 9
onClipEvent (enterFrame) {
_x = _root.player._x;
_y = _root.player._y;
}
Frame 10
stop();
__top10_send__ = new LoadVars();
__top10_receive__ = new LoadVars();
__top10_url_1__ = "http://www.armorbot.com/flashcomm";
__top10_url_2__ = "/top10_b";
__top10_send__.hid = 588;
__top10_send__.kid = "EXAAXX";
__top10_send__.sendAndLoad(__top10_url_1__ + __top10_url_2__, __top10_receive__, "POST");
__top10_receive__.onLoad = function (success) {
if (success) {
i = 1;
while (i < 11) {
_root[("_name" + i) + "_"].text = __top10_receive__["name" + i];
_root[("_score" + i) + "_"].text = __top10_receive__["score" + i];
i++;
}
} else {
_root.__err__.gotoAndStop(2);
}
};
function makeSnow() {
_root.z++;
duplicateMovieClip (_root.snow, "snow" + _root.z, _root.z);
setProperty(_root["snow" + _root.z], _x , 0 + random(900));
setProperty(_root["snow" + _root.z], _y , -10);
setProperty(_root["snow" + _root.z], _xscale , _root.RAN);
setProperty(_root["snow" + _root.z], _yscale , _root.RAN);
_root["snow" + _root.z].speed = random(10);
}
function makeSnowa() {
_root.z++;
duplicateMovieClip (_root.snow2, "snow2" + _root.z, _root.z);
setProperty(_root["snow2" + _root.z], _x , 0 + random(900));
setProperty(_root["snow2" + _root.z], _y , -10);
setProperty(_root["snow2" + _root.z], _xscale , _root.RAN);
setProperty(_root["snow2" + _root.z], _yscale , _root.RAN);
_root["snow2" + _root.z].speed = random(10);
}
RAN = 4;
z = 0;
stop();
stop();
_x = 0;
_y = 0;
Frame 11
_root._x = 0;
_root._y = 0;
stop();
function makeSnow() {
_root.z++;
duplicateMovieClip (_root.snow, "snow" + _root.z, _root.z);
setProperty(_root["snow" + _root.z], _x , (_root.player.cx - 400) + random(900));
setProperty(_root["snow" + _root.z], _y , -10);
setProperty(_root["snow" + _root.z], _xscale , _root.RAN);
setProperty(_root["snow" + _root.z], _yscale , _root.RAN);
_root["snow" + _root.z].speed = random(10);
}
function makeSnowa() {
_root.z++;
duplicateMovieClip (_root.snow2, "snow2" + _root.z, _root.z);
setProperty(_root["snow2" + _root.z], _x , (_root.player.cx - 400) + random(900));
setProperty(_root["snow2" + _root.z], _y , -10);
setProperty(_root["snow2" + _root.z], _xscale , _root.RAN);
setProperty(_root["snow2" + _root.z], _yscale , _root.RAN);
_root["snow2" + _root.z].speed = random(10);
}
RAN = 4;
z = 0;
bcombo = 0;
combo = 0;
onEnterFrame = function () {
if (_root.combo >= _root.bcombo) {
_root.bcombo = _root.combo;
}
_root.hud.bcombo = "Best Combo x " + _root.bcombo;
if (_root.combo >= 2) {
_root.hud.com = "Combo x" + _root.combo;
}
if (_root.combo <= 1) {
_root.hud.com = "";
}
if (_root.hud.lives <= 0) {
_root.hud.lives = 0;
if (_root.gameOver._currentframe == 1) {
_root.gameOver.play();
}
}
};
_root.hud._y = _root.hud.dy;
Instance of Symbol 5 MovieClip in Frame 11
onClipEvent (enterFrame) {
_x = _root.player.cx;
_y = _root.player.cy;
}
Instance of Symbol 168 MovieClip "mountains" in Frame 11
onClipEvent (enterFrame) {
_x = ((_root.player.cx + 100) / 1.01);
_y = _root.player.cy;
}
Instance of Symbol 168 MovieClip "mountains" in Frame 11
onClipEvent (enterFrame) {
_x = (_root.player.cx / 1.2);
}
Instance of Symbol 170 MovieClip in Frame 11
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 11
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 11
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 11
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 11
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 11
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 11
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 11
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 11
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 11
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 11
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 11
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 11
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 11
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 11
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 11
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 11
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 11
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 11
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 11
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 11
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 11
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 11
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 11
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 11
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 11
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 11
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 11
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 11
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 11
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 11
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 11
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 11
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 11
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 11
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 11
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 11
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Frame 11
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 222 MovieClip "PS1" in Frame 11
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
scale = _xscale;
}
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
}
if ((d <= 250) && (!dead)) {
if (_root.player._x > (_x + 10)) {
_xscale = (-scale);
_x = (_x + 1);
gotoAndStop (2);
} else if (_root.player._x < (_x - 10)) {
_xscale = scale;
_x = (_x - 1);
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (3);
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_root.player._y > (_y - 3))) && (_currentframe != 3)) {
_root.blink.play();
}
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 222 MovieClip "PS2" in Frame 11
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
scale = _xscale;
}
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
}
if ((d <= 250) && (!dead)) {
if (_root.player._x > (_x + 10)) {
_xscale = (-scale);
_x = (_x + 1);
gotoAndStop (2);
} else if (_root.player._x < (_x - 10)) {
_xscale = scale;
_x = (_x - 1);
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (3);
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_root.player._y > (_y - 3))) && (_currentframe != 3)) {
_root.blink.play();
}
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 222 MovieClip "PS3" in Frame 11
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
scale = _xscale;
}
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
}
if ((d <= 250) && (!dead)) {
if (_root.player._x > (_x + 10)) {
_xscale = (-scale);
_x = (_x + 1);
gotoAndStop (2);
} else if (_root.player._x < (_x - 10)) {
_xscale = scale;
_x = (_x - 1);
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (3);
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_root.player._y > (_y - 3))) && (_currentframe != 3)) {
_root.blink.play();
}
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 222 MovieClip "PS4" in Frame 11
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
scale = _xscale;
}
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
}
if ((d <= 250) && (!dead)) {
if (_root.player._x > (_x + 10)) {
_xscale = (-scale);
_x = (_x + 1);
gotoAndStop (2);
} else if (_root.player._x < (_x - 10)) {
_xscale = scale;
_x = (_x - 1);
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (3);
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_root.player._y > (_y - 3))) && (_currentframe != 3)) {
_root.blink.play();
}
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 222 MovieClip "PS5" in Frame 11
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
scale = _xscale;
}
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
}
if ((d <= 250) && (!dead)) {
if (_root.player._x > (_x + 10)) {
_xscale = (-scale);
_x = (_x + 1);
gotoAndStop (2);
} else if (_root.player._x < (_x - 10)) {
_xscale = scale;
_x = (_x - 1);
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (3);
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_root.player._y > (_y - 3))) && (_currentframe != 3)) {
_root.blink.play();
}
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 222 MovieClip "PS6" in Frame 11
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
scale = _xscale;
}
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
}
if ((d <= 250) && (!dead)) {
if (_root.player._x > (_x + 10)) {
_xscale = (-scale);
_x = (_x + 1);
gotoAndStop (2);
} else if (_root.player._x < (_x - 10)) {
_xscale = scale;
_x = (_x - 1);
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (3);
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_root.player._y > (_y - 3))) && (_currentframe != 3)) {
_root.blink.play();
}
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 222 MovieClip "PS7" in Frame 11
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
scale = _xscale;
}
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
}
if ((d <= 250) && (!dead)) {
if (_root.player._x > (_x + 10)) {
_xscale = (-scale);
_x = (_x + 1);
gotoAndStop (2);
} else if (_root.player._x < (_x - 10)) {
_xscale = scale;
_x = (_x - 1);
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (3);
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_root.player._y > (_y - 3))) && (_currentframe != 3)) {
_root.blink.play();
}
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 217 MovieClip in Frame 11
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
dx = _x;
}
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (left != 1) {
if (_x < (dx + 50)) {
_x = (_x + 0.5);
gotoAndStop (1);
} else {
left = 1;
}
}
if (left == 1) {
if (_x > (dx - 50)) {
_x = (_x - 0.5);
gotoAndStop (1);
} else {
left = 0;
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
_root.player.yspeed = _root.player.yspeed - 1;
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_currentframe == 1)) && (_root.player._y > (_y - 3))) {
_root.blink.play();
}
}
} else if (_currentframe == 1) {
gotoAndStop ("blank");
}
}
Instance of Symbol 217 MovieClip in Frame 11
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
dx = _x;
left = 1;
}
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (left != 1) {
if (_x < (dx + 50)) {
_x = (_x + 0.5);
gotoAndStop (1);
} else {
left = 1;
}
}
if (left == 1) {
if (_x > (dx - 50)) {
_x = (_x - 0.5);
gotoAndStop (1);
} else {
left = 0;
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
_root.player.yspeed = _root.player.yspeed - 1;
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_currentframe == 1)) && (_root.player._y > (_y - 3))) {
_root.blink.play();
}
}
} else if (_currentframe == 1) {
gotoAndStop ("blank");
}
}
Instance of Symbol 217 MovieClip in Frame 11
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
dx = _x;
}
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (left != 1) {
if (_x < (dx + 50)) {
_x = (_x + 0.5);
gotoAndStop (1);
} else {
left = 1;
}
}
if (left == 1) {
if (_x > (dx - 50)) {
_x = (_x - 0.5);
gotoAndStop (1);
} else {
left = 0;
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
_root.player.yspeed = _root.player.yspeed - 1;
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_currentframe == 1)) && (_root.player._y > (_y - 3))) {
_root.blink.play();
}
}
} else if (_currentframe == 1) {
gotoAndStop ("blank");
}
}
Instance of Symbol 217 MovieClip in Frame 11
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
dx = _x;
left = 1;
}
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (left != 1) {
if (_x < (dx + 50)) {
_x = (_x + 0.5);
gotoAndStop (1);
} else {
left = 1;
}
}
if (left == 1) {
if (_x > (dx - 50)) {
_x = (_x - 0.5);
gotoAndStop (1);
} else {
left = 0;
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
_root.player.yspeed = _root.player.yspeed - 1;
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_currentframe == 1)) && (_root.player._y > (_y - 3))) {
_root.blink.play();
}
}
} else if (_currentframe == 1) {
gotoAndStop ("blank");
}
}
Instance of Symbol 217 MovieClip in Frame 11
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
dx = _x;
}
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (left != 1) {
if (_x < (dx + 50)) {
_x = (_x + 0.5);
gotoAndStop (1);
} else {
left = 1;
}
}
if (left == 1) {
if (_x > (dx - 50)) {
_x = (_x - 0.5);
gotoAndStop (1);
} else {
left = 0;
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
_root.player.yspeed = _root.player.yspeed - 1;
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_currentframe == 1)) && (_root.player._y > (_y - 3))) {
_root.blink.play();
}
}
} else if (_currentframe == 1) {
gotoAndStop ("blank");
}
}
Instance of Symbol 217 MovieClip in Frame 11
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
dx = _x;
left = 1;
}
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (left != 1) {
if (_x < (dx + 50)) {
_x = (_x + 0.5);
gotoAndStop (1);
} else {
left = 1;
}
}
if (left == 1) {
if (_x > (dx - 50)) {
_x = (_x - 0.5);
gotoAndStop (1);
} else {
left = 0;
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
_root.player.yspeed = _root.player.yspeed - 1;
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_currentframe == 1)) && (_root.player._y > (_y - 3))) {
_root.blink.play();
}
}
} else if (_currentframe == 1) {
gotoAndStop ("blank");
}
}
Instance of Symbol 217 MovieClip in Frame 11
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
dx = _x;
}
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (left != 1) {
if (_x < (dx + 50)) {
_x = (_x + 0.5);
gotoAndStop (1);
} else {
left = 1;
}
}
if (left == 1) {
if (_x > (dx - 50)) {
_x = (_x - 0.5);
gotoAndStop (1);
} else {
left = 0;
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
_root.player.yspeed = _root.player.yspeed - 1;
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_currentframe == 1)) && (_root.player._y > (_y - 3))) {
_root.blink.play();
}
}
} else if (_currentframe == 1) {
gotoAndStop ("blank");
}
}
Instance of Symbol 217 MovieClip in Frame 11
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
dx = _x;
left = 1;
}
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (left != 1) {
if (_x < (dx + 50)) {
_x = (_x + 0.5);
gotoAndStop (1);
} else {
left = 1;
}
}
if (left == 1) {
if (_x > (dx - 50)) {
_x = (_x - 0.5);
gotoAndStop (1);
} else {
left = 0;
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
_root.player.yspeed = _root.player.yspeed - 1;
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_currentframe == 1)) && (_root.player._y > (_y - 3))) {
_root.blink.play();
}
}
} else if (_currentframe == 1) {
gotoAndStop ("blank");
}
}
Instance of Symbol 217 MovieClip in Frame 11
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
dx = _x;
left = 1;
}
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (left != 1) {
if (_x < (dx + 50)) {
_x = (_x + 0.5);
gotoAndStop (1);
} else {
left = 1;
}
}
if (left == 1) {
if (_x > (dx - 50)) {
_x = (_x - 0.5);
gotoAndStop (1);
} else {
left = 0;
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
_root.player.yspeed = _root.player.yspeed - 1;
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_currentframe == 1)) && (_root.player._y > (_y - 3))) {
_root.blink.play();
}
}
} else if (_currentframe == 1) {
gotoAndStop ("blank");
}
}
Instance of Symbol 217 MovieClip in Frame 11
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
dx = _x;
left = 1;
}
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (left != 1) {
if (_x < (dx + 50)) {
_x = (_x + 0.5);
gotoAndStop (1);
} else {
left = 1;
}
}
if (left == 1) {
if (_x > (dx - 50)) {
_x = (_x - 0.5);
gotoAndStop (1);
} else {
left = 0;
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
_root.player.yspeed = _root.player.yspeed - 1;
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_currentframe == 1)) && (_root.player._y > (_y - 3))) {
_root.blink.play();
}
}
} else if (_currentframe == 1) {
gotoAndStop ("blank");
}
}
Instance of Symbol 217 MovieClip in Frame 11
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
dx = _x;
}
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (left != 1) {
if (_x < (dx + 50)) {
_x = (_x + 0.5);
gotoAndStop (1);
} else {
left = 1;
}
}
if (left == 1) {
if (_x > (dx - 50)) {
_x = (_x - 0.5);
gotoAndStop (1);
} else {
left = 0;
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
_root.player.yspeed = _root.player.yspeed - 1;
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_currentframe == 1)) && (_root.player._y > (_y - 3))) {
_root.blink.play();
}
}
} else if (_currentframe == 1) {
gotoAndStop ("blank");
}
}
Instance of Symbol 217 MovieClip in Frame 11
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
dx = _x;
left = 1;
}
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (left != 1) {
if (_x < (dx + 50)) {
_x = (_x + 0.5);
gotoAndStop (1);
} else {
left = 1;
}
}
if (left == 1) {
if (_x > (dx - 50)) {
_x = (_x - 0.5);
gotoAndStop (1);
} else {
left = 0;
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
_root.player.yspeed = _root.player.yspeed - 1;
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_currentframe == 1)) && (_root.player._y > (_y - 3))) {
_root.blink.play();
}
}
} else if (_currentframe == 1) {
gotoAndStop ("blank");
}
}
Instance of Symbol 217 MovieClip in Frame 11
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
dx = _x;
}
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (left != 1) {
if (_x < (dx + 50)) {
_x = (_x + 0.5);
gotoAndStop (1);
} else {
left = 1;
}
}
if (left == 1) {
if (_x > (dx - 50)) {
_x = (_x - 0.5);
gotoAndStop (1);
} else {
left = 0;
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
_root.player.yspeed = _root.player.yspeed - 1;
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_currentframe == 1)) && (_root.player._y > (_y - 3))) {
_root.blink.play();
}
}
} else if (_currentframe == 1) {
gotoAndStop ("blank");
}
}
Instance of Symbol 217 MovieClip in Frame 11
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
dx = _x;
left = 1;
}
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (left != 1) {
if (_x < (dx + 50)) {
_x = (_x + 0.5);
gotoAndStop (1);
} else {
left = 1;
}
}
if (left == 1) {
if (_x > (dx - 50)) {
_x = (_x - 0.5);
gotoAndStop (1);
} else {
left = 0;
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
_root.player.yspeed = _root.player.yspeed - 1;
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_currentframe == 1)) && (_root.player._y > (_y - 3))) {
_root.blink.play();
}
}
} else if (_currentframe == 1) {
gotoAndStop ("blank");
}
}
Instance of Symbol 217 MovieClip in Frame 11
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
dx = _x;
}
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (left != 1) {
if (_x < (dx + 50)) {
_x = (_x + 0.5);
gotoAndStop (1);
} else {
left = 1;
}
}
if (left == 1) {
if (_x > (dx - 50)) {
_x = (_x - 0.5);
gotoAndStop (1);
} else {
left = 0;
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
_root.player.yspeed = _root.player.yspeed - 1;
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_currentframe == 1)) && (_root.player._y > (_y - 3))) {
_root.blink.play();
}
}
} else if (_currentframe == 1) {
gotoAndStop ("blank");
}
}
Instance of Symbol 217 MovieClip in Frame 11
onClipEvent (load) {
yspeed = 0;
grav = 1;
h = _height / 2;
dx = _x;
left = 1;
}
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
if (!dead) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (left != 1) {
if (_x < (dx + 50)) {
_x = (_x + 0.5);
gotoAndStop (1);
} else {
left = 1;
}
}
if (left == 1) {
if (_x > (dx - 50)) {
_x = (_x - 0.5);
gotoAndStop (1);
} else {
left = 0;
}
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
_root.player.yspeed = _root.player.yspeed - 1;
dead = true;
_root.player.yspeed = 0;
}
if ((this.hitTest(_root.player) && (_currentframe == 1)) && (_root.player._y > (_y - 3))) {
_root.blink.play();
}
}
} else if (_currentframe == 1) {
gotoAndStop ("blank");
}
}
Instance of Symbol 91 MovieClip "snow" in Frame 11
onClipEvent (enterFrame) {
this._x = this._x - speed;
this._y = this._y + 5;
if (this._y >= 410) {
this.removeMovieClip();
}
}
Instance of Symbol 93 MovieClip "ran" in Frame 11
onClipEvent (enterFrame) {
_root.RAN = random(110);
_root.makeSnow();
_alpha = 0;
_root.makeSnowa();
}
Instance of Symbol 91 MovieClip "snow2" in Frame 11
onClipEvent (enterFrame) {
this._x = this._x - speed;
this._y = this._y + 5;
if (this._y >= 410) {
this.removeMovieClip();
}
}
Instance of Symbol 240 MovieClip "player" in Frame 11
onClipEvent (load) {
cx = _x;
w = _width;
h = _height / 2;
xspeed = 0;
yspeed = 0;
grav = 1;
grounded = false;
scale = _xscale;
dy = _y;
dx = _x;
cy = _y;
i = 51;
}
onClipEvent (enterFrame) {
_x = (_x + xspeed);
_y = (_y + yspeed);
yspeed = yspeed + grav;
xspeed = xspeed * 0.83;
if (_currentframe != 5) {
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (_root.land.hitTest(_x, (_y + h) + 4, true)) {
grounded = true;
_root.combo = 0;
} else {
grounded = false;
}
if (_root.land.hitTest(_x - w, _y, true)) {
xspeed = 0;
while (_root.land.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.land.hitTest(_x + w, _y, true)) {
xspeed = 0;
while (_root.land.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (Key.isDown(39)) {
xspeed = xspeed + 1;
_xscale = scale;
if (grounded) {
gotoAndStop (2);
}
}
if (Key.isDown(37)) {
xspeed = xspeed - 1;
_xscale = (-scale);
if (grounded) {
gotoAndStop (2);
}
}
if (((!Key.isDown(39)) && (!Key.isDown(37))) && (grounded)) {
gotoAndStop (1);
}
cx = cx + ((_x - cx) / 20);
_root._x = (Stage.width / 2) - cx;
_root.hud._x = cx;
if ((Key.isDown(32) && (grounded)) && (holding != true)) {
yspeed = -10;
doubleJump = 1;
holding = true;
grounded = false;
gotoAndStop (3);
}
if (((Key.isDown(32) && (doubleJump == 1)) && (yspeed >= -4)) && (holding != true)) {
gotoAndStop (4);
yspeed = -13;
doubleJump = 0;
}
if (!Key.isDown(32)) {
holding = false;
}
if (_y >= 400) {
_y = dy;
_x = dx;
xspeed = 0;
yspeed = 0;
_root.blink.play();
cx = _x;
_root.bg._x = _x;
}
}
if (_root.gameOver._currentframe >= 2) {
this.gotoAndStop("dead");
}
}
Instance of Symbol 242 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && (_root.fadeOut._currentframe == 1)) {
_root.fadeOut.play();
}
}
Instance of Symbol 244 MovieClip "snowball" in Frame 11
onClipEvent (load) {
var1 = 0;
grav = 1;
yspeed = 0;
h = _height / 2;
}
onClipEvent (enterFrame) {
if (var1 == 1) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
gotoAndStop (2);
}
if (this.hitTest(_root.player) && (_root.bird.dead != true)) {
_root.blink.play();
gotoAndStop (2);
}
}
}
Instance of Symbol 254 MovieClip "bird" in Frame 11
onClipEvent (load) {
i = 0;
scale = _xscale;
h = _height / 2;
yspeed = 0;
grav = 1;
dead = false;
dy = _y;
}
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
d = Math.sqrt(xx * xx);
i++;
if ((i <= 200) && (varGo != 1)) {
_x = (_root.player.cx + 500);
_y = dy;
_xscale = (-scale);
this.gotoAndStop(1);
_root.snowball.gotoAndStop(1);
_root.snowball.yspeed = 0;
_root.snowball._y = _y;
_root.snowball.var1 = 0;
dead = false;
}
if (i >= 201) {
varGo = 1;
i = 0;
}
if (varGo == 1) {
_x = (_x - 4);
if (!dead) {
gotoAndStop (1);
}
}
if (_x <= (_root.player.cx - 500)) {
varGo = 0;
}
if (_root.snowball.var1 != 1) {
_root.snowball._x = _x;
}
if ((d <= 10) && (!dead)) {
_root.snowball.var1 = 1;
}
if ((((this.hitTest(_root.player) && (_root.player._y < (_y - 3))) && (!dead)) && (_root.player.yspeed >= 3)) && (_root.player.grounded == false)) {
gotoAndStop (2);
dead = true;
_root.player.yspeed = 0;
}
if ((dead == true) && (_currentframe == 2)) {
_y = (_y + yspeed);
_root.snowball.gotoAndStop(3);
yspeed = yspeed + grav;
if (_root.land.hitTest(_x, _y + h, true)) {
gotoAndStop (3);
}
}
}
Instance of Symbol 354 MovieClip "hud" in Frame 11
onClipEvent (load) {
dy = _y;
}
Instance of Symbol 357 MovieClip "fadeOut" in Frame 11
onClipEvent (enterFrame) {
_x = _root.player.cx;
}
Instance of Symbol 288 MovieClip in Frame 11
onClipEvent (enterFrame) {
_x = _root.player._x;
_y = _root.player._y;
}
Instance of Symbol 268 MovieClip "light" in Frame 11
onClipEvent (enterFrame) {
_x = _root.player.cx;
_y = (_root.player.cy - 20);
}
Instance of Symbol 359 MovieClip "gameOver" in Frame 11
onClipEvent (enterFrame) {
_x = _root.player.cx;
_y = _root.player.cy;
}
Frame 12
_root._x = 0;
_root._y = 0;
function makeSnow() {
_root.z++;
duplicateMovieClip (_root.snow, "snow" + _root.z, _root.z);
setProperty(_root["snow" + _root.z], _x , 0 + random(900));
setProperty(_root["snow" + _root.z], _y , -10);
setProperty(_root["snow" + _root.z], _xscale , _root.RAN);
setProperty(_root["snow" + _root.z], _yscale , _root.RAN);
_root["snow" + _root.z].speed = random(10);
}
function makeSnowa() {
_root.z++;
duplicateMovieClip (_root.snow2, "snow2" + _root.z, _root.z);
setProperty(_root["snow2" + _root.z], _x , 0 + random(900));
setProperty(_root["snow2" + _root.z], _y , -10);
setProperty(_root["snow2" + _root.z], _xscale , _root.RAN);
setProperty(_root["snow2" + _root.z], _yscale , _root.RAN);
_root["snow2" + _root.z].speed = random(10);
}
RAN = 4;
z = 0;
stop();
_x = 0;
_y = 0;
Instance of Symbol 91 MovieClip "snow" in Frame 12
onClipEvent (enterFrame) {
this._x = this._x - speed;
this._y = this._y + 5;
if (this._y >= 410) {
this.removeMovieClip();
}
}
Instance of Symbol 93 MovieClip "ran" in Frame 12
onClipEvent (enterFrame) {
_root.RAN = random(110);
_root.makeSnow();
_alpha = 0;
_root.makeSnowa();
}
Instance of Symbol 91 MovieClip "snow2" in Frame 12
onClipEvent (enterFrame) {
this._x = this._x - speed;
this._y = this._y + 5;
if (this._y >= 410) {
this.removeMovieClip();
}
}
Instance of Symbol 284 MovieClip in Frame 12
onClipEvent (enterFrame) {
_x = _root.player._x;
_y = _root.player._y;
}
Instance of Symbol 288 MovieClip in Frame 12
onClipEvent (enterFrame) {
_x = _root.player._x;
_y = _root.player._y;
}
Frame 13
stop();
__top10_send__ = new LoadVars();
__top10_receive__ = new LoadVars();
__top10_url_1__ = "http://www.armorbot.com/flashcomm";
__top10_url_2__ = "/top10_b";
__top10_send__.hid = 590;
__top10_send__.kid = "HYOQOA";
__top10_send__.sendAndLoad(__top10_url_1__ + __top10_url_2__, __top10_receive__, "POST");
__top10_receive__.onLoad = function (success) {
if (success) {
i = 1;
while (i < 11) {
_root[("_name" + i) + "_"].text = __top10_receive__["name" + i];
_root[("_score" + i) + "_"].text = __top10_receive__["score" + i];
i++;
}
} else {
_root.__err__.gotoAndStop(2);
}
};
function makeSnow() {
_root.z++;
duplicateMovieClip (_root.snow, "snow" + _root.z, _root.z);
setProperty(_root["snow" + _root.z], _x , 0 + random(900));
setProperty(_root["snow" + _root.z], _y , -10);
setProperty(_root["snow" + _root.z], _xscale , _root.RAN);
setProperty(_root["snow" + _root.z], _yscale , _root.RAN);
_root["snow" + _root.z].speed = random(10);
}
function makeSnowa() {
_root.z++;
duplicateMovieClip (_root.snow2, "snow2" + _root.z, _root.z);
setProperty(_root["snow2" + _root.z], _x , 0 + random(900));
setProperty(_root["snow2" + _root.z], _y , -10);
setProperty(_root["snow2" + _root.z], _xscale , _root.RAN);
setProperty(_root["snow2" + _root.z], _yscale , _root.RAN);
_root["snow2" + _root.z].speed = random(10);
}
RAN = 4;
z = 0;
stop();
stop();
_x = 0;
_y = 0;
Frame 14
function makeSnow() {
_root.z++;
duplicateMovieClip (_root.snow, "snow" + _root.z, _root.z);
setProperty(_root["snow" + _root.z], _x , 0 + random(900));
setProperty(_root["snow" + _root.z], _y , -10);
setProperty(_root["snow" + _root.z], _xscale , _root.RAN);
setProperty(_root["snow" + _root.z], _yscale , _root.RAN);
_root["snow" + _root.z].speed = random(10);
}
function makeSnowa() {
_root.z++;
duplicateMovieClip (_root.snow2, "snow2" + _root.z, _root.z);
setProperty(_root["snow2" + _root.z], _x , 0 + random(900));
setProperty(_root["snow2" + _root.z], _y , -10);
setProperty(_root["snow2" + _root.z], _xscale , _root.RAN);
setProperty(_root["snow2" + _root.z], _yscale , _root.RAN);
_root["snow2" + _root.z].speed = random(10);
}
stop();
_x = 0;
_y = 0;
RAN = 4;
z = 0;
Instance of Symbol 91 MovieClip "snow" in Frame 14
onClipEvent (enterFrame) {
this._x = this._x - speed;
this._y = this._y + 5;
if (this._y >= 410) {
this.removeMovieClip();
}
}
Instance of Symbol 93 MovieClip "ran" in Frame 14
onClipEvent (enterFrame) {
_root.RAN = random(110);
_root.makeSnow();
_alpha = 0;
_root.makeSnowa();
}
Instance of Symbol 91 MovieClip "snow2" in Frame 14
onClipEvent (enterFrame) {
this._x = this._x - speed;
this._y = this._y + 5;
if (this._y >= 410) {
this.removeMovieClip();
}
}
Frame 15
function makeSnow() {
_root.z++;
duplicateMovieClip (_root.snow, "snow" + _root.z, _root.z);
setProperty(_root["snow" + _root.z], _x , 0 + random(900));
setProperty(_root["snow" + _root.z], _y , -10);
setProperty(_root["snow" + _root.z], _xscale , _root.RAN);
setProperty(_root["snow" + _root.z], _yscale , _root.RAN);
_root["snow" + _root.z].speed = random(10);
}
function makeSnowa() {
_root.z++;
duplicateMovieClip (_root.snow2, "snow2" + _root.z, _root.z);
setProperty(_root["snow2" + _root.z], _x , 0 + random(900));
setProperty(_root["snow2" + _root.z], _y , -10);
setProperty(_root["snow2" + _root.z], _xscale , _root.RAN);
setProperty(_root["snow2" + _root.z], _yscale , _root.RAN);
_root["snow2" + _root.z].speed = random(10);
}
stop();
_x = 0;
_y = 0;
RAN = 4;
z = 0;
Symbol 6 MovieClip Frame 1
stop();
Symbol 6 MovieClip Frame 25
stop();
Symbol 73 MovieClip Frame 40
stop();
Symbol 87 Button
on (press) {
_root.play();
}
Symbol 88 MovieClip Frame 1
function onEnterFrame() {
if (!loaded) {
var _local3 = _root.getBytesLoaded() / _root.getBytesTotal();
if (_local3 >= 1) {
if (firstframe) {
gotoAndStop ("loaded");
} else {
play();
bar._x = initX;
}
loaded = true;
} else {
bar._x = initX + ((_local3 - 1) * bar._width);
}
}
var _local4 = getTimer() - time;
timeAccum = timeAccum + _local4;
while (timeAccum >= FRAME_TIME) {
var _local2 = 0;
while (_local2 < timeClips.length) {
if (timeClips[_local2]._currentframe < timeClips[_local2]._totalframes) {
timeClips[_local2].nextFrame();
} else {
timeClips[_local2].gotoAndStop(1);
}
_local2++;
}
if (loaded && (_currentframe < _totalframes)) {
nextFrame();
}
timeAccum = timeAccum - FRAME_TIME;
}
time = time + _local4;
firstframe = false;
}
stop();
_root.stop();
var initX = bar._x;
var time = getTimer();
var FRAME_TIME = 33.3333333333333;
var timeAccum = 0;
var firstframe = true;
var loaded = false;
timeClips = [bargfx, tank.mc0, tank.mc1, tank.mc2, tank.mc3, tank.mc4, tank.mc4.mc0, tank.mc4.mc1, tank.mc4.mc0.mc0, tank.mc4.mc0.mc0.mc0.mc0, tank.mc4.mc0.mc0.mc0.mc1, tank.mc4.mc0.mc0.mc0.mc2, tank.mc4.mc0.mc0.mc0.mc3, tank.mc4.mc0.mc0.mc1, tank.mc4.mc0.mc0.mc2, tank.mc5.mc0];
var i = 0;
while (i < timeClips.length) {
timeClips[i].stop();
i++;
}
Symbol 88 MovieClip Frame 53
Symbol 99 MovieClip Frame 19
stop();
Symbol 101 MovieClip Frame 1
stop();
Symbol 101 MovieClip Frame 2
_root.score = _root.score + 5;
_root.hud.cc++;
stop();
Symbol 105 Button
on (press) {
_root.fadeOut.play();
_root.moveDown = true;
}
Symbol 108 Button
on (press) {
getURL ("http://www.armorgames.com/", "_blank");
}
Symbol 111 Button
on (press) {
getURL ("http://www.truedarkness.phrozenflame.com/", "_blank");
}
Symbol 114 Button
on (press) {
if (_root.menua.htp._currentframe == 1) {
_root.menua.htp.play();
}
}
Symbol 118 Button
on (press) {
_root.fadeOutCM.play();
_root.moveDown = true;
}
Symbol 122 Button
on (press) {
if (_root.menua.htp._currentframe == 35) {
_root.menua.htp.play();
}
}
Symbol 151 MovieClip Frame 1
stop();
Symbol 151 MovieClip Frame 35
stop();
Symbol 152 MovieClip Frame 1
stop();
Instance of Symbol 101 MovieClip in Symbol 152 MovieClip Frame 2
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Instance of Symbol 101 MovieClip in Symbol 152 MovieClip Frame 2
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
_rotation = (_rotation + 2);
if (this.hitTest(_root.player) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((d <= 420) && (_currentframe != 2)) {
gotoAndStop (1);
} else if (_currentframe != 2) {
gotoAndStop ("blank");
}
}
Symbol 156 MovieClip Frame 1
stop();
Symbol 156 MovieClip Frame 4
_root.menua.nextFrame();
Symbol 156 MovieClip Frame 20
stop();
Symbol 159 Button
on (release) {
getURL ("http://www.armorgames.com", "blank");
}
Symbol 166 MovieClip Frame 93
stop();
Symbol 170 MovieClip Frame 1
stop();
Instance of Symbol 170 MovieClip in Symbol 181 MovieClip Frame 1
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Symbol 181 MovieClip Frame 1
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Symbol 181 MovieClip Frame 1
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 168 MovieClip in Symbol 182 MovieClip Frame 1
onClipEvent (enterFrame) {
_x = (_root.player.cx / 1.01);
_y = _root.player.cy;
}
Instance of Symbol 168 MovieClip "mountains" in Symbol 182 MovieClip Frame 1
onClipEvent (enterFrame) {
_x = (_root.player.cx / 1.2);
_y = _root.player.cy;
}
Symbol 182 MovieClip Frame 61
stop();
Symbol 182 MovieClip Frame 93
stop();
_root.intro = true;
_root.fadeWhite.play();
Symbol 188 MovieClip Frame 30
_root.bg.play();
_root.mountains.play();
Symbol 188 MovieClip Frame 32
_root.mountainsa.play();
Symbol 188 MovieClip Frame 44
stop();
Symbol 189 MovieClip Frame 114
stop();
Symbol 193 MovieClip Frame 1
stop();
Symbol 193 MovieClip Frame 49
_root.nextFrame();
stop();
Symbol 196 MovieClip Frame 1
stop();
Symbol 196 MovieClip Frame 49
_root.gotoAndStop("comboMode");
stop();
Symbol 213 MovieClip Frame 13
stop();
Symbol 215 MovieClip Frame 1
stop();
Symbol 215 MovieClip Frame 2
stop();
Symbol 216 MovieClip Frame 6
if (_root._currentframe != 5) {
_root.player.gotoAndStop(1);
_root.player.gotoAndStop(4);
}
if (_root._currentframe == 5) {
_root.player.gotoAndStop(1);
_root.player.gotoAndStop(2);
}
_root.player.yspeed = -12;
_root.combo++;
if (_root.combo >= 2) {
_root.score = _root.score + (10 * _root.combo);
} else {
_root.score = _root.score + 10;
}
Instance of Symbol 215 MovieClip "ball" in Symbol 216 MovieClip Frame 20
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(8) + 4);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + rot);
if (num4 == 0) {
xspeed = xspeed - 0.2;
}
if (num4 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
if (_y > 700) {
this.gotoAndStop(2);
}
}
Instance of Symbol 215 MovieClip "ball" in Symbol 216 MovieClip Frame 20
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(8) + 4);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + rot);
if (num4 == 0) {
xspeed = xspeed - 0.2;
}
if (num4 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
Instance of Symbol 215 MovieClip "ball" in Symbol 216 MovieClip Frame 20
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(8) + 4);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.2;
}
if (num4 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
Instance of Symbol 215 MovieClip "ball" in Symbol 216 MovieClip Frame 20
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(8) + 4);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.2;
}
if (num4 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
Instance of Symbol 215 MovieClip "ball" in Symbol 216 MovieClip Frame 20
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(8) + 4);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + rot);
if (num4 == 0) {
xspeed = xspeed - 0.2;
}
if (num4 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
Instance of Symbol 215 MovieClip "ball" in Symbol 216 MovieClip Frame 20
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(8) + 4);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.2;
}
if (num4 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
Instance of Symbol 215 MovieClip "ball" in Symbol 216 MovieClip Frame 20
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(8) + 4);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.2;
}
if (num4 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
Instance of Symbol 215 MovieClip "ball" in Symbol 216 MovieClip Frame 20
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(8) + 4);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + rot);
if (num4 == 0) {
xspeed = xspeed - 0.2;
}
if (num4 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
Instance of Symbol 215 MovieClip "ball" in Symbol 216 MovieClip Frame 20
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(8) + 4);
}
onClipEvent (enterFrame) {
if (num4 == 0) {
xspeed = xspeed - 0.2;
}
if (num4 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
Instance of Symbol 215 MovieClip "ball" in Symbol 216 MovieClip Frame 20
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(8) + 4);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + rot);
if (num4 == 0) {
xspeed = xspeed - 0.2;
}
if (num4 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
Symbol 216 MovieClip Frame 21
stop();
Symbol 217 MovieClip Frame 1
stop();
Symbol 217 MovieClip Frame 2
stop();
Symbol 220 MovieClip Frame 7
i = 1;
while (i <= 20) {
_root["PS" + i].yspeed = -9;
i++;
}
Symbol 220 MovieClip Frame 25
_parent.gotoAndStop(1);
Symbol 221 MovieClip Frame 5
_root.player.yspeed = -12;
_root.player.gotoAndStop(1);
_root.player.gotoAndStop(4);
_root.combo++;
if (_root.combo >= 2) {
_root.score = _root.score + (10 * _root.combo);
} else {
_root.score = _root.score + 10;
}
Instance of Symbol 215 MovieClip "ball" in Symbol 221 MovieClip Frame 17
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(8) + 4);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + rot);
if (num4 == 0) {
xspeed = xspeed - 0.2;
}
if (num4 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
if (_y > 700) {
this.gotoAndStop(2);
}
}
Instance of Symbol 215 MovieClip "ball" in Symbol 221 MovieClip Frame 17
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(8) + 4);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + rot);
if (num4 == 0) {
xspeed = xspeed - 0.2;
}
if (num4 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
Instance of Symbol 215 MovieClip "ball" in Symbol 221 MovieClip Frame 17
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(8) + 4);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.2;
}
if (num4 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
Instance of Symbol 215 MovieClip "ball" in Symbol 221 MovieClip Frame 17
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(8) + 4);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.2;
}
if (num4 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
Instance of Symbol 215 MovieClip "ball" in Symbol 221 MovieClip Frame 17
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(8) + 4);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + rot);
if (num4 == 0) {
xspeed = xspeed - 0.2;
}
if (num4 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
Instance of Symbol 215 MovieClip "ball" in Symbol 221 MovieClip Frame 17
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(8) + 4);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.2;
}
if (num4 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
Instance of Symbol 215 MovieClip "ball" in Symbol 221 MovieClip Frame 17
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(8) + 4);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.2;
}
if (num4 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
Instance of Symbol 215 MovieClip "ball" in Symbol 221 MovieClip Frame 17
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(8) + 4);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + rot);
if (num4 == 0) {
xspeed = xspeed - 0.2;
}
if (num4 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
Instance of Symbol 215 MovieClip "ball" in Symbol 221 MovieClip Frame 17
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(8) + 4);
}
onClipEvent (enterFrame) {
if (num4 == 0) {
xspeed = xspeed - 0.2;
}
if (num4 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
Instance of Symbol 215 MovieClip "ball" in Symbol 221 MovieClip Frame 17
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(8) + 4);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + rot);
if (num4 == 0) {
xspeed = xspeed - 0.2;
}
if (num4 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
Symbol 221 MovieClip Frame 18
stop();
Symbol 222 MovieClip Frame 1
stop();
Symbol 223 MovieClip Frame 7
_root.PS.yspeed = -9;
Symbol 223 MovieClip Frame 25
_parent.gotoAndStop(1);
Symbol 224 MovieClip Frame 1
stop();
Symbol 237 MovieClip Frame 2
stop();
Symbol 238 MovieClip Frame 39
stop();
Symbol 239 MovieClip Frame 48
stop();
Symbol 240 MovieClip Frame 1
stop();
Symbol 244 MovieClip Frame 1
stop();
Instance of Symbol 215 MovieClip "ball" in Symbol 244 MovieClip Frame 2
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(8) + 4);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + rot);
if (num4 == 0) {
xspeed = xspeed - 0.2;
}
if (num4 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
if (_y > 700) {
this.gotoAndStop(2);
}
}
Instance of Symbol 215 MovieClip "ball" in Symbol 244 MovieClip Frame 2
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(8) + 4);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + rot);
if (num4 == 0) {
xspeed = xspeed - 0.2;
}
if (num4 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
Instance of Symbol 215 MovieClip "ball" in Symbol 244 MovieClip Frame 2
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(8) + 4);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.2;
}
if (num4 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
Instance of Symbol 215 MovieClip "ball" in Symbol 244 MovieClip Frame 2
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(8) + 4);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.2;
}
if (num4 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
Instance of Symbol 215 MovieClip "ball" in Symbol 244 MovieClip Frame 2
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(8) + 4);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + rot);
if (num4 == 0) {
xspeed = xspeed - 0.2;
}
if (num4 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
Instance of Symbol 215 MovieClip "ball" in Symbol 244 MovieClip Frame 2
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(8) + 4);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.2;
}
if (num4 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
Instance of Symbol 215 MovieClip "ball" in Symbol 244 MovieClip Frame 2
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(8) + 4);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.2;
}
if (num4 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
Instance of Symbol 215 MovieClip "ball" in Symbol 244 MovieClip Frame 2
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(8) + 4);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + rot);
if (num4 == 0) {
xspeed = xspeed - 0.2;
}
if (num4 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
Instance of Symbol 215 MovieClip "ball" in Symbol 244 MovieClip Frame 2
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(8) + 4);
}
onClipEvent (enterFrame) {
if (num4 == 0) {
xspeed = xspeed - 0.2;
}
if (num4 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
Instance of Symbol 215 MovieClip "ball" in Symbol 244 MovieClip Frame 2
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(8) + 4);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + rot);
if (num4 == 0) {
xspeed = xspeed - 0.2;
}
if (num4 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
Symbol 253 MovieClip Frame 3
_root.player.yspeed = -12;
_root.player.gotoAndStop(1);
_root.player.gotoAndStop(4);
Symbol 253 MovieClip Frame 15
stop();
Symbol 254 MovieClip Frame 1
stop();
Symbol 254 MovieClip Frame 2
stop();
_root.combo++;
Symbol 254 MovieClip Frame 3
_root.score = _root.score + 12;
Instance of Symbol 215 MovieClip "ball" in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(8) + 4);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + rot);
if (num4 == 0) {
xspeed = xspeed - 0.2;
}
if (num4 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
if (_y > 700) {
this.gotoAndStop(2);
}
}
Instance of Symbol 215 MovieClip "ball" in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(8) + 4);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + rot);
if (num4 == 0) {
xspeed = xspeed - 0.2;
}
if (num4 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
Instance of Symbol 215 MovieClip "ball" in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(8) + 4);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.2;
}
if (num4 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
Instance of Symbol 215 MovieClip "ball" in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(8) + 4);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.2;
}
if (num4 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
Instance of Symbol 215 MovieClip "ball" in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(8) + 4);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + rot);
if (num4 == 0) {
xspeed = xspeed - 0.2;
}
if (num4 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
Instance of Symbol 215 MovieClip "ball" in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(8) + 4);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.2;
}
if (num4 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
Instance of Symbol 215 MovieClip "ball" in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(8) + 4);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.2;
}
if (num4 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
Instance of Symbol 215 MovieClip "ball" in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(8) + 4);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + rot);
if (num4 == 0) {
xspeed = xspeed - 0.2;
}
if (num4 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
Instance of Symbol 215 MovieClip "ball" in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(8) + 4);
}
onClipEvent (enterFrame) {
if (num4 == 0) {
xspeed = xspeed - 0.2;
}
if (num4 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
Instance of Symbol 215 MovieClip "ball" in Symbol 254 MovieClip Frame 3
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(8) + 4);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + rot);
if (num4 == 0) {
xspeed = xspeed - 0.2;
}
if (num4 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
Symbol 263 MovieClip Frame 1
stop();
Symbol 263 MovieClip Frame 2
_root.player._alpha = 25;
_root.combo = 0;
_root.hud.lives--;
Symbol 263 MovieClip Frame 3
_root.player._alpha = 90;
Symbol 263 MovieClip Frame 4
_root.player._alpha = 25;
Symbol 263 MovieClip Frame 5
_root.player._alpha = 90;
Symbol 263 MovieClip Frame 6
_root.player._alpha = 25;
Symbol 263 MovieClip Frame 7
_root.player._alpha = 90;
Symbol 263 MovieClip Frame 8
_root.player._alpha = 25;
Symbol 263 MovieClip Frame 9
_root.player._alpha = 90;
Symbol 263 MovieClip Frame 10
_root.player._alpha = 25;
Symbol 263 MovieClip Frame 11
_root.player._alpha = 90;
Symbol 263 MovieClip Frame 12
_root.player._alpha = 25;
Symbol 263 MovieClip Frame 13
_root.player._alpha = 90;
Symbol 263 MovieClip Frame 14
_root.player._alpha = 25;
Symbol 263 MovieClip Frame 15
_root.player._alpha = 90;
Symbol 263 MovieClip Frame 16
_root.player._alpha = 25;
Symbol 263 MovieClip Frame 17
_root.player._alpha = 90;
Symbol 263 MovieClip Frame 18
_root.player._alpha = 25;
Symbol 263 MovieClip Frame 19
_root.player._alpha = 90;
Symbol 263 MovieClip Frame 20
_root.player._alpha = 25;
Symbol 263 MovieClip Frame 21
_root.player._alpha = 90;
Symbol 263 MovieClip Frame 22
_root.player._alpha = 25;
Symbol 263 MovieClip Frame 23
_root.player._alpha = 90;
Symbol 263 MovieClip Frame 24
_root.player._alpha = 25;
Symbol 263 MovieClip Frame 25
_root.player._alpha = 90;
Symbol 263 MovieClip Frame 26
_root.player._alpha = 25;
Symbol 263 MovieClip Frame 27
_root.player._alpha = 90;
Symbol 263 MovieClip Frame 28
_root.player._alpha = 25;
Symbol 263 MovieClip Frame 29
_root.player._alpha = 90;
Symbol 263 MovieClip Frame 30
_root.player._alpha = 25;
Symbol 263 MovieClip Frame 31
_root.player._alpha = 90;
Symbol 263 MovieClip Frame 32
_root.player._alpha = 25;
Symbol 263 MovieClip Frame 33
_root.player._alpha = 25;
Symbol 263 MovieClip Frame 34
_root.player._alpha = 90;
Symbol 263 MovieClip Frame 35
_root.player._alpha = 25;
Symbol 263 MovieClip Frame 36
_root.player._alpha = 90;
Symbol 263 MovieClip Frame 37
_root.player._alpha = 25;
Symbol 263 MovieClip Frame 38
_root.player._alpha = 90;
Symbol 263 MovieClip Frame 39
_root.player._alpha = 25;
Symbol 263 MovieClip Frame 40
_root.player._alpha = 90;
Symbol 263 MovieClip Frame 41
_root.player._alpha = 25;
Symbol 263 MovieClip Frame 42
_root.player._alpha = 90;
Symbol 263 MovieClip Frame 43
_root.player._alpha = 25;
Symbol 263 MovieClip Frame 44
_root.player._alpha = 90;
Symbol 263 MovieClip Frame 45
_root.player._alpha = 25;
Symbol 263 MovieClip Frame 46
_root.player._alpha = 90;
Symbol 263 MovieClip Frame 47
_root.player._alpha = 25;
Symbol 263 MovieClip Frame 48
_root.player._alpha = 90;
Symbol 263 MovieClip Frame 49
_root.player._alpha = 25;
Symbol 263 MovieClip Frame 50
_root.player._alpha = 90;
Symbol 263 MovieClip Frame 51
_root.player._alpha = 25;
Symbol 263 MovieClip Frame 52
_root.player._alpha = 90;
Symbol 263 MovieClip Frame 53
_root.player._alpha = 25;
Symbol 263 MovieClip Frame 54
_root.player._alpha = 90;
Symbol 263 MovieClip Frame 55
_root.player._alpha = 25;
Symbol 263 MovieClip Frame 56
_root.player._alpha = 100;
Symbol 266 MovieClip Frame 1
stop();
Symbol 266 MovieClip Frame 30
_root.nextFrame();
Symbol 271 MovieClip Frame 1
stop();
Symbol 271 MovieClip Frame 39
_root.mScore = _root.hud.score;
Symbol 271 MovieClip Frame 40
_root.gotoAndStop("gameOver");
stop();
Symbol 279 MovieClip Frame 11
stop();
Symbol 280 MovieClip Frame 9
stop();
Symbol 281 MovieClip Frame 40
stop();
Symbol 282 MovieClip Frame 1
stop();
Symbol 282 MovieClip Frame 2
stop();
Symbol 284 MovieClip Frame 20
stop();
Symbol 288 MovieClip Frame 20
stop();
Instance of Symbol 295 MovieClip in Symbol 299 MovieClip Frame 1
onClipEvent (enterFrame) {
_alpha = 0;
if (this.hitTest(_root.player) && (_root.fadeOut._currentframe == 1)) {
_root.fadeOut.play();
}
}
Symbol 306 MovieClip Frame 1
stop();
Symbol 306 MovieClip Frame 29
_root.SCOREEA = _root.hud.score;
Symbol 306 MovieClip Frame 30
_root.nextFrame();
Instance of Symbol 170 MovieClip in Symbol 308 MovieClip Frame 1
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Symbol 308 MovieClip Frame 1
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Symbol 308 MovieClip Frame 1
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Instance of Symbol 170 MovieClip in Symbol 308 MovieClip Frame 1
onClipEvent (enterFrame) {
xx = _root.player._x - _x;
yy = _root.player._y - _y;
d = Math.sqrt(xx * xx);
if (d <= 450) {
gotoAndStop (1);
} else {
gotoAndStop ("blank");
}
}
Symbol 309 MovieClip Frame 50
stop();
Symbol 313 Button
on (press) {
stopAllSounds();
_root.gotoAndStop("Menu");
}
Symbol 314 Button
on (press) {
getURL ("http://www.armorgames.com/", "_blank");
}
Symbol 316 Button
on (press) {
ab20_09 = new LoadVars();
ab20_09.z = _root.done.namer;
ab20_09.x = _root.done.scores.scorea;
ab20_09.c = 588;
ab20_09.v = "EXAAXX";
ab20_09.sendAndLoad("http://armorbot.com/s_b", ab20_09, "POST");
_root.done.play();
}
Symbol 319 MovieClip Frame 1
this.scorea = _root.SCOREEA;
Symbol 320 MovieClip Frame 97
stop();
Symbol 320 MovieClip Frame 114
stop();
_root.gotoAndStop("scores");
Symbol 323 Button
on (press) {
getURL ("http://www.armorbot.com/mytable/?id=588", "_blank");
}
Symbol 348 MovieClip Frame 1
stop();
Symbol 348 MovieClip Frame 2
stop();
Symbol 357 MovieClip Frame 1
stop();
Symbol 357 MovieClip Frame 30
_root.gotoAndStop("win");
Symbol 359 MovieClip Frame 1
stop();
Symbol 359 MovieClip Frame 39
_root.mCom = _root.combo;
Symbol 359 MovieClip Frame 40
_root.gotoAndStop("gameOver2");
stop();
Symbol 360 Button
on (press) {
ab20_09 = new LoadVars();
ab20_09.z = _root.done.namer;
ab20_09.x = _root.bcombo;
ab20_09.c = 590;
ab20_09.v = "HYOQOA";
ab20_09.sendAndLoad("http://armorbot.com/s_b", ab20_09, "POST");
_root.done.play();
}
Symbol 363 MovieClip Frame 1
this.scorea = "Best Combo: " + _root.bcombo;
Symbol 364 MovieClip Frame 97
stop();
Symbol 364 MovieClip Frame 114
stop();
_root.gotoAndStop("scoresCM");
Symbol 365 Button
on (press) {
getURL ("http://www.armorbot.com/mytable/?id=590", "_blank");
}
Symbol 389 Button
on (press) {
getURL ("http://www.armorgames.com/", "_blank");
}
Symbol 393 MovieClip Frame 1
this.scoree = _root.mScore;
Symbol 396 Button
on (press) {
stopAllSounds();
_root.gotoAndStop("Menu");
}
Symbol 397 Button
on (press) {
ab20_09 = new LoadVars();
ab20_09.z = _root.nameaaa;
ab20_09.x = _root.mScore;
ab20_09.c = 588;
ab20_09.v = "EXAAXX";
ab20_09.sendAndLoad("http://armorbot.com/s_b", ab20_09, "POST");
_root.goo.play();
}
Symbol 398 MovieClip Frame 97
stop();
Instance of Symbol 395 MovieClip "namee" in Symbol 398 MovieClip Frame 97
onClipEvent (enterFrame) {
_root.nameaaa = this.namea;
}
Symbol 398 MovieClip Frame 115
stop();
_root.gotoAndStop("scores");
Symbol 400 MovieClip Frame 1
this.scoree = "Best Combo: " + _root.bcombo;
Symbol 401 Button
on (press) {
ab20_09 = new LoadVars();
ab20_09.z = _root.goo.namee.namea;
ab20_09.x = _root.bcombo;
ab20_09.c = 590;
ab20_09.v = "HYOQOA";
ab20_09.sendAndLoad("http://armorbot.com/s_b", ab20_09, "POST");
_root.goo.play();
}
Symbol 402 MovieClip Frame 97
stop();
Instance of Symbol 395 MovieClip "namee" in Symbol 402 MovieClip Frame 97
onClipEvent (enterFrame) {
_root.nameaaa = this.namea;
}
Symbol 402 MovieClip Frame 115
stop();
_root.gotoAndStop("scoresCM");