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

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

Graag.swf

This is the info page for
Flash #42140

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


Text
Score

Time

3

2

1

GO

Level 1

Complete

+ 5,000

Here Comes
Level 2

Ready?

Level 2

+ 10,000

Here Comes
Level 3

X

=

Final Score

Score

Time

Don't bigger numbers look nice?

Musical scores produced by Dimrain47

Art- eatmorchikin6464
Script- Homakruz

Special thanks to Jammer for art submissions

Thankyou to Chejrw, n00bsta, and gentoro
for background images

VISIT RUBBER TACO UNLIMITED

Copyright Rubber Taco Unlimited 2006

Asteroids fly through
the screen, but
are non-homing

Next >>

The object of Graag is to avoid all enemy objects for as long as
possible. Use the arrow keys or WASD to move. If you
ever get bothered by the music, feel free to turn it off using the
space bar, at any time during the game.

There are aliens on
each level. They follow
you around.

Detonator Asteroids blink
blue, but when the light
turns red, they're about
to explode

Black holes will suck
you towards them

Plus 100 Points

Plus 500 points

Brief Shield
-Takes One Hit-

Slows down
all enemies

ActionScript [AS1/AS2]

Frame 1
stop();
Instance of Symbol 7 MovieClip "preloader" in Frame 1
onClipEvent (enterFrame) { _root.sloaded = _root.getBytesLoaded(); _root.total = _root.getBytesTotal(); _root.percentloaded = int((_root.sloaded / _root.total) * 100) + "%"; if (_root.sloaded >= _root.total) { _root.gotoAndPlay("playdd"); } this._xscale = (_root.sloaded / _root.total) * 100; }
Frame 2
stop(); function __com_mochibot__(swfid, mc, lv) { var x; var g; var s; var fv; var sb; var u; var res; var mb; var mbc; mb = "__mochibot__"; mbc = "mochibot.com"; g = (_global ? (_global) : (_level0._root)); if (g[mb + swfid]) { return(g[mb + swfid]); } s = System.security; x = mc._root.getSWFVersion; fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5))); if (!s) { s = {}; } sb = s.sandboxType; if (sb == "localWithFile") { return(null); } x = s.allowDomain; if (x) { s.allowDomain(mbc); } x = s.allowInsecureDomain; if (x) { s.allowInsecureDomain(mbc); } u = ((((((((((("http://" + mbc) + "/my/core.swf?mv=5&fv=") + fv) + "&v=") + escape(getVersion())) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : ""); lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv)))); g[mb + "level"] = lv; if (fv == 5) { res = "_level" + lv; if (!eval (res)) { loadMovieNum (u, lv); } } else { res = mc.createEmptyMovieClip(mb + swfid, lv); res.loadMovie(u); } return(res); } __com_mochibot__("81011130", this, 10301);
Frame 138
function doSomething() { } MENU = new ContextMenu(); MENU.hideBuiltInItems(); Functioned = new ContextMenuItem("No Cheating.", doSomething); Functioned1 = new ContextMenuItem("Im Serious!", doSomething); Functioned2 = new ContextMenuItem("I should beat all you Cheaters up!", doSomething); Functioned3 = new ContextMenuItem("Now Play the game right! :P", doSomething); MENU.customItems.push(Functioned); MENU.customItems.push(Functioned1); MENU.customItems.push(Functioned2); MENU.customItems.push(Functioned3); _root.menu = MENU;
Frame 182
function doSomething() { } stop(); MENU = new ContextMenu(); MENU.hideBuiltInItems(); Functioned = new ContextMenuItem("No Cheating.", doSomething); Functioned1 = new ContextMenuItem("Im Serious!", doSomething); Functioned2 = new ContextMenuItem("I should beat all you Cheaters up!", doSomething); Functioned3 = new ContextMenuItem("Now Play the game right! :P", doSomething); MENU.customItems.push(Functioned); MENU.customItems.push(Functioned1); MENU.customItems.push(Functioned2); MENU.customItems.push(Functioned3); _root.menu = MENU;
Frame 183
stop(); speed = 0; rotation = 0; Aspeed = 7.5; distance = Rocket._x - Alien._x; time = 0; powtime = 0; score = 0;
Frame 184
_root.music.gotoAndPlay("music1"); function A1DroidOut() { Chance = Math.ceil(Math.random() * 20); if (Chance >= 26) { _root.A1DOut = "true"; _root.Ast1D.play(); _root.Ast1Dx = Math.random() * 10; _root.Ast1Dy = Math.random() * 5; if (_root.Ast1D._x <= -10) { _root.Ast1D._x = 550; _root.Ast1Dx = Math.random() * 10; _root.Ast1Dy = Math.random() * 5; } if (_root.Ast1D._x >= 560) { _root.Ast1D._x = 0; _root.Ast1Dx = Math.random() * 10; _root.Ast1Dy = Math.random() * 5; } if (_root.Ast1D._y <= -10) { _root.Ast1D._y = 400; _root.Ast1Dx = Math.random() * 10; _root.Ast1Dy = Math.random() * 5; } if (_root.Ast1D._y >= 410) { _root.Ast1D._y = 0; _root.Ast1Dx = Math.random() * 10; _root.Ast1Dy = Math.random() * 5; } _root.Ast1._x = -50; _root.Ast1._y = Math.random() * 400; } } function A1DroidIn() { _root.A1DOut = "false"; _root.Ast1x = Math.random() * 10; _root.Ast1y = Math.random() * 5; if (_root.Ast1._x <= -10) { _root.Ast1._x = 550; _root.Ast1x = Math.random() * 10; _root.Ast1y = Math.random() * 5; } if (_root.Ast1._x >= 560) { _root.Ast1._x = 0; _root.Ast1x = Math.random() * 10; _root.Ast1y = Math.random() * 5; } if (_root.Ast1._y <= -10) { _root.Ast1._y = 400; _root.Ast1x = Math.random() * 10; _root.Ast1y = Math.random() * 5; } if (_root.Ast1._y >= 410) { _root.Ast1._y = 0; _root.Ast1x = Math.random() * 10; _root.Ast1y = Math.random() * 5; } _root.Ast1D._x = -50; _root.Ast1D._y = Math.random() * 400; } function A1speed() { if (_root.A1DOut == "false") { _root.Ast1x = Math.random() * 10; _root.Ast1y = Math.random() * 5; } else { _root.Ast1x = 0; _root.Ast1y = 0; } } function A1Dspeed() { if (_root.A1DOut == "true") { _root.Ast1Dx = Math.random() * 10; _root.Ast1Dy = Math.random() * 5; } else { _root.Ast1Dx = 0; _root.Ast1Dy = 0; } } function A3DroidOut() { Chance = Math.ceil(Math.random() * 20); if (Chance >= 26) { _root.A3DOut = "true"; _root.Ast3D.play(); _root.Ast3Dx = Math.random() * 10; _root.Ast3Dy = Math.random() * 5; if (_root.Ast3D._x <= -10) { _root.Ast3D._x = 550; _root.Ast3Dx = Math.random() * 10; _root.Ast3Dy = Math.random() * 5; } if (_root.Ast3D._x >= 560) { _root.Ast3D._x = 0; _root.Ast3Dx = Math.random() * 10; _root.Ast3Dy = Math.random() * 5; } if (_root.Ast3D._y <= -10) { _root.Ast3D._y = 400; _root.Ast3Dx = Math.random() * 10; _root.Ast3Dy = Math.random() * 5; } if (_root.Ast3D._y >= 410) { _root.Ast3D._y = 0; _root.Ast3Dx = Math.random() * 10; _root.Ast3Dy = Math.random() * 5; } _root.Ast3._x = -50; _root.Ast3._y = Math.random() * 400; } } function A3DroidIn() { _root.A3DOut = "false"; _root.Ast3x = Math.random() * 10; _root.Ast3y = Math.random() * 5; if (_root.Ast3._x <= -10) { _root.Ast3._x = 550; _root.Ast3x = Math.random() * 10; _root.Ast3y = Math.random() * 5; } if (_root.Ast3._x >= 560) { _root.Ast3._x = 0; _root.Ast3x = Math.random() * 10; _root.Ast3y = Math.random() * 5; } if (_root.Ast3._y <= -10) { _root.Ast3._y = 400; _root.Ast3x = Math.random() * 10; _root.Ast3y = Math.random() * 5; } if (_root.Ast3._y >= 410) { _root.Ast3._y = 0; _root.Ast3x = Math.random() * 10; _root.Ast3y = Math.random() * 5; } _root.Ast3D._x = -50; _root.Ast3D._y = Math.random() * 400; } function A3speed() { if (_root.A3DOut == "false") { _root.Ast3x = Math.random() * 10; _root.Ast3y = Math.random() * 5; } else { _root.Ast3x = 0; _root.Ast3y = 0; } } function A3Dspeed() { if (_root.A3DOut == "true") { _root.Ast3Dx = Math.random() * 10; _root.Ast3Dy = Math.random() * 5; } else { _root.Ast3Dx = 0; _root.Ast3Dy = 0; } } function A2DroidOut() { Chance = Math.ceil(Math.random() * 20); if (Chance >= 26) { _root.A2DOut = "true"; _root.Ast2D.play(); _root.Ast2Dx = Math.random() * 10; _root.Ast2Dy = Math.random() * 5; if (_root.Ast2D._x <= -10) { _root.Ast2D._x = 5500; _root.Ast2Dx = Math.random() * 10; _root.Ast2Dy = Math.random() * 5; } if (_root.Ast2D._x >= 560) { _root.Ast2D._x = 0; _root.Ast2Dx = Math.random() * 10; _root.Ast2Dy = Math.random() * 5; } if (_root.Ast2D._y <= -10) { _root.Ast2D._y = 400; _root.Ast2Dx = Math.random() * 10; _root.Ast2Dy = Math.random() * 5; } if (_root.Ast2D._y >= 410) { _root.Ast2D._y = 0; _root.Ast2Dx = Math.random() * 10; _root.Ast2Dy = Math.random() * 5; } _root.Ast2._x = -50; _root.Ast2._y = Math.random() * 400; } } function A2DroidIn() { _root.A2DOut = "false"; _root.Ast2x = Math.random() * 10; _root.Ast2y = Math.random() * 5; if (_root.Ast2._x <= -10) { _root.Ast2._x = 550; _root.Ast2x = Math.random() * 10; _root.Ast2y = Math.random() * 5; } if (_root.Ast2._x >= 560) { _root.Ast2._x = 0; _root.Ast2x = Math.random() * 10; _root.Ast2y = Math.random() * 5; } if (_root.Ast2._y <= -10) { _root.Ast2._y = 400; _root.Ast2x = Math.random() * 10; _root.Ast2y = Math.random() * 5; } if (_root.Ast2._y >= 410) { _root.Ast2._y = 0; _root.Ast2x = Math.random() * 10; _root.Ast2y = Math.random() * 5; } _root.Ast2D._x = -50; _root.Ast2D._y = Math.random() * 400; } function A2speed() { if (_root.A2DOut == "false") { _root.Ast2x = Math.random() * 10; _root.Ast2y = Math.random() * 5; } else { _root.Ast2x = 0; _root.Ast2y = 0; } } function A2Dspeed() { if (_root.A2DOut == "true") { _root.Ast2Dx = Math.random() * 10; _root.Ast2Dy = Math.random() * 5; } else { _root.Ast2Dx = 0; _root.Ast2Dy = 0; } } function TimerChoose() { PowerupC = Math.ceil(Math.random() * 10); if (_root.ShipS == "false") { if (PowerupC >= 8) { _root.powtime = Math.ceil(Math.random() * 10); _root.WhichPU(); } } } function TimeUp() { if (_root.ShipS == "false") { if ((_root.powtime >= 10) && (_root.PowUp == "false")) { _root.PowUp = "true"; _root.powtime = 0; _root.hund._x = Math.random() * 550; _root.hund._y = Math.random() * 400; } } } function LevelIn() { if ((_root.time == 90) && (_root.levup._y < 0)) { _root.levup._x = Math.random() * 550; _root.levup._y = Math.random() * 400; } } function TimeOut() { if ((_root.powouttime >= 10) && (_root.PowUp == "true")) { _root.PowUp = "false"; _root.powouttime = 0; _root.hund._x = 40; _root.hund._y = -60; _root.five._x = 120; _root.five._y = -60; _root.slow._x = 80; _root.slow._y = -60; _root.shield._x = 0; _root.shield._y = -60; } } function WhichPU() { _root.Powerup = Math.ceil(Math.random() * 25); if (Powerup <= 18) { _root.PowUp = "true"; _root.hund._x = Math.random() * 550; _root.hund._y = Math.random() * 400; } else if (((((Powerup == 19) or (Powerup == 20)) or (Powerup == 21)) or (Powerup == 22)) or (Powerup == 23)) { _root.PowUp = "true"; _root.five._x = Math.random() * 550; _root.five._y = Math.random() * 400; } else if ((Powerup == 24) or (Powerup == 25)) { _root.PowUp = "true"; _root.slow._x = Math.random() * 550; _root.slow._y = Math.random() * 400; } else if (Powerup == 26) { _root.PowUp = "true"; _root.shield._x = Math.random() * 550; _root.shield._y = Math.random() * 400; } } function Knockback() { if (_root.Alien._x <= _root.Rocket._x) { _root.Alien._x = _root.Alien._x - 20; } else if (_root.Alien._x >= _root.Rocket._x) { _root.Alien._x = _root.Alien._x + 20; } if (_root.Alien._y <= _root.Rocket._y) { _root.Alien._y = _root.Alien._y - 20; } else if (_root.Alien._y >= _root.Rocket._y) { _root.Alien._y = _root.Alien._y + 20; } } stop(); Next1 = "false"; Next2 = "false"; MPlay = "true"; LevelPow = "false"; blowup = "false"; speed = 0; rotation = 0; Aspeed = 7.5; distance = Rocket._x - Alien._x; time = 0; powtime = 0; powouttime = 0; score = 0; Ast1x = 5; Ast1y = 3; Ast1Dx = 0; Ast1Dy = 0; A1exp = "false"; A1DOut = "false"; Ast3x = 1; Ast3y = 9; Ast3Dx = 0; Ast3Dy = 0; A3exp = "false"; A3DOut = "false"; Ast2x = 3; Ast2y = 3; Ast2Dx = 0; Ast2Dy = 0; A2exp = "false"; A2DOut = "false"; DAst1Timer1 = 0; DAst1Timer2 = 0; DAst2Timer1 = 0; DAst2Timer2 = 0; DAst3Timer1 = 0; DAst3Timer2 = 0;
Instance of Symbol 63 MovieClip in Frame 184
onClipEvent (enterFrame) { if (Key.isDown(32)) { if (_root.MPlay == "true") { _root.MPlay = "false"; _root.music.gotoAndStop("music1stop"); } else if (_root.MPlay == "false") { _root.MPlay = "true"; _root.music.gotoAndPlay("music1"); } } }
Instance of Symbol 98 MovieClip "Timer" in Frame 184
/* no clip actions */
Instance of Symbol 82 MovieClip "Rocket" in Frame 184
onClipEvent (enterFrame) { if (Key.isDown(78)) { _root.Next1 = "true"; _root.LevelPow = "false"; _root.gotoAndStop("game3"); } if (_root.blowup == "false") { if (Key.isDown(38) || (Key.isDown(87))) { _root.Rocket.Flames.play(); _root.speed = _root.speed + 0.5; _root.Key = true; } else { _root.Rocket.Flames.gotoAndStop(1); _root.Key = false; } } if (_root.blowup == "false") { if (_root.Key == false) { if (Key.isDown(40) || (Key.isDown(83))) { if (_root.speed <= -1) { } else { _root.speed = _root.speed - 0.5; } } } } if (Math.abs(_root.speed) > 10) { _root.speed = 10; } if (_root.blowup == "false") { if (Key.isDown(37) || (Key.isDown(65))) { _rotation = (_rotation - 7.5); } } if (_root.blowup == "false") { if (Key.isDown(39) || (Key.isDown(68))) { _rotation = (_rotation + 7.5); } } _root.speed = _root.speed * 0.989; x = Math.sin(_rotation * (Math.PI/180)) * _root.speed; y = (Math.cos(_rotation * (Math.PI/180)) * _root.speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } if (this._x <= -10) { this._x = 550; } if (this._x >= 560) { this._x = 0; } if (this._y <= -10) { this._y = 400; } if (this._y >= 410) { this._y = 0; } if (_root.Ast1D.AE1.DHT.hitTest(getBounds(_root).xMax, _y, true)) { _root.Rocket.nextFrame(); } if (_root.Ast1D.AE1.DHT.hitTest(getBounds(_root).xMin, _y, true)) { _root.Rocket.nextFrame(); } if (_root.Ast1D.AE1.DHT.hitTest(_x, getBounds(_root).yMax, true)) { _root.Rocket.nextFrame(); } if (_root.Ast1D.AE1.DHT.hitTest(_x, getBounds(_root).yMin, true)) { _root.Rocket.nextFrame(); } if (_root.Ast2D.AE2.DHT.hitTest(getBounds(_root).xMax, _y, true)) { _root.Rocket.nextFrame(); } if (_root.Ast2D.AE2.DHT.hitTest(getBounds(_root).xMin, _y, true)) { _root.Rocket.nextFrame(); } if (_root.Ast2D.AE2.DHT.hitTest(_x, getBounds(_root).yMax, true)) { _root.Rocket.nextFrame(); } if (_root.Ast2D.AE2.DHT.hitTest(_x, getBounds(_root).yMin, true)) { _root.Rocket.nextFrame(); } if (_root.Ast3D.AE3.DHT.hitTest(getBounds(_root).xMax, _y, true)) { _root.Rocket.nextFrame(); } if (_root.Ast3D.AE3.DHT.hitTest(getBounds(_root).xMin, _y, true)) { _root.Rocket.nextFrame(); } if (_root.Ast3D.AE3.DHT.hitTest(_x, getBounds(_root).yMax, true)) { _root.Rocket.nextFrame(); } if (_root.Ast3D.AE3.DHT.hitTest(_x, getBounds(_root).yMin, true)) { _root.Rocket.nextFrame(); } if (_root.Ast4D.AE4.DHT.hitTest(getBounds(_root).xMax, _y, true)) { _root.Rocket.nextFrame(); } if (_root.Ast4D.AE4.DHT.hitTest(getBounds(_root).xMin, _y, true)) { _root.Rocket.nextFrame(); } if (_root.Ast4D.AE4.DHT.hitTest(_x, getBounds(_root).yMax, true)) { _root.Rocket.nextFrame(); } if (_root.Ast4D.AE4.DHT.hitTest(_x, getBounds(_root).yMin, true)) { _root.Rocket.nextFrame(); } }
Instance of Symbol 106 MovieClip "hund" in Frame 184
onClipEvent (enterFrame) { if (_root.Rocket.hitTest(getBounds(_root).xMax, _y, true)) { play(); } if (_root.Rocket.hitTest(getBounds(_root).xMin, _y, true)) { play(); } if (_root.Rocket.hitTest(_x, getBounds(_root).yMax, true)) { play(); } if (_root.Rocket.hitTest(_x, getBounds(_root).yMin, true)) { play(); } }
Instance of Symbol 108 MovieClip "five" in Frame 184
onClipEvent (enterFrame) { if (_root.Rocket.hitTest(getBounds(_root).xMax, _y, true)) { play(); } if (_root.Rocket.hitTest(getBounds(_root).xMin, _y, true)) { play(); } if (_root.Rocket.hitTest(_x, getBounds(_root).yMax, true)) { play(); } if (_root.Rocket.hitTest(_x, getBounds(_root).yMin, true)) { play(); } }
Instance of Symbol 110 MovieClip "slow" in Frame 184
onClipEvent (enterFrame) { if (_root.Rocket.hitTest(getBounds(_root).xMax, _y, true)) { play(); } if (_root.Rocket.hitTest(getBounds(_root).xMin, _y, true)) { play(); } if (_root.Rocket.hitTest(_x, getBounds(_root).yMax, true)) { play(); } if (_root.Rocket.hitTest(_x, getBounds(_root).yMin, true)) { play(); } }
Instance of Symbol 112 MovieClip "shield" in Frame 184
onClipEvent (enterFrame) { if (_root.Rocket.hitTest(getBounds(_root).xMax, _y, true)) { play(); } if (_root.Rocket.hitTest(getBounds(_root).xMin, _y, true)) { play(); } if (_root.Rocket.hitTest(_x, getBounds(_root).yMax, true)) { play(); } if (_root.Rocket.hitTest(_x, getBounds(_root).yMin, true)) { play(); } }
Instance of Symbol 116 MovieClip "levup" in Frame 184
onClipEvent (enterFrame) { if (_root.Rocket.hitTest(getBounds(_root).xMax, _y, true)) { play(); } if (_root.Rocket.hitTest(getBounds(_root).xMin, _y, true)) { play(); } if (_root.Rocket.hitTest(_x, getBounds(_root).yMax, true)) { play(); } if (_root.Rocket.hitTest(_x, getBounds(_root).yMin, true)) { play(); } }
Instance of Symbol 61 MovieClip "Alien" in Frame 184
onClipEvent (enterFrame) { x = Math.sin(_rotation * (Math.PI/180)) * _root.Aspeed; y = (Math.cos(_rotation * (Math.PI/180)) * _root.Aspeed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } if (this._x <= -30) { this._x = 570; } if (this._x >= 580) { this._x = -20; } if (this._y <= -30) { this._y = 420; } if (this._y >= 430) { this._y = -20; } if ((_root.distance < 25) || (_root.distance > -25)) { delta_x = _x - _root.Rocket._x; delta_y = _y - _root.Rocket._y; this._rotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180); } if (_root.ShipS == "true") { if (_root.Rocket.hitTest(getBounds(_root).xMax, _y, true)) { _root.Rocket.Shield.gotoAndPlay(83); _root.Knockback(); _root.ShipS = "false"; _root.StunEnemy = "true"; _root.Aspeed = 0; _root.Alien.nextFrame(); _root.StunTime = 3.6; } if (_root.Rocket.hitTest(getBounds(_root).xMin, _y, true)) { _root.Rocket.Shield.gotoAndPlay(83); _root.Knockback(); _root.ShipS = "false"; _root.StunEnemy = "true"; _root.Aspeed = 0; _root.Alien.nextFrame(); _root.StunTime = 3.6; } if (_root.Rocket.hitTest(_x, getBounds(_root).yMax, true)) { _root.Rocket.Shield.gotoAndPlay(83); _root.Knockback(); _root.ShipS = "false"; _root.StunEnemy = "true"; _root.Aspeed = 0; _root.Alien.nextFrame(); _root.StunTime = 3.6; } if (_root.Rocket.hitTest(_x, getBounds(_root).yMin, true)) { _root.Rocket.Shield.gotoAndPlay(83); _root.Knockback(); _root.ShipS = "false"; _root.StunEnemy = "true"; _root.Aspeed = 0; _root.Alien.nextFrame(); _root.StunTime = 3.6; } } else if (_root.Alien.HT.hitTest(_root.Rocket)) { _root.Rocket.nextFrame(); } }
Instance of Symbol 119 MovieClip "Ast3" in Frame 184
onClipEvent (enterFrame) { this._x = this._x + _root.Ast3x; this._y = this._y + _root.Ast3y; this._rotation = this._rotation + 10; if (_root.A3DOut == "true") { } else { if (this._x <= -10) { this._x = 550; _root.A3speed(); _root.A3DroidOut(); } if (this._x >= 560) { this._x = 0; _root.A3speed(); _root.A3DroidOut(); } if (this._y <= -10) { this._y = 400; _root.A3speed(); _root.A3DroidOut(); } if (this._y >= 410) { this._y = 0; _root.A3speed(); _root.A3DroidOut(); } } if (_root.ShipS == "true") { if (_root.Rocket.Shield.hitTest(getBounds(_root).xMax, _y, true)) { _root.Rocket.Shield.gotoAndPlay(83); this._x = -100; this._y = 650; _root.ShipS = "false"; _root.PowUp = "false"; } if (_root.Rocket.Shield.hitTest(getBounds(_root).xMin, _y, true)) { _root.Rocket.Shield.gotoAndPlay(83); this._x = -100; this._y = 650; _root.ShipS = "false"; _root.PowUp = "false"; } if (_root.Rocket.Shield.hitTest(_x, getBounds(_root).yMax, true)) { _root.Rocket.Shield.gotoAndPlay(83); this._x = -100; this._y = 650; _root.ShipS = "false"; _root.PowUp = "false"; } if (_root.Rocket.Shield.hitTest(_x, getBounds(_root).yMin, true)) { _root.Rocket.Shield.gotoAndPlay(83); this._x = -100; this._y = 650; _root.ShipS = "false"; _root.PowUp = "false"; } } else { if (_root.Rocket.hitTest(getBounds(_root).xMax, _y, true)) { _root.Rocket.nextFrame(); } if (_root.Rocket.hitTest(getBounds(_root).xMin, _y, true)) { _root.Rocket.nextFrame(); } if (_root.Rocket.hitTest(_x, getBounds(_root).yMax, true)) { _root.Rocket.nextFrame(); } if (_root.Rocket.hitTest(_x, getBounds(_root).yMin, true)) { _root.Rocket.nextFrame(); } } }
Instance of Symbol 137 MovieClip "Ast1D" in Frame 184
onClipEvent (load) { this.stop(); } onClipEvent (enterFrame) { if (_root.A1exp == "false") { this._x = this._x - _root.Ast1Dx; this._y = this._y - _root.Ast1Dy; this._rotation = this._rotation + 10; } if (_root.A1DOut == "false") { } else { if (_root.Ast1D._x <= -10) { _root.Ast1D._x = 550; _root.A1Dspeed(); } if (_root.Ast1D._x >= 560) { _root.Ast1D._x = 0; _root.A1Dspeed(); } if (_root.Ast1D._y <= -10) { _root.Ast1D._y = 400; _root.A1Dspeed(); } if (_root.Ast1D._y >= 410) { _root.Ast1D._y = 0; _root.A1Dspeed(); } } if (_root.ShipS == "true") { if (_root.Rocket.Shield.hitTest(getBounds(_root).xMax, _y, true)) { _root.Rocket.Shield.gotoAndPlay(83); this._x = -100; this._y = 650; _root.ShipS = "false"; _root.PowUp = "false"; } if (_root.Rocket.Shield.hitTest(getBounds(_root).xMin, _y, true)) { _root.Rocket.Shield.gotoAndPlay(83); this._x = -100; this._y = 650; _root.ShipS = "false"; _root.PowUp = "false"; } if (_root.Rocket.Shield.hitTest(_x, getBounds(_root).yMax, true)) { _root.Rocket.Shield.gotoAndPlay(83); this._x = -100; this._y = 650; _root.ShipS = "false"; _root.PowUp = "false"; } if (_root.Rocket.Shield.hitTest(_x, getBounds(_root).yMin, true)) { _root.Rocket.Shield.gotoAndPlay(83); this._x = -100; this._y = 650; _root.ShipS = "false"; _root.PowUp = "false"; } } else { if (_root.Rocket.hitTest(getBounds(_root).xMax, _y, true)) { _root.Rocket.nextFrame(); } if (_root.Rocket.hitTest(getBounds(_root).xMin, _y, true)) { _root.Rocket.nextFrame(); } if (_root.Rocket.hitTest(_x, getBounds(_root).yMax, true)) { _root.Rocket.nextFrame(); } if (_root.Rocket.hitTest(_x, getBounds(_root).yMin, true)) { _root.Rocket.nextFrame(); } } }
Instance of Symbol 119 MovieClip "Ast1" in Frame 184
onClipEvent (enterFrame) { this._x = this._x - _root.Ast1x; this._y = this._y - _root.Ast1y; this._rotation = this._rotation + 10; if (_root.A1DOut == "true") { } else { if (this._x <= -10) { this._x = 550; _root.A1speed(); _root.A1DroidOut(); } if (this._x >= 560) { this._x = 0; _root.A1speed(); _root.A1DroidOut(); } if (this._y <= -10) { this._y = 400; _root.A1speed(); _root.A1DroidOut(); } if (this._y >= 410) { this._y = 0; _root.A1speed(); _root.A1DroidOut(); } } if (_root.ShipS == "true") { if (_root.Rocket.Shield.hitTest(getBounds(_root).xMax, _y, true)) { _root.Rocket.Shield.gotoAndPlay(83); this._x = -100; this._y = 650; _root.ShipS = "false"; _root.PowUp = "false"; } if (_root.Rocket.Shield.hitTest(getBounds(_root).xMin, _y, true)) { _root.Rocket.Shield.gotoAndPlay(83); this._x = -100; this._y = 650; _root.ShipS = "false"; _root.PowUp = "false"; } if (_root.Rocket.Shield.hitTest(_x, getBounds(_root).yMax, true)) { _root.Rocket.Shield.gotoAndPlay(83); this._x = -100; this._y = 650; _root.ShipS = "false"; _root.PowUp = "false"; } if (_root.Rocket.Shield.hitTest(_x, getBounds(_root).yMin, true)) { _root.Rocket.Shield.gotoAndPlay(83); this._x = -100; this._y = 650; _root.ShipS = "false"; _root.PowUp = "false"; } } else { if (_root.Rocket.hitTest(getBounds(_root).xMax, _y, true)) { _root.Rocket.nextFrame(); } if (_root.Rocket.hitTest(getBounds(_root).xMin, _y, true)) { _root.Rocket.nextFrame(); } if (_root.Rocket.hitTest(_x, getBounds(_root).yMax, true)) { _root.Rocket.nextFrame(); } if (_root.Rocket.hitTest(_x, getBounds(_root).yMin, true)) { _root.Rocket.nextFrame(); } } }
Instance of Symbol 138 MovieClip "Ast3D" in Frame 184
onClipEvent (load) { this.stop(); } onClipEvent (enterFrame) { if (_root.A3exp == "false") { this._x = this._x + _root.Ast3Dx; this._y = this._y + _root.Ast3Dy; this._rotation = this._rotation + 10; } if (_root.A3DOut == "false") { } else { if (_root.Ast3D._x <= -10) { _root.Ast3D._x = 550; _root.A3Dspeed(); } if (_root.Ast3D._x >= 560) { _root.Ast3D._x = 0; _root.A3Dspeed(); } if (_root.Ast3D._y <= -10) { _root.Ast3D._y = 400; _root.A3Dspeed(); } if (_root.Ast3D._y >= 410) { _root.Ast3D._y = 0; _root.A3Dspeed(); } } if (_root.ShipS == "true") { if (_root.Rocket.Shield.hitTest(getBounds(_root).xMax, _y, true)) { _root.Rocket.Shield.gotoAndPlay(83); this._x = -100; this._y = 650; _root.ShipS = "false"; _root.PowUp = "false"; } if (_root.Rocket.Shield.hitTest(getBounds(_root).xMin, _y, true)) { _root.Rocket.Shield.gotoAndPlay(83); this._x = -100; this._y = 650; _root.ShipS = "false"; _root.PowUp = "false"; } if (_root.Rocket.Shield.hitTest(_x, getBounds(_root).yMax, true)) { _root.Rocket.Shield.gotoAndPlay(83); this._x = -100; this._y = 650; _root.ShipS = "false"; _root.PowUp = "false"; } if (_root.Rocket.Shield.hitTest(_x, getBounds(_root).yMin, true)) { _root.Rocket.Shield.gotoAndPlay(83); this._x = -100; this._y = 650; _root.ShipS = "false"; _root.PowUp = "false"; } } else { if (_root.Rocket.hitTest(getBounds(_root).xMax, _y, true)) { _root.Rocket.nextFrame(); } if (_root.Rocket.hitTest(getBounds(_root).xMin, _y, true)) { _root.Rocket.nextFrame(); } if (_root.Rocket.hitTest(_x, getBounds(_root).yMax, true)) { _root.Rocket.nextFrame(); } if (_root.Rocket.hitTest(_x, getBounds(_root).yMin, true)) { _root.Rocket.nextFrame(); } } }
Instance of Symbol 119 MovieClip "Ast2" in Frame 184
onClipEvent (enterFrame) { this._x = this._x - _root.Ast2x; this._y = this._y + _root.Ast2y; this._rotation = this._rotation + 10; if (_root.A2DOut == "true") { } else { if (this._x <= -10) { this._x = 550; _root.A2speed(); _root.A2DroidOut(); } if (this._x >= 560) { this._x = 0; _root.A2speed(); _root.A2DroidOut(); } if (this._y <= -10) { this._y = 400; _root.A2speed(); _root.A2DroidOut(); } if (this._y >= 410) { this._y = 0; _root.A2speed(); _root.A2DroidOut(); } } if (_root.ShipS == "true") { if (_root.Rocket.Shield.hitTest(getBounds(_root).xMax, _y, true)) { _root.Rocket.Shield.gotoAndPlay(83); this._x = -100; this._y = 650; _root.ShipS = "false"; _root.PowUp = "false"; } if (_root.Rocket.Shield.hitTest(getBounds(_root).xMin, _y, true)) { _root.Rocket.Shield.gotoAndPlay(83); this._x = -100; this._y = 650; _root.ShipS = "false"; _root.PowUp = "false"; } if (_root.Rocket.Shield.hitTest(_x, getBounds(_root).yMax, true)) { _root.Rocket.Shield.gotoAndPlay(83); this._x = -100; this._y = 650; _root.ShipS = "false"; _root.PowUp = "false"; } if (_root.Rocket.Shield.hitTest(_x, getBounds(_root).yMin, true)) { _root.Rocket.Shield.gotoAndPlay(83); this._x = -100; this._y = 650; _root.ShipS = "false"; _root.PowUp = "false"; } } else { if (_root.Rocket.hitTest(getBounds(_root).xMax, _y, true)) { _root.Rocket.nextFrame(); } if (_root.Rocket.hitTest(getBounds(_root).xMin, _y, true)) { _root.Rocket.nextFrame(); } if (_root.Rocket.hitTest(_x, getBounds(_root).yMax, true)) { _root.Rocket.nextFrame(); } if (_root.Rocket.hitTest(_x, getBounds(_root).yMin, true)) { _root.Rocket.nextFrame(); } } }
Instance of Symbol 139 MovieClip "Ast2D" in Frame 184
onClipEvent (load) { this.stop(); } onClipEvent (enterFrame) { if (_root.A2exp == "false") { this._x = this._x + _root.Ast2Dx; this._y = this._y - _root.Ast2Dy; this._rotation = this._rotation + 10; } if (_root.A2DOut == "false") { } else { if (_root.Ast2D._x <= -10) { _root.Ast2D._x = 550; _root.A2Dspeed(); } if (_root.Ast2D._x >= 560) { _root.Ast2D._x = 0; _root.A2Dspeed(); } if (_root.Ast2D._y <= -10) { _root.Ast2D._y = 400; _root.A2Dspeed(); } if (_root.Ast2D._y >= 410) { _root.Ast2D._y = 0; _root.A2Dspeed(); } } if (_root.ShipS == "true") { if (_root.Rocket.Shield.hitTest(getBounds(_root).xMax, _y, true)) { _root.Rocket.Shield.gotoAndPlay(83); this._x = -100; this._y = 650; _root.ShipS = "false"; _root.PowUp = "false"; } if (_root.Rocket.Shield.hitTest(getBounds(_root).xMin, _y, true)) { _root.Rocket.Shield.gotoAndPlay(83); this._x = -100; this._y = 650; _root.ShipS = "false"; _root.PowUp = "false"; } if (_root.Rocket.Shield.hitTest(_x, getBounds(_root).yMax, true)) { _root.Rocket.Shield.gotoAndPlay(83); this._x = -100; this._y = 650; _root.ShipS = "false"; _root.PowUp = "false"; } if (_root.Rocket.Shield.hitTest(_x, getBounds(_root).yMin, true)) { _root.Rocket.Shield.gotoAndPlay(83); this._x = -100; this._y = 650; _root.ShipS = "false"; _root.PowUp = "false"; } } else { if (_root.Rocket.hitTest(getBounds(_root).xMax, _y, true)) { _root.Rocket.nextFrame(); } if (_root.Rocket.hitTest(getBounds(_root).xMin, _y, true)) { _root.Rocket.nextFrame(); } if (_root.Rocket.hitTest(_x, getBounds(_root).yMax, true)) { _root.Rocket.nextFrame(); } if (_root.Rocket.hitTest(_x, getBounds(_root).yMin, true)) { _root.Rocket.nextFrame(); } } }
Frame 185
stop(); _root.backgrounds.gotoAndStop("bg2"); speed = 0; rotation = 0; Aspeed = 0; distance = Rocket._x - Alien._x; LevelPow = "false"; blowup = "false"; time = 90; powtime = 0; powouttime = 0; score = score; Ast1x = 0; Ast1y = 0; Ast3x = 0; Ast3y = 0; Ast4x = 0; Ast4y = 0; Ast5x = 0; Ast5y = 0;
Instance of Symbol 190 MovieClip "Alien" in Frame 185
onClipEvent (enterFrame) { x = Math.sin(_rotation * (Math.PI/180)) * _root.Aspeed; y = (Math.cos(_rotation * (Math.PI/180)) * _root.Aspeed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } if (this._x <= -30) { this._x = 570; } if (this._x >= 580) { this._x = -20; } if (this._y <= -30) { this._y = 420; } if (this._y >= 430) { this._y = -20; } if ((_root.distance < 25) || (_root.distance > -25)) { delta_x = _x - _root.Rocket._x; delta_y = _y - _root.Rocket._y; this._rotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180); } if (_root.ShipS == "true") { if (_root.Rocket.hitTest(getBounds(_root).xMax, _y, true)) { _root.Rocket.Shield.gotoAndPlay(83); _root.Knockback(); _root.ShipS = "false"; _root.StunEnemy = "true"; _root.Aspeed = 0; _root.Alien.nextFrame(); _root.StunTime = 3.6; } if (_root.Rocket.hitTest(getBounds(_root).xMin, _y, true)) { _root.Rocket.Shield.gotoAndPlay(83); _root.Knockback(); _root.ShipS = "false"; _root.StunEnemy = "true"; _root.Aspeed = 0; _root.Alien.nextFrame(); _root.StunTime = 3.6; } if (_root.Rocket.hitTest(_x, getBounds(_root).yMax, true)) { _root.Rocket.Shield.gotoAndPlay(83); _root.Knockback(); _root.ShipS = "false"; _root.StunEnemy = "true"; _root.Aspeed = 0; _root.Alien.nextFrame(); _root.StunTime = 3.6; } if (_root.Rocket.hitTest(_x, getBounds(_root).yMin, true)) { _root.Rocket.Shield.gotoAndPlay(83); _root.Knockback(); _root.ShipS = "false"; _root.StunEnemy = "true"; _root.Aspeed = 0; _root.Alien.nextFrame(); _root.StunTime = 3.6; } } else if (_root.Alien.HT.hitTest(_root.Rocket)) { _root.Rocket.nextFrame(); } }
Frame 186
_root.music.gotoAndPlay("music2"); function A1DroidOut() { Chance = Math.ceil(Math.random() * 20); if (Chance == 21) { _root.A1DOut = "true"; _root.Ast1D.play(); _root.Ast1Dx = Math.random() * 10; _root.Ast1Dy = Math.random() * 5; if (_root.Ast1D._x <= -10) { _root.Ast1D._x = 550; _root.Ast1Dx = Math.random() * 10; _root.Ast1Dy = Math.random() * 5; } if (_root.Ast1D._x >= 560) { _root.Ast1D._x = 0; _root.Ast1Dx = Math.random() * 10; _root.Ast1Dy = Math.random() * 5; } if (_root.Ast1D._y <= -10) { _root.Ast1D._y = 400; _root.Ast1Dx = Math.random() * 10; _root.Ast1Dy = Math.random() * 5; } if (_root.Ast1D._y >= 410) { _root.Ast1D._y = 0; _root.Ast1Dx = Math.random() * 10; _root.Ast1Dy = Math.random() * 5; } _root.Ast1._x = -50; _root.Ast1._y = Math.random() * 400; } } function A1DroidIn() { _root.A1DOut = "false"; _root.Ast1x = Math.random() * 10; _root.Ast1y = Math.random() * 5; if (_root.Ast1._x <= -10) { _root.Ast1._x = 550; _root.Ast1x = Math.random() * 10; _root.Ast1y = Math.random() * 5; } if (_root.Ast1._x >= 560) { _root.Ast1._x = 0; _root.Ast1x = Math.random() * 10; _root.Ast1y = Math.random() * 5; } if (_root.Ast1._y <= -10) { _root.Ast1._y = 400; _root.Ast1x = Math.random() * 10; _root.Ast1y = Math.random() * 5; } if (_root.Ast1._y >= 410) { _root.Ast1._y = 0; _root.Ast1x = Math.random() * 10; _root.Ast1y = Math.random() * 5; } _root.Ast1D._x = -50; _root.Ast1D._y = Math.random() * 400; } function A1speed() { if (_root.A1DOut == "false") { _root.Ast1x = Math.random() * 10; _root.Ast1y = Math.random() * 5; } else { _root.Ast1x = 0; _root.Ast1y = 0; } } function A1Dspeed() { if (_root.A1DOut == "true") { _root.Ast1Dx = Math.random() * 10; _root.Ast1Dy = Math.random() * 5; } else { _root.Ast1Dx = 0; _root.Ast1Dy = 0; } } function A3DroidOut() { Chance = Math.ceil(Math.random() * 20); if (Chance == 21) { _root.A3DOut = "true"; _root.Ast3D.play(); _root.Ast3Dx = Math.random() * 10; _root.Ast3Dy = Math.random() * 5; if (_root.Ast3D._x <= -10) { _root.Ast3D._x = 550; _root.Ast3Dx = Math.random() * 10; _root.Ast3Dy = Math.random() * 5; } if (_root.Ast3D._x >= 560) { _root.Ast3D._x = 0; _root.Ast3Dx = Math.random() * 10; _root.Ast3Dy = Math.random() * 5; } if (_root.Ast3D._y <= -10) { _root.Ast3D._y = 400; _root.Ast3Dx = Math.random() * 10; _root.Ast3Dy = Math.random() * 5; } if (_root.Ast3D._y >= 410) { _root.Ast3D._y = 0; _root.Ast3Dx = Math.random() * 10; _root.Ast3Dy = Math.random() * 5; } _root.Ast3._x = -50; _root.Ast3._y = Math.random() * 400; } } function A3DroidIn() { _root.A3DOut = "false"; _root.Ast3x = Math.random() * 10; _root.Ast3y = Math.random() * 5; if (_root.Ast3._x <= -10) { _root.Ast3._x = 550; _root.Ast3x = Math.random() * 10; _root.Ast3y = Math.random() * 5; } if (_root.Ast3._x >= 560) { _root.Ast3._x = 0; _root.Ast3x = Math.random() * 10; _root.Ast3y = Math.random() * 5; } if (_root.Ast3._y <= -10) { _root.Ast3._y = 400; _root.Ast3x = Math.random() * 10; _root.Ast3y = Math.random() * 5; } if (_root.Ast3._y >= 410) { _root.Ast3._y = 0; _root.Ast3x = Math.random() * 10; _root.Ast3y = Math.random() * 5; } _root.Ast3D._x = -50; _root.Ast3D._y = Math.random() * 400; } function A3speed() { if (_root.A3DOut == "false") { _root.Ast3x = Math.random() * 10; _root.Ast3y = Math.random() * 5; } else { _root.Ast3x = 0; _root.Ast3y = 0; } } function A3Dspeed() { if (_root.A3DOut == "true") { _root.Ast3Dx = Math.random() * 10; _root.Ast3Dy = Math.random() * 5; } else { _root.Ast3Dx = 0; _root.Ast3Dy = 0; } } function A2DroidOut() { Chance = Math.ceil(Math.random() * 20); if (Chance == 21) { _root.A2DOut = "true"; _root.Ast2D.play(); _root.Ast2Dx = Math.random() * 10; _root.Ast2Dy = Math.random() * 5; if (_root.Ast2D._x <= -10) { _root.Ast2D._x = 5500; _root.Ast2Dx = Math.random() * 10; _root.Ast2Dy = Math.random() * 5; } if (_root.Ast2D._x >= 560) { _root.Ast2D._x = 0; _root.Ast2Dx = Math.random() * 10; _root.Ast2Dy = Math.random() * 5; } if (_root.Ast2D._y <= -10) { _root.Ast2D._y = 400; _root.Ast2Dx = Math.random() * 10; _root.Ast2Dy = Math.random() * 5; } if (_root.Ast2D._y >= 410) { _root.Ast2D._y = 0; _root.Ast2Dx = Math.random() * 10; _root.Ast2Dy = Math.random() * 5; } _root.Ast2._x = -50; _root.Ast2._y = Math.random() * 400; } } function A2DroidIn() { _root.A2DOut = "false"; _root.Ast2x = Math.random() * 10; _root.Ast2y = Math.random() * 5; if (_root.Ast2._x <= -10) { _root.Ast2._x = 550; _root.Ast2x = Math.random() * 10; _root.Ast2y = Math.random() * 5; } if (_root.Ast2._x >= 560) { _root.Ast2._x = 0; _root.Ast2x = Math.random() * 10; _root.Ast2y = Math.random() * 5; } if (_root.Ast2._y <= -10) { _root.Ast2._y = 400; _root.Ast2x = Math.random() * 10; _root.Ast2y = Math.random() * 5; } if (_root.Ast2._y >= 410) { _root.Ast2._y = 0; _root.Ast2x = Math.random() * 10; _root.Ast2y = Math.random() * 5; } _root.Ast2D._x = -50; _root.Ast2D._y = Math.random() * 400; } function A2speed() { if (_root.A2DOut == "false") { _root.Ast2x = Math.random() * 10; _root.Ast2y = Math.random() * 5; } else { _root.Ast2x = 0; _root.Ast2y = 0; } } function A2Dspeed() { if (_root.A2DOut == "true") { _root.Ast2Dx = Math.random() * 10; _root.Ast2Dy = Math.random() * 5; } else { _root.Ast2Dx = 0; _root.Ast2Dy = 0; } } function TimerChoose() { PowerupC = Math.ceil(Math.random() * 10); if (_root.ShipS == "false") { if (PowerupC >= 8) { _root.powtime = 0; _root.WhichPU(); } } } function TimeUp() { if (_root.ShipS == "false") { if ((_root.powtime >= 10) && (_root.PowUp == "false")) { _root.PowUp = "true"; _root.powtime = 0; _root.hund._x = Math.random() * 550; _root.hund._y = Math.random() * 400; } } } function LevelIn2() { if ((_root.time >= 180) && (_root.levup2._y < 0)) { _root.levup2._x = Math.random() * 550; _root.levup2._y = Math.random() * 400; } } function TimeOut() { if ((_root.powouttime >= 10) && (_root.PowUp == "true")) { _root.PowUp = "false"; _root.powouttime = 0; _root.hund._x = 40; _root.hund._y = -60; _root.five._x = 120; _root.five._y = -60; _root.slow._x = 80; _root.slow._y = -60; _root.shield._x = 0; _root.shield._y = -60; } } function WhichPU() { _root.Powerup = Math.ceil(Math.random() * 25); if (Powerup <= 18) { _root.PowUp = "true"; _root.hund._x = Math.random() * 550; _root.hund._y = Math.random() * 400; } else if (((((Powerup == 19) or (Powerup == 20)) or (Powerup == 21)) or (Powerup == 22)) or (Powerup == 23)) { _root.PowUp = "true"; _root.five._x = Math.random() * 550; _root.five._y = Math.random() * 400; } else if ((Powerup == 24) or (Powerup == 25)) { _root.PowUp = "true"; _root.slow._x = Math.random() * 550; _root.slow._y = Math.random() * 400; } else if (Powerup == 26) { _root.PowUp = "true"; _root.shield._x = Math.random() * 550; _root.shield._y = Math.random() * 400; } } function Knockback() { if (_root.Alien._x <= _root.Rocket._x) { _root.Alien._x = _root.Alien._x - 20; } else if (_root.Alien._x >= _root.Rocket._x) { _root.Alien._x = _root.Alien._x + 20; } if (_root.Alien._y <= _root.Rocket._y) { _root.Alien._y = _root.Alien._y - 20; } else if (_root.Alien._y >= _root.Rocket._y) { _root.Alien._y = _root.Alien._y + 20; } } function All() { _root.FindDistance(); _root.ShootTongue(); } function FindDistance() { _root.xdistance = Rocket._x - Alien._x; _root.ydistance = Rocket._y - Alien._y; } function ShootTongue() { if (_root.shooting == "false") { if ((_root.xdistance <= 60) && (_root.xdistance >= -60)) { if ((_root.ydistance <= 60) && (_root.ydistance >= -60)) { _root.shooting = "true"; _root.Alien.Tongue.play(); } } } } stop(); Next2 = "false"; _root.backgrounds.gotoAndStop("bg2"); shooting = "false"; LevelPow = "false"; blowup = "false"; StunEnemy = "false"; speed = 0; rotation = 0; Aspeed = 6; distance = Rocket._x - Alien._x; xdistance = Rocket._x - Alien._x; ydistance = Rocket._y - Alien._y; time = 90; powtime = 0; powouttime = 0; score = score; Ast1x = 5; Ast1y = 3; Ast1Dx = 0; Ast1Dy = 0; A1exp = "false"; A1DOut = "false"; Ast3x = 1; Ast3y = 9; Ast3Dx = 0; Ast3Dy = 0; A3exp = "false"; A3DOut = "false"; Ast2x = 3; Ast2y = 3; Ast2Dx = 0; Ast2Dy = 0; A2exp = "false"; A2DOut = "false"; DAst1Timer1 = 0; DAst1Timer2 = 0; DAst2Timer1 = 0; DAst2Timer2 = 0; DAst3Timer1 = 0; DAst3Timer2 = 0;
Instance of Symbol 63 MovieClip in Frame 186
onClipEvent (enterFrame) { if (Key.isDown(32)) { if (_root.MPlay == "true") { _root.MPlay = "false"; _root.music.gotoAndStop("music2stop"); } else if (_root.MPlay == "false") { _root.MPlay = "true"; _root.music.gotoAndPlay("music2"); } } }
Instance of Symbol 202 MovieClip "levup2" in Frame 186
onClipEvent (enterFrame) { if (_root.Rocket.hitTest(getBounds(_root).xMax, _y, true)) { play(); } if (_root.Rocket.hitTest(getBounds(_root).xMin, _y, true)) { play(); } if (_root.Rocket.hitTest(_x, getBounds(_root).yMax, true)) { play(); } if (_root.Rocket.hitTest(_x, getBounds(_root).yMin, true)) { play(); } }
Instance of Symbol 82 MovieClip "Rocket" in Frame 186
onClipEvent (enterFrame) { if (Key.isDown(78)) { _root.Next2 = "true"; _root.LevelPow = "false"; _root.gotoAndStop("game4"); } if (_root.blowup == "false") { if (Key.isDown(38) || (Key.isDown(87))) { _root.Rocket.Flames.play(); _root.speed = _root.speed + 0.5; _root.Key = true; } else { _root.Rocket.Flames.gotoAndStop(1); _root.Key = false; } } if (_root.blowup == "false") { if (_root.Key == false) { if (Key.isDown(40) || (Key.isDown(83))) { if (_root.speed <= -1) { } else { _root.speed = _root.speed - 0.5; } } } } if (Math.abs(_root.speed) > 10) { _root.speed = 10; } if (_root.blowup == "false") { if (Key.isDown(37) || (Key.isDown(65))) { _rotation = (_rotation - 7.5); } } if (_root.blowup == "false") { if (Key.isDown(39) || (Key.isDown(68))) { _rotation = (_rotation + 7.5); } } _root.speed = _root.speed * 0.989; x = Math.sin(_rotation * (Math.PI/180)) * _root.speed; y = (Math.cos(_rotation * (Math.PI/180)) * _root.speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } if (this._x <= -10) { this._x = 550; } if (this._x >= 560) { this._x = 0; } if (this._y <= -10) { this._y = 400; } if (this._y >= 410) { this._y = 0; } if (_root.ShipS == "true") { if (_root.Alien.Tongue.TonHT.hitTest(getBounds(_root).xMax, _y, true)) { _root.Rocket.Shield.gotoAndPlay(83); _root.Knockback(); _root.ShipS = "false"; _root.StunEnemy = "true"; _root.Aspeed = 0; _root.Alien.nextFrame(); _root.StunTime = 3.6; } if (_root.Alien.Tongue.TonHT.hitTest(getBounds(_root).xMin, _y, true)) { _root.Rocket.Shield.gotoAndPlay(83); _root.Knockback(); _root.ShipS = "false"; _root.StunEnemy = "true"; _root.Aspeed = 0; _root.Alien.nextFrame(); _root.StunTime = 3.6; } if (_root.Alien.Tongue.TonHT.hitTest(_x, getBounds(_root).yMax, true)) { _root.Rocket.Shield.gotoAndPlay(83); _root.Knockback(); _root.ShipS = "false"; _root.StunEnemy = "true"; _root.Aspeed = 0; _root.Alien.nextFrame(); _root.StunTime = 3.6; } if (_root.Alien.Tongue.TonHT.hitTest(_x, getBounds(_root).yMin, true)) { _root.Rocket.Shield.gotoAndPlay(83); _root.Knockback(); _root.ShipS = "false"; _root.StunEnemy = "true"; _root.Aspeed = 0; _root.Alien.nextFrame(); _root.StunTime = 3.6; } } else { if (_root.Alien.Tongue.TonHT.hitTest(getBounds(_root).xMax, _y, true)) { _root.Rocket.nextFrame(); } if (_root.Alien.Tongue.TonHT.hitTest(getBounds(_root).xMin, _y, true)) { _root.Rocket.nextFrame(); } if (_root.Alien.Tongue.TonHT.hitTest(_x, getBounds(_root).yMax, true)) { _root.Rocket.nextFrame(); } if (_root.Alien.Tongue.TonHT.hitTest(_x, getBounds(_root).yMin, true)) { _root.Rocket.nextFrame(); } } }
Instance of Symbol 106 MovieClip "hund" in Frame 186
onClipEvent (enterFrame) { if (_root.Rocket.hitTest(getBounds(_root).xMax, _y, true)) { play(); } if (_root.Rocket.hitTest(getBounds(_root).xMin, _y, true)) { play(); } if (_root.Rocket.hitTest(_x, getBounds(_root).yMax, true)) { play(); } if (_root.Rocket.hitTest(_x, getBounds(_root).yMin, true)) { play(); } }
Instance of Symbol 108 MovieClip "five" in Frame 186
onClipEvent (enterFrame) { if (_root.Rocket.hitTest(getBounds(_root).xMax, _y, true)) { play(); } if (_root.Rocket.hitTest(getBounds(_root).xMin, _y, true)) { play(); } if (_root.Rocket.hitTest(_x, getBounds(_root).yMax, true)) { play(); } if (_root.Rocket.hitTest(_x, getBounds(_root).yMin, true)) { play(); } }
Instance of Symbol 110 MovieClip "slow" in Frame 186
onClipEvent (enterFrame) { if (_root.Rocket.hitTest(getBounds(_root).xMax, _y, true)) { play(); } if (_root.Rocket.hitTest(getBounds(_root).xMin, _y, true)) { play(); } if (_root.Rocket.hitTest(_x, getBounds(_root).yMax, true)) { play(); } if (_root.Rocket.hitTest(_x, getBounds(_root).yMin, true)) { play(); } }
Instance of Symbol 112 MovieClip "shield" in Frame 186
onClipEvent (enterFrame) { if (_root.Rocket.hitTest(getBounds(_root).xMax, _y, true)) { play(); } if (_root.Rocket.hitTest(getBounds(_root).xMin, _y, true)) { play(); } if (_root.Rocket.hitTest(_x, getBounds(_root).yMax, true)) { play(); } if (_root.Rocket.hitTest(_x, getBounds(_root).yMin, true)) { play(); } }
Instance of Symbol 190 MovieClip "Alien" in Frame 186
onClipEvent (enterFrame) { x = Math.sin(_rotation * (Math.PI/180)) * _root.Aspeed; y = (Math.cos(_rotation * (Math.PI/180)) * _root.Aspeed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } if (this._x <= -30) { this._x = 570; } if (this._x >= 580) { this._x = -20; } if (this._y <= -30) { this._y = 420; } if (this._y >= 430) { this._y = -20; } if ((_root.distance < 25) || (_root.distance > -25)) { delta_x = _x - _root.Rocket._x; delta_y = _y - _root.Rocket._y; this._rotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180); } if (_root.ShipS == "true") { if (_root.Rocket.hitTest(getBounds(_root).xMax, _y, true)) { _root.Rocket.Shield.gotoAndPlay(83); _root.Knockback(); _root.ShipS = "false"; _root.StunEnemy = "true"; _root.Aspeed = 0; _root.Alien.nextFrame(); _root.StunTime = 3.6; } if (_root.Rocket.hitTest(getBounds(_root).xMin, _y, true)) { _root.Rocket.Shield.gotoAndPlay(83); _root.Knockback(); _root.ShipS = "false"; _root.StunEnemy = "true"; _root.Aspeed = 0; _root.Alien.nextFrame(); _root.StunTime = 3.6; } if (_root.Rocket.hitTest(_x, getBounds(_root).yMax, true)) { _root.Rocket.Shield.gotoAndPlay(83); _root.Knockback(); _root.ShipS = "false"; _root.StunEnemy = "true"; _root.Aspeed = 0; _root.Alien.nextFrame(); _root.StunTime = 3.6; } if (_root.Rocket.hitTest(_x, getBounds(_root).yMin, true)) { _root.Rocket.Shield.gotoAndPlay(83); _root.Knockback(); _root.ShipS = "false"; _root.StunEnemy = "true"; _root.Aspeed = 0; _root.Alien.nextFrame(); _root.StunTime = 3.6; } } else if (_root.Alien.HT.hitTest(_root.Rocket)) { _root.Rocket.nextFrame(); } }
Instance of Symbol 119 MovieClip "Ast3" in Frame 186
onClipEvent (enterFrame) { this._x = this._x + _root.Ast3x; this._y = this._y + _root.Ast3y; this._rotation = this._rotation + 10; if (_root.A3DOut == "true") { } else { if (this._x <= -10) { this._x = 550; _root.A3speed(); _root.A3DroidOut(); } if (this._x >= 560) { this._x = 0; _root.A3speed(); _root.A3DroidOut(); } if (this._y <= -10) { this._y = 400; _root.A3speed(); _root.A3DroidOut(); } if (this._y >= 410) { this._y = 0; _root.A3speed(); _root.A3DroidOut(); } } if (_root.ShipS == "true") { if (_root.Rocket.Shield.hitTest(getBounds(_root).xMax, _y, true)) { _root.Rocket.Shield.gotoAndPlay(83); this._x = -100; this._y = 650; _root.ShipS = "false"; _root.PowUp = "false"; } if (_root.Rocket.Shield.hitTest(getBounds(_root).xMin, _y, true)) { _root.Rocket.Shield.gotoAndPlay(83); this._x = -100; this._y = 650; _root.ShipS = "false"; _root.PowUp = "false"; } if (_root.Rocket.Shield.hitTest(_x, getBounds(_root).yMax, true)) { _root.Rocket.Shield.gotoAndPlay(83); this._x = -100; this._y = 650; _root.ShipS = "false"; _root.PowUp = "false"; } if (_root.Rocket.Shield.hitTest(_x, getBounds(_root).yMin, true)) { _root.Rocket.Shield.gotoAndPlay(83); this._x = -100; this._y = 650; _root.ShipS = "false"; _root.PowUp = "false"; } } else { if (_root.Rocket.hitTest(getBounds(_root).xMax, _y, true)) { _root.Rocket.nextFrame(); } if (_root.Rocket.hitTest(getBounds(_root).xMin, _y, true)) { _root.Rocket.nextFrame(); } if (_root.Rocket.hitTest(_x, getBounds(_root).yMax, true)) { _root.Rocket.nextFrame(); } if (_root.Rocket.hitTest(_x, getBounds(_root).yMin, true)) { _root.Rocket.nextFrame(); } } }
Instance of Symbol 119 MovieClip "Ast1" in Frame 186
onClipEvent (enterFrame) { this._x = this._x - _root.Ast1x; this._y = this._y - _root.Ast1y; this._rotation = this._rotation + 10; if (_root.A1DOut == "true") { } else { if (this._x <= -10) { this._x = 550; _root.A1speed(); _root.A1DroidOut(); } if (this._x >= 560) { this._x = 0; _root.A1speed(); _root.A1DroidOut(); } if (this._y <= -10) { this._y = 400; _root.A1speed(); _root.A1DroidOut(); } if (this._y >= 410) { this._y = 0; _root.A1speed(); _root.A1DroidOut(); } } if (_root.ShipS == "true") { if (_root.Rocket.Shield.hitTest(getBounds(_root).xMax, _y, true)) { _root.Rocket.Shield.gotoAndPlay(83); this._x = -100; this._y = 650; _root.ShipS = "false"; _root.PowUp = "false"; } if (_root.Rocket.Shield.hitTest(getBounds(_root).xMin, _y, true)) { _root.Rocket.Shield.gotoAndPlay(83); this._x = -100; this._y = 650; _root.ShipS = "false"; _root.PowUp = "false"; } if (_root.Rocket.Shield.hitTest(_x, getBounds(_root).yMax, true)) { _root.Rocket.Shield.gotoAndPlay(83); this._x = -100; this._y = 650; _root.ShipS = "false"; _root.PowUp = "false"; } if (_root.Rocket.Shield.hitTest(_x, getBounds(_root).yMin, true)) { _root.Rocket.Shield.gotoAndPlay(83); this._x = -100; this._y = 650; _root.ShipS = "false"; _root.PowUp = "false"; } } else { if (_root.Rocket.hitTest(getBounds(_root).xMax, _y, true)) { _root.Rocket.nextFrame(); } if (_root.Rocket.hitTest(getBounds(_root).xMin, _y, true)) { _root.Rocket.nextFrame(); } if (_root.Rocket.hitTest(_x, getBounds(_root).yMax, true)) { _root.Rocket.nextFrame(); } if (_root.Rocket.hitTest(_x, getBounds(_root).yMin, true)) { _root.Rocket.nextFrame(); } } }
Instance of Symbol 119 MovieClip "Ast2" in Frame 186
onClipEvent (enterFrame) { this._x = this._x - _root.Ast2x; this._y = this._y + _root.Ast2y; this._rotation = this._rotation + 10; if (_root.A2DOut == "true") { } else { if (this._x <= -10) { this._x = 550; _root.A2speed(); _root.A2DroidOut(); } if (this._x >= 560) { this._x = 0; _root.A2speed(); _root.A2DroidOut(); } if (this._y <= -10) { this._y = 400; _root.A2speed(); _root.A2DroidOut(); } if (this._y >= 410) { this._y = 0; _root.A2speed(); _root.A2DroidOut(); } } if (_root.ShipS == "true") { if (_root.Rocket.Shield.hitTest(getBounds(_root).xMax, _y, true)) { _root.Rocket.Shield.gotoAndPlay(83); this._x = -100; this._y = 650; _root.ShipS = "false"; _root.PowUp = "false"; } if (_root.Rocket.Shield.hitTest(getBounds(_root).xMin, _y, true)) { _root.Rocket.Shield.gotoAndPlay(83); this._x = -100; this._y = 650; _root.ShipS = "false"; _root.PowUp = "false"; } if (_root.Rocket.Shield.hitTest(_x, getBounds(_root).yMax, true)) { _root.Rocket.Shield.gotoAndPlay(83); this._x = -100; this._y = 650; _root.ShipS = "false"; _root.PowUp = "false"; } if (_root.Rocket.Shield.hitTest(_x, getBounds(_root).yMin, true)) { _root.Rocket.Shield.gotoAndPlay(83); this._x = -100; this._y = 650; _root.ShipS = "false"; _root.PowUp = "false"; } } else { if (_root.Rocket.hitTest(getBounds(_root).xMax, _y, true)) { _root.Rocket.nextFrame(); } if (_root.Rocket.hitTest(getBounds(_root).xMin, _y, true)) { _root.Rocket.nextFrame(); } if (_root.Rocket.hitTest(_x, getBounds(_root).yMax, true)) { _root.Rocket.nextFrame(); } if (_root.Rocket.hitTest(_x, getBounds(_root).yMin, true)) { _root.Rocket.nextFrame(); } } }
Frame 187
stop(); _root.backgrounds.gotoAndStop("bg3"); speed = 0; rotation = 0; Aspeed = 0; distance = Rocket._x - Alien._x; LevelPow = "false"; blowup = "false"; time = 180; powtime = 0; powouttime = 0; score = score; Ast1x = 0; Ast1y = 0; Ast3x = 0; Ast3y = 0; Ast4x = 0; Ast4y = 0; Ast5x = 0; Ast5y = 0;
Instance of Symbol 221 MovieClip "Ret" in Frame 187
/* no clip actions */
Frame 188
_root.music.gotoAndPlay("music3"); function TimerChoose() { PowerupC = Math.ceil(Math.random() * 10); if (_root.ShipS == "false") { if (PowerupC >= 8) { _root.powtime = 0; _root.WhichPU(); } } } function TimeUp() { if (_root.ShipS == "false") { if ((_root.powtime >= 10) && (_root.PowUp == "false")) { _root.PowUp = "true"; _root.powtime = 0; _root.hund._x = Math.random() * 550; _root.hund._y = Math.random() * 400; } } } function TimeOut() { if ((_root.powouttime >= 10) && (_root.PowUp == "true")) { _root.PowUp = "false"; _root.powouttime = 0; _root.hund._x = 40; _root.hund._y = -60; _root.five._x = 120; _root.five._y = -60; _root.slow._x = 80; _root.slow._y = -60; _root.shield._x = 0; _root.shield._y = -60; } } function WhichPU() { _root.Powerup = Math.ceil(Math.random() * 25); if (Powerup <= 18) { _root.PowUp = "true"; _root.hund._x = Math.random() * 550; _root.hund._y = Math.random() * 400; _root.Lv3r100one(); } else if (((((((Powerup == 19) or (Powerup == 20)) or (Powerup == 21)) or (Powerup == 22)) or (Powerup == 23)) or (Powerup == 24)) or (Powerup == 25)) { _root.PowUp = "true"; _root.five._x = Math.random() * 550; _root.five._y = Math.random() * 400; _root.Lv3r500one(); } else if ((Powerup == 26) or (Powerup == 27)) { _root.PowUp = "true"; _root.shield._x = Math.random() * 550; _root.shield._y = Math.random() * 400; _root.Lv3rShieldone(); } } function ShipKnockback() { _root.speed = -10; } function All() { _root.Ashoot(); _root.MovePS1(); _root.MovePS2(); _root.MovePS3(); _root.MovePS4(); _root.MovePS5(); } function Ashoot() { if (_root.time >= 190) { if (_root.shooting == "false") { if (_root.PS1 == "false") { _root.shooting = "true"; _root.PS1spd = 8; _root.PS1mc.gotoAndPlay("plasmamove"); } else if (_root.PS2 == "false") { _root.shooting = "true"; _root.PS2spd = 8; _root.PS2mc.gotoAndPlay("plasmamove2"); } else if (_root.PS3 == "false") { _root.shooting = "true"; _root.PS3spd = 8; _root.PS3mc.gotoAndPlay("plasmamove3"); } else if (_root.PS4 == "false") { _root.shooting = "true"; _root.PS4spd = 8; _root.PS4mc.gotoAndPlay("plasmamove4"); } else if (_root.PS5 == "false") { _root.shooting = "true"; _root.PS5spd = 8; _root.PS5mc.gotoAndPlay("plasmamove5"); } } } } function MovePS1() { if (_rotation > 180) { _root.PS1mc._y = _root.PS1mc._y + (_root.PS1spd * Math.cos((Math.PI/180) * _root.PS1mc._rotation)); _root.PS1mc._x = _root.PS1mc._x - (_root.PS1spd * Math.sin((Math.PI/180) * _root.PS1mc._rotation)); } else { _root.PS1mc._y = _root.PS1mc._y - (_root.PS1spd * Math.cos((Math.PI/180) * _root.PS1mc._rotation)); _root.PS1mc._x = _root.PS1mc._x + (_root.PS1spd * Math.sin((Math.PI/180) * _root.PS1mc._rotation)); } } function MovePS2() { if (_rotation > 180) { _root.PS2mc._y = _root.PS2mc._y + (_root.PS2spd * Math.cos((Math.PI/180) * _root.PS2mc._rotation)); _root.PS2mc._x = _root.PS2mc._x - (_root.PS2spd * Math.sin((Math.PI/180) * _root.PS2mc._rotation)); } else { _root.PS2mc._y = _root.PS2mc._y - (_root.PS2spd * Math.cos((Math.PI/180) * _root.PS2mc._rotation)); _root.PS2mc._x = _root.PS2mc._x + (_root.PS2spd * Math.sin((Math.PI/180) * _root.PS2mc._rotation)); } } function MovePS3() { if (_rotation > 180) { _root.PS3mc._y = _root.PS3mc._y + (_root.PS3spd * Math.cos((Math.PI/180) * _root.PS3mc._rotation)); _root.PS3mc._x = _root.PS3mc._x - (_root.PS3spd * Math.sin((Math.PI/180) * _root.PS3mc._rotation)); } else { _root.PS3mc._y = _root.PS3mc._y - (_root.PS3spd * Math.cos((Math.PI/180) * _root.PS3mc._rotation)); _root.PS3mc._x = _root.PS3mc._x + (_root.PS3spd * Math.sin((Math.PI/180) * _root.PS3mc._rotation)); } } function MovePS4() { if (_rotation > 180) { _root.PS4mc._y = _root.PS4mc._y + (_root.PS4spd * Math.cos((Math.PI/180) * _root.PS4mc._rotation)); _root.PS4mc._x = _root.PS4mc._x - (_root.PS4spd * Math.sin((Math.PI/180) * _root.PS4mc._rotation)); } else { _root.PS4mc._y = _root.PS4mc._y - (_root.PS4spd * Math.cos((Math.PI/180) * _root.PS4mc._rotation)); _root.PS4mc._x = _root.PS4mc._x + (_root.PS4spd * Math.sin((Math.PI/180) * _root.PS4mc._rotation)); } } function MovePS5() { if (_rotation > 180) { _root.PS5mc._y = _root.PS5mc._y + (_root.PS5spd * Math.cos((Math.PI/180) * _root.PS5mc._rotation)); _root.PS5mc._x = _root.PS5mc._x - (_root.PS5spd * Math.sin((Math.PI/180) * _root.PS5mc._rotation)); } else { _root.PS5mc._y = _root.PS5mc._y - (_root.PS5spd * Math.cos((Math.PI/180) * _root.PS5mc._rotation)); _root.PS5mc._x = _root.PS5mc._x + (_root.PS5spd * Math.sin((Math.PI/180) * _root.PS5mc._rotation)); } } function Lv3r100one() { if ((215 <= _root.hund._x) <= 335) { if ((140 <= _root.hund._y) <= 260) { _root.hund._x = Math.random() * 550; _root.hund._y = Math.random() * 400; _root.Lv3r100two(); } } } function Lv3r100two() { if ((215 <= _root.hund._x) <= 335) { if ((140 <= _root.hund._y) <= 260) { _root.hund._x = Math.random() * 550; _root.hund._y = Math.random() * 400; } } } function Lv3r500one() { if ((215 <= _root.five._x) <= 335) { if ((140 <= _root.five._y) <= 260) { _root.five._x = Math.random() * 550; _root.five._y = Math.random() * 400; _root.Lv3r500two(); } } } function Lv3r500two() { if ((215 <= _root.five._x) <= 335) { if ((140 <= _root.five._y) <= 260) { _root.five._x = Math.random() * 550; _root.five._y = Math.random() * 400; } } } function Lv3rShieldone() { if ((215 <= _root.shield._x) <= 335) { if ((140 <= _root.shield._y) <= 260) { _root.shield._x = Math.random() * 550; _root.shield._y = Math.random() * 400; } } } function Lv3rShieldtwo() { if ((215 <= _root.shield._x) <= 335) { if ((140 <= _root.shield._y) <= 260) { _root.shield._x = Math.random() * 550; _root.shield._y = Math.random() * 400; } } } function BlackHole() { if (((((((_root.time == 210) || (_root.time == 240)) || (_root.time == 270)) || (_root.time == 300)) || (_root.time == 330)) || (_root.time == 360)) || (_root.time == 390)) { _root.BHLoc = Math.ceil(Math.random() * 4); if (_root.BHLoc == 1) { _root.BH._x = 55; _root.BH._y = 55; _root.BH.play(); } else if (_root.BHLoc == 2) { _root.BH._x = 485; _root.BH._y = 55; _root.BH.play(); } else if (_root.BHLoc == 3) { _root.BH._x = 55; _root.BH._y = 335; _root.BH.play(); } else if (_root.BHLoc == 4) { _root.BH._x = 485; _root.BH._y = 335; _root.BH.play(); } } } stop(); _root.backgrounds.gotoAndStop("bg3"); BHLoc = 0; PS1spd = 0; PS2spd = 0; PS3spd = 0; PS4spd = 0; PS5spd = 0; PS1 = "false"; PS2 = "false"; PS3 = "false"; PS4 = "false"; PS5 = "false"; shooting = "false"; LevelPow = "false"; BHstatus = "false"; blowup = "false"; speed = 0; rotation = 0; Aspeed = 0; repeat = 0; distance = Rocket._x - Alien._x; time = 180; powtime = 0; powouttime = 0; score = score; Ast1x = 5; Ast1y = 3; Ast3x = 1; Ast3y = 9; Ast4x = 2; Ast4y = 4; Ast5x = 3; Ast5y = 3; onEnterFrame = function () { if (_root.BHstatus == "true") { var _local7 = (_root.Rocket._x - _root.BH._x) * (_root.Rocket._x - _root.BH._x); var _local6 = (_root.Rocket._y - _root.BH._y) * (_root.Rocket._y - _root.BH._y); var _local10 = _local7 + _local6; var _local4 = Math.sqrt(_local10); if (_local4 >= 20) { var _local13 = _root.Rocket._x - _root.BH._x; var _local9 = _root.Rocket._y - _root.BH._y; var _local12 = Math.atan2(_local13, _local9); var _local2 = 700 / _local4; var _local8 = Math.sin(_local12); var _local3 = _local8 * _local2; var _local11 = (_local2 * _local2) - (_local3 * _local3); var _local5 = Math.sqrt(_local11); _root.Rocket._x = _root.Rocket._x - _local3; if (_root.Rocket._y >= _root.BH._y) { _root.Rocket._y = _root.Rocket._y - _local5; } if (_root.Rocket._y < _root.BH._y) { _root.Rocket._y = _root.Rocket._y + _local5; } } } };
Instance of Symbol 63 MovieClip in Frame 188
onClipEvent (enterFrame) { if (Key.isDown(32)) { if (_root.MPlay == "true") { _root.MPlay = "false"; _root.music.gotoAndStop("music3stop"); } else if (_root.MPlay == "false") { _root.MPlay = "true"; _root.music.gotoAndPlay("music3"); } } }
Instance of Symbol 82 MovieClip "Rocket" in Frame 188
onClipEvent (enterFrame) { if (_root.blowup == "false") { if (Key.isDown(38) || (Key.isDown(87))) { _root.Rocket.Flames.play(); _root.speed = _root.speed + 0.5; _root.Key = true; } else { _root.Rocket.Flames.gotoAndStop(1); _root.Key = false; } } if (_root.blowup == "false") { if (_root.Key == false) { if (Key.isDown(40) || (Key.isDown(83))) { if (_root.speed <= -1) { } else { _root.speed = _root.speed - 0.5; } } } } if (Math.abs(_root.speed) > 10) { _root.speed = 10; } if (_root.blowup == "false") { if (Key.isDown(37) || (Key.isDown(65))) { _rotation = (_rotation - 7.5); } } if (_root.blowup == "false") { if (Key.isDown(39) || (Key.isDown(68))) { _rotation = (_rotation + 7.5); } } _root.speed = _root.speed * 0.989; x = Math.sin(_rotation * (Math.PI/180)) * _root.speed; y = (Math.cos(_rotation * (Math.PI/180)) * _root.speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } if (this._x <= -10) { this._x = 550; } if (this._x >= 560) { this._x = 0; } if (this._y <= -10) { this._y = 400; } if (this._y >= 410) { this._y = 0; } if (_root.ShipS == "true") { if (_root.PS1mc.hitTest(getBounds(_root).xMax, _y, true)) { _root.Rocket.Shield.gotoAndPlay(83); _root.ShipS = "false"; _root.PowUp = "false"; _root.PS1mc.gotoAndPlay(102); } if (_root.PS1mc.hitTest(getBounds(_root).xMin, _y, true)) { _root.Rocket.Shield.gotoAndPlay(83); _root.ShipS = "false"; _root.PowUp = "false"; _root.PS1mc.gotoAndPlay(102); } if (_root.PS1mc.hitTest(_x, getBounds(_root).yMax, true)) { _root.Rocket.Shield.gotoAndPlay(83); _root.ShipS = "false"; _root.PowUp = "false"; _root.PS1mc.gotoAndPlay(102); } if (_root.PS1mc.hitTest(_x, getBounds(_root).yMin, true)) { _root.Rocket.Shield.gotoAndPlay(83); _root.ShipS = "false"; _root.PowUp = "false"; _root.PS1mc.gotoAndPlay(102); } } else { if (_root.PS1mc.PlasHT.hitTest(getBounds(_root).xMax, _y, true)) { _root.Rocket.nextFrame(); _root.PS1mc.gotoAndPlay(102); } if (_root.PS1mc.PlasHT.hitTest(getBounds(_root).xMin, _y, true)) { _root.Rocket.nextFrame(); _root.PS1mc.gotoAndPlay(102); } if (_root.PS1mc.PlasHT.hitTest(_x, getBounds(_root).yMax, true)) { _root.Rocket.nextFrame(); _root.PS1mc.gotoAndPlay(102); } if (_root.PS1mc.PlasHT.hitTest(_x, getBounds(_root).yMin, true)) { _root.Rocket.nextFrame(); _root.PS1mc.gotoAndPlay(102); } } if (_root.ShipS == "true") { if (_root.PS2mc.hitTest(getBounds(_root).xMax, _y, true)) { _root.Rocket.Shield.gotoAndPlay(83); _root.ShipS = "false"; _root.PowUp = "false"; _root.PS2mc.gotoAndPlay(102); } if (_root.PS2mc.hitTest(getBounds(_root).xMin, _y, true)) { _root.Rocket.Shield.gotoAndPlay(83); _root.ShipS = "false"; _root.PowUp = "false"; _root.PS2mc.gotoAndPlay(102); } if (_root.PS2mc.hitTest(_x, getBounds(_root).yMax, true)) { _root.Rocket.Shield.gotoAndPlay(83); _root.ShipS = "false"; _root.PowUp = "false"; _root.PS2mc.gotoAndPlay(102); } if (_root.PS2mc.hitTest(_x, getBounds(_root).yMin, true)) { _root.Rocket.Shield.gotoAndPlay(83); _root.ShipS = "false"; _root.PowUp = "false"; _root.PS2mc.gotoAndPlay(102); } } else { if (_root.PS2mc.PlasHT.hitTest(getBounds(_root).xMax, _y, true)) { _root.Rocket.nextFrame(); _root.PS2mc.gotoAndPlay(102); } if (_root.PS2mc.PlasHT.hitTest(getBounds(_root).xMin, _y, true)) { _root.Rocket.nextFrame(); _root.PS2mc.gotoAndPlay(102); } if (_root.PS2mc.PlasHT.hitTest(_x, getBounds(_root).yMax, true)) { _root.Rocket.nextFrame(); _root.PS2mc.gotoAndPlay(102); } if (_root.PS2mc.PlasHT.hitTest(_x, getBounds(_root).yMin, true)) { _root.Rocket.nextFrame(); _root.PS2mc.gotoAndPlay(102); } } if (_root.ShipS == "true") { if (_root.PS3mc.hitTest(getBounds(_root).xMax, _y, true)) { _root.Rocket.Shield.gotoAndPlay(83); _root.ShipS = "false"; _root.PowUp = "false"; _root.PS3mc.gotoAndPlay(102); } if (_root.PS3mc.hitTest(getBounds(_root).xMin, _y, true)) { _root.Rocket.Shield.gotoAndPlay(83); _root.ShipS = "false"; _root.PowUp = "false"; _root.PS3mc.gotoAndPlay(102); } if (_root.PS3mc.hitTest(_x, getBounds(_root).yMax, true)) { _root.Rocket.Shield.gotoAndPlay(83); _root.ShipS = "false"; _root.PowUp = "false"; _root.PS3mc.gotoAndPlay(102); } if (_root.PS3mc.hitTest(_x, getBounds(_root).yMin, true)) { _root.Rocket.Shield.gotoAndPlay(83); _root.ShipS = "false"; _root.PowUp = "false"; _root.PS3mc.gotoAndPlay(102); } } else { if (_root.PS3mc.PlasHT.hitTest(getBounds(_root).xMax, _y, true)) { _root.Rocket.nextFrame(); _root.PS3mc.gotoAndPlay(102); } if (_root.PS3mc.PlasHT.hitTest(getBounds(_root).xMin, _y, true)) { _root.Rocket.nextFrame(); _root.PS3mc.gotoAndPlay(102); } if (_root.PS3mc.PlasHT.hitTest(_x, getBounds(_root).yMax, true)) { _root.Rocket.nextFrame(); _root.PS3mc.gotoAndPlay(102); } if (_root.PS3mc.PlasHT.hitTest(_x, getBounds(_root).yMin, true)) { _root.Rocket.nextFrame(); _root.PS3mc.gotoAndPlay(102); } } if (_root.ShipS == "true") { if (_root.PS4mc.hitTest(getBounds(_root).xMax, _y, true)) { _root.Rocket.Shield.gotoAndPlay(83); _root.ShipS = "false"; _root.PowUp = "false"; _root.PS4mc.gotoAndPlay(102); } if (_root.PS4mc.hitTest(getBounds(_root).xMin, _y, true)) { _root.Rocket.Shield.gotoAndPlay(83); _root.ShipS = "false"; _root.PowUp = "false"; _root.PS4mc.gotoAndPlay(102); } if (_root.PS4mc.hitTest(_x, getBounds(_root).yMax, true)) { _root.Rocket.Shield.gotoAndPlay(83); _root.ShipS = "false"; _root.PowUp = "false"; _root.PS4mc.gotoAndPlay(102); } if (_root.PS4mc.hitTest(_x, getBounds(_root).yMin, true)) { _root.Rocket.Shield.gotoAndPlay(83); _root.ShipS = "false"; _root.PowUp = "false"; _root.PS4mc.gotoAndPlay(102); } } else { if (_root.PS4mc.PlasHT.hitTest(getBounds(_root).xMax, _y, true)) { _root.Rocket.nextFrame(); _root.PS4mc.gotoAndPlay(102); } if (_root.PS4mc.PlasHT.hitTest(getBounds(_root).xMin, _y, true)) { _root.Rocket.nextFrame(); _root.PS4mc.gotoAndPlay(102); } if (_root.PS4mc.PlasHT.hitTest(_x, getBounds(_root).yMax, true)) { _root.Rocket.nextFrame(); _root.PS4mc.gotoAndPlay(102); } if (_root.PS4mc.PlasHT.hitTest(_x, getBounds(_root).yMin, true)) { _root.Rocket.nextFrame(); _root.PS4mc.gotoAndPlay(102); } } if (_root.ShipS == "true") { if (_root.PS5mc.hitTest(getBounds(_root).xMax, _y, true)) { _root.Rocket.Shield.gotoAndPlay(83); _root.ShipS = "false"; _root.PowUp = "false"; _root.PS5mc.gotoAndPlay(102); } if (_root.PS5mc.hitTest(getBounds(_root).xMin, _y, true)) { _root.Rocket.Shield.gotoAndPlay(83); _root.ShipS = "false"; _root.PowUp = "false"; _root.PS5mc.gotoAndPlay(102); } if (_root.PS5mc.hitTest(_x, getBounds(_root).yMax, true)) { _root.Rocket.Shield.gotoAndPlay(83); _root.ShipS = "false"; _root.PowUp = "false"; _root.PS5mc.gotoAndPlay(102); } if (_root.PS5mc.hitTest(_x, getBounds(_root).yMin, true)) { _root.Rocket.Shield.gotoAndPlay(83); _root.ShipS = "false"; _root.PowUp = "false"; _root.PS5mc.gotoAndPlay(102); } } else { if (_root.PS5mc.PlasHT.hitTest(getBounds(_root).xMax, _y, true)) { _root.Rocket.nextFrame(); _root.PS5mc.gotoAndPlay(102); } if (_root.PS5mc.PlasHT.hitTest(getBounds(_root).xMin, _y, true)) { _root.Rocket.nextFrame(); _root.PS5mc.gotoAndPlay(102); } if (_root.PS5mc.PlasHT.hitTest(_x, getBounds(_root).yMax, true)) { _root.Rocket.nextFrame(); _root.PS5mc.gotoAndPlay(102); } if (_root.PS5mc.PlasHT.hitTest(_x, getBounds(_root).yMin, true)) { _root.Rocket.nextFrame(); _root.PS5mc.gotoAndPlay(102); } } if (_root.ShipS == "true") { if (_root.FP.FHT.hitTest(getBounds(_root).xMax, _y, true)) { _root.Rocket.Shield.gotoAndPlay(83); _root.ShipKnockback(); _root.ShipS = "false"; _root.PowUp = "false"; } if (_root.FP.FHT.hitTest(getBounds(_root).xMin, _y, true)) { _root.Rocket.Shield.gotoAndPlay(83); _root.ShipKnockback(); _root.ShipS = "false"; _root.PowUp = "false"; } if (_root.FP.FHT.hitTest(_x, getBounds(_root).yMax, true)) { _root.Rocket.Shield.gotoAndPlay(83); _root.ShipKnockback(); _root.ShipS = "false"; _root.PowUp = "false"; } if (_root.FP.FHT.hitTest(_x, getBounds(_root).yMin, true)) { _root.Rocket.Shield.gotoAndPlay(83); _root.ShipKnockback(); _root.ShipS = "false"; _root.PowUp = "false"; } } else { if (_root.FP.FHT.hitTest(getBounds(_root).xMax, _y, true)) { _root.Rocket.nextFrame(); } if (_root.FP.FHT.hitTest(getBounds(_root).xMin, _y, true)) { _root.Rocket.nextFrame(); } if (_root.FP.FHT.hitTest(_x, getBounds(_root).yMax, true)) { _root.Rocket.nextFrame(); } if (_root.FP.FHT.hitTest(_x, getBounds(_root).yMin, true)) { _root.Rocket.nextFrame(); } } }
Instance of Symbol 106 MovieClip "hund" in Frame 188
onClipEvent (enterFrame) { if (_root.Rocket.hitTest(getBounds(_root).xMax, _y, true)) { play(); } if (_root.Rocket.hitTest(getBounds(_root).xMin, _y, true)) { play(); } if (_root.Rocket.hitTest(_x, getBounds(_root).yMax, true)) { play(); } if (_root.Rocket.hitTest(_x, getBounds(_root).yMin, true)) { play(); } }
Instance of Symbol 108 MovieClip "five" in Frame 188
onClipEvent (enterFrame) { if (_root.Rocket.hitTest(getBounds(_root).xMax, _y, true)) { play(); } if (_root.Rocket.hitTest(getBounds(_root).xMin, _y, true)) { play(); } if (_root.Rocket.hitTest(_x, getBounds(_root).yMax, true)) { play(); } if (_root.Rocket.hitTest(_x, getBounds(_root).yMin, true)) { play(); } }
Instance of Symbol 110 MovieClip "slow" in Frame 188
onClipEvent (enterFrame) { if (_root.Rocket.hitTest(getBounds(_root).xMax, _y, true)) { play(); } if (_root.Rocket.hitTest(getBounds(_root).xMin, _y, true)) { play(); } if (_root.Rocket.hitTest(_x, getBounds(_root).yMax, true)) { play(); } if (_root.Rocket.hitTest(_x, getBounds(_root).yMin, true)) { play(); } }
Instance of Symbol 112 MovieClip "shield" in Frame 188
onClipEvent (enterFrame) { if (_root.Rocket.hitTest(getBounds(_root).xMax, _y, true)) { play(); } if (_root.Rocket.hitTest(getBounds(_root).xMin, _y, true)) { play(); } if (_root.Rocket.hitTest(_x, getBounds(_root).yMax, true)) { play(); } if (_root.Rocket.hitTest(_x, getBounds(_root).yMin, true)) { play(); } }
Instance of Symbol 243 MovieClip "PS1mc" in Frame 188
onClipEvent (enterFrame) { if (this._x <= -10) { this._x = 550; } if (this._x >= 560) { this._x = 0; } if (this._y <= -10) { this._y = 400; } if (this._y >= 410) { this._y = 0; } }
Instance of Symbol 244 MovieClip "PS2mc" in Frame 188
onClipEvent (enterFrame) { if (this._x <= -10) { this._x = 550; } if (this._x >= 560) { this._x = 0; } if (this._y <= -10) { this._y = 400; } if (this._y >= 410) { this._y = 0; } }
Instance of Symbol 245 MovieClip "PS3mc" in Frame 188
onClipEvent (enterFrame) { if (this._x <= -10) { this._x = 550; } if (this._x >= 560) { this._x = 0; } if (this._y <= -10) { this._y = 400; } if (this._y >= 410) { this._y = 0; } }
Instance of Symbol 246 MovieClip "PS4mc" in Frame 188
onClipEvent (enterFrame) { if (this._x <= -10) { this._x = 550; } if (this._x >= 560) { this._x = 0; } if (this._y <= -10) { this._y = 400; } if (this._y >= 410) { this._y = 0; } }
Instance of Symbol 213 MovieClip "Alien" in Frame 188
onClipEvent (enterFrame) { x = Math.sin(_rotation * (Math.PI/180)) * _root.Aspeed; y = (Math.cos(_rotation * (Math.PI/180)) * _root.Aspeed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } if ((_root.distance < 25) || (_root.distance > -25)) { delta_x = _x - _root.Rocket._x; delta_y = _y - _root.Rocket._y; this._rotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180); } if (_root.Rocket.hitTest(getBounds(_root).xMax, _y, true)) { _root.Rocket.nextFrame(); } if (_root.Rocket.hitTest(getBounds(_root).xMin, _y, true)) { _root.Rocket.nextFrame(); } if (_root.Rocket.hitTest(_x, getBounds(_root).yMax, true)) { _root.Rocket.nextFrame(); } if (_root.Rocket.hitTest(_x, getBounds(_root).yMin, true)) { _root.Rocket.nextFrame(); } }
Instance of Symbol 219 MovieClip "FP" in Frame 188
onClipEvent (enterFrame) { _rotation = (_rotation + 10); }
Instance of Symbol 221 MovieClip "Ret" in Frame 188
onClipEvent (enterFrame) { x = Math.sin(_rotation * (Math.PI/180)) * _root.Aspeed; y = (Math.cos(_rotation * (Math.PI/180)) * _root.Aspeed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } if ((_root.distance < 25) || (_root.distance > -25)) { delta_x = _x - _root.Rocket._x; delta_y = _y - _root.Rocket._y; this._rotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180); } }
Instance of Symbol 247 MovieClip "PS5mc" in Frame 188
onClipEvent (enterFrame) { if (this._x <= -10) { this._x = 550; } if (this._x >= 560) { this._x = 0; } if (this._y <= -10) { this._y = 400; } if (this._y >= 410) { this._y = 0; } }
Frame 189
stop(); Fscore = Number(time) * Number(score); playernombre = "Enter Name"; stopAllSounds();
Frame 190
stop();
Frame 191
stop(); stopAllSounds();
Frame 192
stop();
Symbol 13 MovieClip Frame 1
stop();
Symbol 13 MovieClip Frame 2
stop();
Symbol 16 Button
on (release) { gotoAndPlay ("intro"); }
Symbol 19 Button
on (release) { getURL ("http://www.rubbertaco.com", "_blank"); }
Symbol 27 Button
on (release) { gotoAndPlay ("game2"); PowUp = "false"; }
Symbol 28 Button
on (release) { gotoAndPlay ("instructions"); }
Symbol 30 Button
on (release) { gotoAndPlay ("credits"); }
Symbol 31 Button
on (release) { gotoAndPlay ("game"); PowUp = "false"; }
Symbol 32 Button
on (release) { gotoAndPlay ("game2"); PowUp = "false"; }
Symbol 33 Button
on (release) { gotoAndPlay ("game2"); _root.PowUp = "false"; _root.ShipS = "false"; MPlay = "true"; LevelPow = "false"; blowup = "false"; speed = 0; rotation = 0; Aspeed = 7.5; distance = Rocket._x - Alien._x; time = 0; powtime = 0; powouttime = 0; score = 0; Ast1x = 5; Ast1y = 3; Ast1Dx = 0; Ast1Dy = 0; A1exp = "false"; A1DOut = "false"; Ast3x = 1; Ast3y = 9; Ast3Dx = 0; Ast3Dy = 0; A3exp = "false"; A3DOut = "false"; Ast4x = 2; Ast4y = 4; Ast4Dx = 0; Ast4Dy = 0; A4exp = "false"; A4DOut = "false"; Ast2x = 3; Ast2y = 3; Ast2Dx = 0; Ast2Dy = 0; A2exp = "false"; A2DOut = "false"; DAst1Timer1 = 0; DAst1Timer2 = 0; DAst2Timer1 = 0; DAst2Timer2 = 0; DAst3Timer1 = 0; DAst3Timer2 = 0; DAst4Timer1 = 0; DAst4Timer2 = 0; }
Symbol 34 Button
on (release) { gotoAndPlay ("instructions"); }
Symbol 35 Button
on (release) { getURL ("http://www.rubbertaco.com/games/GraagFinal/highscores", "_blank"); }
Symbol 36 Button
on (release) { gotoAndPlay ("credits"); }
Symbol 43 MovieClip Frame 1
stop();
Symbol 43 MovieClip Frame 2
stop();
Symbol 43 MovieClip Frame 3
stop();
Symbol 56 MovieClip Frame 1
stop();
Symbol 56 MovieClip Frame 2
stop();
Symbol 61 MovieClip Frame 1
stop();
Symbol 63 MovieClip Frame 1
if (Key.isDown(32)) { _root.stopAllSounds(); }
Symbol 66 MovieClip Frame 1
stop();
Symbol 66 MovieClip Frame 13
gotoAndPlay ("engine");
Symbol 74 MovieClip Frame 1
stop();
Symbol 74 MovieClip Frame 2
_root.PowUp = "true";
Instance of Symbol 70 MovieClip in Symbol 74 MovieClip Frame 2
/* no clip actions */
Symbol 74 MovieClip Frame 79
gotoAndPlay ("fade");
Symbol 74 MovieClip Frame 81
gotoAndPlay ("fade");
Symbol 74 MovieClip Frame 86
gotoAndStop ("shieldoff"); _root.PowUp = "false";
Symbol 79 MovieClip Frame 42
stop();
Symbol 81 MovieClip Frame 55
_root.gotoAndStop("gameover");
Symbol 82 MovieClip Frame 1
stop();
Symbol 82 MovieClip Frame 2
stop(); _root.music.gotoAndStop("music1stop"); _root.blowup = "true"; _root.speed = 0; _root.Aspeed = 0; _root.powtime = 0; _root.Ast1x = 0; _root.Ast1y = 0; _root.Ast3x = 0; _root.Ast3y = 0; _root.Ast4x = 0; _root.Ast4y = 0; _root.Ast2x = 0; _root.Ast2y = 0; Ast1x = 0; Ast1y = 0; Ast1Dx = 0; Ast1Dy = 0; _root.Ast1D.stop(); A1exp = "false"; A1DOut = "false"; Ast3x = 0; Ast3y = 0; Ast3Dx = 0; Ast3Dy = 0; _root.Ast1D.stop(); A3exp = "false"; A3DOut = "false"; Ast4x = 0; Ast4y = 0; Ast4Dx = 0; Ast4Dy = 0; _root.Ast1D.stop(); A4exp = "false"; A4DOut = "false"; Ast2x = 0; Ast2y = 0; Ast2Dx = 0; Ast2Dy = 0; _root.Ast1D.stop(); A2exp = "false"; A2DOut = "false"; DAst1Timer1 = 0; DAst1Timer2 = 0; DAst2Timer1 = 0; DAst2Timer2 = 0; DAst3Timer1 = 0; DAst3Timer2 = 0; DAst4Timer1 = 0; DAst4Timer2 = 0; _root.Timer.gotoAndStop(2); _root.Timer2.gotoAndStop(2); _root.Timer3.gotoAndStop(2); _root.stopAllSounds();
Symbol 96 MovieClip Frame 48
_root.gotoAndPlay("game2");
Symbol 98 MovieClip Frame 4
_root.score = _root.score + 1;
Symbol 98 MovieClip Frame 8
_root.score = _root.score + 1;
Symbol 98 MovieClip Frame 12
_root.score = _root.score + 1; if (_root.StunEnemy == "true") { if (_root.StunTime > 0) { _root.StunTime = _root.StunTime - 0.6; } else if (_root.StunTime <= 0) { _root.StunEnemy = "false"; _root.Alien.gotoAndStop(1); _root.Aspeed = 7.5; _root.PowUp = "false"; } }
Symbol 98 MovieClip Frame 16
_root.score = _root.score + 1;
Symbol 98 MovieClip Frame 20
if (_root.LevelPow == "false") { _root.time = _root.time + 1; } if ((_root.time >= 90) && (_root.LevelPow == "false")) { _root.LevelPow = "true"; _root.powouttime = 10; _root.PowUp == "true"; _root.TimeOut(); _root.PowUp == "true"; _root.LevelIn(); } if (_root.LevelPow == "false") { if (_root.PowUp == "false") { _root.powtime = _root.powtime + 1; _root.TimeUp(); } } if (_root.LevelPow == "false") { if (_root.PowUp == "true") { _root.powouttime = _root.powouttime + 1; _root.TimeOut(); } } _root.score = _root.score + 1; if (_root.LevelPow == "false") { if (_root.PowUp == "false") { _root.TimerChoose(); } } if (_root.SlowEnemy == "true") { if (_root.SlowTime > 0) { _root.SlowTime = _root.SlowTime - 1; } else if (_root.SlowTime <= 0) { _root.SlowEnemy = "false"; _root.Aspeed = 7.5; _root.PowUp = "false"; } } gotoAndPlay (1);
Symbol 106 MovieClip Frame 1
stop();
Symbol 106 MovieClip Frame 5
gotoAndStop ("100"); _root.powtime = 0; _root.powouttime = 0; if (_root.blowup == "false") { _root.score = _root.score + 100; } _root.hund._x = 40; _root.hund._y = -60; _root.PowUp = "false";
Symbol 108 MovieClip Frame 1
stop();
Symbol 108 MovieClip Frame 5
gotoAndStop ("500"); _root.powtime = 0; _root.powouttime = 0; if (_root.blowup == "false") { _root.score = _root.score + 500; } _root.five._x = 120; _root.five._y = -60; _root.PowUp = "false";
Symbol 110 MovieClip Frame 1
stop();
Symbol 110 MovieClip Frame 5
gotoAndStop ("slow"); _root.powtime = 0; _root.powouttime = 0; if (_root.blowup == "false") { _root.SlowEnemy = "true"; _root.Aspeed = 3; _root.SlowTime = 10; } _root.slow._x = 120; _root.slow._y = -60;
Symbol 112 MovieClip Frame 1
stop();
Symbol 112 MovieClip Frame 5
gotoAndStop ("shield"); _root.powtime = 0; _root.powouttime = 0; if (_root.blowup == "false") { _root.ShipS = "true"; _root.Rocket.Shield.gotoAndPlay("shield"); } _root.shield._x = 0; _root.shield._y = -60;
Symbol 116 MovieClip Frame 1
stop();
Symbol 116 MovieClip Frame 5
gotoAndStop ("level"); _root.levup._x = 160; _root.levup._y = -60; if (_root.blowup == "false") { _root.LevelPow = "false"; _root.gotoAndStop("intro2"); }
Instance of Symbol 134 MovieClip in Symbol 136 MovieClip Frame 15
onClipEvent (enterFrame) { if (_root.Rocket.hitTest(getBounds(_root).xMax, _y, true)) { _root.Rocket.nextFrame(); } if (_root.Rocket.hitTest(getBounds(_root).xMin, _y, true)) { _root.Rocket.nextFrame(); } if (_root.Rocket.hitTest(_x, getBounds(_root).yMax, true)) { _root.Rocket.nextFrame(); } if (_root.Rocket.hitTest(_x, getBounds(_root).yMin, true)) { _root.Rocket.nextFrame(); } }
Symbol 137 MovieClip Frame 10
if (_root.DAst1Timer1 < 3) { _root.DAst1Timer1 = _root.DAst1Timer1 + 1; gotoAndPlay ("blue"); } else { gotoAndPlay ("red"); }
Symbol 137 MovieClip Frame 15
if (_root.DAst1Timer2 < 2) { _root.DAst1Timer2 = _root.DAst1Timer2 + 1; gotoAndPlay ("red"); } else { gotoAndPlay ("aexplosion"); }
Symbol 137 MovieClip Frame 17
_root.A1exp = "true";
Symbol 137 MovieClip Frame 58
gotoAndStop ("blue"); _root.A1exp = "false"; _root.A1DroidIn(); A1DOut = "false"; _root.DAst1Timer1 = 0; _root.DAst1Timer2 = 0;
Symbol 138 MovieClip Frame 10
if (_root.DAst3Timer1 < 3) { _root.DAst3Timer1 = _root.DAst3Timer1 + 1; gotoAndPlay ("blue"); } else { gotoAndPlay ("red"); }
Symbol 138 MovieClip Frame 15
if (_root.DAst3Timer2 < 2) { _root.DAst3Timer2 = _root.DAst3Timer2 + 1; gotoAndPlay ("red"); } else { gotoAndPlay ("aexplosion"); }
Symbol 138 MovieClip Frame 17
_root.A3exp = "true";
Symbol 138 MovieClip Frame 58
gotoAndStop ("blue"); _root.A3exp = "false"; _root.A3DroidIn(); A3DOut = "false"; _root.DAst3Timer1 = 0; _root.DAst3Timer2 = 0;
Symbol 139 MovieClip Frame 10
if (_root.DAst2Timer1 < 3) { _root.DAst2Timer1 = _root.DAst2Timer1 + 1; gotoAndPlay ("blue"); } else { gotoAndPlay ("red"); }
Symbol 139 MovieClip Frame 15
if (_root.DAst2Timer2 < 2) { _root.DAst2Timer2 = _root.DAst2Timer2 + 1; gotoAndPlay ("red"); } else { gotoAndPlay ("aexplosion"); }
Symbol 139 MovieClip Frame 17
_root.A2exp = "true";
Symbol 139 MovieClip Frame 58
gotoAndStop ("blue"); _root.A2exp = "false"; _root.A2DroidIn(); A2DOut = "false"; _root.DAst2Timer1 = 0; _root.DAst2Timer2 = 0;
Symbol 144 MovieClip Frame 3640
gotoAndPlay ("music1");
Symbol 144 MovieClip Frame 3641
stop();
Symbol 144 MovieClip Frame 6788
gotoAndPlay ("music2");
Symbol 144 MovieClip Frame 6789
stop();
Symbol 144 MovieClip Frame 10135
gotoAndPlay ("music3");
Symbol 144 MovieClip Frame 10136
stop();
Symbol 152 MovieClip Frame 1
stop();
Instance of Symbol 146 MovieClip "TonHT" in Symbol 152 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.ShipS == "true") { if (_root.Rocket.hitTest(getBounds(_root).xMax, _y, true)) { _root.Rocket.Shield.gotoAndPlay(83); _root.Knockback(); _root.ShipS = "false"; _root.StunEnemy = "true"; _root.Aspeed = 0; _root.Alien.nextFrame(); _root.StunTime = 3.6; } if (_root.Rocket.hitTest(getBounds(_root).xMin, _y, true)) { _root.Rocket.Shield.gotoAndPlay(83); _root.Knockback(); _root.ShipS = "false"; _root.StunEnemy = "true"; _root.Aspeed = 0; _root.Alien.nextFrame(); _root.StunTime = 3.6; } if (_root.Rocket.hitTest(_x, getBounds(_root).yMax, true)) { _root.Rocket.Shield.gotoAndPlay(83); _root.Knockback(); _root.ShipS = "false"; _root.StunEnemy = "true"; _root.Aspeed = 0; _root.Alien.nextFrame(); _root.StunTime = 3.6; } if (_root.Rocket.hitTest(_x, getBounds(_root).yMin, true)) { _root.Rocket.Shield.gotoAndPlay(83); _root.Knockback(); _root.ShipS = "false"; _root.StunEnemy = "true"; _root.Aspeed = 0; _root.Alien.nextFrame(); _root.StunTime = 3.6; } } else { if (_root.Rocket.hitTest(getBounds(_root).xMax, _y, true)) { _root.Rocket.nextFrame(); } if (_root.Rocket.hitTest(getBounds(_root).xMin, _y, true)) { _root.Rocket.nextFrame(); } if (_root.Rocket.hitTest(_x, getBounds(_root).yMax, true)) { _root.Rocket.nextFrame(); } if (_root.Rocket.hitTest(_x, getBounds(_root).yMin, true)) { _root.Rocket.nextFrame(); } } }
Symbol 152 MovieClip Frame 11
gotoAndStop ("TonIdle"); _root.shooting = "false";
Symbol 190 MovieClip Frame 1
stop();
Symbol 190 MovieClip Frame 2
_root.shooting = "false";
Symbol 200 MovieClip Frame 33
_root.score = _root.score + 5000;
Symbol 200 MovieClip Frame 70
_root.SL2.gotoAndPlay("countdown22");
Symbol 201 MovieClip Frame 1
stop();
Symbol 201 MovieClip Frame 49
_root.nextFrame(); _root.music.gotoAndPlay("music2");
Symbol 202 MovieClip Frame 1
stop();
Symbol 202 MovieClip Frame 5
gotoAndStop ("level"); _root.levup2._x = 160; _root.levup2._y = -60; _root.LevelPow = "false"; _root.gotoAndStop("intro3");
Symbol 204 MovieClip Frame 1
_root.All();
Symbol 204 MovieClip Frame 2
_root.All();
Symbol 204 MovieClip Frame 3
_root.All();
Symbol 204 MovieClip Frame 4
_root.score = _root.score + 2; _root.All();
Symbol 204 MovieClip Frame 5
_root.All();
Symbol 204 MovieClip Frame 6
_root.All();
Symbol 204 MovieClip Frame 7
_root.All();
Symbol 204 MovieClip Frame 8
_root.score = _root.score + 2; _root.All();
Symbol 204 MovieClip Frame 9
_root.All();
Symbol 204 MovieClip Frame 10
_root.All();
Symbol 204 MovieClip Frame 11
_root.All();
Symbol 204 MovieClip Frame 12
_root.score = _root.score + 2; if (_root.StunEnemy == "true") { if (_root.StunTime > 0) { _root.StunTime = _root.StunTime - 0.6; } else if (_root.StunTime <= 0) { _root.StunEnemy = "false"; _root.Alien.gotoAndStop(1); _root.Aspeed = 6; _root.PowUp = "false"; } } _root.All();
Symbol 204 MovieClip Frame 13
_root.All();
Symbol 204 MovieClip Frame 14
_root.All();
Symbol 204 MovieClip Frame 15
_root.All();
Symbol 204 MovieClip Frame 16
_root.score = _root.score + 2; _root.All();
Symbol 204 MovieClip Frame 17
_root.All();
Symbol 204 MovieClip Frame 18
_root.All();
Symbol 204 MovieClip Frame 19
_root.All();
Symbol 204 MovieClip Frame 20
_root.All(); if (_root.LevelPow == "false") { _root.time = _root.time + 1; } if (_root.time == 90) { _root.LevelPow = "true"; _root.powouttime = 10; _root.PowUp == "true"; _root.TimeOut(); _root.PowUp == "true"; _root.LevelIn2(); } if (_root.ShipS == "false") { if (_root.PowUp == "false") { _root.powtime = _root.powtime + 1; _root.TimeUp(); } } if (_root.ShipS == "false") { if (_root.PowUp == "true") { _root.powouttime = _root.powouttime + 1; _root.TimeOut(); } } _root.score = _root.score + 2; if (_root.LevelPow == "false") { if (_root.PowUp == "false") { _root.TimerChoose(); } } if (_root.SlowEnemy == "true") { if (_root.SlowTime > 0) { _root.SlowTime = _root.SlowTime - 1; } else if (_root.SlowTime <= 0) { _root.SlowEnemy = "false"; _root.Aspeed = 6; _root.PowUp = "false"; } } gotoAndPlay (1);
Symbol 229 MovieClip Frame 33
_root.score = _root.score + 10000;
Symbol 229 MovieClip Frame 70
_root.SL3.gotoAndPlay("countdown3");
Symbol 230 MovieClip Frame 1
stop();
Symbol 230 MovieClip Frame 49
_root.nextFrame();
Symbol 234 MovieClip Frame 1
stop(); BlackHrep = 0;
Symbol 234 MovieClip Frame 6
_root.BHstatus = "true";
Symbol 234 MovieClip Frame 40
if (BlackHrep < 5) { BlackHrep = BlackHrep + 1; gotoAndPlay ("Spin"); } else { gotoAndPlay ("Cont"); _root.BHstatus = "false"; BlackHrep = 0; }
Symbol 234 MovieClip Frame 45
_root.BH._x = -50; _root.BH._y = -50; gotoAndStop ("Stop");
Symbol 236 MovieClip Frame 1
_root.All();
Symbol 236 MovieClip Frame 2
_root.All();
Symbol 236 MovieClip Frame 3
_root.All();
Symbol 236 MovieClip Frame 4
_root.score = _root.score + 3; _root.All();
Symbol 236 MovieClip Frame 5
_root.All();
Symbol 236 MovieClip Frame 6
_root.All();
Symbol 236 MovieClip Frame 7
_root.All();
Symbol 236 MovieClip Frame 8
_root.score = _root.score + 3; _root.All();
Symbol 236 MovieClip Frame 9
_root.All();
Symbol 236 MovieClip Frame 10
_root.All();
Symbol 236 MovieClip Frame 11
_root.All();
Symbol 236 MovieClip Frame 12
_root.score = _root.score + 3; _root.All();
Symbol 236 MovieClip Frame 13
_root.All();
Symbol 236 MovieClip Frame 14
_root.All();
Symbol 236 MovieClip Frame 15
_root.All();
Symbol 236 MovieClip Frame 16
_root.score = _root.score + 3; _root.All();
Symbol 236 MovieClip Frame 17
_root.All();
Symbol 236 MovieClip Frame 18
_root.All();
Symbol 236 MovieClip Frame 19
_root.All();
Symbol 236 MovieClip Frame 20
_root.All(); _root.BlackHole(); if (_root.LevelPow == "false") { _root.time = _root.time + 1; } if (_root.time >= 400) { _root.LevelPow = "true"; _root.powouttime = 10; _root.PowUp == "true"; _root.TimeOut(); _root.PowUp == "true"; _root.LevelIn(); } if (_root.ShipS == "false") { if (_root.PowUp == "false") { _root.powtime = _root.powtime + 1; _root.TimeUp(); } } if (_root.ShipS == "false") { if (_root.PowUp == "true") { _root.powouttime = _root.powouttime + 1; _root.TimeOut(); } } _root.score = _root.score + 3; if (_root.ShipS == "false") { if (_root.PowUp == "false") { _root.TimerChoose(); } } gotoAndPlay (1);
Symbol 243 MovieClip Frame 1
stop(); _root.PS1 = "false";
Instance of Symbol 238 MovieClip "PlasHT" in Symbol 243 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.Rocket.hitTest(getBounds(_root).xMax, _y, true)) { _root.Hit = "true"; } if (_root.Rocket.hitTest(getBounds(_root).xMin, _y, true)) { _root.Hit = "true"; } if (_root.Rocket.hitTest(_x, getBounds(_root).yMax, true)) { _root.Hit = "true"; } if (_root.Rocket.hitTest(_x, getBounds(_root).yMin, true)) { _root.Hit = "true"; } }
Symbol 243 MovieClip Frame 2
_root.PS1 = "true"; this._rotation = _root.Ret._rotation; this._x = _root.Ret._x; this._y = _root.Ret._y;
Symbol 243 MovieClip Frame 8
_root.shooting = "false";
Symbol 243 MovieClip Frame 102
gotoAndStop ("plasmaidle"); PS1spd = 0; _x = _root.Alien._x; _y = _root.Alien._y; _rotation = _root.Alien._rotation;
Symbol 244 MovieClip Frame 1
stop(); _root.PS2 = "false";
Instance of Symbol 238 MovieClip "PlasHT" in Symbol 244 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.Rocket.hitTest(getBounds(_root).xMax, _y, true)) { _root.Hit = "true"; } if (_root.Rocket.hitTest(getBounds(_root).xMin, _y, true)) { _root.Hit = "true"; } if (_root.Rocket.hitTest(_x, getBounds(_root).yMax, true)) { _root.Hit = "true"; } if (_root.Rocket.hitTest(_x, getBounds(_root).yMin, true)) { _root.Hit = "true"; } }
Symbol 244 MovieClip Frame 2
_root.PS2 = "true"; this._rotation = _root.Ret._rotation; this._x = _root.Ret._x; this._y = _root.Ret._y;
Symbol 244 MovieClip Frame 8
_root.shooting = "false";
Symbol 244 MovieClip Frame 102
gotoAndStop ("plasmaidle2"); PS2spd = 0; _x = _root.Alien._x; _y = _root.Alien._y; _rotation = _root.Alien._rotation;
Symbol 245 MovieClip Frame 1
stop(); _root.PS3 = "false";
Instance of Symbol 238 MovieClip "PlasHT" in Symbol 245 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.Rocket.hitTest(getBounds(_root).xMax, _y, true)) { _root.Hit = "true"; } if (_root.Rocket.hitTest(getBounds(_root).xMin, _y, true)) { _root.Hit = "true"; } if (_root.Rocket.hitTest(_x, getBounds(_root).yMax, true)) { _root.Hit = "true"; } if (_root.Rocket.hitTest(_x, getBounds(_root).yMin, true)) { _root.Hit = "true"; } }
Symbol 245 MovieClip Frame 2
_root.PS3 = "true"; this._rotation = _root.Ret._rotation; this._x = _root.Ret._x; this._y = _root.Ret._y;
Symbol 245 MovieClip Frame 8
_root.shooting = "false";
Symbol 245 MovieClip Frame 102
gotoAndStop ("plasmaidle3"); PS3spd = 0; _x = _root.Alien._x; _y = _root.Alien._y; _rotation = _root.Alien._rotation;
Symbol 246 MovieClip Frame 1
stop(); _root.PS4 = "false";
Instance of Symbol 238 MovieClip "PlasHT" in Symbol 246 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.Rocket.hitTest(getBounds(_root).xMax, _y, true)) { _root.Hit = "true"; } if (_root.Rocket.hitTest(getBounds(_root).xMin, _y, true)) { _root.Hit = "true"; } if (_root.Rocket.hitTest(_x, getBounds(_root).yMax, true)) { _root.Hit = "true"; } if (_root.Rocket.hitTest(_x, getBounds(_root).yMin, true)) { _root.Hit = "true"; } }
Symbol 246 MovieClip Frame 2
_root.PS4 = "true"; this._rotation = _root.Ret._rotation; this._x = _root.Ret._x; this._y = _root.Ret._y;
Symbol 246 MovieClip Frame 8
_root.shooting = "false";
Symbol 246 MovieClip Frame 102
gotoAndStop ("plasmaidle4"); PS4spd = 0; _x = _root.Alien._x; _y = _root.Alien._y; _rotation = _root.Alien._rotation;
Symbol 247 MovieClip Frame 1
stop(); _root.PS5 = "false";
Instance of Symbol 238 MovieClip "PlasHT" in Symbol 247 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.Rocket.hitTest(getBounds(_root).xMax, _y, true)) { _root.Hit = "true"; } if (_root.Rocket.hitTest(getBounds(_root).xMin, _y, true)) { _root.Hit = "true"; } if (_root.Rocket.hitTest(_x, getBounds(_root).yMax, true)) { _root.Hit = "true"; } if (_root.Rocket.hitTest(_x, getBounds(_root).yMin, true)) { _root.Hit = "true"; } }
Symbol 247 MovieClip Frame 2
_root.PS5 = "true"; this._rotation = _root.Ret._rotation; this._x = _root.Ret._x; this._y = _root.Ret._y;
Symbol 247 MovieClip Frame 8
_root.shooting = "false";
Symbol 247 MovieClip Frame 102
gotoAndStop ("plasmaidle5"); PS5spd = 0; _x = _root.Alien._x; _y = _root.Alien._y; _rotation = _root.Alien._rotation;
Symbol 271 Button
on (release) { gotoAndPlay ("menu2"); }
Symbol 273 Button
on (release) { if ((_root.Next1 == "false") && (_root.Next2 == "false")) { if (((_root.playernombre == "Enter Name") || (_root.playernombre == "YOU MUST ENTER A NAME")) || (_root.playernombre == "")) { _root.playernombre = "YOU MUST ENTER A NAME"; } else { lo = new LoadVars(); so = new LoadVars(); so.score = _root.Fscore; so.hsname = _root.playernombre; so.gamename = "GraagFinal"; lo.onLoad = function (success) { if (success && (this.stat == "ok")) { getURL (("http://www.rubbertaco.com/games/" + so.gamename) + "/highscores", "_blank"); } else { getURL (("http://www.rubbertaco.com/games/" + so.gamename) + "/highscores", "_blank"); } }; so.sendAndLoad("http://www.rubbertaco.com/highscores/hsa.php", lo, "post"); gotoAndStop ("menu2"); } } }
Symbol 287 Button
on (release) { gotoAndPlay ("menu2"); }
Symbol 288 Button
on (release) { getURL ("http://www.rubbertaco.com", "_blank"); }
Symbol 296 Button
on (release) { gotoAndPlay ("menu2"); }
Symbol 298 Button
on (release) { gotoAndStop ("second"); }
Symbol 303 MovieClip Frame 10
gotoAndPlay ("blue"); gotoAndPlay ("blue"); gotoAndPlay ("blue");
Symbol 303 MovieClip Frame 15
gotoAndPlay ("red"); gotoAndPlay ("red"); gotoAndPlay ("red");

Library Items

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

Instance Names

"preloader"Frame 1Symbol 7 MovieClip
"door"Frame 2Symbol 13 MovieClip
"menu"Frame 138Symbol 30 Button
"menu"Frame 182Symbol 36 Button
"backgrounds"Frame 183Symbol 43 MovieClip
"Alien"Frame 183Symbol 61 MovieClip
"Rocket"Frame 183Symbol 82 MovieClip
"Timer"Frame 184Symbol 98 MovieClip
"Rocket"Frame 184Symbol 82 MovieClip
"hund"Frame 184Symbol 106 MovieClip
"five"Frame 184Symbol 108 MovieClip
"slow"Frame 184Symbol 110 MovieClip
"shield"Frame 184Symbol 112 MovieClip
"levup"Frame 184Symbol 116 MovieClip
"Alien"Frame 184Symbol 61 MovieClip
"Ast3"Frame 184Symbol 119 MovieClip
"Ast1D"Frame 184Symbol 137 MovieClip
"Ast1"Frame 184Symbol 119 MovieClip
"Ast3D"Frame 184Symbol 138 MovieClip
"Ast2"Frame 184Symbol 119 MovieClip
"Ast2D"Frame 184Symbol 139 MovieClip
"music"Frame 184Symbol 144 MovieClip
"Alien"Frame 185Symbol 190 MovieClip
"Rocket"Frame 185Symbol 82 MovieClip
"SL2"Frame 185Symbol 201 MovieClip
"levup2"Frame 186Symbol 202 MovieClip
"Rocket"Frame 186Symbol 82 MovieClip
"hund"Frame 186Symbol 106 MovieClip
"five"Frame 186Symbol 108 MovieClip
"slow"Frame 186Symbol 110 MovieClip
"shield"Frame 186Symbol 112 MovieClip
"Timer2"Frame 186Symbol 204 MovieClip
"Alien"Frame 186Symbol 190 MovieClip
"Ast3"Frame 186Symbol 119 MovieClip
"Ast1"Frame 186Symbol 119 MovieClip
"Ast2"Frame 186Symbol 119 MovieClip
"music"Frame 186Symbol 144 MovieClip
"Rocket"Frame 187Symbol 82 MovieClip
"Alien"Frame 187Symbol 213 MovieClip
"FP"Frame 187Symbol 219 MovieClip
"Ret"Frame 187Symbol 221 MovieClip
"SL3"Frame 187Symbol 230 MovieClip
"BH"Frame 188Symbol 234 MovieClip
"Rocket"Frame 188Symbol 82 MovieClip
"hund"Frame 188Symbol 106 MovieClip
"five"Frame 188Symbol 108 MovieClip
"slow"Frame 188Symbol 110 MovieClip
"shield"Frame 188Symbol 112 MovieClip
"Timer3"Frame 188Symbol 236 MovieClip
"PS1mc"Frame 188Symbol 243 MovieClip
"PS2mc"Frame 188Symbol 244 MovieClip
"PS3mc"Frame 188Symbol 245 MovieClip
"PS4mc"Frame 188Symbol 246 MovieClip
"Alien"Frame 188Symbol 213 MovieClip
"FP"Frame 188Symbol 219 MovieClip
"Ret"Frame 188Symbol 221 MovieClip
"PS5mc"Frame 188Symbol 247 MovieClip
"music"Frame 188Symbol 144 MovieClip
"HT"Symbol 61 MovieClip Frame 1Symbol 45 MovieClip
"Stun"Symbol 61 MovieClip Frame 1Symbol 56 MovieClip
"Flames"Symbol 82 MovieClip Frame 1Symbol 66 MovieClip
"Shield"Symbol 82 MovieClip Frame 1Symbol 74 MovieClip
"DHT"Symbol 136 MovieClip Frame 1Symbol 134 MovieClip
"TonHT"Symbol 152 MovieClip Frame 2Symbol 146 MovieClip
"Tongue"Symbol 190 MovieClip Frame 1Symbol 152 MovieClip
"HT"Symbol 190 MovieClip Frame 1Symbol 45 MovieClip
"Stun"Symbol 190 MovieClip Frame 2Symbol 56 MovieClip
"FHT"Symbol 219 MovieClip Frame 1Symbol 218 MovieClip
"PlasHT"Symbol 243 MovieClip Frame 1Symbol 238 MovieClip
"PlasHT"Symbol 244 MovieClip Frame 1Symbol 238 MovieClip
"PlasHT"Symbol 245 MovieClip Frame 1Symbol 238 MovieClip
"PlasHT"Symbol 246 MovieClip Frame 1Symbol 238 MovieClip
"PlasHT"Symbol 247 MovieClip Frame 1Symbol 238 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
Protect (24)Timeline Frame 10 bytes ""

Labels

"preloader"Frame 1
"playdd"Frame 2
"intro"Frame 3
"menu"Frame 138
"menu2"Frame 182
"game2"Frame 183
"game"Frame 184
"intro2"Frame 185
"game3"Frame 186
"intro3"Frame 187
"BH"Frame 188
"game4"Frame 188
"gameover"Frame 189
"credits"Frame 190
"instructions"Frame 191
"second"Frame 192
"bg1"Symbol 43 MovieClip Frame 1
"bg2"Symbol 43 MovieClip Frame 2
"bg3"Symbol 43 MovieClip Frame 3
"stun"Symbol 61 MovieClip Frame 2
"engine"Symbol 66 MovieClip Frame 2
"shieldoff"Symbol 74 MovieClip Frame 1
"shield"Symbol 74 MovieClip Frame 2
"fade"Symbol 74 MovieClip Frame 21
"fade2"Symbol 74 MovieClip Frame 51
"ship"Symbol 82 MovieClip Frame 1
"shipdead"Symbol 82 MovieClip Frame 2
"explode"Symbol 82 MovieClip Frame 2
"100"Symbol 106 MovieClip Frame 1
"500"Symbol 108 MovieClip Frame 1
"slow"Symbol 110 MovieClip Frame 1
"shield"Symbol 112 MovieClip Frame 1
"level"Symbol 116 MovieClip Frame 1
"blue"Symbol 137 MovieClip Frame 1
"red"Symbol 137 MovieClip Frame 11
"aexplosion"Symbol 137 MovieClip Frame 17
"blue"Symbol 138 MovieClip Frame 1
"red"Symbol 138 MovieClip Frame 11
"aexplosion"Symbol 138 MovieClip Frame 17
"AE3"Symbol 138 MovieClip Frame 20
"blue"Symbol 139 MovieClip Frame 1
"red"Symbol 139 MovieClip Frame 11
"aexplosion"Symbol 139 MovieClip Frame 17
"AE2"Symbol 139 MovieClip Frame 20
"music1"Symbol 144 MovieClip Frame 1
"music1stop"Symbol 144 MovieClip Frame 3641
"music2"Symbol 144 MovieClip Frame 3642
"music2stop"Symbol 144 MovieClip Frame 6789
"music3"Symbol 144 MovieClip Frame 6790
"music3stop"Symbol 144 MovieClip Frame 10136
"TonIdle"Symbol 152 MovieClip Frame 1
"countdown22"Symbol 201 MovieClip Frame 2
"level"Symbol 202 MovieClip Frame 1
"countdown3"Symbol 230 MovieClip Frame 2
"Stop"Symbol 234 MovieClip Frame 1
"Spin"Symbol 234 MovieClip Frame 6
"Cont"Symbol 234 MovieClip Frame 41
"plasmaidle"Symbol 243 MovieClip Frame 1
"plasmamove"Symbol 243 MovieClip Frame 2
"plasmaidle2"Symbol 244 MovieClip Frame 1
"plasmamove2"Symbol 244 MovieClip Frame 2
"plasmaidle3"Symbol 245 MovieClip Frame 1
"plasmamove3"Symbol 245 MovieClip Frame 2
"plasmaidle4"Symbol 246 MovieClip Frame 1
"plasmamove4"Symbol 246 MovieClip Frame 2
"plasmaidle5"Symbol 247 MovieClip Frame 1
"plasmamove5"Symbol 247 MovieClip Frame 2
"blue"Symbol 303 MovieClip Frame 1
"red"Symbol 303 MovieClip Frame 11

Dynamic Text Variables

scoreSymbol 84 EditableText""
timeSymbol 86 EditableText""
powtimeSymbol 88 EditableText""
powouttimeSymbol 89 EditableText""
PowUpSymbol 113 EditableText""
scoreSymbol 140 EditableText""
timeSymbol 141 EditableText""
powtimeSymbol 142 EditableText""
powouttimeSymbol 143 EditableText""
scoreSymbol 191 EditableText""
timeSymbol 192 EditableText""
powtimeSymbol 193 EditableText""
powouttimeSymbol 194 EditableText""
PowUpSymbol 203 EditableText""
scoreSymbol 205 EditableText""
timeSymbol 206 EditableText""
powtimeSymbol 207 EditableText""
powouttimeSymbol 208 EditableText""
scoreSymbol 222 EditableText""
timeSymbol 223 EditableText""
powtimeSymbol 224 EditableText""
powouttimeSymbol 225 EditableText""
PowUpSymbol 235 EditableText""
scoreSymbol 248 EditableText""
timeSymbol 249 EditableText""
powtimeSymbol 250 EditableText""
powouttimeSymbol 251 EditableText""
timeSymbol 256 EditableText""
scoreSymbol 257 EditableText""
FscoreSymbol 259 EditableText""
playernombreSymbol 269 EditableText""




http://swfchan.com/9/42140/info.shtml
Created: 10/5 -2019 01:50:40 Last modified: 10/5 -2019 01:50:40 Server time: 19/05 -2024 02:22:51