STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228131
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2561 · P5121

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/47043441?noj=FRM47043441-15DC" width="1" height="1"></div>

SC Kirbys Starship.swf

This is the info page for
Flash #64570

(Click the ID number above for more basic data on this flash file.)


Text
LOADING...

LOADING...

NEWGROUNDS

PLAY

PLAY

PLAY

PLAY

instructions:
collect all the spines and make it
to the plat form of clouds
--click to speed up!
-- use mouse to steer kirby

u

k

r

e

v

o

f

y

b

d

a

m

l

p

x

x

radians

y diff.

x diff.

y move.

x move.

degrees

speed

/

collect

STOP CHEATING!

STOP CHEATING!

NOW!

radians

y diff.

x diff.

y move.

x move.

degrees

speed

/

collect

!

e

l

p

a

o

b

y

d

m

game over!

YOU WIN!

ActionScript [AS1/AS2]

Frame 2
level = 1; speed = 3; health = 100; lives = 3; orbs_onstage = 0; orbs_eaten = 0; carry_orbs_offset = 1; root.y_dir = root.y_dir; onEnterFrame = function () { if (_root.health == 0) { _root.gotoAndStop(2); } }; y_dir1 = -4; x_dir1 = -2; x_dir2 = -3; y_dir2 = -3;
Frame 3
stop();
Instance of Symbol 92 MovieClip "platform" in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.ship) and (_root.orbs_eaten == _root.orbs_onstage)) { _root.level = _root.level + 1; _root.gotoAndStop("level" + _root.level); } }
Instance of Symbol 106 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._y = _root.ship._y + 15; } }
Instance of Symbol 111 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + ((-_root.ship.xMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.x_dir1 = _root.x_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 111 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + ((-_root.ship.xMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.x_dir1 = _root.x_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 111 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._y = _root.ship._y + ((-_root.ship.yMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.y_dir1 = _root.y_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 111 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._y = _root.ship._y + ((-_root.ship.yMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.y_dir1 = _root.y_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 108 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + ((-_root.ship.xMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.x_dir1 = _root.x_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 108 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + ((-_root.ship.xMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.x_dir1 = _root.x_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 108 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + ((-_root.ship.xMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.x_dir1 = _root.x_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 108 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + ((-_root.ship.xMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.x_dir1 = _root.x_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 108 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + ((-_root.ship.xMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.x_dir1 = _root.x_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 108 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + ((-_root.ship.xMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.x_dir1 = _root.x_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 113 MovieClip "cursor" in Frame 3
onClipEvent (load) { startDrag ("_root.cursor", true); Mouse.hide(); }
Instance of Symbol 111 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._y = (_root.ship._y + (-_root.ship.yMovement)) + -200; } if (this.hitTest(_root.boulder.box)) { _root.y_dir1 = _root.y_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 120 MovieClip "area51" in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + 110; } }
Instance of Symbol 165 MovieClip in Frame 3
onClipEvent (mouseDown) { _root.nextFrame(); }
Instance of Symbol 165 MovieClip "ship" in Frame 4
onClipEvent (mouseMove) { if (Math.abs(yDifference) > 750) { _root.speed = 7; } if (Math.abs(yDifference) < 250) { _root.speed = _root.speed; } } onClipEvent (mouseMove) { if (Math.abs(xDifference) > 500) { _root.speed = 7; _root.ship.gotoAndStop("superspeed"); } if (Math.abs(xDifference) < 250) { _root.speed = 12; } } onClipEvent (mouseDown) { _root.speed = 4; _root.ship.gotoAndStop("superspeed"); } onClipEvent (mouseUp) { _root.speed = 12; _root.ship.gotoAndStop(1); } onClipEvent (enterFrame) { yDifference = Math.round(_root._ymouse - this._y); yMovement = Math.round(yDifference / _root.speed); this._y = yMovement + this._y; xDifference = Math.round(_root._xmouse - this._x); xMovement = Math.round(xDifference / _root.speed); this._x = xMovement + this._x; if ((yMovement >= 5) or (yMovement <= -5)) { _root.ship.gotoAndStop("go"); } if ((yMovement >= 17) or (yMovement <= -17)) { _root.ship.gotoAndStop("fast"); } if (yMovement == 0) { _root.ship.gotoAndStop("stop"); } radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); degrees = Math.round((radians * 180) / Math.PI); this._rotation = degrees; }
Frame 5
_root.level = _root.level + 1; stop();
Frame 6
stop();
Frame 8
stop();
Instance of Symbol 92 MovieClip "platform" in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.ship) and (_root.orbs_eaten == _root.orbs_onstage)) { _root.level = _root.level + 1; _root.gotoAndStop("level" + _root.level); } }
Instance of Symbol 106 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._y = _root.ship._y + 15; } }
Instance of Symbol 172 MovieClip "boulder" in Frame 8
onClipEvent (enterFrame) { this._y = this._y + _root.y_dir1; this._x = this._x + _root.x_dir1; if (this.hitTest(_root.ship)) { _root.health = _root.health - 1; _root.ship._x = _root.ship._x + 29; _root.ship._y = _root.ship._y + 1; _root.ship.gotoAndPlay("ice"); _root.shields.nextFrame(); } }
Instance of Symbol 111 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + ((-_root.ship.xMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.x_dir1 = _root.x_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 111 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + ((-_root.ship.xMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.x_dir1 = _root.x_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 111 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._y = _root.ship._y + ((-_root.ship.yMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.y_dir1 = _root.y_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 111 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._y = _root.ship._y + ((-_root.ship.yMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.y_dir1 = _root.y_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 108 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + ((-_root.ship.xMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.x_dir1 = _root.x_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 108 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + ((-_root.ship.xMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.x_dir1 = _root.x_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 108 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + ((-_root.ship.xMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.x_dir1 = _root.x_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 108 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + ((-_root.ship.xMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.x_dir1 = _root.x_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 108 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + ((-_root.ship.xMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.x_dir1 = _root.x_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 108 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + ((-_root.ship.xMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.x_dir1 = _root.x_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 113 MovieClip "cursor" in Frame 8
onClipEvent (load) { startDrag ("_root.cursor", true); Mouse.hide(); }
Instance of Symbol 111 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._y = (_root.ship._y + (-_root.ship.yMovement)) + -200; } if (this.hitTest(_root.boulder.box)) { _root.y_dir1 = _root.y_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 108 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + ((-_root.ship.xMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.x_dir1 = _root.x_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 108 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + ((-_root.ship.xMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.x_dir1 = _root.x_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 108 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + ((-_root.ship.xMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.x_dir1 = _root.x_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 108 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + ((-_root.ship.xMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.x_dir1 = _root.x_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 108 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + ((-_root.ship.xMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.x_dir1 = _root.x_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 120 MovieClip "area51" in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + 110; } }
Instance of Symbol 165 MovieClip in Frame 8
onClipEvent (mouseDown) { _root.nextFrame(); }
Instance of Symbol 165 MovieClip "ship" in Frame 9
onClipEvent (mouseMove) { if (Math.abs(yDifference) > 750) { _root.speed = 7; } if (Math.abs(yDifference) < 250) { _root.speed = _root.speed; } } onClipEvent (mouseMove) { if (Math.abs(xDifference) > 500) { _root.speed = 7; _root.ship.gotoAndStop("superspeed"); } if (Math.abs(xDifference) < 250) { _root.speed = 12; } } onClipEvent (mouseDown) { _root.speed = 4; _root.ship.gotoAndStop("superspeed"); } onClipEvent (mouseUp) { _root.speed = 12; _root.ship.gotoAndStop(1); } onClipEvent (enterFrame) { yDifference = Math.round(_root._ymouse - this._y); yMovement = Math.round(yDifference / _root.speed); this._y = yMovement + this._y; xDifference = Math.round(_root._xmouse - this._x); xMovement = Math.round(xDifference / _root.speed); this._x = xMovement + this._x; if ((yMovement >= 5) or (yMovement <= -5)) { _root.ship.gotoAndStop("go"); } if ((yMovement >= 17) or (yMovement <= -17)) { _root.ship.gotoAndStop("fast"); } if (yMovement == 0) { _root.ship.gotoAndStop("stop"); } radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); degrees = Math.round((radians * 180) / Math.PI); this._rotation = degrees; }
Frame 10
_root.level = _root.level + 1;
Frame 13
stop();
Instance of Symbol 92 MovieClip "platform" in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.ship) and (_root.orbs_eaten == _root.orbs_onstage)) { _root.level = _root.level + 1; _root.gotoAndStop("level" + _root.level); } }
Instance of Symbol 106 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._y = _root.ship._y + 15; } }
Instance of Symbol 172 MovieClip "boulder" in Frame 13
onClipEvent (enterFrame) { this._y = this._y + _root.y_dir1; this._x = this._x + _root.x_dir1; if (this.hitTest(_root.ship)) { _root.health = _root.health - 1; _root.ship._x = _root.ship._x + 29; _root.ship._y = _root.ship._y + 1; _root.ship.gotoAndPlay("ice"); _root.shields.nextFrame(); } }
Instance of Symbol 111 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + ((-_root.ship.xMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.x_dir1 = _root.x_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 111 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + ((-_root.ship.xMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.x_dir1 = _root.x_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 111 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._y = _root.ship._y + ((-_root.ship.yMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.y_dir1 = _root.y_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 111 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._y = _root.ship._y + ((-_root.ship.yMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.y_dir1 = _root.y_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 108 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + ((-_root.ship.xMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.x_dir1 = _root.x_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 108 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + ((-_root.ship.xMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.x_dir1 = _root.x_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 108 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + ((-_root.ship.xMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.x_dir1 = _root.x_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 108 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + ((-_root.ship.xMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.x_dir1 = _root.x_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 113 MovieClip "cursor" in Frame 13
onClipEvent (load) { startDrag ("_root.cursor", true); Mouse.hide(); }
Instance of Symbol 111 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._y = (_root.ship._y + (-_root.ship.yMovement)) + -200; } if (this.hitTest(_root.boulder.box)) { _root.y_dir1 = _root.y_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 120 MovieClip "area51" in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + -110; } }
Instance of Symbol 165 MovieClip in Frame 13
onClipEvent (mouseDown) { _root.nextFrame(); }
Instance of Symbol 165 MovieClip "ship" in Frame 14
onClipEvent (mouseMove) { if (Math.abs(yDifference) > 750) { _root.speed = 23; } if (Math.abs(yDifference) < 250) { _root.speed = _root.speed; } } onClipEvent (mouseMove) { if (Math.abs(xDifference) > 500) { _root.speed = 7; _root.ship.gotoAndStop("superspeed"); } if (Math.abs(xDifference) < 250) { _root.speed = 12; } } onClipEvent (mouseDown) { _root.speed = 4; _root.ship.gotoAndStop("superspeed"); } onClipEvent (mouseUp) { _root.speed = 12; _root.ship.gotoAndStop(1); } onClipEvent (enterFrame) { yDifference = Math.round(_root._ymouse - this._y); yMovement = Math.round(yDifference / _root.speed); this._y = yMovement + this._y; xDifference = Math.round(_root._xmouse - this._x); xMovement = Math.round(xDifference / _root.speed); this._x = xMovement + this._x; if ((yMovement >= 5) or (yMovement <= -5)) { _root.ship.gotoAndStop("go"); } if ((yMovement >= 17) or (yMovement <= -17)) { _root.ship.gotoAndStop("fast"); } if (yMovement == 0) { _root.ship.gotoAndStop("stop"); } radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); degrees = Math.round((radians * 180) / Math.PI); this._rotation = degrees; }
Frame 15
_root.level = _root.level + 1;
Frame 17
stop();
Instance of Symbol 92 MovieClip "platform" in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.ship) and (_root.orbs_eaten == _root.orbs_onstage)) { _root.level = _root.level + 1; _root.gotoAndStop("level" + _root.level); } }
Instance of Symbol 106 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + 10; } }
Instance of Symbol 172 MovieClip "boulder" in Frame 17
onClipEvent (enterFrame) { this._y = this._y + _root.y_dir1; this._x = this._x + _root.x_dir1; if (this.hitTest(_root.ship)) { _root.health = _root.health - 1; _root.ship._x = _root.ship._x + 29; _root.ship._y = _root.ship._y + 1; _root.ship.gotoAndPlay("ice"); _root.shields.nextFrame(); } }
Instance of Symbol 111 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + ((-_root.ship.xMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.x_dir1 = _root.x_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 111 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + ((-_root.ship.xMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.x_dir1 = _root.x_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 111 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._y = _root.ship._y + ((-_root.ship.yMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.y_dir1 = _root.y_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 111 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._y = _root.ship._y + ((-_root.ship.yMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.y_dir1 = _root.y_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 108 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + ((-_root.ship.xMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.x_dir1 = _root.x_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 108 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + ((-_root.ship.xMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.x_dir1 = _root.x_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 108 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + ((-_root.ship.xMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.x_dir1 = _root.x_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 108 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + ((-_root.ship.xMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.x_dir1 = _root.x_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 113 MovieClip "cursor" in Frame 17
onClipEvent (load) { startDrag ("_root.cursor", true); Mouse.hide(); }
Instance of Symbol 111 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._y = (_root.ship._y + (-_root.ship.yMovement)) + -200; } if (this.hitTest(_root.boulder.box)) { _root.y_dir1 = _root.y_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 120 MovieClip "area51" in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + -110; } }
Instance of Symbol 165 MovieClip in Frame 17
onClipEvent (mouseDown) { _root.nextFrame(); }
Instance of Symbol 165 MovieClip "ship" in Frame 18
onClipEvent (mouseMove) { if (Math.abs(yDifference) > 750) { _root.speed = 23; } if (Math.abs(yDifference) < 250) { _root.speed = _root.speed; } } onClipEvent (mouseMove) { if (Math.abs(xDifference) > 500) { _root.speed = 7; _root.ship.gotoAndStop("superspeed"); } if (Math.abs(xDifference) < 250) { _root.speed = 12; } } onClipEvent (mouseDown) { _root.speed = 4; _root.ship.gotoAndStop("superspeed"); } onClipEvent (mouseUp) { _root.speed = 12; _root.ship.gotoAndStop(1); } onClipEvent (enterFrame) { yDifference = Math.round(_root._ymouse - this._y); yMovement = Math.round(yDifference / _root.speed); this._y = yMovement + this._y; xDifference = Math.round(_root._xmouse - this._x); xMovement = Math.round(xDifference / _root.speed); this._x = xMovement + this._x; if ((yMovement >= 5) or (yMovement <= -5)) { _root.ship.gotoAndStop("go"); } if ((yMovement >= 17) or (yMovement <= -17)) { _root.ship.gotoAndStop("fast"); } if (yMovement == 0) { _root.ship.gotoAndStop("stop"); } radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); degrees = Math.round((radians * 180) / Math.PI); this._rotation = degrees; }
Frame 19
_root.level = _root.level + 1;
Frame 21
stop();
Instance of Symbol 92 MovieClip "platform" in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_root.ship) and (_root.orbs_eaten == _root.orbs_onstage)) { _root.level = _root.level + 1; _root.gotoAndStop("level" + _root.level); } }
Instance of Symbol 106 MovieClip in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._y = _root.ship._y + 15; } }
Instance of Symbol 172 MovieClip "boulder" in Frame 21
onClipEvent (enterFrame) { this._y = this._y + _root.y_dir1; this._x = this._x + _root.x_dir1; if (this.hitTest(_root.ship)) { _root.health = _root.health - 1; _root.ship._x = _root.ship._x + 29; _root.ship._y = _root.ship._y + 1; _root.ship.gotoAndPlay("ice"); _root.shields.nextFrame(); } }
Instance of Symbol 172 MovieClip "boulder2" in Frame 21
onClipEvent (enterFrame) { this._y = this._y + _root.y_dir2; this._x = this._x + _root.x_dir2; if (this.hitTest(_root.ship)) { _root.health = _root.health - 1; _root.ship._x = _root.ship._x + 29; _root.ship._y = _root.ship._y + 1; _root.ship.gotoAndPlay("ice"); _root.shields.nextFrame(); } }
Instance of Symbol 111 MovieClip in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + ((-_root.ship.xMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.x_dir1 = _root.x_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 111 MovieClip in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + ((-_root.ship.xMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.x_dir1 = _root.x_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 111 MovieClip in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._y = _root.ship._y + ((-_root.ship.yMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.y_dir1 = _root.y_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 111 MovieClip in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._y = _root.ship._y + ((-_root.ship.yMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.y_dir1 = _root.y_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 108 MovieClip in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + ((-_root.ship.xMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.x_dir1 = _root.x_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 113 MovieClip "cursor" in Frame 21
onClipEvent (load) { startDrag ("_root.cursor", true); Mouse.hide(); }
Instance of Symbol 111 MovieClip in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._y = (_root.ship._y + (-_root.ship.yMovement)) + -200; } if (this.hitTest(_root.boulder.box)) { _root.y_dir1 = _root.y_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 213 MovieClip in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + ((-_root.ship.xMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.x_dir1 = _root.x_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 213 MovieClip in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + ((-_root.ship.xMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.x_dir1 = _root.x_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 213 MovieClip in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + ((-_root.ship.xMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.x_dir1 = _root.x_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 108 MovieClip in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + ((-_root.ship.xMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.x_dir1 = _root.x_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 108 MovieClip in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + ((-_root.ship.xMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.x_dir1 = _root.x_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 120 MovieClip "area51" in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + -110; } }
Instance of Symbol 165 MovieClip in Frame 21
onClipEvent (mouseDown) { _root.nextFrame(); }
Instance of Symbol 165 MovieClip "ship" in Frame 22
onClipEvent (mouseMove) { if (Math.abs(yDifference) > 750) { _root.speed = 23; } if (Math.abs(yDifference) < 250) { _root.speed = _root.speed; } } onClipEvent (mouseMove) { if (Math.abs(xDifference) > 500) { _root.speed = 7; _root.ship.gotoAndStop("superspeed"); } if (Math.abs(xDifference) < 250) { _root.speed = 12; } } onClipEvent (mouseDown) { _root.speed = 4; _root.ship.gotoAndStop("superspeed"); } onClipEvent (mouseUp) { _root.speed = 12; _root.ship.gotoAndStop(1); } onClipEvent (enterFrame) { yDifference = Math.round(_root._ymouse - this._y); yMovement = Math.round(yDifference / _root.speed); this._y = yMovement + this._y; xDifference = Math.round(_root._xmouse - this._x); xMovement = Math.round(xDifference / _root.speed); this._x = xMovement + this._x; if ((yMovement >= 5) or (yMovement <= -5)) { _root.ship.gotoAndStop("go"); } if ((yMovement >= 17) or (yMovement <= -17)) { _root.ship.gotoAndStop("fast"); } if (yMovement == 0) { _root.ship.gotoAndStop("stop"); } radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); degrees = Math.round((radians * 180) / Math.PI); this._rotation = degrees; }
Frame 23
_root.level = _root.level + 1;
Frame 25
stop();
Instance of Symbol 92 MovieClip "platform" in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ship) and (_root.orbs_eaten == _root.orbs_onstage)) { _root.level = _root.level + 1; _root.gotoAndStop("level" + _root.level); } }
Instance of Symbol 106 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._y = _root.ship._y + 10; } }
Instance of Symbol 172 MovieClip "boulder" in Frame 25
onClipEvent (enterFrame) { this._y = this._y + _root.y_dir1; this._x = this._x + _root.x_dir1; if (this.hitTest(_root.ship)) { _root.health = _root.health - 1; _root.ship._x = _root.ship._x + 29; _root.ship._y = _root.ship._y + 1; _root.ship.gotoAndPlay("ice"); _root.shields.nextFrame(); } }
Instance of Symbol 172 MovieClip "boulder2" in Frame 25
onClipEvent (enterFrame) { this._y = this._y + _root.y_dir2; this._x = this._x + _root.x_dir2; if (this.hitTest(_root.ship)) { _root.health = _root.health - 1; _root.ship._x = _root.ship._x + 29; _root.ship._y = _root.ship._y + 1; _root.ship.gotoAndPlay("ice"); _root.shields.nextFrame(); } }
Instance of Symbol 111 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + ((-_root.ship.xMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.x_dir1 = _root.x_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 111 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + ((-_root.ship.xMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.x_dir1 = _root.x_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 111 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._y = _root.ship._y + ((-_root.ship.yMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.y_dir1 = _root.y_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 111 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._y = _root.ship._y + ((-_root.ship.yMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.y_dir1 = _root.y_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 108 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + ((-_root.ship.xMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.x_dir1 = _root.x_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 113 MovieClip "cursor" in Frame 25
onClipEvent (load) { startDrag ("_root.cursor", true); Mouse.hide(); }
Instance of Symbol 111 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._y = (_root.ship._y + (-_root.ship.yMovement)) + -200; } if (this.hitTest(_root.boulder.box)) { _root.y_dir1 = _root.y_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 213 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + ((-_root.ship.xMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.x_dir1 = _root.x_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 213 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + ((-_root.ship.xMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.x_dir1 = _root.x_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 213 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + ((-_root.ship.xMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.x_dir1 = _root.x_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 108 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + ((-_root.ship.xMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.x_dir1 = _root.x_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 108 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + ((-_root.ship.xMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.x_dir1 = _root.x_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 120 MovieClip "area51" in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + 110; } }
Instance of Symbol 165 MovieClip in Frame 25
onClipEvent (mouseDown) { _root.nextFrame(); }
Instance of Symbol 165 MovieClip "ship" in Frame 26
onClipEvent (mouseMove) { if (Math.abs(yDifference) > 750) { _root.speed = 23; } if (Math.abs(yDifference) < 250) { _root.speed = _root.speed; } } onClipEvent (mouseMove) { if (Math.abs(xDifference) > 500) { _root.speed = 7; _root.ship.gotoAndStop("superspeed"); } if (Math.abs(xDifference) < 250) { _root.speed = 12; } } onClipEvent (mouseDown) { _root.speed = 4; _root.ship.gotoAndStop("superspeed"); } onClipEvent (mouseUp) { _root.speed = 12; _root.ship.gotoAndStop(1); } onClipEvent (enterFrame) { yDifference = Math.round(_root._ymouse - this._y); yMovement = Math.round(yDifference / _root.speed); this._y = yMovement + this._y; xDifference = Math.round(_root._xmouse - this._x); xMovement = Math.round(xDifference / _root.speed); this._x = xMovement + this._x; if ((yMovement >= 5) or (yMovement <= -5)) { _root.ship.gotoAndStop("go"); } if ((yMovement >= 17) or (yMovement <= -17)) { _root.ship.gotoAndStop("fast"); } if (yMovement == 0) { _root.ship.gotoAndStop("stop"); } radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); degrees = Math.round((radians * 180) / Math.PI); this._rotation = degrees; }
Frame 27
_root.level = _root.level + 1;
Frame 29
stop();
Instance of Symbol 92 MovieClip "platform" in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.ship) and (_root.orbs_eaten == _root.orbs_onstage)) { _root.level = _root.level + 1; _root.gotoAndStop("level" + _root.level); } }
Instance of Symbol 106 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + 15; } }
Instance of Symbol 172 MovieClip "boulder" in Frame 29
onClipEvent (enterFrame) { this._y = this._y + _root.y_dir1; this._x = this._x + _root.x_dir1; if (this.hitTest(_root.ship)) { _root.health = _root.health - 1; _root.ship._x = _root.ship._x + 29; _root.ship._y = _root.ship._y + 1; _root.ship.gotoAndPlay("ice"); _root.shields.nextFrame(); } }
Instance of Symbol 172 MovieClip "boulder2" in Frame 29
onClipEvent (enterFrame) { this._y = this._y + _root.y_dir2; this._x = this._x + _root.x_dir2; if (this.hitTest(_root.ship)) { _root.health = _root.health - 1; _root.ship._x = _root.ship._x + 29; _root.ship._y = _root.ship._y + 1; _root.ship.gotoAndPlay("ice"); _root.shields.nextFrame(); } }
Instance of Symbol 172 MovieClip "boulder2" in Frame 29
onClipEvent (enterFrame) { this._y = this._y + _root.y_dir2; this._x = this._x + _root.x_dir2; if (this.hitTest(_root.ship)) { _root.health = _root.health - 1; _root.ship._x = _root.ship._x + 29; _root.ship._y = _root.ship._y + 1; _root.ship.gotoAndPlay("ice"); _root.shields.nextFrame(); } }
Instance of Symbol 106 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + 15; } }
Instance of Symbol 106 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + 15; } }
Instance of Symbol 106 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + 15; } }
Instance of Symbol 106 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + 15; } }
Instance of Symbol 106 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + 15; } }
Instance of Symbol 111 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + ((-_root.ship.xMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.x_dir1 = _root.x_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 111 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + ((-_root.ship.xMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.x_dir1 = _root.x_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 111 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._y = _root.ship._y + ((-_root.ship.yMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.y_dir1 = _root.y_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 111 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._y = _root.ship._y + ((-_root.ship.yMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.y_dir1 = _root.y_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 108 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + ((-_root.ship.xMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.x_dir1 = _root.x_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 113 MovieClip "cursor" in Frame 29
onClipEvent (load) { startDrag ("_root.cursor", true); Mouse.hide(); }
Instance of Symbol 111 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._y = (_root.ship._y + (-_root.ship.yMovement)) + -200; } if (this.hitTest(_root.boulder.box)) { _root.y_dir1 = _root.y_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 213 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + ((-_root.ship.xMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.x_dir1 = _root.x_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 213 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + ((-_root.ship.xMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.x_dir1 = _root.x_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 213 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + ((-_root.ship.xMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.x_dir1 = _root.x_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 108 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + ((-_root.ship.xMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.x_dir1 = _root.x_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 108 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + ((-_root.ship.xMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.x_dir1 = _root.x_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 108 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + ((-_root.ship.xMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.x_dir1 = _root.x_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 108 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + ((-_root.ship.xMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.x_dir1 = _root.x_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 108 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + ((-_root.ship.xMovement) * 4); _root.shields.nextFrame(); } if (this.hitTest(_root.boulder.box)) { _root.x_dir1 = _root.x_dir1 * -1; _root.y_dir1 = _root.y_dir1 * 1; } }
Instance of Symbol 120 MovieClip "area51" in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship._x = _root.ship._x + 110; } }
Instance of Symbol 165 MovieClip in Frame 29
onClipEvent (mouseDown) { _root.nextFrame(); }
Instance of Symbol 165 MovieClip "ship" in Frame 30
onClipEvent (mouseMove) { if (Math.abs(yDifference) > 750) { _root.speed = 23; } if (Math.abs(yDifference) < 250) { _root.speed = _root.speed; } } onClipEvent (mouseMove) { if (Math.abs(xDifference) > 500) { _root.speed = 7; _root.ship.gotoAndStop("superspeed"); } if (Math.abs(xDifference) < 250) { _root.speed = 12; } } onClipEvent (mouseDown) { _root.speed = 4; _root.ship.gotoAndStop("superspeed"); } onClipEvent (mouseUp) { _root.speed = 12; _root.ship.gotoAndStop(1); } onClipEvent (enterFrame) { yDifference = Math.round(_root._ymouse - this._y); yMovement = Math.round(yDifference / _root.speed); this._y = yMovement + this._y; xDifference = Math.round(_root._xmouse - this._x); xMovement = Math.round(xDifference / _root.speed); this._x = xMovement + this._x; if ((yMovement >= 5) or (yMovement <= -5)) { _root.ship.gotoAndStop("go"); } if ((yMovement >= 17) or (yMovement <= -17)) { _root.ship.gotoAndStop("fast"); } if (yMovement == 0) { _root.ship.gotoAndStop("stop"); } radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); degrees = Math.round((radians * 180) / Math.PI); this._rotation = degrees; }
Frame 31
_root.level = _root.level + 1;
Frame 32
_root.level = _root.level + 1;
Instance of Symbol 113 MovieClip "cursor" in Frame 32
onClipEvent (load) { startDrag ("_root.cursor", true); Mouse.hide(); }
Frame 37
stop();
Instance of Symbol 2 MovieClip "orb" in Symbol 3 MovieClip [orb] Frame 1
onClipEvent (load) { _root.orb = _root.orb + 1; this.orb_touched = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.ship) and (this.orb_touched == false)) { _parent._visible = 0; } }
Symbol 15 MovieClip Frame 1
tankA.setMask(tankmaskA); tankB.setMask(tankmaskB); tankC.setMask(tankmaskC); tankD.setMask(tankmaskD); tankE.setMask(tankmaskE);
Instance of Symbol 14 MovieClip "tankA" in Symbol 15 MovieClip Frame 1
onClipEvent (load) { this._x = -500 - random(50); this._y = random(70) + 26; this._height = this._y * 1.5; this._width = this._height * 1.3; this.swapDepths(this._y); slide = this._y / 15; } onClipEvent (enterFrame) { this._x = this._x + slide; if (this._x > 220) { this._x = -500 - random(50); this._y = random(70) + 26; this._height = this._y * 1.5; this._width = this._height * 1.3; this.swapDepths(this._y); slide = this._y / 15; } }
Instance of Symbol 14 MovieClip "tankB" in Symbol 15 MovieClip Frame 1
onClipEvent (load) { this._x = -500 - random(50); this._y = random(70) + 26; this._height = this._y * 1.5; this._width = this._height * 1.3; this.swapDepths(this._y); slide = this._y / 15; } onClipEvent (enterFrame) { this._x = this._x + slide; if (this._x > 220) { this._x = -500 - random(50); this._y = random(70) + 26; this._height = this._y * 1.5; this._width = this._height * 1.3; this.swapDepths(this._y); slide = this._y / 15; } }
Instance of Symbol 14 MovieClip "tankC" in Symbol 15 MovieClip Frame 1
onClipEvent (load) { this._x = -500 - random(50); this._y = random(70) + 26; this._height = this._y * 1.5; this._width = this._height * 1.3; this.swapDepths(this._y); slide = this._y / 15; } onClipEvent (enterFrame) { this._x = this._x + slide; if (this._x > 220) { this._x = -500 - random(50); this._y = random(70) + 26; this._height = this._y * 1.5; this._width = this._height * 1.3; this.swapDepths(this._y); slide = this._y / 15; } }
Instance of Symbol 14 MovieClip "tankD" in Symbol 15 MovieClip Frame 1
onClipEvent (load) { this._x = -500 - random(50); this._y = random(70) + 26; this._height = this._y * 1.5; this._width = this._height * 1.3; this.swapDepths(this._y); slide = this._y / 15; } onClipEvent (enterFrame) { this._x = this._x + slide; if (this._x > 220) { this._x = -500 - random(50); this._y = random(70) + 26; this._height = this._y * 1.5; this._width = this._height * 1.3; this.swapDepths(this._y); slide = this._y / 15; } }
Symbol 33 MovieClip Frame 1
ppertotall = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) + " %"; perleft = (100 - Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100)) + " %"; allbs = ((Math.round(_root.getBytesLoaded()) + " / ") + Math.round(_root.getBytesTotal())) + " Bytes"; allkbs = ((Math.round(_root.getBytesLoaded() / 1024) + " / ") + Math.round(_root.getBytesTotal() / 1024)) + " KB"; allmbs = ((Math.round(_root.getBytesLoaded() / 1048576) + " / ") + Math.round(_root.getBytesTotal() / 1048576)) + " MB";
Symbol 33 MovieClip Frame 2
ppertotall = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) + " %"; perleft = (100 - Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100)) + " %"; allbs = ((Math.round(_root.getBytesLoaded()) + " / ") + Math.round(_root.getBytesTotal())) + " Bytes"; allkbs = ((Math.round(_root.getBytesLoaded() / 1024) + " / ") + Math.round(_root.getBytesTotal() / 1024)) + " KB"; allmbs = ((Math.round(_root.getBytesLoaded() / 1048576) + " / ") + Math.round(_root.getBytesTotal() / 1048576)) + " MB";
Symbol 39 Button
on (rollOver) { if (this._parent.stats._y > -126) { this._parent.stats._y = this._parent.stats._y - 3; play(); } }
Symbol 40 Button
on (rollOver) { if (this._parent.stats._y < -14) { this._parent.stats._y = this._parent.stats._y + 3; play(); } }
Symbol 41 Button
on (rollOver) { if (this._parent.stats._y > -126) { this._parent.stats._y = this._parent.stats._y - 3; gotoAndPlay (4); } }
Symbol 42 Button
on (rollOver) { if (this._parent.stats._y < -14) { this._parent.stats._y = this._parent.stats._y + 3; gotoAndPlay (4); } }
Symbol 43 Button
on (rollOver) { if (this._parent.stats._y > -126) { this._parent.stats._y = this._parent.stats._y - 3; } }
Symbol 44 Button
on (rollOver) { if (this._parent.stats._y < -14) { this._parent.stats._y = this._parent.stats._y + 3; } }
Symbol 45 MovieClip Frame 1
stop();
Symbol 45 MovieClip Frame 3
gotoAndStop (1);
Symbol 45 MovieClip Frame 4
gotoAndPlay (2);
Symbol 46 MovieClip Frame 1
stop(); stats.setMask(statsmask);
Symbol 64 Button
on (release) { _root.play(); }
Symbol 65 MovieClip Frame 1
_root.stop(); pertotal = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100); ppertotall = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) + " %"; perleft = (100 - Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100)) + " %"; allbs = ((Math.round(_root.getBytesLoaded()) + " / ") + Math.round(_root.getBytesTotal())) + " Bytes"; allkbs = ((Math.round(_root.getBytesLoaded() / 1024) + " / ") + Math.round(_root.getBytesTotal() / 1024)) + " KB"; allmbs = ((Math.round(_root.getBytesLoaded() / 1048576) + " / ") + Math.round(_root.getBytesTotal() / 1048576)) + " MB"; if (pertotal == 100) { gotoAndStop (3); }
Instance of Symbol 9 MovieClip in Symbol 65 MovieClip Frame 1
onClipEvent (enterFrame) { this._rotation = this._rotation + 5; }
Instance of Symbol 22 MovieClip in Symbol 65 MovieClip Frame 1
onClipEvent (enterFrame) { this._width = 50 + Math.round(((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) * 1.86); }
Instance of Symbol 9 MovieClip in Symbol 65 MovieClip Frame 1
onClipEvent (enterFrame) { this._rotation = this._rotation + 5; }
Instance of Symbol 14 MovieClip "tankA" in Symbol 65 MovieClip Frame 1
onClipEvent (load) { realx = this._x; } onClipEvent (enterFrame) { this._x = realx + Math.round(((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) * 1.8); if (Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) == 100) { this.stop(); } }
Symbol 65 MovieClip Frame 2
gotoAndPlay (1);
Instance of Symbol 117 MovieClip in Symbol 118 MovieClip Frame 1
onClipEvent (load) { _root.orbs_onstage = _root.orbs_onstage + 1; this.orb_touched = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.ship) and (this.orb_touched == false)) { this.orb_touched = true; _root.orbs_eaten = _root.orbs_eaten + 1; _root.carry_orbs_offset = _root.carry_orbs_offset + 1; this.orb_in_lineup = _root.carry_orbs_offset; } if (this.orb_touched == true) { _parent._x = _root.ship._x + (-((_root.ship.xDifference * this.orb_in_lineup) / 15)); _parent._y = _root.ship._y + (-((_root.ship.yDifference * this.orb_in_lineup) / 15)); } }
Symbol 142 MovieClip Frame 1
stop(); _root.ship.gotoAndPlay("crash");
Symbol 142 MovieClip Frame 2
_root.ship.gotoAndPlay("crash");
Symbol 142 MovieClip Frame 3
_root.ship.gotoAndPlay("crash");
Symbol 142 MovieClip Frame 4
_root.ship.gotoAndPlay("crash");
Symbol 142 MovieClip Frame 5
_root.ship.gotoAndPlay("crash");
Symbol 142 MovieClip Frame 6
_root.ship.gotoAndPlay("crash");
Symbol 142 MovieClip Frame 7
_root.ship.gotoAndPlay("crash");
Symbol 142 MovieClip Frame 8
_root.ship.gotoAndPlay("crash");
Symbol 142 MovieClip Frame 9
_root.ship.gotoAndPlay("crash");
Symbol 142 MovieClip Frame 10
_root.ship.gotoAndPlay("crash");
Symbol 142 MovieClip Frame 11
gotoAndStop (1); _root.lives = _root.lives + -1; if (_root.lives == 0) { _root.gotoAndStop("gameover"); } _root.gotoAndStop(_root._currentframe - 1);
Symbol 163 MovieClip Frame 1
stop();
Symbol 165 MovieClip Frame 8
stop();
Symbol 165 MovieClip Frame 15
stop();
Symbol 165 MovieClip Frame 25
gotoAndStop (1);
Symbol 165 MovieClip Frame 36
gotoAndPlay (1);
Symbol 165 MovieClip Frame 39
gotoAndStop (1);
Symbol 165 MovieClip Frame 52
gotoAndStop (1);
Instance of Symbol 170 MovieClip "box" in Symbol 172 MovieClip Frame 1
onClipEvent (load) { _parent._x = random(400); _parent._y = random(380); } onClipEvent (enterFrame) { _parent._x = _parent._x + x_dir1; _parent._y = _parent._y + y_dir1; }
Symbol 256 Button
on (release) { _root.gotoAndPlay(1); stopAllSounds(); }

Library Items

Symbol 1 GraphicUsed by:2
Symbol 2 MovieClipUses:1Used by:3
Symbol 3 MovieClip [orb]Uses:2
Symbol 4 GraphicUsed by:65
Symbol 5 GraphicUsed by:65
Symbol 6 GraphicUsed by:65
Symbol 7 GraphicUsed by:11 65
Symbol 8 GraphicUsed by:9
Symbol 9 MovieClipUses:8Used by:65
Symbol 10 GraphicUsed by:65
Symbol 11 MovieClipUses:7Used by:15
Symbol 12 GraphicUsed by:14
Symbol 13 GraphicUsed by:14
Symbol 14 MovieClipUses:12 13Used by:15 65
Symbol 15 MovieClipUses:11 14Used by:65
Symbol 16 GraphicUsed by:65
Symbol 17 ShapeTweeningUsed by:20
Symbol 18 ShapeTweeningUsed by:20
Symbol 19 GraphicUsed by:20 26 65
Symbol 20 MovieClipUses:17 18 19Used by:65
Symbol 21 GraphicUsed by:22
Symbol 22 MovieClipUses:21Used by:65
Symbol 23 GraphicUsed by:65
Symbol 24 GraphicUsed by:25
Symbol 25 MovieClipUses:24Used by:26
Symbol 26 MovieClipUses:19 25Used by:65
Symbol 27 FontUsed by:28 29 30 31 32
Symbol 28 EditableTextUses:27Used by:33
Symbol 29 EditableTextUses:27Used by:33
Symbol 30 EditableTextUses:27Used by:33
Symbol 31 EditableTextUses:27Used by:33
Symbol 32 EditableTextUses:27Used by:33
Symbol 33 MovieClipUses:28 29 30 31 32Used by:46
Symbol 34 GraphicUsed by:35
Symbol 35 MovieClipUses:34Used by:46
Symbol 36 GraphicUsed by:39 40 41 42 43 44
Symbol 37 GraphicUsed by:39 40 41 42 43 44
Symbol 38 GraphicUsed by:39 40 41 42 43 44
Symbol 39 ButtonUses:36 37 38Used by:45
Symbol 40 ButtonUses:36 37 38Used by:45
Symbol 41 ButtonUses:36 37 38Used by:45
Symbol 42 ButtonUses:36 37 38Used by:45
Symbol 43 ButtonUses:36 37 38Used by:45
Symbol 44 ButtonUses:36 37 38Used by:45
Symbol 45 MovieClipUses:39 40 41 42 43 44Used by:46
Symbol 46 MovieClipUses:33 35 45Used by:65
Symbol 47 FontUsed by:48 49 58 60 62 63
Symbol 48 TextUses:47Used by:50
Symbol 49 TextUses:47Used by:50
Symbol 50 MovieClipUses:48 49Used by:51
Symbol 51 MovieClipUses:50Used by:65
Symbol 52 GraphicUsed by:55
Symbol 53 FontUsed by:54
Symbol 54 TextUses:53Used by:55
Symbol 55 MovieClipUses:52 54Used by:65
Symbol 56 GraphicUsed by:64
Symbol 57 GraphicUsed by:64
Symbol 58 TextUses:47Used by:64
Symbol 59 GraphicUsed by:64
Symbol 60 TextUses:47Used by:64
Symbol 61 GraphicUsed by:64
Symbol 62 TextUses:47Used by:64
Symbol 63 TextUses:47Used by:64
Symbol 64 ButtonUses:56 57 58 59 60 61 62 63Used by:65
Symbol 65 MovieClipUses:4 5 6 7 9 10 15 16 20 22 19 23 26 14 46 51 55 64Used by:Timeline
Symbol 66 FontUsed by:67 89 90 166 167 168
Symbol 67 EditableTextUses:66Used by:Timeline
Symbol 68 FontUsed by:69 70 71 72 73 74 75 76 77 78 79 80 81 82 88 243 244 245 246 247 248 249 250 251 252 253 259
Symbol 69 TextUses:68Used by:Timeline
Symbol 70 TextUses:68Used by:Timeline
Symbol 71 TextUses:68Used by:Timeline
Symbol 72 TextUses:68Used by:Timeline
Symbol 73 TextUses:68Used by:Timeline
Symbol 74 TextUses:68Used by:Timeline
Symbol 75 TextUses:68Used by:Timeline
Symbol 76 TextUses:68Used by:Timeline
Symbol 77 TextUses:68Used by:Timeline
Symbol 78 TextUses:68Used by:Timeline
Symbol 79 TextUses:68Used by:Timeline
Symbol 80 TextUses:68Used by:Timeline
Symbol 81 TextUses:68Used by:Timeline
Symbol 82 TextUses:68Used by:Timeline
Symbol 83 BitmapUsed by:84
Symbol 84 GraphicUses:83Used by:Timeline
Symbol 85 SoundUsed by:Timeline
Symbol 86 GraphicUsed by:87  Timeline
Symbol 87 MovieClipUses:86Used by:Timeline
Symbol 88 TextUses:68Used by:Timeline
Symbol 89 EditableTextUses:66Used by:Timeline
Symbol 90 EditableTextUses:66Used by:Timeline
Symbol 91 GraphicUsed by:92
Symbol 92 MovieClipUses:91Used by:Timeline
Symbol 93 GraphicUsed by:94
Symbol 94 MovieClipUses:93Used by:105
Symbol 95 GraphicUsed by:96
Symbol 96 MovieClipUses:95Used by:105
Symbol 97 GraphicUsed by:98
Symbol 98 MovieClipUses:97Used by:105
Symbol 99 GraphicUsed by:100
Symbol 100 MovieClipUses:99Used by:105
Symbol 101 GraphicUsed by:102
Symbol 102 MovieClipUses:101Used by:105
Symbol 103 GraphicUsed by:104
Symbol 104 MovieClipUses:103Used by:105
Symbol 105 MovieClipUses:94 96 98 100 102 104Used by:106
Symbol 106 MovieClipUses:105Used by:Timeline
Symbol 107 GraphicUsed by:108 213
Symbol 108 MovieClipUses:107Used by:111  Timeline
Symbol 109 GraphicUsed by:110
Symbol 110 MovieClipUses:109Used by:111
Symbol 111 MovieClipUses:108 110Used by:Timeline
Symbol 112 GraphicUsed by:113
Symbol 113 MovieClipUses:112Used by:Timeline
Symbol 114 GraphicUsed by:115
Symbol 115 MovieClipUses:114Used by:118
Symbol 116 GraphicUsed by:117
Symbol 117 MovieClipUses:116Used by:118
Symbol 118 MovieClipUses:115 117Used by:Timeline
Symbol 119 GraphicUsed by:120
Symbol 120 MovieClipUses:119Used by:Timeline
Symbol 121 FontUsed by:122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 143 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240
Symbol 122 EditableTextUses:121Used by:Timeline
Symbol 123 TextUses:121Used by:Timeline
Symbol 124 EditableTextUses:121Used by:Timeline
Symbol 125 EditableTextUses:121Used by:Timeline
Symbol 126 TextUses:121Used by:Timeline
Symbol 127 TextUses:121Used by:Timeline
Symbol 128 EditableTextUses:121Used by:Timeline
Symbol 129 EditableTextUses:121Used by:Timeline
Symbol 130 TextUses:121Used by:Timeline
Symbol 131 TextUses:121Used by:Timeline
Symbol 132 EditableTextUses:121Used by:Timeline
Symbol 133 TextUses:121Used by:Timeline
Symbol 134 EditableTextUses:121Used by:Timeline
Symbol 135 TextUses:121Used by:Timeline
Symbol 136 EditableTextUses:121Used by:Timeline
Symbol 137 EditableTextUses:121Used by:Timeline
Symbol 138 TextUses:121Used by:Timeline
Symbol 139 ShapeTweeningUsed by:142
Symbol 140 GraphicUsed by:142
Symbol 141 GraphicUsed by:142
Symbol 142 MovieClipUses:139 140 141Used by:Timeline
Symbol 143 TextUses:121Used by:Timeline
Symbol 144 GraphicUsed by:165
Symbol 145 GraphicUsed by:146
Symbol 146 MovieClipUses:145Used by:165
Symbol 147 GraphicUsed by:165
Symbol 148 GraphicUsed by:165
Symbol 149 GraphicUsed by:151 165
Symbol 150 SoundUsed by:165
Symbol 151 MovieClipUses:149Used by:165
Symbol 152 GraphicUsed by:153
Symbol 153 MovieClipUses:152Used by:154
Symbol 154 MovieClipUses:153Used by:165
Symbol 155 SoundUsed by:165
Symbol 156 SoundUsed by:165
Symbol 157 GraphicUsed by:162
Symbol 158 GraphicUsed by:162
Symbol 159 GraphicUsed by:162
Symbol 160 GraphicUsed by:162
Symbol 161 GraphicUsed by:162
Symbol 162 MovieClipUses:157 158 159 160 161Used by:163
Symbol 163 MovieClipUses:162Used by:165
Symbol 164 SoundUsed by:165
Symbol 165 MovieClipUses:144 146 147 148 149 150 151 154 155 156 163 164Used by:Timeline
Symbol 166 EditableTextUses:66Used by:Timeline
Symbol 167 EditableTextUses:66Used by:Timeline
Symbol 168 EditableTextUses:66Used by:Timeline
Symbol 169 GraphicUsed by:170
Symbol 170 MovieClipUses:169Used by:172
Symbol 171 GraphicUsed by:172
Symbol 172 MovieClipUses:170 171Used by:Timeline
Symbol 173 EditableTextUses:121Used by:Timeline
Symbol 174 TextUses:121Used by:Timeline
Symbol 175 EditableTextUses:121Used by:Timeline
Symbol 176 EditableTextUses:121Used by:Timeline
Symbol 177 TextUses:121Used by:Timeline
Symbol 178 TextUses:121Used by:Timeline
Symbol 179 EditableTextUses:121Used by:Timeline
Symbol 180 EditableTextUses:121Used by:Timeline
Symbol 181 TextUses:121Used by:Timeline
Symbol 182 TextUses:121Used by:Timeline
Symbol 183 EditableTextUses:121Used by:Timeline
Symbol 184 TextUses:121Used by:Timeline
Symbol 185 EditableTextUses:121Used by:Timeline
Symbol 186 TextUses:121Used by:Timeline
Symbol 187 EditableTextUses:121Used by:Timeline
Symbol 188 EditableTextUses:121Used by:Timeline
Symbol 189 TextUses:121Used by:Timeline
Symbol 190 TextUses:121Used by:Timeline
Symbol 191 BitmapUsed by:192
Symbol 192 GraphicUses:191Used by:Timeline
Symbol 193 EditableTextUses:121Used by:Timeline
Symbol 194 EditableTextUses:121Used by:Timeline
Symbol 195 EditableTextUses:121Used by:Timeline
Symbol 196 EditableTextUses:121Used by:Timeline
Symbol 197 EditableTextUses:121Used by:Timeline
Symbol 198 EditableTextUses:121Used by:Timeline
Symbol 199 EditableTextUses:121Used by:Timeline
Symbol 200 EditableTextUses:121Used by:Timeline
Symbol 201 EditableTextUses:121Used by:Timeline
Symbol 202 EditableTextUses:121Used by:Timeline
Symbol 203 EditableTextUses:121Used by:Timeline
Symbol 204 EditableTextUses:121Used by:Timeline
Symbol 205 EditableTextUses:121Used by:Timeline
Symbol 206 EditableTextUses:121Used by:Timeline
Symbol 207 EditableTextUses:121Used by:Timeline
Symbol 208 EditableTextUses:121Used by:Timeline
Symbol 209 EditableTextUses:121Used by:Timeline
Symbol 210 EditableTextUses:121Used by:Timeline
Symbol 211 BitmapUsed by:212
Symbol 212 GraphicUses:211Used by:Timeline
Symbol 213 MovieClipUses:107Used by:Timeline
Symbol 214 EditableTextUses:121Used by:Timeline
Symbol 215 EditableTextUses:121Used by:Timeline
Symbol 216 EditableTextUses:121Used by:Timeline
Symbol 217 EditableTextUses:121Used by:Timeline
Symbol 218 EditableTextUses:121Used by:Timeline
Symbol 219 EditableTextUses:121Used by:Timeline
Symbol 220 EditableTextUses:121Used by:Timeline
Symbol 221 EditableTextUses:121Used by:Timeline
Symbol 222 EditableTextUses:121Used by:Timeline
Symbol 223 EditableTextUses:121Used by:Timeline
Symbol 224 EditableTextUses:121Used by:Timeline
Symbol 225 EditableTextUses:121Used by:Timeline
Symbol 226 EditableTextUses:121Used by:Timeline
Symbol 227 EditableTextUses:121Used by:Timeline
Symbol 228 EditableTextUses:121Used by:Timeline
Symbol 229 EditableTextUses:121Used by:Timeline
Symbol 230 EditableTextUses:121Used by:Timeline
Symbol 231 EditableTextUses:121Used by:Timeline
Symbol 232 EditableTextUses:121Used by:Timeline
Symbol 233 EditableTextUses:121Used by:Timeline
Symbol 234 EditableTextUses:121Used by:Timeline
Symbol 235 EditableTextUses:121Used by:Timeline
Symbol 236 EditableTextUses:121Used by:Timeline
Symbol 237 EditableTextUses:121Used by:Timeline
Symbol 238 EditableTextUses:121Used by:Timeline
Symbol 239 EditableTextUses:121Used by:Timeline
Symbol 240 EditableTextUses:121Used by:Timeline
Symbol 241 BitmapUsed by:242
Symbol 242 GraphicUses:241Used by:Timeline
Symbol 243 TextUses:68Used by:Timeline
Symbol 244 TextUses:68Used by:Timeline
Symbol 245 TextUses:68Used by:Timeline
Symbol 246 TextUses:68Used by:Timeline
Symbol 247 TextUses:68Used by:Timeline
Symbol 248 TextUses:68Used by:Timeline
Symbol 249 TextUses:68Used by:Timeline
Symbol 250 TextUses:68Used by:Timeline
Symbol 251 TextUses:68Used by:Timeline
Symbol 252 TextUses:68Used by:Timeline
Symbol 253 TextUses:68Used by:Timeline
Symbol 254 GraphicUsed by:256
Symbol 255 GraphicUsed by:256
Symbol 256 ButtonUses:254 255Used by:Timeline
Symbol 257 GraphicUsed by:Timeline
Symbol 258 GraphicUsed by:Timeline
Symbol 259 TextUses:68Used by:Timeline

Instance Names

"platform"Frame 3Symbol 92 MovieClip
"cursor"Frame 3Symbol 113 MovieClip
"area51"Frame 3Symbol 120 MovieClip
"shields"Frame 3Symbol 142 MovieClip
"ship"Frame 4Symbol 165 MovieClip
"platform"Frame 8Symbol 92 MovieClip
"boulder"Frame 8Symbol 172 MovieClip
"cursor"Frame 8Symbol 113 MovieClip
"area51"Frame 8Symbol 120 MovieClip
"shields"Frame 8Symbol 142 MovieClip
"ship"Frame 9Symbol 165 MovieClip
"platform"Frame 13Symbol 92 MovieClip
"boulder"Frame 13Symbol 172 MovieClip
"cursor"Frame 13Symbol 113 MovieClip
"area51"Frame 13Symbol 120 MovieClip
"shields"Frame 13Symbol 142 MovieClip
"ship"Frame 14Symbol 165 MovieClip
"platform"Frame 17Symbol 92 MovieClip
"boulder"Frame 17Symbol 172 MovieClip
"cursor"Frame 17Symbol 113 MovieClip
"area51"Frame 17Symbol 120 MovieClip
"shields"Frame 17Symbol 142 MovieClip
"ship"Frame 18Symbol 165 MovieClip
"platform"Frame 21Symbol 92 MovieClip
"boulder"Frame 21Symbol 172 MovieClip
"boulder2"Frame 21Symbol 172 MovieClip
"cursor"Frame 21Symbol 113 MovieClip
"area51"Frame 21Symbol 120 MovieClip
"shields"Frame 21Symbol 142 MovieClip
"ship"Frame 22Symbol 165 MovieClip
"platform"Frame 25Symbol 92 MovieClip
"boulder"Frame 25Symbol 172 MovieClip
"boulder2"Frame 25Symbol 172 MovieClip
"cursor"Frame 25Symbol 113 MovieClip
"area51"Frame 25Symbol 120 MovieClip
"shields"Frame 25Symbol 142 MovieClip
"ship"Frame 26Symbol 165 MovieClip
"platform"Frame 29Symbol 92 MovieClip
"boulder"Frame 29Symbol 172 MovieClip
"boulder2"Frame 29Symbol 172 MovieClip
"boulder2"Frame 29Symbol 172 MovieClip
"cursor"Frame 29Symbol 113 MovieClip
"area51"Frame 29Symbol 120 MovieClip
"shields"Frame 29Symbol 142 MovieClip
"ship"Frame 30Symbol 165 MovieClip
"cursor"Frame 32Symbol 113 MovieClip
"orb"Symbol 3 MovieClip [orb] Frame 1Symbol 2 MovieClip
"tankmaskA"Symbol 15 MovieClip Frame 1Symbol 11 MovieClip
"tankA"Symbol 15 MovieClip Frame 1Symbol 14 MovieClip
"tankmaskB"Symbol 15 MovieClip Frame 1Symbol 11 MovieClip
"tankmaskC"Symbol 15 MovieClip Frame 1Symbol 11 MovieClip
"tankmaskD"Symbol 15 MovieClip Frame 1Symbol 11 MovieClip
"tankB"Symbol 15 MovieClip Frame 1Symbol 14 MovieClip
"tankC"Symbol 15 MovieClip Frame 1Symbol 14 MovieClip
"tankD"Symbol 15 MovieClip Frame 1Symbol 14 MovieClip
"stats"Symbol 46 MovieClip Frame 1Symbol 33 MovieClip
"statsmask"Symbol 46 MovieClip Frame 1Symbol 35 MovieClip
"tankA"Symbol 65 MovieClip Frame 1Symbol 14 MovieClip
"wallpart2"Symbol 111 MovieClip Frame 1Symbol 110 MovieClip
"alt_hit"Symbol 118 MovieClip Frame 1Symbol 115 MovieClip
"box"Symbol 172 MovieClip Frame 1Symbol 170 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 3 as "orb"

Labels

"level1"Frame 3
"level2"Frame 8
"level3"Frame 13
"level4"Frame 17
"level5"Frame 21
"level6"Frame 25
"level7"Frame 29
"gameover"Frame 32
"level8"Frame 37
"stop"Symbol 165 MovieClip Frame 1
"go"Symbol 165 MovieClip Frame 8
"fast"Symbol 165 MovieClip Frame 15
"crash"Symbol 165 MovieClip Frame 22
"superspeed"Symbol 165 MovieClip Frame 26
"ice"Symbol 165 MovieClip Frame 37
"blown"Symbol 165 MovieClip Frame 40

Dynamic Text Variables

ppertotallSymbol 28 EditableText""
perleftSymbol 29 EditableText""
allbsSymbol 30 EditableText""
allkbsSymbol 31 EditableText""
allmbsSymbol 32 EditableText""
livesSymbol 90 EditableText""
ship.radiansSymbol 122 EditableText""
ship.yDifferenceSymbol 124 EditableText""
ship.xDifferenceSymbol 125 EditableText""
ship.yMovementSymbol 128 EditableText""
ship.xMovementSymbol 129 EditableText""
ship.degreesSymbol 132 EditableText""
speedSymbol 134 EditableText""
orbs_eatenSymbol 136 EditableText""
orbs_onstageSymbol 137 EditableText""
ship.radiansSymbol 173 EditableText""
ship.yDifferenceSymbol 175 EditableText""
ship.xDifferenceSymbol 176 EditableText""
ship.yMovementSymbol 179 EditableText""
ship.xMovementSymbol 180 EditableText""
ship.degreesSymbol 183 EditableText""
speedSymbol 185 EditableText""
orbs_eatenSymbol 187 EditableText""
orbs_onstageSymbol 188 EditableText""
ship.radiansSymbol 193 EditableText""
ship.yDifferenceSymbol 194 EditableText""
ship.xDifferenceSymbol 195 EditableText""
ship.yMovementSymbol 196 EditableText""
ship.xMovementSymbol 197 EditableText""
ship.degreesSymbol 198 EditableText""
speedSymbol 199 EditableText""
orbs_eatenSymbol 200 EditableText""
orbs_onstageSymbol 201 EditableText""
ship.radiansSymbol 202 EditableText""
ship.yDifferenceSymbol 203 EditableText""
ship.xDifferenceSymbol 204 EditableText""
ship.yMovementSymbol 205 EditableText""
ship.xMovementSymbol 206 EditableText""
ship.degreesSymbol 207 EditableText""
speedSymbol 208 EditableText""
orbs_eatenSymbol 209 EditableText""
orbs_onstageSymbol 210 EditableText""
ship.radiansSymbol 214 EditableText""
ship.yDifferenceSymbol 215 EditableText""
ship.xDifferenceSymbol 216 EditableText""
ship.yMovementSymbol 217 EditableText""
ship.xMovementSymbol 218 EditableText""
ship.degreesSymbol 219 EditableText""
speedSymbol 220 EditableText""
orbs_eatenSymbol 221 EditableText""
orbs_onstageSymbol 222 EditableText""
ship.radiansSymbol 223 EditableText""
ship.yDifferenceSymbol 224 EditableText""
ship.xDifferenceSymbol 225 EditableText""
ship.yMovementSymbol 226 EditableText""
ship.xMovementSymbol 227 EditableText""
ship.degreesSymbol 228 EditableText""
speedSymbol 229 EditableText""
orbs_eatenSymbol 230 EditableText""
orbs_onstageSymbol 231 EditableText""
ship.radiansSymbol 232 EditableText""
ship.yDifferenceSymbol 233 EditableText""
ship.xDifferenceSymbol 234 EditableText""
ship.yMovementSymbol 235 EditableText""
ship.xMovementSymbol 236 EditableText""
ship.degreesSymbol 237 EditableText""
speedSymbol 238 EditableText""
orbs_eatenSymbol 239 EditableText""
orbs_onstageSymbol 240 EditableText""




http://swfchan.com/13/64570/info.shtml
Created: 13/4 -2019 02:36:31 Last modified: 13/4 -2019 02:36:31 Server time: 15/05 -2024 15:33:07