Frame 1
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 buzzwerd = new ContextMenuItem("Buzzwerd", scott);
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(buzzwerd, 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");
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, 16777215, 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, 16777215, 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, 16777215, 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, 16777215, 100);
_x = _root.point4._x;
_y = _root.point4._y;
moveTo(xx4, yy4);
lineTo(xx4 / xx4, yy4 / yy4);
}
};
Instance of Symbol 3 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 3 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 3 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 3 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 85 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
for (i in _root) {
_root[i].removeMovieClip();
}
stop();
Frame 3
function makeSnow() {
_root.z++;
duplicateMovieClip (_root.snow, "snow" + _root.z, _root.z);
setProperty(_root["snow" + _root.z], _x , random(800));
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);
_x = 0;
_y = 0;
}
for (i in _root) {
_root[i].removeMovieClip();
}
stop();
stopAllSounds();
RAN = 4;
z = 0;
Instance of Symbol 134 MovieClip "snow" in Frame 3
onClipEvent (enterFrame) {
this._x = this._x - speed;
this._y = this._y + 5;
if (this._y >= 410) {
this.removeMovieClip();
}
}
Instance of Symbol 136 MovieClip "ran" in Frame 3
onClipEvent (enterFrame) {
_root.RAN = random(110);
_root.makeSnow();
_alpha = 0;
_root.makeSnowa();
}
Instance of Symbol 134 MovieClip "snow" in Frame 3
onClipEvent (enterFrame) {
this._x = this._x - speed;
this._y = this._y + 5;
if (this._y >= 310) {
this.removeMovieClip();
}
}
Instance of Symbol 136 MovieClip "ran" in Frame 3
onClipEvent (enterFrame) {
_root.RAN = random(110);
_root.makeSnow();
_alpha = 0;
_root.makeSnowa();
}
Frame 4
_root.menuFade.gotoAndPlay(1);
function makeSnow() {
_root.z++;
duplicateMovieClip (_root.snow, "snow" + _root.z, _root.z);
setProperty(_root["snow" + _root.z], _x , random(800));
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);
_x = 0;
_y = 0;
}
stop();
RAN = 4;
z = 0;
Instance of Symbol 166 MovieClip "box" in Frame 4
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_x = _root._xmouse;
_y = _root._ymouse;
}
Frame 5
function MakeStars() {
z++;
_root.stars.duplicateMovieClip("stars" + z, z);
_root["stars" + z]._x = _root.player.cx + 20;
_root["stars" + z]._y = _root.player.cy;
}
score = 0;
_root.hud.score = 0;
z = 1;
_quality = "MEDIUM";
onEnterFrame = function () {
_root.hud.score = _root.score;
};
if (_root.easy == true) {
_root.hud.lives = 10;
}
if (_root.medium == true) {
_root.hud.lives = 20;
}
if (_root.hard == true) {
_root.hud.lives = 15;
}
stop();
_root.player.gotoAndStop(1);
Instance of Symbol 180 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.play();
_root.score = _root.score + 50;
}
}
Instance of Symbol 187 MovieClip in Frame 5
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 193 MovieClip in Frame 5
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 193 MovieClip in Frame 5
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 193 MovieClip in Frame 5
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 193 MovieClip in Frame 5
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 193 MovieClip in Frame 5
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 187 MovieClip in Frame 5
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 187 MovieClip in Frame 5
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 193 MovieClip in Frame 5
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 193 MovieClip in Frame 5
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 187 MovieClip in Frame 5
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 193 MovieClip in Frame 5
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 193 MovieClip in Frame 5
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 193 MovieClip in Frame 5
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 187 MovieClip in Frame 5
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 187 MovieClip in Frame 5
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 193 MovieClip in Frame 5
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 193 MovieClip in Frame 5
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 193 MovieClip in Frame 5
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 193 MovieClip in Frame 5
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 193 MovieClip in Frame 5
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 193 MovieClip in Frame 5
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 193 MovieClip in Frame 5
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 193 MovieClip in Frame 5
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 193 MovieClip in Frame 5
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 193 MovieClip in Frame 5
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 193 MovieClip in Frame 5
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 193 MovieClip in Frame 5
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 193 MovieClip in Frame 5
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 193 MovieClip in Frame 5
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 193 MovieClip in Frame 5
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 187 MovieClip in Frame 5
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 193 MovieClip in Frame 5
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 193 MovieClip in Frame 5
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 193 MovieClip in Frame 5
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 193 MovieClip in Frame 5
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 193 MovieClip in Frame 5
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 202 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (((this.hitTest(_root.player.board) && (_root.player.falling == true)) && (_root.player.grounded == false)) && (_currentframe == 1)) {
_root.player.gotoAndStop(2);
gotoAndStop (2);
_root.player.yspeed = -15;
_root.player.xspeed = 17;
}
}
Instance of Symbol 193 MovieClip in Frame 5
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 193 MovieClip in Frame 5
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 193 MovieClip in Frame 5
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 193 MovieClip in Frame 5
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 193 MovieClip in Frame 5
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 193 MovieClip in Frame 5
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 193 MovieClip in Frame 5
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 193 MovieClip in Frame 5
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 193 MovieClip in Frame 5
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 193 MovieClip in Frame 5
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 193 MovieClip in Frame 5
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 193 MovieClip in Frame 5
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 187 MovieClip in Frame 5
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 187 MovieClip in Frame 5
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 187 MovieClip in Frame 5
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 187 MovieClip in Frame 5
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 193 MovieClip in Frame 5
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 193 MovieClip in Frame 5
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 193 MovieClip in Frame 5
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 193 MovieClip in Frame 5
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 193 MovieClip in Frame 5
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 193 MovieClip in Frame 5
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 193 MovieClip in Frame 5
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 193 MovieClip in Frame 5
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 193 MovieClip in Frame 5
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 193 MovieClip in Frame 5
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 180 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.play();
_root.score = _root.score + 50;
}
}
Instance of Symbol 180 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.play();
_root.score = _root.score + 50;
}
}
Instance of Symbol 180 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.play();
_root.score = _root.score + 50;
}
}
Instance of Symbol 180 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.play();
_root.score = _root.score + 50;
}
}
Instance of Symbol 180 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.play();
_root.score = _root.score + 50;
}
}
Instance of Symbol 180 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.play();
_root.score = _root.score + 50;
}
}
Instance of Symbol 180 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.play();
_root.score = _root.score + 50;
}
}
Instance of Symbol 180 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.play();
_root.score = _root.score + 50;
}
}
Instance of Symbol 180 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.play();
_root.score = _root.score + 50;
}
}
Instance of Symbol 215 MovieClip in Frame 5
onClipEvent (load) {
scale = _xscale;
bleh = random(2);
}
onClipEvent (enterFrame) {
if (((this.head.hitTest(_root.player.board) && (_root.player.falling == true)) && (_root.player.grounded == false)) && (_currentframe == 1)) {
_root.player.yspeed = -15;
_root.player.gotoAndStop(2);
this.gotoAndStop(2);
}
if (bleh == 0) {
_xscale = scale;
}
if (bleh == 1) {
_xscale = (-scale);
}
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
}
Instance of Symbol 215 MovieClip in Frame 5
onClipEvent (load) {
scale = _xscale;
bleh = random(2);
}
onClipEvent (enterFrame) {
if (((this.head.hitTest(_root.player.board) && (_root.player.falling == true)) && (_root.player.grounded == false)) && (_currentframe == 1)) {
_root.player.yspeed = -15;
_root.player.gotoAndStop(2);
this.gotoAndStop(2);
}
if (bleh == 0) {
_xscale = scale;
}
if (bleh == 1) {
_xscale = (-scale);
}
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
}
Instance of Symbol 215 MovieClip in Frame 5
onClipEvent (load) {
scale = _xscale;
bleh = random(2);
}
onClipEvent (enterFrame) {
if (((this.head.hitTest(_root.player.board) && (_root.player.falling == true)) && (_root.player.grounded == false)) && (_currentframe == 1)) {
_root.player.yspeed = -15;
_root.player.gotoAndStop(2);
this.gotoAndStop(2);
}
if (bleh == 0) {
_xscale = scale;
}
if (bleh == 1) {
_xscale = (-scale);
}
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
}
Instance of Symbol 243 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 != 8) {
if (yspeed == ((-_root.air.bar._xscale) / 4)) {
falling = true;
}
_y = (_y + yspeed);
yspeed = yspeed + grav;
_x = (_x + xspeed);
xspeed = xspeed * 0.91;
xspeed = xspeed + 0.8;
cx = cx + ((_x - cx) / 5);
_root._x = (Stage.width / 2) - cx;
cy = cy + (((_y - cy) + 25) / 5);
_root._y = (Stage.height / 2) - cy;
_root.hud._x = cx;
_root.hud._y = cy - 30;
_root.wide._x = cx;
_root.wide._y = cy;
_root.light._x = cx;
_root.light._y = cy;
_root.bg._x = cx - 268;
_root.bg._y = cy - 150;
_root.air._x = cx + 275;
_root.air._y = cy - 125;
_root.hud._x = cx;
_root.hud._y = cy;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
grounded = true;
falling = false;
doubleJump = false;
if (_currentframe == 2) {
gotoAndStop (3);
}
if (_currentframe == 7) {
gotoAndStop (3);
}
if (_currentframe == 6) {
gotoAndStop (3);
}
if (_currentframe == 4) {
gotoAndStop (3);
}
if ((_currentframe != 3) && (_currentframe != 5)) {
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)) && (!holding)) && (_currentframe != 5)) {
holding = true;
gotoAndStop (5);
}
if (Key.isDown(32) && (holding == true)) {
_root.air.bar._xscale = _root.air.bar._xscale + 5;
}
if ((!Key.isDown(32)) && (holding)) {
yspeed = (-_root.air.bar._xscale) / 4;
gotoAndStop (2);
grounded = false;
holding = false;
}
if (((Key.isDown(32) && (!grounded)) && (doubleJump != true)) && (!falling)) {
yspeed = -13;
gotoAndStop (1);
gotoAndStop (2);
doubleJump = true;
}
if (yspeed <= -15) {
yspeed = -15;
}
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 (fall == true) {
_y = dy;
_x = dx;
fall = false;
}
if (fall) {
_root.blink.play();
}
if (((((Key.isDown(65) && (!grounded)) && (this.tailgrab._currentframe >= 7)) && (this.tailgrab._currentframe <= 11)) && (_currentframe != 6)) && (_currentframe != 7)) {
this.gotoAndStop(4);
holdA = true;
_root.score = _root.score + 10;
}
if (Key.isDown(65) && (_currentframe == 6)) {
if (this.spin._currentframe >= 20) {
this.gotoAndStop(4);
}
holdA = true;
_root.score = _root.score + 10;
}
if (Key.isDown(65) && (_currentframe == 7)) {
if (this.indie._currentframe >= 16) {
this.gotoAndStop(4);
}
holdA = true;
_root.score = _root.score + 10;
}
if (((Key.isDown(83) && (!grounded)) && (_currentframe != 4)) && (_currentframe != 7)) {
this.gotoAndStop(6);
Shold = true;
_root.score = _root.score + 10;
}
if (Key.isDown(83) && (_currentframe == 4)) {
if (this.tailgrab._currentframe >= 7) {
this.gotoAndStop(6);
}
Shold = true;
_root.score = _root.score + 10;
}
if (Key.isDown(83) && (_currentframe == 7)) {
if (this.indie._currentframe >= 16) {
this.gotoAndStop(6);
}
Shold = true;
_root.score = _root.score + 10;
}
if (((Key.isDown(68) && (!grounded)) && (_currentframe != 4)) && (_currentframe != 6)) {
this.gotoAndStop(7);
Dhold = true;
_root.score = _root.score + 10;
}
if (Key.isDown(68) && (_currentframe == 6)) {
if (this.spin._currentframe >= 20) {
this.gotoAndStop(7);
}
Dhold = true;
_root.score = _root.score + 10;
}
if (Key.isDown(68) && (_currentframe == 4)) {
if (this.tailgrab._currentframe >= 7) {
this.gotoAndStop(7);
}
Dhold = true;
_root.score = _root.score + 10;
}
if (!grounded) {
if (!Key.isDown(65)) {
holdA = false;
}
if (!Key.isDown(83)) {
Shold = false;
}
if (!Key.isDown(68)) {
Dhold = false;
}
}
}
if (_root.hud.lives <= 0) {
this.gotoAndStop(8);
}
}
Instance of Symbol 251 MovieClip "stars" in Frame 5
onClipEvent (enterFrame) {
col = new Color(this);
if (_root.player._currentframe == 6) {
col.setRGB(16539228);
this.setRGB(16539228);
}
if (_root.player._currentframe == 4) {
col.setRGB(16777215);
this.setRGB(16777215);
}
if (_root.player._currentframe == 7) {
col.setRGB(10337019);
this.setRGB(10337019);
}
}
Instance of Symbol 245 MovieClip in Frame 5
onClipEvent (enterFrame) {
_alpha = 0;
if (this.hitTest(_root.player) && (_root.fadeOut._currentframe == 1)) {
_root.fadeOut.play();
_root.player.xspeed = 0;
}
this.getNextHighestDepth();
}
Instance of Symbol 263 MovieClip "light" in Frame 5
onClipEvent (enterFrame) {
_x = _root.player.cx;
_y = _root.player.cy;
}
Instance of Symbol 270 MovieClip "fadeOut" in Frame 5
onClipEvent (enterFrame) {
_x = _root.player.cx;
_y = _root.player.cy;
}
Instance of Symbol 273 MovieClip in Frame 5
onClipEvent (enterFrame) {
_x = _root.player.cx;
_y = _root.player.cy;
}
Instance of Symbol 277 MovieClip "gameOver" in Frame 5
onClipEvent (enterFrame) {
_x = _root.player.cx;
_y = _root.player.cy;
}
Frame 6
function MakeStars() {
z++;
_root.stars.duplicateMovieClip("stars" + z, z);
_root["stars" + z]._x = _root.player.cx + 20;
_root["stars" + z]._y = _root.player.cy;
}
z = 1;
_quality = "MEDIUM";
onEnterFrame = function () {
_root.hud.score = _root.score;
};
if (_root.easy == true) {
_root.hud.lives = 10;
}
_root.fadeOut.gotoAndStop(1);
_root.fadeIn.gotoAndPlay(1);
_x = _root.player._x;
_y = _root.player._y;
stop();
_root.player.gotoAndStop(1);
for (i in _root) {
_root[i].removeMovieClip();
}
Instance of Symbol 193 MovieClip in Frame 6
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 193 MovieClip in Frame 6
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 187 MovieClip in Frame 6
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 193 MovieClip in Frame 6
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 193 MovieClip in Frame 6
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 187 MovieClip in Frame 6
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 193 MovieClip in Frame 6
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 193 MovieClip in Frame 6
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 193 MovieClip in Frame 6
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 193 MovieClip in Frame 6
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 193 MovieClip in Frame 6
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 187 MovieClip in Frame 6
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 187 MovieClip in Frame 6
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 187 MovieClip in Frame 6
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 180 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.play();
_root.score = _root.score + 50;
}
}
Instance of Symbol 180 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.play();
_root.score = _root.score + 50;
}
}
Instance of Symbol 180 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.play();
_root.score = _root.score + 50;
}
}
Instance of Symbol 289 MovieClip in Frame 6
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 289 MovieClip in Frame 6
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 289 MovieClip in Frame 6
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 290 MovieClip in Frame 6
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 290 MovieClip in Frame 6
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 290 MovieClip in Frame 6
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 290 MovieClip in Frame 6
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 289 MovieClip in Frame 6
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 289 MovieClip in Frame 6
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 289 MovieClip in Frame 6
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 289 MovieClip in Frame 6
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 289 MovieClip in Frame 6
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 289 MovieClip in Frame 6
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 289 MovieClip in Frame 6
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 291 MovieClip in Frame 6
onClipEvent (load) {
scale = _xscale;
bleh = random(2);
}
onClipEvent (enterFrame) {
if (((this.head.hitTest(_root.player.board) && (_root.player.falling == true)) && (_root.player.grounded == false)) && (_currentframe == 1)) {
_root.player.yspeed = -15;
_root.player.gotoAndStop(2);
this.gotoAndStop(2);
}
if (bleh == 0) {
_xscale = scale;
}
if (bleh == 1) {
_xscale = (-scale);
}
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
}
Instance of Symbol 243 MovieClip "player" in Frame 6
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 != 8) {
if (yspeed == ((-_root.air.bar._xscale) / 4)) {
falling = true;
}
_y = (_y + yspeed);
yspeed = yspeed + grav;
_x = (_x + xspeed);
xspeed = xspeed * 0.91;
xspeed = xspeed + 0.8;
cx = cx + ((_x - cx) / 5);
_root._x = (Stage.width / 2) - cx;
cy = cy + (((_y - cy) + 25) / 5);
_root._y = (Stage.height / 2) - cy;
_root.hud._x = cx;
_root.hud._y = cy - 30;
_root.wide._x = cx;
_root.wide._y = cy;
_root.light._x = cx;
_root.light._y = cy;
_root.bg._x = cx - 268;
_root.bg._y = cy - 150;
_root.air._x = cx + 275;
_root.air._y = cy - 125;
_root.hud._x = cx;
_root.hud._y = cy;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
grounded = true;
falling = false;
doubleJump = false;
if (_currentframe == 2) {
gotoAndStop (3);
}
if (_currentframe == 7) {
gotoAndStop (3);
}
if (_currentframe == 6) {
gotoAndStop (3);
}
if (_currentframe == 4) {
gotoAndStop (3);
}
if ((_currentframe != 3) && (_currentframe != 5)) {
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)) && (!holding)) && (_currentframe != 5)) {
holding = true;
gotoAndStop (5);
}
if (Key.isDown(32) && (holding == true)) {
_root.air.bar._xscale = _root.air.bar._xscale + 5;
}
if ((!Key.isDown(32)) && (holding)) {
yspeed = (-_root.air.bar._xscale) / 4;
gotoAndStop (2);
grounded = false;
holding = false;
}
if (((Key.isDown(32) && (!grounded)) && (doubleJump != true)) && (!falling)) {
yspeed = -13;
gotoAndStop (1);
gotoAndStop (2);
doubleJump = true;
}
if (yspeed <= -15) {
yspeed = -15;
}
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 (fall == true) {
_y = dy;
_x = dx;
fall = false;
}
if (fall) {
_root.blink.play();
}
if (((((Key.isDown(65) && (!grounded)) && (this.tailgrab._currentframe >= 7)) && (this.tailgrab._currentframe <= 11)) && (_currentframe != 6)) && (_currentframe != 7)) {
this.gotoAndStop(4);
holdA = true;
_root.score = _root.score + 10;
}
if (Key.isDown(65) && (_currentframe == 6)) {
if (this.spin._currentframe >= 20) {
this.gotoAndStop(4);
}
holdA = true;
_root.score = _root.score + 10;
}
if (Key.isDown(65) && (_currentframe == 7)) {
if (this.indie._currentframe >= 16) {
this.gotoAndStop(4);
}
holdA = true;
_root.score = _root.score + 10;
}
if (((Key.isDown(83) && (!grounded)) && (_currentframe != 4)) && (_currentframe != 7)) {
this.gotoAndStop(6);
Shold = true;
_root.score = _root.score + 10;
}
if (Key.isDown(83) && (_currentframe == 4)) {
if (this.tailgrab._currentframe >= 7) {
this.gotoAndStop(6);
}
Shold = true;
_root.score = _root.score + 10;
}
if (Key.isDown(83) && (_currentframe == 7)) {
if (this.indie._currentframe >= 16) {
this.gotoAndStop(6);
}
Shold = true;
_root.score = _root.score + 10;
}
if (((Key.isDown(68) && (!grounded)) && (_currentframe != 4)) && (_currentframe != 6)) {
this.gotoAndStop(7);
Dhold = true;
_root.score = _root.score + 10;
}
if (Key.isDown(68) && (_currentframe == 6)) {
if (this.spin._currentframe >= 20) {
this.gotoAndStop(7);
}
Dhold = true;
_root.score = _root.score + 10;
}
if (Key.isDown(68) && (_currentframe == 4)) {
if (this.tailgrab._currentframe >= 7) {
this.gotoAndStop(7);
}
Dhold = true;
_root.score = _root.score + 10;
}
if (!grounded) {
if (!Key.isDown(65)) {
holdA = false;
}
if (!Key.isDown(83)) {
Shold = false;
}
if (!Key.isDown(68)) {
Dhold = false;
}
}
}
if (_root.hud.lives <= 0) {
this.gotoAndStop(8);
}
_root.fadeIn._x = cx;
_root.fadeIn._y = cy;
}
Instance of Symbol 251 MovieClip "stars" in Frame 6
onClipEvent (enterFrame) {
col = new Color(this);
if (_root.player._currentframe == 6) {
col.setRGB(16539228);
this.setRGB(16539228);
}
if (_root.player._currentframe == 4) {
col.setRGB(16777215);
this.setRGB(16777215);
}
if (_root.player._currentframe == 7) {
col.setRGB(10337019);
this.setRGB(10337019);
}
}
Instance of Symbol 245 MovieClip in Frame 6
onClipEvent (enterFrame) {
_alpha = 0;
if (this.hitTest(_root.player) && (_root.fadeOut._currentframe == 1)) {
_root.fadeOut.play();
_root.player.xspeed = 0;
}
}
Instance of Symbol 270 MovieClip "fadeOut" in Frame 6
onClipEvent (enterFrame) {
_x = _root.player.cx;
_y = _root.player.cy;
}
Frame 7
function MakeStars() {
z++;
_root.stars.duplicateMovieClip("stars" + z, z);
_root["stars" + z]._x = _root.player.cx + 20;
_root["stars" + z]._y = _root.player.cy;
}
z = 1;
_quality = "MEDIUM";
onEnterFrame = function () {
_root.hud.score = _root.score;
};
if (_root.easy == true) {
_root.hud.lives = 10;
}
_root.fadeOut.gotoAndStop(1);
_root.fadeIn.gotoAndPlay(1);
_root.player._x = _root.player.dx;
_root.player._y = _root.player.dy;
_x = _root.player._x;
_y = _root.player._y;
_root.player.cx = _root.player._x;
_root.player.cy = _root.player._y;
stop();
_root.player.gotoAndStop(1);
for (i in _root) {
_root[i].removeMovieClip();
}
Instance of Symbol 308 MovieClip in Frame 7
onClipEvent (load) {
yspeed = 0;
grav = 0.5;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
var1 = 1;
}
if (var1 == 1) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
}
if (this.spikey.hitTest(_root.player) && (hit != 1)) {
_root.shake.play();
_root.player.xspeed = 0;
hit = 1;
_root.hud.lives--;
}
}
Instance of Symbol 308 MovieClip in Frame 7
onClipEvent (load) {
yspeed = 0;
grav = 0.5;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
var1 = 1;
}
if (var1 == 1) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
}
if (this.spikey.hitTest(_root.player) && (hit != 1)) {
_root.shake.play();
_root.player.xspeed = 0;
hit = 1;
_root.hud.lives--;
}
}
Instance of Symbol 308 MovieClip in Frame 7
onClipEvent (load) {
yspeed = 0;
grav = 0.5;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
var1 = 1;
}
if (var1 == 1) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
}
if (this.spikey.hitTest(_root.player) && (hit != 1)) {
_root.shake.play();
_root.player.xspeed = 0;
hit = 1;
_root.hud.lives--;
}
}
Instance of Symbol 308 MovieClip in Frame 7
onClipEvent (load) {
yspeed = 0;
grav = 0.5;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
var1 = 1;
}
if (var1 == 1) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
}
if (this.spikey.hitTest(_root.player) && (hit != 1)) {
_root.shake.play();
_root.player.xspeed = 0;
hit = 1;
_root.hud.lives--;
}
}
Instance of Symbol 308 MovieClip in Frame 7
onClipEvent (load) {
yspeed = 0;
grav = 0.5;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
var1 = 1;
}
if (var1 == 1) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
}
if (this.spikey.hitTest(_root.player) && (hit != 1)) {
_root.shake.play();
_root.player.xspeed = 0;
hit = 1;
_root.hud.lives--;
}
}
Instance of Symbol 308 MovieClip in Frame 7
onClipEvent (load) {
yspeed = 0;
grav = 0.5;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
var1 = 1;
}
if (var1 == 1) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
}
if (this.spikey.hitTest(_root.player) && (hit != 1)) {
_root.shake.play();
_root.player.xspeed = 0;
hit = 1;
_root.hud.lives--;
}
}
Instance of Symbol 308 MovieClip in Frame 7
onClipEvent (load) {
yspeed = 0;
grav = 0.5;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
var1 = 1;
}
if (var1 == 1) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
}
if (this.spikey.hitTest(_root.player) && (hit != 1)) {
_root.shake.play();
_root.player.xspeed = 0;
hit = 1;
_root.hud.lives--;
}
}
Instance of Symbol 308 MovieClip in Frame 7
onClipEvent (load) {
yspeed = 0;
grav = 0.5;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
var1 = 1;
}
if (var1 == 1) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
}
if (this.spikey.hitTest(_root.player) && (hit != 1)) {
_root.shake.play();
_root.player.xspeed = 0;
hit = 1;
_root.hud.lives--;
}
}
Instance of Symbol 308 MovieClip in Frame 7
onClipEvent (load) {
yspeed = 0;
grav = 0.5;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
var1 = 1;
}
if (var1 == 1) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
}
if (this.spikey.hitTest(_root.player) && (hit != 1)) {
_root.shake.play();
_root.player.xspeed = 0;
hit = 1;
_root.hud.lives--;
}
}
Instance of Symbol 313 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 313 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 313 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 313 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 313 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 313 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 313 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 313 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 313 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 313 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 313 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 313 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 313 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 313 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 313 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 313 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 313 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 313 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 313 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 313 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 313 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 295 MovieClip in Frame 7
onClipEvent (enterFrame) {
_alpha = 0;
if (this.hitTest(_root.player)) {
_root.fadeOut.play();
}
}
Instance of Symbol 313 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 313 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 313 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 313 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 313 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 314 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 314 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 314 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 314 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 313 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 313 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 313 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 313 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 313 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 313 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 313 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 313 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 314 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 313 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 313 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 313 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 313 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 313 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 314 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 314 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 313 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 313 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 313 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 313 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 313 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 313 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 313 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 313 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 313 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 314 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 314 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 314 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 314 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 314 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 314 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 314 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 314 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 314 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 314 MovieClip in Frame 7
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 316 MovieClip in Frame 7
onClipEvent (load) {
scale = _xscale;
bleh = random(2);
}
onClipEvent (enterFrame) {
if (((this.head.hitTest(_root.player.board) && (_root.player.falling == true)) && (_root.player.grounded == false)) && (_currentframe == 1)) {
_root.player.yspeed = -15;
_root.player.gotoAndStop(2);
this.gotoAndStop(2);
}
if (bleh == 0) {
_xscale = scale;
}
if (bleh == 1) {
_xscale = (-scale);
}
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
}
Instance of Symbol 316 MovieClip in Frame 7
onClipEvent (load) {
scale = _xscale;
bleh = random(2);
}
onClipEvent (enterFrame) {
if (((this.head.hitTest(_root.player.board) && (_root.player.falling == true)) && (_root.player.grounded == false)) && (_currentframe == 1)) {
_root.player.yspeed = -15;
_root.player.gotoAndStop(2);
this.gotoAndStop(2);
}
if (bleh == 0) {
_xscale = scale;
}
if (bleh == 1) {
_xscale = (-scale);
}
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
}
Instance of Symbol 316 MovieClip in Frame 7
onClipEvent (load) {
scale = _xscale;
bleh = random(2);
}
onClipEvent (enterFrame) {
if (((this.head.hitTest(_root.player.board) && (_root.player.falling == true)) && (_root.player.grounded == false)) && (_currentframe == 1)) {
_root.player.yspeed = -15;
_root.player.gotoAndStop(2);
this.gotoAndStop(2);
}
if (bleh == 0) {
_xscale = scale;
}
if (bleh == 1) {
_xscale = (-scale);
}
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
}
Instance of Symbol 243 MovieClip "player" in Frame 7
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 != 8) {
if (yspeed == ((-_root.air.bar._xscale) / 4)) {
falling = true;
}
_y = (_y + yspeed);
yspeed = yspeed + grav;
_x = (_x + xspeed);
xspeed = xspeed * 0.91;
xspeed = xspeed + 0.8;
cx = cx + ((_x - cx) / 5);
_root._x = (Stage.width / 2) - cx;
cy = cy + (((_y - cy) + 25) / 5);
_root._y = (Stage.height / 2) - cy;
_root.hud._x = cx;
_root.hud._y = cy - 30;
_root.wide._x = cx;
_root.wide._y = cy;
_root.light._x = cx;
_root.light._y = cy;
_root.bg._x = cx - 268;
_root.bg._y = cy - 150;
_root.air._x = cx + 275;
_root.air._y = cy - 125;
_root.hud._x = cx;
_root.hud._y = cy;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
grounded = true;
falling = false;
doubleJump = false;
if (_currentframe == 2) {
gotoAndStop (3);
}
if (_currentframe == 7) {
gotoAndStop (3);
}
if (_currentframe == 6) {
gotoAndStop (3);
}
if (_currentframe == 4) {
gotoAndStop (3);
}
if ((_currentframe != 3) && (_currentframe != 5)) {
gotoAndStop (1);
}
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (_root.land2.hitTest(_x, (_y - h) + 10, true)) {
yspeed = 4;
while (_root.land2.hitTest(_x, (_y - h) + 10, true)) {
_y = (_y + 0.1);
}
}
if (Key.isDown(39)) {
_x = (_x + 3);
}
if (Key.isDown(37)) {
_x = (_x - 3);
}
if (((Key.isDown(32) && (grounded)) && (!holding)) && (_currentframe != 5)) {
holding = true;
gotoAndStop (5);
}
if (Key.isDown(32) && (holding == true)) {
_root.air.bar._xscale = _root.air.bar._xscale + 5;
}
if ((!Key.isDown(32)) && (holding)) {
yspeed = (-_root.air.bar._xscale) / 4;
gotoAndStop (2);
grounded = false;
holding = false;
}
if (((Key.isDown(32) && (!grounded)) && (doubleJump != true)) && (!falling)) {
yspeed = -13;
gotoAndStop (1);
gotoAndStop (2);
doubleJump = true;
}
if (yspeed <= -15) {
yspeed = -15;
}
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 (fall == true) {
_y = dy;
_x = dx;
fall = false;
}
if (fall) {
_root.blink.play();
}
if (((((Key.isDown(65) && (!grounded)) && (this.tailgrab._currentframe >= 7)) && (this.tailgrab._currentframe <= 11)) && (_currentframe != 6)) && (_currentframe != 7)) {
this.gotoAndStop(4);
holdA = true;
_root.score = _root.score + 10;
}
if (Key.isDown(65) && (_currentframe == 6)) {
if (this.spin._currentframe >= 20) {
this.gotoAndStop(4);
}
holdA = true;
_root.score = _root.score + 10;
}
if (Key.isDown(65) && (_currentframe == 7)) {
if (this.indie._currentframe >= 16) {
this.gotoAndStop(4);
}
holdA = true;
_root.score = _root.score + 10;
}
if (((Key.isDown(83) && (!grounded)) && (_currentframe != 4)) && (_currentframe != 7)) {
this.gotoAndStop(6);
Shold = true;
_root.score = _root.score + 10;
}
if (Key.isDown(83) && (_currentframe == 4)) {
if (this.tailgrab._currentframe >= 7) {
this.gotoAndStop(6);
}
Shold = true;
_root.score = _root.score + 10;
}
if (Key.isDown(83) && (_currentframe == 7)) {
if (this.indie._currentframe >= 16) {
this.gotoAndStop(6);
}
Shold = true;
_root.score = _root.score + 10;
}
if (((Key.isDown(68) && (!grounded)) && (_currentframe != 4)) && (_currentframe != 6)) {
this.gotoAndStop(7);
Dhold = true;
_root.score = _root.score + 10;
}
if (Key.isDown(68) && (_currentframe == 6)) {
if (this.spin._currentframe >= 20) {
this.gotoAndStop(7);
}
Dhold = true;
_root.score = _root.score + 10;
}
if (Key.isDown(68) && (_currentframe == 4)) {
if (this.tailgrab._currentframe >= 7) {
this.gotoAndStop(7);
}
Dhold = true;
_root.score = _root.score + 10;
}
if (!grounded) {
if (!Key.isDown(65)) {
holdA = false;
}
if (!Key.isDown(83)) {
Shold = false;
}
if (!Key.isDown(68)) {
Dhold = false;
}
}
}
if (_root.hud.lives <= 0) {
this.gotoAndStop(8);
}
_root.fadeIn._x = cx;
_root.fadeIn._y = cy;
}
Frame 8
function MakeStars() {
z++;
_root.stars.duplicateMovieClip("stars" + z, z);
_root["stars" + z]._x = _root.player.cx + 20;
_root["stars" + z]._y = _root.player.cy;
}
z = 1;
_quality = "MEDIUM";
onEnterFrame = function () {
_root.hud.score = _root.score;
};
if (_root.easy == true) {
_root.hud.lives = 10;
}
_root.fadeOut.gotoAndStop(1);
_root.fadeIn.gotoAndPlay(1);
_x = _root.player._x;
_y = _root.player._y;
stop();
_root.player.gotoAndStop(1);
for (i in _root) {
_root[i].removeMovieClip();
}
Instance of Symbol 327 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (((this.hitTest(_root.player.board) && (_root.player.falling == true)) && (_root.player.grounded == false)) && (_currentframe == 1)) {
_root.player.gotoAndStop(2);
gotoAndStop (2);
_root.player.yspeed = -15;
_root.player.xspeed = 17;
}
}
Instance of Symbol 180 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.play();
_root.score = _root.score + 50;
}
}
Instance of Symbol 180 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.play();
_root.score = _root.score + 50;
}
}
Instance of Symbol 180 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.play();
_root.score = _root.score + 50;
}
}
Instance of Symbol 180 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.play();
_root.score = _root.score + 50;
}
}
Instance of Symbol 180 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.play();
_root.score = _root.score + 50;
}
}
Instance of Symbol 180 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.play();
_root.score = _root.score + 50;
}
}
Instance of Symbol 180 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.play();
_root.score = _root.score + 50;
}
}
Instance of Symbol 180 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.play();
_root.score = _root.score + 50;
}
}
Instance of Symbol 180 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.play();
_root.score = _root.score + 50;
}
}
Instance of Symbol 180 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.play();
_root.score = _root.score + 50;
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 329 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 329 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 329 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 329 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 329 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 329 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 329 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 329 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 329 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 329 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 329 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 329 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 329 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 329 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 329 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 329 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 329 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 329 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 329 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 329 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (load) {
rr = random(2);
}
onClipEvent (enterFrame) {
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
}
Instance of Symbol 330 MovieClip in Frame 8
onClipEvent (load) {
scale = _xscale;
bleh = random(2);
}
onClipEvent (enterFrame) {
if (((this.head.hitTest(_root.player.board) && (_root.player.falling == true)) && (_root.player.grounded == false)) && (_currentframe == 1)) {
_root.player.yspeed = -15;
_root.player.gotoAndStop(2);
this.gotoAndStop(2);
}
if (bleh == 0) {
_xscale = scale;
}
if (bleh == 1) {
_xscale = (-scale);
}
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
}
Instance of Symbol 330 MovieClip in Frame 8
onClipEvent (load) {
scale = _xscale;
bleh = random(2);
}
onClipEvent (enterFrame) {
if (((this.head.hitTest(_root.player.board) && (_root.player.falling == true)) && (_root.player.grounded == false)) && (_currentframe == 1)) {
_root.player.yspeed = -15;
_root.player.gotoAndStop(2);
this.gotoAndStop(2);
}
if (bleh == 0) {
_xscale = scale;
}
if (bleh == 1) {
_xscale = (-scale);
}
if (_x <= _root.super._x) {
gotoAndStop ("blank");
ok = 0;
} else {
ok = 1;
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
}
Instance of Symbol 243 MovieClip "player" in Frame 8
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 != 8) {
if (yspeed == ((-_root.air.bar._xscale) / 4)) {
falling = true;
}
_y = (_y + yspeed);
yspeed = yspeed + grav;
_x = (_x + xspeed);
xspeed = xspeed * 0.91;
xspeed = xspeed + 0.8;
cx = cx + ((_x - cx) / 5);
_root._x = (Stage.width / 2) - cx;
cy = cy + (((_y - cy) + 25) / 5);
_root._y = (Stage.height / 2) - cy;
_root.hud._x = cx;
_root.hud._y = cy - 30;
_root.wide._x = cx;
_root.wide._y = cy;
_root.light._x = cx;
_root.light._y = cy;
_root.bg._x = cx - 268;
_root.bg._y = cy - 150;
_root.air._x = cx + 275;
_root.air._y = cy - 125;
_root.hud._x = cx;
_root.hud._y = cy;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
grounded = true;
falling = false;
doubleJump = false;
if (_currentframe == 2) {
gotoAndStop (3);
}
if (_currentframe == 7) {
gotoAndStop (3);
}
if (_currentframe == 6) {
gotoAndStop (3);
}
if (_currentframe == 4) {
gotoAndStop (3);
}
if ((_currentframe != 3) && (_currentframe != 5)) {
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)) && (!holding)) && (_currentframe != 5)) {
holding = true;
gotoAndStop (5);
}
if (Key.isDown(32) && (holding == true)) {
_root.air.bar._xscale = _root.air.bar._xscale + 5;
}
if ((!Key.isDown(32)) && (holding)) {
yspeed = (-_root.air.bar._xscale) / 4;
gotoAndStop (2);
grounded = false;
holding = false;
}
if (((Key.isDown(32) && (!grounded)) && (doubleJump != true)) && (!falling)) {
yspeed = -13;
gotoAndStop (1);
gotoAndStop (2);
doubleJump = true;
}
if (yspeed <= -15) {
yspeed = -15;
}
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 (fall == true) {
_y = dy;
_x = dx;
fall = false;
}
if (fall) {
_root.blink.play();
}
if (((((Key.isDown(65) && (!grounded)) && (this.tailgrab._currentframe >= 7)) && (this.tailgrab._currentframe <= 11)) && (_currentframe != 6)) && (_currentframe != 7)) {
this.gotoAndStop(4);
holdA = true;
_root.score = _root.score + 10;
}
if (Key.isDown(65) && (_currentframe == 6)) {
if (this.spin._currentframe >= 20) {
this.gotoAndStop(4);
}
holdA = true;
_root.score = _root.score + 10;
}
if (Key.isDown(65) && (_currentframe == 7)) {
if (this.indie._currentframe >= 16) {
this.gotoAndStop(4);
}
holdA = true;
_root.score = _root.score + 10;
}
if (((Key.isDown(83) && (!grounded)) && (_currentframe != 4)) && (_currentframe != 7)) {
this.gotoAndStop(6);
Shold = true;
_root.score = _root.score + 10;
}
if (Key.isDown(83) && (_currentframe == 4)) {
if (this.tailgrab._currentframe >= 7) {
this.gotoAndStop(6);
}
Shold = true;
_root.score = _root.score + 10;
}
if (Key.isDown(83) && (_currentframe == 7)) {
if (this.indie._currentframe >= 16) {
this.gotoAndStop(6);
}
Shold = true;
_root.score = _root.score + 10;
}
if (((Key.isDown(68) && (!grounded)) && (_currentframe != 4)) && (_currentframe != 6)) {
this.gotoAndStop(7);
Dhold = true;
_root.score = _root.score + 10;
}
if (Key.isDown(68) && (_currentframe == 6)) {
if (this.spin._currentframe >= 20) {
this.gotoAndStop(7);
}
Dhold = true;
_root.score = _root.score + 10;
}
if (Key.isDown(68) && (_currentframe == 4)) {
if (this.tailgrab._currentframe >= 7) {
this.gotoAndStop(7);
}
Dhold = true;
_root.score = _root.score + 10;
}
if (!grounded) {
if (!Key.isDown(65)) {
holdA = false;
}
if (!Key.isDown(83)) {
Shold = false;
}
if (!Key.isDown(68)) {
Dhold = false;
}
}
}
if (_root.hud.lives <= 0) {
this.gotoAndStop(8);
}
_root.fadeIn._x = cx;
_root.fadeIn._y = cy;
}
Instance of Symbol 245 MovieClip in Frame 8
onClipEvent (enterFrame) {
_alpha = 0;
if (this.hitTest(_root.player) && (_root.fadeOut._currentframe == 1)) {
_root.fadeOut.play();
_root.player.xspeed = 0;
}
this.getNextHighestDepth();
}
Frame 9
function MakeStars() {
z++;
_root.stars.duplicateMovieClip("stars" + z, z);
_root["stars" + z]._x = (_root.player.cx - 275) + 20;
_root["stars" + z]._y = _root.player.cy;
}
z = 1;
_quality = "MEDIUM";
onEnterFrame = function () {
_root.hud.score = _root.score;
};
z = 0;
MakeBall = function () {
_root.snowBall.duplicateMovieClip("snow" + z, z + 100);
_root["snow" + z]._x = _root.santa._x - 50;
_root["snow" + z]._y = _root.santa._y - 60;
_root["snow" + z].var1 = 1;
_root["snow" + z].rejected = false;
};
stop();
Instance of Symbol 343 MovieClip "land" in Frame 9
onClipEvent (enterFrame) {
_x = (_root.player.cx - 300);
}
Instance of Symbol 354 MovieClip "santa" in Frame 9
onClipEvent (load) {
j = 0;
k = 0;
h = _height / 2;
r = _width / 2;
xspeed = 0;
yspeed = 0;
grav = 1;
i = 0;
seg = 360;
dx = _x;
dy = _y;
}
onClipEvent (enterFrame) {
if (_currentframe != 4) {
if (_currentframe != 3) {
if (_currentframe != 2) {
j++;
}
if (j >= 30) {
shoot = random(2);
j = 0;
}
if (shoot == 0) {
this.gotoAndStop(2);
}
if (shoot == 1) {
this.gotoAndStop(1);
}
}
_y = (_y + yspeed);
yspeed = yspeed + grav;
_x = (_x + xspeed);
xspeed = xspeed * 0.91;
xspeed = xspeed + 0.8;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
grounded = true;
falling = false;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
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 (Key.isDown(39)) {
_x = (_x + 3);
}
if (Key.isDown(37)) {
_x = (_x - 3);
}
if (k >= 5) {
this.gotoAndStop(4);
}
}
}
Instance of Symbol 360 MovieClip "snowBall" in Frame 9
onClipEvent (load) {
xspeed = 0;
yspeed = 0;
grav = 1;
h = _height / 2;
rejected = false;
}
onClipEvent (enterFrame) {
_rotation = _root.santa._rotation;
_x = (_x + xspeed);
_y = (_y + yspeed);
yspeed = yspeed + grav;
xspeed = xspeed * 0.93;
if (var1 == 1) {
grav = 1;
yspeed = -10;
xspeed = -(random(45) + 39);
aa = xspeed;
var1 = 3;
}
if ((var1 != 1) && (var1 != 3)) {
grav = 0;
}
if (this.ball.hitTest(_root.player) && (_root.player._currentframe == 4)) {
rejected = true;
xspeed = -aa;
yspeed = -8;
_root.aSound.play();
}
if (this.ball.hitTest(_root.player) && (_root.player._currentframe == 6)) {
rejected = true;
xspeed = -aa;
yspeed = -8;
_root.aSound.play();
}
if (this.ball.hitTest(_root.player) && (_root.player._currentframe == 7)) {
rejected = true;
xspeed = -aa;
yspeed = -8;
_root.aSound.play();
}
if ((((this.ball.hitTest(_root.player) && (_root.player._currentframe != 4)) && (_root.player._currentframe != 6)) && (_root.player._currentframe != 7)) && (_currentframe != 2)) {
xspeed = 0;
gotoAndStop (2);
_root.shake.play();
_root.hud.lives--;
}
if (this.ball.hitTest(_root.santa) && (rejected == true)) {
this.gotoAndStop(2);
_root.santa.gotoAndStop(3);
rejected = false;
}
if (_root.land.hitTest(_x, _y + h, true)) {
this.gotoAndStop(2);
xspeed = 0;
}
}
Instance of Symbol 364 MovieClip in Frame 9
onClipEvent (load) {
rr = random(2);
dx = _x;
dy = _y;
ok = 1;
i = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) {
gotoAndStop (2);
}
if ((_currentframe != 2) && (ok == 1)) {
gotoAndStop (1);
}
if (rr == 0) {
_rotation = (_rotation + 2);
}
if (rr == 1) {
_rotation = (_rotation - 2);
}
if (_x <= _root.player._x) {
var1 = 1;
}
if (var1 == 1) {
i++;
}
if (i >= 100) {
i = 0;
var1 = 0;
_x = (_root.player.cx + dx);
_y = (_root.player.cy + dy);
}
_y = (_y - 2.15);
}
Instance of Symbol 243 MovieClip "player" in Frame 9
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 != 8) {
if (yspeed == ((-_root.air.bar._xscale) / 4)) {
falling = true;
}
_y = (_y + yspeed);
yspeed = yspeed + grav;
_x = (_x + xspeed);
xspeed = xspeed * 0.91;
xspeed = xspeed + 0.8;
cx = cx + (((_x + 270) - cx) / 5);
_root._x = (Stage.width / 2) - cx;
cy = cy + (((_y - cy) + 25) / 5);
_root._y = (Stage.height / 2) - cy;
_root.hud._x = cx;
_root.hud._y = cy - 30;
_root.wide._x = cx;
_root.wide._y = cy;
_root.light._x = cx;
_root.light._y = cy;
_root.bg._x = cx - 268;
_root.bg._y = cy - 150;
_root.air._x = cx + 275;
_root.air._y = cy - 125;
_root.hud._x = cx;
_root.hud._y = cy;
if (_root.land.hitTest(_x, _y + h, true)) {
yspeed = 0;
grounded = true;
falling = false;
doubleJump = false;
if (_currentframe == 2) {
gotoAndStop (3);
}
if (_currentframe == 7) {
gotoAndStop (3);
}
if (_currentframe == 6) {
gotoAndStop (3);
}
if (_currentframe == 4) {
gotoAndStop (3);
}
if ((_currentframe != 3) && (_currentframe != 5)) {
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)) && (!holding)) && (_currentframe != 5)) {
holding = true;
gotoAndStop (5);
}
if (Key.isDown(32) && (holding == true)) {
_root.air.bar._xscale = _root.air.bar._xscale + 5;
}
if ((!Key.isDown(32)) && (holding)) {
yspeed = (-_root.air.bar._xscale) / 4;
gotoAndStop (2);
grounded = false;
holding = false;
}
if (((Key.isDown(32) && (!grounded)) && (doubleJump != true)) && (!falling)) {
yspeed = -13;
gotoAndStop (1);
gotoAndStop (2);
doubleJump = true;
}
if (yspeed <= -15) {
yspeed = -15;
}
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 (fall == true) {
_y = dy;
_x = dx;
fall = false;
}
if (fall) {
_root.blink.play();
}
if (((((Key.isDown(65) && (!grounded)) && (this.tailgrab._currentframe >= 7)) && (this.tailgrab._currentframe <= 11)) && (_currentframe != 6)) && (_currentframe != 7)) {
this.gotoAndStop(4);
holdA = true;
_root.score = _root.score + 10;
}
if (Key.isDown(65) && (_currentframe == 6)) {
if (this.spin._currentframe >= 20) {
this.gotoAndStop(4);
}
holdA = true;
_root.score = _root.score + 10;
}
if (Key.isDown(65) && (_currentframe == 7)) {
if (this.indie._currentframe >= 16) {
this.gotoAndStop(4);
}
holdA = true;
_root.score = _root.score + 10;
}
if (((Key.isDown(83) && (!grounded)) && (_currentframe != 4)) && (_currentframe != 7)) {
this.gotoAndStop(6);
Shold = true;
_root.score = _root.score + 10;
}
if (Key.isDown(83) && (_currentframe == 4)) {
if (this.tailgrab._currentframe >= 7) {
this.gotoAndStop(6);
}
Shold = true;
_root.score = _root.score + 10;
}
if (Key.isDown(83) && (_currentframe == 7)) {
if (this.indie._currentframe >= 16) {
this.gotoAndStop(6);
}
Shold = true;
_root.score = _root.score + 10;
}
if (((Key.isDown(68) && (!grounded)) && (_currentframe != 4)) && (_currentframe != 6)) {
this.gotoAndStop(7);
Dhold = true;
_root.score = _root.score + 10;
}
if (Key.isDown(68) && (_currentframe == 6)) {
if (this.spin._currentframe >= 20) {
this.gotoAndStop(7);
}
Dhold = true;
_root.score = _root.score + 10;
}
if (Key.isDown(68) && (_currentframe == 4)) {
if (this.tailgrab._currentframe >= 7) {
this.gotoAndStop(7);
}
Dhold = true;
_root.score = _root.score + 10;
}
if (!grounded) {
if (!Key.isDown(65)) {
holdA = false;
}
if (!Key.isDown(83)) {
Shold = false;
}
if (!Key.isDown(68)) {
Dhold = false;
}
}
}
if (_root.hud.lives <= 0) {
this.gotoAndStop(8);
}
_root.fadeIn._x = cx;
_root.fadeIn._y = cy;
}
Instance of Symbol 368 MovieClip "win" in Frame 9
onClipEvent (enterFrame) {
_x = _root.player.cx;
_y = _root.player.cy;
}
Frame 24
_root.menuFade.gotoAndPlay(1);
function makeSnow() {
_root.z++;
duplicateMovieClip (_root.snow, "snow" + _root.z, _root.z);
setProperty(_root["snow" + _root.z], _x , random(800));
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);
_x = 0;
_y = 0;
}
stop();
RAN = 4;
z = 0;
Instance of Symbol 134 MovieClip "snow" in Frame 24
onClipEvent (enterFrame) {
this._x = this._x - speed;
this._y = this._y + 5;
if (this._y >= 410) {
this.removeMovieClip();
}
}
Instance of Symbol 136 MovieClip "ran" in Frame 24
onClipEvent (enterFrame) {
_root.RAN = random(110);
_root.makeSnow();
_alpha = 0;
_root.makeSnowa();
}
Instance of Symbol 134 MovieClip "snow" in Frame 24
onClipEvent (enterFrame) {
this._x = this._x - speed;
this._y = this._y + 5;
if (this._y >= 310) {
this.removeMovieClip();
}
}
Instance of Symbol 136 MovieClip "ran" in Frame 24
onClipEvent (enterFrame) {
_root.RAN = random(110);
_root.makeSnow();
_alpha = 0;
_root.makeSnowa();
}
Instance of Symbol 134 MovieClip "snow" in Frame 24
onClipEvent (enterFrame) {
this._x = this._x - speed;
this._y = this._y + 5;
if (this._y >= 410) {
this.removeMovieClip();
}
}
Instance of Symbol 136 MovieClip "ran" in Frame 24
onClipEvent (enterFrame) {
_root.RAN = random(110);
_root.makeSnow();
_alpha = 0;
_root.makeSnowa();
}
Instance of Symbol 134 MovieClip "snow" in Frame 24
onClipEvent (enterFrame) {
this._x = this._x - speed;
this._y = this._y + 5;
if (this._y >= 310) {
this.removeMovieClip();
}
}
Instance of Symbol 136 MovieClip "ran" in Frame 24
onClipEvent (enterFrame) {
_root.RAN = random(110);
_root.makeSnow();
_alpha = 0;
_root.makeSnowa();
}
Frame 25
_root.menuFade.gotoAndPlay(1);
if (_root.hard == true) {
_root.diff = "Hard Mode";
}
if (_root.easy == true) {
_root.diff = "Easy Mode";
}
if (_root.medium == true) {
_root.diff = "Medium Mode";
}
function makeSnow() {
_root.z++;
duplicateMovieClip (_root.snow, "snow" + _root.z, _root.z);
setProperty(_root["snow" + _root.z], _x , random(800));
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);
_x = 0;
_y = 0;
}
stop();
_x = 0;
_y = 0;
RAN = 4;
z = 0;
Frame 26
_root.menuFade.gotoAndPlay(1);
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 = 634;
__top10_send__.kid = "YFQJJD";
__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 , random(800));
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);
_x = 0;
_y = 0;
}
stop();
RAN = 4;
z = 0;
Frame 27
_root.menuFade.gotoAndPlay(1);
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 = 638;
__top10_send__.kid = "QNJKTO";
__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 , random(800));
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);
_x = 0;
_y = 0;
}
stop();
RAN = 4;
z = 0;
Frame 28
_root.menuFade.gotoAndPlay(1);
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 = 639;
__top10_send__.kid = "ONDATZ";
__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 , random(800));
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);
_x = 0;
_y = 0;
}
stop();
RAN = 4;
z = 0;
Frame 29
_root.menuFade.gotoAndPlay(1);
if (_root.hard == true) {
_root.diff = "Hard Mode";
}
if (_root.easy == true) {
_root.diff = "Easy Mode";
}
if (_root.medium == true) {
_root.diff = "Medium Mode";
}
function makeSnow() {
_root.z++;
duplicateMovieClip (_root.snow, "snow" + _root.z, _root.z);
setProperty(_root["snow" + _root.z], _x , random(800));
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);
_x = 0;
_y = 0;
}
stop();
_x = 0;
_y = 0;
RAN = 4;
z = 0;
Symbol 69 MovieClip Frame 40
stop();
Symbol 83 Button
on (press) {
_root.play();
}
Symbol 84 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 84 MovieClip Frame 53
Symbol 96 Button
on (release) {
getURL ("http://www.armorgames.com", "blank");
}
Symbol 103 MovieClip Frame 93
stop();
_root.nextFrame();
Symbol 124 Button
on (press) {
_root.menuFade.play();
}
Symbol 126 Button
on (press) {
_root.menuFade.play();
_root.htp = 1;
}
Symbol 128 Button
on (press) {
getURL ("http://www.armorgames.com", "_blank");
}
Symbol 130 Button
on (press) {
getURL ("http://www.armorbot.com/mytable/?id=634", "_blank");
getURL ("http://www.armorbot.com/mytable/?id=638", "_blank");
getURL ("http://www.armorbot.com/mytable/?id=639", "_blank");
}
Symbol 143 MovieClip Frame 28
stop();
Symbol 143 MovieClip Frame 41
stop();
if (_root.htp == 1) {
_root.htp = 0;
_root.gotoAndStop("htp");
} else {
_root.nextFrame();
}
Symbol 147 Button
on (press) {
_root.menuFade.play();
_root.menuu = 1;
}
Symbol 154 Button
on (press) {
_root.easy = true;
_root.medium = false;
_root.hard = false;
_root.menuFade.play();
}
on (rollOver) {
_root.box._visible = true;
_root.box.texta = "START WITH 10 LIVES FOR EACH LEVEL";
}
on (rollOut) {
_root.box._visible = false;
}
Symbol 156 Button
on (press) {
_root.easy = false;
_root.medium = true;
_root.hard = false;
_root.menuFade.play();
}
on (rollOver) {
_root.box._visible = true;
_root.box.texta = "ONLY 20 LIVES THROUGHOUT THE GAME";
}
on (rollOut) {
_root.box._visible = false;
}
Symbol 160 Button
on (press) {
_root.easy = false;
_root.medium = false;
_root.hard = true;
_root.menuFade.play();
}
on (rollOver) {
_root.box._visible = true;
_root.box.texta = "ONLY 15 LIVES THROUGHOUT THE GAME";
}
on (rollOut) {
_root.box._visible = false;
}
Symbol 163 MovieClip Frame 28
stop();
Symbol 163 MovieClip Frame 41
stop();
if (_root.menuu == 1) {
_root.menuu = 0;
_root.gotoAndStop("menu");
} else {
_root.nextFrame();
}
Instance of Symbol 170 MovieClip in Symbol 171 MovieClip Frame 1
onClipEvent (enterFrame) {
_rotation = (_rotation + 24);
}
Instance of Symbol 172 MovieClip in Symbol 174 MovieClip Frame 1
onClipEvent (enterFrame) {
_y = (_y - 28);
_x = (_x - 28);
}
Symbol 176 MovieClip Frame 1
stop();
Symbol 180 MovieClip Frame 1
stop();
Symbol 180 MovieClip Frame 14
stop();
Symbol 183 MovieClip Frame 9
stop();
Symbol 184 MovieClip Frame 9
stop();
Symbol 185 MovieClip Frame 1
_root.hud.lives--;
Symbol 185 MovieClip Frame 21
stop();
Symbol 187 MovieClip Frame 1
stop();
Symbol 187 MovieClip Frame 2
_root.hud.score = _root.hud.score - 15;
_root.score = _root.score - 15;
_root.shake.play();
_root.player.xspeed = 0.2;
Symbol 191 MovieClip Frame 21
stop();
Symbol 193 MovieClip Frame 1
stop();
Symbol 193 MovieClip Frame 2
_root.score = _root.score + 5;
Symbol 196 MovieClip Frame 1
stop();
Symbol 196 MovieClip Frame 2
_root._x = _root._x + 5;
Symbol 196 MovieClip Frame 3
_root._x = _root._x - 10;
Symbol 196 MovieClip Frame 4
_root._x = _root._x + 5;
_root._y = _root._y - 5;
Symbol 196 MovieClip Frame 5
_root._y = _root._y + 10;
Symbol 196 MovieClip Frame 6
_root._y = _root._y - 5;
Symbol 199 MovieClip Frame 1
stop();
Symbol 200 MovieClip Frame 30
stop();
Symbol 202 MovieClip Frame 1
stop();
Symbol 213 MovieClip Frame 11
stop();
Instance of Symbol 204 MovieClip in Symbol 213 MovieClip Frame 11
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(16) + 10);
rot = random(13);
rr = Math.random(0.6);
}
onClipEvent (enterFrame) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - rr;
}
if (num4 == 1) {
xspeed = xspeed + rr;
}
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 204 MovieClip in Symbol 213 MovieClip Frame 11
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(16) + 10);
rot = random(13);
rr = Math.random(0.6);
}
onClipEvent (enterFrame) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - rr;
}
if (num4 == 1) {
xspeed = xspeed + rr;
}
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 204 MovieClip in Symbol 213 MovieClip Frame 11
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(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - Math.random(0.6);
}
if (num4 == 1) {
xspeed = xspeed + Math.random(0.6);
}
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 206 MovieClip in Symbol 213 MovieClip Frame 11
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(16) + 10);
rot = random(13);
rr = Math.random(0.6);
}
onClipEvent (enterFrame) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - rr;
}
if (num4 == 1) {
xspeed = xspeed + rr;
}
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 208 MovieClip in Symbol 213 MovieClip Frame 11
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(16) + 10);
rot = random(13);
rr = Math.random(0.6);
}
onClipEvent (enterFrame) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - rr;
}
if (num4 == 1) {
xspeed = xspeed + rr;
}
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 208 MovieClip in Symbol 213 MovieClip Frame 11
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(16) + 10);
rot = random(13);
rr = Math.random(0.6);
}
onClipEvent (enterFrame) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - rr;
}
if (num4 == 1) {
xspeed = xspeed + rr;
}
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 210 MovieClip in Symbol 213 MovieClip Frame 11
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(16) + 10);
rot = random(13);
rr = Math.random(0.6);
}
onClipEvent (enterFrame) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - rr;
}
if (num4 == 1) {
xspeed = xspeed + rr;
}
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 212 MovieClip in Symbol 213 MovieClip Frame 11
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(16) + 10);
rot = random(13);
rr = Math.random(0.6);
}
onClipEvent (enterFrame) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - rr;
}
if (num4 == 1) {
xspeed = xspeed + rr;
}
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 215 MovieClip Frame 1
stop();
Symbol 215 MovieClip Frame 2
_root.score = _root.score + 25;
Symbol 232 MovieClip Frame 24
stop();
Symbol 234 MovieClip Frame 13
_parent.gotoAndStop(1);
Instance of Symbol 220 MovieClip in Symbol 236 MovieClip Frame 7
onClipEvent (enterFrame) {
if (_root.player.holdA == true) {
_parent.stop();
} else {
_parent.play();
}
}
Symbol 236 MovieClip Frame 17
stop();
Symbol 238 MovieClip Frame 10
stop();
Instance of Symbol 239 MovieClip in Symbol 240 MovieClip Frame 20
onClipEvent (enterFrame) {
if (_root.player.Shold == true) {
_parent.stop();
} else if (this._currentframe == 25) {
_parent.play();
}
}
Symbol 240 MovieClip Frame 26
stop();
Instance of Symbol 220 MovieClip in Symbol 241 MovieClip Frame 7
onClipEvent (enterFrame) {
if (_root.player.Dhold == true) {
_parent.stop();
} else {
_parent.play();
}
}
Symbol 241 MovieClip Frame 16
stop();
Symbol 243 MovieClip Frame 3
stop();
Symbol 243 MovieClip Frame 4
_root.MakeStars();
Symbol 243 MovieClip Frame 6
_root.MakeStars();
Symbol 243 MovieClip Frame 7
_root.MakeStars();
Symbol 243 MovieClip Frame 8
_root.bg.stop();
_root.gameOver.play();
Instance of Symbol 242 MovieClip in Symbol 243 MovieClip Frame 8
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(16) + 10);
rot = random(13);
rr = Math.random(0.6);
}
onClipEvent (enterFrame) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - rr;
}
if (num4 == 1) {
xspeed = xspeed + rr;
}
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 220 MovieClip in Symbol 243 MovieClip Frame 8
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(16) + 10);
rot = random(13);
rr = Math.random(0.6);
}
onClipEvent (enterFrame) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - rr;
}
if (num4 == 1) {
xspeed = xspeed + rr;
}
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 222 MovieClip in Symbol 243 MovieClip Frame 8
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(16) + 10);
rot = random(13);
rr = Math.random(0.6);
}
onClipEvent (enterFrame) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - rr;
}
if (num4 == 1) {
xspeed = xspeed + rr;
}
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 224 MovieClip in Symbol 243 MovieClip Frame 8
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(16) + 10);
rot = random(13);
rr = Math.random(0.6);
}
onClipEvent (enterFrame) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - rr;
}
if (num4 == 1) {
xspeed = xspeed + rr;
}
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 228 MovieClip in Symbol 243 MovieClip Frame 8
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(16) + 10);
rot = random(13);
rr = Math.random(0.6);
}
onClipEvent (enterFrame) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - rr;
}
if (num4 == 1) {
xspeed = xspeed + rr;
}
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 245 MovieClip "bar" in Symbol 248 MovieClip Frame 1
onClipEvent (load) {
_xscale = 0;
}
onClipEvent (enterFrame) {
if (_xscale >= 100) {
_xscale = 100;
}
if (_root.player.holding != true) {
_xscale = 0;
}
}
Symbol 250 MovieClip Frame 1
stop();
Symbol 250 MovieClip Frame 2
stop();
Instance of Symbol 250 MovieClip "ball" in Symbol 251 MovieClip Frame 1
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(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
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 250 MovieClip "ball" in Symbol 251 MovieClip Frame 1
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(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
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 250 MovieClip "ball" in Symbol 251 MovieClip Frame 1
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(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
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 250 MovieClip "ball" in Symbol 251 MovieClip Frame 1
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(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
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 250 MovieClip "ball" in Symbol 251 MovieClip Frame 1
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(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
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 250 MovieClip "ball" in Symbol 251 MovieClip Frame 1
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(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
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 250 MovieClip "ball" in Symbol 251 MovieClip Frame 1
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(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
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 250 MovieClip "ball" in Symbol 251 MovieClip Frame 1
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(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
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 250 MovieClip "ball" in Symbol 251 MovieClip Frame 1
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(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
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 250 MovieClip "ball" in Symbol 251 MovieClip Frame 1
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(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
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 250 MovieClip "ball" in Symbol 251 MovieClip Frame 1
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(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
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 250 MovieClip "ball" in Symbol 251 MovieClip Frame 1
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(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
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 250 MovieClip "ball" in Symbol 251 MovieClip Frame 1
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(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
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 270 MovieClip Frame 1
stop();
Symbol 270 MovieClip Frame 27
_root.nextFrame();
Symbol 273 MovieClip Frame 39
stop();
Symbol 277 MovieClip Frame 1
stop();
Symbol 277 MovieClip Frame 51
stop();
_root.gotoAndStop("gameOver");
Instance of Symbol 280 MovieClip in Symbol 281 MovieClip Frame 1
onClipEvent (enterFrame) {
_rotation = (_rotation + 16);
}
Instance of Symbol 282 MovieClip in Symbol 283 MovieClip Frame 1
onClipEvent (enterFrame) {
_y = (_y - 28);
_x = (_x - 28);
}
Symbol 285 MovieClip Frame 1
stop();
Symbol 289 MovieClip Frame 1
stop();
Symbol 289 MovieClip Frame 2
_root.score = _root.score + 5;
Symbol 290 MovieClip Frame 1
stop();
Symbol 290 MovieClip Frame 2
_root.hud.score = _root.hud.score - 15;
_root.score = _root.score - 15;
_root.shake.play();
_root.player.xspeed = 0.2;
Symbol 291 MovieClip Frame 1
stop();
Symbol 291 MovieClip Frame 2
_root.score = _root.score + 25;
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.nextFrame();
}
}
Instance of Symbol 302 MovieClip in Symbol 303 MovieClip Frame 1
onClipEvent (enterFrame) {
_x = (_x - 28);
}
Symbol 310 MovieClip Frame 1
stop();
Symbol 313 MovieClip Frame 1
stop();
Symbol 313 MovieClip Frame 2
_root.score = _root.score + 5;
Symbol 314 MovieClip Frame 1
stop();
Symbol 314 MovieClip Frame 2
_root.hud.score = _root.hud.score - 15;
_root.score = _root.score - 15;
_root.shake.play();
_root.player.xspeed = 0.2;
Symbol 316 MovieClip Frame 1
stop();
Symbol 316 MovieClip Frame 2
_root.score = _root.score + 25;
Symbol 320 MovieClip Frame 27
stop();
Symbol 325 MovieClip Frame 1
stop();
Symbol 326 MovieClip Frame 30
stop();
Symbol 327 MovieClip Frame 1
stop();
Symbol 328 MovieClip Frame 1
stop();
Symbol 328 MovieClip Frame 2
_root.score = _root.score + 5;
Symbol 329 MovieClip Frame 1
stop();
Symbol 329 MovieClip Frame 2
_root.hud.score = _root.hud.score - 15;
_root.score = _root.score - 15;
_root.shake.play();
_root.player.xspeed = 0.2;
Symbol 330 MovieClip Frame 1
stop();
Symbol 330 MovieClip Frame 2
_root.score = _root.score + 25;
Instance of Symbol 337 MovieClip in Symbol 338 MovieClip Frame 1
onClipEvent (enterFrame) {
_rotation = (_rotation + 24);
}
Instance of Symbol 339 MovieClip in Symbol 341 MovieClip Frame 1
onClipEvent (enterFrame) {
_y = (_y - 28);
_x = (_x - 28);
}
Symbol 350 MovieClip Frame 10
_root.MakeBall();
Symbol 350 MovieClip Frame 20
_root.santa.shoot = 1;
_parent.gotoAndStop(1);
Symbol 352 MovieClip Frame 13
_parent.gotoAndStop(1);
Symbol 353 MovieClip Frame 16
stop();
_root.win.play();
Symbol 354 MovieClip Frame 1
stop();
Symbol 354 MovieClip Frame 3
_root.santa.k++;
Symbol 358 MovieClip Frame 1
stop();
Symbol 358 MovieClip Frame 2
stop();
Symbol 360 MovieClip Frame 1
stop();
Instance of Symbol 358 MovieClip "ball" in Symbol 360 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(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
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 358 MovieClip "ball" in Symbol 360 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(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
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 358 MovieClip "ball" in Symbol 360 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(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
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 358 MovieClip "ball" in Symbol 360 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(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
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 358 MovieClip "ball" in Symbol 360 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(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
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 358 MovieClip "ball" in Symbol 360 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(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
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 358 MovieClip "ball" in Symbol 360 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(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
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 358 MovieClip "ball" in Symbol 360 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(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
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 358 MovieClip "ball" in Symbol 360 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(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
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 358 MovieClip "ball" in Symbol 360 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(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
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 358 MovieClip "ball" in Symbol 360 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(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
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 358 MovieClip "ball" in Symbol 360 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(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
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 358 MovieClip "ball" in Symbol 360 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(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
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 363 MovieClip Frame 1
stop();
Symbol 364 MovieClip Frame 1
stop();
Symbol 364 MovieClip Frame 2
_root.hud.score = _root.hud.score - 15;
_root.score = _root.score - 15;
_root.shake.play();
_root.player.xspeed = 0.2;
Symbol 368 MovieClip Frame 1
stop();
Symbol 368 MovieClip Frame 51
stop();
_root.gotoAndStop("win");
Symbol 383 MovieClip Frame 503
stop();
_root.menuFade.play();
Symbol 386 MovieClip Frame 28
stop();
Symbol 386 MovieClip Frame 41
stop();
if (_root.menuu == 1) {
_root.menuu = 0;
_root.gotoAndStop("menu");
} else {
_root.gotoAndStop("menu");
}
Symbol 387 Button
on (press) {
_root.menuFade.play();
_root.menuu = 1;
}
Symbol 396 Button
on (press) {
if (_root.easy == true) {
ab20_09 = new LoadVars();
ab20_09.z = _root.namee;
ab20_09.x = _root.score;
ab20_09.c = 634;
ab20_09.v = "YFQJJD";
ab20_09.sendAndLoad("http://armorbot.com/s_b", ab20_09, "POST");
}
if (_root.medium == true) {
ab20_09 = new LoadVars();
ab20_09.z = _root.namee;
ab20_09.x = _root.score;
ab20_09.c = 638;
ab20_09.v = "QNJKTO";
ab20_09.sendAndLoad("http://armorbot.com/s_b", ab20_09, "POST");
}
if (_root.hard == true) {
ab20_09 = new LoadVars();
ab20_09.z = _root.namee;
ab20_09.x = _root.score;
ab20_09.c = 639;
ab20_09.v = "ONDATZ";
ab20_09.sendAndLoad("http://armorbot.com/s_b", ab20_09, "POST");
}
_root.menuFade.play();
_root.menuu = 0;
}
Symbol 399 MovieClip Frame 28
stop();
Symbol 399 MovieClip Frame 41
stop();
if (_root.menuu == 1) {
_root.menuu = 0;
_root.gotoAndStop("menu");
} else {
if (_root.hard == true) {
_root.gotoAndStop("hardScore");
}
if (_root.easy == true) {
_root.gotoAndStop("easyScore");
}
if (_root.med == true) {
_root.gotoAndStop("medScore");
}
}
Symbol 402 Button
on (press) {
getURL ("http://www.armorbot.com/mytable/?id=634", "_blank");
}
Symbol 426 Button
on (press) {
getURL ("http://www.armorbot.com/mytable/?id=638", "_blank");
}
Symbol 448 Button
on (press) {
getURL ("http://www.armorbot.com/mytable/?id=639", "_blank");
}
Symbol 477 MovieClip Frame 28
stop();
Symbol 477 MovieClip Frame 41
stop();
if (_root.menuu == 1) {
_root.menuu = 0;
_root.gotoAndStop("menu");
} else {
if (_root.hard == true) {
_root.gotoAndStop("hardScore");
}
if (_root.easy == true) {
_root.gotoAndStop("easyScore");
}
if (_root.med == true) {
_root.gotoAndStop("medScore");
}
}