Frame 1
function __com_mochibot__(swfid, mc, lv, trk) {
var x;
var g;
var s;
var fv;
var sb;
var u;
var res;
var mb;
var mbc;
mb = "__mochibot__";
mbc = "mochibot.com";
g = (_global ? (_global) : (_level0._root));
if (g[mb + swfid]) {
return(g[mb + swfid]);
}
s = System.security;
x = mc._root.getSWFVersion;
fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5)));
if (!s) {
s = {};
}
sb = s.sandboxType;
if (sb == "localWithFile") {
return(null);
}
x = s.allowDomain;
if (x) {
s.allowDomain(mbc);
}
x = s.allowInsecureDomain;
if (x) {
s.allowInsecureDomain(mbc);
}
u = (((((((((((("http://" + mbc) + "/my/core.swf?mv=7&fv=") + fv) + "&v=") + escape(getVersion())) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "")) + (trk ? "&t=1" : "");
lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv))));
g[mb + "level"] = lv;
if (fv == 5) {
res = "_level" + lv;
if (!eval (res)) {
loadMovieNum (u, lv);
}
} else {
res = mc.createEmptyMovieClip(mb + swfid, lv);
res.loadMovie(u);
}
return(res);
}
__com_mochibot__("bfa198e1", this, 10301, true);
MochiAd.showPreGameAd({id:"05fddc81b22bac6e", res:"550x400"});
var mouseListener = new Object();
mouseListener.onMouseMove = function () {
crosshair._x = _xmouse;
crosshair._y = _ymouse;
};
Mouse.hide();
Mouse.addListener(mouseListener);
Frame 2
stop();
var mouseListener = new Object();
mouseListener.onMouseMove = function () {
crosshair._x = _xmouse;
crosshair._y = _ymouse;
};
Mouse.hide();
Mouse.addListener(mouseListener);
Frame 10
function sidewall_bounceback() {
_root.ship._x = _root.ship._x + (-(_root.ship.x_Amount_to_Move_Ship * -2));
_root.ship.x_Amount_to_Move_Ship = -2;
_root.ship._y = _root.ship._y + (-(_root.ship.y_Amount_to_Move_Ship * -2));
_root.ship.y_Amount_to_Move_Ship = -2;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.wallcrash_sound.setVolume(5);
}
level = 1;
lives = 15;
speed = 5;
y_dir1 = -9;
x_dir1 = -9;
boulder_speedup = -1;
var bubble_sound = new Sound();
bubble_sound.attachSound("triplebeep");
var whoosh_sound = new Sound();
whoosh_sound.attachSound("whoosh");
var mouseListener = new Object();
mouseListener.onMouseMove = function () {
crosshair._x = _xmouse;
crosshair._y = _ymouse;
};
Mouse.hide();
Mouse.addListener(mouseListener);
Frame 12
stop();
orbs_onstage = 0;
orbs_eaten = 0;
carry_orbs_offset = 1;
Instance of Symbol 109 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship)) {
_root.ship._y = _root.ship._y * 1.05;
}
}
Instance of Symbol 109 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship)) {
_root.ship._y = _root.ship._y * 0.75;
}
}
Instance of Symbol 109 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship)) {
_root.ship._y = _root.ship._y * 0.94;
}
}
Instance of Symbol 151 MovieClip "ship" in Frame 12
onClipEvent (mouseDown) {
_root.nextFrame();
}
Instance of Symbol 203 MovieClip "boulder1" in Frame 12
onClipEvent (enterFrame) {
this._y = this._y + _root.y_dir1;
this._x = this._x + _root.x_dir1;
if (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
_root.shields.nextFrame();
}
}
Instance of Symbol 195 MovieClip in Frame 12
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 12
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._y - 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 12
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x + 20;
_root.ship.x_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 12
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x - 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
}
Instance of Symbol 207 MovieClip in Frame 12
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._y + 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 218 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (_root.orbs_eaten == _root.orbs_onstage) {
this.gotoAndPlay(2);
}
if (this.hitTest(_root.ship.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 99;
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 218 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (_root.orbs_eaten == _root.orbs_onstage) {
this.gotoAndPlay(2);
}
if (this.hitTest(_root.ship.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 1;
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 151 MovieClip "ship" in Frame 13
onClipEvent (mouseMove) {
if (Math.abs(yDifference) > 200) {
_root.speed = 6;
this.superRockets.play();
}
if (Math.abs(yDifference) <= 200) {
_root.speed = 15;
}
if (Math.abs(xDifference) > 300) {
_root.speed = 6;
this.superRockets.play();
}
if (Math.abs(xDifference) <= 300) {
_root.speed = 15;
}
}
onClipEvent (mouseDown) {
_root.speed = 6;
this.superRockets.play();
_root.whoosh_sound.start();
}
onClipEvent (mouseUp) {
_root.speed = 12;
}
onClipEvent (enterFrame) {
yDifference = Math.round(_root._ymouse - this._y);
y_Amount_to_Move_Ship = Math.round(yDifference / _root.speed);
this._y = y_Amount_to_Move_Ship + this._y;
xDifference = Math.round(_root._xmouse - this._x);
x_Amount_to_Move_Ship = Math.round(xDifference / _root.speed);
this._x = x_Amount_to_Move_Ship + this._x;
if ((y_Amount_to_Move_Ship >= 1) or (y_Amount_to_Move_Ship <= -1)) {
this.engine_glow.play("start");
}
if (y_Amount_to_Move_Ship == 0) {
this.engine_glow.gotoAndStop("end");
}
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
}
Frame 14
_root.gotoAndStop("level" + _root.level);
Frame 17
stop();
orbs_onstage = 0;
orbs_eaten = 0;
carry_orbs_offset = 1;
Instance of Symbol 109 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship)) {
_root.ship._y = _root.ship._y * 1.05;
}
}
Instance of Symbol 109 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship)) {
_root.ship._y = _root.ship._y * 0.75;
}
}
Instance of Symbol 109 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship)) {
_root.ship._y = _root.ship._y * 0.94;
}
}
Instance of Symbol 151 MovieClip "ship" in Frame 17
onClipEvent (mouseDown) {
_root.nextFrame();
}
Instance of Symbol 195 MovieClip in Frame 17
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 203 MovieClip "boulder1" in Frame 17
onClipEvent (enterFrame) {
this._y = this._y + _root.y_dir1;
this._x = this._x + _root.x_dir1;
if (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
_root.shields.nextFrame();
}
}
Instance of Symbol 195 MovieClip in Frame 17
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 17
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._y - 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 17
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x + 20;
_root.ship.x_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 17
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x - 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
}
Instance of Symbol 207 MovieClip in Frame 17
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._y + 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 218 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (_root.orbs_eaten == _root.orbs_onstage) {
this.gotoAndPlay(2);
}
if (this.hitTest(_root.ship.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 1;
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 151 MovieClip "ship" in Frame 18
onClipEvent (mouseMove) {
if (Math.abs(yDifference) > 200) {
_root.speed = 6;
this.superRockets.play();
}
if (Math.abs(yDifference) <= 200) {
_root.speed = 15;
}
if (Math.abs(xDifference) > 300) {
_root.speed = 6;
this.superRockets.play();
}
if (Math.abs(xDifference) <= 300) {
_root.speed = 15;
}
}
onClipEvent (mouseDown) {
_root.speed = 6;
this.superRockets.play();
_root.whoosh_sound.start();
}
onClipEvent (mouseUp) {
_root.speed = 12;
}
onClipEvent (enterFrame) {
yDifference = Math.round(_root._ymouse - this._y);
y_Amount_to_Move_Ship = Math.round(yDifference / _root.speed);
this._y = y_Amount_to_Move_Ship + this._y;
xDifference = Math.round(_root._xmouse - this._x);
x_Amount_to_Move_Ship = Math.round(xDifference / _root.speed);
this._x = x_Amount_to_Move_Ship + this._x;
if ((y_Amount_to_Move_Ship >= 1) or (y_Amount_to_Move_Ship <= -1)) {
this.engine_glow.play("start");
}
if (y_Amount_to_Move_Ship == 0) {
this.engine_glow.gotoAndStop("end");
}
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
}
Frame 19
_root.gotoAndStop("level" + _root.level);
Frame 22
stop();
orbs_onstage = 0;
orbs_eaten = 0;
carry_orbs_offset = 1;
Instance of Symbol 109 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship)) {
_root.ship._y = _root.ship._y * 0.94;
}
}
Instance of Symbol 109 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship)) {
_root.ship._y = _root.ship._y * 0.75;
}
}
Instance of Symbol 109 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship)) {
_root.ship._y = _root.ship._y * 0.94;
}
}
Instance of Symbol 151 MovieClip "ship" in Frame 22
onClipEvent (mouseDown) {
_root.nextFrame();
}
Instance of Symbol 195 MovieClip in Frame 22
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 22
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 22
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 22
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 22
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._y - 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 22
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x + 20;
_root.ship.x_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 22
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x - 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
}
Instance of Symbol 207 MovieClip in Frame 22
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._y + 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 218 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (_root.orbs_eaten == _root.orbs_onstage) {
this.gotoAndPlay(2);
}
if (this.hitTest(_root.ship.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 1;
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 151 MovieClip "ship" in Frame 23
onClipEvent (mouseMove) {
if (Math.abs(yDifference) > 200) {
_root.speed = 6;
this.superRockets.play();
}
if (Math.abs(yDifference) <= 200) {
_root.speed = 15;
}
if (Math.abs(xDifference) > 300) {
_root.speed = 6;
this.superRockets.play();
}
if (Math.abs(xDifference) <= 300) {
_root.speed = 15;
}
}
onClipEvent (mouseDown) {
_root.speed = 6;
this.superRockets.play();
_root.whoosh_sound.start();
}
onClipEvent (mouseUp) {
_root.speed = 12;
}
onClipEvent (enterFrame) {
yDifference = Math.round(_root._ymouse - this._y);
y_Amount_to_Move_Ship = Math.round(yDifference / _root.speed);
this._y = y_Amount_to_Move_Ship + this._y;
xDifference = Math.round(_root._xmouse - this._x);
x_Amount_to_Move_Ship = Math.round(xDifference / _root.speed);
this._x = x_Amount_to_Move_Ship + this._x;
if ((y_Amount_to_Move_Ship >= 1) or (y_Amount_to_Move_Ship <= -1)) {
this.engine_glow.play("start");
}
if (y_Amount_to_Move_Ship == 0) {
this.engine_glow.gotoAndStop("end");
}
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
}
Frame 24
_root.gotoAndStop("level" + _root.level);
Frame 27
stop();
orbs_onstage = 0;
orbs_eaten = 0;
carry_orbs_offset = 1;
Instance of Symbol 109 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship)) {
_root.ship._y = _root.ship._y * 0.75;
}
}
Instance of Symbol 109 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship)) {
_root.ship._y = _root.ship._y * 0.94;
}
}
Instance of Symbol 151 MovieClip "ship" in Frame 27
onClipEvent (mouseDown) {
_root.nextFrame();
}
Instance of Symbol 203 MovieClip "boulder1" in Frame 27
onClipEvent (enterFrame) {
this._y = this._y + _root.y_dir1;
this._x = this._x + _root.x_dir1;
if (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
_root.shields.nextFrame();
}
}
Instance of Symbol 195 MovieClip in Frame 27
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 27
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 27
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 27
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._y - 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 27
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x + 20;
_root.ship.x_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 27
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x - 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 27
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._y - 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 218 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (_root.orbs_eaten == _root.orbs_onstage) {
this.gotoAndPlay(2);
}
if (this.hitTest(_root.ship.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 1;
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 151 MovieClip "ship" in Frame 28
onClipEvent (mouseMove) {
if (Math.abs(yDifference) > 200) {
_root.speed = 6;
this.superRockets.play();
}
if (Math.abs(yDifference) <= 200) {
_root.speed = 15;
}
if (Math.abs(xDifference) > 300) {
_root.speed = 6;
this.superRockets.play();
}
if (Math.abs(xDifference) <= 300) {
_root.speed = 15;
}
}
onClipEvent (mouseDown) {
_root.speed = 6;
this.superRockets.play();
_root.whoosh_sound.start();
}
onClipEvent (mouseUp) {
_root.speed = 12;
}
onClipEvent (enterFrame) {
yDifference = Math.round(_root._ymouse - this._y);
y_Amount_to_Move_Ship = Math.round(yDifference / _root.speed);
this._y = y_Amount_to_Move_Ship + this._y;
xDifference = Math.round(_root._xmouse - this._x);
x_Amount_to_Move_Ship = Math.round(xDifference / _root.speed);
this._x = x_Amount_to_Move_Ship + this._x;
if ((y_Amount_to_Move_Ship >= 1) or (y_Amount_to_Move_Ship <= -1)) {
this.engine_glow.play("start");
}
if (y_Amount_to_Move_Ship == 0) {
this.engine_glow.gotoAndStop("end");
}
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
}
Frame 29
_root.gotoAndStop("level" + _root.level);
Frame 32
stop();
orbs_onstage = 0;
orbs_eaten = 0;
carry_orbs_offset = 1;
Instance of Symbol 151 MovieClip "ship" in Frame 32
onClipEvent (mouseDown) {
_root.nextFrame();
}
Instance of Symbol 195 MovieClip in Frame 32
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 32
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 203 MovieClip "boulder1" in Frame 32
onClipEvent (enterFrame) {
this._y = this._y + _root.y_dir1;
this._x = this._x + _root.x_dir1;
if (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
_root.shields.nextFrame();
}
}
Instance of Symbol 195 MovieClip in Frame 32
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 32
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._y - 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 32
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x + 20;
_root.ship.x_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 32
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x - 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 32
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._y - 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 32
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 218 MovieClip in Frame 32
onClipEvent (enterFrame) {
if (_root.orbs_eaten == _root.orbs_onstage) {
this.gotoAndPlay(2);
}
if (this.hitTest(_root.ship.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 1;
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 151 MovieClip "ship" in Frame 33
onClipEvent (mouseMove) {
if (Math.abs(yDifference) > 200) {
_root.speed = 6;
this.superRockets.play();
}
if (Math.abs(yDifference) <= 200) {
_root.speed = 15;
}
if (Math.abs(xDifference) > 300) {
_root.speed = 6;
this.superRockets.play();
}
if (Math.abs(xDifference) <= 300) {
_root.speed = 15;
}
}
onClipEvent (mouseDown) {
_root.speed = 6;
this.superRockets.play();
_root.whoosh_sound.start();
}
onClipEvent (mouseUp) {
_root.speed = 12;
}
onClipEvent (enterFrame) {
yDifference = Math.round(_root._ymouse - this._y);
y_Amount_to_Move_Ship = Math.round(yDifference / _root.speed);
this._y = y_Amount_to_Move_Ship + this._y;
xDifference = Math.round(_root._xmouse - this._x);
x_Amount_to_Move_Ship = Math.round(xDifference / _root.speed);
this._x = x_Amount_to_Move_Ship + this._x;
if ((y_Amount_to_Move_Ship >= 1) or (y_Amount_to_Move_Ship <= -1)) {
this.engine_glow.play("start");
}
if (y_Amount_to_Move_Ship == 0) {
this.engine_glow.gotoAndStop("end");
}
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
}
Frame 34
_root.gotoAndStop("level" + _root.level);
Frame 37
stop();
orbs_onstage = 0;
orbs_eaten = 0;
carry_orbs_offset = 1;
Instance of Symbol 151 MovieClip "ship" in Frame 37
onClipEvent (mouseDown) {
_root.nextFrame();
}
Instance of Symbol 195 MovieClip in Frame 37
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 203 MovieClip "boulder1" in Frame 37
onClipEvent (enterFrame) {
this._y = this._y + _root.y_dir1;
this._x = this._x + _root.x_dir1;
if (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
_root.shields.nextFrame();
}
}
Instance of Symbol 195 MovieClip in Frame 37
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 37
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._y - 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 37
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x + 20;
_root.ship.x_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 37
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x - 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
}
Instance of Symbol 207 MovieClip in Frame 37
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._y + 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 218 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.orbs_eaten == _root.orbs_onstage) {
this.gotoAndPlay(2);
}
if (this.hitTest(_root.ship.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 1;
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 151 MovieClip "ship" in Frame 38
onClipEvent (mouseMove) {
if (Math.abs(yDifference) > 200) {
_root.speed = 6;
this.superRockets.play();
}
if (Math.abs(yDifference) <= 200) {
_root.speed = 15;
}
if (Math.abs(xDifference) > 300) {
_root.speed = 6;
this.superRockets.play();
}
if (Math.abs(xDifference) <= 300) {
_root.speed = 15;
}
}
onClipEvent (mouseDown) {
_root.speed = 6;
this.superRockets.play();
_root.whoosh_sound.start();
}
onClipEvent (mouseUp) {
_root.speed = 12;
}
onClipEvent (enterFrame) {
yDifference = Math.round(_root._ymouse - this._y);
y_Amount_to_Move_Ship = Math.round(yDifference / _root.speed);
this._y = y_Amount_to_Move_Ship + this._y;
xDifference = Math.round(_root._xmouse - this._x);
x_Amount_to_Move_Ship = Math.round(xDifference / _root.speed);
this._x = x_Amount_to_Move_Ship + this._x;
if ((y_Amount_to_Move_Ship >= 1) or (y_Amount_to_Move_Ship <= -1)) {
this.engine_glow.play("start");
}
if (y_Amount_to_Move_Ship == 0) {
this.engine_glow.gotoAndStop("end");
}
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
}
Frame 39
_root.gotoAndStop("level" + _root.level);
Frame 42
stop();
orbs_onstage = 0;
orbs_eaten = 0;
carry_orbs_offset = 1;
Instance of Symbol 109 MovieClip in Frame 42
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship)) {
_root.ship._y = _root.ship._y * 1.05;
}
}
Instance of Symbol 109 MovieClip in Frame 42
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship)) {
_root.ship._y = _root.ship._y * 0.75;
}
}
Instance of Symbol 109 MovieClip in Frame 42
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship)) {
_root.ship._y = _root.ship._y * 0.94;
}
}
Instance of Symbol 151 MovieClip "ship" in Frame 42
onClipEvent (mouseDown) {
_root.nextFrame();
}
Instance of Symbol 195 MovieClip in Frame 42
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 42
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 203 MovieClip "boulder1" in Frame 42
onClipEvent (enterFrame) {
this._y = this._y + _root.y_dir1;
this._x = this._x + _root.x_dir1;
if (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
_root.shields.nextFrame();
}
}
Instance of Symbol 195 MovieClip in Frame 42
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 42
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._y - 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 42
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x + 20;
_root.ship.x_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 42
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x - 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
}
Instance of Symbol 207 MovieClip in Frame 42
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._y + 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 218 MovieClip in Frame 42
onClipEvent (enterFrame) {
if (_root.orbs_eaten == _root.orbs_onstage) {
this.gotoAndPlay(2);
}
if (this.hitTest(_root.ship.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 1;
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 151 MovieClip "ship" in Frame 43
onClipEvent (mouseMove) {
if (Math.abs(yDifference) > 200) {
_root.speed = 6;
this.superRockets.play();
}
if (Math.abs(yDifference) <= 200) {
_root.speed = 15;
}
if (Math.abs(xDifference) > 300) {
_root.speed = 6;
this.superRockets.play();
}
if (Math.abs(xDifference) <= 300) {
_root.speed = 15;
}
}
onClipEvent (mouseDown) {
_root.speed = 6;
this.superRockets.play();
_root.whoosh_sound.start();
}
onClipEvent (mouseUp) {
_root.speed = 12;
}
onClipEvent (enterFrame) {
yDifference = Math.round(_root._ymouse - this._y);
y_Amount_to_Move_Ship = Math.round(yDifference / _root.speed);
this._y = y_Amount_to_Move_Ship + this._y;
xDifference = Math.round(_root._xmouse - this._x);
x_Amount_to_Move_Ship = Math.round(xDifference / _root.speed);
this._x = x_Amount_to_Move_Ship + this._x;
if ((y_Amount_to_Move_Ship >= 1) or (y_Amount_to_Move_Ship <= -1)) {
this.engine_glow.play("start");
}
if (y_Amount_to_Move_Ship == 0) {
this.engine_glow.gotoAndStop("end");
}
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
}
Frame 44
_root.gotoAndStop("level" + _root.level);
Frame 47
stop();
orbs_onstage = 0;
orbs_eaten = 0;
carry_orbs_offset = 1;
Instance of Symbol 109 MovieClip in Frame 47
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship)) {
_root.ship._y = _root.ship._y * 1.05;
}
}
Instance of Symbol 109 MovieClip in Frame 47
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship)) {
_root.ship._y = _root.ship._y * 0.65;
}
}
Instance of Symbol 109 MovieClip in Frame 47
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship)) {
_root.ship._y = _root.ship._y * 0.94;
}
}
Instance of Symbol 151 MovieClip "ship" in Frame 47
onClipEvent (mouseDown) {
_root.nextFrame();
}
Instance of Symbol 195 MovieClip in Frame 47
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 47
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 47
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 47
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 47
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 47
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 47
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 47
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 47
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 47
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 47
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 47
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 47
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 47
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 47
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 47
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 47
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 47
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 47
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 47
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 47
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 47
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 47
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 47
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 47
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 47
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 47
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 47
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 47
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 47
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 47
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 47
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 47
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 203 MovieClip "boulder1" in Frame 47
onClipEvent (enterFrame) {
this._y = this._y + _root.y_dir1;
this._x = this._x + _root.x_dir1;
if (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
_root.shields.nextFrame();
}
}
Instance of Symbol 207 MovieClip in Frame 47
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._y - 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 47
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x + 20;
_root.ship.x_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 47
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x - 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
}
Instance of Symbol 207 MovieClip in Frame 47
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._y + 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 218 MovieClip in Frame 47
onClipEvent (enterFrame) {
if (_root.orbs_eaten == _root.orbs_onstage) {
this.gotoAndPlay(2);
}
if (this.hitTest(_root.ship.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 1;
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 151 MovieClip "ship" in Frame 48
onClipEvent (mouseMove) {
if (Math.abs(yDifference) > 200) {
_root.speed = 6;
this.superRockets.play();
}
if (Math.abs(yDifference) <= 200) {
_root.speed = 15;
}
if (Math.abs(xDifference) > 300) {
_root.speed = 6;
this.superRockets.play();
}
if (Math.abs(xDifference) <= 300) {
_root.speed = 15;
}
}
onClipEvent (mouseDown) {
_root.speed = 6;
this.superRockets.play();
_root.whoosh_sound.start();
}
onClipEvent (mouseUp) {
_root.speed = 12;
}
onClipEvent (enterFrame) {
yDifference = Math.round(_root._ymouse - this._y);
y_Amount_to_Move_Ship = Math.round(yDifference / _root.speed);
this._y = y_Amount_to_Move_Ship + this._y;
xDifference = Math.round(_root._xmouse - this._x);
x_Amount_to_Move_Ship = Math.round(xDifference / _root.speed);
this._x = x_Amount_to_Move_Ship + this._x;
if ((y_Amount_to_Move_Ship >= 1) or (y_Amount_to_Move_Ship <= -1)) {
this.engine_glow.play("start");
}
if (y_Amount_to_Move_Ship == 0) {
this.engine_glow.gotoAndStop("end");
}
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
}
Frame 49
_root.gotoAndStop("level" + _root.level);
Frame 52
stop();
orbs_onstage = 0;
orbs_eaten = 0;
carry_orbs_offset = 1;
Instance of Symbol 109 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship)) {
_root.ship._y = _root.ship._y * 1.05;
}
}
Instance of Symbol 109 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship)) {
_root.ship._y = _root.ship._y * 1.05;
}
}
Instance of Symbol 109 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship)) {
_root.ship._y = _root.ship._y * 0.75;
}
}
Instance of Symbol 109 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship)) {
_root.ship._y = _root.ship._y * 0.94;
}
}
Instance of Symbol 151 MovieClip "ship" in Frame 52
onClipEvent (mouseDown) {
_root.nextFrame();
}
Instance of Symbol 195 MovieClip in Frame 52
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 52
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 52
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 52
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 52
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 203 MovieClip "boulder1" in Frame 52
onClipEvent (enterFrame) {
this._y = this._y + _root.y_dir1;
this._x = this._x + _root.x_dir1;
if (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
_root.shields.nextFrame();
}
}
Instance of Symbol 195 MovieClip in Frame 52
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 52
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._y - 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 52
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x + 20;
_root.ship.x_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 52
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x - 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
}
Instance of Symbol 207 MovieClip in Frame 52
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._y + 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 218 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.orbs_eaten == _root.orbs_onstage) {
this.gotoAndPlay(2);
}
if (this.hitTest(_root.ship.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 1;
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 151 MovieClip "ship" in Frame 53
onClipEvent (mouseMove) {
if (Math.abs(yDifference) > 200) {
_root.speed = 6;
this.superRockets.play();
}
if (Math.abs(yDifference) <= 200) {
_root.speed = 15;
}
if (Math.abs(xDifference) > 300) {
_root.speed = 6;
this.superRockets.play();
}
if (Math.abs(xDifference) <= 300) {
_root.speed = 15;
}
}
onClipEvent (mouseDown) {
_root.speed = 6;
this.superRockets.play();
_root.whoosh_sound.start();
}
onClipEvent (mouseUp) {
_root.speed = 12;
}
onClipEvent (enterFrame) {
yDifference = Math.round(_root._ymouse - this._y);
y_Amount_to_Move_Ship = Math.round(yDifference / _root.speed);
this._y = y_Amount_to_Move_Ship + this._y;
xDifference = Math.round(_root._xmouse - this._x);
x_Amount_to_Move_Ship = Math.round(xDifference / _root.speed);
this._x = x_Amount_to_Move_Ship + this._x;
if ((y_Amount_to_Move_Ship >= 1) or (y_Amount_to_Move_Ship <= -1)) {
this.engine_glow.play("start");
}
if (y_Amount_to_Move_Ship == 0) {
this.engine_glow.gotoAndStop("end");
}
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
}
Frame 54
_root.gotoAndStop("level" + _root.level);
Frame 57
stop();
orbs_onstage = 0;
orbs_eaten = 0;
carry_orbs_offset = 1;
Instance of Symbol 109 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship)) {
_root.ship._y = _root.ship._y * 1.05;
}
}
Instance of Symbol 109 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship)) {
_root.ship._y = _root.ship._y * 0.75;
}
}
Instance of Symbol 109 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship)) {
_root.ship._y = _root.ship._y * 0.94;
}
}
Instance of Symbol 151 MovieClip "ship" in Frame 57
onClipEvent (mouseDown) {
_root.nextFrame();
}
Instance of Symbol 195 MovieClip in Frame 57
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 57
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 57
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 57
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 203 MovieClip "boulder1" in Frame 57
onClipEvent (enterFrame) {
this._y = this._y + _root.y_dir1;
this._x = this._x + _root.x_dir1;
if (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
_root.shields.nextFrame();
}
}
Instance of Symbol 207 MovieClip in Frame 57
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._y - 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 57
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x + 20;
_root.ship.x_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 57
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x - 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
}
Instance of Symbol 207 MovieClip in Frame 57
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._y + 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 218 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (_root.orbs_eaten == _root.orbs_onstage) {
this.gotoAndPlay(2);
}
if (this.hitTest(_root.ship.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 1;
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 151 MovieClip "ship" in Frame 58
onClipEvent (mouseMove) {
if (Math.abs(yDifference) > 200) {
_root.speed = 6;
this.superRockets.play();
}
if (Math.abs(yDifference) <= 200) {
_root.speed = 15;
}
if (Math.abs(xDifference) > 300) {
_root.speed = 6;
this.superRockets.play();
}
if (Math.abs(xDifference) <= 300) {
_root.speed = 15;
}
}
onClipEvent (mouseDown) {
_root.speed = 6;
this.superRockets.play();
_root.whoosh_sound.start();
}
onClipEvent (mouseUp) {
_root.speed = 12;
}
onClipEvent (enterFrame) {
yDifference = Math.round(_root._ymouse - this._y);
y_Amount_to_Move_Ship = Math.round(yDifference / _root.speed);
this._y = y_Amount_to_Move_Ship + this._y;
xDifference = Math.round(_root._xmouse - this._x);
x_Amount_to_Move_Ship = Math.round(xDifference / _root.speed);
this._x = x_Amount_to_Move_Ship + this._x;
if ((y_Amount_to_Move_Ship >= 1) or (y_Amount_to_Move_Ship <= -1)) {
this.engine_glow.play("start");
}
if (y_Amount_to_Move_Ship == 0) {
this.engine_glow.gotoAndStop("end");
}
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
}
Frame 59
_root.gotoAndStop("level" + _root.level);
Frame 62
stop();
orbs_onstage = 0;
orbs_eaten = 0;
carry_orbs_offset = 1;
Instance of Symbol 109 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship)) {
_root.ship._y = _root.ship._y * 1.05;
}
}
Instance of Symbol 109 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship)) {
_root.ship._y = _root.ship._y * 0.75;
}
}
Instance of Symbol 109 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship)) {
_root.ship._y = _root.ship._y * 0.94;
}
}
Instance of Symbol 151 MovieClip "ship" in Frame 62
onClipEvent (mouseDown) {
_root.nextFrame();
}
Instance of Symbol 195 MovieClip in Frame 62
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 62
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 203 MovieClip "boulder1" in Frame 62
onClipEvent (enterFrame) {
this._y = this._y + _root.y_dir1;
this._x = this._x + _root.x_dir1;
if (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
_root.shields.nextFrame();
}
}
Instance of Symbol 195 MovieClip in Frame 62
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 62
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._y - 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 62
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x + 20;
_root.ship.x_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 62
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x - 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
}
Instance of Symbol 207 MovieClip in Frame 62
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._y + 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 218 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (_root.orbs_eaten == _root.orbs_onstage) {
this.gotoAndPlay(2);
}
if (this.hitTest(_root.ship.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 1;
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 151 MovieClip "ship" in Frame 63
onClipEvent (mouseMove) {
if (Math.abs(yDifference) > 200) {
_root.speed = 6;
this.superRockets.play();
}
if (Math.abs(yDifference) <= 200) {
_root.speed = 15;
}
if (Math.abs(xDifference) > 300) {
_root.speed = 6;
this.superRockets.play();
}
if (Math.abs(xDifference) <= 300) {
_root.speed = 15;
}
}
onClipEvent (mouseDown) {
_root.speed = 6;
this.superRockets.play();
_root.whoosh_sound.start();
}
onClipEvent (mouseUp) {
_root.speed = 12;
}
onClipEvent (enterFrame) {
yDifference = Math.round(_root._ymouse - this._y);
y_Amount_to_Move_Ship = Math.round(yDifference / _root.speed);
this._y = y_Amount_to_Move_Ship + this._y;
xDifference = Math.round(_root._xmouse - this._x);
x_Amount_to_Move_Ship = Math.round(xDifference / _root.speed);
this._x = x_Amount_to_Move_Ship + this._x;
if ((y_Amount_to_Move_Ship >= 1) or (y_Amount_to_Move_Ship <= -1)) {
this.engine_glow.play("start");
}
if (y_Amount_to_Move_Ship == 0) {
this.engine_glow.gotoAndStop("end");
}
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
}
Frame 64
_root.gotoAndStop("level" + _root.level);
Frame 66
stop();
orbs_onstage = 0;
orbs_eaten = 0;
carry_orbs_offset = 1;
Instance of Symbol 109 MovieClip in Frame 66
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship)) {
_root.ship._y = _root.ship._y * 0.75;
}
}
Instance of Symbol 109 MovieClip in Frame 66
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship)) {
_root.ship._y = _root.ship._y * 0.94;
}
}
Instance of Symbol 151 MovieClip "ship" in Frame 66
onClipEvent (mouseDown) {
_root.nextFrame();
}
Instance of Symbol 195 MovieClip in Frame 66
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 66
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 66
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 66
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 66
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 66
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 66
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 66
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 66
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 66
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 66
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 66
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 66
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 66
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 66
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 66
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 66
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 66
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 66
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 66
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 66
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 66
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 66
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 66
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 66
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 66
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 66
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 66
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 66
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 66
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 66
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 66
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 66
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 66
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 66
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 66
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 66
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 66
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 66
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 66
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 66
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 66
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 66
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 203 MovieClip "boulder1" in Frame 66
onClipEvent (enterFrame) {
this._y = this._y + _root.y_dir1;
this._x = this._x + _root.x_dir1;
if (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
_root.shields.nextFrame();
}
}
Instance of Symbol 207 MovieClip in Frame 66
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._y - 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 66
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x + 20;
_root.ship.x_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 66
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x - 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
}
Instance of Symbol 207 MovieClip in Frame 66
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._y + 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 218 MovieClip in Frame 66
onClipEvent (enterFrame) {
if (_root.orbs_eaten == _root.orbs_onstage) {
this.gotoAndPlay(2);
}
if (this.hitTest(_root.ship.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 1;
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 151 MovieClip "ship" in Frame 67
onClipEvent (mouseMove) {
if (Math.abs(yDifference) > 200) {
_root.speed = 6;
this.superRockets.play();
}
if (Math.abs(yDifference) <= 200) {
_root.speed = 15;
}
if (Math.abs(xDifference) > 300) {
_root.speed = 6;
this.superRockets.play();
}
if (Math.abs(xDifference) <= 300) {
_root.speed = 15;
}
}
onClipEvent (mouseDown) {
_root.speed = 6;
this.superRockets.play();
_root.whoosh_sound.start();
}
onClipEvent (mouseUp) {
_root.speed = 12;
}
onClipEvent (enterFrame) {
yDifference = Math.round(_root._ymouse - this._y);
y_Amount_to_Move_Ship = Math.round(yDifference / _root.speed);
this._y = y_Amount_to_Move_Ship + this._y;
xDifference = Math.round(_root._xmouse - this._x);
x_Amount_to_Move_Ship = Math.round(xDifference / _root.speed);
this._x = x_Amount_to_Move_Ship + this._x;
if ((y_Amount_to_Move_Ship >= 1) or (y_Amount_to_Move_Ship <= -1)) {
this.engine_glow.play("start");
}
if (y_Amount_to_Move_Ship == 0) {
this.engine_glow.gotoAndStop("end");
}
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
}
Frame 68
_root.gotoAndStop("level" + _root.level);
Frame 70
stop();
orbs_onstage = 0;
orbs_eaten = 0;
carry_orbs_offset = 1;
Instance of Symbol 109 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship)) {
_root.ship._y = _root.ship._y * 1.05;
}
}
Instance of Symbol 109 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship)) {
_root.ship._y = _root.ship._y * 0.75;
}
}
Instance of Symbol 109 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship)) {
_root.ship._y = _root.ship._y * 0.94;
}
}
Instance of Symbol 151 MovieClip "ship" in Frame 70
onClipEvent (mouseDown) {
_root.nextFrame();
}
Instance of Symbol 241 MovieClip "boulder1" in Frame 70
onClipEvent (enterFrame) {
this._y = this._y + _root.y_dir1;
this._x = this._x + _root.x_dir1;
if (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
_root.shields.nextFrame();
}
}
Instance of Symbol 195 MovieClip in Frame 70
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 70
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 70
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 70
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 70
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._y - 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 70
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x + 20;
_root.ship.x_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 70
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x - 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
}
Instance of Symbol 207 MovieClip in Frame 70
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._y + 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 218 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (_root.orbs_eaten == _root.orbs_onstage) {
this.gotoAndPlay(2);
}
if (this.hitTest(_root.ship.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 1;
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 151 MovieClip "ship" in Frame 71
onClipEvent (mouseMove) {
if (Math.abs(yDifference) > 200) {
_root.speed = 6;
this.superRockets.play();
}
if (Math.abs(yDifference) <= 200) {
_root.speed = 15;
}
if (Math.abs(xDifference) > 300) {
_root.speed = 6;
this.superRockets.play();
}
if (Math.abs(xDifference) <= 300) {
_root.speed = 15;
}
}
onClipEvent (mouseDown) {
_root.speed = 6;
this.superRockets.play();
_root.whoosh_sound.start();
}
onClipEvent (mouseUp) {
_root.speed = 12;
}
onClipEvent (enterFrame) {
yDifference = Math.round(_root._ymouse - this._y);
y_Amount_to_Move_Ship = Math.round(yDifference / _root.speed);
this._y = y_Amount_to_Move_Ship + this._y;
xDifference = Math.round(_root._xmouse - this._x);
x_Amount_to_Move_Ship = Math.round(xDifference / _root.speed);
this._x = x_Amount_to_Move_Ship + this._x;
if ((y_Amount_to_Move_Ship >= 1) or (y_Amount_to_Move_Ship <= -1)) {
this.engine_glow.play("start");
}
if (y_Amount_to_Move_Ship == 0) {
this.engine_glow.gotoAndStop("end");
}
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
}
Frame 72
_root.gotoAndStop("level" + _root.level);
Frame 75
stop();
orbs_onstage = 0;
orbs_eaten = 0;
carry_orbs_offset = 1;
Instance of Symbol 109 MovieClip in Frame 75
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship)) {
_root.ship._y = _root.ship._y * 1.05;
}
}
Instance of Symbol 109 MovieClip in Frame 75
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship)) {
_root.ship._y = _root.ship._y * 0.75;
}
}
Instance of Symbol 109 MovieClip in Frame 75
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship)) {
_root.ship._y = _root.ship._y * 0.94;
}
}
Instance of Symbol 151 MovieClip "ship" in Frame 75
onClipEvent (mouseDown) {
_root.nextFrame();
}
Instance of Symbol 195 MovieClip in Frame 75
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 203 MovieClip "boulder1" in Frame 75
onClipEvent (enterFrame) {
this._y = this._y + _root.y_dir1;
this._x = this._x + _root.x_dir1;
if (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
_root.shields.nextFrame();
}
}
Instance of Symbol 195 MovieClip in Frame 75
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 75
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._y - 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 75
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x + 20;
_root.ship.x_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 75
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x - 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
}
Instance of Symbol 207 MovieClip in Frame 75
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._y + 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 218 MovieClip in Frame 75
onClipEvent (enterFrame) {
if (_root.orbs_eaten == _root.orbs_onstage) {
this.gotoAndPlay(2);
}
if (this.hitTest(_root.ship.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 1;
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 151 MovieClip "ship" in Frame 76
onClipEvent (mouseMove) {
if (Math.abs(yDifference) > 200) {
_root.speed = 6;
this.superRockets.play();
}
if (Math.abs(yDifference) <= 200) {
_root.speed = 15;
}
if (Math.abs(xDifference) > 300) {
_root.speed = 6;
this.superRockets.play();
}
if (Math.abs(xDifference) <= 300) {
_root.speed = 15;
}
}
onClipEvent (mouseDown) {
_root.speed = 6;
this.superRockets.play();
_root.whoosh_sound.start();
}
onClipEvent (mouseUp) {
_root.speed = 12;
}
onClipEvent (enterFrame) {
yDifference = Math.round(_root._ymouse - this._y);
y_Amount_to_Move_Ship = Math.round(yDifference / _root.speed);
this._y = y_Amount_to_Move_Ship + this._y;
xDifference = Math.round(_root._xmouse - this._x);
x_Amount_to_Move_Ship = Math.round(xDifference / _root.speed);
this._x = x_Amount_to_Move_Ship + this._x;
if ((y_Amount_to_Move_Ship >= 1) or (y_Amount_to_Move_Ship <= -1)) {
this.engine_glow.play("start");
}
if (y_Amount_to_Move_Ship == 0) {
this.engine_glow.gotoAndStop("end");
}
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
}
Frame 77
_root.gotoAndStop("level" + _root.level);
Frame 80
stop();
orbs_onstage = 0;
orbs_eaten = 0;
carry_orbs_offset = 1;
Instance of Symbol 109 MovieClip in Frame 80
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship)) {
_root.ship._y = _root.ship._y * 0.94;
}
}
Instance of Symbol 109 MovieClip in Frame 80
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship)) {
_root.ship._y = _root.ship._y * 0.94;
}
}
Instance of Symbol 109 MovieClip in Frame 80
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship)) {
_root.ship._y = _root.ship._y * 0.75;
}
}
Instance of Symbol 151 MovieClip "ship" in Frame 80
onClipEvent (mouseDown) {
_root.nextFrame();
}
Instance of Symbol 195 MovieClip in Frame 80
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 80
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 80
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._y - 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 80
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x + 20;
_root.ship.x_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 80
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x - 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 80
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._y + 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 218 MovieClip in Frame 80
onClipEvent (enterFrame) {
if (_root.orbs_eaten == _root.orbs_onstage) {
this.gotoAndPlay(2);
}
if (this.hitTest(_root.ship.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 1;
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 151 MovieClip "ship" in Frame 81
onClipEvent (mouseMove) {
if (Math.abs(yDifference) > 200) {
_root.speed = 6;
this.superRockets.play();
}
if (Math.abs(yDifference) <= 200) {
_root.speed = 15;
}
if (Math.abs(xDifference) > 300) {
_root.speed = 6;
this.superRockets.play();
}
if (Math.abs(xDifference) <= 300) {
_root.speed = 15;
}
}
onClipEvent (mouseDown) {
_root.speed = 6;
this.superRockets.play();
_root.whoosh_sound.start();
}
onClipEvent (mouseUp) {
_root.speed = 12;
}
onClipEvent (enterFrame) {
yDifference = Math.round(_root._ymouse - this._y);
y_Amount_to_Move_Ship = Math.round(yDifference / _root.speed);
this._y = y_Amount_to_Move_Ship + this._y;
xDifference = Math.round(_root._xmouse - this._x);
x_Amount_to_Move_Ship = Math.round(xDifference / _root.speed);
this._x = x_Amount_to_Move_Ship + this._x;
if ((y_Amount_to_Move_Ship >= 1) or (y_Amount_to_Move_Ship <= -1)) {
this.engine_glow.play("start");
}
if (y_Amount_to_Move_Ship == 0) {
this.engine_glow.gotoAndStop("end");
}
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
}
Frame 82
_root.gotoAndStop("level" + _root.level);
Frame 85
stop();
orbs_onstage = 0;
orbs_eaten = 0;
carry_orbs_offset = 1;
Instance of Symbol 109 MovieClip in Frame 85
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship)) {
_root.ship._y = _root.ship._y * 0.75;
}
}
Instance of Symbol 109 MovieClip in Frame 85
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship)) {
_root.ship._y = _root.ship._y * 0.94;
}
}
Instance of Symbol 151 MovieClip "ship" in Frame 85
onClipEvent (mouseDown) {
_root.nextFrame();
}
Instance of Symbol 207 MovieClip in Frame 85
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._y - 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 85
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x + 20;
_root.ship.x_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 85
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x - 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
}
Instance of Symbol 207 MovieClip in Frame 85
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._y + 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 218 MovieClip in Frame 85
onClipEvent (enterFrame) {
if (_root.orbs_eaten == _root.orbs_onstage) {
this.gotoAndPlay(2);
}
if (this.hitTest(_root.ship.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 1;
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 151 MovieClip "ship" in Frame 86
onClipEvent (mouseMove) {
if (Math.abs(yDifference) > 200) {
_root.speed = 6;
this.superRockets.play();
}
if (Math.abs(yDifference) <= 200) {
_root.speed = 15;
}
if (Math.abs(xDifference) > 300) {
_root.speed = 6;
this.superRockets.play();
}
if (Math.abs(xDifference) <= 300) {
_root.speed = 15;
}
}
onClipEvent (mouseDown) {
_root.speed = 6;
this.superRockets.play();
_root.whoosh_sound.start();
}
onClipEvent (mouseUp) {
_root.speed = 12;
}
onClipEvent (enterFrame) {
yDifference = Math.round(_root._ymouse - this._y);
y_Amount_to_Move_Ship = Math.round(yDifference / _root.speed);
this._y = y_Amount_to_Move_Ship + this._y;
xDifference = Math.round(_root._xmouse - this._x);
x_Amount_to_Move_Ship = Math.round(xDifference / _root.speed);
this._x = x_Amount_to_Move_Ship + this._x;
if ((y_Amount_to_Move_Ship >= 1) or (y_Amount_to_Move_Ship <= -1)) {
this.engine_glow.play("start");
}
if (y_Amount_to_Move_Ship == 0) {
this.engine_glow.gotoAndStop("end");
}
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
}
Frame 87
_root.gotoAndStop("level" + _root.level);
Frame 90
stop();
orbs_onstage = 0;
orbs_eaten = 0;
carry_orbs_offset = 1;
Instance of Symbol 109 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship)) {
_root.ship._y = _root.ship._y * 0.75;
}
}
Instance of Symbol 109 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship)) {
_root.ship._y = _root.ship._y * 0.94;
}
}
Instance of Symbol 151 MovieClip "ship" in Frame 90
onClipEvent (mouseDown) {
_root.nextFrame();
}
Instance of Symbol 195 MovieClip in Frame 90
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 90
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 90
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 90
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 90
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 203 MovieClip "boulder1" in Frame 90
onClipEvent (enterFrame) {
this._y = this._y + _root.y_dir1;
this._x = this._x + _root.x_dir1;
if (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
_root.shields.nextFrame();
}
}
Instance of Symbol 195 MovieClip in Frame 90
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 90
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._y - 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 90
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x + 20;
_root.ship.x_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 90
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x - 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
}
Instance of Symbol 207 MovieClip in Frame 90
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._y + 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 90
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 218 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (_root.orbs_eaten == _root.orbs_onstage) {
this.gotoAndPlay(2);
}
if (this.hitTest(_root.ship.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 1;
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 151 MovieClip "ship" in Frame 91
onClipEvent (mouseMove) {
if (Math.abs(yDifference) > 200) {
_root.speed = 6;
this.superRockets.play();
}
if (Math.abs(yDifference) <= 200) {
_root.speed = 15;
}
if (Math.abs(xDifference) > 300) {
_root.speed = 6;
this.superRockets.play();
}
if (Math.abs(xDifference) <= 300) {
_root.speed = 15;
}
}
onClipEvent (mouseDown) {
_root.speed = 6;
this.superRockets.play();
_root.whoosh_sound.start();
}
onClipEvent (mouseUp) {
_root.speed = 12;
}
onClipEvent (enterFrame) {
yDifference = Math.round(_root._ymouse - this._y);
y_Amount_to_Move_Ship = Math.round(yDifference / _root.speed);
this._y = y_Amount_to_Move_Ship + this._y;
xDifference = Math.round(_root._xmouse - this._x);
x_Amount_to_Move_Ship = Math.round(xDifference / _root.speed);
this._x = x_Amount_to_Move_Ship + this._x;
if ((y_Amount_to_Move_Ship >= 1) or (y_Amount_to_Move_Ship <= -1)) {
this.engine_glow.play("start");
}
if (y_Amount_to_Move_Ship == 0) {
this.engine_glow.gotoAndStop("end");
}
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
}
Frame 92
_root.gotoAndStop("level" + _root.level);
Frame 95
stop();
orbs_onstage = 0;
orbs_eaten = 0;
carry_orbs_offset = 1;
Instance of Symbol 151 MovieClip "ship" in Frame 95
onClipEvent (mouseDown) {
_root.nextFrame();
}
Instance of Symbol 195 MovieClip in Frame 95
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 95
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 95
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 95
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 95
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 95
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 95
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 95
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 95
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 95
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 95
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 203 MovieClip "boulder1" in Frame 95
onClipEvent (enterFrame) {
this._y = this._y + _root.y_dir1;
this._x = this._x + _root.x_dir1;
if (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
_root.shields.nextFrame();
}
}
Instance of Symbol 195 MovieClip in Frame 95
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 95
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._y - 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 95
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x + 20;
_root.ship.x_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 95
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x - 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
}
Instance of Symbol 207 MovieClip in Frame 95
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._y + 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 218 MovieClip in Frame 95
onClipEvent (enterFrame) {
if (_root.orbs_eaten == _root.orbs_onstage) {
this.gotoAndPlay(2);
}
if (this.hitTest(_root.ship.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 1;
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 151 MovieClip "ship" in Frame 96
onClipEvent (mouseMove) {
if (Math.abs(yDifference) > 200) {
_root.speed = 6;
this.superRockets.play();
}
if (Math.abs(yDifference) <= 200) {
_root.speed = 15;
}
if (Math.abs(xDifference) > 300) {
_root.speed = 6;
this.superRockets.play();
}
if (Math.abs(xDifference) <= 300) {
_root.speed = 15;
}
}
onClipEvent (mouseDown) {
_root.speed = 6;
this.superRockets.play();
_root.whoosh_sound.start();
}
onClipEvent (mouseUp) {
_root.speed = 12;
}
onClipEvent (enterFrame) {
yDifference = Math.round(_root._ymouse - this._y);
y_Amount_to_Move_Ship = Math.round(yDifference / _root.speed);
this._y = y_Amount_to_Move_Ship + this._y;
xDifference = Math.round(_root._xmouse - this._x);
x_Amount_to_Move_Ship = Math.round(xDifference / _root.speed);
this._x = x_Amount_to_Move_Ship + this._x;
if ((y_Amount_to_Move_Ship >= 1) or (y_Amount_to_Move_Ship <= -1)) {
this.engine_glow.play("start");
}
if (y_Amount_to_Move_Ship == 0) {
this.engine_glow.gotoAndStop("end");
}
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
}
Frame 97
_root.gotoAndStop("level" + _root.level);
Frame 100
stop();
orbs_onstage = 0;
orbs_eaten = 0;
carry_orbs_offset = 1;
Instance of Symbol 109 MovieClip in Frame 100
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship)) {
_root.ship._y = _root.ship._y * 0.94;
}
}
Instance of Symbol 109 MovieClip in Frame 100
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship)) {
_root.ship._y = _root.ship._y * 0.94;
}
}
Instance of Symbol 109 MovieClip in Frame 100
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship)) {
_root.ship._y = _root.ship._y * 0.75;
}
}
Instance of Symbol 151 MovieClip "ship" in Frame 100
onClipEvent (mouseDown) {
_root.nextFrame();
}
Instance of Symbol 203 MovieClip "boulder1" in Frame 100
onClipEvent (enterFrame) {
this._y = this._y + _root.y_dir1;
this._x = this._x + _root.x_dir1;
if (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
_root.shields.nextFrame();
}
}
Instance of Symbol 195 MovieClip in Frame 100
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 100
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 100
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 100
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 100
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 100
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._y - 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 100
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x + 20;
_root.ship.x_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 100
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x - 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 100
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._y + 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 218 MovieClip in Frame 100
onClipEvent (enterFrame) {
if (_root.orbs_eaten == _root.orbs_onstage) {
this.gotoAndPlay(2);
}
if (this.hitTest(_root.ship.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 1;
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 151 MovieClip "ship" in Frame 101
onClipEvent (mouseMove) {
if (Math.abs(yDifference) > 200) {
_root.speed = 6;
this.superRockets.play();
}
if (Math.abs(yDifference) <= 200) {
_root.speed = 15;
}
if (Math.abs(xDifference) > 300) {
_root.speed = 6;
this.superRockets.play();
}
if (Math.abs(xDifference) <= 300) {
_root.speed = 15;
}
}
onClipEvent (mouseDown) {
_root.speed = 6;
this.superRockets.play();
_root.whoosh_sound.start();
}
onClipEvent (mouseUp) {
_root.speed = 12;
}
onClipEvent (enterFrame) {
yDifference = Math.round(_root._ymouse - this._y);
y_Amount_to_Move_Ship = Math.round(yDifference / _root.speed);
this._y = y_Amount_to_Move_Ship + this._y;
xDifference = Math.round(_root._xmouse - this._x);
x_Amount_to_Move_Ship = Math.round(xDifference / _root.speed);
this._x = x_Amount_to_Move_Ship + this._x;
if ((y_Amount_to_Move_Ship >= 1) or (y_Amount_to_Move_Ship <= -1)) {
this.engine_glow.play("start");
}
if (y_Amount_to_Move_Ship == 0) {
this.engine_glow.gotoAndStop("end");
}
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
}
Frame 102
_root.gotoAndStop("level" + _root.level);
Frame 105
stop();
orbs_onstage = 0;
orbs_eaten = 0;
carry_orbs_offset = 1;
Instance of Symbol 109 MovieClip in Frame 105
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship)) {
_root.ship._y = _root.ship._y * 1.05;
}
}
Instance of Symbol 109 MovieClip in Frame 105
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship)) {
_root.ship._y = _root.ship._y * 0.94;
}
}
Instance of Symbol 151 MovieClip "ship" in Frame 105
onClipEvent (mouseDown) {
_root.nextFrame();
}
Instance of Symbol 195 MovieClip in Frame 105
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 105
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 105
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 105
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 105
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 105
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 105
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 105
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 105
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 105
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 105
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Frame 105
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 203 MovieClip "boulder1" in Frame 105
onClipEvent (enterFrame) {
this._y = this._y + _root.y_dir1;
this._x = this._x + _root.x_dir1;
if (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
_root.shields.nextFrame();
}
}
Instance of Symbol 195 MovieClip in Frame 105
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 105
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._y - 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 105
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x + 20;
_root.ship.x_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 105
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x - 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
}
Instance of Symbol 207 MovieClip in Frame 105
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._y + 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 218 MovieClip in Frame 105
onClipEvent (enterFrame) {
if (_root.orbs_eaten == _root.orbs_onstage) {
this.gotoAndPlay(2);
}
if (this.hitTest(_root.ship.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 1;
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 151 MovieClip "ship" in Frame 106
onClipEvent (mouseMove) {
if (Math.abs(yDifference) > 200) {
_root.speed = 6;
this.superRockets.play();
}
if (Math.abs(yDifference) <= 200) {
_root.speed = 15;
}
if (Math.abs(xDifference) > 300) {
_root.speed = 6;
this.superRockets.play();
}
if (Math.abs(xDifference) <= 300) {
_root.speed = 15;
}
}
onClipEvent (mouseDown) {
_root.speed = 6;
this.superRockets.play();
_root.whoosh_sound.start();
}
onClipEvent (mouseUp) {
_root.speed = 12;
}
onClipEvent (enterFrame) {
yDifference = Math.round(_root._ymouse - this._y);
y_Amount_to_Move_Ship = Math.round(yDifference / _root.speed);
this._y = y_Amount_to_Move_Ship + this._y;
xDifference = Math.round(_root._xmouse - this._x);
x_Amount_to_Move_Ship = Math.round(xDifference / _root.speed);
this._x = x_Amount_to_Move_Ship + this._x;
if ((y_Amount_to_Move_Ship >= 1) or (y_Amount_to_Move_Ship <= -1)) {
this.engine_glow.play("start");
}
if (y_Amount_to_Move_Ship == 0) {
this.engine_glow.gotoAndStop("end");
}
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
}
Frame 107
_root.gotoAndStop("level" + _root.level);
Frame 110
stop();
Frame 112
stop();
Frame 113
stop();
Frame 115
stop();
orbs_onstage = 0;
orbs_eaten = 0;
carry_orbs_offset = 1;
Instance of Symbol 109 MovieClip in Frame 115
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship)) {
_root.ship._y = _root.ship._y * 1.05;
}
}
Instance of Symbol 109 MovieClip in Frame 115
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship)) {
_root.ship._y = _root.ship._y * 0.75;
}
}
Instance of Symbol 109 MovieClip in Frame 115
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship)) {
_root.ship._y = _root.ship._y * 0.94;
}
}
Instance of Symbol 151 MovieClip "ship" in Frame 115
onClipEvent (mouseDown) {
_root.nextFrame();
}
Instance of Symbol 203 MovieClip "boulder1" in Frame 115
onClipEvent (enterFrame) {
this._y = this._y + _root.y_dir1;
this._x = this._x + _root.x_dir1;
if (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
_root.shields.nextFrame();
}
}
Instance of Symbol 195 MovieClip in Frame 115
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 115
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._y - 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 115
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x + 20;
_root.ship.x_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 115
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x - 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
}
Instance of Symbol 207 MovieClip in Frame 115
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._y + 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 218 MovieClip in Frame 115
onClipEvent (enterFrame) {
if (_root.orbs_eaten == _root.orbs_onstage) {
this.gotoAndPlay(2);
}
if (this.hitTest(_root.ship.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.gotoAndPlay(2);
}
}
Instance of Symbol 151 MovieClip "ship" in Frame 116
onClipEvent (mouseMove) {
if (Math.abs(yDifference) > 200) {
_root.speed = 6;
this.superRockets.play();
}
if (Math.abs(yDifference) <= 200) {
_root.speed = 15;
}
if (Math.abs(xDifference) > 300) {
_root.speed = 6;
this.superRockets.play();
}
if (Math.abs(xDifference) <= 300) {
_root.speed = 15;
}
}
onClipEvent (mouseDown) {
_root.speed = 6;
this.superRockets.play();
_root.whoosh_sound.start();
}
onClipEvent (mouseUp) {
_root.speed = 12;
}
onClipEvent (enterFrame) {
yDifference = Math.round(_root._ymouse - this._y);
y_Amount_to_Move_Ship = Math.round(yDifference / _root.speed);
this._y = y_Amount_to_Move_Ship + this._y;
xDifference = Math.round(_root._xmouse - this._x);
x_Amount_to_Move_Ship = Math.round(xDifference / _root.speed);
this._x = x_Amount_to_Move_Ship + this._x;
if ((y_Amount_to_Move_Ship >= 1) or (y_Amount_to_Move_Ship <= -1)) {
this.engine_glow.play("start");
}
if (y_Amount_to_Move_Ship == 0) {
this.engine_glow.gotoAndStop("end");
}
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
}
Frame 117
_root.gotoAndStop("level" + _root.level);
Frame 120
stop();
orbs_onstage = 0;
orbs_eaten = 0;
carry_orbs_offset = 1;
Instance of Symbol 109 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship)) {
_root.ship._y = _root.ship._y * 1.05;
}
}
Instance of Symbol 109 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship)) {
_root.ship._y = _root.ship._y * 0.75;
}
}
Instance of Symbol 109 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship)) {
_root.ship._y = _root.ship._y * 0.94;
}
}
Instance of Symbol 151 MovieClip "ship" in Frame 120
onClipEvent (mouseDown) {
_root.nextFrame();
}
Instance of Symbol 203 MovieClip "boulder1" in Frame 120
onClipEvent (enterFrame) {
this._y = this._y + _root.y_dir1;
this._x = this._x + _root.x_dir1;
if (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
_root.shields.nextFrame();
}
}
Instance of Symbol 195 MovieClip in Frame 120
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 120
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._y - 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 120
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x + 20;
_root.ship.x_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 207 MovieClip in Frame 120
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x - 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
}
Instance of Symbol 207 MovieClip in Frame 120
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._y + 20;
_root.ship.y_Amount_to_Move_Ship = 1;
_root.ship.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.y_dir1 = _root.y_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 279 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.orbs_eaten == _root.orbs_onstage) {
this.gotoAndPlay(2);
}
if (this.hitTest(_root.ship.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 17;
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 279 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.orbs_eaten == _root.orbs_onstage) {
this.gotoAndPlay(2);
}
if (this.hitTest(_root.ship.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 100;
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 279 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.orbs_eaten == _root.orbs_onstage) {
this.gotoAndPlay(2);
}
if (this.hitTest(_root.ship.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 20;
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 279 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.orbs_eaten == _root.orbs_onstage) {
this.gotoAndPlay(2);
}
if (this.hitTest(_root.ship.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 19;
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 279 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.orbs_eaten == _root.orbs_onstage) {
this.gotoAndPlay(2);
}
if (this.hitTest(_root.ship.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 18;
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 279 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.orbs_eaten == _root.orbs_onstage) {
this.gotoAndPlay(2);
}
if (this.hitTest(_root.ship.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 12;
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 279 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.orbs_eaten == _root.orbs_onstage) {
this.gotoAndPlay(2);
}
if (this.hitTest(_root.ship.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 16;
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 279 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.orbs_eaten == _root.orbs_onstage) {
this.gotoAndPlay(2);
}
if (this.hitTest(_root.ship.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 15;
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 279 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.orbs_eaten == _root.orbs_onstage) {
this.gotoAndPlay(2);
}
if (this.hitTest(_root.ship.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 14;
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 279 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.orbs_eaten == _root.orbs_onstage) {
this.gotoAndPlay(2);
}
if (this.hitTest(_root.ship.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 13;
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 279 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.orbs_eaten == _root.orbs_onstage) {
this.gotoAndPlay(2);
}
if (this.hitTest(_root.ship.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 7;
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 279 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.orbs_eaten == _root.orbs_onstage) {
this.gotoAndPlay(2);
}
if (this.hitTest(_root.ship.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 11;
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 279 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.orbs_eaten == _root.orbs_onstage) {
this.gotoAndPlay(2);
}
if (this.hitTest(_root.ship.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 10;
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 279 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.orbs_eaten == _root.orbs_onstage) {
this.gotoAndPlay(2);
}
if (this.hitTest(_root.ship.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 9;
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 279 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.orbs_eaten == _root.orbs_onstage) {
this.gotoAndPlay(2);
}
if (this.hitTest(_root.ship.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 8;
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 279 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.orbs_eaten == _root.orbs_onstage) {
this.gotoAndPlay(2);
}
if (this.hitTest(_root.ship.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 1;
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 279 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.orbs_eaten == _root.orbs_onstage) {
this.gotoAndPlay(2);
}
if (this.hitTest(_root.ship.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 6;
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 279 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.orbs_eaten == _root.orbs_onstage) {
this.gotoAndPlay(2);
}
if (this.hitTest(_root.ship.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 5;
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 279 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.orbs_eaten == _root.orbs_onstage) {
this.gotoAndPlay(2);
}
if (this.hitTest(_root.ship.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 4;
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 279 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.orbs_eaten == _root.orbs_onstage) {
this.gotoAndPlay(2);
}
if (this.hitTest(_root.ship.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 3;
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 151 MovieClip "ship" in Frame 121
onClipEvent (mouseMove) {
if (Math.abs(yDifference) > 200) {
_root.speed = 6;
this.superRockets.play();
}
if (Math.abs(yDifference) <= 200) {
_root.speed = 15;
}
if (Math.abs(xDifference) > 300) {
_root.speed = 6;
this.superRockets.play();
}
if (Math.abs(xDifference) <= 300) {
_root.speed = 15;
}
}
onClipEvent (mouseDown) {
_root.speed = 6;
this.superRockets.play();
_root.whoosh_sound.start();
}
onClipEvent (mouseUp) {
_root.speed = 12;
}
onClipEvent (enterFrame) {
yDifference = Math.round(_root._ymouse - this._y);
y_Amount_to_Move_Ship = Math.round(yDifference / _root.speed);
this._y = y_Amount_to_Move_Ship + this._y;
xDifference = Math.round(_root._xmouse - this._x);
x_Amount_to_Move_Ship = Math.round(xDifference / _root.speed);
this._x = x_Amount_to_Move_Ship + this._x;
if ((y_Amount_to_Move_Ship >= 1) or (y_Amount_to_Move_Ship <= -1)) {
this.engine_glow.play("start");
}
if (y_Amount_to_Move_Ship == 0) {
this.engine_glow.gotoAndStop("end");
}
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
}
Frame 122
_root.gotoAndStop("level" + _root.level);
Instance of Symbol 11 MovieClip in Symbol 12 MovieClip [5555] Frame 1
onClipEvent (load) {
_root.orbs_onstage = _root.orbs_onstage + 1;
this.orb_touched = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.alt_hit) and (this.orb_touched == false)) {
_root.orbs_eaten = _root.orbs_eaten + 1;
_root.bubble_sound.start();
_root.bubble_sound.setVolume(50);
_root.carry_orbs_offset = _root.carry_orbs_offset + 1;
if (_root.orbs_eaten > 3) {
_root.carry_orbs_offset = _root.carry_orbs_offset - 1;
}
this.orb_in_lineup = _root.carry_orbs_offset;
this.orb_touched = true;
}
if (this.orb_touched == true) {
_parent._x = _root.ship._x + (-(_root.ship.x_Amount_to_Move_Ship * this.orb_in_lineup));
_parent._y = _root.ship._y + (-(_root.ship.y_Amount_to_Move_Ship * this.orb_in_lineup));
}
}
Symbol 12 MovieClip [5555] Frame 58
stop();
Instance of Symbol 14 MovieClip in Symbol 15 MovieClip [orb] Frame 1
onClipEvent (load) {
_root.orbs_onstage = _root.orbs_onstage + 1;
this.orb_touched = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.alt_hit) and (this.orb_touched == false)) {
_root.orbs_eaten = _root.orbs_eaten + 1;
_root.bubble_sound.start();
_root.bubble_sound.setVolume(50);
_root.carry_orbs_offset = _root.carry_orbs_offset + 1;
if (_root.orbs_eaten > 3) {
_root.carry_orbs_offset = _root.carry_orbs_offset - 1;
}
this.orb_in_lineup = _root.carry_orbs_offset;
this.orb_touched = true;
}
if (this.orb_touched == true) {
_parent._x = _root.ship._x + (-(_root.ship.x_Amount_to_Move_Ship * this.orb_in_lineup));
_parent._y = _root.ship._y + (-(_root.ship.y_Amount_to_Move_Ship * this.orb_in_lineup));
}
}
Symbol 17 MovieClip Frame 1871
gotoAndPlay (1);
Symbol 18 MovieClip [musicbox] Frame 1
stop();
Symbol 18 MovieClip [musicbox] Frame 2
stop();
Symbol 18 MovieClip [musicbox] Frame 3
gotoAndPlay (1);
Symbol 26 Button
on (release) {
getURL ("http://www.koalafun.com/free-website-games.htm");
}
Symbol 29 Button
on (release) {
getURL ("http://www.koalafun.com");
}
Symbol 36 Button
on (release) {
_root.play();
}
Symbol 37 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
bar._xscale = PercentLoaded;
} else {
gotoAndStop ("loaded");
}
Symbol 37 MovieClip Frame 2
gotoAndPlay (1);
Symbol 45 Button
on (rollOver) {
_root.stuff.gotoAndPlay(3);
}
on (rollOver) {
_root.buttons.gotoAndPlay(3);
}
Symbol 53 Button
on (rollOver) {
_root.stuff.gotoAndPlay(2);
}
on (rollOver) {
_root.buttons.gotoAndPlay(2);
}
Symbol 54 Button
on (rollOver) {
_root.stuff.gotoAndPlay(1);
}
on (rollOver) {
_root.buttons.gotoAndPlay(1);
}
Symbol 57 MovieClip Frame 1
stop();
Symbol 57 MovieClip Frame 2
stop();
Symbol 57 MovieClip Frame 3
stop();
Symbol 60 Button
on (release) {
gotoAndPlay (10);
}
Symbol 68 Button
on (release) {
_root.music.nextFrame();
}
Symbol 70 Button
on (press) {
_quality = "HIGH";
}
Symbol 72 Button
on (press) {
_quality = "MEDIUM";
}
Symbol 74 Button
on (press) {
_quality = "LOW";
}
Symbol 77 MovieClip Frame 1
stop();
Symbol 77 MovieClip Frame 2
stop();
Symbol 77 MovieClip Frame 3
stop();
Symbol 82 Button
on (release) {
getURL ("http://www.koalafun.com");
}
Symbol 99 MovieClip Frame 1
stop();
Symbol 99 MovieClip Frame 17
_root.gotoAndStop("gameover");
Symbol 107 MovieClip Frame 1
stop();
Symbol 107 MovieClip Frame 11
_root.ship.gotoAndPlay("blowup");
Symbol 114 MovieClip Frame 14
stop();
Symbol 128 MovieClip Frame 1
stop();
Symbol 138 MovieClip Frame 16
stop();
Symbol 139 MovieClip Frame 1
stop();
Symbol 139 MovieClip Frame 15
gotoAndPlay ("loop");
Symbol 143 MovieClip Frame 1
stop();
Symbol 143 MovieClip Frame 8
gotoAndStop (1);
Symbol 151 MovieClip Frame 1
stop();
Symbol 151 MovieClip Frame 13
stop();
_root.lives = _root.lives - 1;
_root.life_meter.nextFrame();
if (_root.lives != 0) {
_root.nextFrame();
}
if (_root.lives == 0) {
_root.gotoAndStop("gameover");
}
Instance of Symbol 156 MovieClip in Symbol 157 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
_parent._parent.play();
_root.shields.nextFrame();
}
}
Symbol 177 MovieClip Frame 1
stop();
Symbol 177 MovieClip Frame 17
gotoAndStop (1);
Symbol 195 MovieClip Frame 1
stop();
Symbol 195 MovieClip Frame 14
gotoAndStop (1);
Instance of Symbol 195 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Symbol 218 MovieClip Frame 1
stop();
Symbol 218 MovieClip Frame 7
stop();
Instance of Symbol 195 MovieClip in Symbol 221 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Symbol 230 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Symbol 234 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Symbol 242 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Symbol 247 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Symbol 248 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Symbol 249 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Symbol 251 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Symbol 251 MovieClip Frame 430
stop();
Instance of Symbol 195 MovieClip in Symbol 253 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Instance of Symbol 195 MovieClip in Symbol 255 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Symbol 255 MovieClip Frame 525
stop();
Instance of Symbol 195 MovieClip in Symbol 257 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.sidewall_bounceback();
this.play();
}
if (this.hitTest(_root.boulder1.alt_hit)) {
_root.x_dir1 = _root.x_dir1 * _root.boulder_speedup;
}
}
Symbol 263 Button
on (release) {
gotoAndPlay (2);
}
Symbol 270 Button
on (release) {
nextFrame();
}
Symbol 279 MovieClip Frame 1
stop();
Symbol 279 MovieClip Frame 7
stop();