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

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

Lander X.swf

This is the info page for
Flash #25587

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


Text
Loading

ArcadeTown

Planet Generica is being invaded!!!

This planet's only hope is...

Lander X

The Lander

Skip >>

Skip >>

Lander X

Play

Credits

Credits

Credits

How to Play

How to Play

How to Play

Get More Games

Get More Games

ArcadeTown Presents

x

Thrust

Rotate
Right

Rotate
Left

Not Used

How to Play

Use your arrow keys to control the lander

Gravity will always pull the lander
towards the planet

The red arrow always
points towards the planet

Time Remaining:

Dist. from Planet:

s

m

13.37

1337

The overlay displays time
remaining and distance
from planet

Credits

Programming/Art:
Peter Organa

Website:  organa.ca

E-mail:  peter@organa.ca

E-mail:  lander@organa.ca

Music:
Enrique del Sexo

Licensed to ArcadeTown

Planet Generica Mission 1: Are we there yet?

skip>>

Take off from the landing pad shown here.  Fly...

to the pad on the right.  Considering the length
of the trip you may want to pack a snack.

FLY
MISSION

REPLAY
BRIEFING

Take your time and learn how to control the
lander.

MENU

MENU

Restart Mission

Restart Mission

High Detail

High Detail

Low Detail

Low Detail

Mid Detail

Mid Detail

Control Help

Control Help

Music on/off

Music on/off

Sound on/off

Sound on/off

Quit Game

Quit Game

ArcadeTown

ArcadeTown

---

Controls

Thrust

Rotate
Right

Rotate
Left

Not Used

Success!

Are you ready for
the next Mission?

Failure!

Are you ready for
another attempt?

Out of Time!

Planet Generica Mission 2: Pole to Pole to Pole

Fly from the north pole of Generica...

...to the South Pole, and then...

... return to the North Pole.

Hint: Use a little thrust to reach orbit, and let
gravity carry you to the other side of the planet.
Oh... and don't crash into the monolith!

Planet Generica Mission 3: Running on Empty

The local supply ship has run out of fuel.  Your
mission is to refuel the ship.

Pick up a fuel cell from the Landing pad marked
in blue, and deliver it to the pad marked in red.

The ship only has life support for 80 of your
Earth seconds so you must land quickly.

Caution:  The Fuel Cell is heavy and will weigh
down the lander.

Planet Generica Mission 4: Bombs Away

A space bomber was brought down during its
mission.

Before it crashed the bomber released a bomb into
orbit around the planet; recover it.  And then...

?

...finish the mission by dropping the bomb onto
the creature.  Use your <<space bar>> to drop it.

You have 90 seconds to complete the mission.
Hint:  Reports indicate that the bomb is
travelling counter-clockwise around Generica.

Planet Generica Mission 5: Reevaluation

Space command is ordering you to renew your
landing permit.  It's time for a flying test!

You must touch all of the checkpoints in the
order shown.

1

2

3

4

5

The blue arrow will point you towards each
checkpoint.

You only have 125 seconds, so hurry up.  Remember
to follow the blue arrow.

Planet Generica Mission 6: Terrible Secret of Space!

Three of our space probes have been disabled by a
mysterious force.  Our engineer has  provided a...

...diagram of the most likely culprit.

The blue arrow will point you towards the probes,
You must land after picking up each probe.

You have 120 seconds to pick up all of the probes.
Hint: WATCH OUT FOR THE GIANT SPACE ROCK IN ORBIT
320 METERS ABOVE THE PLANET!

Planet Generica Mission 7: Supply Run

45

Space Command is holding an important conference
and needs you to pick-up vital supplies.

Land on both of the points marked in red and then
return to your starting point (marked in green).

Remember to avoid the giant space rock!

You have 120 seconds to complete the mission.
Hint:  Fly slowly in order to avoid slamming into
obstacles.

Planet Generica Mission 8:  Invasion!

The Emperor has invaded Generica!  You're our only
hope of stopping it!

Pick up bombs from the landing pad on the bottom
of the planet. Then drop the bomb on the Emperor
using the <<space bar>>.

Watch out for the Emperor's missles!  They'll
follow you around!  You must avoid them!

Lure the Emperor away from the bomb dispenser and
quickly pick up a bomb.  Then drop it on him!

My circuits! They weep!

Alas, Generic 1960s Robot
why can't you see?

All "games" must end...

The End

fin

ActionScript [AS1/AS2]

Frame 1
function breifingDelay(screenPause, whichBrief) { var cancel = false; var skipWatch = whichBrief._currentframe; briefingPause = setInterval(function () { if (skipWatch != whichBrief._currentframe) { clearInterval(briefingPause); cancel = true; briefingTimer = false; } if (!cancel) { if (briefingTimer) { if (((getTimer() - briefingTimer) / 1000) >= screenPause) { briefingTimer = false; clearInterval(briefingPause); whichBrief.play(); } } else { briefingTimer = getTimer(); } } }, 250); } function GetUrlParam(strUrl, strParam) { var strUrlLC = strUrl.toLowerCase(); var nPos = strUrlLC.indexOf(strParam); var nParamLen = strParam.length; if (nPos > 0) { var nNumChars; var nPosEnd = strUrlLC.indexOf("&", nPos + nParamLen); if (nPosEnd > 0) { nNumChars = nPosEnd - nPos; } else { nNumChars = strUrl.length - nPos; } return(strUrl.substr(nPos + nParamLen, nNumChars)); } return(""); } function GetBaseUrl(strUrl) { var nNumChars = strUrl.length; var nPos = strUrl.indexOf("?", 0); if (nPos > 0) { nNumChars = nPos; } return(strUrl.substr(0, nNumChars)); } stop();
Instance of Symbol 6 MovieClip "loadbar" in Frame 1
onClipEvent (enterFrame) { if (_root.getBytesLoaded() >= _root.getBytesTotal()) { _root.play(); } else { _parent.stop(); this._xscale = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; _root.howMuch = int((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) + "%"; } }
Frame 2
stop();
Instance of Symbol 18 MovieClip "noisecube" in Frame 2
onClipEvent (load) { onOrOff = "on"; } onClipEvent (enterFrame) { if (onOrOff == "on") { if ((_parent.lander.myLanded == "go") && (key.isDown(38))) { gotoAndStop (2); dying = false; } else if ((_parent.lander.exploding == "true") && (!dying)) { gotoAndStop (1); gotoAndStop (3); dying = true; } else { gotoAndStop (1); } } else { gotoAndStop (1); } }
Instance of Symbol 26 MovieClip "musicSphere" in Frame 2
onClipEvent (load) { }
Frame 3
function randSong() { if (_root.onOrOff == "on") { rand = random(3); _root.musicSphere.gotoAndStop(soundArray[rand]); } else { _root.musicSphere.gotoAndStop("noSound"); } } stop(); _root.musicSphere.gotoAndStop("intro2"); soundArray = new Array("level1", "level3", "level4"); _root.onOrOff = "on";
Instance of Symbol 138 MovieClip "wtf" in Frame 3
/* no clip actions */
Frame 4
stopAllSounds(); stop(); if (_root.onOrOff == "on") { _root.musicSphere.gotoAndStop("level2"); }
Frame 5
stopAllSounds(); stop(); _root.randSong();
Instance of Symbol 58 MovieClip "lander" in Frame 5
onClipEvent (load) { myGrav = 0.06; i = 0; if (_quality == "LOW") { myPartAmount = 5; } else if (_quality == "MEDIUM") { myPartAmount = 12; } else { myPartAmount = 25; } if (_rotation < 0) { myRotation = 360 + _rotation; } else { myRotation = _rotation; } } onClipEvent (enterFrame) { function rotate(rvar) { _rotation = (_rotation + (3 * rvar)); if (_rotation < 0) { myRotation = 360 + _rotation; } else { myRotation = _rotation; } } function constant() { myXMomentum = myXMomentum + (myXMovement - myXGravity); myYMomentum = myYMomentum + (myYMovement - myYGravity); if (((this._x + myXMomentum) >= 480) || ((this._x + myXMomentum) <= 120)) { _parent.foreground._x = _parent.foreground._x - myXMomentum; Xparticleshift = myXMomentum; } else { this._x = this._x + myXMomentum; Xparticleshift = 0; } if (((this._y + myYMomentum) >= 280) || ((this._y + myYMomentum) <= 120)) { _parent.foreground._y = _parent.foreground._y - myYMomentum; Yparticleshift = myYMomentum; } else { this._y = this._y + myYMomentum; Yparticleshift = 0; } } function arrowcolour() { myDistance = Math.sqrt(Math.pow(_this._x - _parent.foreground._x, 2) + Math.pow(_this._y - _parent.foreground._y, 2)); } function explode() { if (i <= 60) { duplicateMovieClip (_parent.particle, "mcc" + i, i); _parent["mcc" + i].myGocommand = "blow"; i++; blowdelay++; if (i >= 20) { this.gotoAndStop(2); } } } function engineburn() { if (i <= myPartAmount) { duplicateMovieClip (_parent.particle, "mc" + i, i); _parent["mc" + i].myGocommand = "go"; _parent["mc" + i]._x = _x; _parent["mc" + i]._y = _y; i++; } else { i = 0; } } function gravity() { origin_x = _root.foreground._x; origin_y = _root.foreground._y; mouse_x = this._x; mouse_y = this._y; dist_x = mouse_x - origin_x; dist_y = mouse_y - origin_y; if (Number(dist_x) < 0) { normalise = -1 * dist_x; } else { normalise = dist_x; } if (Number(dist_y) < 0) { normalise = Number(normalise) + Number(-1 * dist_y); } else { normalise = Number(normalise) + Number(dist_y); } if ((Number(dist_x) >= 0) and (Number(dist_y) >= 0)) { direction = 90 * (dist_y / normalise); } else if ((Number(dist_x) <= 0) and (Number(dist_y) >= 0)) { direction = Number(-90 * (dist_x / normalise)) + 90; } else if ((Number(dist_x) <= 0) and (Number(dist_y) <= 0)) { direction = Number(-90 * (dist_y / normalise)) + 180; } else { direction = Number(90 * (dist_x / normalise)) + 270; } myYGravity = Math.sin((Math.PI/180) * direction) * myGrav; myXGravity = Math.cos((Math.PI/180) * direction) * myGrav; _parent.planetfinder._rotation = direction; } if (WinLose == "lose") { if (myFailTime) { if ((getTimer() - myFailtime) >= 5000) { myLanded = "stop"; _parent.popup.gotoAndStop("loser"); } } else { myFailtime = getTimer(); _root.Angry.go = "stop"; } } else if (WinLose == "win") { if (myWinTime) { if ((getTimer() - myWinTime) >= 2000) { myLanded = "stop"; _parent.popup.gotoAndStop("winner"); } } else { myWinTime = getTimer(); _root.Angry.go = "stop"; } } if (exploding == "true") { explode(); gravity(); constant(); myXMovement = 0; myYMovement = 0; WinLose = "lose"; } if (myLanded == "go") { gravity(); constant(); if (key.isDown(38)) { myVelocity = 0.2; engineburn(); myXMovement = Math.cos((Math.PI/180) * myRotation) * myVelocity; myYMovement = Math.sin((Math.PI/180) * myRotation) * myVelocity; } else { myXmovement = 0; myYmovement = 0; } if (key.isDown(37)) { rotate(-1); } if (key.isDown(39)) { rotate(1); } } else if (myLanded == "stop") { myXmovement = 0; myYmovement = 0; myXMomentum = 0; myYMomentum = 0; } }
Instance of Symbol 177 MovieClip "particle" in Frame 5
onClipEvent (load) { xDirect = ((random(15) - 7) / 10) + Math.cos((Math.PI/180) * _parent.lander.myRotation); yDirect = ((random(15) - 7) / 10) + Math.sin((Math.PI/180) * _parent.lander.myRotation); gotoAndStop(random(2) + 1); myTTL = getTimer(); } onClipEvent (enterFrame) { if (myGocommand == "go") { this._x = this._x - (xDirect + _parent.lander.Xparticleshift); this._y = this._y - (yDirect + _parent.lander.Yparticleshift); } if ((getTimer() - myTTL) >= 2500) { removeMovieClip(this); } }
Instance of Symbol 111 MovieClip "planetfinder" in Frame 5
onClipEvent (enterFrame) { this._x = _parent.lander._x; this._y = _parent.lander._y; }
Instance of Symbol 223 MovieClip "Angry" in Frame 5
onClipEvent (load) { myTimerStart = getTimer(); myTime = 0; } onClipEvent (enterFrame) { function trim(theNumber, decPlaces) { if (decPlaces >= 0) { var temp = Math.pow(10, decPlaces); return(Math.round(theNumber * temp) / temp); } } distance = int(Math.sqrt(Math.pow(_parent.lander._x - _parent.foreground._x, 2) + Math.pow(_parent.lander._y - _parent.foreground._y, 2)) - 709); if ((go != "stop") && (myTime != 0)) { timer = myTime - trim((getTimer() - myTimerStart) / 1000, 2); if (timer <= 0) { _parent.popup.gotoAndStop("notime"); _parent.lander.myLanded = "stop"; go = "stop"; } } if (_parent.Angry.distance <= -10) { _parent.lander.exploding = "true"; _parent.lander.myLanded = "blow"; } }
Frame 6
stopAllSounds(); stop(); if (_root.onOrOff == "on") { _root.musicSphere.gotoAndStop("level2"); }
Frame 7
stopAllSounds(); stop(); randSong();
Instance of Symbol 58 MovieClip "lander" in Frame 7
onClipEvent (load) { myGrav = 0.06; i = 0; if (_quality == "LOW") { myPartAmount = 5; } else if (_quality == "MEDIUM") { myPartAmount = 12; } else { myPartAmount = 25; } if (_rotation < 0) { myRotation = 360 + _rotation; } else { myRotation = _rotation; } } onClipEvent (enterFrame) { function rotate(rvar) { _rotation = (_rotation + (3 * rvar)); if (_rotation < 0) { myRotation = 360 + _rotation; } else { myRotation = _rotation; } } function constant() { myXMomentum = myXMomentum + (myXMovement - myXGravity); myYMomentum = myYMomentum + (myYMovement - myYGravity); if (((this._x + myXMomentum) >= 425) || ((this._x + myXMomentum) <= 175)) { _parent.foreground._x = _parent.foreground._x - myXMomentum; Xparticleshift = myXMomentum; } else { this._x = this._x + myXMomentum; Xparticleshift = 0; } if (((this._y + myYMomentum) >= 225) || ((this._y + myYMomentum) <= 175)) { _parent.foreground._y = _parent.foreground._y - myYMomentum; Yparticleshift = myYMomentum; } else { this._y = this._y + myYMomentum; Yparticleshift = 0; } } function arrowcolour() { myDistance = Math.sqrt(Math.pow(_this._x - _parent.foreground._x, 2) + Math.pow(_this._y - _parent.foreground._y, 2)); } function explode() { if (i <= 60) { duplicateMovieClip (_parent.particle, "mcc" + i, i); _parent["mcc" + i].myGocommand = "blow"; i++; blowdelay++; if (i >= 20) { this.gotoAndStop(2); } } } function engineburn() { if (i <= myPartAmount) { duplicateMovieClip (_parent.particle, "mc" + i, i); _parent["mc" + i].myGocommand = "go"; _parent["mc" + i]._x = _x; _parent["mc" + i]._y = _y; i++; } else { i = 0; } } function gravity() { origin_x = _root.foreground._x; origin_y = _root.foreground._y; mouse_x = this._x; mouse_y = this._y; dist_x = mouse_x - origin_x; dist_y = mouse_y - origin_y; if (Number(dist_x) < 0) { normalise = -1 * dist_x; } else { normalise = dist_x; } if (Number(dist_y) < 0) { normalise = Number(normalise) + Number(-1 * dist_y); } else { normalise = Number(normalise) + Number(dist_y); } if ((Number(dist_x) >= 0) and (Number(dist_y) >= 0)) { direction = 90 * (dist_y / normalise); } else if ((Number(dist_x) <= 0) and (Number(dist_y) >= 0)) { direction = Number(-90 * (dist_x / normalise)) + 90; } else if ((Number(dist_x) <= 0) and (Number(dist_y) <= 0)) { direction = Number(-90 * (dist_y / normalise)) + 180; } else { direction = Number(90 * (dist_x / normalise)) + 270; } myYGravity = Math.sin((Math.PI/180) * direction) * myGrav; myXGravity = Math.cos((Math.PI/180) * direction) * myGrav; _parent.planetfinder._rotation = direction; } if (WinLose == "lose") { if (myFailTime) { if ((getTimer() - myFailtime) >= 5000) { myLanded = "stop"; _parent.popup.gotoAndStop("loser"); } } else { myFailtime = getTimer(); _root.Angry.go = "stop"; } } else if (WinLose == "win") { if (myWinTime) { if ((getTimer() - myWinTime) >= 2000) { myLanded = "stop"; _parent.popup.gotoAndStop("winner"); } } else { myWinTime = getTimer(); _root.Angry.go = "stop"; } } if (exploding == "true") { explode(); gravity(); constant(); myXMovement = 0; myYMovement = 0; WinLose = "lose"; } if (myLanded == "go") { gravity(); constant(); if (key.isDown(38)) { myVelocity = 0.2; engineburn(); myXMovement = Math.cos((Math.PI/180) * myRotation) * myVelocity; myYMovement = Math.sin((Math.PI/180) * myRotation) * myVelocity; } else { myXmovement = 0; myYmovement = 0; } if (key.isDown(37)) { rotate(-1); } if (key.isDown(39)) { rotate(1); } } else if (myLanded == "stop") { myXmovement = 0; myYmovement = 0; myXMomentum = 0; myYMomentum = 0; } }
Instance of Symbol 177 MovieClip "particle" in Frame 7
onClipEvent (load) { if (myGoCommand == "blow") { this._x = _parent.lander._x + (random(20) - 10); this._y = _parent.lander._y + (random(20) - 10); gotoAndStop(random(5) + 5); grow = random(12); } if (myGoCommand == "go") { xDirect = ((random(15) - 7) / 10) + Math.cos((Math.PI/180) * _parent.lander.myRotation); yDirect = ((random(15) - 7) / 10) + Math.sin((Math.PI/180) * _parent.lander.myRotation); gotoAndStop(random(2) + 1); } myTTL = getTimer(); } onClipEvent (enterFrame) { if (myGocommand == "go") { this._x = this._x - (xDirect + _parent.lander.Xparticleshift); this._y = this._y - (yDirect + _parent.lander.Yparticleshift); } if (myGoCommand == "blow") { this._xscale = this._xscale + grow; this._yscale = this._yscale + grow; } if ((getTimer() - myTTL) >= 2500) { removeMovieClip(this); } }
Instance of Symbol 111 MovieClip "planetfinder" in Frame 7
onClipEvent (enterFrame) { this._x = _parent.lander._x; this._y = _parent.lander._y; }
Instance of Symbol 220 MovieClip in Frame 7
/* no clip actions */
Instance of Symbol 223 MovieClip "Angry" in Frame 7
onClipEvent (load) { myTimerStart = getTimer(); myTime = 0; } onClipEvent (enterFrame) { function trim(theNumber, decPlaces) { if (decPlaces >= 0) { var temp = Math.pow(10, decPlaces); return(Math.round(theNumber * temp) / temp); } } distance = int(Math.sqrt(Math.pow(_parent.lander._x - _parent.foreground._x, 2) + Math.pow(_parent.lander._y - _parent.foreground._y, 2)) - 709); if ((go != "stop") && (myTime != 0)) { timer = myTime - trim((getTimer() - myTimerStart) / 1000, 2); if (timer <= 0) { _parent.popup.gotoAndStop("notime"); _parent.lander.myLanded = "stop"; go = "stop"; } } if (_parent.Angry.distance <= -10) { _parent.lander.exploding = "true"; _parent.lander.myLanded = "blow"; } }
Frame 8
stopAllSounds(); stop(); if (_root.onOrOff == "on") { _root.musicSphere.gotoAndStop("level2"); }
Frame 9
stopAllSounds(); stop(); randSong();
Instance of Symbol 254 MovieClip "battery" in Frame 9
onClipEvent (enterFrame) { if (_parent.lander.bat == "attached") { _parent.foreground.batt._visible = false; _parent.lander.myGrav = 0.12; this._x = _parent.lander._x; this._y = _parent.lander._y; this._rotation = _parent.lander._rotation; } }
Instance of Symbol 58 MovieClip "lander" in Frame 9
onClipEvent (load) { myGrav = 0.06; i = 0; if (_quality == "LOW") { myPartAmount = 5; } else if (_quality == "MEDIUM") { myPartAmount = 12; } else { myPartAmount = 25; } if (_rotation < 0) { myRotation = 360 + _rotation; } else { myRotation = _rotation; } } onClipEvent (enterFrame) { function rotate(rvar) { _rotation = (_rotation + (3 * rvar)); if (_rotation < 0) { myRotation = 360 + _rotation; } else { myRotation = _rotation; } } function constant() { myXMomentum = myXMomentum + (myXMovement - myXGravity); myYMomentum = myYMomentum + (myYMovement - myYGravity); if (((this._x + myXMomentum) >= 480) || ((this._x + myXMomentum) <= 120)) { _parent.foreground._x = _parent.foreground._x - myXMomentum; Xparticleshift = myXMomentum; } else { this._x = this._x + myXMomentum; Xparticleshift = 0; } if (((this._y + myYMomentum) >= 280) || ((this._y + myYMomentum) <= 120)) { _parent.foreground._y = _parent.foreground._y - myYMomentum; Yparticleshift = myYMomentum; } else { this._y = this._y + myYMomentum; Yparticleshift = 0; } } function arrowcolour() { myDistance = Math.sqrt(Math.pow(_this._x - _parent.foreground._x, 2) + Math.pow(_this._y - _parent.foreground._y, 2)); } function explode() { if (i <= 60) { duplicateMovieClip (_parent.particle, "mcc" + i, i); _parent["mcc" + i].myGocommand = "blow"; i++; blowdelay++; if (i >= 20) { this.gotoAndStop(2); } } } function engineburn() { if (i <= myPartAmount) { duplicateMovieClip (_parent.particle, "mc" + i, i); _parent["mc" + i].myGocommand = "go"; _parent["mc" + i]._x = _x; _parent["mc" + i]._y = _y; i++; } else { i = 0; } } function gravity() { origin_x = _root.foreground._x; origin_y = _root.foreground._y; mouse_x = this._x; mouse_y = this._y; dist_x = mouse_x - origin_x; dist_y = mouse_y - origin_y; if (Number(dist_x) < 0) { normalise = -1 * dist_x; } else { normalise = dist_x; } if (Number(dist_y) < 0) { normalise = Number(normalise) + Number(-1 * dist_y); } else { normalise = Number(normalise) + Number(dist_y); } if ((Number(dist_x) >= 0) and (Number(dist_y) >= 0)) { direction = 90 * (dist_y / normalise); } else if ((Number(dist_x) <= 0) and (Number(dist_y) >= 0)) { direction = Number(-90 * (dist_x / normalise)) + 90; } else if ((Number(dist_x) <= 0) and (Number(dist_y) <= 0)) { direction = Number(-90 * (dist_y / normalise)) + 180; } else { direction = Number(90 * (dist_x / normalise)) + 270; } myYGravity = Math.sin((Math.PI/180) * direction) * myGrav; myXGravity = Math.cos((Math.PI/180) * direction) * myGrav; _parent.planetfinder._rotation = direction; } if (WinLose == "lose") { if (myFailTime) { if ((getTimer() - myFailtime) >= 5000) { myLanded = "stop"; _parent.popup.gotoAndStop("loser"); } } else { myFailtime = getTimer(); _root.Angry.go = "stop"; } } else if (WinLose == "win") { if (myWinTime) { if ((getTimer() - myWinTime) >= 2000) { myLanded = "stop"; _parent.popup.gotoAndStop("winner"); } } else { myWinTime = getTimer(); _root.Angry.go = "stop"; } } if (exploding == "true") { explode(); gravity(); constant(); myXMovement = 0; myYMovement = 0; WinLose = "lose"; } if (myLanded == "go") { gravity(); constant(); if (key.isDown(38)) { myVelocity = 0.2; engineburn(); myXMovement = Math.cos((Math.PI/180) * myRotation) * myVelocity; myYMovement = Math.sin((Math.PI/180) * myRotation) * myVelocity; } else { myXmovement = 0; myYmovement = 0; } if (key.isDown(37)) { rotate(-1); } if (key.isDown(39)) { rotate(1); } } else if (myLanded == "stop") { myXmovement = 0; myYmovement = 0; myXMomentum = 0; myYMomentum = 0; } }
Instance of Symbol 177 MovieClip "particle" in Frame 9
onClipEvent (load) { if (myGoCommand == "blow") { this._x = _parent.lander._x + (random(20) - 10); this._y = _parent.lander._y + (random(20) - 10); gotoAndStop(random(5) + 5); grow = random(12); } if (myGoCommand == "go") { xDirect = ((random(15) - 7) / 10) + Math.cos((Math.PI/180) * _parent.lander.myRotation); yDirect = ((random(15) - 7) / 10) + Math.sin((Math.PI/180) * _parent.lander.myRotation); gotoAndStop(random(2) + 1); } myTTL = getTimer(); } onClipEvent (enterFrame) { if (myGocommand == "go") { this._x = this._x - (xDirect + _parent.lander.Xparticleshift); this._y = this._y - (yDirect + _parent.lander.Yparticleshift); } if (myGoCommand == "blow") { this._xscale = this._xscale + grow; this._yscale = this._yscale + grow; } if ((getTimer() - myTTL) >= 2500) { removeMovieClip(this); } }
Instance of Symbol 111 MovieClip "planetfinder" in Frame 9
onClipEvent (enterFrame) { this._x = _parent.lander._x; this._y = _parent.lander._y; }
Instance of Symbol 223 MovieClip "Angry" in Frame 9
onClipEvent (load) { myTimerStart = getTimer(); myTime = 80; } onClipEvent (enterFrame) { function trim(theNumber, decPlaces) { if (decPlaces >= 0) { var temp = Math.pow(10, decPlaces); return(Math.round(theNumber * temp) / temp); } } distance = int(Math.sqrt(Math.pow(_parent.lander._x - _parent.foreground._x, 2) + Math.pow(_parent.lander._y - _parent.foreground._y, 2)) - 709); if ((go != "stop") && (myTime != 0)) { timer = myTime - trim((getTimer() - myTimerStart) / 1000, 2); if (timer <= 0) { _parent.popup.gotoAndStop("notime"); _parent.lander.myLanded = "stop"; go = "stop"; } } if (_parent.Angry.distance <= -10) { _parent.lander.exploding = "true"; _parent.lander.myLanded = "blow"; } }
Frame 10
stopAllSounds(); stop(); if (_root.onOrOff == "on") { _root.musicSphere.gotoAndStop("level2"); }
Frame 11
stopAllSounds(); stop(); randSong();
Instance of Symbol 271 MovieClip "bomb" in Frame 11
onClipEvent (enterFrame) { function bombgrav() { origin_x = _root.foreground._x; origin_y = _root.foreground._y; mouse_x = this._x; mouse_y = this._y; dist_x = mouse_x - origin_x; dist_y = mouse_y - origin_y; if (Number(dist_x) < 0) { normalise = -1 * dist_x; } else { normalise = dist_x; } if (Number(dist_y) < 0) { normalise = Number(normalise) + Number(-1 * dist_y); } else { normalise = Number(normalise) + Number(dist_y); } if ((Number(dist_x) >= 0) and (Number(dist_y) >= 0)) { direction = 90 * (dist_y / normalise); } else if ((Number(dist_x) <= 0) and (Number(dist_y) >= 0)) { direction = Number(-90 * (dist_x / normalise)) + 90; } else if ((Number(dist_x) <= 0) and (Number(dist_y) <= 0)) { direction = Number(-90 * (dist_y / normalise)) + 180; } else { direction = Number(90 * (dist_x / normalise)) + 270; } myYGravity = Math.sin((Math.PI/180) * direction) * 6; myXGravity = Math.cos((Math.PI/180) * direction) * 6; } if (activate == "yes") { bombOn = getTimer(); _parent.lander.myGrav = 0.13; _x = _parent.lander._x; _y = _parent.lander._y; _rotation = _parent.lander._rotation; if (key.isDown(32)) { activate = "drop"; _parent.lander.myGrav = 0.06; this.myGrav = 0.07; myYMovement = _parent.lander.myYMovement; myXMovement = _parent.lander.myXMovement; } } else if (activate == "drop") { this._y = this._y - ((myYGravity + _parent.lander.Yparticleshift) - myYMovement); this._x = this._x - ((myXGravity + _parent.lander.Xparticleshift) - myXMovement); bombgrav(); } else if (activate == "stop") { this._y = this._y - _parent.lander.Yparticleshift; this._x = this._x - _parent.lander.Xparticleshift; } }
Instance of Symbol 58 MovieClip "lander" in Frame 11
onClipEvent (load) { myGrav = 0.06; i = 0; if (_quality == "LOW") { myPartAmount = 5; } else if (_quality == "MEDIUM") { myPartAmount = 12; } else { myPartAmount = 25; } if (_rotation < 0) { myRotation = 360 + _rotation; } else { myRotation = _rotation; } } onClipEvent (enterFrame) { function rotate(rvar) { _rotation = (_rotation + (3 * rvar)); if (_rotation < 0) { myRotation = 360 + _rotation; } else { myRotation = _rotation; } } function constant() { myXMomentum = myXMomentum + (myXMovement - myXGravity); myYMomentum = myYMomentum + (myYMovement - myYGravity); if (((this._x + myXMomentum) >= 480) || ((this._x + myXMomentum) <= 120)) { _parent.foreground._x = _parent.foreground._x - myXMomentum; Xparticleshift = myXMomentum; } else { this._x = this._x + myXMomentum; Xparticleshift = 0; } if (((this._y + myYMomentum) >= 280) || ((this._y + myYMomentum) <= 120)) { _parent.foreground._y = _parent.foreground._y - myYMomentum; Yparticleshift = myYMomentum; } else { this._y = this._y + myYMomentum; Yparticleshift = 0; } } function arrowcolour() { myDistance = Math.sqrt(Math.pow(_this._x - _parent.foreground._x, 2) + Math.pow(_this._y - _parent.foreground._y, 2)); } function explode() { if (i <= 60) { duplicateMovieClip (_parent.particle, "mcc" + i, i); _parent["mcc" + i].myGocommand = "blow"; i++; blowdelay++; if (i >= 20) { this.gotoAndStop(2); } } } function engineburn() { if (i <= myPartAmount) { duplicateMovieClip (_parent.particle, "mc" + i, i); _parent["mc" + i].myGocommand = "go"; _parent["mc" + i]._x = _x; _parent["mc" + i]._y = _y; i++; } else { i = 0; } } function gravity() { origin_x = _root.foreground._x; origin_y = _root.foreground._y; mouse_x = this._x; mouse_y = this._y; dist_x = mouse_x - origin_x; dist_y = mouse_y - origin_y; if (Number(dist_x) < 0) { normalise = -1 * dist_x; } else { normalise = dist_x; } if (Number(dist_y) < 0) { normalise = Number(normalise) + Number(-1 * dist_y); } else { normalise = Number(normalise) + Number(dist_y); } if ((Number(dist_x) >= 0) and (Number(dist_y) >= 0)) { direction = 90 * (dist_y / normalise); } else if ((Number(dist_x) <= 0) and (Number(dist_y) >= 0)) { direction = Number(-90 * (dist_x / normalise)) + 90; } else if ((Number(dist_x) <= 0) and (Number(dist_y) <= 0)) { direction = Number(-90 * (dist_y / normalise)) + 180; } else { direction = Number(90 * (dist_x / normalise)) + 270; } myYGravity = Math.sin((Math.PI/180) * direction) * myGrav; myXGravity = Math.cos((Math.PI/180) * direction) * myGrav; _parent.planetfinder._rotation = direction; } if (WinLose == "lose") { if (myFailTime) { if ((getTimer() - myFailtime) >= 5000) { myLanded = "stop"; _parent.popup.gotoAndStop("loser"); } } else { myFailtime = getTimer(); _root.Angry.go = "stop"; } } else if (WinLose == "win") { if (myWinTime) { if ((getTimer() - myWinTime) >= 2000) { myLanded = "stop"; _parent.popup.gotoAndStop("winner"); } } else { myWinTime = getTimer(); _root.Angry.go = "stop"; } } if (exploding == "true") { explode(); gravity(); constant(); myXMovement = 0; myYMovement = 0; WinLose = "lose"; } if (myLanded == "go") { gravity(); constant(); if (key.isDown(38)) { myVelocity = 0.2; engineburn(); myXMovement = Math.cos((Math.PI/180) * myRotation) * myVelocity; myYMovement = Math.sin((Math.PI/180) * myRotation) * myVelocity; } else { myXmovement = 0; myYmovement = 0; } if (key.isDown(37)) { rotate(-1); } if (key.isDown(39)) { rotate(1); } } else if (myLanded == "stop") { myXmovement = 0; myYmovement = 0; myXMomentum = 0; myYMomentum = 0; } }
Instance of Symbol 177 MovieClip "particle" in Frame 11
onClipEvent (load) { if (myGoCommand == "blow") { this._x = _parent.lander._x + (random(20) - 10); this._y = _parent.lander._y + (random(20) - 10); gotoAndStop(random(5) + 5); grow = random(12); } if (myGoCommand == "go") { xDirect = ((random(15) - 7) / 10) + Math.cos((Math.PI/180) * _parent.lander.myRotation); yDirect = ((random(15) - 7) / 10) + Math.sin((Math.PI/180) * _parent.lander.myRotation); gotoAndStop(random(2) + 1); } myTTL = getTimer(); } onClipEvent (enterFrame) { if (myGocommand == "go") { this._x = this._x - (xDirect + _parent.lander.Xparticleshift); this._y = this._y - (yDirect + _parent.lander.Yparticleshift); } if (myGoCommand == "blow") { this._xscale = this._xscale + grow; this._yscale = this._yscale + grow; } if ((getTimer() - myTTL) >= 2500) { removeMovieClip(this); } }
Instance of Symbol 111 MovieClip "planetfinder" in Frame 11
onClipEvent (enterFrame) { this._x = _parent.lander._x; this._y = _parent.lander._y; }
Instance of Symbol 223 MovieClip "Angry" in Frame 11
onClipEvent (load) { myTimerStart = getTimer(); myTime = 90; } onClipEvent (enterFrame) { function trim(theNumber, decPlaces) { if (decPlaces >= 0) { var temp = Math.pow(10, decPlaces); return(Math.round(theNumber * temp) / temp); } } distance = int(Math.sqrt(Math.pow(_parent.lander._x - _parent.foreground._x, 2) + Math.pow(_parent.lander._y - _parent.foreground._y, 2)) - 709); if ((go != "stop") && (myTime != 0)) { timer = myTime - trim((getTimer() - myTimerStart) / 1000, 2); if (timer <= 0) { _parent.popup.gotoAndStop("notime"); _parent.lander.myLanded = "stop"; go = "stop"; } } if (_parent.Angry.distance <= -10) { _parent.lander.exploding = "true"; _parent.lander.myLanded = "blow"; } }
Frame 12
stopAllSounds(); stop(); if (_root.onOrOff == "on") { _root.musicSphere.gotoAndStop("level2"); }
Frame 13
stopAllSounds(); stop(); randSong();
Instance of Symbol 300 MovieClip "target1" in Frame 13
onClipEvent (load) { this._x = 543; this._y = -591.2; Xdist = this._x - _parent.foreground._x; Ydist = this._y - _parent.foreground._y; this._visible = true; } onClipEvent (enterFrame) { this._x = _parent.foreground._x + Xdist; this._y = _parent.foreground._y + Ydist; if (this.hitTest(_parent.lander._x, _parent.lander._y, true) && (_parent.lander.target == "target1")) { this._visible = false; _parent.lander.target = "target2"; _parent.target2._visible = true; } }
Instance of Symbol 300 MovieClip "target2" in Frame 13
onClipEvent (load) { this._x = 1800; this._y = -660; Xdist = this._x - _parent.foreground._x; Ydist = this._y - _parent.foreground._y; this._visible = false; } onClipEvent (enterFrame) { this._x = _parent.foreground._x + Xdist; this._y = _parent.foreground._y + Ydist; if (this.hitTest(_parent.lander._x, _parent.lander._y, true) && (_parent.lander.target == "target2")) { this._visible = false; _parent.lander.target = "target3"; _parent.target3._visible = true; } }
Instance of Symbol 300 MovieClip "target5" in Frame 13
onClipEvent (load) { this._x = -300; this._y = 200; Xdist = this._x - _parent.foreground._x; Ydist = this._y - _parent.foreground._y; this._visible = false; } onClipEvent (enterFrame) { this._x = _parent.foreground._x + Xdist; this._y = _parent.foreground._y + Ydist; if (this.hitTest(_parent.lander._x, _parent.lander._y, true) && (_parent.lander.target == "target5")) { this._visible = false; _parent.lander.target = "done"; _parent.sputnikfinder._visible = false; _parent.lander.WinLose = "win"; } }
Instance of Symbol 300 MovieClip "target3" in Frame 13
onClipEvent (load) { this._x = 850; this._y = 810; Xdist = this._x - _parent.foreground._x; Ydist = this._y - _parent.foreground._y; this._visible = true; } onClipEvent (enterFrame) { this._x = _parent.foreground._x + Xdist; this._y = _parent.foreground._y + Ydist; if (this.hitTest(_parent.lander._x, _parent.lander._y, true) && (_parent.lander.target == "target3")) { this._visible = false; _parent.lander.target = "target4"; _parent.target4._visible = true; } }
Instance of Symbol 300 MovieClip "target4" in Frame 13
onClipEvent (load) { this._x = 1600; this._y = -500; Xdist = this._x - _parent.foreground._x; Ydist = this._y - _parent.foreground._y; this._visible = false; } onClipEvent (enterFrame) { this._x = _parent.foreground._x + Xdist; this._y = _parent.foreground._y + Ydist; if (this.hitTest(_parent.lander._x, _parent.lander._y, true) && (_parent.lander.target == "target4")) { this._visible = false; _parent.lander.target = "target5"; _parent.target5._visible = true; } }
Instance of Symbol 58 MovieClip "lander" in Frame 13
onClipEvent (load) { myGrav = 0.06; i = 0; target = "target1"; if (_quality == "LOW") { myPartAmount = 5; } else if (_quality == "MEDIUM") { myPartAmount = 12; } else { myPartAmount = 25; } if (_rotation < 0) { myRotation = 360 + _rotation; } else { myRotation = _rotation; } } onClipEvent (enterFrame) { function rotate(rvar) { _rotation = (_rotation + (3 * rvar)); if (_rotation < 0) { myRotation = 360 + _rotation; } else { myRotation = _rotation; } } function constant() { myXMomentum = myXMomentum + (myXMovement - myXGravity); myYMomentum = myYMomentum + (myYMovement - myYGravity); if (((this._x + myXMomentum) >= 380) || ((this._x + myXMomentum) <= 220)) { _parent.foreground._x = _parent.foreground._x - myXMomentum; Xparticleshift = myXMomentum; } else { this._x = this._x + myXMomentum; Xparticleshift = 0; } if (((this._y + myYMomentum) >= 220) || ((this._y + myYMomentum) <= 180)) { _parent.foreground._y = _parent.foreground._y - myYMomentum; Yparticleshift = myYMomentum; } else { this._y = this._y + myYMomentum; Yparticleshift = 0; } } function explode() { if (i <= 60) { duplicateMovieClip (_parent.particle, "mcc" + i, i); _parent["mcc" + i].myGocommand = "blow"; i++; blowdelay++; if (i >= 20) { this.gotoAndStop(2); } } } function engineburn() { if (i <= myPartAmount) { duplicateMovieClip (_parent.particle, "mc" + i, i); _parent["mc" + i].myGocommand = "go"; _parent["mc" + i]._x = _x; _parent["mc" + i]._y = _y; i++; } else { i = 0; } } function sputDirection() { origin_x2 = _parent[target]._x; origin_y2 = _parent[target]._y; mouse_x2 = this._x; mouse_y2 = this._y; dist_x2 = mouse_x2 - origin_x2; dist_y2 = mouse_y2 - origin_y2; if (Number(dist_x2) < 0) { normalise2 = -1 * dist_x2; } else { normalise2 = dist_x2; } if (Number(dist_y2) < 0) { normalise2 = Number(normalise2) + Number(-1 * dist_y2); } else { normalise2 = Number(normalise2) + Number(dist_y2); } if ((Number(dist_x2) >= 0) and (Number(dist_y2) >= 0)) { direction2 = 90 * (dist_y2 / normalise2); } else if ((Number(dist_x2) <= 0) and (Number(dist_y2) >= 0)) { direction2 = Number(-90 * (dist_x2 / normalise2)) + 90; } else if ((Number(dist_x2) <= 0) and (Number(dist_y2) <= 0)) { direction2 = Number(-90 * (dist_y2 / normalise2)) + 180; } else { direction2 = Number(90 * (dist_x2 / normalise2)) + 270; } _root.sputnikfinder._rotation = direction2; } function gravity() { origin_x = _root.foreground._x; origin_y = _root.foreground._y; mouse_x = this._x; mouse_y = this._y; dist_x = mouse_x - origin_x; dist_y = mouse_y - origin_y; if (Number(dist_x) < 0) { normalise = -1 * dist_x; } else { normalise = dist_x; } if (Number(dist_y) < 0) { normalise = Number(normalise) + Number(-1 * dist_y); } else { normalise = Number(normalise) + Number(dist_y); } if ((Number(dist_x) >= 0) and (Number(dist_y) >= 0)) { direction = 90 * (dist_y / normalise); } else if ((Number(dist_x) <= 0) and (Number(dist_y) >= 0)) { direction = Number(-90 * (dist_x / normalise)) + 90; } else if ((Number(dist_x) <= 0) and (Number(dist_y) <= 0)) { direction = Number(-90 * (dist_y / normalise)) + 180; } else { direction = Number(90 * (dist_x / normalise)) + 270; } myYGravity = Math.sin((Math.PI/180) * direction) * myGrav; myXGravity = Math.cos((Math.PI/180) * direction) * myGrav; _parent.planetfinder._rotation = direction; } if (WinLose == "lose") { if (myFailTime) { if ((getTimer() - myFailtime) >= 5000) { myLanded = "stop"; _parent.popup.gotoAndStop("loser"); } } else { myFailtime = getTimer(); _root.Angry.go = "stop"; } } else if (WinLose == "win") { if (myWinTime) { if ((getTimer() - myWinTime) >= 2000) { myLanded = "stop"; _parent.popup.gotoAndStop("winner"); } } else { myWinTime = getTimer(); _root.Angry.go = "stop"; } } if (exploding == "true") { explode(); gravity(); constant(); myXMovement = 0; myYMovement = 0; WinLose = "lose"; } if (myLanded == "go") { gravity(); constant(); sputDirection(); if (key.isDown(38)) { myVelocity = 0.2; engineburn(); myXMovement = Math.cos((Math.PI/180) * myRotation) * myVelocity; myYMovement = Math.sin((Math.PI/180) * myRotation) * myVelocity; } else { myXmovement = 0; myYmovement = 0; } if (key.isDown(37)) { rotate(-1); } if (key.isDown(39)) { rotate(1); } } else if (myLanded == "stop") { myXmovement = 0; myYmovement = 0; myXMomentum = 0; myYMomentum = 0; } }
Instance of Symbol 177 MovieClip "particle" in Frame 13
onClipEvent (load) { if (myGoCommand == "blow") { this._x = _parent.lander._x + (random(20) - 10); this._y = _parent.lander._y + (random(20) - 10); gotoAndStop(random(5) + 5); grow = random(12); } if (myGoCommand == "go") { xDirect = ((random(15) - 7) / 10) + Math.cos((Math.PI/180) * _parent.lander.myRotation); yDirect = ((random(15) - 7) / 10) + Math.sin((Math.PI/180) * _parent.lander.myRotation); gotoAndStop(random(2) + 1); } myTTL = getTimer(); } onClipEvent (enterFrame) { if (myGocommand == "go") { this._x = this._x - (xDirect + _parent.lander.Xparticleshift); this._y = this._y - (yDirect + _parent.lander.Yparticleshift); } if (myGoCommand == "blow") { this._xscale = this._xscale + grow; this._yscale = this._yscale + grow; } if ((getTimer() - myTTL) >= 2500) { removeMovieClip(this); } }
Instance of Symbol 111 MovieClip "planetfinder" in Frame 13
onClipEvent (enterFrame) { this._x = _parent.lander._x; this._y = _parent.lander._y; }
Instance of Symbol 295 MovieClip "sputnikfinder" in Frame 13
onClipEvent (enterFrame) { this._x = _parent.lander._x; this._y = _parent.lander._y; }
Instance of Symbol 223 MovieClip "Angry" in Frame 13
onClipEvent (load) { myTimerStart = getTimer(); myTime = 125; } onClipEvent (enterFrame) { function trim(theNumber, decPlaces) { if (decPlaces >= 0) { var temp = Math.pow(10, decPlaces); return(Math.round(theNumber * temp) / temp); } } distance = int(Math.sqrt(Math.pow(_parent.lander._x - _parent.foreground._x, 2) + Math.pow(_parent.lander._y - _parent.foreground._y, 2)) - 709); if ((go != "stop") && (myTime != 0)) { timer = myTime - trim((getTimer() - myTimerStart) / 1000, 2); if (timer <= 0) { _parent.popup.gotoAndStop("notime"); _parent.lander.myLanded = "stop"; go = "stop"; } } if (_parent.Angry.distance <= -10) { _parent.lander.exploding = "true"; _parent.lander.myLanded = "blow"; } }
Frame 14
stopAllSounds(); stop(); if (_root.onOrOff == "on") { _root.musicSphere.gotoAndStop("level2"); }
Frame 15
stopAllSounds(); stop(); randSong();
Instance of Symbol 315 MovieClip "sput1" in Frame 15
onClipEvent (load) { this._x = -380; this._y = -200; Xdist = this._x - _parent.foreground._x; Ydist = this._y - _parent.foreground._y; this._visible = true; } onClipEvent (enterFrame) { if (dead != "dead") { this._x = _parent.foreground._x + Xdist; this._y = _parent.foreground._y + Ydist; if (docked != "dockme") { if (this.hitTest(_parent.lander._x, _parent.lander._y, true) && (_parent.lander.target == "sput1")) { docked = "dockme"; _parent.lander.myGrav = 0.09; _parent.sputnikfinder._visible = false; } else { this._x = _parent.foreground._x + Xdist; this._y = _parent.foreground._y + Ydist; } } else { this._x = _parent.lander._x; this._y = _parent.lander._y; this._rotation = _parent.lander._rotation; if (_parent.lander.myLanded == "stop") { _parent.sput2._visible = true; _parent.lander.target = "sput2"; _parent.sputnikfinder._visible = true; dead = "dead"; _parent.lander.myGrav = 0.06; nextFrame(); } } } }
Instance of Symbol 315 MovieClip "sput2" in Frame 15
onClipEvent (load) { this._x = 300; this._y = 1900; Xdist = this._x - _parent.foreground._x; Ydist = this._y - _parent.foreground._y; this._visible = false; } onClipEvent (enterFrame) { if (dead != "dead") { this._x = _parent.foreground._x + Xdist; this._y = _parent.foreground._y + Ydist; if (docked != "dockme") { if (this.hitTest(_parent.lander._x, _parent.lander._y, true) && (_parent.lander.target == "sput2")) { docked = "dockme"; _parent.sputnikfinder._visible = false; _parent.lander.myGrav = 0.09; } else { this._x = _parent.foreground._x + Xdist; this._y = _parent.foreground._y + Ydist; } } else { this._x = _parent.lander._x; this._y = _parent.lander._y; this._rotation = _parent.lander._rotation; if (_parent.lander.myLanded == "stop") { _parent.sput3._visible = true; _parent.lander.target = "sput3"; _parent.sputnikfinder._visible = true; dead = "dead"; _parent.lander.myGrav = 0.06; nextFrame(); } } } }
Instance of Symbol 315 MovieClip "sput3" in Frame 15
onClipEvent (load) { this._x = 1300; this._y = 1337; Xdist = this._x - _parent.foreground._x; Ydist = this._y - _parent.foreground._y; this._visible = false; } onClipEvent (enterFrame) { if (dead != "dead") { this._x = _parent.foreground._x + Xdist; this._y = _parent.foreground._y + Ydist; if (docked != "dockme") { if (this.hitTest(_parent.lander._x, _parent.lander._y, true) && (_parent.lander.target == "sput3")) { docked = "dockme"; _parent.lander.myGrav = 0.135; _parent.sputnikfinder._visible = false; } else { this._x = _parent.foreground._x + Xdist; this._y = _parent.foreground._y + Ydist; } } else { this._x = _parent.lander._x; this._y = _parent.lander._y; this._rotation = _parent.lander._rotation; } } }
Instance of Symbol 58 MovieClip "lander" in Frame 15
onClipEvent (load) { myGrav = 0.06; i = 0; target = "sput1"; _parent.sputnikfinder._visible = true; if (_quality == "LOW") { myPartAmount = 5; } else if (_quality == "MEDIUM") { myPartAmount = 12; } else { myPartAmount = 25; } if (_rotation < 0) { myRotation = 360 + _rotation; } else { myRotation = _rotation; } } onClipEvent (enterFrame) { function rotate(rvar) { _rotation = (_rotation + (3 * rvar)); if (_rotation < 0) { myRotation = 360 + _rotation; } else { myRotation = _rotation; } } function constant() { myXMomentum = myXMomentum + (myXMovement - myXGravity); myYMomentum = myYMomentum + (myYMovement - myYGravity); if (((this._x + myXMomentum) >= 425) || ((this._x + myXMomentum) <= 175)) { _parent.foreground._x = _parent.foreground._x - myXMomentum; Xparticleshift = myXMomentum; } else { this._x = this._x + myXMomentum; Xparticleshift = 0; } if (((this._y + myYMomentum) >= 225) || ((this._y + myYMomentum) <= 175)) { _parent.foreground._y = _parent.foreground._y - myYMomentum; Yparticleshift = myYMomentum; } else { this._y = this._y + myYMomentum; Yparticleshift = 0; } } function explode() { if (i <= 60) { duplicateMovieClip (_parent.particle, "mcc" + i, i); _parent["mcc" + i].myGocommand = "blow"; i++; blowdelay++; if (i >= 20) { this.gotoAndStop(2); } } } function engineburn() { if (i <= myPartAmount) { duplicateMovieClip (_parent.particle, "mc" + i, i); _parent["mc" + i].myGocommand = "go"; _parent["mc" + i]._x = _x; _parent["mc" + i]._y = _y; i++; } else { i = 0; } } function sputDirection() { origin_x2 = _parent[target]._x; origin_y2 = _parent[target]._y; mouse_x2 = this._x; mouse_y2 = this._y; dist_x2 = mouse_x2 - origin_x2; dist_y2 = mouse_y2 - origin_y2; if (Number(dist_x2) < 0) { normalise2 = -1 * dist_x2; } else { normalise2 = dist_x2; } if (Number(dist_y2) < 0) { normalise2 = Number(normalise2) + Number(-1 * dist_y2); } else { normalise2 = Number(normalise2) + Number(dist_y2); } if ((Number(dist_x2) >= 0) and (Number(dist_y2) >= 0)) { direction2 = 90 * (dist_y2 / normalise2); } else if ((Number(dist_x2) <= 0) and (Number(dist_y2) >= 0)) { direction2 = Number(-90 * (dist_x2 / normalise2)) + 90; } else if ((Number(dist_x2) <= 0) and (Number(dist_y2) <= 0)) { direction2 = Number(-90 * (dist_y2 / normalise2)) + 180; } else { direction2 = Number(90 * (dist_x2 / normalise2)) + 270; } _root.sputnikfinder._rotation = direction2; } function gravity() { origin_x = _root.foreground._x; origin_y = _root.foreground._y; mouse_x = this._x; mouse_y = this._y; dist_x = mouse_x - origin_x; dist_y = mouse_y - origin_y; if (Number(dist_x) < 0) { normalise = -1 * dist_x; } else { normalise = dist_x; } if (Number(dist_y) < 0) { normalise = Number(normalise) + Number(-1 * dist_y); } else { normalise = Number(normalise) + Number(dist_y); } if ((Number(dist_x) >= 0) and (Number(dist_y) >= 0)) { direction = 90 * (dist_y / normalise); } else if ((Number(dist_x) <= 0) and (Number(dist_y) >= 0)) { direction = Number(-90 * (dist_x / normalise)) + 90; } else if ((Number(dist_x) <= 0) and (Number(dist_y) <= 0)) { direction = Number(-90 * (dist_y / normalise)) + 180; } else { direction = Number(90 * (dist_x / normalise)) + 270; } myYGravity = Math.sin((Math.PI/180) * direction) * myGrav; myXGravity = Math.cos((Math.PI/180) * direction) * myGrav; _parent.planetfinder._rotation = direction; } if (WinLose == "lose") { if (myFailTime) { if ((getTimer() - myFailtime) >= 5000) { myLanded = "stop"; _parent.popup.gotoAndStop("loser"); } } else { myFailtime = getTimer(); _root.Angry.go = "stop"; } } else if (WinLose == "win") { if (myWinTime) { if ((getTimer() - myWinTime) >= 2000) { myLanded = "stop"; _parent.popup.gotoAndStop("winner"); } } else { myWinTime = getTimer(); _root.Angry.go = "stop"; } } if (exploding == "true") { explode(); gravity(); constant(); myXMovement = 0; myYMovement = 0; WinLose = "lose"; } if (myLanded == "go") { gravity(); constant(); sputDirection(); if (key.isDown(38)) { myVelocity = 0.2; engineburn(); myXMovement = Math.cos((Math.PI/180) * myRotation) * myVelocity; myYMovement = Math.sin((Math.PI/180) * myRotation) * myVelocity; } else { myXmovement = 0; myYmovement = 0; } if (key.isDown(37)) { rotate(-1); } if (key.isDown(39)) { rotate(1); } } else if (myLanded == "stop") { myXmovement = 0; myYmovement = 0; myXMomentum = 0; myYMomentum = 0; } }
Instance of Symbol 177 MovieClip "particle" in Frame 15
onClipEvent (load) { if (myGoCommand == "blow") { this._x = _parent.lander._x + (random(20) - 10); this._y = _parent.lander._y + (random(20) - 10); gotoAndStop(random(5) + 5); grow = random(12); } if (myGoCommand == "go") { xDirect = ((random(15) - 7) / 10) + Math.cos((Math.PI/180) * _parent.lander.myRotation); yDirect = ((random(15) - 7) / 10) + Math.sin((Math.PI/180) * _parent.lander.myRotation); gotoAndStop(random(2) + 1); } myTTL = getTimer(); } onClipEvent (enterFrame) { if (myGocommand == "go") { this._x = this._x - (xDirect + _parent.lander.Xparticleshift); this._y = this._y - (yDirect + _parent.lander.Yparticleshift); } if (myGoCommand == "blow") { this._xscale = this._xscale + grow; this._yscale = this._yscale + grow; } if ((getTimer() - myTTL) >= 2500) { removeMovieClip(this); } }
Instance of Symbol 111 MovieClip "planetfinder" in Frame 15
onClipEvent (enterFrame) { this._x = _parent.lander._x; this._y = _parent.lander._y; }
Instance of Symbol 295 MovieClip "sputnikfinder" in Frame 15
onClipEvent (enterFrame) { this._x = _parent.lander._x; this._y = _parent.lander._y; }
Instance of Symbol 223 MovieClip "Angry" in Frame 15
onClipEvent (load) { myTimerStart = getTimer(); myTime = 120; } onClipEvent (enterFrame) { function trim(theNumber, decPlaces) { if (decPlaces >= 0) { var temp = Math.pow(10, decPlaces); return(Math.round(theNumber * temp) / temp); } } distance = int(Math.sqrt(Math.pow(_parent.lander._x - _parent.foreground._x, 2) + Math.pow(_parent.lander._y - _parent.foreground._y, 2)) - 709); if ((go != "stop") && (myTime != 0)) { timer = myTime - trim((getTimer() - myTimerStart) / 1000, 2); if (timer <= 0) { _parent.popup.gotoAndStop("notime"); _parent.lander.myLanded = "stop"; go = "stop"; } } if (_parent.Angry.distance <= -17) { _parent.lander.exploding = "true"; _parent.lander.myLanded = "blow"; } }
Frame 16
stopAllSounds(); stop(); if (_root.onOrOff == "on") { _root.musicSphere.gotoAndStop("level2"); }
Frame 17
stopAllSounds(); stop(); randSong();
Instance of Symbol 58 MovieClip "lander" in Frame 17
onClipEvent (load) { myGrav = 0.06; i = 0; if (_quality == "LOW") { myPartAmount = 5; } else if (_quality == "MEDIUM") { myPartAmount = 12; } else { myPartAmount = 25; } if (_rotation < 0) { myRotation = 360 + _rotation; } else { myRotation = _rotation; } } onClipEvent (enterFrame) { function rotate(rvar) { _rotation = (_rotation + (3 * rvar)); if (_rotation < 0) { myRotation = 360 + _rotation; } else { myRotation = _rotation; } } function constant() { myXMomentum = myXMomentum + (myXMovement - myXGravity); myYMomentum = myYMomentum + (myYMovement - myYGravity); if (((this._x + myXMomentum) >= 425) || ((this._x + myXMomentum) <= 175)) { _parent.foreground._x = _parent.foreground._x - myXMomentum; Xparticleshift = myXMomentum; } else { this._x = this._x + myXMomentum; Xparticleshift = 0; } if (((this._y + myYMomentum) >= 225) || ((this._y + myYMomentum) <= 175)) { _parent.foreground._y = _parent.foreground._y - myYMomentum; Yparticleshift = myYMomentum; } else { this._y = this._y + myYMomentum; Yparticleshift = 0; } } function arrowcolour() { myDistance = Math.sqrt(Math.pow(_this._x - _parent.foreground._x, 2) + Math.pow(_this._y - _parent.foreground._y, 2)); } function explode() { if (i <= 60) { duplicateMovieClip (_parent.particle, "mcc" + i, i); _parent["mcc" + i].myGocommand = "blow"; i++; blowdelay++; if (i >= 20) { this.gotoAndStop(2); } } } function engineburn() { if (i <= myPartAmount) { duplicateMovieClip (_parent.particle, "mc" + i, i); _parent["mc" + i].myGocommand = "go"; _parent["mc" + i]._x = _x; _parent["mc" + i]._y = _y; i++; } else { i = 0; } } function gravity() { origin_x = _root.foreground._x; origin_y = _root.foreground._y; mouse_x = this._x; mouse_y = this._y; dist_x = mouse_x - origin_x; dist_y = mouse_y - origin_y; if (Number(dist_x) < 0) { normalise = -1 * dist_x; } else { normalise = dist_x; } if (Number(dist_y) < 0) { normalise = Number(normalise) + Number(-1 * dist_y); } else { normalise = Number(normalise) + Number(dist_y); } if ((Number(dist_x) >= 0) and (Number(dist_y) >= 0)) { direction = 90 * (dist_y / normalise); } else if ((Number(dist_x) <= 0) and (Number(dist_y) >= 0)) { direction = Number(-90 * (dist_x / normalise)) + 90; } else if ((Number(dist_x) <= 0) and (Number(dist_y) <= 0)) { direction = Number(-90 * (dist_y / normalise)) + 180; } else { direction = Number(90 * (dist_x / normalise)) + 270; } myYGravity = Math.sin((Math.PI/180) * direction) * myGrav; myXGravity = Math.cos((Math.PI/180) * direction) * myGrav; _parent.planetfinder._rotation = direction; } if (WinLose == "lose") { if (myFailTime) { if ((getTimer() - myFailtime) >= 5000) { myLanded = "stop"; _parent.popup.gotoAndStop("loser"); } } else { myFailtime = getTimer(); _root.Angry.go = "stop"; } } else if (WinLose == "win") { if (myWinTime) { if ((getTimer() - myWinTime) >= 2000) { myLanded = "stop"; stopAllSounds(); _root.nextFrame(); } } else { myWinTime = getTimer(); _root.Angry.go = "stop"; } } if (exploding == "true") { explode(); gravity(); constant(); myXMovement = 0; myYMovement = 0; WinLose = "lose"; } if (myLanded == "go") { gravity(); constant(); if (key.isDown(38)) { myVelocity = 0.2; engineburn(); myXMovement = Math.cos((Math.PI/180) * myRotation) * myVelocity; myYMovement = Math.sin((Math.PI/180) * myRotation) * myVelocity; } else { myXmovement = 0; myYmovement = 0; } if (key.isDown(37)) { rotate(-1); } if (key.isDown(39)) { rotate(1); } } else if (myLanded == "stop") { myXmovement = 0; myYmovement = 0; myXMomentum = 0; myYMomentum = 0; } }
Instance of Symbol 177 MovieClip "particle" in Frame 17
onClipEvent (load) { if (myGoCommand == "blow") { this._x = _parent.lander._x + (random(20) - 10); this._y = _parent.lander._y + (random(20) - 10); gotoAndStop(random(5) + 5); grow = random(12); } if (myGoCommand == "go") { xDirect = ((random(15) - 7) / 10) + Math.cos((Math.PI/180) * _parent.lander.myRotation); yDirect = ((random(15) - 7) / 10) + Math.sin((Math.PI/180) * _parent.lander.myRotation); gotoAndStop(random(2) + 1); } myTTL = getTimer(); } onClipEvent (enterFrame) { if (myGocommand == "go") { this._x = this._x - (xDirect + _parent.lander.Xparticleshift); this._y = this._y - (yDirect + _parent.lander.Yparticleshift); } if (myGoCommand == "blow") { this._xscale = this._xscale + grow; this._yscale = this._yscale + grow; } if ((getTimer() - myTTL) >= 2500) { removeMovieClip(this); } }
Instance of Symbol 111 MovieClip "planetfinder" in Frame 17
onClipEvent (enterFrame) { this._x = _parent.lander._x; this._y = _parent.lander._y; }
Instance of Symbol 223 MovieClip "Angry" in Frame 17
onClipEvent (load) { myTimerStart = getTimer(); myTime = 120; } onClipEvent (enterFrame) { function trim(theNumber, decPlaces) { if (decPlaces >= 0) { var temp = Math.pow(10, decPlaces); return(Math.round(theNumber * temp) / temp); } } distance = int(Math.sqrt(Math.pow(_parent.lander._x - _parent.foreground._x, 2) + Math.pow(_parent.lander._y - _parent.foreground._y, 2)) - 709); if ((go != "stop") && (myTime != 0)) { timer = myTime - trim((getTimer() - myTimerStart) / 1000, 2); if (timer <= 0) { _parent.popup.gotoAndStop("notime"); _parent.lander.myLanded = "stop"; go = "stop"; } } if (_parent.Angry.distance <= -10) { _parent.lander.exploding = "true"; _parent.lander.myLanded = "blow"; } }
Frame 18
stopAllSounds(); stop(); if (_root.onOrOff == "on") { _root.musicSphere.gotoAndStop("level2"); }
Frame 19
stopAllSounds(); stop(); randSong();
Instance of Symbol 271 MovieClip "bomb" in Frame 19
onClipEvent (enterFrame) { function bombgrav() { origin_x = _root.foreground._x; origin_y = _root.foreground._y; mouse_x = this._x; mouse_y = this._y; dist_x = mouse_x - origin_x; dist_y = mouse_y - origin_y; if (Number(dist_x) < 0) { normalise = -1 * dist_x; } else { normalise = dist_x; } if (Number(dist_y) < 0) { normalise = Number(normalise) + Number(-1 * dist_y); } else { normalise = Number(normalise) + Number(dist_y); } if ((Number(dist_x) >= 0) and (Number(dist_y) >= 0)) { direction = 90 * (dist_y / normalise); } else if ((Number(dist_x) <= 0) and (Number(dist_y) >= 0)) { direction = Number(-90 * (dist_x / normalise)) + 90; } else if ((Number(dist_x) <= 0) and (Number(dist_y) <= 0)) { direction = Number(-90 * (dist_y / normalise)) + 180; } else { direction = Number(90 * (dist_x / normalise)) + 270; } myYGravity = Math.sin((Math.PI/180) * direction) * 6; myXGravity = Math.cos((Math.PI/180) * direction) * 6; } if (!exploding) { if (activate == "yes") { gotoAndStop (1); bombOn = getTimer(); _parent.lander.myGrav = 0.1; _x = _parent.lander._x; _y = _parent.lander._y; _rotation = _parent.lander._rotation; if (key.isDown(32)) { activate = "drop"; _parent.lander.myGrav = 0.06; this.myGrav = 0.07; myYMovement = _parent.lander.myYMovement; myXMovement = _parent.lander.myXMovement; } } else if (activate == "drop") { this._y = this._y - ((myYGravity + _parent.lander.Yparticleshift) - myYMovement); this._x = this._x - ((myXGravity + _parent.lander.Xparticleshift) - myXMovement); bombgrav(); } else if (activate == "stop") { play(); activate = false; this._y = this._y - _parent.lander.Yparticleshift; this._x = this._x - _parent.lander.Xparticleshift; } } }
Instance of Symbol 362 MovieClip "megaCreature" in Frame 19
onClipEvent (load) { creatureSpeed = 0.2; misMax = 1; fireDistance = 320; Xdist = this._x - _parent.foreground._x; Ydist = this._y - _parent.foreground._y; } onClipEvent (enterFrame) { misslePos = creatureCorrected - 90; misslePos = misslePos - 3; if (misslePos < 0) { misslePos = misslePos + 360; } myXpos = Math.cos((Math.PI/180) * misslePos) * 763; myYpos = Math.sin((Math.PI/180) * misslePos) * 763; _parent.misslePlace._x = myXpos + _x; _parent.misslePlace._y = myYpos + _y; if ((!missleLaunch) && (firstFrame)) { xDiff = Math.abs(_parent.misslePlace._x - _parent.lander._x); yDiff = Math.abs(_parent.misslePlace._y - _parent.lander._y); totalDiff = Math.sqrt(Math.pow(xDiff, 2) + Math.pow(yDiff, 2)); if (totalDiff < fireDistance) { missleLaunch = true; duplicateMovieClip (_parent.missle, "missle1", 80); _parent.missle1._x = _parent.misslePlace._x; _parent.missle1._y = _parent.misslePlace._y; _parent.missle1.firePermission = true; } } if ((_parent.bomb.activate != "yes") && (_parent.bomb.activate != "drop")) { if (_parent.lander.direction < 0) { corrected = _parent.lander.direction * -1; } else { corrected = _parent.lander.direction; } corrected = _parent.lander.direction + 90; running = false; } else if (!running) { corrected = random(360); running = true; } if (corrected >= 360) { corrected = corrected - 360; } if (_rotation < 0) { creatureCorrected = _rotation + 360; } else { creatureCorrected = _rotation; } if ((creatureCorrected < (corrected + 2)) && (creatureCorrected > (corrected - 2))) { running = false; } else { myTurn = creatureCorrected - corrected; if (myTurn > 180) { myTurn = myTurn - 360; } else if (myTurn < -180) { myTurn = myTurn + 360; } if (myTurn > 0) { this._rotation = this._rotation - creatureSpeed; } else { this._rotation = this._rotation + creatureSpeed; } } this._x = _parent.foreground._x + Xdist; this._y = _parent.foreground._y + Ydist; if (this.hitTest(_parent.lander._x, _parent.lander._y, true)) { if (getTimer() > (myDelay + 300)) { _parent.lander.myXMomentum = (_parent.lander.myXMomentum * -1) / 2.5; _parent.lander.myYMomentum = (_parent.lander.myYMomentum * -1) / 2.5; _parent.lander.exploding = "true"; _parent.lander.myLanded = "blow"; myDelay = getTimer(); } } if (this.hitTest(_parent.bomb._x, _parent.bomb._y, true)) { if (_parent.bomb.activate == "yes") { _parent.lander.exploding = "true"; _parent.lander.myLanded = "blow"; _parent.bomb.activate = "stop"; _parent._parent.bomb.exploding = true; } else if (_parent.bomb.activate == "drop") { _parent.bomb.activate = "stop"; nextFrame(); } } firstFrame = true; }
Instance of Symbol 58 MovieClip "lander" in Frame 19
onClipEvent (load) { myGrav = 0.06; i = 0; if (_quality == "LOW") { myPartAmount = 5; } else if (_quality == "MEDIUM") { myPartAmount = 12; } else { myPartAmount = 25; } if (_rotation < 0) { myRotation = 360 + _rotation; } else { myRotation = _rotation; } } onClipEvent (enterFrame) { function rotate(rvar) { _rotation = (_rotation + (3 * rvar)); if (_rotation < 0) { myRotation = 360 + _rotation; } else { myRotation = _rotation; } } function constant() { myXMomentum = myXMomentum + (myXMovement - myXGravity); myYMomentum = myYMomentum + (myYMovement - myYGravity); if (((this._x + myXMomentum) >= 380) || ((this._x + myXMomentum) <= 220)) { _parent.foreground._x = _parent.foreground._x - myXMomentum; Xparticleshift = myXMomentum; } else { this._x = this._x + myXMomentum; Xparticleshift = 0; } if (((this._y + myYMomentum) >= 220) || ((this._y + myYMomentum) <= 180)) { _parent.foreground._y = _parent.foreground._y - myYMomentum; Yparticleshift = myYMomentum; } else { this._y = this._y + myYMomentum; Yparticleshift = 0; } } function arrowcolour() { myDistance = Math.sqrt(Math.pow(_this._x - _parent.foreground._x, 2) + Math.pow(_this._y - _parent.foreground._y, 2)); } function explode() { if (i <= 60) { duplicateMovieClip (_parent.particle, "mcc" + i, i); _parent["mcc" + i].myGocommand = "blow"; i++; blowdelay++; if (i >= 20) { this.gotoAndStop(2); } } } function engineburn() { if (i <= myPartAmount) { duplicateMovieClip (_parent.particle, "mc" + i, i); _parent["mc" + i].myGocommand = "go"; _parent["mc" + i]._x = _x; _parent["mc" + i]._y = _y; i++; } else { i = 0; } } function gravity() { origin_x = _root.foreground._x; origin_y = _root.foreground._y; mouse_x = this._x; mouse_y = this._y; dist_x = mouse_x - origin_x; dist_y = mouse_y - origin_y; if (Number(dist_x) < 0) { normalise = -1 * dist_x; } else { normalise = dist_x; } if (Number(dist_y) < 0) { normalise = Number(normalise) + Number(-1 * dist_y); } else { normalise = Number(normalise) + Number(dist_y); } if ((Number(dist_x) >= 0) and (Number(dist_y) >= 0)) { direction = 90 * (dist_y / normalise); } else if ((Number(dist_x) <= 0) and (Number(dist_y) >= 0)) { direction = Number(-90 * (dist_x / normalise)) + 90; } else if ((Number(dist_x) <= 0) and (Number(dist_y) <= 0)) { direction = Number(-90 * (dist_y / normalise)) + 180; } else { direction = Number(90 * (dist_x / normalise)) + 270; } myYGravity = Math.sin((Math.PI/180) * direction) * myGrav; myXGravity = Math.cos((Math.PI/180) * direction) * myGrav; _parent.planetfinder._rotation = direction; } if (WinLose == "lose") { if (myFailTime) { if ((getTimer() - myFailtime) >= 5000) { myLanded = "stop"; _parent.popup.gotoAndStop("loser"); } } else { myFailtime = getTimer(); _root.Angry.go = "stop"; } } else if (WinLose == "win") { if (myWinTime) { if ((getTimer() - myWinTime) >= 2000) { myLanded = "stop"; _parent.popup.gotoAndStop("winner"); } } else { myWinTime = getTimer(); _root.Angry.go = "stop"; } } if (exploding == "true") { explode(); gravity(); constant(); myXMovement = 0; myYMovement = 0; WinLose = "lose"; } if (myLanded == "go") { gravity(); constant(); if (key.isDown(38)) { myVelocity = 0.2; engineburn(); myXMovement = Math.cos((Math.PI/180) * myRotation) * myVelocity; myYMovement = Math.sin((Math.PI/180) * myRotation) * myVelocity; } else { myXmovement = 0; myYmovement = 0; } if (key.isDown(37)) { rotate(-1); } if (key.isDown(39)) { rotate(1); } } else if (myLanded == "stop") { myXmovement = 0; myYmovement = 0; myXMomentum = 0; myYMomentum = 0; } }
Instance of Symbol 177 MovieClip "particle" in Frame 19
onClipEvent (load) { if (myGoCommand == "blow") { this._x = _parent.lander._x + (random(20) - 10); this._y = _parent.lander._y + (random(20) - 10); gotoAndStop(random(5) + 5); grow = random(12); } if (myGoCommand == "go") { xDirect = ((random(15) - 7) / 10) + Math.cos((Math.PI/180) * _parent.lander.myRotation); yDirect = ((random(15) - 7) / 10) + Math.sin((Math.PI/180) * _parent.lander.myRotation); gotoAndStop(random(2) + 1); } myTTL = getTimer(); } onClipEvent (enterFrame) { if (myGocommand == "go") { this._x = this._x - (xDirect + _parent.lander.Xparticleshift); this._y = this._y - (yDirect + _parent.lander.Yparticleshift); } if (myGoCommand == "blow") { this._xscale = this._xscale + grow; this._yscale = this._yscale + grow; } if ((getTimer() - myTTL) >= 2500) { removeMovieClip(this); } }
Instance of Symbol 364 MovieClip "misslePlace" in Frame 19
onClipEvent (load) { this._visible = false; }
Instance of Symbol 111 MovieClip "planetfinder" in Frame 19
onClipEvent (enterFrame) { this._x = _parent.lander._x; this._y = _parent.lander._y; }
Instance of Symbol 223 MovieClip "Angry" in Frame 19
onClipEvent (load) { myTimerStart = getTimer(); myTime = 0; } onClipEvent (enterFrame) { function trim(theNumber, decPlaces) { if (decPlaces >= 0) { var temp = Math.pow(10, decPlaces); return(Math.round(theNumber * temp) / temp); } } distance = int(Math.sqrt(Math.pow(_parent.lander._x - _parent.foreground._x, 2) + Math.pow(_parent.lander._y - _parent.foreground._y, 2)) - 709); if ((go != "stop") && (myTime != 0)) { timer = myTime - trim((getTimer() - myTimerStart) / 1000, 2); if (timer <= 0) { _parent.popup.gotoAndStop("notime"); _parent.lander.myLanded = "stop"; go = "stop"; } } if (_parent.Angry.distance <= -10) { _parent.lander.exploding = "true"; _parent.lander.myLanded = "blow"; } }
Frame 20
stop(); stopAllSounds(); stop();
Symbol 13 Button
on (release) { var strUrl = ((("http://www.arcadetown.com/index.asp?gameid=thelander&aid=" + _root.GetUrlParam(_url, "aid=")) + "&refer=") + _root.GetBaseUrl(_url)); getURL (strUrl, "_blank"); }
Symbol 18 MovieClip Frame 1
stop();
Symbol 18 MovieClip Frame 2
stop();
Symbol 18 MovieClip Frame 3
nextFrame();
Symbol 18 MovieClip Frame 4
stop();
Symbol 18 MovieClip Frame 5
nextFrame();
Symbol 18 MovieClip Frame 6
stop();
Symbol 26 MovieClip Frame 1
stop();
Symbol 26 MovieClip Frame 2
stopAllSounds(); stop();
Symbol 26 MovieClip Frame 3
stop();
Symbol 26 MovieClip Frame 4
stop();
Symbol 26 MovieClip Frame 5
stop();
Symbol 26 MovieClip Frame 6
stop();
Symbol 26 MovieClip Frame 7
stop();
Symbol 26 MovieClip Frame 8
stop();
Symbol 35 MovieClip Frame 1
stop();
Symbol 35 MovieClip Frame 2
play();
Symbol 42 MovieClip Frame 1
stop();
Instance of Symbol 35 MovieClip "eye" in Symbol 42 MovieClip Frame 1
onClipEvent (enterFrame) { if (random(100) == 50) { this.play(); } }
Symbol 42 MovieClip Frame 60
stop();
Symbol 54 MovieClip Frame 1
stop();
Symbol 58 MovieClip Frame 1
stop();
Symbol 58 MovieClip Frame 2
stop();
Symbol 61 MovieClip Frame 646
stop(); _root.nextFrame();
Symbol 65 Button
on (release) { _root.nextFrame(); }
Symbol 74 MovieClip Frame 1
stop();
Symbol 74 MovieClip Frame 2
stop();
Symbol 76 MovieClip Frame 1
stop();
Symbol 78 Button
on (release) { _parent.gotoAndStop("b1"); }
Symbol 83 Button
on (release) { gotoAndStop (3); }
Symbol 88 Button
on (release) { gotoAndStop (2); }
Symbol 92 Button
on (release) { var strUrl = ((("http://www.arcadetown.com/index.asp?gameid=thelander&aid=" + _root.GetUrlParam(_url, "aid=")) + "&refer=") + _root.GetBaseUrl(_url)); getURL (strUrl, "_blank"); }
Symbol 95 Button
on (release) { var strUrl = ((("http://www.arcadetown.com/index.asp?gameid=thelander&aid=" + _root.GetUrlParam(_url, "aid=")) + "&refer=") + _root.GetBaseUrl(_url)); getURL (strUrl, "_blank"); }
Symbol 99 Button
on (release) { gotoAndStop (1); }
Symbol 128 Button
on (release) { getURL ("http://www.organa.ca", "_blank"); }
Symbol 133 Button
on (release) { getURL ("mailto:peter@organa.ca"); }
Symbol 137 Button
on (release) { var strUrl = ((("http://www.arcadetown.com/index.asp?gameid=thelander&aid=" + _root.GetUrlParam(_url, "aid=")) + "&refer=") + _root.GetBaseUrl(_url)); getURL (strUrl, "_blank"); }
Symbol 138 MovieClip Frame 1
stop();
Symbol 138 MovieClip Frame 2
stop();
Symbol 138 MovieClip Frame 3
stop();
Symbol 144 MovieClip Frame 41
stop();
Symbol 145 MovieClip Frame 1
stop();
Symbol 146 MovieClip Frame 1
stop();
Instance of Symbol 145 MovieClip "landingpad2" in Symbol 146 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_parent._parent.lander._x, _parent._parent.lander._y, true) && ((getTimer() - myTakeoff) > 500)) { if (_parent._parent.lander.myLanded != "stop") { myLandTime = getTimer(); } if ((_parent._parent.lander._rotation > (this._rotation - 10)) && (_parent._parent.lander._rotation < (this._rotation + 20))) { _parent._parent.lander.myLanded = "stop"; this.gotoAndStop(2); _parent._parent.lander.WinLose = "win"; } } }
Instance of Symbol 145 MovieClip "landingpad" in Symbol 146 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_parent._parent.lander._x, _parent._parent.lander._y, true) && ((getTimer() - myTakeoff) > 700)) { if (_parent._parent.lander.myLanded != "stop") { myLandTime = getTimer(); } if ((_parent._parent.lander._rotation > (this._rotation - 10)) && (_parent._parent.lander._rotation < (this._rotation + 20))) { _parent._parent.lander.myLanded = "stop"; this.gotoAndStop(2); } if (key.isDown(38) && ((getTimer() - myLandTime) > 1000)) { _parent._parent.lander.myLanded = "go"; this.gotoAndStop(1); myTakeoff = getTimer(); } } }
Instance of Symbol 28 MovieClip "theorb" in Symbol 146 MovieClip Frame 1
onClipEvent (load) { myDelay = -300; } onClipEvent (enterFrame) { if (this.hitTest(_parent._parent.lander._x, _parent._parent.lander._y, true)) { if (getTimer() > (myDelay + 300)) { _parent._parent.lander.myXMomentum = (_parent._parent.lander.myXMomentum * -1) / 1.5; _parent._parent.lander.myYMomentum = (_parent._parent.lander.myYMomentum * -1) / 1.5; myDelay = getTimer(); } } }
Symbol 150 Button
on (release) { gotoAndStop(_totalframes); _root.nextFrame(); }
Symbol 162 Button
on (release) { _root.nextFrame(); }
Symbol 165 Button
on (release) { _parent.gotoAndPlay(1); }
Symbol 170 MovieClip Frame 1
stop(); _root.breifingDelay(3, this);
Symbol 170 MovieClip Frame 2
stop(); _root.breifingDelay(6, this);
Symbol 170 MovieClip Frame 3
stop(); _root.breifingDelay(5, this);
Symbol 170 MovieClip Frame 27
stop();
Symbol 177 MovieClip Frame 1
stop();
Symbol 177 MovieClip Frame 6
stop();
Symbol 183 Button
on (rollOver) { play(); }
Symbol 188 Button
on (release) { gotoAndStop(_parent._parent.prevFrame()); }
Symbol 191 Button
on (release) { _quality = "HIGH"; _parent._parent.lander.myPartAmount = 25; _parent._parent.lander.myLandTime = getTimer(); }
Symbol 195 Button
on (release) { _quality = "LOW"; _parent._parent.lander.myPartAmount = 5; _parent._parent.lander.myLandTime = getTimer(); }
Symbol 199 Button
on (release) { _quality = "MEDIUM"; _parent._parent.lander.myPartAmount = 12; _parent._parent.lander.myLandTime = getTimer(); }
Symbol 203 Button
on (release) { _parent._parent.popup.gotoAndStop(2); }
Symbol 207 Button
on (release) { if (_root.onOrOff == "on") { _root.onOrOff = "off"; _root.randSong(); } else { _root.onOrOff = "on"; _root.randSong(); } }
Symbol 210 Button
on (release) { if (_parent._parent.noisecube.onOrOff == "on") { _parent._parent.noisecube.onOrOff = "off"; } else { _parent._parent.noisecube.onOrOff = "on"; } }
Symbol 214 Button
on (release) { stopAllSounds(); _root.gotoAndStop(3); }
Symbol 218 Button
on (release) { var strUrl = ((("http://www.arcadetown.com/index.asp?gameid=thelander&aid=" + _root.GetUrlParam(_url, "aid=")) + "&refer=") + _root.GetBaseUrl(_url)); getURL (strUrl, "_blank"); }
Symbol 220 MovieClip Frame 1
stop();
Instance of Symbol 219 MovieClip in Symbol 220 MovieClip Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { } else { _parent.play(); } }
Symbol 220 MovieClip Frame 10
stop();
Instance of Symbol 219 MovieClip in Symbol 220 MovieClip Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { } else { _parent.play(); } }
Symbol 223 MovieClip Frame 1
stop();
Symbol 231 Button
on (release) { gotoAndStop (1); }
Symbol 238 Button
on (release) { _parent.nextFrame(); }
Symbol 241 Button
on (release) { _parent.prevFrame(); }
Symbol 243 MovieClip Frame 1
stop(); _parent.lander.myLanded = "go";
Symbol 243 MovieClip Frame 2
_parent.lander.myLanded = "pause";
Symbol 243 MovieClip Frame 3
stop();
Symbol 243 MovieClip Frame 4
stop(); if (_root.onOrOff == "on") { stopAllSounds(); _root.musicSphere.gotoAndStop("gameover"); }
Symbol 243 MovieClip Frame 5
stop(); _root.musiccube.mysound("gameOver");
Symbol 250 MovieClip Frame 1
stop(); _root.breifingDelay(3, this);
Instance of Symbol 145 MovieClip "landingpad2" in Symbol 250 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_parent._parent.lander._x, _parent._parent.lander._y, true) && ((getTimer() - myTakeoff) > 500)) { if (_parent._parent.lander.myLanded != "stop") { myLandTime = getTimer(); } if ((_parent._parent.lander._rotation > (this._rotation - 10)) && (_parent._parent.lander._rotation < (this._rotation + 20))) { _parent._parent.lander.myLanded = "stop"; this.gotoAndStop(2); } if (key.isDown(38) && ((getTimer() - myLandTime) > 1000)) { _parent._parent.lander.myLanded = "go"; this.gotoAndStop(1); myTakeoff = getTimer(); } } }
Instance of Symbol 145 MovieClip "landingpad" in Symbol 250 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_parent._parent.lander._x, _parent._parent.lander._y, true) && ((getTimer() - myTakeoff) > 700)) { if (_parent._parent.lander.myLanded != "stop") { myLandTime = getTimer(); } if ((_parent._parent.lander._rotation > (this._rotation - 10)) && (_parent._parent.lander._rotation < (this._rotation + 20))) { _parent._parent.lander.myLanded = "stop"; this.gotoAndStop(2); } if (key.isDown(38) && ((getTimer() - myLandTime) > 1000)) { _parent._parent.lander.myLanded = "go"; this.gotoAndStop(1); myTakeoff = getTimer(); } } }
Instance of Symbol 28 MovieClip "theorb" in Symbol 250 MovieClip Frame 1
onClipEvent (load) { myDelay = -300; } onClipEvent (enterFrame) { if (this.hitTest(_parent._parent.lander._x, _parent._parent.lander._y, true)) { if (getTimer() > (myDelay + 300)) { _parent._parent.lander.myXMomentum = (_parent._parent.lander.myXMomentum * -1) / 1.5; _parent._parent.lander.myYMomentum = (_parent._parent.lander.myYMomentum * -1) / 1.5; myDelay = getTimer(); } } }
Symbol 250 MovieClip Frame 91
stop(); _root.breifingDelay(1, this);
Symbol 250 MovieClip Frame 171
stop(); _root.breifingDelay(1, this);
Symbol 250 MovieClip Frame 262
stop(); _root.breifingDelay(1, this);
Symbol 250 MovieClip Frame 286
stop();
Symbol 251 MovieClip Frame 1
stop();
Instance of Symbol 145 MovieClip "landingpad2" in Symbol 251 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_parent._parent.lander._x, _parent._parent.lander._y, true) && ((getTimer() - myTakeoff) > 500)) { if (_parent._parent.lander.myLanded != "stop") { myLandTime = getTimer(); } if ((_parent._parent.lander._rotation > (this._rotation - 10)) && (_parent._parent.lander._rotation < (this._rotation + 20))) { _parent._parent.lander.myLanded = "stop"; _parent._parent.lander.goal = "complete"; this.gotoAndStop(2); } if (key.isDown(38) && ((getTimer() - myLandTime) > 1000)) { _parent._parent.lander.myLanded = "go"; this.gotoAndStop(1); myTakeoff = getTimer(); } } }
Instance of Symbol 145 MovieClip "landingpad" in Symbol 251 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_parent._parent.lander._x, _parent._parent.lander._y, true) && ((getTimer() - myTakeoff) > 700)) { if (_parent._parent.lander.myLanded != "stop") { myLandTime = getTimer(); } if ((_parent._parent.lander._rotation > (this._rotation - 10)) && (_parent._parent.lander._rotation < (this._rotation + 20))) { _parent._parent.lander.myLanded = "stop"; this.gotoAndStop(2); if (_parent._parent.lander.goal == "complete") { _parent._parent.lander.WinLose = "win"; } } if ((key.isDown(38) && ((getTimer() - myLandTime) > 1000)) && (_parent._parent.lander.goal != "complete")) { _parent._parent.lander.myLanded = "go"; this.gotoAndStop(1); myTakeoff = getTimer(); } } }
Instance of Symbol 28 MovieClip "theorb" in Symbol 251 MovieClip Frame 1
onClipEvent (load) { myDelay = -300; } onClipEvent (enterFrame) { if (this.hitTest(_parent._parent.lander._x, _parent._parent.lander._y, true)) { if (_parent._parent.lander.i >= 40) { _parent._parent.lander.exploding = "stop"; _parent._parent.lander.myLanded = "stop"; } else if (_parent._parent.lander.exploding == "true") { _parent._parent.lander.myXMomentum = 0; _parent._parent.lander.myYMomentum = 0; } else if (getTimer() > (myDelay + 300)) { _parent._parent.lander.myXMomentum = (_parent._parent.lander.myXMomentum * -1) / 1.5; _parent._parent.lander.myYMomentum = (_parent._parent.lander.myYMomentum * -1) / 1.5; myDelay = getTimer(); } } }
Instance of Symbol 44 MovieClip in Symbol 251 MovieClip Frame 1
onClipEvent (load) { myDelay = -300; } onClipEvent (enterFrame) { if (this.hitTest(_parent._parent.lander._x, _parent._parent.lander._y, true)) { if (getTimer() > (myDelay + 300)) { _parent._parent.lander.myXMomentum = (_parent._parent.lander.myXMomentum * -1) / 2.5; _parent._parent.lander.myYMomentum = (_parent._parent.lander.myYMomentum * -1) / 2.5; _parent._parent.lander.exploding = "true"; _parent._parent.lander.myLanded = "blow"; myDelay = getTimer(); } } }
Symbol 255 MovieClip Frame 1
stop();
Instance of Symbol 145 MovieClip "landingpad1" in Symbol 255 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_parent._parent.lander._x, _parent._parent.lander._y, true) && ((getTimer() - myTakeoff) > 700)) { if (_parent._parent.lander.myLanded != "stop") { myLandTime = getTimer(); } if ((_parent._parent.lander._rotation > (this._rotation - 10)) && (_parent._parent.lander._rotation < (this._rotation + 20))) { _parent._parent.lander.myLanded = "stop"; this.gotoAndStop(2); if (_parent._parent.sput3.docked == "dockme") { _parent._parent.lander.WinLose = "win"; } } if ((key.isDown(38) && ((getTimer() - myLandTime) > 1000)) && (_parent._parent.lander.goal != "complete")) { _parent._parent.lander.myLanded = "go"; this.gotoAndStop(1); myTakeoff = getTimer(); } } }
Instance of Symbol 145 MovieClip "landingpad3" in Symbol 255 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_parent._parent.lander._x, _parent._parent.lander._y, true) && ((getTimer() - myTakeoff) > 700)) { if (_parent._parent.lander.myLanded != "stop") { myLandTime = getTimer(); } if ((_parent._parent.lander._rotation > (this._rotation - 10)) && (_parent._parent.lander._rotation < (this._rotation + 20))) { _parent._parent.lander.myLanded = "stop"; this.gotoAndStop(2); if (_parent._parent.lander.bat == "attached") { _parent._parent.lander.WinLose = "win"; } } if ((key.isDown(38) && ((getTimer() - myLandTime) > 1000)) && (_parent._parent.lander.goal != "complete")) { _parent._parent.lander.myLanded = "go"; this.gotoAndStop(1); myTakeoff = getTimer(); } } }
Instance of Symbol 28 MovieClip "theorb" in Symbol 255 MovieClip Frame 1
onClipEvent (load) { myDelay = -300; } onClipEvent (enterFrame) { if (this.hitTest(_parent._parent.lander._x, _parent._parent.lander._y, true)) { if (_parent._parent.lander.i >= 40) { _parent._parent.lander.exploding = "stop"; _parent._parent.lander.myLanded = "stop"; } else if (_parent._parent.lander.exploding == "true") { _parent._parent.lander.myXMomentum = 0; _parent._parent.lander.myYMomentum = 0; } else if (getTimer() > (myDelay + 300)) { _parent._parent.lander.myXMomentum = (_parent._parent.lander.myXMomentum * -1) / 1.5; _parent._parent.lander.myYMomentum = (_parent._parent.lander.myYMomentum * -1) / 1.5; myDelay = getTimer(); } } if (this.hitTest(_parent._parent.bomb._x, _parent._parent.bomb._y, true)) { if (_parent._parent.bomb.activate == "yes") { _parent._parent.bomb.play(); _parent._parent.lander.exploding = "true"; _parent._parent.lander.myLanded = "blow"; _parent._parent.bomb.activate = "stop"; } else if (_parent._parent.bomb.activate == "drop") { _parent._parent.bomb.play(); _parent._parent.bomb.activate = "stop"; } } }
Instance of Symbol 252 MovieClip "rocket" in Symbol 255 MovieClip Frame 1
onClipEvent (load) { myDelay = -300; } onClipEvent (enterFrame) { if (this.hitTest(_parent._parent.lander._x, _parent._parent.lander._y, true)) { if (getTimer() > (myDelay + 300)) { _parent._parent.lander.myXMomentum = (_parent._parent.lander.myXMomentum * -1) / 2.5; _parent._parent.lander.myYMomentum = (_parent._parent.lander.myYMomentum * -1) / 2.5; _parent._parent.lander.exploding = "true"; _parent._parent.lander.myLanded = "blow"; myDelay = getTimer(); } } }
Instance of Symbol 42 MovieClip "creat2" in Symbol 255 MovieClip Frame 1
onClipEvent (load) { myDelay = -300; } onClipEvent (enterFrame) { if (this.hitTest(_parent._parent.lander._x, _parent._parent.lander._y, true)) { if (getTimer() > (myDelay + 300)) { _parent._parent.lander.myXMomentum = (_parent._parent.lander.myXMomentum * -1) / 2.5; _parent._parent.lander.myYMomentum = (_parent._parent.lander.myYMomentum * -1) / 2.5; _parent._parent.lander.exploding = "true"; _parent._parent.lander.myLanded = "blow"; myDelay = getTimer(); } } }
Instance of Symbol 42 MovieClip "creat1" in Symbol 255 MovieClip Frame 1
onClipEvent (load) { myDelay = -300; } onClipEvent (enterFrame) { if (this.hitTest(_parent._parent.lander._x, _parent._parent.lander._y, true)) { if (getTimer() > (myDelay + 300)) { _parent._parent.lander.myXMomentum = (_parent._parent.lander.myXMomentum * -1) / 2.5; _parent._parent.lander.myYMomentum = (_parent._parent.lander.myYMomentum * -1) / 2.5; _parent._parent.lander.exploding = "true"; _parent._parent.lander.myLanded = "blow"; myDelay = getTimer(); } } }
Instance of Symbol 145 MovieClip "landingpad2" in Symbol 255 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_parent._parent.lander._x, _parent._parent.lander._y, true) && ((getTimer() - myTakeoff) > 700)) { if (_parent._parent.lander.myLanded != "stop") { myLandTime = getTimer(); } if ((_parent._parent.lander._rotation > (this._rotation - 10)) && (_parent._parent.lander._rotation < (this._rotation + 20))) { _parent._parent.lander.myLanded = "stop"; this.gotoAndStop(2); _parent._parent.lander.bat = "attached"; } if ((key.isDown(38) && ((getTimer() - myLandTime) > 1000)) && (_parent._parent.lander.goal != "complete")) { _parent._parent.lander.myLanded = "go"; this.gotoAndStop(1); myTakeoff = getTimer(); } } }
Instance of Symbol 254 MovieClip "batt" in Symbol 255 MovieClip Frame 1
/* no clip actions */
Symbol 262 MovieClip Frame 1
stop(); _root.breifingDelay(3, this);
Symbol 262 MovieClip Frame 2
stop(); _root.breifingDelay(5, this);
Symbol 262 MovieClip Frame 3
stop(); _root.breifingDelay(6, this);
Symbol 262 MovieClip Frame 4
stop(); _root.breifingDelay(5, this);
Symbol 262 MovieClip Frame 5
play();
Symbol 262 MovieClip Frame 28
stop();
Symbol 271 MovieClip Frame 1
stop();
Symbol 271 MovieClip Frame 2
Symbol 271 MovieClip Frame 33
gotoAndStop (1); this._x = -300; this._y = -300;
Symbol 272 MovieClip Frame 1000
gotoAndPlay (1);
Symbol 272 MovieClip Frame 1002
stop();
Symbol 273 MovieClip Frame 1
stop();
Instance of Symbol 145 MovieClip "landingpad" in Symbol 273 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_parent._parent.lander._x, _parent._parent.lander._y, true) && ((getTimer() - myTakeoff) > 700)) { if (_parent._parent.lander.myLanded != "stop") { myLandTime = getTimer(); } if ((_parent._parent.lander._rotation > (this._rotation - 10)) && (_parent._parent.lander._rotation < (this._rotation + 20))) { _parent._parent.lander.myLanded = "stop"; this.gotoAndStop(2); } if ((key.isDown(38) && ((getTimer() - myLandTime) > 1000)) && (_parent._parent.lander.goal != "complete")) { _parent._parent.lander.myLanded = "go"; this.gotoAndStop(1); myTakeoff = getTimer(); } } }
Instance of Symbol 265 MovieClip in Symbol 273 MovieClip Frame 1
onClipEvent (load) { myDelay = -300; } onClipEvent (enterFrame) { if (this.hitTest(_parent._parent.lander._x, _parent._parent.lander._y, true)) { if (getTimer() > (myDelay + 300)) { _parent._parent.lander.myXMomentum = (_parent._parent.lander.myXMomentum * -1) / 2.5; _parent._parent.lander.myYMomentum = (_parent._parent.lander.myYMomentum * -1) / 2.5; _parent._parent.lander.exploding = "true"; _parent._parent.lander.myLanded = "blow"; myDelay = getTimer(); } } if (this.hitTest(_parent._parent.bomb._x, _parent._parent.bomb._y, true)) { if (_parent._parent.bomb.activate == "yes") { _parent._parent.bomb.play(); _parent._parent.lander.exploding = "true"; _parent._parent.lander.myLanded = "blow"; _parent._parent.bomb.activate = "stop"; } else if (_parent._parent.bomb.activate == "drop") { _parent._parent.bomb.play(); _parent._parent.bomb.activate = "stop"; _parent._parent.lander.WinLose = "lose"; } } }
Instance of Symbol 28 MovieClip "theorb" in Symbol 273 MovieClip Frame 1
onClipEvent (load) { myDelay = -300; } onClipEvent (enterFrame) { if (this.hitTest(_parent._parent.lander._x, _parent._parent.lander._y, true)) { if (_parent._parent.lander.i >= 40) { _parent._parent.lander.exploding = "stop"; _parent._parent.lander.myLanded = "stop"; } else if (_parent._parent.lander.exploding == "true") { _parent._parent.lander.myXMomentum = 0; _parent._parent.lander.myYMomentum = 0; } else if (getTimer() > (myDelay + 300)) { _parent._parent.lander.myXMomentum = (_parent._parent.lander.myXMomentum * -1) / 1.5; _parent._parent.lander.myYMomentum = (_parent._parent.lander.myYMomentum * -1) / 1.5; myDelay = getTimer(); } } if (this.hitTest(_parent._parent.bomb._x, _parent._parent.bomb._y, true) && (_parent._parent.bomb.bombOn >= 500)) { if (_parent._parent.bomb.activate == "yes") { _parent._parent.bomb.play(); _parent._parent.lander.exploding = "true"; _parent._parent.lander.myLanded = "blow"; _parent._parent.bomb.activate = "stop"; _parent._parent.lander.WinLose = "lose"; } else if (_parent._parent.bomb.activate == "drop") { _parent._parent.bomb.play(); _parent._parent.bomb.activate = "stop"; _parent._parent.lander.WinLose = "lose"; } } }
Instance of Symbol 272 MovieClip in Symbol 273 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_parent._parent.lander._x, _parent._parent.lander._y, true)) { _parent._parent.bomb.activate = "yes"; this.gotoAndStop("FloatBomb"); } }
Instance of Symbol 42 MovieClip in Symbol 273 MovieClip Frame 1
onClipEvent (load) { myDelay = -300; } onClipEvent (enterFrame) { if (this.hitTest(_parent._parent.lander._x, _parent._parent.lander._y, true) && (_parent._parent.bomb.activate != "stop")) { if (getTimer() > (myDelay + 300)) { _parent._parent.lander.myXMomentum = (_parent._parent.lander.myXMomentum * -1) / 2.5; _parent._parent.lander.myYMomentum = (_parent._parent.lander.myYMomentum * -1) / 2.5; _parent._parent.lander.exploding = "true"; _parent._parent.lander.myLanded = "blow"; myDelay = getTimer(); } } if (this.hitTest(_parent._parent.bomb._x, _parent._parent.bomb._y, true)) { if (_parent._parent.bomb.activate == "yes") { _parent._parent.bomb.play(); _parent._parent.lander.exploding = "true"; _parent._parent.lander.myLanded = "blow"; _parent._parent.bomb.activate = "stop"; } else if (_parent._parent.bomb.activate == "drop") { _parent._parent.bomb.play(); this.play(); _parent._parent.lander.WinLose = "win"; _parent._parent.bomb.activate = "stop"; } } }
Symbol 280 MovieClip Frame 1
stop(); _root.breifingDelay(3, this);
Symbol 280 MovieClip Frame 2
stop(); _root.breifingDelay(5, this);
Symbol 280 MovieClip Frame 3
stop(); _root.breifingDelay(6, this);
Symbol 280 MovieClip Frame 4
stop(); _root.breifingDelay(8, this);
Symbol 280 MovieClip Frame 28
stop();
Symbol 285 MovieClip Frame 1
stop();
Instance of Symbol 145 MovieClip "landingpad3" in Symbol 285 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_parent._parent.lander._x, _parent._parent.lander._y, true) && ((getTimer() - myTakeoff) > 700)) { if (_parent._parent.lander.myLanded != "stop") { myLandTime = getTimer(); } if ((_parent._parent.lander._rotation > (this._rotation - 10)) && (_parent._parent.lander._rotation < (this._rotation + 20))) { _parent._parent.lander.myLanded = "stop"; this.gotoAndStop(2); } if ((key.isDown(38) && ((getTimer() - myLandTime) > 1000)) && (_parent._parent.lander.goal != "complete")) { _parent._parent.lander.myLanded = "go"; this.gotoAndStop(1); myTakeoff = getTimer(); } } }
Instance of Symbol 28 MovieClip "theorb" in Symbol 285 MovieClip Frame 1
onClipEvent (load) { myDelay = -300; } onClipEvent (enterFrame) { if (this.hitTest(_parent._parent.lander._x, _parent._parent.lander._y, true)) { if (_parent._parent.lander.i >= 40) { _parent._parent.lander.exploding = "stop"; _parent._parent.lander.myLanded = "stop"; } else if (_parent._parent.lander.exploding == "true") { _parent._parent.lander.myXMomentum = 0; _parent._parent.lander.myYMomentum = 0; } else if (getTimer() > (myDelay + 300)) { _parent._parent.lander.myXMomentum = (_parent._parent.lander.myXMomentum * -1) / 1.5; _parent._parent.lander.myYMomentum = (_parent._parent.lander.myYMomentum * -1) / 1.5; myDelay = getTimer(); } } if (this.hitTest(_parent._parent.bomb._x, _parent._parent.bomb._y, true)) { if (_parent._parent.bomb.activate == "yes") { _parent._parent.bomb.play(); _parent._parent.lander.exploding = "true"; _parent._parent.lander.myLanded = "blow"; _parent._parent.bomb.activate = "stop"; } else if (_parent._parent.bomb.activate == "drop") { _parent._parent.bomb.play(); _parent._parent.bomb.activate = "stop"; } } }
Instance of Symbol 42 MovieClip "creat1" in Symbol 285 MovieClip Frame 1
onClipEvent (load) { myDelay = -300; } onClipEvent (enterFrame) { if (this.hitTest(_parent._parent.lander._x, _parent._parent.lander._y, true)) { if (getTimer() > (myDelay + 300)) { _parent._parent.lander.myXMomentum = (_parent._parent.lander.myXMomentum * -1) / 2.5; _parent._parent.lander.myYMomentum = (_parent._parent.lander.myYMomentum * -1) / 2.5; _parent._parent.lander.exploding = "true"; _parent._parent.lander.myLanded = "blow"; myDelay = getTimer(); } } }
Instance of Symbol 283 MovieClip in Symbol 285 MovieClip Frame 1
onClipEvent (load) { myDelay = -300; } onClipEvent (enterFrame) { if (this.hitTest(_parent._parent.lander._x, _parent._parent.lander._y, true)) { if (getTimer() > (myDelay + 300)) { _parent._parent.lander.myXMomentum = (_parent._parent.lander.myXMomentum * -1) / 2.5; _parent._parent.lander.myYMomentum = (_parent._parent.lander.myYMomentum * -1) / 2.5; _parent._parent.lander.exploding = "true"; _parent._parent.lander.myLanded = "blow"; myDelay = getTimer(); } } }
Instance of Symbol 284 MovieClip in Symbol 285 MovieClip Frame 1
onClipEvent (load) { myDelay = -300; } onClipEvent (enterFrame) { if (this.hitTest(_parent._parent.lander._x, _parent._parent.lander._y, true)) { if (getTimer() > (myDelay + 300)) { _parent._parent.lander.myXMomentum = (_parent._parent.lander.myXMomentum * -1) / 2.5; _parent._parent.lander.myYMomentum = (_parent._parent.lander.myYMomentum * -1) / 2.5; _parent._parent.lander.exploding = "true"; _parent._parent.lander.myLanded = "blow"; myDelay = getTimer(); } } }
Symbol 298 MovieClip Frame 1
stop(); _root.breifingDelay(3, this);
Symbol 298 MovieClip Frame 2
stop(); _root.breifingDelay(5, this);
Symbol 298 MovieClip Frame 3
stop(); _root.breifingDelay(8, this);
Symbol 298 MovieClip Frame 4
stop(); _root.breifingDelay(6, this);
Symbol 298 MovieClip Frame 28
stop();
Symbol 304 Button
on (release) { gotoAndStop(_totalframes); _root.nextFrame(); }
Symbol 311 MovieClip Frame 625
gotoAndPlay (1);
Symbol 312 MovieClip Frame 1
stop();
Instance of Symbol 145 MovieClip "landingpad2" in Symbol 312 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_parent._parent.lander._x, _parent._parent.lander._y, true) && ((getTimer() - myTakeoff) > 700)) { if (_parent._parent.lander.myLanded != "stop") { myLandTime = getTimer(); } if ((_parent._parent.lander._rotation > (this._rotation - 10)) && (_parent._parent.lander._rotation < (this._rotation + 20))) { _parent._parent.lander.myLanded = "stop"; this.gotoAndStop(2); if (_parent._parent.sput3.docked == "dockme") { _parent._parent.lander.WinLose = "win"; } } if ((key.isDown(38) && ((getTimer() - myLandTime) > 1000)) && (_parent._parent.lander.goal != "complete")) { _parent._parent.lander.myLanded = "go"; this.gotoAndStop(1); myTakeoff = getTimer(); } } }
Instance of Symbol 311 MovieClip in Symbol 312 MovieClip Frame 1
onClipEvent (load) { myDelay = -300; } onClipEvent (enterFrame) { if (this.hitTest(_parent._parent.lander._x, _parent._parent.lander._y, true)) { if (getTimer() > (myDelay + 300)) { _parent._parent.lander.myXMomentum = (_parent._parent.lander.myXMomentum * -1) / 2.5; _parent._parent.lander.myYMomentum = (_parent._parent.lander.myYMomentum * -1) / 2.5; _parent._parent.lander.exploding = "true"; _parent._parent.lander.myLanded = "blow"; myDelay = getTimer(); } } }
Instance of Symbol 28 MovieClip "theorb" in Symbol 312 MovieClip Frame 1
onClipEvent (load) { myDelay = -300; } onClipEvent (enterFrame) { if (this.hitTest(_parent._parent.lander._x, _parent._parent.lander._y, true)) { if (_parent._parent.lander.i >= 40) { _parent._parent.lander.exploding = "stop"; _parent._parent.lander.myLanded = "stop"; } else if (_parent._parent.lander.exploding == "true") { _parent._parent.lander.myXMomentum = 0; _parent._parent.lander.myYMomentum = 0; } else if (getTimer() > (myDelay + 300)) { _parent._parent.lander.myXMomentum = (_parent._parent.lander.myXMomentum * -1) / 1.5; _parent._parent.lander.myYMomentum = (_parent._parent.lander.myYMomentum * -1) / 1.5; myDelay = getTimer(); } } }
Instance of Symbol 252 MovieClip "rocket" in Symbol 312 MovieClip Frame 1
onClipEvent (load) { myDelay = -300; } onClipEvent (enterFrame) { if (this.hitTest(_parent._parent.lander._x, _parent._parent.lander._y, true)) { if (getTimer() > (myDelay + 300)) { _parent._parent.lander.myXMomentum = (_parent._parent.lander.myXMomentum * -1) / 2.5; _parent._parent.lander.myYMomentum = (_parent._parent.lander.myYMomentum * -1) / 2.5; _parent._parent.lander.exploding = "true"; _parent._parent.lander.myLanded = "blow"; myDelay = getTimer(); } } }
Symbol 314 MovieClip Frame 1
stop(); _root.breifingDelay(3, this);
Symbol 314 MovieClip Frame 2
stop(); _root.breifingDelay(5, this);
Symbol 314 MovieClip Frame 3
stop(); _root.breifingDelay(4, this);
Symbol 314 MovieClip Frame 4
stop(); _root.breifingDelay(7, this);
Symbol 314 MovieClip Frame 28
stop();
Symbol 315 MovieClip Frame 1
stop();
Symbol 315 MovieClip Frame 2
stop();
Symbol 325 MovieClip Frame 1
stop();
Instance of Symbol 145 MovieClip "landingpad" in Symbol 325 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_parent._parent.lander._x, _parent._parent.lander._y, true) && ((getTimer() - myTakeoff) > 700)) { if (_parent._parent.lander.myLanded != "stop") { myLandTime = getTimer(); } if ((_parent._parent.lander._rotation > (this._rotation - 10)) && (_parent._parent.lander._rotation < (this._rotation + 20))) { _parent._parent.lander.myLanded = "stop"; this.gotoAndStop(2); if ((_parent._parent.lander.pad1 == "done") && (_parent._parent.lander.pad2 == "done")) { _parent._parent.lander.WinLose = "win"; } } if (key.isDown(38) && ((getTimer() - myLandTime) > 1000)) { _parent._parent.lander.myLanded = "go"; this.gotoAndStop(1); myTakeoff = getTimer(); } } }
Instance of Symbol 145 MovieClip "landingpad2" in Symbol 325 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_parent._parent.lander._x, _parent._parent.lander._y, true) && ((getTimer() - myTakeoff) > 700)) { if (_parent._parent.lander.myLanded != "stop") { myLandTime = getTimer(); } if ((_parent._parent.lander._rotation > (this._rotation - 10)) && (_parent._parent.lander._rotation < (this._rotation + 20))) { _parent._parent.lander.myLanded = "stop"; this.gotoAndStop(2); _parent._parent.lander.pad1 = "done"; } if ((key.isDown(38) && ((getTimer() - myLandTime) > 1000)) && (_parent._parent.lander.goal != "complete")) { _parent._parent.lander.myLanded = "go"; this.gotoAndStop(1); myTakeoff = getTimer(); } } }
Instance of Symbol 145 MovieClip "landingpad3" in Symbol 325 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_parent._parent.lander._x, _parent._parent.lander._y, true) && ((getTimer() - myTakeoff) > 700)) { if (_parent._parent.lander.myLanded != "stop") { myLandTime = getTimer(); } if ((_parent._parent.lander._rotation > (this._rotation - 10)) && (_parent._parent.lander._rotation < (this._rotation + 20))) { _parent._parent.lander.myLanded = "stop"; this.gotoAndStop(2); _parent._parent.lander.pad2 = "done"; } if ((key.isDown(38) && ((getTimer() - myLandTime) > 1000)) && (_parent._parent.lander.goal != "complete")) { _parent._parent.lander.myLanded = "go"; this.gotoAndStop(1); myTakeoff = getTimer(); } } }
Instance of Symbol 311 MovieClip in Symbol 325 MovieClip Frame 1
onClipEvent (load) { myDelay = -300; } onClipEvent (enterFrame) { if (this.hitTest(_parent._parent.lander._x, _parent._parent.lander._y, true)) { if (getTimer() > (myDelay + 300)) { _parent._parent.lander.myXMomentum = (_parent._parent.lander.myXMomentum * -1) / 2.5; _parent._parent.lander.myYMomentum = (_parent._parent.lander.myYMomentum * -1) / 2.5; _parent._parent.lander.exploding = "true"; _parent._parent.lander.myLanded = "blow"; myDelay = getTimer(); } } }
Instance of Symbol 44 MovieClip "brick" in Symbol 325 MovieClip Frame 1
onClipEvent (load) { myDelay = -300; } onClipEvent (enterFrame) { if (this.hitTest(_parent._parent.lander._x, _parent._parent.lander._y, true)) { if (getTimer() > (myDelay + 300)) { _parent._parent.lander.myXMomentum = (_parent._parent.lander.myXMomentum * -1) / 2.5; _parent._parent.lander.myYMomentum = (_parent._parent.lander.myYMomentum * -1) / 2.5; _parent._parent.lander.exploding = "true"; _parent._parent.lander.myLanded = "blow"; myDelay = getTimer(); } } }
Instance of Symbol 323 MovieClip "bioooze" in Symbol 325 MovieClip Frame 1
onClipEvent (load) { myDelay = -300; } onClipEvent (enterFrame) { if (this.hitTest(_parent._parent.lander._x, _parent._parent.lander._y, true)) { if (getTimer() > (myDelay + 300)) { _parent._parent.lander.myXMomentum = (_parent._parent.lander.myXMomentum * -1) / 2.5; _parent._parent.lander.myYMomentum = (_parent._parent.lander.myYMomentum * -1) / 2.5; _parent._parent.lander.exploding = "true"; _parent._parent.lander.myLanded = "blow"; myDelay = getTimer(); } } }
Instance of Symbol 28 MovieClip "theorb" in Symbol 325 MovieClip Frame 1
onClipEvent (load) { myDelay = -300; } onClipEvent (enterFrame) { if (this.hitTest(_parent._parent.lander._x, _parent._parent.lander._y, true)) { if (_parent._parent.lander.i >= 40) { _parent._parent.lander.exploding = "stop"; _parent._parent.lander.myLanded = "stop"; } else if (_parent._parent.lander.exploding == "true") { _parent._parent.lander.myXMomentum = 0; _parent._parent.lander.myYMomentum = 0; } else if (getTimer() > (myDelay + 300)) { _parent._parent.lander.myXMomentum = (_parent._parent.lander.myXMomentum * -1) / 1.5; _parent._parent.lander.myYMomentum = (_parent._parent.lander.myYMomentum * -1) / 1.5; myDelay = getTimer(); } } }
Instance of Symbol 42 MovieClip "creature1 " in Symbol 325 MovieClip Frame 1
onClipEvent (load) { myDelay = -300; } onClipEvent (enterFrame) { if (this.hitTest(_parent._parent.lander._x, _parent._parent.lander._y, true)) { if (getTimer() > (myDelay + 300)) { _parent._parent.lander.myXMomentum = (_parent._parent.lander.myXMomentum * -1) / 2.5; _parent._parent.lander.myYMomentum = (_parent._parent.lander.myYMomentum * -1) / 2.5; _parent._parent.lander.exploding = "true"; _parent._parent.lander.myLanded = "blow"; myDelay = getTimer(); } } }
Instance of Symbol 252 MovieClip "rocketwooohh" in Symbol 325 MovieClip Frame 1
onClipEvent (load) { myDelay = -300; } onClipEvent (enterFrame) { if (this.hitTest(_parent._parent.lander._x, _parent._parent.lander._y, true)) { if (getTimer() > (myDelay + 300)) { _parent._parent.lander.myXMomentum = (_parent._parent.lander.myXMomentum * -1) / 2.5; _parent._parent.lander.myYMomentum = (_parent._parent.lander.myYMomentum * -1) / 2.5; _parent._parent.lander.exploding = "true"; _parent._parent.lander.myLanded = "blow"; myDelay = getTimer(); } } }
Instance of Symbol 42 MovieClip " creature2" in Symbol 325 MovieClip Frame 1
onClipEvent (load) { myDelay = -300; } onClipEvent (enterFrame) { if (this.hitTest(_parent._parent.lander._x, _parent._parent.lander._y, true)) { if (getTimer() > (myDelay + 300)) { _parent._parent.lander.myXMomentum = (_parent._parent.lander.myXMomentum * -1) / 2.5; _parent._parent.lander.myYMomentum = (_parent._parent.lander.myYMomentum * -1) / 2.5; _parent._parent.lander.exploding = "true"; _parent._parent.lander.myLanded = "blow"; myDelay = getTimer(); } } }
Symbol 330 MovieClip Frame 1
stop(); _root.breifingDelay(2, this);
Symbol 330 MovieClip Frame 2
stop(); _root.breifingDelay(4, this);
Symbol 330 MovieClip Frame 3
stop(); _root.breifingDelay(6, this);
Symbol 330 MovieClip Frame 4
stop(); _root.breifingDelay(4, this);
Symbol 330 MovieClip Frame 28
stop();
Symbol 335 MovieClip Frame 1
stop();
Symbol 335 MovieClip Frame 2
play();
Instance of Symbol 335 MovieClip "eye" in Symbol 337 MovieClip Frame 1
onClipEvent (enterFrame) { if (random(100) == 50) { this.play(); } }
Symbol 343 MovieClip Frame 1
stop();
Instance of Symbol 145 MovieClip "landingpad" in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_parent._parent.lander._x, _parent._parent.lander._y, true) && ((getTimer() - myTakeoff) > 700)) { if (_parent._parent.lander.myLanded != "stop") { myLandTime = getTimer(); } if ((_parent._parent.lander._rotation > (this._rotation - 10)) && (_parent._parent.lander._rotation < (this._rotation + 20))) { _parent._parent.lander.myLanded = "stop"; this.gotoAndStop(2); } if ((key.isDown(38) && ((getTimer() - myLandTime) > 1000)) && (_parent._parent.lander.goal != "complete")) { _parent._parent.lander.myLanded = "go"; this.gotoAndStop(1); myTakeoff = getTimer(); } } }
Instance of Symbol 145 MovieClip "landingpad2" in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_parent._parent.lander._x, _parent._parent.lander._y, true) && ((getTimer() - myTakeoff) > 700)) { if (_parent._parent.lander.myLanded != "stop") { myLandTime = getTimer(); } if ((_parent._parent.lander._rotation > (this._rotation - 10)) && (_parent._parent.lander._rotation < (this._rotation + 20))) { _parent._parent.lander.myLanded = "stop"; if (_parent._parent.bomb.activate != "yes") { _parent._parent.bomb.activate = "yes"; } this.gotoAndStop(2); } if ((key.isDown(38) && ((getTimer() - myLandTime) > 1000)) && (_parent._parent.lander.goal != "complete")) { _parent._parent.lander.myLanded = "go"; this.gotoAndStop(1); myTakeoff = getTimer(); } } }
Instance of Symbol 341 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (load) { myDelay = -300; } onClipEvent (enterFrame) { if (this.hitTest(_parent._parent.lander._x, _parent._parent.lander._y, true)) { if (getTimer() > (myDelay + 300)) { _parent._parent.lander.myXMomentum = (_parent._parent.lander.myXMomentum * -1) / 2.5; _parent._parent.lander.myYMomentum = (_parent._parent.lander.myYMomentum * -1) / 2.5; _parent._parent.lander.exploding = "true"; _parent._parent.lander.myLanded = "blow"; myDelay = getTimer(); } } }
Instance of Symbol 28 MovieClip "theorb" in Symbol 343 MovieClip Frame 1
onClipEvent (load) { myDelay = -300; } onClipEvent (enterFrame) { if (this.hitTest(_parent._parent.lander._x, _parent._parent.lander._y, true)) { if (_parent._parent.lander.i >= 40) { _parent._parent.lander.exploding = "stop"; _parent._parent.lander.myLanded = "stop"; } else if (_parent._parent.lander.exploding == "true") { _parent._parent.lander.myXMomentum = 0; _parent._parent.lander.myYMomentum = 0; } else if (getTimer() > (myDelay + 300)) { _parent._parent.lander.myXMomentum = (_parent._parent.lander.myXMomentum * -1) / 1.5; _parent._parent.lander.myYMomentum = (_parent._parent.lander.myYMomentum * -1) / 1.5; myDelay = getTimer(); } } if (this.hitTest(_parent._parent.bomb._x, _parent._parent.bomb._y, true) && (_parent._parent.bomb.bombOn >= 500)) { if (_parent._parent.bomb.activate == "yes") { _parent._parent.lander.exploding = "true"; _parent._parent.lander.myLanded = "blow"; _parent._parent.bomb.activate = "stop"; _parent._parent.lander.WinLose = "lose"; _parent._parent.bomb.exploding = true; } else if (_parent._parent.bomb.activate == "drop") { _parent._parent.bomb.activate = "stop"; } } }
Symbol 350 MovieClip Frame 1
stop(); if (firePermission) { noMore = false; rotTotal = 0; stopCount = 1; initFrame = _root._currentframe; rotSelfDestruct = 400; distSelfDestruct = 650; reTargetRate = 20; rspeed = 5; myVelocity = 5; Xdist = this._x - _parent.foreground._x; Ydist = this._y - _parent.foreground._y; onEnterFrame = function () { if (_parent.popup._currentframe != 2) { if (_parent.popup._currentframe != 1) { removeMovieClip(this); } xDiff = Math.abs(_x - _parent.lander._x); yDiff = Math.abs(_y - _parent.lander._y); totalDiff = Math.sqrt(Math.pow(xDiff, 2) + Math.pow(yDiff, 2)); if ((totalDiff > distSelfDestruct) || (rotTotal >= rotSelfDestruct)) { play(); } if (initFrame != _root._currentframe) { removeMovieClip(this); } if (_parent.lander.hitTest(_x, _y, true)) { _parent.lander.myXMomentum = (_parent.lander.myXMomentum * -1) / 2.5; _parent.lander.myYMomentum = (_parent.lander.myYMomentum * -1) / 2.5; _parent.lander.exploding = "true"; _parent.lander.myLanded = "blow"; noMore = true; play(); } if (delay < stopCount) { xDest = _parent.lander._x; yDest = _parent.lander._y; delay = reTargetRate; } else { delay--; } if (_rotation < 0) { myRotation = 360 + _rotation; } else { myRotation = _rotation; } origin_x = _x; origin_y = _y; mouse_x = xDest; mouse_y = yDest; dist_x = mouse_x - origin_x; dist_y = mouse_y - origin_y; if (Number(dist_x) < 0) { normalise = -1 * dist_x; } else { normalise = dist_x; } if (Number(dist_y) < 0) { normalise = Number(normalise) + Number(-1 * dist_y); } else { normalise = Number(normalise) + Number(dist_y); } if ((Number(dist_x) >= 0) and (Number(dist_y) >= 0)) { direction = 90 * (dist_y / normalise); } else if ((Number(dist_x) <= 0) and (Number(dist_y) >= 0)) { direction = Number(-90 * (dist_x / normalise)) + 90; } else if ((Number(dist_x) <= 0) and (Number(dist_y) <= 0)) { direction = Number(-90 * (dist_y / normalise)) + 180; } else { direction = Number(90 * (dist_x / normalise)) + 270; } if ((myRotation < (direction + 4)) && (myRotation > (direction - 4))) { _rotation = direction; } else { myTurn = myRotation - direction; if (myTurn > 180) { myTurn = myTurn - 360; } else if (myTurn < -180) { myTurn = myTurn + 360; } if (myTurn > 0) { rotate(-1); _rotation = (_rotation - rspeed); rotTotal = rotTotal + rspeed; } else { _rotation = (_rotation + rspeed); rotTotal = rotTotal + rspeed; } } xMovement = xMovement + (Math.cos((Math.PI/180) * myRotation) * myVelocity); yMovement = yMovement + (Math.sin((Math.PI/180) * myRotation) * myVelocity); this._x = (_parent.foreground._x + Xdist) + xMovement; this._y = (_parent.foreground._y + Ydist) + yMovement; } }; }
Symbol 350 MovieClip Frame 2
onEnterFrame = function () { this._x = (_parent.foreground._x + Xdist) + xMovement; this._y = (_parent.foreground._y + Ydist) + yMovement; };
Symbol 350 MovieClip Frame 32
onEnterFrame = function () { }; if (!noMore) { _parent.megaCreature.missleLaunch = false; } removeMovieClip(this);
Symbol 352 MovieClip Frame 1
stop(); _root.breifingDelay(3, this);
Symbol 352 MovieClip Frame 2
stop(); _root.breifingDelay(7, this);
Symbol 352 MovieClip Frame 3
stop(); _root.breifingDelay(8, this);
Symbol 352 MovieClip Frame 4
stop(); _root.breifingDelay(7, this);
Symbol 352 MovieClip Frame 28
stop();
Symbol 362 MovieClip Frame 1
stop();
Instance of Symbol 335 MovieClip "eye" in Symbol 362 MovieClip Frame 1
onClipEvent (enterFrame) { if (random(100) == 50) { this.play(); } }
Symbol 362 MovieClip Frame 2
creatureSpeed = 0.26; misMax = 1;
Symbol 362 MovieClip Frame 3
creatureSpeed = 0.31; misMax = 1;
Symbol 362 MovieClip Frame 4
creatureSpeed = 0; misMax = 0; _parent.lander.WinLose = "win";
Symbol 367 MovieClip Frame 1
stop();
Symbol 372 MovieClip Frame 1
stop();
Symbol 378 MovieClip Frame 2
if (_root.onOrOff == "off") { stopAllSounds(); }
Symbol 378 MovieClip Frame 90
robot.playme = "go";
Symbol 378 MovieClip Frame 200
robot.playme == "stop";
Symbol 378 MovieClip Frame 608
stop();

Library Items

Symbol 1 GraphicUsed by:61  Timeline
Symbol 2 GraphicUsed by:3 152
Symbol 3 MovieClipUses:2Used by:61 138 250  Timeline
Symbol 4 GraphicUsed by:Timeline
Symbol 5 GraphicUsed by:6
Symbol 6 MovieClipUses:5Used by:Timeline
Symbol 7 FontUsed by:8 9 62 63 70 79 80 82 84 85 87 89 90 106 107 108 109 120 122 123 125 130 131 134 135
Symbol 8 TextUses:7Used by:Timeline
Symbol 9 EditableTextUses:7Used by:Timeline
Symbol 10 FontUsed by:11 31 45 59 60 69 93 97 101 102 103 104 179 181 185 186 189 190 192 193 196 197 201 202 205 206 208 209 212 213 216 217 225 226 227 228 229 232 233 239 240 242 289 290 291 292 293 370 373 374 375
Symbol 11 TextUses:10Used by:13
Symbol 12 GraphicUsed by:13
Symbol 13 ButtonUses:11 12Used by:Timeline
Symbol 14 GraphicUsed by:18 30 378  Timeline
Symbol 15 SoundUsed by:18
Symbol 16 SoundUsed by:18
Symbol 17 SoundUsed by:18 271
Symbol 18 MovieClipUses:14 15 16 17Used by:Timeline
Symbol 19 GraphicUsed by:26
Symbol 20 Sound [intro]Used by:26
Symbol 21 Sound [level1]Used by:26
Symbol 22 Sound [level2]Used by:26
Symbol 23 Sound [level3]Used by:26
Symbol 24 Sound [level4]Used by:26
Symbol 25 Sound [gameOver]Used by:26
Symbol 26 MovieClipUses:19 20 21 22 23 24 25Used by:Timeline
Symbol 27 GraphicUsed by:28
Symbol 28 MovieClipUses:27Used by:61 138 146 250 251 255 273 285 312 325 343
Symbol 29 GraphicUsed by:61 252
Symbol 30 MovieClipUses:14Used by:61
Symbol 31 TextUses:10Used by:61
Symbol 32 GraphicUsed by:42
Symbol 33 GraphicUsed by:35
Symbol 34 GraphicUsed by:35
Symbol 35 MovieClipUses:33 34Used by:42
Symbol 36 ShapeTweeningUsed by:39
Symbol 37 ShapeTweeningUsed by:39
Symbol 38 GraphicUsed by:39
Symbol 39 MovieClipUses:36 37 38Used by:42 255 280 325 362
Symbol 40 GraphicUsed by:42
Symbol 41 GraphicUsed by:42
Symbol 42 MovieClipUses:32 35 39 40 41Used by:61 255 273 285 325 330
Symbol 43 GraphicUsed by:44 250
Symbol 44 MovieClipUses:43Used by:61 251 325
Symbol 45 TextUses:10Used by:61
Symbol 46 GraphicUsed by:47
Symbol 47 MovieClipUses:46Used by:61
Symbol 48 GraphicUsed by:49 99 150 165 191 203 207 210 214 218 231 304
Symbol 49 MovieClipUses:48Used by:61
Symbol 50 GraphicUsed by:58
Symbol 51 ShapeTweeningUsed by:54
Symbol 52 ShapeTweeningUsed by:54
Symbol 53 GraphicUsed by:54
Symbol 54 MovieClipUses:51 52 53Used by:58
Symbol 55 GraphicUsed by:58
Symbol 56 GraphicUsed by:58
Symbol 57 GraphicUsed by:58
Symbol 58 MovieClipUses:50 54 55 56 57Used by:61  Timeline
Symbol 59 TextUses:10Used by:61
Symbol 60 TextUses:10Used by:61
Symbol 61 MovieClipUses:1 28 29 30 31 42 44 45 47 49 58 3 59 60 SS1Used by:Timeline
Symbol 62 TextUses:7Used by:65
Symbol 63 TextUses:7Used by:65
Symbol 64 GraphicUsed by:65
Symbol 65 ButtonUses:62 63 64Used by:Timeline
Symbol 66 GraphicUsed by:67
Symbol 67 MovieClipUses:66Used by:68
Symbol 68 MovieClipUses:67Used by:138
Symbol 69 TextUses:10Used by:138
Symbol 70 TextUses:7Used by:138
Symbol 71 GraphicUsed by:78
Symbol 72 GraphicUsed by:74 78
Symbol 73 GraphicUsed by:74 76
Symbol 74 MovieClipUses:72 73Used by:75
Symbol 75 MovieClipUses:74Used by:78
Symbol 76 MovieClipUses:73Used by:77
Symbol 77 MovieClipUses:76Used by:78
Symbol 78 ButtonUses:71 75 77 72Used by:138
Symbol 79 TextUses:7Used by:83
Symbol 80 TextUses:7Used by:83
Symbol 81 GraphicUsed by:83
Symbol 82 TextUses:7Used by:83
Symbol 83 ButtonUses:79 80 81 82Used by:138
Symbol 84 TextUses:7Used by:88
Symbol 85 TextUses:7Used by:88
Symbol 86 GraphicUsed by:88
Symbol 87 TextUses:7Used by:88
Symbol 88 ButtonUses:84 85 86 87Used by:138
Symbol 89 TextUses:7Used by:92
Symbol 90 TextUses:7Used by:92
Symbol 91 GraphicUsed by:92
Symbol 92 ButtonUses:89 90 91Used by:138
Symbol 93 TextUses:10Used by:95
Symbol 94 GraphicUsed by:95
Symbol 95 ButtonUses:93 94Used by:138
Symbol 96 GraphicUsed by:138
Symbol 97 TextUses:10Used by:99 231
Symbol 98 GraphicUsed by:99 231
Symbol 99 ButtonUses:48 97 98Used by:138
Symbol 100 GraphicUsed by:138
Symbol 101 TextUses:10Used by:138 170
Symbol 102 TextUses:10Used by:138 170
Symbol 103 TextUses:10Used by:138 170
Symbol 104 TextUses:10Used by:138 170
Symbol 105 GraphicUsed by:138
Symbol 106 TextUses:7Used by:138
Symbol 107 TextUses:7Used by:138
Symbol 108 TextUses:7Used by:138
Symbol 109 TextUses:7Used by:138
Symbol 110 GraphicUsed by:111
Symbol 111 MovieClipUses:110Used by:138  Timeline
Symbol 112 FontUsed by:114 115 116 117 118 119 221 222
Symbol 113 FontUsed by:114 115
Symbol 114 TextUses:112 113Used by:138 223
Symbol 115 TextUses:112 113Used by:138 223
Symbol 116 TextUses:112Used by:138 223
Symbol 117 TextUses:112Used by:138 223
Symbol 118 TextUses:112Used by:138
Symbol 119 TextUses:112Used by:138
Symbol 120 TextUses:7Used by:138
Symbol 121 GraphicUsed by:138
Symbol 122 TextUses:7Used by:138
Symbol 123 TextUses:7Used by:138
Symbol 124 GraphicUsed by:128
Symbol 125 TextUses:7Used by:128
Symbol 126 GraphicUsed by:128
Symbol 127 GraphicUsed by:128
Symbol 128 ButtonUses:124 125 126 127Used by:138
Symbol 129 GraphicUsed by:133
Symbol 130 TextUses:7Used by:133
Symbol 131 TextUses:7Used by:133
Symbol 132 GraphicUsed by:133
Symbol 133 ButtonUses:129 130 131 132Used by:138
Symbol 134 TextUses:7Used by:138
Symbol 135 TextUses:7Used by:137
Symbol 136 GraphicUsed by:137
Symbol 137 ButtonUses:135 136Used by:138
Symbol 138 MovieClipUses:68 69 70 78 83 88 92 95 96 99 100 101 102 103 104 105 106 107 28 3 108 109 111 114 115 116 117 118 119 120 121 122 123 128 133 134 137Used by:Timeline
Symbol 139 GraphicUsed by:140
Symbol 140 MovieClipUses:139Used by:145
Symbol 141 ShapeTweeningUsed by:144
Symbol 142 ShapeTweeningUsed by:144
Symbol 143 GraphicUsed by:144
Symbol 144 MovieClipUses:141 142 143Used by:145
Symbol 145 MovieClipUses:140 144Used by:146 250 251 255 273 285 312 325 343
Symbol 146 MovieClipUses:145 28Used by:170  Timeline
Symbol 147 FontUsed by:148 149 153 157 160 164 167 244 245 247 248 249 256 257 259 260 261 263 274 275 276 278 279 281 286 287 296 297 303 305 307 310 313 316 322 327 328 329 331 338 344 345 351
Symbol 148 TextUses:147Used by:170
Symbol 149 TextUses:147Used by:150 304
Symbol 150 ButtonUses:149 48Used by:170 250 262 280 298 330 352
Symbol 151 GraphicUsed by:170
Symbol 152 MovieClipUses:2Used by:170 298 314 352
Symbol 153 TextUses:147Used by:170
Symbol 154 GraphicUsed by:156
Symbol 155 GraphicUsed by:156
Symbol 156 MovieClipUses:154 155Used by:170
Symbol 157 TextUses:147Used by:170
Symbol 158 GraphicUsed by:166
Symbol 159 GraphicUsed by:162
Symbol 160 TextUses:147Used by:162
Symbol 161 GraphicUsed by:162
Symbol 162 ButtonUses:159 160 161Used by:166
Symbol 163 GraphicUsed by:165
Symbol 164 TextUses:147Used by:165
Symbol 165 ButtonUses:163 164 48Used by:166
Symbol 166 MovieClipUses:158 162 165Used by:170 250 262 280 298 314 330 352
Symbol 167 TextUses:147Used by:170
Symbol 168 GraphicUsed by:170
Symbol 169 GraphicUsed by:170
Symbol 170 MovieClipUses:146 148 150 151 152 153 156 157 166 167 168 101 102 103 104 169Used by:Timeline
Symbol 171 GraphicUsed by:177
Symbol 172 GraphicUsed by:177
Symbol 173 GraphicUsed by:177
Symbol 174 GraphicUsed by:177
Symbol 175 GraphicUsed by:177
Symbol 176 GraphicUsed by:177
Symbol 177 MovieClipUses:171 172 173 174 175 176Used by:Timeline
Symbol 178 GraphicUsed by:183 223
Symbol 179 TextUses:10Used by:183
Symbol 180 GraphicUsed by:183
Symbol 181 TextUses:10Used by:183
Symbol 182 GraphicUsed by:183
Symbol 183 ButtonUses:178 179 180 181 182Used by:220
Symbol 184 GraphicUsed by:219
Symbol 185 TextUses:10Used by:188
Symbol 186 TextUses:10Used by:188
Symbol 187 GraphicUsed by:188
Symbol 188 ButtonUses:185 186 187Used by:219
Symbol 189 TextUses:10Used by:191
Symbol 190 TextUses:10Used by:191
Symbol 191 ButtonUses:189 190 48Used by:219
Symbol 192 TextUses:10Used by:195
Symbol 193 TextUses:10Used by:195
Symbol 194 GraphicUsed by:195
Symbol 195 ButtonUses:192 193 194Used by:219
Symbol 196 TextUses:10Used by:199
Symbol 197 TextUses:10Used by:199
Symbol 198 GraphicUsed by:199
Symbol 199 ButtonUses:196 197 198Used by:219
Symbol 200 GraphicUsed by:219
Symbol 201 TextUses:10Used by:203 218
Symbol 202 TextUses:10Used by:203
Symbol 203 ButtonUses:201 202 48Used by:219
Symbol 204 GraphicUsed by:219
Symbol 205 TextUses:10Used by:207
Symbol 206 TextUses:10Used by:207
Symbol 207 ButtonUses:205 206 48Used by:219
Symbol 208 TextUses:10Used by:210
Symbol 209 TextUses:10Used by:210
Symbol 210 ButtonUses:208 209 48Used by:219
Symbol 211 GraphicUsed by:219
Symbol 212 TextUses:10Used by:214
Symbol 213 TextUses:10Used by:214
Symbol 214 ButtonUses:212 213 48Used by:219
Symbol 215 GraphicUsed by:219
Symbol 216 TextUses:10Used by:218
Symbol 217 TextUses:10Used by:218
Symbol 218 ButtonUses:216 217 48 201Used by:219
Symbol 219 MovieClipUses:184 188 191 195 199 200 203 204 207 210 211 214 215 218Used by:220
Symbol 220 MovieClipUses:183 219Used by:Timeline
Symbol 221 EditableTextUses:112Used by:223
Symbol 222 EditableTextUses:112Used by:223
Symbol 223 MovieClipUses:178 114 115 116 117 221 222Used by:Timeline
Symbol 224 GraphicUsed by:243
Symbol 225 TextUses:10Used by:243
Symbol 226 TextUses:10Used by:243
Symbol 227 TextUses:10Used by:243
Symbol 228 TextUses:10Used by:243
Symbol 229 TextUses:10Used by:243
Symbol 230 GraphicUsed by:243
Symbol 231 ButtonUses:48 97 98Used by:243
Symbol 232 TextUses:10Used by:243
Symbol 233 TextUses:10Used by:243
Symbol 234 GraphicUsed by:238 241
Symbol 235 GraphicUsed by:238 241
Symbol 236 GraphicUsed by:238 241
Symbol 237 GraphicUsed by:238 241
Symbol 238 ButtonUses:234 235 236 237Used by:243
Symbol 239 TextUses:10Used by:243
Symbol 240 TextUses:10Used by:243
Symbol 241 ButtonUses:234 235 236 237Used by:243
Symbol 242 TextUses:10Used by:243
Symbol 243 MovieClipUses:224 225 226 227 228 229 230 231 232 233 238 239 240 241 242Used by:Timeline
Symbol 244 TextUses:147Used by:250
Symbol 245 TextUses:147Used by:250
Symbol 246 GraphicUsed by:250
Symbol 247 TextUses:147Used by:250
Symbol 248 TextUses:147Used by:250
Symbol 249 TextUses:147Used by:250
Symbol 250 MovieClipUses:145 28 43 244 150 3 245 246 247 248 166 249Used by:Timeline
Symbol 251 MovieClipUses:145 28 44Used by:Timeline
Symbol 252 MovieClipUses:29Used by:255 284 312 325
Symbol 253 GraphicUsed by:254
Symbol 254 MovieClipUses:253Used by:255 262  Timeline
Symbol 255 MovieClipUses:145 28 252 39 42 254Used by:262  Timeline
Symbol 256 TextUses:147Used by:262
Symbol 257 TextUses:147Used by:262
Symbol 258 GraphicUsed by:262
Symbol 259 TextUses:147Used by:262
Symbol 260 TextUses:147Used by:262
Symbol 261 TextUses:147Used by:262
Symbol 262 MovieClipUses:255 256 150 254 257 258 259 260 166 261Used by:Timeline
Symbol 263 TextUses:147Used by:280
Symbol 264 GraphicUsed by:265
Symbol 265 MovieClipUses:264Used by:273
Symbol 266 GraphicUsed by:271
Symbol 267 ShapeTweeningUsed by:271
Symbol 268 GraphicUsed by:271
Symbol 269 ShapeTweeningUsed by:271
Symbol 270 GraphicUsed by:271
Symbol 271 MovieClipUses:266 267 17 268 269 270Used by:272 280 341 352  Timeline
Symbol 272 MovieClipUses:271Used by:273
Symbol 273 MovieClipUses:145 265 28 272 42Used by:280  Timeline
Symbol 274 TextUses:147Used by:280
Symbol 275 TextUses:147Used by:280
Symbol 276 TextUses:147Used by:280
Symbol 277 GraphicUsed by:280
Symbol 278 TextUses:147Used by:280
Symbol 279 TextUses:147Used by:280
Symbol 280 MovieClipUses:263 273 150 274 39 275 271 276 277 278 166 279Used by:Timeline
Symbol 281 TextUses:147Used by:298
Symbol 282 GraphicUsed by:283 320
Symbol 283 MovieClipUses:282Used by:285
Symbol 284 MovieClipUses:252Used by:285
Symbol 285 MovieClipUses:145 28 42 283 284Used by:298  Timeline
Symbol 286 TextUses:147Used by:298
Symbol 287 TextUses:147Used by:298
Symbol 288 GraphicUsed by:298
Symbol 289 TextUses:10Used by:298
Symbol 290 TextUses:10Used by:298
Symbol 291 TextUses:10Used by:298
Symbol 292 TextUses:10Used by:298
Symbol 293 TextUses:10Used by:298
Symbol 294 GraphicUsed by:295
Symbol 295 MovieClipUses:294Used by:298 314  Timeline
Symbol 296 TextUses:147Used by:298
Symbol 297 TextUses:147Used by:298
Symbol 298 MovieClipUses:281 285 150 286 287 288 289 290 291 292 293 152 295 296 166 297Used by:Timeline
Symbol 299 GraphicUsed by:300
Symbol 300 MovieClipUses:299Used by:Timeline
Symbol 301 GraphicUsed by:302 311
Symbol 302 MovieClipUses:301Used by:314 330
Symbol 303 TextUses:147Used by:314
Symbol 304 ButtonUses:149 48Used by:314
Symbol 305 TextUses:147Used by:314
Symbol 306 GraphicUsed by:314 315
Symbol 307 TextUses:147Used by:314
Symbol 308 GraphicUsed by:309
Symbol 309 ButtonUses:308Used by:314
Symbol 310 TextUses:147Used by:314
Symbol 311 MovieClipUses:301Used by:312 325
Symbol 312 MovieClipUses:145 311 28 252Used by:314  Timeline
Symbol 313 TextUses:147Used by:314
Symbol 314 MovieClipUses:302 303 304 305 306 307 309 152 295 310 312 166 313Used by:Timeline
Symbol 315 MovieClipUses:306Used by:Timeline
Symbol 316 TextUses:147Used by:330
Symbol 317 GraphicUsed by:320 323
Symbol 318 FontUsed by:319
Symbol 319 TextUses:318Used by:320 323
Symbol 320 MovieClipUses:282 317 319Used by:321
Symbol 321 MovieClipUses:320Used by:330
Symbol 322 TextUses:147Used by:330
Symbol 323 MovieClipUses:317 319Used by:325
Symbol 324 GraphicUsed by:325
Symbol 325 MovieClipUses:145 311 44 323 324 39 28 42 252Used by:330  Timeline
Symbol 326 GraphicUsed by:330
Symbol 327 TextUses:147Used by:330
Symbol 328 TextUses:147Used by:330
Symbol 329 TextUses:147Used by:330
Symbol 330 MovieClipUses:42 316 150 321 322 325 326 327 302 328 166 329Used by:Timeline
Symbol 331 TextUses:147Used by:352
Symbol 332 GraphicUsed by:337
Symbol 333 GraphicUsed by:335
Symbol 334 GraphicUsed by:335
Symbol 335 MovieClipUses:333 334Used by:337 362
Symbol 336 GraphicUsed by:337
Symbol 337 MovieClipUses:332 335 336Used by:352
Symbol 338 TextUses:147Used by:352
Symbol 339 GraphicUsed by:352
Symbol 340 GraphicUsed by:341
Symbol 341 MovieClipUses:271 340Used by:343
Symbol 342 GraphicUsed by:343
Symbol 343 MovieClipUses:145 341 28 342Used by:352  Timeline
Symbol 344 TextUses:147Used by:352
Symbol 345 TextUses:147Used by:352
Symbol 346 GraphicUsed by:350
Symbol 347 ShapeTweeningUsed by:350
Symbol 348 ShapeTweeningUsed by:350
Symbol 349 GraphicUsed by:350
Symbol 350 MovieClipUses:346 347 348 349Used by:352  Timeline
Symbol 351 TextUses:147Used by:352
Symbol 352 MovieClipUses:331 337 150 338 339 343 271 344 152 345 350 166 351Used by:Timeline
Symbol 353 GraphicUsed by:362
Symbol 354 GraphicUsed by:362
Symbol 355 GraphicUsed by:362
Symbol 356 GraphicUsed by:362
Symbol 357 GraphicUsed by:362
Symbol 358 GraphicUsed by:362
Symbol 359 GraphicUsed by:362
Symbol 360 GraphicUsed by:362
Symbol 361 GraphicUsed by:362
Symbol 362 MovieClipUses:353 335 354 355 356 357 358 39 359 360 361Used by:Timeline
Symbol 363 GraphicUsed by:364
Symbol 364 MovieClipUses:363Used by:Timeline
Symbol 365 GraphicUsed by:378
Symbol 366 GraphicUsed by:367
Symbol 367 MovieClipUses:366Used by:378
Symbol 368 GraphicUsed by:369
Symbol 369 MovieClipUses:368Used by:378
Symbol 370 TextUses:10Used by:378
Symbol 371 GraphicUsed by:372
Symbol 372 MovieClipUses:371Used by:378
Symbol 373 TextUses:10Used by:378
Symbol 374 TextUses:10Used by:378
Symbol 375 TextUses:10Used by:378
Symbol 376 FontUsed by:377
Symbol 377 TextUses:376Used by:378
Symbol 378 MovieClipUses:365 367 369 14 370 372 373 374 375 377 SS2Used by:Timeline
Streaming Sound 1Used by:Symbol 61 MovieClip
Streaming Sound 2Used by:Symbol 378 MovieClip

Instance Names

"loadbar"Frame 1Symbol 6 MovieClip
"noisecube"Frame 2Symbol 18 MovieClip
"musicSphere"Frame 2Symbol 26 MovieClip
"wtf"Frame 3Symbol 138 MovieClip
"foreground"Frame 5Symbol 146 MovieClip
"lander"Frame 5Symbol 58 MovieClip
"particle"Frame 5Symbol 177 MovieClip
"planetfinder"Frame 5Symbol 111 MovieClip
"Angry"Frame 5Symbol 223 MovieClip
"popup"Frame 5Symbol 243 MovieClip
"foreground"Frame 7Symbol 251 MovieClip
"lander"Frame 7Symbol 58 MovieClip
"particle"Frame 7Symbol 177 MovieClip
"planetfinder"Frame 7Symbol 111 MovieClip
"Angry"Frame 7Symbol 223 MovieClip
"popup"Frame 7Symbol 243 MovieClip
"foreground"Frame 9Symbol 255 MovieClip
"battery"Frame 9Symbol 254 MovieClip
"lander"Frame 9Symbol 58 MovieClip
"particle"Frame 9Symbol 177 MovieClip
"planetfinder"Frame 9Symbol 111 MovieClip
"Angry"Frame 9Symbol 223 MovieClip
"popup"Frame 9Symbol 243 MovieClip
"foreground"Frame 11Symbol 273 MovieClip
"bomb"Frame 11Symbol 271 MovieClip
"lander"Frame 11Symbol 58 MovieClip
"particle"Frame 11Symbol 177 MovieClip
"planetfinder"Frame 11Symbol 111 MovieClip
"Angry"Frame 11Symbol 223 MovieClip
"popup"Frame 11Symbol 243 MovieClip
"foreground"Frame 13Symbol 285 MovieClip
"target1"Frame 13Symbol 300 MovieClip
"target2"Frame 13Symbol 300 MovieClip
"target5"Frame 13Symbol 300 MovieClip
"target3"Frame 13Symbol 300 MovieClip
"target4"Frame 13Symbol 300 MovieClip
"lander"Frame 13Symbol 58 MovieClip
"particle"Frame 13Symbol 177 MovieClip
"planetfinder"Frame 13Symbol 111 MovieClip
"sputnikfinder"Frame 13Symbol 295 MovieClip
"Angry"Frame 13Symbol 223 MovieClip
"popup"Frame 13Symbol 243 MovieClip
"foreground"Frame 15Symbol 312 MovieClip
"sput1"Frame 15Symbol 315 MovieClip
"sput2"Frame 15Symbol 315 MovieClip
"sput3"Frame 15Symbol 315 MovieClip
"lander"Frame 15Symbol 58 MovieClip
"particle"Frame 15Symbol 177 MovieClip
"planetfinder"Frame 15Symbol 111 MovieClip
"sputnikfinder"Frame 15Symbol 295 MovieClip
"Angry"Frame 15Symbol 223 MovieClip
"popup"Frame 15Symbol 243 MovieClip
"foreground"Frame 17Symbol 325 MovieClip
"lander"Frame 17Symbol 58 MovieClip
"particle"Frame 17Symbol 177 MovieClip
"planetfinder"Frame 17Symbol 111 MovieClip
"Angry"Frame 17Symbol 223 MovieClip
"popup"Frame 17Symbol 243 MovieClip
"foreground"Frame 19Symbol 343 MovieClip
"bomb"Frame 19Symbol 271 MovieClip
"megaCreature"Frame 19Symbol 362 MovieClip
"missle"Frame 19Symbol 350 MovieClip
"lander"Frame 19Symbol 58 MovieClip
"particle"Frame 19Symbol 177 MovieClip
"misslePlace"Frame 19Symbol 364 MovieClip
"planetfinder"Frame 19Symbol 111 MovieClip
"Angry"Frame 19Symbol 223 MovieClip
"popup"Frame 19Symbol 243 MovieClip
"eye"Symbol 42 MovieClip Frame 1Symbol 35 MovieClip
"playWord"Symbol 75 MovieClip Frame 1Symbol 74 MovieClip
"playWord"Symbol 77 MovieClip Frame 1Symbol 76 MovieClip
"landingpad2"Symbol 146 MovieClip Frame 1Symbol 145 MovieClip
"landingpad"Symbol 146 MovieClip Frame 1Symbol 145 MovieClip
"theorb"Symbol 146 MovieClip Frame 1Symbol 28 MovieClip
"foreground"Symbol 170 MovieClip Frame 1Symbol 146 MovieClip
"landingpad2"Symbol 250 MovieClip Frame 1Symbol 145 MovieClip
"landingpad"Symbol 250 MovieClip Frame 1Symbol 145 MovieClip
"theorb"Symbol 250 MovieClip Frame 1Symbol 28 MovieClip
"landingpad2"Symbol 251 MovieClip Frame 1Symbol 145 MovieClip
"landingpad"Symbol 251 MovieClip Frame 1Symbol 145 MovieClip
"theorb"Symbol 251 MovieClip Frame 1Symbol 28 MovieClip
"landingpad1"Symbol 255 MovieClip Frame 1Symbol 145 MovieClip
"landingpad3"Symbol 255 MovieClip Frame 1Symbol 145 MovieClip
"theorb"Symbol 255 MovieClip Frame 1Symbol 28 MovieClip
"rocket"Symbol 255 MovieClip Frame 1Symbol 252 MovieClip
"creat2"Symbol 255 MovieClip Frame 1Symbol 42 MovieClip
"creat1"Symbol 255 MovieClip Frame 1Symbol 42 MovieClip
"landingpad2"Symbol 255 MovieClip Frame 1Symbol 145 MovieClip
"batt"Symbol 255 MovieClip Frame 1Symbol 254 MovieClip
"landingpad"Symbol 273 MovieClip Frame 1Symbol 145 MovieClip
"theorb"Symbol 273 MovieClip Frame 1Symbol 28 MovieClip
"rocket"Symbol 284 MovieClip Frame 1Symbol 252 MovieClip
"rocket"Symbol 284 MovieClip Frame 1Symbol 252 MovieClip
"landingpad3"Symbol 285 MovieClip Frame 1Symbol 145 MovieClip
"theorb"Symbol 285 MovieClip Frame 1Symbol 28 MovieClip
"creat1"Symbol 285 MovieClip Frame 1Symbol 42 MovieClip
"landingpad2"Symbol 312 MovieClip Frame 1Symbol 145 MovieClip
"theorb"Symbol 312 MovieClip Frame 1Symbol 28 MovieClip
"rocket"Symbol 312 MovieClip Frame 1Symbol 252 MovieClip
"landingpad"Symbol 325 MovieClip Frame 1Symbol 145 MovieClip
"landingpad2"Symbol 325 MovieClip Frame 1Symbol 145 MovieClip
"landingpad3"Symbol 325 MovieClip Frame 1Symbol 145 MovieClip
"brick"Symbol 325 MovieClip Frame 1Symbol 44 MovieClip
"bioooze"Symbol 325 MovieClip Frame 1Symbol 323 MovieClip
"theorb"Symbol 325 MovieClip Frame 1Symbol 28 MovieClip
"creature1 "Symbol 325 MovieClip Frame 1Symbol 42 MovieClip
"rocketwooohh"Symbol 325 MovieClip Frame 1Symbol 252 MovieClip
" creature2"Symbol 325 MovieClip Frame 1Symbol 42 MovieClip
"eye"Symbol 337 MovieClip Frame 1Symbol 335 MovieClip
"landingpad"Symbol 343 MovieClip Frame 1Symbol 145 MovieClip
"landingpad2"Symbol 343 MovieClip Frame 1Symbol 145 MovieClip
"theorb"Symbol 343 MovieClip Frame 1Symbol 28 MovieClip
"eye"Symbol 362 MovieClip Frame 1Symbol 335 MovieClip
"robot"Symbol 378 MovieClip Frame 90Symbol 369 MovieClip
"lander"Symbol 378 MovieClip Frame 200Symbol 372 MovieClip
"lander"Symbol 378 MovieClip Frame 236Symbol 372 MovieClip
"lander"Symbol 378 MovieClip Frame 315Symbol 372 MovieClip

Special Tags

Protect (24)Timeline Frame 131 bytes "..$1$eH$cB2s6o8v1FsOg6C0U8moo0."
ExportAssets (56)Timeline Frame 2Symbol 20 as "intro"
ExportAssets (56)Timeline Frame 2Symbol 21 as "level1"
ExportAssets (56)Timeline Frame 2Symbol 22 as "level2"
ExportAssets (56)Timeline Frame 2Symbol 23 as "level3"
ExportAssets (56)Timeline Frame 2Symbol 24 as "level4"
ExportAssets (56)Timeline Frame 2Symbol 25 as "gameOver"

Labels

"menu"Frame 3
"b1"Frame 4
"M1"Frame 5
"b3"Frame 6
"m3"Frame 7
"b4"Frame 8
"m4"Frame 9
"b5"Frame 10
"m5"Frame 11
"b6"Frame 12
"m6"Frame 13
"b7"Frame 14
"m7"Frame 15
"b8"Frame 16
"m8"Frame 17
"b9"Frame 18
"m9"Frame 19
"engine"Symbol 18 MovieClip Frame 2
"explode"Symbol 18 MovieClip Frame 4
"noSound"Symbol 26 MovieClip Frame 2
"intro2"Symbol 26 MovieClip Frame 3
"level1"Symbol 26 MovieClip Frame 4
"level2"Symbol 26 MovieClip Frame 5
"level3"Symbol 26 MovieClip Frame 6
"level4"Symbol 26 MovieClip Frame 7
"gameover"Symbol 26 MovieClip Frame 8
"howtoplay"Symbol 138 MovieClip Frame 2
"Credits"Symbol 138 MovieClip Frame 3
"winner"Symbol 243 MovieClip Frame 3
"loser"Symbol 243 MovieClip Frame 4
"notime"Symbol 243 MovieClip Frame 5
"FloatBomb"Symbol 272 MovieClip Frame 1002
"snagged"Symbol 315 MovieClip Frame 2
"robot"Symbol 378 MovieClip Frame 90

Dynamic Text Variables

howMuchSymbol 9 EditableText""
timerSymbol 221 EditableText"---"
distanceSymbol 222 EditableText""




http://swfchan.com/6/25587/info.shtml
Created: 23/5 -2019 13:58:18 Last modified: 23/5 -2019 13:58:18 Server time: 14/05 -2024 10:51:42