Frame 1
_root.q_count = 0;
_root.onEnterFrame = function () {
if (_root.q_count > 0) {
_root.q_count = _root.q_count - 1;
}
};
stop();
Frame 2
stop();
_root.gems = 0;
_root.score = 0;
Instance of Symbol 253 MovieClip in Frame 2
onClipEvent (load) {
spd = 10;
}
onClipEvent (enterFrame) {
if (_root.score > 1000) {
if (this._currentframe > 1) {
go = 0;
}
go = random(100);
if (go == 50) {
this.play();
}
this._x = this._x + spd;
if ((this._x < 50) and (this._currentframe == 1)) {
spd = 10;
}
if ((this._x > 500) and (this._currentframe == 1)) {
spd = -10;
}
}
}
Instance of Symbol 253 MovieClip in Frame 2
onClipEvent (load) {
spd = 10;
}
onClipEvent (enterFrame) {
if (_root.score > 2000) {
if (this._currentframe > 1) {
go = 0;
}
go = random(100);
if (go == 50) {
this.play();
}
this._x = this._x + spd;
if ((this._x < 50) and (this._currentframe == 1)) {
spd = 10;
}
if ((this._x > 500) and (this._currentframe == 1)) {
spd = -10;
}
}
}
Instance of Symbol 253 MovieClip in Frame 2
onClipEvent (load) {
spd = 10;
}
onClipEvent (enterFrame) {
if (_root.score > 3000) {
if (this._currentframe > 1) {
go = 0;
}
go = random(100);
if (go == 50) {
this.play();
}
this._x = this._x + spd;
if ((this._x < 50) and (this._currentframe == 1)) {
spd = 10;
}
if ((this._x > 500) and (this._currentframe == 1)) {
spd = -10;
}
}
}
Instance of Symbol 253 MovieClip in Frame 2
onClipEvent (load) {
spd = 10;
}
onClipEvent (enterFrame) {
if (_root.score > 4000) {
if (this._currentframe > 1) {
go = 0;
}
go = random(100);
if (go == 50) {
this.play();
}
this._x = this._x + spd;
if ((this._x < 50) and (this._currentframe == 1)) {
spd = 10;
}
if ((this._x > 500) and (this._currentframe == 1)) {
spd = -10;
}
}
}
Instance of Symbol 253 MovieClip in Frame 2
onClipEvent (load) {
spd = 10;
}
onClipEvent (enterFrame) {
if (_root.score > 5000) {
if (this._currentframe > 1) {
go = 0;
}
go = random(100);
if (go == 50) {
this.play();
}
this._x = this._x + spd;
if ((this._x < 50) and (this._currentframe == 1)) {
spd = 10;
}
if ((this._x > 500) and (this._currentframe == 1)) {
spd = -10;
}
}
}
Instance of Symbol 253 MovieClip in Frame 2
onClipEvent (load) {
spd = 10;
}
onClipEvent (enterFrame) {
if (_root.score > 6000) {
if (this._currentframe > 1) {
go = 0;
}
go = random(100);
if (go == 50) {
this.play();
}
this._x = this._x + spd;
if ((this._x < 50) and (this._currentframe == 1)) {
spd = 10;
}
if ((this._x > 500) and (this._currentframe == 1)) {
spd = -10;
}
}
}
Instance of Symbol 253 MovieClip in Frame 2
onClipEvent (load) {
spd = 10;
}
onClipEvent (enterFrame) {
if (_root.score > 7000) {
if (this._currentframe > 1) {
go = 0;
}
go = random(100);
if (go == 50) {
this.play();
}
this._x = this._x + spd;
if ((this._x < 50) and (this._currentframe == 1)) {
spd = 10;
}
if ((this._x > 500) and (this._currentframe == 1)) {
spd = -10;
}
}
}
Instance of Symbol 253 MovieClip in Frame 2
onClipEvent (load) {
spd = 10;
}
onClipEvent (enterFrame) {
if (_root.score > 8000) {
if (this._currentframe > 1) {
go = 0;
}
go = random(100);
if (go == 50) {
this.play();
}
this._x = this._x + spd;
if ((this._x < 50) and (this._currentframe == 1)) {
spd = 10;
}
if ((this._x > 500) and (this._currentframe == 1)) {
spd = -10;
}
}
}
Instance of Symbol 253 MovieClip in Frame 2
onClipEvent (load) {
spd = 10;
}
onClipEvent (enterFrame) {
if (_root.score > 8000) {
if (this._currentframe > 1) {
go = 0;
}
go = random(100);
if (go == 50) {
this.play();
}
this._x = this._x + spd;
if ((this._x < 50) and (this._currentframe == 1)) {
spd = 10;
}
if ((this._x > 500) and (this._currentframe == 1)) {
spd = -10;
}
}
}
Instance of Symbol 275 MovieClip in Frame 2
onClipEvent (enterFrame) {
if ((_root.score > 1000) and (this._currentframe == 1)) {
this.play();
}
if ((_root.score > 2000) and (this._currentframe == 40)) {
this.play();
}
if ((_root.score > 4000) and (this._currentframe == 80)) {
this.play();
}
if ((_root.score > 6000) and (this._currentframe == 120)) {
this.play();
}
if ((_root.score > 8000) and (this._currentframe == 160)) {
this.play();
}
}
Frame 3
stop();
Symbol 9 Button
on (release) {
_root.loader.play();
}
Symbol 10 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
_root.loaded_per = PercentLoaded + "%";
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
gotoAndStop ("loaded");
}
Symbol 10 MovieClip Frame 2
gotoAndPlay (1);
Symbol 18 Button
on (release) {
getURL ("http://www.bgroupproductions.com", "_blank");
}
Symbol 19 MovieClip Frame 15
stop();
Symbol 23 Button
on (release) {
getURL ("http://www.armorgames.com", "_blank");
}
Symbol 24 MovieClip Frame 15
stop();
Symbol 27 Button
on (keyPress "<Space>") {
gotoAndStop (5);
}
Instance of Symbol 30 MovieClip in Symbol 41 MovieClip Frame 1
onClipEvent (load) {
xcalc = 0;
ycalc = 0;
}
onClipEvent (enterFrame) {
this._rotation = this._rotation - 10;
this.swapDepths(this._y);
ycalc = ycalc + ((this._y + 50) / 100);
xcalc = xcalc + (this._x / 50);
this._x = this._x - xcalc;
this._y = this._y - ycalc;
this._height = (this._y + 200) / 5;
this._width = (this._y + 200) / 5;
}
Instance of Symbol 36 MovieClip in Symbol 41 MovieClip Frame 1
onClipEvent (enterFrame) {
this.swapDepths(this._y);
}
Instance of Symbol 30 MovieClip in Symbol 41 MovieClip Frame 1
onClipEvent (load) {
xcalc = 0;
ycalc = 0;
}
onClipEvent (enterFrame) {
this._rotation = this._rotation - 10;
this.swapDepths(this._y);
ycalc = ycalc + ((this._y + 50) / 70);
xcalc = xcalc + (this._x / 40);
this._x = this._x - xcalc;
this._y = this._y - ycalc;
this._height = (this._y + 200) / 5;
this._width = (this._y + 200) / 5;
}
Instance of Symbol 30 MovieClip in Symbol 41 MovieClip Frame 1
onClipEvent (load) {
xcalc = 0;
ycalc = 0;
}
onClipEvent (enterFrame) {
this._rotation = this._rotation - 10;
this.swapDepths(this._y);
ycalc = ycalc + ((this._y + 50) / 550);
xcalc = xcalc + (this._x / 80);
this._x = this._x - xcalc;
this._y = this._y - ycalc;
this._height = (this._y + 200) / 5;
this._width = (this._y + 200) / 5;
}
Instance of Symbol 30 MovieClip in Symbol 41 MovieClip Frame 1
onClipEvent (load) {
xcalc = 0;
ycalc = 0;
}
onClipEvent (enterFrame) {
this._rotation = this._rotation - 10;
this.swapDepths(this._y);
ycalc = ycalc + ((this._y + 50) / 300);
xcalc = xcalc + (this._x / 200);
this._x = this._x - xcalc;
this._y = this._y - ycalc;
this._height = (this._y + 200) / 5;
this._width = (this._y + 200) / 5;
}
Instance of Symbol 30 MovieClip in Symbol 41 MovieClip Frame 1
onClipEvent (load) {
xcalc = 0;
ycalc = 0;
}
onClipEvent (enterFrame) {
this._rotation = this._rotation - 10;
this.swapDepths(this._y);
ycalc = ycalc + ((this._y + 50) / 100);
xcalc = xcalc + (this._x / 100);
this._x = this._x - xcalc;
this._y = this._y - ycalc;
this._height = (this._y + 200) / 5;
this._width = (this._y + 200) / 5;
}
Instance of Symbol 30 MovieClip in Symbol 41 MovieClip Frame 1
onClipEvent (load) {
xcalc = 0;
ycalc = 0;
}
onClipEvent (enterFrame) {
this._rotation = this._rotation - 10;
this.swapDepths(this._y);
ycalc = ycalc + ((this._y + 50) / 100);
xcalc = xcalc + (this._x / 50);
this._x = this._x - xcalc;
this._y = this._y - ycalc;
this._height = (this._y + 200) / 5;
this._width = (this._y + 200) / 5;
}
Symbol 41 MovieClip Frame 100
stop();
_root.loader.play();
Symbol 60 MovieClip Frame 60
_root.loader.play();
Symbol 62 Button
on (release) {
getURL ("http://www.bgroupproductions.com", "_blank");
}
Symbol 63 Button
on (release) {
getURL ("http://www.armorgames.com", "_blank");
}
Symbol 110 MovieClip Frame 127
_root.loader.play();
stop();
Symbol 111 MovieClip Frame 10
stop();
Symbol 118 Button
on (press) {
if (_root.loader._currentframe == 6) {
_root.play();
} else {
_root.loader.play();
}
}
Symbol 119 MovieClip Frame 11
stop();
Symbol 123 Button
on (release) {
getURL ("http://www.armorgames.com", "_blank");
}
Symbol 124 MovieClip Frame 20
stop();
Symbol 156 MovieClip Frame 1
stop();
Symbol 156 MovieClip Frame 2
stop();
Symbol 156 MovieClip Frame 3
stop();
Symbol 156 MovieClip Frame 4
stop();
Symbol 156 MovieClip Frame 5
stop();
stop();
Symbol 156 MovieClip Frame 6
stop();
Symbol 161 Button
on (press, keyPress "q") {
if ((_quality == "BEST") and (_root.q_count == 0)) {
_root.q_count = 5;
_root.quality_dis.gotoAndPlay(2);
_quality = "LOW";
}
if ((_quality == "LOW") and (_root.q_count == 0)) {
_root.q_count = 5;
_root.quality_dis.gotoAndPlay(20);
_quality = "MEDIUM";
}
if ((_quality == "MEDIUM") and (_root.q_count == 0)) {
_root.q_count = 5;
_root.quality_dis.gotoAndPlay(40);
_quality = "HIGH";
}
if ((_quality == "HIGH") and (_root.q_count == 0)) {
_root.q_count = 5;
_root.quality_dis.gotoAndPlay(60);
_quality = "BEST";
}
}
Symbol 167 MovieClip Frame 1
stop();
Symbol 167 MovieClip Frame 19
gotoAndStop (1);
Symbol 167 MovieClip Frame 39
gotoAndStop (1);
Symbol 167 MovieClip Frame 59
gotoAndStop (1);
Symbol 167 MovieClip Frame 79
gotoAndStop (1);
Symbol 178 MovieClip Frame 1
stop();
Symbol 180 MovieClip Frame 1
stop();
_root.jumping = 0;
Instance of Symbol 178 MovieClip in Symbol 180 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.comments._currentframe == 60) {
this.play();
}
}
Symbol 189 MovieClip Frame 1
stop();
Symbol 189 MovieClip Frame 2
_root.score = _root.score + 100;
_root.gems = _root.gems + 1;
Symbol 191 MovieClip Frame 1
stop();
Symbol 191 MovieClip Frame 2
_root.score = _root.score + 100;
_root.gems = _root.gems + 1;
Symbol 193 MovieClip Frame 1
stop();
Symbol 193 MovieClip Frame 2
_root.score = _root.score + 100;
_root.gems = _root.gems + 1;
Symbol 195 MovieClip Frame 1
stop();
Symbol 195 MovieClip Frame 2
_root.score = _root.score + 100;
_root.gems = _root.gems + 1;
Symbol 197 MovieClip Frame 1
stop();
Symbol 197 MovieClip Frame 2
_root.score = _root.score + 100;
_root.gems = _root.gems + 1;
Symbol 209 MovieClip Frame 1
stop();
Symbol 209 MovieClip Frame 100
stop();
Instance of Symbol 206 MovieClip in Symbol 209 MovieClip Frame 115
onClipEvent (enterFrame) {
if (this.hitTest(_root.game.bottom)) {
stopAllSounds();
_root.gotoAndStop(3);
}
}
Symbol 209 MovieClip Frame 139
gotoAndPlay (70);
Symbol 212 MovieClip Frame 1
stop();
Symbol 212 MovieClip Frame 2
_root.gems = _root.gems - 1;
Instance of Symbol 170 MovieClip in Symbol 213 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.comments._currentframe == 60) {
this._width = this._width * 1.0005;
this._height = this._height * 1.0005;
this._y = this._y - 0.005;
}
}
Instance of Symbol 172 MovieClip in Symbol 213 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.comments._currentframe == 60) {
this._width = this._width * 1.0005;
this._height = this._height * 1.0005;
this._y = this._y - 0.005;
}
}
Instance of Symbol 180 MovieClip "gris" in Symbol 213 MovieClip Frame 1
onClipEvent (load) {
spd = 15;
}
onClipEvent (enterFrame) {
if (_root.comments._currentframe == 60) {
if ((Key.isDown(32) and (_root.jumping == 0)) and (_root.gems > 0)) {
_root.game.attack_gem.play();
}
if (_root.score > 10000) {
_root.gotoAndStop(4);
}
_root.score = _root.score + 1;
_root.game.attack_gem._x = this._x;
if (this._x > 500) {
spd = -5;
}
if (this._x < 50) {
spd = 5;
}
this._x = this._x + spd;
if (_root.jumping == 1) {
_root.score = _root.score + 5;
play();
} else {
if (Key.isDown(39)) {
spd = 15;
}
if (Key.isDown(37) and (this._x > 50)) {
spd = -15;
}
}
_root.game.bottom._y = this._y;
_root.game.bottom._x = this._x;
this.swapDepths(this._y);
if (((!Key.isDown(39)) and (!Key.isDown(37))) and ((!_root.jumping) == 1)) {
spd = 0;
}
}
}
Instance of Symbol 184 MovieClip in Symbol 213 MovieClip Frame 1
onClipEvent (load) {
calc = this._y - 150;
_height = (calc * 1.5);
_width = calc;
org_width = this._width;
}
onClipEvent (enterFrame) {
if (_root.comments._currentframe == 60) {
this.swapDepths(this._y);
spd = (this._y - 170) / 10;
x_spd = (this._x - 250) / 10;
this._y = this._y + spd;
this._x = this._x + x_spd;
calc = this._y - 150;
_height = (calc * 1.5);
_width = calc;
if (((this._y < 400) and (this._y > 380)) and this.bot.hitTest(_root.game.bottom)) {
stopAllSounds();
_root.gotoAndStop(3);
}
if ((((this._y < 400) and (this._y > 380)) and this.top.hitTest(_root.game.bottom)) and (_root.jumping == 1)) {
stopAllSounds();
_root.gotoAndStop(3);
}
if (((this._x < -100) or (this._x > 650)) or (this._width > 350)) {
this._height = 1.5;
this._width = 1;
this._x = random(500) + 25;
this._y = 190;
}
}
}
Instance of Symbol 184 MovieClip in Symbol 213 MovieClip Frame 1
onClipEvent (load) {
calc = this._y - 150;
_height = (calc * 1.5);
_width = calc;
org_width = this._width;
}
onClipEvent (enterFrame) {
if (_root.comments._currentframe == 60) {
this.swapDepths(this._y);
spd = (this._y - 170) / 10;
x_spd = (this._x - 250) / 10;
this._y = this._y + spd;
this._x = this._x + x_spd;
calc = this._y - 150;
_height = (calc * 1.5);
_width = calc;
if (((this._y < 400) and (this._y > 380)) and this.bot.hitTest(_root.game.bottom)) {
stopAllSounds();
_root.gotoAndStop(3);
}
if ((((this._y < 400) and (this._y > 380)) and this.top.hitTest(_root.game.bottom)) and (_root.jumping == 1)) {
stopAllSounds();
_root.gotoAndStop(3);
}
if (((this._x < -100) or (this._x > 650)) or (this._width > 350)) {
this._height = 1.5;
this._width = 1;
this._x = random(500) + 25;
this._y = 190;
}
}
}
Instance of Symbol 184 MovieClip in Symbol 213 MovieClip Frame 1
onClipEvent (load) {
calc = this._y - 150;
_height = (calc * 1.5);
_width = calc;
org_width = this._width;
}
onClipEvent (enterFrame) {
if (_root.comments._currentframe == 60) {
this.swapDepths(this._y);
spd = (this._y - 170) / 10;
x_spd = (this._x - 250) / 10;
this._y = this._y + spd;
this._x = this._x + x_spd;
calc = this._y - 150;
_height = (calc * 1.5);
_width = calc;
if (((this._y < 400) and (this._y > 380)) and this.bot.hitTest(_root.game.bottom)) {
stopAllSounds();
_root.gotoAndStop(3);
}
if ((((this._y < 400) and (this._y > 380)) and this.top.hitTest(_root.game.bottom)) and (_root.jumping == 1)) {
stopAllSounds();
_root.gotoAndStop(3);
}
if (((this._x < -100) or (this._x > 650)) or (this._width > 350)) {
this._height = 1.5;
this._width = 1;
this._x = random(500) + 25;
this._y = 190;
}
}
}
Instance of Symbol 184 MovieClip in Symbol 213 MovieClip Frame 1
onClipEvent (load) {
calc = this._y - 150;
_height = (calc * 1.5);
_width = calc;
org_width = this._width;
}
onClipEvent (enterFrame) {
if (_root.comments._currentframe == 60) {
this.swapDepths(this._y);
spd = (this._y - 170) / 10;
x_spd = (this._x - 250) / 10;
this._y = this._y + spd;
this._x = this._x + x_spd;
calc = this._y - 150;
_height = (calc * 1.5);
_width = calc;
if (((this._y < 400) and (this._y > 380)) and this.bot.hitTest(_root.game.bottom)) {
stopAllSounds();
_root.gotoAndStop(3);
}
if ((((this._y < 400) and (this._y > 380)) and this.top.hitTest(_root.game.bottom)) and (_root.jumping == 1)) {
stopAllSounds();
_root.gotoAndStop(3);
}
if (((this._x < -100) or (this._x > 650)) or (this._width > 350)) {
this._height = 1.5;
this._width = 1;
this._x = random(500) + 25;
this._y = 190;
}
}
}
Instance of Symbol 184 MovieClip in Symbol 213 MovieClip Frame 1
onClipEvent (load) {
calc = this._y - 150;
_height = (calc * 1.5);
_width = calc;
org_width = this._width;
}
onClipEvent (enterFrame) {
if (_root.comments._currentframe == 60) {
this.swapDepths(this._y);
spd = (this._y - 170) / 10;
x_spd = (this._x - 250) / 10;
this._y = this._y + spd;
this._x = this._x + x_spd;
calc = this._y - 150;
_height = (calc * 1.5);
_width = calc;
if (((this._y < 400) and (this._y > 380)) and this.bot.hitTest(_root.game.bottom)) {
stopAllSounds();
_root.gotoAndStop(3);
}
if ((((this._y < 400) and (this._y > 380)) and this.top.hitTest(_root.game.bottom)) and (_root.jumping == 1)) {
stopAllSounds();
_root.gotoAndStop(3);
}
if (((this._x < -100) or (this._x > 650)) or (this._width > 350)) {
this._height = 1.5;
this._width = 1;
this._x = random(500) + 25;
this._y = 190;
}
}
}
Instance of Symbol 186 MovieClip in Symbol 213 MovieClip Frame 1
onClipEvent (load) {
calc = this._y - 150;
_height = (calc * 1.5);
_width = calc;
org_width = this._width;
}
onClipEvent (enterFrame) {
if (_root.score > 1200) {
this.swapDepths(this._y);
spd = (this._y - 170) / 10;
x_spd = (this._x - 250) / 10;
this._y = this._y + spd;
this._x = this._x + x_spd;
calc = (this._y - 150) / 3;
_height = calc;
_width = (calc * 3);
if ((((this._y < 400) and (this._y > 380)) and this.bot.hitTest(_root.game.bottom)) and ((!_root.jumping) == 1)) {
stopAllSounds();
_root.gotoAndStop(3);
}
if (((this._x < -100) or (this._x > 650)) or (this._width > 350)) {
this._height = 1.5;
this._width = 1;
this._x = random(500) + 25;
this._y = 190;
}
}
}
Instance of Symbol 189 MovieClip in Symbol 213 MovieClip Frame 1
onClipEvent (load) {
calc = this._y - 150;
_height = (calc * 1.5);
_width = calc;
org_width = this._width;
}
onClipEvent (enterFrame) {
if (_root.comments._currentframe == 60) {
this.swapDepths(this._y);
spd = (this._y - 170) / 10;
x_spd = (this._x - 250) / 10;
this._y = this._y + spd;
this._x = this._x + x_spd;
calc = (this._y - 150) / 5;
_height = calc;
_width = calc;
if (((this._y < 400) and (this._y > 380)) and this.hitTest(_root.game.bottom)) {
this.play();
this._height = 1.5;
this._width = 1;
this._x = random(300) + 100;
this._y = 190;
}
if (this._width > 100) {
this._height = 1.5;
this._width = 1;
this._x = random(200) + 100;
this._y = 190;
}
}
}
Instance of Symbol 191 MovieClip in Symbol 213 MovieClip Frame 1
onClipEvent (load) {
calc = this._y - 150;
_height = (calc * 1.5);
_width = calc;
org_width = this._width;
}
onClipEvent (enterFrame) {
if (_root.comments._currentframe == 60) {
this.swapDepths(this._y);
spd = (this._y - 170) / 10;
x_spd = (this._x - 250) / 10;
this._y = this._y + spd;
this._x = this._x + x_spd;
calc = (this._y - 150) / 5;
_height = calc;
_width = calc;
if (((this._y < 400) and (this._y > 380)) and this.hitTest(_root.game.bottom)) {
this.play();
this._height = 1.5;
this._width = 1;
this._x = random(300) + 100;
this._y = 190;
}
if (this._width > 100) {
this._height = 1.5;
this._width = 1;
this._x = random(200) + 100;
this._y = 190;
}
}
}
Instance of Symbol 193 MovieClip in Symbol 213 MovieClip Frame 1
onClipEvent (load) {
calc = this._y - 150;
_height = (calc * 1.5);
_width = calc;
org_width = this._width;
}
onClipEvent (enterFrame) {
if (_root.comments._currentframe == 60) {
this.swapDepths(this._y);
spd = (this._y - 170) / 10;
x_spd = (this._x - 250) / 10;
this._y = this._y + spd;
this._x = this._x + x_spd;
calc = (this._y - 150) / 5;
_height = calc;
_width = calc;
if (((this._y < 400) and (this._y > 380)) and this.hitTest(_root.game.bottom)) {
this.play();
this._height = 1.5;
this._width = 1;
this._x = random(300) + 100;
this._y = 190;
}
if (this._width > 100) {
this._height = 1.5;
this._width = 1;
this._x = random(200) + 100;
this._y = 190;
}
}
}
Instance of Symbol 195 MovieClip in Symbol 213 MovieClip Frame 1
onClipEvent (load) {
calc = this._y - 150;
_height = (calc * 1.5);
_width = calc;
org_width = this._width;
}
onClipEvent (enterFrame) {
if (_root.comments._currentframe == 60) {
this.swapDepths(this._y);
spd = (this._y - 170) / 10;
x_spd = (this._x - 250) / 10;
this._y = this._y + spd;
this._x = this._x + x_spd;
calc = (this._y - 150) / 5;
_height = calc;
_width = calc;
if (((this._y < 400) and (this._y > 380)) and this.hitTest(_root.game.bottom)) {
this.play();
this._height = 1.5;
this._width = 1;
this._x = random(300) + 100;
this._y = 190;
}
if (this._width > 100) {
this._height = 1.5;
this._width = 1;
this._x = random(200) + 100;
this._y = 190;
}
}
}
Instance of Symbol 197 MovieClip in Symbol 213 MovieClip Frame 1
onClipEvent (load) {
calc = this._y - 150;
_height = (calc * 1.5);
_width = calc;
org_width = this._width;
}
onClipEvent (enterFrame) {
if (_root.comments._currentframe == 60) {
this.swapDepths(this._y);
spd = (this._y - 170) / 10;
x_spd = (this._x - 250) / 10;
this._y = this._y + spd;
this._x = this._x + x_spd;
calc = (this._y - 150) / 5;
_height = calc;
_width = calc;
if (((this._y < 400) and (this._y > 380)) and this.hitTest(_root.game.bottom)) {
this.play();
this._height = 1.5;
this._width = 1;
this._x = random(300) + 100;
this._y = 190;
}
if (this._width > 100) {
this._height = 1.5;
this._width = 1;
this._x = random(200) + 100;
this._y = 190;
}
}
}
Instance of Symbol 184 MovieClip in Symbol 213 MovieClip Frame 1
onClipEvent (load) {
calc = this._y - 150;
_height = (calc * 1.5);
_width = calc;
org_width = this._width;
}
onClipEvent (enterFrame) {
if (_root.score > 1000) {
this.swapDepths(this._y);
spd = (this._y - 170) / 10;
x_spd = (this._x - 250) / 10;
this._y = this._y + spd;
this._x = this._x + x_spd;
calc = this._y - 150;
_height = (calc * 1.5);
_width = calc;
if (((this._y < 400) and (this._y > 380)) and this.bot.hitTest(_root.game.bottom)) {
stopAllSounds();
_root.gotoAndStop(3);
}
if ((((this._y < 400) and (this._y > 380)) and this.top.hitTest(_root.game.bottom)) and (_root.jumping == 1)) {
stopAllSounds();
_root.gotoAndStop(3);
}
if (((this._x < -100) or (this._x > 650)) or (this._width > 350)) {
this._height = 1.5;
this._width = 1;
this._x = random(500) + 25;
this._y = 190;
}
}
}
Instance of Symbol 184 MovieClip in Symbol 213 MovieClip Frame 1
onClipEvent (load) {
calc = this._y - 150;
_height = (calc * 1.5);
_width = calc;
org_width = this._width;
}
onClipEvent (enterFrame) {
if (_root.score > 1500) {
this.swapDepths(this._y);
spd = (this._y - 170) / 10;
x_spd = (this._x - 250) / 10;
this._y = this._y + spd;
this._x = this._x + x_spd;
calc = this._y - 150;
_height = (calc * 1.5);
_width = calc;
if (((this._y < 400) and (this._y > 380)) and this.bot.hitTest(_root.game.bottom)) {
stopAllSounds();
_root.gotoAndStop(3);
}
if ((((this._y < 400) and (this._y > 380)) and this.top.hitTest(_root.game.bottom)) and (_root.jumping == 1)) {
stopAllSounds();
_root.gotoAndStop(3);
}
if (((this._x < -100) or (this._x > 650)) or (this._width > 350)) {
this._height = 1.5;
this._width = 1;
this._x = random(500) + 25;
this._y = 190;
}
}
}
Instance of Symbol 184 MovieClip in Symbol 213 MovieClip Frame 1
onClipEvent (load) {
calc = this._y - 150;
_height = (calc * 1.5);
_width = calc;
org_width = this._width;
}
onClipEvent (enterFrame) {
if (_root.score > 2200) {
this.swapDepths(this._y);
spd = (this._y - 170) / 10;
x_spd = (this._x - 250) / 10;
this._y = this._y + spd;
this._x = this._x + x_spd;
calc = this._y - 150;
_height = (calc * 1.5);
_width = calc;
if (((this._y < 400) and (this._y > 380)) and this.bot.hitTest(_root.game.bottom)) {
stopAllSounds();
_root.gotoAndStop(3);
}
if ((((this._y < 400) and (this._y > 380)) and this.top.hitTest(_root.game.bottom)) and (_root.jumping == 1)) {
stopAllSounds();
_root.gotoAndStop(3);
}
if (((this._x < -100) or (this._x > 650)) or (this._width > 350)) {
this._height = 1.5;
this._width = 1;
this._x = random(500) + 25;
this._y = 190;
}
}
}
Instance of Symbol 184 MovieClip in Symbol 213 MovieClip Frame 1
onClipEvent (load) {
calc = this._y - 150;
_height = (calc * 1.5);
_width = calc;
org_width = this._width;
}
onClipEvent (enterFrame) {
if (_root.score > 2000) {
this.swapDepths(this._y);
spd = (this._y - 170) / 10;
x_spd = (this._x - 250) / 10;
this._y = this._y + spd;
this._x = this._x + x_spd;
calc = this._y - 150;
_height = (calc * 1.5);
_width = calc;
if (((this._y < 400) and (this._y > 380)) and this.bot.hitTest(_root.game.bottom)) {
stopAllSounds();
_root.gotoAndStop(3);
}
if ((((this._y < 400) and (this._y > 380)) and this.top.hitTest(_root.game.bottom)) and (_root.jumping == 1)) {
stopAllSounds();
_root.gotoAndStop(3);
}
if (((this._x < -100) or (this._x > 650)) or (this._width > 350)) {
this._height = 1.5;
this._width = 1;
this._x = random(500) + 25;
this._y = 190;
}
}
}
Instance of Symbol 184 MovieClip in Symbol 213 MovieClip Frame 1
onClipEvent (load) {
calc = this._y - 150;
_height = (calc * 1.5);
_width = calc;
org_width = this._width;
}
onClipEvent (enterFrame) {
if (_root.score > 2400) {
this.swapDepths(this._y);
spd = (this._y - 170) / 10;
x_spd = (this._x - 250) / 10;
this._y = this._y + spd;
this._x = this._x + x_spd;
calc = this._y - 150;
_height = (calc * 1.5);
_width = calc;
if (((this._y < 400) and (this._y > 380)) and this.bot.hitTest(_root.game.bottom)) {
stopAllSounds();
_root.gotoAndStop(3);
}
if ((((this._y < 400) and (this._y > 380)) and this.top.hitTest(_root.game.bottom)) and (_root.jumping == 1)) {
stopAllSounds();
_root.gotoAndStop(3);
}
if (((this._x < -100) or (this._x > 650)) or (this._width > 350)) {
this._height = 1.5;
this._width = 1;
this._x = random(500) + 25;
this._y = 190;
}
}
}
Instance of Symbol 186 MovieClip in Symbol 213 MovieClip Frame 1
onClipEvent (load) {
calc = this._y - 150;
_height = (calc * 1.5);
_width = calc;
org_width = this._width;
}
onClipEvent (enterFrame) {
if (_root.score > 500) {
this.swapDepths(this._y);
spd = (this._y - 170) / 10;
x_spd = (this._x - 250) / 10;
this._y = this._y + spd;
this._x = this._x + x_spd;
calc = (this._y - 150) / 3;
_height = calc;
_width = (calc * 3);
if ((((this._y < 400) and (this._y > 380)) and this.bot.hitTest(_root.game.bottom)) and ((!_root.jumping) == 1)) {
stopAllSounds();
_root.gotoAndStop(3);
}
if (((this._x < -100) or (this._x > 650)) or (this._width > 350)) {
this._height = 1.5;
this._width = 1;
this._x = random(500) + 25;
this._y = 190;
}
}
}
Instance of Symbol 199 MovieClip in Symbol 213 MovieClip Frame 1
onClipEvent (load) {
calc = this._y - 150;
_height = (calc * 1.5);
_width = calc;
org_width = this._width;
}
onClipEvent (enterFrame) {
if (_root.score > 2000) {
this.swapDepths(this._y);
spd = (this._y - 170) / 10;
x_spd = (this._x - 250) / 10;
this._y = this._y + spd;
this._x = this._x + x_spd;
calc = (this._y - 150) / 2;
_height = calc;
_width = (calc * 3);
if (((!_root.jumping) == 1) and this.top.hitTest(_root.game.bottom)) {
_root.jump_speed = 30;
_root.jumping = 1;
}
if (this._height > 2000) {
this._height = 1.5;
this._width = 1;
this._x = random(300) + 150;
this._y = 190;
}
}
}
Instance of Symbol 199 MovieClip in Symbol 213 MovieClip Frame 1
onClipEvent (load) {
calc = this._y - 150;
_height = (calc * 1.5);
_width = calc;
org_width = this._width;
}
onClipEvent (enterFrame) {
if (_root.score > 1000) {
this.swapDepths(this._y);
spd = (this._y - 170) / 10;
x_spd = (this._x - 250) / 10;
this._y = this._y + spd;
this._x = this._x + x_spd;
calc = (this._y - 150) / 2;
_height = calc;
_width = (calc * 3);
if (((!_root.jumping) == 1) and this.top.hitTest(_root.game.bottom)) {
_root.jump_speed = 30;
_root.jumping = 1;
}
if (this._height > 2000) {
this._height = 1.5;
this._width = 1;
this._x = random(300) + 150;
this._y = 190;
}
}
}
Instance of Symbol 199 MovieClip in Symbol 213 MovieClip Frame 1
onClipEvent (load) {
calc = this._y - 150;
_height = (calc * 1.5);
_width = calc;
org_width = this._width;
}
onClipEvent (enterFrame) {
if (_root.score > 3000) {
this.swapDepths(this._y);
spd = (this._y - 170) / 10;
x_spd = (this._x - 250) / 10;
this._y = this._y + spd;
this._x = this._x + x_spd;
calc = (this._y - 150) / 2;
_height = calc;
_width = (calc * 3);
if (((!_root.jumping) == 1) and this.top.hitTest(_root.game.bottom)) {
_root.jump_speed = 30;
_root.jumping = 1;
}
if (this._height > 2000) {
this._height = 1.5;
this._width = 1;
this._x = random(300) + 150;
this._y = 190;
}
}
}
Instance of Symbol 186 MovieClip in Symbol 213 MovieClip Frame 1
onClipEvent (load) {
calc = this._y - 150;
_height = (calc * 1.5);
_width = calc;
org_width = this._width;
}
onClipEvent (enterFrame) {
if (_root.score > 3500) {
this.swapDepths(this._y);
spd = (this._y - 170) / 10;
x_spd = (this._x - 250) / 10;
this._y = this._y + spd;
this._x = this._x + x_spd;
calc = (this._y - 150) / 3;
_height = calc;
_width = (calc * 3);
if ((((this._y < 400) and (this._y > 380)) and this.bot.hitTest(_root.game.bottom)) and ((!_root.jumping) == 1)) {
stopAllSounds();
_root.gotoAndStop(3);
}
if (((this._x < -100) or (this._x > 650)) or (this._width > 350)) {
this._height = 1.5;
this._width = 1;
this._x = random(500) + 25;
this._y = 190;
}
}
}
Instance of Symbol 186 MovieClip in Symbol 213 MovieClip Frame 1
onClipEvent (load) {
calc = this._y - 150;
_height = (calc * 1.5);
_width = calc;
org_width = this._width;
}
onClipEvent (enterFrame) {
if (_root.score > 3500) {
this.swapDepths(this._y);
spd = (this._y - 170) / 10;
x_spd = (this._x - 250) / 10;
this._y = this._y + spd;
this._x = this._x + x_spd;
calc = (this._y - 150) / 3;
_height = calc;
_width = (calc * 3);
if ((((this._y < 400) and (this._y > 380)) and this.bot.hitTest(_root.game.bottom)) and ((!_root.jumping) == 1)) {
stopAllSounds();
_root.gotoAndStop(3);
}
if (((this._x < -100) or (this._x > 650)) or (this._width > 350)) {
this._height = 1.5;
this._width = 1;
this._x = random(500) + 25;
this._y = 190;
}
}
}
Instance of Symbol 184 MovieClip in Symbol 213 MovieClip Frame 1
onClipEvent (load) {
calc = this._y - 150;
_height = (calc * 1.5);
_width = calc;
org_width = this._width;
}
onClipEvent (enterFrame) {
if (_root.score > 5000) {
this.swapDepths(this._y);
spd = (this._y - 170) / 10;
x_spd = (this._x - 250) / 10;
this._y = this._y + spd;
this._x = this._x + x_spd;
calc = this._y - 150;
_height = (calc * 1.5);
_width = calc;
if (((this._y < 400) and (this._y > 380)) and this.bot.hitTest(_root.game.bottom)) {
stopAllSounds();
_root.gotoAndStop(3);
}
if ((((this._y < 400) and (this._y > 380)) and this.top.hitTest(_root.game.bottom)) and (_root.jumping == 1)) {
stopAllSounds();
_root.gotoAndStop(3);
}
if (((this._x < -100) or (this._x > 650)) or (this._width > 350)) {
this._height = 1.5;
this._width = 1;
this._x = random(500) + 25;
this._y = 190;
}
}
}
Instance of Symbol 184 MovieClip in Symbol 213 MovieClip Frame 1
onClipEvent (load) {
calc = this._y - 150;
_height = (calc * 1.5);
_width = calc;
org_width = this._width;
}
onClipEvent (enterFrame) {
if (_root.score > 5000) {
this.swapDepths(this._y);
spd = (this._y - 170) / 10;
x_spd = (this._x - 250) / 10;
this._y = this._y + spd;
this._x = this._x + x_spd;
calc = this._y - 150;
_height = (calc * 1.5);
_width = calc;
if (((this._y < 400) and (this._y > 380)) and this.bot.hitTest(_root.game.bottom)) {
stopAllSounds();
_root.gotoAndStop(3);
}
if ((((this._y < 400) and (this._y > 380)) and this.top.hitTest(_root.game.bottom)) and (_root.jumping == 1)) {
stopAllSounds();
_root.gotoAndStop(3);
}
if (((this._x < -100) or (this._x > 650)) or (this._width > 350)) {
this._height = 1.5;
this._width = 1;
this._x = random(500) + 25;
this._y = 190;
}
}
}
Instance of Symbol 184 MovieClip in Symbol 213 MovieClip Frame 1
onClipEvent (load) {
calc = this._y - 150;
_height = (calc * 1.5);
_width = calc;
org_width = this._width;
}
onClipEvent (enterFrame) {
if (_root.score > 6000) {
this.swapDepths(this._y);
spd = (this._y - 170) / 10;
x_spd = (this._x - 250) / 10;
this._y = this._y + spd;
this._x = this._x + x_spd;
calc = this._y - 150;
_height = (calc * 1.5);
_width = calc;
if (((this._y < 400) and (this._y > 380)) and this.bot.hitTest(_root.game.bottom)) {
stopAllSounds();
_root.gotoAndStop(3);
}
if ((((this._y < 400) and (this._y > 380)) and this.top.hitTest(_root.game.bottom)) and (_root.jumping == 1)) {
stopAllSounds();
_root.gotoAndStop(3);
}
if (((this._x < -100) or (this._x > 650)) or (this._width > 350)) {
this._height = 1.5;
this._width = 1;
this._x = random(500) + 25;
this._y = 190;
}
}
}
Instance of Symbol 184 MovieClip in Symbol 213 MovieClip Frame 1
onClipEvent (load) {
calc = this._y - 150;
_height = (calc * 1.5);
_width = calc;
org_width = this._width;
}
onClipEvent (enterFrame) {
if (_root.score > 7000) {
this.swapDepths(this._y);
spd = (this._y - 170) / 10;
x_spd = (this._x - 250) / 10;
this._y = this._y + spd;
this._x = this._x + x_spd;
calc = this._y - 150;
_height = (calc * 1.5);
_width = calc;
if (((this._y < 400) and (this._y > 380)) and this.bot.hitTest(_root.game.bottom)) {
stopAllSounds();
_root.gotoAndStop(3);
}
if ((((this._y < 400) and (this._y > 380)) and this.top.hitTest(_root.game.bottom)) and (_root.jumping == 1)) {
stopAllSounds();
_root.gotoAndStop(3);
}
if (((this._x < -100) or (this._x > 650)) or (this._width > 350)) {
this._height = 1.5;
this._width = 1;
this._x = random(500) + 25;
this._y = 190;
}
}
}
Instance of Symbol 199 MovieClip in Symbol 213 MovieClip Frame 1
onClipEvent (load) {
calc = this._y - 150;
_height = (calc * 1.5);
_width = calc;
org_width = this._width;
}
onClipEvent (enterFrame) {
if (_root.score > 8000) {
this.swapDepths(this._y);
spd = (this._y - 170) / 10;
x_spd = (this._x - 250) / 10;
this._y = this._y + spd;
this._x = this._x + x_spd;
calc = (this._y - 150) / 2;
_height = calc;
_width = (calc * 3);
if (((!_root.jumping) == 1) and this.top.hitTest(_root.game.bottom)) {
_root.jump_speed = 30;
_root.jumping = 1;
}
if (this._height > 2000) {
this._height = 1.5;
this._width = 1;
this._x = random(300) + 150;
this._y = 190;
}
}
}
Instance of Symbol 184 MovieClip in Symbol 213 MovieClip Frame 1
onClipEvent (load) {
calc = this._y - 150;
_height = (calc * 1.5);
_width = calc;
org_width = this._width;
}
onClipEvent (enterFrame) {
if (_root.score > 8000) {
this.swapDepths(this._y);
spd = (this._y - 170) / 10;
x_spd = (this._x - 250) / 10;
this._y = this._y + spd;
this._x = this._x + x_spd;
calc = this._y - 150;
_height = (calc * 1.5);
_width = calc;
if (((this._y < 400) and (this._y > 380)) and this.bot.hitTest(_root.game.bottom)) {
stopAllSounds();
_root.gotoAndStop(3);
}
if ((((this._y < 400) and (this._y > 380)) and this.top.hitTest(_root.game.bottom)) and (_root.jumping == 1)) {
stopAllSounds();
_root.gotoAndStop(3);
}
if (((this._x < -100) or (this._x > 650)) or (this._width > 350)) {
this._height = 1.5;
this._width = 1;
this._x = random(500) + 25;
this._y = 190;
}
}
}
Instance of Symbol 184 MovieClip in Symbol 213 MovieClip Frame 1
onClipEvent (load) {
calc = this._y - 150;
_height = (calc * 1.5);
_width = calc;
org_width = this._width;
}
onClipEvent (enterFrame) {
if (_root.score > 8000) {
this.swapDepths(this._y);
spd = (this._y - 170) / 10;
x_spd = (this._x - 250) / 10;
this._y = this._y + spd;
this._x = this._x + x_spd;
calc = this._y - 150;
_height = (calc * 1.5);
_width = calc;
if (((this._y < 400) and (this._y > 380)) and this.bot.hitTest(_root.game.bottom)) {
stopAllSounds();
_root.gotoAndStop(3);
}
if ((((this._y < 400) and (this._y > 380)) and this.top.hitTest(_root.game.bottom)) and (_root.jumping == 1)) {
stopAllSounds();
_root.gotoAndStop(3);
}
if (((this._x < -100) or (this._x > 650)) or (this._width > 350)) {
this._height = 1.5;
this._width = 1;
this._x = random(500) + 25;
this._y = 190;
}
}
}
Instance of Symbol 186 MovieClip in Symbol 213 MovieClip Frame 1
onClipEvent (load) {
calc = this._y - 150;
_height = (calc * 1.5);
_width = calc;
org_width = this._width;
}
onClipEvent (enterFrame) {
if (_root.score > 8000) {
this.swapDepths(this._y);
spd = (this._y - 170) / 10;
x_spd = (this._x - 250) / 10;
this._y = this._y + spd;
this._x = this._x + x_spd;
calc = (this._y - 150) / 3;
_height = calc;
_width = (calc * 3);
if ((((this._y < 400) and (this._y > 380)) and this.bot.hitTest(_root.game.bottom)) and ((!_root.jumping) == 1)) {
stopAllSounds();
_root.gotoAndStop(3);
}
if (((this._x < -100) or (this._x > 650)) or (this._width > 350)) {
this._height = 1.5;
this._width = 1;
this._x = random(500) + 25;
this._y = 190;
}
}
}
Instance of Symbol 186 MovieClip in Symbol 213 MovieClip Frame 1
onClipEvent (load) {
calc = this._y - 150;
_height = (calc * 1.5);
_width = calc;
org_width = this._width;
}
onClipEvent (enterFrame) {
if (_root.score > 8000) {
this.swapDepths(this._y);
spd = (this._y - 170) / 10;
x_spd = (this._x - 250) / 10;
this._y = this._y + spd;
this._x = this._x + x_spd;
calc = (this._y - 150) / 3;
_height = calc;
_width = (calc * 3);
if ((((this._y < 400) and (this._y > 380)) and this.bot.hitTest(_root.game.bottom)) and ((!_root.jumping) == 1)) {
stopAllSounds();
_root.gotoAndStop(3);
}
if (((this._x < -100) or (this._x > 650)) or (this._width > 350)) {
this._height = 1.5;
this._width = 1;
this._x = random(500) + 25;
this._y = 190;
}
}
}
Instance of Symbol 209 MovieClip in Symbol 213 MovieClip Frame 1
onClipEvent (load) {
normal = this._xscale;
}
onClipEvent (enterFrame) {
if (_root.score > 2000) {
if (this._currentframe == 1) {
this.play();
}
}
if (this._currentframe > 200) {
this._x = 1000;
}
if (this._currentframe <= 100) {
if (this.hitTest(_root.game.attack_gem.hit)) {
this.gotoAndPlay(140);
}
}
if (this._currentframe == 100) {
if (((_root.jumping == 0) and (this._x < (_root.game.bottom._x + 10))) and (this._x > (_root.game.bottom._x - 10))) {
this.play();
}
}
if (speed > 0) {
this._xscale = -normal;
} else {
this._xscale = normal;
}
if ((this._currentframe > 1) and (this._currentframe <= 100)) {
speed = (this._x - _root.game.bottom._x) / 20;
this._x = this._x - speed;
}
}
Instance of Symbol 209 MovieClip in Symbol 213 MovieClip Frame 1
onClipEvent (load) {
normal = this._xscale;
}
onClipEvent (enterFrame) {
if (this._currentframe > 200) {
this._x = 1000;
}
if (_root.score > 3000) {
if (this._currentframe == 1) {
this.play();
}
}
if (this._currentframe <= 100) {
if (this.hitTest(_root.game.attack_gem.hit)) {
this.gotoAndPlay(140);
}
}
if (this._currentframe == 100) {
if (((_root.jumping == 0) and (this._x < (_root.game.bottom._x + 10))) and (this._x > (_root.game.bottom._x - 10))) {
this.play();
}
}
if (speed > 0) {
this._xscale = -normal;
} else {
this._xscale = normal;
}
if ((this._currentframe > 1) and (this._currentframe <= 100)) {
speed = (this._x - _root.game.bottom._x) / 20;
this._x = this._x - speed;
}
}
Instance of Symbol 209 MovieClip in Symbol 213 MovieClip Frame 1
onClipEvent (load) {
normal = this._xscale;
}
onClipEvent (enterFrame) {
if (_root.score > 4000) {
if (this._currentframe > 200) {
this._x = 1000;
}
if (this._currentframe == 1) {
this.play();
}
}
if (this._currentframe <= 100) {
if (this.hitTest(_root.game.attack_gem.hit)) {
this.gotoAndPlay(140);
}
}
if (this._currentframe == 100) {
if (((_root.jumping == 0) and (this._x < (_root.game.bottom._x + 10))) and (this._x > (_root.game.bottom._x - 10))) {
this.play();
}
}
if (speed > 0) {
this._xscale = -normal;
} else {
this._xscale = normal;
}
if ((this._currentframe > 1) and (this._currentframe <= 100)) {
speed = (this._x - _root.game.bottom._x) / 20;
this._x = this._x - speed;
}
}
Instance of Symbol 209 MovieClip in Symbol 213 MovieClip Frame 1
onClipEvent (load) {
normal = this._xscale;
}
onClipEvent (enterFrame) {
if (this._currentframe > 200) {
this._x = 1000;
}
if (_root.score > 5000) {
if (this._currentframe == 1) {
this.play();
}
}
if (this._currentframe <= 100) {
if (this.hitTest(_root.game.attack_gem.hit)) {
this.gotoAndPlay(140);
}
}
if (this._currentframe == 100) {
if (((_root.jumping == 0) and (this._x < (_root.game.bottom._x + 10))) and (this._x > (_root.game.bottom._x - 10))) {
this.play();
}
}
if (speed > 0) {
this._xscale = -normal;
} else {
this._xscale = normal;
}
if ((this._currentframe > 1) and (this._currentframe <= 100)) {
speed = (this._x - _root.game.bottom._x) / 20;
this._x = this._x - speed;
}
}
Instance of Symbol 209 MovieClip in Symbol 213 MovieClip Frame 1
onClipEvent (load) {
normal = this._xscale;
}
onClipEvent (enterFrame) {
if (this._currentframe > 200) {
this._x = 1000;
}
if (_root.score > 7000) {
if (this._currentframe == 1) {
this.play();
}
}
if (this._currentframe <= 100) {
if (this.hitTest(_root.game.attack_gem.hit)) {
this.gotoAndPlay(140);
}
}
if (this._currentframe == 100) {
if (((_root.jumping == 0) and (this._x < (_root.game.bottom._x + 10))) and (this._x > (_root.game.bottom._x - 10))) {
this.play();
}
}
if (speed > 0) {
this._xscale = -normal;
} else {
this._xscale = normal;
}
if ((this._currentframe > 1) and (this._currentframe <= 100)) {
speed = (this._x - _root.game.bottom._x) / 20;
this._x = this._x - speed;
}
}
Instance of Symbol 209 MovieClip in Symbol 213 MovieClip Frame 1
onClipEvent (load) {
normal = this._xscale;
}
onClipEvent (enterFrame) {
if (this._currentframe > 200) {
this._x = 1000;
}
if (_root.score > 9000) {
if (this._currentframe == 1) {
this.play();
}
}
if (this._currentframe <= 100) {
if (this.hitTest(_root.game.attack_gem.hit)) {
this.gotoAndPlay(140);
}
}
if (this._currentframe == 100) {
if (((_root.jumping == 0) and (this._x < (_root.game.bottom._x + 10))) and (this._x > (_root.game.bottom._x - 10))) {
this.play();
}
}
if (speed > 0) {
this._xscale = -normal;
} else {
this._xscale = normal;
}
if ((this._currentframe > 1) and (this._currentframe <= 100)) {
speed = (this._x - _root.game.bottom._x) / 20;
this._x = this._x - speed;
}
}
Instance of Symbol 209 MovieClip in Symbol 213 MovieClip Frame 1
onClipEvent (load) {
normal = this._xscale;
}
onClipEvent (enterFrame) {
if (this._currentframe > 200) {
this._x = 1000;
}
if (_root.score > 8000) {
if (this._currentframe == 1) {
this.play();
}
}
if (this._currentframe <= 100) {
if (this.hitTest(_root.game.attack_gem.hit)) {
this.gotoAndPlay(140);
}
}
if (this._currentframe == 100) {
if (((_root.jumping == 0) and (this._x < (_root.game.bottom._x + 10))) and (this._x > (_root.game.bottom._x - 10))) {
this.play();
}
}
if (speed > 0) {
this._xscale = -normal;
} else {
this._xscale = normal;
}
if ((this._currentframe > 1) and (this._currentframe <= 100)) {
speed = (this._x - _root.game.bottom._x) / 20;
this._x = this._x - speed;
}
}
Instance of Symbol 212 MovieClip "attack_gem" in Symbol 213 MovieClip Frame 1
onClipEvent (enterFrame) {
this.swapDepths(this._y);
}
Symbol 253 MovieClip Frame 1
stop();
Instance of Symbol 216 MovieClip in Symbol 253 MovieClip Frame 18
onClipEvent (enterFrame) {
if (((!_root.jumping) == 1) and this.hitTest(_root.game.bottom)) {
stopAllSounds();
_root.gotoAndStop(3);
}
}
Symbol 263 MovieClip Frame 1
_root.jack.stop();
Symbol 263 MovieClip Frame 59
_root.jack.play();
Symbol 263 MovieClip Frame 60
stop();
Symbol 275 MovieClip Frame 1
stop();
Symbol 275 MovieClip Frame 40
stop();
Symbol 275 MovieClip Frame 80
stop();
Symbol 275 MovieClip Frame 120
stop();
Symbol 275 MovieClip Frame 160
stop();
Symbol 275 MovieClip Frame 200
stop();
Symbol 284 Button
on (press) {
_root.gotoAndStop(2);
}
Symbol 285 MovieClip Frame 11
stop();
Symbol 289 Button
on (press) {
_root.gotoAndStop(1);
}