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

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

Ufobia.swf

This is the info page for
Flash #47108

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


Text
Use the Tractor Beam to teleport enemies skywards,
Lift them high enough and they'll become allied forces.
Allied forces attack enemy troops and contribute
the bulk of your money.

Use Q and E to cycle your weapons, or
select them directly with #'s 1-5.
You are equipt with:
Machine Gun
Missiles
Bombs
Remote Mines
Flash of Doom

Hit P to Pause the game and bring
up the store, where you can buy
reloads.

Free Reloads will
periodically be ejected
from the floor. :)

Enemies:
Pick-up Truck
Tank
Bomber

ActionScript [AS1/AS2]

Frame 1
var pct = (getBytesLoaded() / getBytesTotal()); _root.loader._xscale = 100 * pct; _root.skyline._alpha = 100 * pct; _root.skylinereflection = 100 * pct; if (pct >= 1) { gotoAndPlay ("movie"); }
Frame 2
gotoAndPlay ("load");
Frame 3
stop();
Frame 4
Mouse.hide(); stop();
Instance of Symbol 86 MovieClip "cursor" in Frame 4
onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; }
Instance of Symbol 91 MovieClip in Frame 4
onClipEvent (load) { var xvector = 0; } onClipEvent (enterFrame) { if (_x < (_root._xmouse - 40)) { if (xvector > -8) { xvector = xvector - 0.5; } } else if (_x > (_root._xmouse + 40)) { if (xvector < 8) { xvector = xvector + 0.5; } } else if (xvector > 0) { xvector = xvector - 0.5; } else if (xvector < 0) { xvector = xvector + 0.5; } _x = (_x - xvector); }
Frame 5
stop();
Frame 6
someListener = new Object(); someListener.onMouseDown = function () { if (((_root._ymouse < 425) and (_root._ymouse > 25)) and (_root.variables.dead == 0)) { _root.variables.shoot = 1; } _root.variables.recoilon = 1; _root.variables.missileok = 1; }; someListener.onMouseUp = function () { _root.variables.recoilon = 0; _root.variables.shoot = 0; _root.variables.missileok = 0; }; Mouse.addListener(someListener); stop();
Instance of Symbol 126 MovieClip "variables" in Frame 6
onClipEvent (load) { var money = 1000; var moneyround = 0; var firerate = 12; var bombrate = 15; var ammo = 100; var missiles = 10; var shoot = 0; var weapon = 1; var shoot = 0; var switcher = 0; var recoil = 0; var unpause = 1; var bullettime = 1; var bombs = 6; var health = 100; var score = 100; var rn = 0; var bullettimetimer = 100; var beamtimer = 100; var healthround = 0; var scoreround = 0; var bullettimetimerunround = 100; var beamtimerunround = 100; var missileok = 0; var recoilon = 0; var dead = 0; var reloading = 0; var flash = 1; var remote = 5; var speed = 0.75; } onClipEvent (enterFrame) { if (recoilon == 1) { if (recoil < 10) { recoil = recoil + 0.5; } } else if (recoil > 0) { recoil = recoil - 1; } else { recoil = 0; } if ((dead == 0) and (unpause == 1)) { score = score + (0.01 * bullettime); money = money + (0.01 * bullettime); } else { shoot = 0; } scoreround = Math.round(score); moneyround = Math.round(money); healthround = Math.round(health); bullettimetimer = Math.round(bullettimetimerunround); beamtimer = Math.round(beamtimerunround); if (unpause == 1) { if (Key.isDown(32)) { if ((bullettimetimerunround > 0) and (dead == 0)) { bullettimetimerunround = bullettimetimerunround - (3 * bullettime); } if (((bullettime > 0.3) and (bullettimetimerunround > 0)) and (dead == 0)) { bullettime = bullettime - 0.2; } else if (bullettime < 0.9) { bullettime = bullettime + 0.1; } } else { if (bullettime < 0.9) { bullettime = bullettime + 0.1; } if (bullettimetimerunround < 100) { bullettimetimerunround = bullettimetimerunround + (0.025 * bullettime); } } } if (Key.isDown(16)) { if (beamtimerunround > 0) { beamtimerunround = beamtimerunround - (0.3 * bullettime); } } else if (beamtimerunround < 100) { beamtimerunround = beamtimerunround + (0.1 * bullettime); } if (Key.isDown(_root.keys.unpause)) { if (switcher == 1) { unpause = -unpause; } switcher = 0; } else if (Key.isDown(_root.keys.forward) and (unpause == 1)) { if (switcher == 1) { if (weapon == 5) { weapon = 1; } else { weapon = weapon + 1; } } switcher = 0; } else if (Key.isDown(_root.keys.back) and (unpause == 1)) { if (switcher == 1) { if (weapon == 1) { weapon = 5; } else { weapon = weapon - 1; } } switcher = 0; } else { switcher = 1; } if (reloading == 1) { rn = Math.random(); } }
Instance of Symbol 128 MovieClip "keys" in Frame 6
onClipEvent (load) { var left = 65; var right = 68; var up = 87; var forward = 69; var back = 81; var unpause = 80; }
Instance of Symbol 131 MovieClip "shadow" in Frame 6
onClipEvent (enterFrame) { _y = (452 - (_root.ball._y / 2)); _x = _root.ball._x; _yscale = 85; }
Instance of Symbol 134 MovieClip in Frame 6
onClipEvent (enterFrame) { _x = _root.shot._x; _y = (451 - (_root.shot._y / 2)); _alpha = (_root.shot._alpha - 30); _rotation = (-_root.shot._rotation); }
Instance of Symbol 136 MovieClip in Frame 6
onClipEvent (enterFrame) { _x = _root.missile._x; _y = (451 - (_root.missile._y / 2)); _alpha = (_root.missile._alpha - 30); _rotation = (-_root.missile._rotation); }
Instance of Symbol 162 MovieClip "ms" in Frame 6
onClipEvent (enterFrame) { _x = _root.m._x; _y = (451 - (_root.m._y / 2)); }
Instance of Symbol 134 MovieClip in Frame 6
onClipEvent (enterFrame) { _x = _root.shot2._x; _y = (451 - (_root.shot2._y / 2)); _alpha = (_root.shot2._alpha - 30); _rotation = (-_root.shot2._rotation); }
Instance of Symbol 134 MovieClip in Frame 6
onClipEvent (enterFrame) { _x = _root.shot3._x; _y = (451 - (_root.shot3._y / 2)); _alpha = (_root.shot3._alpha - 30); _rotation = (-_root.shot3._rotation); }
Instance of Symbol 134 MovieClip in Frame 6
onClipEvent (enterFrame) { _x = _root.shot4._x; _y = (451 - (_root.shot4._y / 2)); _alpha = (_root.shot4._alpha - 30); _rotation = (-_root.shot4._rotation); }
Instance of Symbol 134 MovieClip in Frame 6
onClipEvent (enterFrame) { _x = _root.shot5._x; _y = (451 - (_root.shot5._y / 2)); _alpha = (_root.shot5._alpha - 30); _rotation = (-_root.shot5._rotation); }
Instance of Symbol 134 MovieClip in Frame 6
onClipEvent (enterFrame) { _x = _root.shot6._x; _y = (451 - (_root.shot6._y / 2)); _alpha = (_root.shot6._alpha - 30); _rotation = (-_root.shot6._rotation); }
Instance of Symbol 134 MovieClip in Frame 6
onClipEvent (enterFrame) { _x = _root.shot7._x; _y = (451 - (_root.shot7._y / 2)); _alpha = (_root.shot7._alpha - 30); _rotation = (-_root.shot7._rotation); }
Instance of Symbol 134 MovieClip in Frame 6
onClipEvent (enterFrame) { _x = _root.shot8._x; _y = (451 - (_root.shot8._y / 2)); _alpha = (_root.shot8._alpha - 30); _rotation = (-_root.shot8._rotation); }
Instance of Symbol 134 MovieClip in Frame 6
onClipEvent (enterFrame) { _x = _root.shot9._x; _y = (451 - (_root.shot9._y / 2)); _alpha = (_root.shot9._alpha - 30); _rotation = (-_root.shot9._rotation); }
Instance of Symbol 134 MovieClip in Frame 6
onClipEvent (enterFrame) { _x = _root.shot10._x; _y = (451 - (_root.shot10._y / 2)); _alpha = (_root.shot10._alpha - 30); _rotation = (-_root.shot10._rotation); }
Instance of Symbol 162 MovieClip "bs" in Frame 6
onClipEvent (enterFrame) { _x = _root.b._x; _y = (451 - (_root.b._y / 2)); }
Instance of Symbol 163 MovieClip in Frame 6
onClipEvent (enterFrame) { _x = _root.bulletshotb._x; _y = (451 - (_root.bulletshotb._y / 2)); _alpha = (_root.bulletshotb._alpha - 30); _rotation = (-_root.bulletshotb._rotation); }
Instance of Symbol 163 MovieClip in Frame 6
onClipEvent (enterFrame) { _x = _root.bulletshota._x; _y = (451 - (_root.bulletshota._y / 2)); _alpha = (_root.bulletshota._alpha - 30); _rotation = (-_root.bulletshota._rotation); }
Instance of Symbol 163 MovieClip in Frame 6
onClipEvent (enterFrame) { _x = _root.bulletshotc._x; _y = (451 - (_root.bulletshotc._y / 2)); _alpha = (_root.bulletshotc._alpha - 30); _rotation = (-_root.bulletshotc._rotation); }
Instance of Symbol 163 MovieClip in Frame 6
onClipEvent (enterFrame) { _x = _root.bulletshote._x; _y = (451 - (_root.bulletshote._y / 2)); _alpha = (_root.bulletshote._alpha - 30); _rotation = (-_root.bulletshote._rotation); }
Instance of Symbol 163 MovieClip in Frame 6
onClipEvent (enterFrame) { _x = _root.bulletshotd._x; _y = (451 - (_root.bulletshotd._y / 2)); _alpha = (_root.bulletshotd._alpha - 30); _rotation = (-_root.bulletshotd._rotation); }
Instance of Symbol 163 MovieClip in Frame 6
onClipEvent (enterFrame) { _x = _root.bulletshotf._x; _y = (451 - (_root.bulletshotf._y / 2)); _alpha = (_root.bulletshotf._alpha - 30); _rotation = (-_root.bulletshotf._rotation); }
Instance of Symbol 163 MovieClip in Frame 6
onClipEvent (enterFrame) { _x = _root.bulletshotk._x; _y = (451 - (_root.bulletshotk._y / 2)); _alpha = (_root.bulletshotk._alpha - 30); _rotation = (-_root.bulletshotk._rotation); }
Instance of Symbol 163 MovieClip in Frame 6
onClipEvent (enterFrame) { _x = _root.bulletshotl._x; _y = (451 - (_root.bulletshotl._y / 2)); _alpha = (_root.bulletshotl._alpha - 30); _rotation = (-_root.bulletshotl._rotation); }
Instance of Symbol 163 MovieClip in Frame 6
onClipEvent (enterFrame) { _x = _root.bulletshotj._x; _y = (451 - (_root.bulletshotj._y / 2)); _alpha = (_root.bulletshotj._alpha - 30); _rotation = (-_root.bulletshotj._rotation); }
Instance of Symbol 163 MovieClip in Frame 6
onClipEvent (enterFrame) { _x = _root.bulletshoth._x; _y = (451 - (_root.bulletshoth._y / 2)); _alpha = (_root.bulletshoth._alpha - 30); _rotation = (-_root.bulletshoth._rotation); }
Instance of Symbol 163 MovieClip in Frame 6
onClipEvent (enterFrame) { _x = _root.bulletshoti._x; _y = (451 - (_root.bulletshoti._y / 2)); _alpha = (_root.bulletshoti._alpha - 30); _rotation = (-_root.bulletshoti._rotation); }
Instance of Symbol 163 MovieClip in Frame 6
onClipEvent (enterFrame) { _x = _root.bulletshotg._x; _y = (451 - (_root.bulletshotg._y / 2)); _alpha = (_root.bulletshotg._alpha - 30); _rotation = (-_root.bulletshotg._rotation); }
Instance of Symbol 162 MovieClip "boms" in Frame 6
onClipEvent (enterFrame) { _x = _root.bom._x; _y = (451 - (_root.bom._y / 2)); }
Instance of Symbol 162 MovieClip "bom" in Frame 6
onClipEvent (load) { _y = 400; }
Instance of Symbol 165 MovieClip in Frame 6
onClipEvent (enterFrame) { _x = _root.bomberbomb._x; _y = (451 - (_root.bomberbomb._y / 2)); _alpha = (_root.bomberbomb._alpha - 30); _rotation = (-_root.bomberbomb._rotation); }
Instance of Symbol 165 MovieClip in Frame 6
onClipEvent (enterFrame) { _x = _root.bomberbomb2._x; _y = (451 - (_root.bomberbomb2._y / 2)); _alpha = (_root.bomberbomb2._alpha - 30); _rotation = (-_root.bomberbomb2._rotation); }
Instance of Symbol 169 MovieClip "bombershadow" in Frame 6
onClipEvent (enterFrame) { _xscale = _root.bomber.hit._xscale; _x = _root.bomber._x; _y = (451 - (_root.bomber._y / 2)); _alpha = (_root.bomber._alpha - 30); }
Instance of Symbol 165 MovieClip in Frame 6
onClipEvent (enterFrame) { _x = _root.bomber2bomb._x; _y = (451 - (_root.bomber2bomb._y / 2)); _alpha = (_root.bomber2bomb._alpha - 30); _rotation = (-_root.bomber2bomb._rotation); }
Instance of Symbol 165 MovieClip in Frame 6
onClipEvent (enterFrame) { _x = _root.bomber2bomb2._x; _y = (451 - (_root.bomber2bomb2._y / 2)); _alpha = (_root.bomber2bomb2._alpha - 30); _rotation = (-_root.bomber2bomb2._rotation); }
Instance of Symbol 169 MovieClip "bomber2shadow" in Frame 6
onClipEvent (enterFrame) { _xscale = _root.bomber2.hit._xscale; _x = _root.bomber2._x; _y = (451 - (_root.bomber2._y / 2)); _alpha = (_root.bomber2._alpha - 30); }
Instance of Symbol 162 MovieClip "boms2" in Frame 6
onClipEvent (enterFrame) { _x = _root.bom2._x; _y = (451 - (_root.bom2._y / 2)); }
Instance of Symbol 162 MovieClip "bom2" in Frame 6
onClipEvent (load) { _y = 400; }
Instance of Symbol 162 MovieClip "mstank" in Frame 6
onClipEvent (enterFrame) { _x = _root.mtank._x; _y = (451 - (_root.mtank._y / 2)); }
Instance of Symbol 162 MovieClip "mtank" in Frame 6
onClipEvent (load) { _y = 400; }
Instance of Symbol 162 MovieClip "mstank2" in Frame 6
onClipEvent (enterFrame) { _x = _root.mtank2._x; _y = (451 - (_root.mtank2._y / 2)); }
Instance of Symbol 162 MovieClip "mtank2" in Frame 6
onClipEvent (load) { _y = 400; }
Instance of Symbol 172 MovieClip "tank2missile" in Frame 6
onClipEvent (load) { var timer = 0; var idealrotation = 0; var idealxvector = 0; var idealyvector = 0; var xvector = 0; var yvector = 0; var time = 0; var left = 0; var right = 0; var launched = 0; var mine = 0; var explode = 0; } onClipEvent (enterFrame) { if (_root.variables.unpause == 1) { if (launched == 0) { if (_root.tank2.hit._xscale == 100) { time = Math.PI; } else { time = 0; } _alpha = 0; _y = 300; _x = _root.tank2._x; if (((_root.tank2.hit.shoot == 1) and (_root.tank2.hit.launched == 1)) and (_root.tank2._y > 270)) { timer = 0; launched = 1; } } else if (launched == 1) { timer = timer + (1 * _root.variables.bullettime); _alpha = 100; if (_root.tank2.hit.mine == 0) { mine = 0; } else { mine = 1; } if (mine == 0) { if (_root.ball._x < _x) { idealrotation = 57.2957795130823 * Math.atan((_y - _root.ball._y) / (_x - _root.ball._x)); } else { idealrotation = (57.2957795130823 * Math.atan((_y - _root.ball._y) / (_x - _root.ball._x))) - 180; } } else if (_root.targetertank._x < _x) { idealrotation = 57.2957795130823 * Math.atan((_y - _root.targetertank._y) / (_x - _root.targetertank._x)); } else { idealrotation = (57.2957795130823 * Math.atan((_y - _root.targetertank._y) / (_x - _root.targetertank._x))) - 180; } idealxvector = Math.cos((idealrotation / 180) * Math.PI); idealyvector = Math.sin((idealrotation / 180) * Math.PI); if ((idealxvector > xvector) and (idealyvector > yvector)) { left = 0; right = 1; } if ((idealxvector > xvector) and (idealyvector < yvector)) { left = 1; right = 0; } if ((idealxvector < xvector) and (idealyvector > yvector)) { left = 1; right = 0; } if ((idealxvector < xvector) and (idealyvector < yvector)) { left = 0; right = 1; } if (left == 1) { time = time + (0.0628318530717959 * _root.variables.bullettime); } if (right == 1) { time = time - (0.0628318530717959 * _root.variables.bullettime); } _rotation = (((time * 180) / Math.PI) + 180); xvector = -Math.cos(time); yvector = Math.sin(time); _x = (_x - ((5 * xvector) * _root.variables.bullettime)); _y = (_y + ((5 * yvector) * _root.variables.bullettime)); if (((_y > 301) or (timer > 300)) or (explode == 1)) { _root.mtank2._y = _y; _root.mtank2._x = _x; if (_root.variables.bullettime >= 0.9) { _root.mtank2.gotoAndPlay("begin"); _root.mstank2.gotoAndPlay("begin"); } else { _root.mtank2.gotoAndPlay("bullettime"); _root.mstank2.gotoAndPlay("bullettime"); } launched = 0; explode = 0; } } } }
Instance of Symbol 136 MovieClip in Frame 6
onClipEvent (enterFrame) { _x = _root.tank2missile._x; _y = (451 - (_root.tank2missile._y / 2)); _alpha = (_root.tank2missile._alpha - 30); _rotation = (-_root.tank2missile._rotation); }
Instance of Symbol 179 MovieClip "shadow" in Frame 6
onClipEvent (enterFrame) { _y = (435 - (_root.tank2._y / 2)); _x = _root.tank2._x; _xscale = _root.tank2.hit._xscale; _alpha = (_root.tank2.hit._alpha - 30); if (_root.tank2.hit.launched == 2) { gotoAndPlay ("shell"); } else { gotoAndPlay ("normal"); } if (_root.tank2.hit.mine == 0) { this.hit.gotoAndPlay("red"); } else { this.hit.gotoAndPlay("black"); } }
Instance of Symbol 179 MovieClip "shadow" in Frame 6
onClipEvent (enterFrame) { _y = (435 - (_root.tank._y / 2)); _x = _root.tank._x; _xscale = _root.tank.hit._xscale; _alpha = (_root.tank.hit._alpha - 30); if (_root.tank.hit.launched == 2) { gotoAndPlay ("shell"); } else { gotoAndPlay ("normal"); } if (_root.tank.hit.mine == 0) { this.hit.gotoAndPlay("red"); } else { this.hit.gotoAndPlay("black"); } }
Instance of Symbol 191 MovieClip "truckfshadow" in Frame 6
onClipEvent (load) { var rot = 0; } onClipEvent (enterFrame) { this.shadow._xscale = _root.truckf.truck._xscale; _alpha = (_parent.truckf.truck._alpha - 30); _x = _root.truckf._x; _y = (451 - (_root.truckf._y / 2)); rot = _root.truckf.truck.gun._rotation; }
Instance of Symbol 191 MovieClip "truckeshadow" in Frame 6
onClipEvent (load) { rot = 0; } onClipEvent (enterFrame) { this.shadow._xscale = _root.trucke.truck._xscale; _alpha = (_parent.trucke.truck._alpha - 30); _x = _root.trucke._x; _y = (451 - (_root.trucke._y / 2)); rot = _root.trucke.truck.gun._rotation; }
Instance of Symbol 191 MovieClip "truckdshadow" in Frame 6
onClipEvent (load) { rot = 0; } onClipEvent (enterFrame) { this.shadow._xscale = _root.truckd.truck._xscale; _alpha = (_parent.truckd.truck._alpha - 30); _x = _root.truckd._x; _y = (451 - (_root.truckd._y / 2)); rot = _root.truckd.truck.gun._rotation; }
Instance of Symbol 191 MovieClip "truckcshadow" in Frame 6
onClipEvent (load) { rot = 0; } onClipEvent (enterFrame) { this.shadow._xscale = _root.truckc.truck._xscale; _alpha = (_parent.truckc.truck._alpha - 30); _x = _root.truckc._x; _y = (451 - (_root.truckc._y / 2)); rot = _root.truckc.truck.gun._rotation; }
Instance of Symbol 191 MovieClip "truckbshadow" in Frame 6
onClipEvent (load) { rot = 0; } onClipEvent (enterFrame) { this.shadow._xscale = _root.truckb.truck._xscale; _alpha = (_parent.truckb.truck._alpha - 30); _x = _root.truckb._x; _y = (451 - (_root.truckb._y / 2)); rot = _root.truckb.truck.gun._rotation; }
Instance of Symbol 191 MovieClip "truckashadow" in Frame 6
onClipEvent (load) { rot = 0; } onClipEvent (enterFrame) { this.shadow._xscale = _root.trucka.truck._xscale; _alpha = (_parent.trucka.truck._alpha - 30); _x = _root.trucka._x; _y = (451 - (_root.trucka._y / 2)); rot = _root.trucka.truck.gun._rotation; }
Instance of Symbol 191 MovieClip "truckgshadow" in Frame 6
onClipEvent (load) { rot = 0; } onClipEvent (enterFrame) { this.shadow._xscale = _root.truckg.truck._xscale; _alpha = (_parent.truckg.truck._alpha - 30); _x = _root.truckg._x; _y = (451 - (_root.truckg._y / 2)); rot = _root.truckg.truck.gun._rotation; }
Instance of Symbol 191 MovieClip "truckhshadow" in Frame 6
onClipEvent (load) { rot = 0; } onClipEvent (enterFrame) { this.shadow._xscale = _root.truckh.truck._xscale; _alpha = (_parent.truckh.truck._alpha - 30); _x = _root.truckh._x; _y = (451 - (_root.truckh._y / 2)); rot = _root.truckh.truck.gun._rotation; }
Instance of Symbol 191 MovieClip "truckishadow" in Frame 6
onClipEvent (load) { rot = 0; } onClipEvent (enterFrame) { this.shadow._xscale = _root.trucki.truck._xscale; _alpha = (_parent.trucki.truck._alpha - 30); _x = _root.trucki._x; _y = (451 - (_root.trucki._y / 2)); rot = _root.trucki.truck.gun._rotation; }
Instance of Symbol 191 MovieClip "truckjshadow" in Frame 6
onClipEvent (load) { rot = 0; } onClipEvent (enterFrame) { this.shadow._xscale = _root.truckj.truck._xscale; _alpha = (_parent.truckj.truck._alpha - 30); _x = _root.truckj._x; _y = (451 - (_root.truckj._y / 2)); rot = _root.truckj.truck.gun._rotation; }
Instance of Symbol 191 MovieClip "truckkshadow" in Frame 6
onClipEvent (load) { rot = 0; } onClipEvent (enterFrame) { this.shadow._xscale = _root.truckk.truck._xscale; _alpha = (_parent.truckk.truck._alpha - 30); _x = _root.truckk._x; _y = (451 - (_root.truckk._y / 2)); rot = _root.truckk.truck.gun._rotation; }
Instance of Symbol 191 MovieClip "trucklshadow" in Frame 6
onClipEvent (load) { rot = 0; } onClipEvent (enterFrame) { this.shadow._xscale = _root.truckl.truck._xscale; _alpha = (_parent.truckl.truck._alpha - 30); _x = _root.truckl._x; _y = (451 - (_root.truckl._y / 2)); rot = _root.truckl.truck.gun._rotation; }
Instance of Symbol 194 MovieClip "exb" in Frame 6
onClipEvent (enterFrame) { _x = _root.b._x; _y = _root.b._y; }
Instance of Symbol 194 MovieClip "ex1" in Frame 6
onClipEvent (enterFrame) { _x = _root.m._x; _y = _root.m._y; }
Instance of Symbol 194 MovieClip "ex2" in Frame 6
onClipEvent (enterFrame) { _x = _root.m2._x; _y = _root.m2._y; }
Instance of Symbol 194 MovieClip "ex3" in Frame 6
onClipEvent (enterFrame) { _x = _root.m3._x; _y = _root.m3._y; }
Instance of Symbol 194 MovieClip "ex4" in Frame 6
onClipEvent (enterFrame) { _x = _root.m4._x; _y = _root.m4._y; }
Instance of Symbol 194 MovieClip "exbomber" in Frame 6
onClipEvent (enterFrame) { _x = _root.bom._x; _y = _root.bom._y; }
Instance of Symbol 194 MovieClip "exbomber2" in Frame 6
onClipEvent (enterFrame) { _x = _root.bom2._x; _y = _root.bom2._y; }
Instance of Symbol 194 MovieClip "extank" in Frame 6
onClipEvent (enterFrame) { _x = _root.mtank._x; _y = _root.mtank._y; }
Instance of Symbol 194 MovieClip "extank2" in Frame 6
onClipEvent (enterFrame) { _x = _root.mtank2._x; _y = _root.mtank2._y; }
Instance of Symbol 197 MovieClip in Frame 6
onClipEvent (load) { _alpha = 0; } onClipEvent (enterFrame) { _xscale = _root.tractor._xscale; _yscale = (300 - _y); _alpha = _root.tractor._alpha; _x = _root.tractor._x; _y = _root.tractor._y; }
Instance of Symbol 197 MovieClip in Frame 6
onClipEvent (load) { _alpha = 0; } onClipEvent (enterFrame) { _yscale = ((_y - _root.tractor._y) - (300 - _root.tractor._y)); _xscale = _root.tractor._xscale; _x = _root.tractor._x; _y = (451 - (_root.tractor._y / 2)); _alpha = (_root.tractor._alpha - 30); }
Instance of Symbol 194 MovieClip "exrm" in Frame 6
onClipEvent (enterFrame) { _x = _root.rm._x; _y = _root.rm._y; }
Instance of Symbol 198 MovieClip "shot" in Frame 6
onClipEvent (load) { var shottimer = 0; _alpha = 0; var switcher = 1; var num = 1; } onClipEvent (enterFrame) { if (_root.variables.unpause == 1) { if (shottimer > 0) { shottimer = shottimer - (2 * _root.variables.bullettime); } if (switcher == 1) { _alpha = 0; if (((((_root.variables.shoot == 1) and (shottimer <= 0)) and (_root.variables.ammo > 0)) and (_root.variables.weapon == 1)) and (num == 1)) { num = num + 1; switcher = 0; _x = _root.ball._x; _y = (_root.ball._y + 4); shottimer = _root.variables.firerate; _root.variables.ammo = _root.variables.ammo - 1; if (_root._xmouse > _x) { _rotation = ((57.2957795130823 * Math.atan((_y - _root._ymouse) / (_x - _root._xmouse))) + ((Math.random() - 0.5) * _root.variables.recoil)); } else { _rotation = (((57.2957795130823 * Math.atan((_y - _root._ymouse) / (_x - _root._xmouse))) - 180) + ((Math.random() - 0.5) * _root.variables.recoil)); } xvector = Math.cos((_rotation / 180) * Math.PI); yvector = Math.sin((_rotation / 180) * Math.PI); } } else { _alpha = 100; _x = (_x + ((8 * xvector) * _root.variables.bullettime)); _y = (_y + ((8 * yvector) * _root.variables.bullettime)); if ((((_y > 300) or (_x > 800)) or (_y < 0)) or (_x < 0)) { switcher = 1; } } } }
Instance of Symbol 136 MovieClip "missile" in Frame 6
onClipEvent (load) { var idealrotation = 0; var idealxvector = 0; var idealyvector = 0; var xvector = 0; var yvector = 0; var time = 0; var left = 0; var right = 0; var launched = 0; var missile = 1; } onClipEvent (enterFrame) { if (_root.variables.unpause == 1) { if (launched == 0) { if (_root._xmouse <= _x) { time = Math.PI; } else { time = 0; } _alpha = 0; _y = _root.ball._y; _x = _root.ball._x; if (((((_root.variables.missileok == 1) and (_root.variables.shoot == 1)) and (_root.variables.missiles > 0)) and (_root.variables.weapon == 2)) and (missile == 1)) { launched = 1; missile = missile + 1; _root.variables.missiles = _root.variables.missiles - 1; _root.variables.missileok = _root.variables.missileok + 1; } } else if (launched == 1) { if (missile == 1) { missile = missile + 1; } _alpha = 100; if (_root._xmouse < _x) { idealrotation = 57.2957795130823 * Math.atan((_y - _root._ymouse) / (_x - _root._xmouse)); } else { idealrotation = (57.2957795130823 * Math.atan((_y - _root._ymouse) / (_x - _root._xmouse))) - 180; } idealxvector = Math.cos((idealrotation / 180) * Math.PI); idealyvector = Math.sin((idealrotation / 180) * Math.PI); if ((idealxvector > xvector) and (idealyvector > yvector)) { left = 0; right = 1; } if ((idealxvector > xvector) and (idealyvector < yvector)) { left = 1; right = 0; } if ((idealxvector < xvector) and (idealyvector > yvector)) { left = 1; right = 0; } if ((idealxvector < xvector) and (idealyvector < yvector)) { left = 0; right = 1; } if (left == 1) { time = time + (0.10471975511966 * _root.variables.bullettime); } if (right == 1) { time = time - (0.10471975511966 * _root.variables.bullettime); } _rotation = (((time * 180) / Math.PI) + 180); xvector = -Math.cos(time); yvector = Math.sin(time); _x = (_x - ((8 * xvector) * _root.variables.bullettime)); _y = (_y + ((8 * yvector) * _root.variables.bullettime)); if (((((((((((((((((_y > 300) or this.hitTest(_root.tank)) or this.hitTest(_root.tank2)) or this.hitTest(_root.trucka)) or this.hitTest(_root.truckb)) or this.hitTest(_root.truckc)) or this.hitTest(_root.truckd)) or this.hitTest(_root.trucke)) or this.hitTest(_root.truckf)) or this.hitTest(_root.truckg)) or this.hitTest(_root.truckh)) or this.hitTest(_root.trucki)) or this.hitTest(_root.truckj)) or this.hitTest(_root.truckk)) or this.hitTest(_root.truckl)) or this.hitTest(_root.bomber)) or this.hitTest(_root.bomber2)) { _root.m._y = _y; _root.m._x = _x; if (_root.variables.bullettime >= 0.9) { _root.m.gotoAndPlay("begin"); _root.ms.gotoAndPlay("begin"); } else { _root.m.gotoAndPlay("bullettime"); _root.ms.gotoAndPlay("bullettime"); } launched = 0; } } } }
Instance of Symbol 162 MovieClip "m" in Frame 6
onClipEvent (load) { _y = 400; }
Instance of Symbol 198 MovieClip "shot2" in Frame 6
onClipEvent (load) { _alpha = 0; var switcher = 1; } onClipEvent (enterFrame) { if (_root.variables.unpause == 1) { if (switcher == 1) { _alpha = 0; if (((((_root.variables.shoot == 1) and (_root.shot.shottimer <= 0)) and (_root.variables.ammo > 0)) and (_root.variables.weapon == 1)) and (_root.shot.num == 2)) { _root.shot.num = _root.shot.num + 1; switcher = 0; _x = _root.ball._x; _y = (_root.ball._y + 4); _root.shot.shottimer = _root.variables.firerate; _root.variables.ammo = _root.variables.ammo - 1; if (_root._xmouse > _x) { _rotation = ((57.2957795130823 * Math.atan((_y - _root._ymouse) / (_x - _root._xmouse))) + ((Math.random() - 0.5) * _root.variables.recoil)); } else { _rotation = (((57.2957795130823 * Math.atan((_y - _root._ymouse) / (_x - _root._xmouse))) - 180) + ((Math.random() - 0.5) * _root.variables.recoil)); } xvector = Math.cos((_rotation / 180) * Math.PI); yvector = Math.sin((_rotation / 180) * Math.PI); } } else { _alpha = 100; _x = (_x + ((8 * xvector) * _root.variables.bullettime)); _y = (_y + ((8 * yvector) * _root.variables.bullettime)); if ((((_y > 300) or (_x > 800)) or (_y < 0)) or (_x < 0)) { switcher = 1; } } } }
Instance of Symbol 198 MovieClip "shot3" in Frame 6
onClipEvent (load) { _alpha = 0; var switcher = 1; } onClipEvent (enterFrame) { if (_root.variables.unpause == 1) { if (switcher == 1) { _alpha = 0; if (((((_root.variables.shoot == 1) and (_root.shot.shottimer <= 0)) and (_root.variables.ammo > 0)) and (_root.variables.weapon == 1)) and (_root.shot.num == 3)) { _root.shot.num = _root.shot.num + 1; switcher = 0; _x = _root.ball._x; _y = (_root.ball._y + 4); _root.shot.shottimer = _root.variables.firerate; _root.variables.ammo = _root.variables.ammo - 1; if (_root._xmouse > _x) { _rotation = ((57.2957795130823 * Math.atan((_y - _root._ymouse) / (_x - _root._xmouse))) + ((Math.random() - 0.5) * _root.variables.recoil)); } else { _rotation = (((57.2957795130823 * Math.atan((_y - _root._ymouse) / (_x - _root._xmouse))) - 180) + ((Math.random() - 0.5) * _root.variables.recoil)); } xvector = Math.cos((_rotation / 180) * Math.PI); yvector = Math.sin((_rotation / 180) * Math.PI); } } else { _alpha = 100; _x = (_x + ((8 * xvector) * _root.variables.bullettime)); _y = (_y + ((8 * yvector) * _root.variables.bullettime)); if ((((_y > 300) or (_x > 800)) or (_y < 0)) or (_x < 0)) { switcher = 1; } } } }
Instance of Symbol 198 MovieClip "shot4" in Frame 6
onClipEvent (load) { _alpha = 0; var switcher = 1; } onClipEvent (enterFrame) { if (_root.variables.unpause == 1) { if (switcher == 1) { _alpha = 0; if (((((_root.variables.shoot == 1) and (_root.shot.shottimer <= 0)) and (_root.variables.ammo > 0)) and (_root.variables.weapon == 1)) and (_root.shot.num == 4)) { _root.shot.num = _root.shot.num + 1; switcher = 0; _x = _root.ball._x; _y = (_root.ball._y + 4); _root.shot.shottimer = _root.variables.firerate; _root.variables.ammo = _root.variables.ammo - 1; if (_root._xmouse > _x) { _rotation = ((57.2957795130823 * Math.atan((_y - _root._ymouse) / (_x - _root._xmouse))) + ((Math.random() - 0.5) * _root.variables.recoil)); } else { _rotation = (((57.2957795130823 * Math.atan((_y - _root._ymouse) / (_x - _root._xmouse))) - 180) + ((Math.random() - 0.5) * _root.variables.recoil)); } xvector = Math.cos((_rotation / 180) * Math.PI); yvector = Math.sin((_rotation / 180) * Math.PI); } } else { _alpha = 100; _x = (_x + ((8 * xvector) * _root.variables.bullettime)); _y = (_y + ((8 * yvector) * _root.variables.bullettime)); if ((((_y > 300) or (_x > 800)) or (_y < 0)) or (_x < 0)) { switcher = 1; } } } }
Instance of Symbol 198 MovieClip "shot5" in Frame 6
onClipEvent (load) { _alpha = 0; var switcher = 1; } onClipEvent (enterFrame) { if (_root.variables.unpause == 1) { if (switcher == 1) { _alpha = 0; if (((((_root.variables.shoot == 1) and (_root.shot.shottimer <= 0)) and (_root.variables.ammo > 0)) and (_root.variables.weapon == 1)) and (_root.shot.num == 5)) { _root.shot.num = _root.shot.num + 1; switcher = 0; _x = _root.ball._x; _y = (_root.ball._y + 4); _root.shot.shottimer = _root.variables.firerate; _root.variables.ammo = _root.variables.ammo - 1; if (_root._xmouse > _x) { _rotation = ((57.2957795130823 * Math.atan((_y - _root._ymouse) / (_x - _root._xmouse))) + ((Math.random() - 0.5) * _root.variables.recoil)); } else { _rotation = (((57.2957795130823 * Math.atan((_y - _root._ymouse) / (_x - _root._xmouse))) - 180) + ((Math.random() - 0.5) * _root.variables.recoil)); } xvector = Math.cos((_rotation / 180) * Math.PI); yvector = Math.sin((_rotation / 180) * Math.PI); } } else { _alpha = 100; _x = (_x + ((8 * xvector) * _root.variables.bullettime)); _y = (_y + ((8 * yvector) * _root.variables.bullettime)); if ((((_y > 300) or (_x > 800)) or (_y < 0)) or (_x < 0)) { switcher = 1; } } } }
Instance of Symbol 198 MovieClip "shot6" in Frame 6
onClipEvent (load) { _alpha = 0; var switcher = 1; } onClipEvent (enterFrame) { if (_root.variables.unpause == 1) { if (switcher == 1) { _alpha = 0; if (((((_root.variables.shoot == 1) and (_root.shot.shottimer <= 0)) and (_root.variables.ammo > 0)) and (_root.variables.weapon == 1)) and (_root.shot.num == 6)) { _root.shot.num = _root.shot.num + 1; switcher = 0; _x = _root.ball._x; _y = (_root.ball._y + 4); _root.shot.shottimer = _root.variables.firerate; _root.variables.ammo = _root.variables.ammo - 1; if (_root._xmouse > _x) { _rotation = ((57.2957795130823 * Math.atan((_y - _root._ymouse) / (_x - _root._xmouse))) + ((Math.random() - 0.5) * _root.variables.recoil)); } else { _rotation = (((57.2957795130823 * Math.atan((_y - _root._ymouse) / (_x - _root._xmouse))) - 180) + ((Math.random() - 0.5) * _root.variables.recoil)); } xvector = Math.cos((_rotation / 180) * Math.PI); yvector = Math.sin((_rotation / 180) * Math.PI); } } else { _alpha = 100; _x = (_x + ((8 * xvector) * _root.variables.bullettime)); _y = (_y + ((8 * yvector) * _root.variables.bullettime)); if ((((_y > 300) or (_x > 800)) or (_y < 0)) or (_x < 0)) { switcher = 1; } } } }
Instance of Symbol 198 MovieClip "shot7" in Frame 6
onClipEvent (load) { _alpha = 0; var switcher = 1; } onClipEvent (enterFrame) { if (_root.variables.unpause == 1) { if (switcher == 1) { _alpha = 0; if (((((_root.variables.shoot == 1) and (_root.shot.shottimer <= 0)) and (_root.variables.ammo > 0)) and (_root.variables.weapon == 1)) and (_root.shot.num == 7)) { _root.shot.num = _root.shot.num + 1; switcher = 0; _x = _root.ball._x; _y = (_root.ball._y + 4); _root.shot.shottimer = _root.variables.firerate; _root.variables.ammo = _root.variables.ammo - 1; if (_root._xmouse > _x) { _rotation = ((57.2957795130823 * Math.atan((_y - _root._ymouse) / (_x - _root._xmouse))) + ((Math.random() - 0.5) * _root.variables.recoil)); } else { _rotation = (((57.2957795130823 * Math.atan((_y - _root._ymouse) / (_x - _root._xmouse))) - 180) + ((Math.random() - 0.5) * _root.variables.recoil)); } xvector = Math.cos((_rotation / 180) * Math.PI); yvector = Math.sin((_rotation / 180) * Math.PI); } } else { _alpha = 100; _x = (_x + ((8 * xvector) * _root.variables.bullettime)); _y = (_y + ((8 * yvector) * _root.variables.bullettime)); if ((((_y > 300) or (_x > 800)) or (_y < 0)) or (_x < 0)) { switcher = 1; } } } }
Instance of Symbol 198 MovieClip "shot8" in Frame 6
onClipEvent (load) { _alpha = 0; var switcher = 1; } onClipEvent (enterFrame) { if (_root.variables.unpause == 1) { if (switcher == 1) { _alpha = 0; if (((((_root.variables.shoot == 1) and (_root.shot.shottimer <= 0)) and (_root.variables.ammo > 0)) and (_root.variables.weapon == 1)) and (_root.shot.num == 8)) { _root.shot.num = _root.shot.num + 1; switcher = 0; _x = _root.ball._x; _y = (_root.ball._y + 4); _root.shot.shottimer = _root.variables.firerate; _root.variables.ammo = _root.variables.ammo - 1; if (_root._xmouse > _x) { _rotation = ((57.2957795130823 * Math.atan((_y - _root._ymouse) / (_x - _root._xmouse))) + ((Math.random() - 0.5) * _root.variables.recoil)); } else { _rotation = (((57.2957795130823 * Math.atan((_y - _root._ymouse) / (_x - _root._xmouse))) - 180) + ((Math.random() - 0.5) * _root.variables.recoil)); } xvector = Math.cos((_rotation / 180) * Math.PI); yvector = Math.sin((_rotation / 180) * Math.PI); } } else { _alpha = 100; _x = (_x + ((8 * xvector) * _root.variables.bullettime)); _y = (_y + ((8 * yvector) * _root.variables.bullettime)); if ((((_y > 300) or (_x > 800)) or (_y < 0)) or (_x < 0)) { switcher = 1; } } } }
Instance of Symbol 198 MovieClip "shot9" in Frame 6
onClipEvent (load) { _alpha = 0; var switcher = 1; } onClipEvent (enterFrame) { if (_root.variables.unpause == 1) { if (switcher == 1) { _alpha = 0; if (((((_root.variables.shoot == 1) and (_root.shot.shottimer <= 0)) and (_root.variables.ammo > 0)) and (_root.variables.weapon == 1)) and (_root.shot.num == 9)) { _root.shot.num = _root.shot.num + 1; switcher = 0; _x = _root.ball._x; _y = (_root.ball._y + 4); _root.shot.shottimer = _root.variables.firerate; _root.variables.ammo = _root.variables.ammo - 1; if (_root._xmouse > _x) { _rotation = ((57.2957795130823 * Math.atan((_y - _root._ymouse) / (_x - _root._xmouse))) + ((Math.random() - 0.5) * _root.variables.recoil)); } else { _rotation = (((57.2957795130823 * Math.atan((_y - _root._ymouse) / (_x - _root._xmouse))) - 180) + ((Math.random() - 0.5) * _root.variables.recoil)); } xvector = Math.cos((_rotation / 180) * Math.PI); yvector = Math.sin((_rotation / 180) * Math.PI); } } else { _alpha = 100; _x = (_x + ((8 * xvector) * _root.variables.bullettime)); _y = (_y + ((8 * yvector) * _root.variables.bullettime)); if ((((_y > 300) or (_x > 800)) or (_y < 0)) or (_x < 0)) { switcher = 1; } } } }
Instance of Symbol 198 MovieClip "shot10" in Frame 6
onClipEvent (load) { _alpha = 0; var switcher = 1; } onClipEvent (enterFrame) { if (_root.variables.unpause == 1) { if (switcher == 1) { _alpha = 0; if (((((_root.variables.shoot == 1) and (_root.shot.shottimer <= 0)) and (_root.variables.ammo > 0)) and (_root.variables.weapon == 1)) and (_root.shot.num == 10)) { _root.shot.num = _root.shot.num + 1; switcher = 0; _x = _root.ball._x; _y = (_root.ball._y + 4); _root.shot.shottimer = _root.variables.firerate; _root.variables.ammo = _root.variables.ammo - 1; if (_root._xmouse > _x) { _rotation = ((57.2957795130823 * Math.atan((_y - _root._ymouse) / (_x - _root._xmouse))) + ((Math.random() - 0.5) * _root.variables.recoil)); } else { _rotation = (((57.2957795130823 * Math.atan((_y - _root._ymouse) / (_x - _root._xmouse))) - 180) + ((Math.random() - 0.5) * _root.variables.recoil)); } xvector = Math.cos((_rotation / 180) * Math.PI); yvector = Math.sin((_rotation / 180) * Math.PI); } } else { _alpha = 100; _x = (_x + ((8 * xvector) * _root.variables.bullettime)); _y = (_y + ((8 * yvector) * _root.variables.bullettime)); if ((((_y > 300) or (_x > 800)) or (_y < 0)) or (_x < 0)) { switcher = 1; } } } }
Instance of Symbol 200 MovieClip "bomb" in Frame 6
onClipEvent (load) { _alpha = 0; var switcher = 1; var ythrust = 0; var shottimer = 0; var bomb = 1; } onClipEvent (enterFrame) { if (_root.variables.unpause == 1) { if (shottimer > 0) { shottimer = shottimer - (1 * _root.variables.bullettime); } if (switcher == 1) { _alpha = 0; if (((((_root.variables.shoot == 1) and (_root.variables.bombs > 0)) and (_root.variables.weapon == 3)) and (shottimer <= 0)) and (bomb == 1)) { switcher = 0; _x = _root.ball._x; _y = (_root.ball._y + 30); _root.variables.bombs = _root.variables.bombs - 1; xvector = _root.ball.momentum / 2; ythrust = _root.ball.ythrust; shottimer = _root.variables.bombrate; bomb = 2; } } else { ythrust = ythrust - 0.8; if (xvector > 0) { xvector = xvector - 0.1; } else { xvector = xvector + 0.1; } _alpha = 100; _x = (_x + (xvector * _root.variables.bullettime)); _y = (_y - (ythrust * _root.variables.bullettime)); if (((((((((((((((((((_y > 300) or (_x > 800)) or (_y < 0)) or (_x < 0)) or this.hitTest(_root.tank)) or this.hitTest(_root.tank2)) or this.hitTest(_root.trucka)) or this.hitTest(_root.truckb)) or this.hitTest(_root.truckc)) or this.hitTest(_root.truckd)) or this.hitTest(_root.trucke)) or this.hitTest(_root.truckf)) or this.hitTest(_root.truckg)) or this.hitTest(_root.truckh)) or this.hitTest(_root.trucki)) or this.hitTest(_root.truckj)) or this.hitTest(_root.truckk)) or this.hitTest(_root.truckl)) or this.hitTest(_root.ball)) { _root.b._y = _y + 4; _root.b._x = _x; if (_root.variables.bullettime >= 0.9) { _root.b.gotoAndPlay("begin"); _root.bs.gotoAndPlay("begin"); } else { _root.b.gotoAndPlay("bullettime"); _root.bs.gotoAndPlay("bullettime"); } switcher = 1; } } } }
Instance of Symbol 200 MovieClip in Frame 6
onClipEvent (enterFrame) { _x = _root.bomb._x; _y = (451 - (_root.bomb._y / 2)); _alpha = (_root.bomb._alpha - 30); _rotation = (-_root.bomb._rotation); }
Instance of Symbol 162 MovieClip "b" in Frame 6
onClipEvent (load) { _y = 400; }
Instance of Symbol 200 MovieClip "bomb2" in Frame 6
onClipEvent (load) { _alpha = 0; var switcher = 1; var ythrust = 0; } onClipEvent (enterFrame) { if (_root.variables.unpause == 1) { if (switcher == 1) { _alpha = 0; if (((((_root.variables.shoot == 1) and (_root.variables.bombs > 0)) and (_root.variables.weapon == 3)) and (_root.bomb.shottimer <= 0)) and (_root.bomb.bomb == 2)) { switcher = 0; _x = _root.ball._x; _y = (_root.ball._y + 40); _root.variables.bombs = _root.variables.bombs - 1; xvector = _root.ball.momentum / 2; ythrust = _root.ball.ythrust; _root.bomb.shottimer = _root.variables.bombrate; _root.bomb.bomb = 1; } } else { ythrust = ythrust - 0.8; if (xvector > 0) { xvector = xvector - 0.1; } else { xvector = xvector + 0.1; } _alpha = 100; _x = (_x + (xvector * _root.variables.bullettime)); _y = (_y - (ythrust * _root.variables.bullettime)); if (((((((((((((((((((_y > 300) or (_x > 800)) or (_y < 0)) or (_x < 0)) or this.hitTest(_root.tank)) or this.hitTest(_root.tank2)) or this.hitTest(_root.trucka)) or this.hitTest(_root.truckb)) or this.hitTest(_root.truckc)) or this.hitTest(_root.truckd)) or this.hitTest(_root.trucke)) or this.hitTest(_root.truckf)) or this.hitTest(_root.truckg)) or this.hitTest(_root.truckh)) or this.hitTest(_root.trucki)) or this.hitTest(_root.truckj)) or this.hitTest(_root.truckk)) or this.hitTest(_root.truckl)) or this.hitTest(_root.ball)) { _root.b._y = _y + 4; _root.b._x = _x; if (_root.variables.bullettime >= 0.9) { _root.b.gotoAndPlay("begin"); _root.bs.gotoAndPlay("begin"); } else { _root.b.gotoAndPlay("bullettime"); _root.bs.gotoAndPlay("bullettime"); } switcher = 1; } } } }
Instance of Symbol 200 MovieClip in Frame 6
onClipEvent (enterFrame) { _x = _root.bomb2._x; _y = (451 - (_root.bomb2._y / 2)); _alpha = (_root.bomb2._alpha - 30); _rotation = (-_root.bomb2._rotation); }
Instance of Symbol 136 MovieClip in Frame 6
onClipEvent (enterFrame) { _x = _root.missile2._x; _y = (451 - (_root.missile2._y / 2)); _alpha = (_root.missile2._alpha - 30); _rotation = (-_root.missile2._rotation); }
Instance of Symbol 162 MovieClip "ms2" in Frame 6
onClipEvent (enterFrame) { _x = _root.m2._x; _y = (451 - (_root.m2._y / 2)); }
Instance of Symbol 136 MovieClip "missile2" in Frame 6
onClipEvent (load) { var idealrotation = 0; var idealxvector = 0; var idealyvector = 0; var xvector = 0; var yvector = 0; var time = 0; var left = 0; var right = 0; var launched = 0; } onClipEvent (enterFrame) { if (_root.variables.unpause == 1) { if (launched == 0) { if (_root._xmouse <= _x) { time = Math.PI; } else { time = 0; } _alpha = 0; _y = _root.ball._y; _x = _root.ball._x; if (((((_root.variables.missileok == 1) and (_root.variables.shoot == 1)) and (_root.variables.missiles > 0)) and (_root.variables.weapon == 2)) and (_root.missile.missile == 2)) { launched = 1; _root.missile.missile = _root.missile.missile + 1; _root.variables.missiles = _root.variables.missiles - 1; _root.variables.missileok = _root.variables.missileok + 1; } } else if (launched == 1) { if (_root.missile.missile == 2) { _root.missile.missile = _root.missile.missile + 1; } _alpha = 100; if (_root._xmouse < _x) { idealrotation = 57.2957795130823 * Math.atan((_y - _root._ymouse) / (_x - _root._xmouse)); } else { idealrotation = (57.2957795130823 * Math.atan((_y - _root._ymouse) / (_x - _root._xmouse))) - 180; } idealxvector = Math.cos((idealrotation / 180) * Math.PI); idealyvector = Math.sin((idealrotation / 180) * Math.PI); if ((idealxvector > xvector) and (idealyvector > yvector)) { left = 0; right = 1; } if ((idealxvector > xvector) and (idealyvector < yvector)) { left = 1; right = 0; } if ((idealxvector < xvector) and (idealyvector > yvector)) { left = 1; right = 0; } if ((idealxvector < xvector) and (idealyvector < yvector)) { left = 0; right = 1; } if (left == 1) { time = time + (0.10471975511966 * _root.variables.bullettime); } if (right == 1) { time = time - (0.10471975511966 * _root.variables.bullettime); } _rotation = (((time * 180) / Math.PI) + 180); xvector = -Math.cos(time); yvector = Math.sin(time); _x = (_x - ((8 * xvector) * _root.variables.bullettime)); _y = (_y + ((8 * yvector) * _root.variables.bullettime)); if (((((((((((((((((_y > 300) or this.hitTest(_root.tank)) or this.hitTest(_root.tank2)) or this.hitTest(_root.trucka)) or this.hitTest(_root.truckb)) or this.hitTest(_root.truckc)) or this.hitTest(_root.truckd)) or this.hitTest(_root.trucke)) or this.hitTest(_root.truckf)) or this.hitTest(_root.truckg)) or this.hitTest(_root.truckh)) or this.hitTest(_root.trucki)) or this.hitTest(_root.truckj)) or this.hitTest(_root.truckk)) or this.hitTest(_root.truckl)) or this.hitTest(_root.bomber)) or this.hitTest(_root.bomber2)) { _root.m._y = _y; _root.m._x = _x; if (_root.variables.bullettime >= 0.9) { _root.m.gotoAndPlay("begin"); _root.ms.gotoAndPlay("begin"); } else { _root.m.gotoAndPlay("bullettime"); _root.ms.gotoAndPlay("bullettime"); } launched = 0; } } } }
Instance of Symbol 162 MovieClip "m2" in Frame 6
onClipEvent (load) { _y = 400; }
Instance of Symbol 136 MovieClip in Frame 6
onClipEvent (enterFrame) { _x = _root.missile3._x; _y = (451 - (_root.missile3._y / 2)); _alpha = (_root.missile3._alpha - 30); _rotation = (-_root.missile3._rotation); }
Instance of Symbol 162 MovieClip "ms3" in Frame 6
onClipEvent (enterFrame) { _x = _root.m3._x; _y = (451 - (_root.m3._y / 2)); }
Instance of Symbol 136 MovieClip "missile3" in Frame 6
onClipEvent (load) { var idealrotation = 0; var idealxvector = 0; var idealyvector = 0; var xvector = 0; var yvector = 0; var time = 0; var left = 0; var right = 0; var launched = 0; } onClipEvent (enterFrame) { if (_root.variables.unpause == 1) { if (launched == 0) { if (_root._xmouse <= _x) { time = Math.PI; } else { time = 0; } _alpha = 0; _y = _root.ball._y; _x = _root.ball._x; if (((((_root.variables.missileok == 1) and (_root.variables.shoot == 1)) and (_root.variables.missiles > 0)) and (_root.variables.weapon == 2)) and (_root.missile.missile == 3)) { launched = 1; _root.missile.missile = _root.missile.missile + 1; _root.variables.missiles = _root.variables.missiles - 1; _root.variables.missileok = _root.variables.missileok + 1; } } else if (launched == 1) { if (_root.missile.missile == 3) { _root.missile.missile = _root.missile.missile + 1; } _alpha = 100; if (_root._xmouse < _x) { idealrotation = 57.2957795130823 * Math.atan((_y - _root._ymouse) / (_x - _root._xmouse)); } else { idealrotation = (57.2957795130823 * Math.atan((_y - _root._ymouse) / (_x - _root._xmouse))) - 180; } idealxvector = Math.cos((idealrotation / 180) * Math.PI); idealyvector = Math.sin((idealrotation / 180) * Math.PI); if ((idealxvector > xvector) and (idealyvector > yvector)) { left = 0; right = 1; } if ((idealxvector > xvector) and (idealyvector < yvector)) { left = 1; right = 0; } if ((idealxvector < xvector) and (idealyvector > yvector)) { left = 1; right = 0; } if ((idealxvector < xvector) and (idealyvector < yvector)) { left = 0; right = 1; } if (left == 1) { time = time + (0.10471975511966 * _root.variables.bullettime); } if (right == 1) { time = time - (0.10471975511966 * _root.variables.bullettime); } _rotation = (((time * 180) / Math.PI) + 180); xvector = -Math.cos(time); yvector = Math.sin(time); _x = (_x - ((8 * xvector) * _root.variables.bullettime)); _y = (_y + ((8 * yvector) * _root.variables.bullettime)); if (((((((((((((((((_y > 300) or this.hitTest(_root.tank)) or this.hitTest(_root.tank2)) or this.hitTest(_root.trucka)) or this.hitTest(_root.truckb)) or this.hitTest(_root.truckc)) or this.hitTest(_root.truckd)) or this.hitTest(_root.trucke)) or this.hitTest(_root.truckf)) or this.hitTest(_root.truckg)) or this.hitTest(_root.truckh)) or this.hitTest(_root.trucki)) or this.hitTest(_root.truckj)) or this.hitTest(_root.truckk)) or this.hitTest(_root.truckl)) or this.hitTest(_root.bomber)) or this.hitTest(_root.bomber2)) { _root.m._y = _y; _root.m._x = _x; if (_root.variables.bullettime >= 0.9) { _root.m.gotoAndPlay("begin"); _root.ms.gotoAndPlay("begin"); } else { _root.m.gotoAndPlay("bullettime"); _root.ms.gotoAndPlay("bullettime"); } launched = 0; } } } }
Instance of Symbol 162 MovieClip "m3" in Frame 6
onClipEvent (load) { _y = 400; }
Instance of Symbol 136 MovieClip in Frame 6
onClipEvent (enterFrame) { _x = _root.missile4._x; _y = (451 - (_root.missile4._y / 2)); _alpha = (_root.missile4._alpha - 30); _rotation = (-_root.missile4._rotation); }
Instance of Symbol 162 MovieClip "ms4" in Frame 6
onClipEvent (enterFrame) { _x = _root.m4._x; _y = (451 - (_root.m4._y / 2)); }
Instance of Symbol 136 MovieClip "missile4" in Frame 6
onClipEvent (load) { var idealrotation = 0; var idealxvector = 0; var idealyvector = 0; var xvector = 0; var yvector = 0; var time = 0; var left = 0; var right = 0; var launched = 0; } onClipEvent (enterFrame) { if (_root.variables.unpause == 1) { if (launched == 0) { if (_root._xmouse <= _x) { time = Math.PI; } else { time = 0; } _alpha = 0; _y = _root.ball._y; _x = _root.ball._x; if (((((_root.variables.missileok == 1) and (_root.variables.shoot == 1)) and (_root.variables.missiles > 0)) and (_root.variables.weapon == 2)) and (_root.missile.missile == 4)) { launched = 1; _root.missile.missile = 1; _root.variables.missiles = _root.variables.missiles - 1; _root.variables.missileok = _root.variables.missileok + 1; } } else if (launched == 1) { if (_root.missile.missile == 4) { _root.missile.missile = 1; } _alpha = 100; if (_root._xmouse < _x) { idealrotation = 57.2957795130823 * Math.atan((_y - _root._ymouse) / (_x - _root._xmouse)); } else { idealrotation = (57.2957795130823 * Math.atan((_y - _root._ymouse) / (_x - _root._xmouse))) - 180; } idealxvector = Math.cos((idealrotation / 180) * Math.PI); idealyvector = Math.sin((idealrotation / 180) * Math.PI); if ((idealxvector > xvector) and (idealyvector > yvector)) { left = 0; right = 1; } if ((idealxvector > xvector) and (idealyvector < yvector)) { left = 1; right = 0; } if ((idealxvector < xvector) and (idealyvector > yvector)) { left = 1; right = 0; } if ((idealxvector < xvector) and (idealyvector < yvector)) { left = 0; right = 1; } if (left == 1) { time = time + (0.10471975511966 * _root.variables.bullettime); } if (right == 1) { time = time - (0.10471975511966 * _root.variables.bullettime); } _rotation = (((time * 180) / Math.PI) + 180); xvector = -Math.cos(time); yvector = Math.sin(time); _x = (_x - ((8 * xvector) * _root.variables.bullettime)); _y = (_y + ((8 * yvector) * _root.variables.bullettime)); if (((((((((((((((((_y > 300) or this.hitTest(_root.tank)) or this.hitTest(_root.tank2)) or this.hitTest(_root.trucka)) or this.hitTest(_root.truckb)) or this.hitTest(_root.truckc)) or this.hitTest(_root.truckd)) or this.hitTest(_root.trucke)) or this.hitTest(_root.truckf)) or this.hitTest(_root.truckg)) or this.hitTest(_root.truckh)) or this.hitTest(_root.trucki)) or this.hitTest(_root.truckj)) or this.hitTest(_root.truckk)) or this.hitTest(_root.truckl)) or this.hitTest(_root.bomber)) or this.hitTest(_root.bomber2)) { _root.m._y = _y; _root.m._x = _x; if (_root.variables.bullettime >= 0.9) { _root.m.gotoAndPlay("begin"); _root.ms.gotoAndPlay("begin"); } else { _root.m.gotoAndPlay("bullettime"); _root.ms.gotoAndPlay("bullettime"); } launched = 0; } } } }
Instance of Symbol 162 MovieClip "m4" in Frame 6
onClipEvent (load) { _y = 400; }
Instance of Symbol 172 MovieClip "tankmissile" in Frame 6
onClipEvent (load) { var timer = 0; var idealrotation = 0; var idealxvector = 0; var idealyvector = 0; var xvector = 0; var yvector = 0; var time = 0; var left = 0; var right = 0; var launched = 0; var mine = 0; var explode = 0; } onClipEvent (enterFrame) { if (_root.variables.unpause == 1) { if (launched == 0) { if (_root.tank.hit._xscale == 100) { time = Math.PI; } else { time = 0; } _alpha = 0; _y = 300; _x = _root.tank._x; if (((_root.tank.hit.shoot == 1) and (_root.tank.hit.launched == 1)) and (_root.tank._y > 270)) { timer = 0; launched = 1; } } else if (launched == 1) { timer = timer + (1 * _root.variables.bullettime); _alpha = 100; if (_root.tank.hit.mine == 0) { mine = 0; } else { mine = 1; } if (mine == 0) { if (_root.ball._x < _x) { idealrotation = 57.2957795130823 * Math.atan((_y - _root.ball._y) / (_x - _root.ball._x)); } else { idealrotation = (57.2957795130823 * Math.atan((_y - _root.ball._y) / (_x - _root.ball._x))) - 180; } } else if (_root.targetertank._x < _x) { idealrotation = 57.2957795130823 * Math.atan((_y - _root.targetertank._y) / (_x - _root.targetertank._x)); } else { idealrotation = (57.2957795130823 * Math.atan((_y - _root.targetertank._y) / (_x - _root.targetertank._x))) - 180; } idealxvector = Math.cos((idealrotation / 180) * Math.PI); idealyvector = Math.sin((idealrotation / 180) * Math.PI); if ((idealxvector > xvector) and (idealyvector > yvector)) { left = 0; right = 1; } if ((idealxvector > xvector) and (idealyvector < yvector)) { left = 1; right = 0; } if ((idealxvector < xvector) and (idealyvector > yvector)) { left = 1; right = 0; } if ((idealxvector < xvector) and (idealyvector < yvector)) { left = 0; right = 1; } if (left == 1) { time = time + (0.0628318530717959 * _root.variables.bullettime); } if (right == 1) { time = time - (0.0628318530717959 * _root.variables.bullettime); } _rotation = (((time * 180) / Math.PI) + 180); xvector = -Math.cos(time); yvector = Math.sin(time); _x = (_x - ((5 * xvector) * _root.variables.bullettime)); _y = (_y + ((5 * yvector) * _root.variables.bullettime)); if (((_y > 301) or (timer > 300)) or (explode == 1)) { _root.mtank._y = _y; _root.mtank._x = _x; if (_root.variables.bullettime >= 0.9) { _root.mtank.gotoAndPlay("begin"); _root.mstank.gotoAndPlay("begin"); } else { _root.mtank.gotoAndPlay("bullettime"); _root.mstank.gotoAndPlay("bullettime"); } launched = 0; explode = 0; } } } }
Instance of Symbol 136 MovieClip in Frame 6
onClipEvent (enterFrame) { _x = _root.tankmissile._x; _y = (451 - (_root.tankmissile._y / 2)); _alpha = (_root.tankmissile._alpha - 30); _rotation = (-_root.tankmissile._rotation); }
Instance of Symbol 134 MovieClip in Frame 6
onClipEvent (enterFrame) { _x = _root.shot11._x; _y = (451 - (_root.shot11._y / 2)); _alpha = (_root.shot11._alpha - 30); _rotation = (-_root.shot11._rotation); }
Instance of Symbol 134 MovieClip in Frame 6
onClipEvent (enterFrame) { _x = _root.shot12._x; _y = (451 - (_root.shot12._y / 2)); _alpha = (_root.shot12._alpha - 30); _rotation = (-_root.shot12._rotation); }
Instance of Symbol 134 MovieClip in Frame 6
onClipEvent (enterFrame) { _x = _root.shot13._x; _y = (451 - (_root.shot13._y / 2)); _alpha = (_root.shot13._alpha - 30); _rotation = (-_root.shot13._rotation); }
Instance of Symbol 134 MovieClip in Frame 6
onClipEvent (enterFrame) { _x = _root.shot14._x; _y = (451 - (_root.shot14._y / 2)); _alpha = (_root.shot14._alpha - 30); _rotation = (-_root.shot14._rotation); }
Instance of Symbol 134 MovieClip in Frame 6
onClipEvent (enterFrame) { _x = _root.shot15._x; _y = (451 - (_root.shot15._y / 2)); _alpha = (_root.shot15._alpha - 30); _rotation = (-_root.shot15._rotation); }
Instance of Symbol 198 MovieClip "shot11" in Frame 6
onClipEvent (load) { _alpha = 0; var switcher = 1; } onClipEvent (enterFrame) { if (_root.variables.unpause == 1) { if (switcher == 1) { _alpha = 0; if (((((_root.variables.shoot == 1) and (_root.shot.shottimer <= 0)) and (_root.variables.ammo > 0)) and (_root.variables.weapon == 1)) and (_root.shot.num == 11)) { _root.shot.num = _root.shot.num + 1; switcher = 0; _x = _root.ball._x; _y = (_root.ball._y + 4); _root.shot.shottimer = _root.variables.firerate; _root.variables.ammo = _root.variables.ammo - 1; if (_root._xmouse > _x) { _rotation = ((57.2957795130823 * Math.atan((_y - _root._ymouse) / (_x - _root._xmouse))) + ((Math.random() - 0.5) * _root.variables.recoil)); } else { _rotation = (((57.2957795130823 * Math.atan((_y - _root._ymouse) / (_x - _root._xmouse))) - 180) + ((Math.random() - 0.5) * _root.variables.recoil)); } xvector = Math.cos((_rotation / 180) * Math.PI); yvector = Math.sin((_rotation / 180) * Math.PI); } } else { _alpha = 100; _x = (_x + ((8 * xvector) * _root.variables.bullettime)); _y = (_y + ((8 * yvector) * _root.variables.bullettime)); if ((((_y > 300) or (_x > 800)) or (_y < 0)) or (_x < 0)) { switcher = 1; } } } }
Instance of Symbol 198 MovieClip "shot12" in Frame 6
onClipEvent (load) { _alpha = 0; var switcher = 1; } onClipEvent (enterFrame) { if (_root.variables.unpause == 1) { if (switcher == 1) { _alpha = 0; if (((((_root.variables.shoot == 1) and (_root.shot.shottimer <= 0)) and (_root.variables.ammo > 0)) and (_root.variables.weapon == 1)) and (_root.shot.num == 12)) { _root.shot.num = _root.shot.num + 1; switcher = 0; _x = _root.ball._x; _y = (_root.ball._y + 4); _root.shot.shottimer = _root.variables.firerate; _root.variables.ammo = _root.variables.ammo - 1; if (_root._xmouse > _x) { _rotation = ((57.2957795130823 * Math.atan((_y - _root._ymouse) / (_x - _root._xmouse))) + ((Math.random() - 0.5) * _root.variables.recoil)); } else { _rotation = (((57.2957795130823 * Math.atan((_y - _root._ymouse) / (_x - _root._xmouse))) - 180) + ((Math.random() - 0.5) * _root.variables.recoil)); } xvector = Math.cos((_rotation / 180) * Math.PI); yvector = Math.sin((_rotation / 180) * Math.PI); } } else { _alpha = 100; _x = (_x + ((8 * xvector) * _root.variables.bullettime)); _y = (_y + ((8 * yvector) * _root.variables.bullettime)); if ((((_y > 300) or (_x > 800)) or (_y < 0)) or (_x < 0)) { switcher = 1; } } } }
Instance of Symbol 198 MovieClip "shot13" in Frame 6
onClipEvent (load) { _alpha = 0; var switcher = 1; } onClipEvent (enterFrame) { if (_root.variables.unpause == 1) { if (switcher == 1) { _alpha = 0; if (((((_root.variables.shoot == 1) and (_root.shot.shottimer <= 0)) and (_root.variables.ammo > 0)) and (_root.variables.weapon == 1)) and (_root.shot.num == 13)) { _root.shot.num = _root.shot.num + 1; switcher = 0; _x = _root.ball._x; _y = (_root.ball._y + 4); _root.shot.shottimer = _root.variables.firerate; _root.variables.ammo = _root.variables.ammo - 1; if (_root._xmouse > _x) { _rotation = ((57.2957795130823 * Math.atan((_y - _root._ymouse) / (_x - _root._xmouse))) + ((Math.random() - 0.5) * _root.variables.recoil)); } else { _rotation = (((57.2957795130823 * Math.atan((_y - _root._ymouse) / (_x - _root._xmouse))) - 180) + ((Math.random() - 0.5) * _root.variables.recoil)); } xvector = Math.cos((_rotation / 180) * Math.PI); yvector = Math.sin((_rotation / 180) * Math.PI); } } else { _alpha = 100; _x = (_x + ((8 * xvector) * _root.variables.bullettime)); _y = (_y + ((8 * yvector) * _root.variables.bullettime)); if ((((_y > 300) or (_x > 800)) or (_y < 0)) or (_x < 0)) { switcher = 1; } } } }
Instance of Symbol 198 MovieClip "shot14" in Frame 6
onClipEvent (load) { _alpha = 0; var switcher = 1; } onClipEvent (enterFrame) { if (_root.variables.unpause == 1) { if (switcher == 1) { _alpha = 0; if (((((_root.variables.shoot == 1) and (_root.shot.shottimer <= 0)) and (_root.variables.ammo > 0)) and (_root.variables.weapon == 1)) and (_root.shot.num == 14)) { _root.shot.num = _root.shot.num + 1; switcher = 0; _x = _root.ball._x; _y = (_root.ball._y + 4); _root.shot.shottimer = _root.variables.firerate; _root.variables.ammo = _root.variables.ammo - 1; if (_root._xmouse > _x) { _rotation = ((57.2957795130823 * Math.atan((_y - _root._ymouse) / (_x - _root._xmouse))) + ((Math.random() - 0.5) * _root.variables.recoil)); } else { _rotation = (((57.2957795130823 * Math.atan((_y - _root._ymouse) / (_x - _root._xmouse))) - 180) + ((Math.random() - 0.5) * _root.variables.recoil)); } xvector = Math.cos((_rotation / 180) * Math.PI); yvector = Math.sin((_rotation / 180) * Math.PI); } } else { _alpha = 100; _x = (_x + ((8 * xvector) * _root.variables.bullettime)); _y = (_y + ((8 * yvector) * _root.variables.bullettime)); if ((((_y > 300) or (_x > 800)) or (_y < 0)) or (_x < 0)) { switcher = 1; } } } }
Instance of Symbol 198 MovieClip "shot15" in Frame 6
onClipEvent (load) { _alpha = 0; var switcher = 1; } onClipEvent (enterFrame) { if (_root.variables.unpause == 1) { if (switcher == 1) { _alpha = 0; if (((((_root.variables.shoot == 1) and (_root.shot.shottimer <= 0)) and (_root.variables.ammo > 0)) and (_root.variables.weapon == 1)) and (_root.shot.num == 15)) { _root.shot.num = _root.shot.num + 1; switcher = 0; _x = _root.ball._x; _y = (_root.ball._y + 4); _root.shot.shottimer = _root.variables.firerate; _root.variables.ammo = _root.variables.ammo - 1; if (_root._xmouse > _x) { _rotation = ((57.2957795130823 * Math.atan((_y - _root._ymouse) / (_x - _root._xmouse))) + ((Math.random() - 0.5) * _root.variables.recoil)); } else { _rotation = (((57.2957795130823 * Math.atan((_y - _root._ymouse) / (_x - _root._xmouse))) - 180) + ((Math.random() - 0.5) * _root.variables.recoil)); } xvector = Math.cos((_rotation / 180) * Math.PI); yvector = Math.sin((_rotation / 180) * Math.PI); } } else { _alpha = 100; _x = (_x + ((8 * xvector) * _root.variables.bullettime)); _y = (_y + ((8 * yvector) * _root.variables.bullettime)); if ((((_y > 300) or (_x > 800)) or (_y < 0)) or (_x < 0)) { switcher = 1; } } } }
Instance of Symbol 134 MovieClip in Frame 6
onClipEvent (enterFrame) { _x = _root.shot16._x; _y = (451 - (_root.shot16._y / 2)); _alpha = (_root.shot16._alpha - 30); _rotation = (-_root.shot16._rotation); }
Instance of Symbol 198 MovieClip "shot16" in Frame 6
onClipEvent (load) { _alpha = 0; var switcher = 1; } onClipEvent (enterFrame) { if (_root.variables.unpause == 1) { if (switcher == 1) { _alpha = 0; if (((((_root.variables.shoot == 1) and (_root.shot.shottimer <= 0)) and (_root.variables.ammo > 0)) and (_root.variables.weapon == 1)) and (_root.shot.num == 16)) { _root.shot.num = 1; switcher = 0; _x = _root.ball._x; _y = (_root.ball._y + 4); _root.shot.shottimer = _root.variables.firerate; _root.variables.ammo = _root.variables.ammo - 1; if (_root._xmouse > _x) { _rotation = ((57.2957795130823 * Math.atan((_y - _root._ymouse) / (_x - _root._xmouse))) + ((Math.random() - 0.5) * _root.variables.recoil)); } else { _rotation = (((57.2957795130823 * Math.atan((_y - _root._ymouse) / (_x - _root._xmouse))) - 180) + ((Math.random() - 0.5) * _root.variables.recoil)); } xvector = Math.cos((_rotation / 180) * Math.PI); yvector = Math.sin((_rotation / 180) * Math.PI); } } else { _alpha = 100; _x = (_x + ((8 * xvector) * _root.variables.bullettime)); _y = (_y + ((8 * yvector) * _root.variables.bullettime)); if ((((_y > 300) or (_x > 800)) or (_y < 0)) or (_x < 0)) { switcher = 1; } } } }
Instance of Symbol 202 MovieClip "tractor" in Frame 6
onClipEvent (enterFrame) { _yscale = (300 - _root.ball._y); _x = _root.ball._x; _y = (_root.ball._y + 5); if (_root.variables.unpause == 1) { if (((this.hitTest(_root.tank2) and (_root.tank2.hit.launched == 1)) and Key.isDown(16)) and (_root.variables.beamtimerunround > 0)) { if (_root.tank2.hit.mine == 0) { _root.tank2._y = _root.tank2._y - ((0.2 * _root.tank2._y) / 50); _root.tank2.hit.xspeed = _root.ball.momentum; if (_root.tank2._y <= 175) { _root.tank2.hit.mine = 1; _root.puff._x = _x; _root.puff._y = 175; _root.puff.gotoAndPlay("start"); _root.puffshadow.gotoAndPlay("start"); } } else if (_root.tank2._y < 279.4) { _root.tank2._y = _root.tank2._y + 3; _root.tank2.hit.xspeed = _root.ball.momentum; } else { _root.tank2._y = 279.4; } } else if ((_root.tank2._y - (_root.tank2.hit.yvector * _root.variables.bullettime)) > 279.4) { if (_root.tank2.hit.yvector < -5) { _root.tank2.hit.health = _root.tank2.hit.health + (2 * _root.tank2.hit.yvector); _root.tank2._y = 279.4 - ((0.2 * ((_root.tank2._y - _root.tank2.hit.yvector) - 279.4)) * _root.variables.bullettime); _root.tank2.hit.yvector = -0.4 * _root.tank2.hit.yvector; } else { _root.tank2._y = 279.4; _root.tank2.hit.yvector = 0; } } else { _root.tank2._y = _root.tank2._y - (_root.tank2.hit.yvector * _root.variables.bullettime); _root.tank2.hit.yvector = _root.tank2.hit.yvector - 0.8; } if (((this.hitTest(_root.tank) and (_root.tank.hit.launched == 1)) and Key.isDown(16)) and (_root.variables.beamtimerunround > 0)) { if (_root.tank.hit.mine == 0) { _root.tank._y = _root.tank._y - ((0.2 * _root.tank._y) / 50); _root.tank.hit.xspeed = _root.ball.momentum; if (_root.tank._y <= 175) { _root.tank.hit.mine = 1; _root.puff._x = _x; _root.puff._y = 175; _root.puff.gotoAndPlay("start"); _root.puffshadow.gotoAndPlay("start"); } } else if (_root.tank._y < 279.4) { _root.tank._y = _root.tank._y + 3; _root.tank.hit.xspeed = _root.ball.momentum; } else { _root.tank._y = 279.4; } } else if ((_root.tank._y - (_root.tank.hit.yvector * _root.variables.bullettime)) > 279.4) { if (_root.tank.hit.yvector < -5) { _root.tank.hit.health = _root.tank.hit.health + (2 * _root.tank.hit.yvector); _root.tank._y = 279.4 - ((0.2 * ((_root.tank._y - _root.tank.hit.yvector) - 279.4)) * _root.variables.bullettime); _root.tank.hit.yvector = -0.4 * _root.tank.hit.yvector; } else { _root.tank._y = 279.4; _root.tank.hit.yvector = 0; } } else { _root.tank._y = _root.tank._y - (_root.tank.hit.yvector * _root.variables.bullettime); _root.tank.hit.yvector = _root.tank.hit.yvector - 0.8; } if (((this.hitTest(_root.truckl) and (_root.truckl.truck.launched == 1)) and Key.isDown(16)) and (_root.variables.beamtimerunround > 0)) { if (_root.truckl.truck.mine == 0) { _root.truckl._y = _root.truckl._y - ((0.2 * _root.truckl._y) / 50); _root.truckl.truck.xspeed = _root.ball.momentum; if (_root.truckl._y <= 175) { _root.truckl.truck.mine = 1; _root.puff._x = _x; _root.puff._y = 175; _root.puff.gotoAndPlay("start"); _root.puffshadow.gotoAndPlay("start"); } } else if (_root.truckl._y < 300) { _root.truckl._y = _root.truckl._y + 3; _root.truckl.truck.xspeed = _root.ball.momentum; } else { _root.truckl._y = 300; } } else if ((_root.truckl._y - (_root.truckl.truck.yvector * _root.variables.bullettime)) > 300) { if (_root.truckl.truck.yvector < -5) { _root.truckl.truck.health = _root.truckl.truck.health + (2 * _root.truckl.truck.yvector); _root.truckl._y = 300 - ((0.2 * ((_root.truckl._y - _root.truckl.truck.yvector) - 300)) * _root.variables.bullettime); _root.truckl.truck.yvector = -0.4 * _root.truckl.truck.yvector; } else { _root.truckl._y = 300; _root.truckl.truck.yvector = 0; } } else { _root.truckl._y = _root.truckl._y - (_root.truckl.truck.yvector * _root.variables.bullettime); _root.truckl.truck.yvector = _root.truckl.truck.yvector - 0.8; } if (((this.hitTest(_root.truckk) and (_root.truckk.truck.launched == 1)) and Key.isDown(16)) and (_root.variables.beamtimerunround > 0)) { if (_root.truckk.truck.mine == 0) { _root.truckk._y = _root.truckk._y - ((0.2 * _root.truckk._y) / 50); _root.truckk.truck.xspeed = _root.ball.momentum; if (_root.truckk._y <= 175) { _root.truckk.truck.mine = 1; _root.puff._x = _x; _root.puff._y = 175; _root.puff.gotoAndPlay("start"); _root.puffshadow.gotoAndPlay("start"); } } else if (_root.truckk._y < 300) { _root.truckk._y = _root.truckk._y + 3; _root.truckk.truck.xspeed = _root.ball.momentum; } else { _root.truckk._y = 300; } } else if ((_root.truckk._y - (_root.truckk.truck.yvector * _root.variables.bullettime)) > 300) { if (_root.truckk.truck.yvector < -5) { _root.truckk.truck.health = _root.truckk.truck.health + (2 * _root.truckk.truck.yvector); _root.truckk._y = 300 - ((0.2 * ((_root.truckk._y - _root.truckk.truck.yvector) - 300)) * _root.variables.bullettime); _root.truckk.truck.yvector = -0.4 * _root.truckk.truck.yvector; } else { _root.truckk._y = 300; _root.truckk.truck.yvector = 0; } } else { _root.truckk._y = _root.truckk._y - (_root.truckk.truck.yvector * _root.variables.bullettime); _root.truckk.truck.yvector = _root.truckk.truck.yvector - 0.8; } if (((this.hitTest(_root.truckj) and (_root.truckj.truck.launched == 1)) and Key.isDown(16)) and (_root.variables.beamtimerunround > 0)) { if (_root.truckj.truck.mine == 0) { _root.truckj._y = _root.truckj._y - ((0.2 * _root.truckj._y) / 50); _root.truckj.truck.xspeed = _root.ball.momentum; if (_root.truckj._y <= 175) { _root.truckj.truck.mine = 1; _root.puff._x = _x; _root.puff._y = 175; _root.puff.gotoAndPlay("start"); _root.puffshadow.gotoAndPlay("start"); } } else if (_root.truckj._y < 300) { _root.truckj._y = _root.truckj._y + 3; _root.truckj.truck.xspeed = _root.ball.momentum; } else { _root.truckj._y = 300; } } else if ((_root.truckj._y - (_root.truckj.truck.yvector * _root.variables.bullettime)) > 300) { if (_root.truckj.truck.yvector < -5) { _root.truckj.truck.health = _root.truckj.truck.health + (2 * _root.truckj.truck.yvector); _root.truckj._y = 300 - ((0.2 * ((_root.truckj._y - _root.truckj.truck.yvector) - 300)) * _root.variables.bullettime); _root.truckj.truck.yvector = -0.4 * _root.truckj.truck.yvector; } else { _root.truckj._y = 300; _root.truckj.truck.yvector = 0; } } else { _root.truckj._y = _root.truckj._y - (_root.truckj.truck.yvector * _root.variables.bullettime); _root.truckj.truck.yvector = _root.truckj.truck.yvector - 0.8; } if (((this.hitTest(_root.trucki) and (_root.trucki.truck.launched == 1)) and Key.isDown(16)) and (_root.variables.beamtimerunround > 0)) { if (_root.trucki.truck.mine == 0) { _root.trucki._y = _root.trucki._y - ((0.2 * _root.trucki._y) / 50); _root.trucki.truck.xspeed = _root.ball.momentum; if (_root.trucki._y <= 175) { _root.trucki.truck.mine = 1; _root.puff._x = _x; _root.puff._y = 175; _root.puff.gotoAndPlay("start"); _root.puffshadow.gotoAndPlay("start"); } } else if (_root.trucki._y < 300) { _root.trucki._y = _root.trucki._y + 3; _root.trucki.truck.xspeed = _root.ball.momentum; } else { _root.trucki._y = 300; } } else if ((_root.trucki._y - (_root.trucki.truck.yvector * _root.variables.bullettime)) > 300) { if (_root.trucki.truck.yvector < -5) { _root.trucki.truck.health = _root.trucki.truck.health + (2 * _root.trucki.truck.yvector); _root.trucki._y = 300 - ((0.2 * ((_root.trucki._y - _root.trucki.truck.yvector) - 300)) * _root.variables.bullettime); _root.trucki.truck.yvector = -0.4 * _root.trucki.truck.yvector; } else { _root.trucki._y = 300; _root.trucki.truck.yvector = 0; } } else { _root.trucki._y = _root.trucki._y - (_root.trucki.truck.yvector * _root.variables.bullettime); _root.trucki.truck.yvector = _root.trucki.truck.yvector - 0.8; } if (((this.hitTest(_root.truckh) and (_root.truckh.truck.launched == 1)) and Key.isDown(16)) and (_root.variables.beamtimerunround > 0)) { if (_root.truckh.truck.mine == 0) { _root.truckh._y = _root.truckh._y - ((0.2 * _root.truckh._y) / 50); _root.truckh.truck.xspeed = _root.ball.momentum; if (_root.truckh._y <= 175) { _root.truckh.truck.mine = 1; _root.puff._x = _x; _root.puff._y = 175; _root.puff.gotoAndPlay("start"); _root.puffshadow.gotoAndPlay("start"); } } else if (_root.truckh._y < 300) { _root.truckh._y = _root.truckh._y + 3; _root.truckh.truck.xspeed = _root.ball.momentum; } else { _root.truckh._y = 300; } } else if ((_root.truckh._y - (_root.truckh.truck.yvector * _root.variables.bullettime)) > 300) { if (_root.truckh.truck.yvector < -5) { _root.truckh.truck.health = _root.truckh.truck.health + (2 * _root.truckh.truck.yvector); _root.truckh._y = 300 - ((0.2 * ((_root.truckh._y - _root.truckh.truck.yvector) - 300)) * _root.variables.bullettime); _root.truckh.truck.yvector = -0.4 * _root.truckh.truck.yvector; } else { _root.truckh._y = 300; _root.truckh.truck.yvector = 0; } } else { _root.truckh._y = _root.truckh._y - (_root.truckh.truck.yvector * _root.variables.bullettime); _root.truckh.truck.yvector = _root.truckh.truck.yvector - 0.8; } if (((this.hitTest(_root.truckg) and (_root.truckg.truck.launched == 1)) and Key.isDown(16)) and (_root.variables.beamtimerunround > 0)) { if (_root.truckg.truck.mine == 0) { _root.truckg._y = _root.truckg._y - ((0.2 * _root.truckg._y) / 50); _root.truckg.truck.xspeed = _root.ball.momentum; if (_root.truckg._y <= 175) { _root.truckg.truck.mine = 1; _root.puff._x = _x; _root.puff._y = 175; _root.puff.gotoAndPlay("start"); _root.puffshadow.gotoAndPlay("start"); } } else if (_root.truckg._y < 300) { _root.truckg._y = _root.truckg._y + 3; _root.truckg.truck.xspeed = _root.ball.momentum; } else { _root.truckg._y = 300; } } else if ((_root.truckg._y - (_root.truckg.truck.yvector * _root.variables.bullettime)) > 300) { if (_root.truckg.truck.yvector < -5) { _root.truckg.truck.health = _root.truckg.truck.health + (2 * _root.truckg.truck.yvector); _root.truckg._y = 300 - ((0.2 * ((_root.truckg._y - _root.truckg.truck.yvector) - 300)) * _root.variables.bullettime); _root.truckg.truck.yvector = -0.4 * _root.truckg.truck.yvector; } else { _root.truckg._y = 300; _root.truckg.truck.yvector = 0; } } else { _root.truckg._y = _root.truckg._y - (_root.truckg.truck.yvector * _root.variables.bullettime); _root.truckg.truck.yvector = _root.truckg.truck.yvector - 0.8; } if (((this.hitTest(_root.truckf) and (_root.truckf.truck.launched == 1)) and Key.isDown(16)) and (_root.variables.beamtimerunround > 0)) { if (_root.truckf.truck.mine == 0) { _root.truckf._y = _root.truckf._y - ((0.2 * _root.truckf._y) / 50); _root.truckf.truck.xspeed = _root.ball.momentum; if (_root.truckf._y <= 175) { _root.truckf.truck.mine = 1; _root.puff._x = _x; _root.puff._y = 175; _root.puff.gotoAndPlay("start"); _root.puffshadow.gotoAndPlay("start"); } } else if (_root.truckf._y < 300) { _root.truckf._y = _root.truckf._y + 3; _root.truckf.truck.xspeed = _root.ball.momentum; } else { _root.truckf._y = 300; } } else if ((_root.truckf._y - (_root.truckf.truck.yvector * _root.variables.bullettime)) > 300) { if (_root.truckf.truck.yvector < -5) { _root.truckf.truck.health = _root.truckf.truck.health + (2 * _root.truckf.truck.yvector); _root.truckf._y = 300 - ((0.2 * ((_root.truckf._y - _root.truckf.truck.yvector) - 300)) * _root.variables.bullettime); _root.truckf.truck.yvector = -0.4 * _root.truckf.truck.yvector; } else { _root.truckf._y = 300; _root.truckf.truck.yvector = 0; } } else { _root.truckf._y = _root.truckf._y - (_root.truckf.truck.yvector * _root.variables.bullettime); _root.truckf.truck.yvector = _root.truckf.truck.yvector - 0.8; } if (((this.hitTest(_root.trucke) and (_root.trucke.truck.launched == 1)) and Key.isDown(16)) and (_root.variables.beamtimerunround > 0)) { if (_root.trucke.truck.mine == 0) { _root.trucke._y = _root.trucke._y - ((0.2 * _root.trucke._y) / 50); _root.trucke.truck.xspeed = _root.ball.momentum; if (_root.trucke._y <= 175) { _root.trucke.truck.mine = 1; _root.puff._x = _x; _root.puff._y = 175; _root.puff.gotoAndPlay("start"); _root.puffshadow.gotoAndPlay("start"); } } else if (_root.trucke._y < 300) { _root.trucke._y = _root.trucke._y + 3; _root.trucke.truck.xspeed = _root.ball.momentum; } else { _root.trucke._y = 300; } } else if ((_root.trucke._y - (_root.trucke.truck.yvector * _root.variables.bullettime)) > 300) { if (_root.trucke.truck.yvector < -5) { _root.trucke.truck.health = _root.trucke.truck.health + (2 * _root.trucke.truck.yvector); _root.trucke._y = 300 - ((0.2 * ((_root.trucke._y - _root.trucke.truck.yvector) - 300)) * _root.variables.bullettime); _root.trucke.truck.yvector = -0.4 * _root.trucke.truck.yvector; } else { _root.trucke._y = 300; _root.trucke.truck.yvector = 0; } } else { _root.trucke._y = _root.trucke._y - (_root.trucke.truck.yvector * _root.variables.bullettime); _root.trucke.truck.yvector = _root.trucke.truck.yvector - 0.8; } if (((this.hitTest(_root.truckd) and (_root.truckd.truck.launched == 1)) and Key.isDown(16)) and (_root.variables.beamtimerunround > 0)) { if (_root.truckd.truck.mine == 0) { _root.truckd._y = _root.truckd._y - ((0.2 * _root.truckd._y) / 50); _root.truckd.truck.xspeed = _root.ball.momentum; if (_root.truckd._y <= 175) { _root.truckd.truck.mine = 1; _root.puff._x = _x; _root.puff._y = 175; _root.puff.gotoAndPlay("start"); _root.puffshadow.gotoAndPlay("start"); } } else if (_root.truckd._y < 300) { _root.truckd._y = _root.truckd._y + 3; _root.truckd.truck.xspeed = _root.ball.momentum; } else { _root.truckd._y = 300; } } else if ((_root.truckd._y - (_root.truckd.truck.yvector * _root.variables.bullettime)) > 300) { if (_root.truckd.truck.yvector < -5) { _root.truckd.truck.health = _root.truckd.truck.health + (2 * _root.truckd.truck.yvector); _root.truckd._y = 300 - ((0.2 * ((_root.truckd._y - _root.truckd.truck.yvector) - 300)) * _root.variables.bullettime); _root.truckd.truck.yvector = -0.4 * _root.truckd.truck.yvector; } else { _root.truckd._y = 300; _root.truckd.truck.yvector = 0; } } else { _root.truckd._y = _root.truckd._y - (_root.truckd.truck.yvector * _root.variables.bullettime); _root.truckd.truck.yvector = _root.truckd.truck.yvector - 0.8; } if (((this.hitTest(_root.truckc) and (_root.truckc.truck.launched == 1)) and Key.isDown(16)) and (_root.variables.beamtimerunround > 0)) { if (_root.truckc.truck.mine == 0) { _root.truckc._y = _root.truckc._y - ((0.2 * _root.truckc._y) / 50); _root.truckc.truck.xspeed = _root.ball.momentum; if (_root.truckc._y <= 175) { _root.truckc.truck.mine = 1; _root.puff._x = _x; _root.puff._y = 175; _root.puff.gotoAndPlay("start"); _root.puffshadow.gotoAndPlay("start"); } } else if (_root.truckc._y < 300) { _root.truckc._y = _root.truckc._y + 3; _root.truckc.truck.xspeed = _root.ball.momentum; } else { _root.truckc._y = 300; } } else if ((_root.truckc._y - (_root.truckc.truck.yvector * _root.variables.bullettime)) > 300) { if (_root.truckc.truck.yvector < -5) { _root.truckc.truck.health = _root.truckc.truck.health + (2 * _root.truckc.truck.yvector); _root.truckc._y = 300 - ((0.2 * ((_root.truckc._y - _root.truckc.truck.yvector) - 300)) * _root.variables.bullettime); _root.truckc.truck.yvector = -0.4 * _root.truckc.truck.yvector; } else { _root.truckc._y = 300; _root.truckc.truck.yvector = 0; } } else { _root.truckc._y = _root.truckc._y - (_root.truckc.truck.yvector * _root.variables.bullettime); _root.truckc.truck.yvector = _root.truckc.truck.yvector - 0.8; } if (((this.hitTest(_root.truckb) and (_root.truckb.truck.launched == 1)) and Key.isDown(16)) and (_root.variables.beamtimerunround > 0)) { if (_root.truckb.truck.mine == 0) { _root.truckb._y = _root.truckb._y - ((0.2 * _root.truckb._y) / 50); _root.truckb.truck.xspeed = _root.ball.momentum; if (_root.truckb._y <= 175) { _root.truckb.truck.mine = 1; _root.puff._x = _x; _root.puff._y = 175; _root.puff.gotoAndPlay("start"); _root.puffshadow.gotoAndPlay("start"); } } else if (_root.truckb._y < 300) { _root.truckb._y = _root.truckb._y + 3; _root.truckb.truck.xspeed = _root.ball.momentum; } else { _root.truckb._y = 300; } } else if ((_root.truckb._y - (_root.truckb.truck.yvector * _root.variables.bullettime)) > 300) { if (_root.truckb.truck.yvector < -5) { _root.truckb.truck.health = _root.truckb.truck.health + (2 * _root.truckb.truck.yvector); _root.truckb._y = 300 - ((0.2 * ((_root.truckb._y - _root.truckb.truck.yvector) - 300)) * _root.variables.bullettime); _root.truckb.truck.yvector = -0.4 * _root.truckb.truck.yvector; } else { _root.truckb._y = 300; _root.truckb.truck.yvector = 0; } } else { _root.truckb._y = _root.truckb._y - (_root.truckb.truck.yvector * _root.variables.bullettime); _root.truckb.truck.yvector = _root.truckb.truck.yvector - 0.8; } if (((this.hitTest(_root.trucka) and (_root.trucka.truck.launched == 1)) and Key.isDown(16)) and (_root.variables.beamtimerunround > 0)) { if (_root.trucka.truck.mine == 0) { _root.trucka._y = _root.trucka._y - ((0.2 * _root.trucka._y) / 50); _root.trucka.truck.xspeed = _root.ball.momentum; if (_root.trucka._y <= 175) { _root.trucka.truck.mine = 1; _root.puff._x = _x; _root.puff._y = 175; _root.puff.gotoAndPlay("start"); _root.puffshadow.gotoAndPlay("start"); } } else if (_root.trucka._y < 300) { _root.trucka._y = _root.trucka._y + 3; _root.trucka.truck.xspeed = _root.ball.momentum; } else { _root.trucka._y = 300; } } else if ((_root.trucka._y - (_root.trucka.truck.yvector * _root.variables.bullettime)) > 300) { if (_root.trucka.truck.yvector < -5) { _root.trucka.truck.health = _root.trucka.truck.health + (2 * _root.trucka.truck.yvector); _root.trucka._y = 300 - ((0.2 * ((_root.trucka._y - _root.trucka.truck.yvector) - 300)) * _root.variables.bullettime); _root.trucka.truck.yvector = -0.4 * _root.trucka.truck.yvector; } else { _root.trucka._y = 300; _root.trucka.truck.yvector = 0; } } else { _root.trucka._y = _root.trucka._y - (_root.trucka.truck.yvector * _root.variables.bullettime); _root.trucka.truck.yvector = _root.trucka.truck.yvector - 0.8; } } }
Instance of Symbol 204 MovieClip "targeter" in Frame 6
onClipEvent (load) { _alpha = 0; } onClipEvent (enterFrame) { if (((((_root.tank2.hit.mine == 0) and (_root.tank2._x > 0)) and (_root.tank2._x < 820)) and (_root.tank2.hit.launched == 1)) and (_root.tank2._y > 260)) { _x = _root.tank2._x; _y = (_root.tank2._y + 10); } else if (((((_root.tank.hit.mine == 0) and (_root.tank._x > 0)) and (_root.tank._x < 820)) and (_root.tank.hit.launched == 1)) and (_root.tank._y > 260)) { _x = _root.tank._x; _y = (_root.tank._y + 10); } else if (((((_root.trucka.truck.mine == 0) and (_root.trucka._x > 0)) and (_root.trucka._x < 820)) and (_root.trucka.truck.launched == 1)) and (_root.trucka._y > 260)) { _x = _root.trucka._x; _y = _root.trucka._y; } else if (((((_root.truckb.truck.mine == 0) and (_root.truckb._x > 0)) and (_root.truckb._x < 820)) and (_root.truckb.truck.launched == 1)) and (_root.truckb._y > 260)) { _x = _root.truckb._x; _y = _root.truckb._y; } else if (((((_root.truckc.truck.mine == 0) and (_root.truckc._x > 0)) and (_root.truckc._x < 820)) and (_root.truckc.truck.launched == 1)) and (_root.truckc._y > 260)) { _x = _root.truckc._x; _y = _root.truckc._y; } else if (((((_root.truckd.truck.mine == 0) and (_root.truckd._x > 0)) and (_root.truckd._x < 820)) and (_root.truckd.truck.launched == 1)) and (_root.truckd._y > 260)) { _x = _root.truckd._x; _y = _root.truckd._y; } else if (((((_root.trucke.truck.mine == 0) and (_root.trucke._x > 0)) and (_root.trucke._x < 820)) and (_root.trucke.truck.launched == 1)) and (_root.trucke._y > 260)) { _x = _root.trucke._x; _y = _root.trucke._y; } else if (((((_root.truckf.truck.mine == 0) and (_root.truckf._x > 0)) and (_root.truckf._x < 820)) and (_root.truckf.truck.launched == 1)) and (_root.truckf._y > 260)) { _x = _root.truckf._x; _y = _root.truckf._y; } else if (((((_root.truckg.truck.mine == 0) and (_root.truckg._x > 0)) and (_root.truckg._x < 820)) and (_root.truckg.truck.launched == 1)) and (_root.truckg._y > 260)) { _x = _root.truckg._x; _y = _root.truckg._y; } else if (((((_root.truckh.truck.mine == 0) and (_root.truckh._x > 0)) and (_root.truckh._x < 820)) and (_root.truckh.truck.launched == 1)) and (_root.truckh._y > 260)) { _x = _root.truckh._x; _y = _root.truckh._y; } else if (((((_root.trucki.truck.mine == 0) and (_root.trucki._x > 0)) and (_root.trucki._x < 820)) and (_root.trucki.truck.launched == 1)) and (_root.trucki._y > 260)) { _x = _root.trucki._x; _y = _root.trucki._y; } else if (((((_root.truckj.truck.mine == 0) and (_root.truckj._x > 0)) and (_root.truckj._x < 820)) and (_root.truckj.truck.launched == 1)) and (_root.truckj._y > 260)) { _x = _root.truckj._x; _y = _root.truckj._y; } else if (((((_root.truckk.truck.mine == 0) and (_root.truckk._x > 0)) and (_root.truckk._x < 820)) and (_root.truckk.truck.launched == 1)) and (_root.truckk._y > 260)) { _x = _root.truckk._x; _y = _root.truckk._y; } else if (((((_root.truckl.truck.mine == 0) and (_root.truckl._x > 0)) and (_root.truckl._x < 820)) and (_root.truckl.truck.launched == 1)) and (_root.truckl._y > 260)) { _x = _root.truckl._x; _y = _root.truckl._y; } }
Instance of Symbol 204 MovieClip "targetertank" in Frame 6
onClipEvent (load) { _alpha = 0; } onClipEvent (enterFrame) { if ((((_root.bomber2._x > 0) and (_root.bomber2._x < 820)) and (_root.bomber2.hit.launched == 1)) and (_root.bomber2.hit.launched == 1)) { _x = _root.bomber2._x; _y = _root.bomber2._y; } else if ((((_root.bomber._x > 0) and (_root.bomber._x < 820)) and (_root.bomber.hit.launched == 1)) and (_root.bomber.hit.launched == 1)) { _x = _root.bomber._x; _y = _root.bomber._y; } else if (((((_root.tank2.hit.mine == 0) and (_root.tank2._x > 0)) and (_root.tank2._x < 820)) and (_root.tank2.hit.launched == 1)) and (_root.tank2._y > 260)) { _x = _root.tank2._x; _y = (_root.tank2._y - 3); } else if (((((_root.tank.hit.mine == 0) and (_root.tank._x > 0)) and (_root.tank._x < 820)) and (_root.tank.hit.launched == 1)) and (_root.tank._y > 260)) { _x = _root.tank._x; _y = (_root.tank._y - 3); } else if (((((_root.trucka.truck.mine == 0) and (_root.trucka._x > 0)) and (_root.trucka._x < 820)) and (_root.trucka.truck.launched == 1)) and (_root.trucka._y > 260)) { _x = _root.trucka._x; _y = (_root.trucka._y - 12); } else if (((((_root.truckb.truck.mine == 0) and (_root.truckb._x > 0)) and (_root.truckb._x < 820)) and (_root.truckb.truck.launched == 1)) and (_root.truckb._y > 260)) { _x = _root.truckb._x; _y = (_root.truckb._y - 12); } else if (((((_root.truckc.truck.mine == 0) and (_root.truckc._x > 0)) and (_root.truckc._x < 820)) and (_root.truckc.truck.launched == 1)) and (_root.truckc._y > 260)) { _x = _root.truckc._x; _y = (_root.truckc._y - 12); } else if (((((_root.truckd.truck.mine == 0) and (_root.truckd._x > 0)) and (_root.truckd._x < 820)) and (_root.truckd.truck.launched == 1)) and (_root.truckd._y > 260)) { _x = _root.truckd._x; _y = (_root.truckd._y - 12); } else if (((((_root.trucke.truck.mine == 0) and (_root.trucke._x > 0)) and (_root.trucke._x < 820)) and (_root.trucke.truck.launched == 1)) and (_root.trucke._y > 260)) { _x = _root.trucke._x; _y = (_root.trucke._y - 12); } else if (((((_root.truckf.truck.mine == 0) and (_root.truckf._x > 0)) and (_root.truckf._x < 820)) and (_root.truckf.truck.launched == 1)) and (_root.truckf._y > 260)) { _x = _root.truckf._x; _y = (_root.truckf._y - 12); } else if (((((_root.truckg.truck.mine == 0) and (_root.truckg._x > 0)) and (_root.truckg._x < 820)) and (_root.truckg.truck.launched == 1)) and (_root.truckg._y > 260)) { _x = _root.truckg._x; _y = (_root.truckg._y - 12); } else if (((((_root.truckh.truck.mine == 0) and (_root.truckh._x > 0)) and (_root.truckh._x < 820)) and (_root.truckh.truck.launched == 1)) and (_root.truckh._y > 260)) { _x = _root.truckh._x; _y = (_root.truckh._y - 12); } else if (((((_root.trucki.truck.mine == 0) and (_root.trucki._x > 0)) and (_root.trucki._x < 820)) and (_root.trucki.truck.launched == 1)) and (_root.trucki._y > 260)) { _x = _root.trucki._x; _y = (_root.trucki._y - 12); } else if (((((_root.truckj.truck.mine == 0) and (_root.truckj._x > 0)) and (_root.truckj._x < 820)) and (_root.truckj.truck.launched == 1)) and (_root.truckj._y > 260)) { _x = _root.truckj._x; _y = (_root.truckj._y - 12); } else if (((((_root.truckk.truck.mine == 0) and (_root.truckk._x > 0)) and (_root.truckk._x < 820)) and (_root.truckk.truck.launched == 1)) and (_root.truckk._y > 260)) { _x = _root.truckk._x; _y = (_root.truckk._y - 12); } else if (((((_root.truckl.truck.mine == 0) and (_root.truckl._x > 0)) and (_root.truckl._x < 820)) and (_root.truckl.truck.launched == 1)) and (_root.truckl._y > 260)) { _x = _root.truckl._x; _y = (_root.truckl._y - 12); } }
Instance of Symbol 208 MovieClip "remote" in Frame 6
onClipEvent (load) { _alpha = 0; var switcher = 1; } onClipEvent (enterFrame) { if (_root.variables.unpause == 1) { if (switcher == 1) { _alpha = 0; if (((_root.variables.shoot == 1) and (_root.variables.remote > 0)) and (_root.variables.weapon == 4)) { _root.variables.shoot = 0; switcher = 0; _x = _root.ball._x; _y = _root.ball._y; _root.variables.remote = _root.variables.remote - 1; } } else { _alpha = 100; if ((_root.variables.shoot == 1) and (_root.variables.weapon == 4)) { _root.variables.shoot = 0; _root.rm._y = _y + 4; _root.rm._x = _x; if (_root.variables.bullettime >= 0.9) { _root.rm.gotoAndPlay("begin"); _root.rms.gotoAndPlay("begin"); } else { _root.rm.gotoAndPlay("bullettime"); _root.rms.gotoAndPlay("bullettime"); } switcher = 1; } } } }
Instance of Symbol 162 MovieClip "rms" in Frame 6
onClipEvent (enterFrame) { _x = _root.rm._x; _y = (451 - (_root.rm._y / 2)); }
Instance of Symbol 162 MovieClip "rm" in Frame 6
onClipEvent (load) { _y = 400; }
Instance of Symbol 208 MovieClip "remoteshadow" in Frame 6
onClipEvent (enterFrame) { _x = _root.remote._x; _y = (451 - (_root.remote._y / 2)); _alpha = (_root.remote._alpha - 30); }
Instance of Symbol 214 MovieClip "trucka" in Frame 6
onClipEvent (enterFrame) { if (this.truck.launched == 1) { _root.truckashadow.shadow.gotoAndPlay("normal"); } if (this.truck.launched == 2) { _root.truckashadow.shadow.gotoAndPlay("shell"); } if (this.truck.mine == 0) { _root.truckashadow.shadow.truck.gotoAndPlay("red"); } else { _root.truckashadow.shadow.truck.gotoAndPlay("black"); } }
Instance of Symbol 215 MovieClip "bulletshota" in Frame 6
onClipEvent (load) { _alpha = 100; var switcher = 1; var mine = 0; } onClipEvent (enterFrame) { if (_root.trucka.truck.mine == 1) { mine = 1; } else { mine = 0; } if (_root.variables.unpause == 1) { if (switcher == 1) { _xscale = _root.trucka._xscale; if (_xscale == 100) { if (_root.trucka.truck.mine == 0) { if (_root.ball._x > _root.trucka._x) { _rotation = (57.2957795130823 * Math.atan((_root.trucka._y - _root.ball._y) / (_root.trucka._x - _root.ball._x))); } else { _rotation = ((57.2957795130823 * Math.atan((_root.trucka._y - _root.ball._y) / (_root.trucka._x - _root.ball._x))) - 180); } } else if (_root.targeter._x > _root.trucka._x) { _rotation = (57.2957795130823 * Math.atan((_root.trucka._y - _root.targeter._y) / (_root.trucka._x - _root.targeter._x))); } else { _rotation = ((57.2957795130823 * Math.atan((_root.trucka._y - _root.targeter._y) / (_root.trucka._x - _root.targeter._x))) - 180); } } else if (_root.trucka.truck.mine == 0) { if (_root.ball._x > _root.trucka._x) { _rotation = (-57.2957795130823 * Math.atan((_root.trucka._y - _root.ball._y) / (_root.trucka._x - _root.ball._x))); } else { _rotation = ((-57.2957795130823 * Math.atan((_root.trucka._y - _root.ball._y) / (_root.trucka._x - _root.ball._x))) + 180); } } else if (_root.targeter._x > _root.trucka._x) { _rotation = (-57.2957795130823 * Math.atan((_root.trucka._y - _root.targeter._y) / (_root.trucka._x - _root.targeter._x))); } else { _rotation = ((-57.2957795130823 * Math.atan((_root.trucka._y - _root.targeter._y) / (_root.trucka._x - _root.targeter._x))) + 180); } _alpha = 0; if ((_root.trucka.truck.shoot == 1) and (_root.trucka.truck.launched == 1)) { switcher = 0; _x = _root.trucka._x; _y = _root.trucka._y; xvector = Math.cos((_rotation / 180) * Math.PI); yvector = Math.sin((_rotation / 180) * Math.PI); } } else { _alpha = 100; _x = (_x + ((8 * xvector) * _root.variables.bullettime)); _y = (_y + ((8 * yvector) * _root.variables.bullettime)); if ((((_y > 300) or (_x > 800)) or (_y < 0)) or (_x < 0)) { switcher = 1; } } } }
Instance of Symbol 215 MovieClip "bulletshotb" in Frame 6
onClipEvent (load) { _alpha = 100; var switcher = 1; var mine = 0; } onClipEvent (enterFrame) { if (_root.truckb.truck.mine == 1) { mine = 1; } else { mine = 0; } if (_root.variables.unpause == 1) { if (switcher == 1) { _xscale = _root.truckb._xscale; if (_xscale == 100) { if (_root.truckb.truck.mine == 0) { if (_root.ball._x > _root.truckb._x) { _rotation = (57.2957795130823 * Math.atan((_root.truckb._y - _root.ball._y) / (_root.truckb._x - _root.ball._x))); } else { _rotation = ((57.2957795130823 * Math.atan((_root.truckb._y - _root.ball._y) / (_root.truckb._x - _root.ball._x))) - 180); } } else if (_root.targeter._x > _root.truckb._x) { _rotation = (57.2957795130823 * Math.atan((_root.truckb._y - _root.targeter._y) / (_root.truckb._x - _root.targeter._x))); } else { _rotation = ((57.2957795130823 * Math.atan((_root.truckb._y - _root.targeter._y) / (_root.truckb._x - _root.targeter._x))) - 180); } } else if (_root.truckb.truck.mine == 0) { if (_root.ball._x > _root.truckb._x) { _rotation = (-57.2957795130823 * Math.atan((_root.truckb._y - _root.ball._y) / (_root.truckb._x - _root.ball._x))); } else { _rotation = ((-57.2957795130823 * Math.atan((_root.truckb._y - _root.ball._y) / (_root.truckb._x - _root.ball._x))) + 180); } } else if (_root.targeter._x > _root.truckb._x) { _rotation = (-57.2957795130823 * Math.atan((_root.truckb._y - _root.targeter._y) / (_root.truckb._x - _root.targeter._x))); } else { _rotation = ((-57.2957795130823 * Math.atan((_root.truckb._y - _root.targeter._y) / (_root.truckb._x - _root.targeter._x))) + 180); } _alpha = 0; if ((_root.truckb.truck.shoot == 1) and (_root.truckb.truck.launched == 1)) { switcher = 0; _x = _root.truckb._x; _y = _root.truckb._y; xvector = Math.cos((_rotation / 180) * Math.PI); yvector = Math.sin((_rotation / 180) * Math.PI); } } else { _alpha = 100; _x = (_x + ((8 * xvector) * _root.variables.bullettime)); _y = (_y + ((8 * yvector) * _root.variables.bullettime)); if ((((_y > 300) or (_x > 800)) or (_y < 0)) or (_x < 0)) { switcher = 1; } } } }
Instance of Symbol 214 MovieClip "truckb" in Frame 6
onClipEvent (enterFrame) { if (this.truck.launched == 1) { _root.truckbshadow.shadow.gotoAndPlay("normal"); } if (this.truck.launched == 2) { _root.truckbshadow.shadow.gotoAndPlay("shell"); } if (this.truck.mine == 0) { _root.truckbshadow.shadow.truck.gotoAndPlay("red"); } else { _root.truckbshadow.shadow.truck.gotoAndPlay("black"); } }
Instance of Symbol 215 MovieClip "bulletshotc" in Frame 6
onClipEvent (load) { _alpha = 100; var switcher = 1; var mine = 0; } onClipEvent (enterFrame) { if (_root.truckc.truck.mine == 1) { mine = 1; } else { mine = 0; } if (_root.variables.unpause == 1) { if (switcher == 1) { _xscale = _root.truckc._xscale; if (_xscale == 100) { if (_root.truckc.truck.mine == 0) { if (_root.ball._x > _root.truckc._x) { _rotation = (57.2957795130823 * Math.atan((_root.truckc._y - _root.ball._y) / (_root.truckc._x - _root.ball._x))); } else { _rotation = ((57.2957795130823 * Math.atan((_root.truckc._y - _root.ball._y) / (_root.truckc._x - _root.ball._x))) - 180); } } else if (_root.targeter._x > _root.truckc._x) { _rotation = (57.2957795130823 * Math.atan((_root.truckc._y - _root.targeter._y) / (_root.truckc._x - _root.targeter._x))); } else { _rotation = ((57.2957795130823 * Math.atan((_root.truckc._y - _root.targeter._y) / (_root.truckc._x - _root.targeter._x))) - 180); } } else if (_root.truckc.truck.mine == 0) { if (_root.ball._x > _root.truckc._x) { _rotation = (-57.2957795130823 * Math.atan((_root.truckc._y - _root.ball._y) / (_root.truckc._x - _root.ball._x))); } else { _rotation = ((-57.2957795130823 * Math.atan((_root.truckc._y - _root.ball._y) / (_root.truckc._x - _root.ball._x))) + 180); } } else if (_root.targeter._x > _root.truckc._x) { _rotation = (-57.2957795130823 * Math.atan((_root.truckc._y - _root.targeter._y) / (_root.truckc._x - _root.targeter._x))); } else { _rotation = ((-57.2957795130823 * Math.atan((_root.truckc._y - _root.targeter._y) / (_root.truckc._x - _root.targeter._x))) + 180); } _alpha = 0; if ((_root.truckc.truck.shoot == 1) and (_root.truckc.truck.launched == 1)) { switcher = 0; _x = _root.truckc._x; _y = _root.truckc._y; xvector = Math.cos((_rotation / 180) * Math.PI); yvector = Math.sin((_rotation / 180) * Math.PI); } } else { _alpha = 100; _x = (_x + ((8 * xvector) * _root.variables.bullettime)); _y = (_y + ((8 * yvector) * _root.variables.bullettime)); if ((((_y > 300) or (_x > 800)) or (_y < 0)) or (_x < 0)) { switcher = 1; } } } }
Instance of Symbol 214 MovieClip "truckc" in Frame 6
onClipEvent (enterFrame) { if (this.truck.launched == 1) { _root.truckcshadow.shadow.gotoAndPlay("normal"); } if (this.truck.launched == 2) { _root.truckcshadow.shadow.gotoAndPlay("shell"); } if (this.truck.mine == 0) { _root.truckcshadow.shadow.truck.gotoAndPlay("red"); } else { _root.truckcshadow.shadow.truck.gotoAndPlay("black"); } }
Instance of Symbol 214 MovieClip "truckd" in Frame 6
onClipEvent (enterFrame) { if (this.truck.launched == 1) { _root.truckdshadow.shadow.gotoAndPlay("normal"); } if (this.truck.launched == 2) { _root.truckdshadow.shadow.gotoAndPlay("shell"); } if (this.truck.mine == 0) { _root.truckdshadow.shadow.truck.gotoAndPlay("red"); } else { _root.truckdshadow.shadow.truck.gotoAndPlay("black"); } }
Instance of Symbol 215 MovieClip "bulletshotd" in Frame 6
onClipEvent (load) { _alpha = 100; var switcher = 1; var mine = 0; } onClipEvent (enterFrame) { if (_root.truckd.truck.mine == 1) { mine = 1; } else { mine = 0; } if (_root.variables.unpause == 1) { if (switcher == 1) { _xscale = _root.truckd._xscale; if (_xscale == 100) { if (_root.truckd.truck.mine == 0) { if (_root.ball._x > _root.truckd._x) { _rotation = (57.2957795130823 * Math.atan((_root.truckd._y - _root.ball._y) / (_root.truckd._x - _root.ball._x))); } else { _rotation = ((57.2957795130823 * Math.atan((_root.truckd._y - _root.ball._y) / (_root.truckd._x - _root.ball._x))) - 180); } } else if (_root.targeter._x > _root.truckd._x) { _rotation = (57.2957795130823 * Math.atan((_root.truckd._y - _root.targeter._y) / (_root.truckd._x - _root.targeter._x))); } else { _rotation = ((57.2957795130823 * Math.atan((_root.truckd._y - _root.targeter._y) / (_root.truckd._x - _root.targeter._x))) - 180); } } else if (_root.truckd.truck.mine == 0) { if (_root.ball._x > _root.truckd._x) { _rotation = (-57.2957795130823 * Math.atan((_root.truckd._y - _root.ball._y) / (_root.truckd._x - _root.ball._x))); } else { _rotation = ((-57.2957795130823 * Math.atan((_root.truckd._y - _root.ball._y) / (_root.truckd._x - _root.ball._x))) + 180); } } else if (_root.targeter._x > _root.truckd._x) { _rotation = (-57.2957795130823 * Math.atan((_root.truckd._y - _root.targeter._y) / (_root.truckd._x - _root.targeter._x))); } else { _rotation = ((-57.2957795130823 * Math.atan((_root.truckd._y - _root.targeter._y) / (_root.truckd._x - _root.targeter._x))) + 180); } _alpha = 0; if ((_root.truckd.truck.shoot == 1) and (_root.truckd.truck.launched == 1)) { switcher = 0; _x = _root.truckd._x; _y = _root.truckd._y; xvector = Math.cos((_rotation / 180) * Math.PI); yvector = Math.sin((_rotation / 180) * Math.PI); } } else { _alpha = 100; _x = (_x + ((8 * xvector) * _root.variables.bullettime)); _y = (_y + ((8 * yvector) * _root.variables.bullettime)); if ((((_y > 300) or (_x > 800)) or (_y < 0)) or (_x < 0)) { switcher = 1; } } } }
Instance of Symbol 215 MovieClip "bulletshote" in Frame 6
onClipEvent (load) { _alpha = 100; var switcher = 1; var mine = 0; } onClipEvent (enterFrame) { if (_root.trucke.truck.mine == 1) { mine = 1; } else { mine = 0; } if (_root.variables.unpause == 1) { if (switcher == 1) { _xscale = _root.trucke._xscale; if (_xscale == 100) { if (_root.trucke.truck.mine == 0) { if (_root.ball._x > _root.trucke._x) { _rotation = (57.2957795130823 * Math.atan((_root.trucke._y - _root.ball._y) / (_root.trucke._x - _root.ball._x))); } else { _rotation = ((57.2957795130823 * Math.atan((_root.trucke._y - _root.ball._y) / (_root.trucke._x - _root.ball._x))) - 180); } } else if (_root.targeter._x > _root.trucke._x) { _rotation = (57.2957795130823 * Math.atan((_root.trucke._y - _root.targeter._y) / (_root.trucke._x - _root.targeter._x))); } else { _rotation = ((57.2957795130823 * Math.atan((_root.trucke._y - _root.targeter._y) / (_root.trucke._x - _root.targeter._x))) - 180); } } else if (_root.trucke.truck.mine == 0) { if (_root.ball._x > _root.trucke._x) { _rotation = (-57.2957795130823 * Math.atan((_root.trucke._y - _root.ball._y) / (_root.trucke._x - _root.ball._x))); } else { _rotation = ((-57.2957795130823 * Math.atan((_root.trucke._y - _root.ball._y) / (_root.trucke._x - _root.ball._x))) + 180); } } else if (_root.targeter._x > _root.trucke._x) { _rotation = (-57.2957795130823 * Math.atan((_root.trucke._y - _root.targeter._y) / (_root.trucke._x - _root.targeter._x))); } else { _rotation = ((-57.2957795130823 * Math.atan((_root.trucke._y - _root.targeter._y) / (_root.trucke._x - _root.targeter._x))) + 180); } _alpha = 0; if ((_root.trucke.truck.shoot == 1) and (_root.trucke.truck.launched == 1)) { switcher = 0; _x = _root.trucke._x; _y = _root.trucke._y; xvector = Math.cos((_rotation / 180) * Math.PI); yvector = Math.sin((_rotation / 180) * Math.PI); } } else { _alpha = 100; _x = (_x + ((8 * xvector) * _root.variables.bullettime)); _y = (_y + ((8 * yvector) * _root.variables.bullettime)); if ((((_y > 300) or (_x > 800)) or (_y < 0)) or (_x < 0)) { switcher = 1; } } } }
Instance of Symbol 214 MovieClip "trucke" in Frame 6
onClipEvent (enterFrame) { if (this.truck.launched == 1) { _root.truckeshadow.shadow.gotoAndPlay("normal"); } if (this.truck.launched == 2) { _root.truckeshadow.shadow.gotoAndPlay("shell"); } if (this.truck.mine == 0) { _root.truckeshadow.shadow.truck.gotoAndPlay("red"); } else { _root.truckeshadow.shadow.truck.gotoAndPlay("black"); } }
Instance of Symbol 215 MovieClip "bulletshotf" in Frame 6
onClipEvent (load) { _alpha = 100; var switcher = 1; var mine = 0; } onClipEvent (enterFrame) { if (_root.truckf.truck.mine == 1) { mine = 1; } else { mine = 0; } if (_root.variables.unpause == 1) { if (switcher == 1) { _xscale = _root.truckf._xscale; if (_xscale == 100) { if (_root.truckf.truck.mine == 0) { if (_root.ball._x > _root.truckf._x) { _rotation = (57.2957795130823 * Math.atan((_root.truckf._y - _root.ball._y) / (_root.truckf._x - _root.ball._x))); } else { _rotation = ((57.2957795130823 * Math.atan((_root.truckf._y - _root.ball._y) / (_root.truckf._x - _root.ball._x))) - 180); } } else if (_root.targeter._x > _root.truckf._x) { _rotation = (57.2957795130823 * Math.atan((_root.truckf._y - _root.targeter._y) / (_root.truckf._x - _root.targeter._x))); } else { _rotation = ((57.2957795130823 * Math.atan((_root.truckf._y - _root.targeter._y) / (_root.truckf._x - _root.targeter._x))) - 180); } } else if (_root.truckf.truck.mine == 0) { if (_root.ball._x > _root.truckf._x) { _rotation = (-57.2957795130823 * Math.atan((_root.truckf._y - _root.ball._y) / (_root.truckf._x - _root.ball._x))); } else { _rotation = ((-57.2957795130823 * Math.atan((_root.truckf._y - _root.ball._y) / (_root.truckf._x - _root.ball._x))) + 180); } } else if (_root.targeter._x > _root.truckf._x) { _rotation = (-57.2957795130823 * Math.atan((_root.truckf._y - _root.targeter._y) / (_root.truckf._x - _root.targeter._x))); } else { _rotation = ((-57.2957795130823 * Math.atan((_root.truckf._y - _root.targeter._y) / (_root.truckf._x - _root.targeter._x))) + 180); } _alpha = 0; if ((_root.truckf.truck.shoot == 1) and (_root.truckf.truck.launched == 1)) { switcher = 0; _x = _root.truckf._x; _y = _root.truckf._y; xvector = Math.cos((_rotation / 180) * Math.PI); yvector = Math.sin((_rotation / 180) * Math.PI); } } else { _alpha = 100; _x = (_x + ((8 * xvector) * _root.variables.bullettime)); _y = (_y + ((8 * yvector) * _root.variables.bullettime)); if ((((_y > 300) or (_x > 800)) or (_y < 0)) or (_x < 0)) { switcher = 1; } } } }
Instance of Symbol 214 MovieClip "truckf" in Frame 6
onClipEvent (enterFrame) { if (this.truck.launched == 1) { _root.truckfshadow.shadow.gotoAndPlay("normal"); } if (this.truck.launched == 2) { _root.truckfshadow.shadow.gotoAndPlay("shell"); } if (this.truck.mine == 0) { _root.truckfshadow.shadow.truck.gotoAndPlay("red"); } else { _root.truckfshadow.shadow.truck.gotoAndPlay("black"); } }
Instance of Symbol 214 MovieClip "truckl" in Frame 6
onClipEvent (enterFrame) { if (this.truck.launched == 1) { _root.trucklshadow.shadow.gotoAndPlay("normal"); } if (this.truck.launched == 2) { _root.trucklshadow.shadow.gotoAndPlay("shell"); } if (this.truck.mine == 0) { _root.trucklshadow.shadow.truck.gotoAndPlay("red"); } else { _root.trucklshadow.shadow.truck.gotoAndPlay("black"); } }
Instance of Symbol 214 MovieClip "truckk" in Frame 6
onClipEvent (enterFrame) { if (this.truck.launched == 1) { _root.truckkshadow.shadow.gotoAndPlay("normal"); } if (this.truck.launched == 2) { _root.truckkshadow.shadow.gotoAndPlay("shell"); } if (this.truck.mine == 0) { _root.truckkshadow.shadow.truck.gotoAndPlay("red"); } else { _root.truckkshadow.shadow.truck.gotoAndPlay("black"); } }
Instance of Symbol 214 MovieClip "truckj" in Frame 6
onClipEvent (enterFrame) { if (this.truck.launched == 1) { _root.truckjshadow.shadow.gotoAndPlay("normal"); } if (this.truck.launched == 2) { _root.truckjshadow.shadow.gotoAndPlay("shell"); } if (this.truck.mine == 0) { _root.truckjshadow.shadow.truck.gotoAndPlay("red"); } else { _root.truckjshadow.shadow.truck.gotoAndPlay("black"); } }
Instance of Symbol 214 MovieClip "trucki" in Frame 6
onClipEvent (enterFrame) { if (this.truck.launched == 1) { _root.truckishadow.shadow.gotoAndPlay("normal"); } if (this.truck.launched == 2) { _root.truckishadow.shadow.gotoAndPlay("shell"); } if (this.truck.mine == 0) { _root.truckishadow.shadow.truck.gotoAndPlay("red"); } else { _root.truckishadow.shadow.truck.gotoAndPlay("black"); } }
Instance of Symbol 214 MovieClip "truckh" in Frame 6
onClipEvent (enterFrame) { if (this.truck.launched == 1) { _root.truckhshadow.shadow.gotoAndPlay("normal"); } if (this.truck.launched == 2) { _root.truckhshadow.shadow.gotoAndPlay("shell"); } if (this.truck.mine == 0) { _root.truckhshadow.shadow.truck.gotoAndPlay("red"); } else { _root.truckhshadow.shadow.truck.gotoAndPlay("black"); } }
Instance of Symbol 214 MovieClip "truckg" in Frame 6
onClipEvent (enterFrame) { if (this.truck.launched == 1) { _root.truckgshadow.shadow.gotoAndPlay("normal"); } if (this.truck.launched == 2) { _root.truckgshadow.shadow.gotoAndPlay("shell"); } if (this.truck.mine == 0) { _root.truckgshadow.shadow.truck.gotoAndPlay("red"); } else { _root.truckgshadow.shadow.truck.gotoAndPlay("black"); } }
Instance of Symbol 215 MovieClip "bulletshotl" in Frame 6
onClipEvent (load) { _alpha = 100; var switcher = 1; var mine = 0; } onClipEvent (enterFrame) { if (_root.truckl.truck.mine == 1) { mine = 1; } else { mine = 0; } if (_root.variables.unpause == 1) { if (switcher == 1) { _xscale = _root.truckl._xscale; if (_xscale == 100) { if (_root.truckl.truck.mine == 0) { if (_root.ball._x > _root.truckl._x) { _rotation = (57.2957795130823 * Math.atan((_root.truckl._y - _root.ball._y) / (_root.truckl._x - _root.ball._x))); } else { _rotation = ((57.2957795130823 * Math.atan((_root.truckl._y - _root.ball._y) / (_root.truckl._x - _root.ball._x))) - 180); } } else if (_root.targeter._x > _root.truckl._x) { _rotation = (57.2957795130823 * Math.atan((_root.truckl._y - _root.targeter._y) / (_root.truckl._x - _root.targeter._x))); } else { _rotation = ((57.2957795130823 * Math.atan((_root.truckl._y - _root.targeter._y) / (_root.truckl._x - _root.targeter._x))) - 180); } } else if (_root.truckl.truck.mine == 0) { if (_root.ball._x > _root.truckl._x) { _rotation = (-57.2957795130823 * Math.atan((_root.truckl._y - _root.ball._y) / (_root.truckl._x - _root.ball._x))); } else { _rotation = ((-57.2957795130823 * Math.atan((_root.truckl._y - _root.ball._y) / (_root.truckl._x - _root.ball._x))) + 180); } } else if (_root.targeter._x > _root.truckl._x) { _rotation = (-57.2957795130823 * Math.atan((_root.truckl._y - _root.targeter._y) / (_root.truckl._x - _root.targeter._x))); } else { _rotation = ((-57.2957795130823 * Math.atan((_root.truckl._y - _root.targeter._y) / (_root.truckl._x - _root.targeter._x))) + 180); } _alpha = 0; if ((_root.truckl.truck.shoot == 1) and (_root.truckl.truck.launched == 1)) { switcher = 0; _x = _root.truckl._x; _y = _root.truckl._y; xvector = Math.cos((_rotation / 180) * Math.PI); yvector = Math.sin((_rotation / 180) * Math.PI); } } else { _alpha = 100; _x = (_x + ((8 * xvector) * _root.variables.bullettime)); _y = (_y + ((8 * yvector) * _root.variables.bullettime)); if ((((_y > 300) or (_x > 800)) or (_y < 0)) or (_x < 0)) { switcher = 1; } } } }
Instance of Symbol 215 MovieClip "bulletshotk" in Frame 6
onClipEvent (load) { _alpha = 100; var switcher = 1; var mine = 0; } onClipEvent (enterFrame) { if (_root.truckk.truck.mine == 1) { mine = 1; } else { mine = 0; } if (_root.variables.unpause == 1) { if (switcher == 1) { _xscale = _root.truckk._xscale; if (_xscale == 100) { if (_root.truckk.truck.mine == 0) { if (_root.ball._x > _root.truckk._x) { _rotation = (57.2957795130823 * Math.atan((_root.truckk._y - _root.ball._y) / (_root.truckk._x - _root.ball._x))); } else { _rotation = ((57.2957795130823 * Math.atan((_root.truckk._y - _root.ball._y) / (_root.truckk._x - _root.ball._x))) - 180); } } else if (_root.targeter._x > _root.truckk._x) { _rotation = (57.2957795130823 * Math.atan((_root.truckk._y - _root.targeter._y) / (_root.truckk._x - _root.targeter._x))); } else { _rotation = ((57.2957795130823 * Math.atan((_root.truckk._y - _root.targeter._y) / (_root.truckk._x - _root.targeter._x))) - 180); } } else if (_root.truckk.truck.mine == 0) { if (_root.ball._x > _root.truckk._x) { _rotation = (-57.2957795130823 * Math.atan((_root.truckk._y - _root.ball._y) / (_root.truckk._x - _root.ball._x))); } else { _rotation = ((-57.2957795130823 * Math.atan((_root.truckk._y - _root.ball._y) / (_root.truckk._x - _root.ball._x))) + 180); } } else if (_root.targeter._x > _root.truckk._x) { _rotation = (-57.2957795130823 * Math.atan((_root.truckk._y - _root.targeter._y) / (_root.truckk._x - _root.targeter._x))); } else { _rotation = ((-57.2957795130823 * Math.atan((_root.truckk._y - _root.targeter._y) / (_root.truckk._x - _root.targeter._x))) + 180); } _alpha = 0; if ((_root.truckk.truck.shoot == 1) and (_root.truckk.truck.launched == 1)) { switcher = 0; _x = _root.truckk._x; _y = _root.truckk._y; xvector = Math.cos((_rotation / 180) * Math.PI); yvector = Math.sin((_rotation / 180) * Math.PI); } } else { _alpha = 100; _x = (_x + ((8 * xvector) * _root.variables.bullettime)); _y = (_y + ((8 * yvector) * _root.variables.bullettime)); if ((((_y > 300) or (_x > 800)) or (_y < 0)) or (_x < 0)) { switcher = 1; } } } }
Instance of Symbol 215 MovieClip "bulletshotj" in Frame 6
onClipEvent (load) { _alpha = 100; var switcher = 1; var mine = 0; } onClipEvent (enterFrame) { if (_root.truckj.truck.mine == 1) { mine = 1; } else { mine = 0; } if (_root.variables.unpause == 1) { if (switcher == 1) { _xscale = _root.truckj._xscale; if (_xscale == 100) { if (_root.truckj.truck.mine == 0) { if (_root.ball._x > _root.truckj._x) { _rotation = (57.2957795130823 * Math.atan((_root.truckj._y - _root.ball._y) / (_root.truckj._x - _root.ball._x))); } else { _rotation = ((57.2957795130823 * Math.atan((_root.truckj._y - _root.ball._y) / (_root.truckj._x - _root.ball._x))) - 180); } } else if (_root.targeter._x > _root.truckj._x) { _rotation = (57.2957795130823 * Math.atan((_root.truckj._y - _root.targeter._y) / (_root.truckj._x - _root.targeter._x))); } else { _rotation = ((57.2957795130823 * Math.atan((_root.truckj._y - _root.targeter._y) / (_root.truckj._x - _root.targeter._x))) - 180); } } else if (_root.truckj.truck.mine == 0) { if (_root.ball._x > _root.truckj._x) { _rotation = (-57.2957795130823 * Math.atan((_root.truckj._y - _root.ball._y) / (_root.truckj._x - _root.ball._x))); } else { _rotation = ((-57.2957795130823 * Math.atan((_root.truckj._y - _root.ball._y) / (_root.truckj._x - _root.ball._x))) + 180); } } else if (_root.targeter._x > _root.truckj._x) { _rotation = (-57.2957795130823 * Math.atan((_root.truckj._y - _root.targeter._y) / (_root.truckj._x - _root.targeter._x))); } else { _rotation = ((-57.2957795130823 * Math.atan((_root.truckj._y - _root.targeter._y) / (_root.truckj._x - _root.targeter._x))) + 180); } _alpha = 0; if ((_root.truckj.truck.shoot == 1) and (_root.truckj.truck.launched == 1)) { switcher = 0; _x = _root.truckj._x; _y = _root.truckj._y; xvector = Math.cos((_rotation / 180) * Math.PI); yvector = Math.sin((_rotation / 180) * Math.PI); } } else { _alpha = 100; _x = (_x + ((8 * xvector) * _root.variables.bullettime)); _y = (_y + ((8 * yvector) * _root.variables.bullettime)); if ((((_y > 300) or (_x > 800)) or (_y < 0)) or (_x < 0)) { switcher = 1; } } } }
Instance of Symbol 215 MovieClip "bulletshoti" in Frame 6
onClipEvent (load) { _alpha = 100; var switcher = 1; var mine = 0; } onClipEvent (enterFrame) { if (_root.trucki.truck.mine == 1) { mine = 1; } else { mine = 0; } if (_root.variables.unpause == 1) { if (switcher == 1) { _xscale = _root.trucki._xscale; if (_xscale == 100) { if (_root.trucki.truck.mine == 0) { if (_root.ball._x > _root.trucki._x) { _rotation = (57.2957795130823 * Math.atan((_root.trucki._y - _root.ball._y) / (_root.trucki._x - _root.ball._x))); } else { _rotation = ((57.2957795130823 * Math.atan((_root.trucki._y - _root.ball._y) / (_root.trucki._x - _root.ball._x))) - 180); } } else if (_root.targeter._x > _root.trucki._x) { _rotation = (57.2957795130823 * Math.atan((_root.trucki._y - _root.targeter._y) / (_root.trucki._x - _root.targeter._x))); } else { _rotation = ((57.2957795130823 * Math.atan((_root.trucki._y - _root.targeter._y) / (_root.trucki._x - _root.targeter._x))) - 180); } } else if (_root.trucki.truck.mine == 0) { if (_root.ball._x > _root.trucki._x) { _rotation = (-57.2957795130823 * Math.atan((_root.trucki._y - _root.ball._y) / (_root.trucki._x - _root.ball._x))); } else { _rotation = ((-57.2957795130823 * Math.atan((_root.trucki._y - _root.ball._y) / (_root.trucki._x - _root.ball._x))) + 180); } } else if (_root.targeter._x > _root.trucki._x) { _rotation = (-57.2957795130823 * Math.atan((_root.trucki._y - _root.targeter._y) / (_root.trucki._x - _root.targeter._x))); } else { _rotation = ((-57.2957795130823 * Math.atan((_root.trucki._y - _root.targeter._y) / (_root.trucki._x - _root.targeter._x))) + 180); } _alpha = 0; if ((_root.trucki.truck.shoot == 1) and (_root.trucki.truck.launched == 1)) { switcher = 0; _x = _root.trucki._x; _y = _root.trucki._y; xvector = Math.cos((_rotation / 180) * Math.PI); yvector = Math.sin((_rotation / 180) * Math.PI); } } else { _alpha = 100; _x = (_x + ((8 * xvector) * _root.variables.bullettime)); _y = (_y + ((8 * yvector) * _root.variables.bullettime)); if ((((_y > 300) or (_x > 800)) or (_y < 0)) or (_x < 0)) { switcher = 1; } } } }
Instance of Symbol 215 MovieClip "bulletshoth" in Frame 6
onClipEvent (load) { _alpha = 100; var switcher = 1; var mine = 0; } onClipEvent (enterFrame) { if (_root.truckh.truck.mine == 1) { mine = 1; } else { mine = 0; } if (_root.variables.unpause == 1) { if (switcher == 1) { _xscale = _root.truckh._xscale; if (_xscale == 100) { if (_root.truckh.truck.mine == 0) { if (_root.ball._x > _root.truckh._x) { _rotation = (57.2957795130823 * Math.atan((_root.truckh._y - _root.ball._y) / (_root.truckh._x - _root.ball._x))); } else { _rotation = ((57.2957795130823 * Math.atan((_root.truckh._y - _root.ball._y) / (_root.truckh._x - _root.ball._x))) - 180); } } else if (_root.targeter._x > _root.truckh._x) { _rotation = (57.2957795130823 * Math.atan((_root.truckh._y - _root.targeter._y) / (_root.truckh._x - _root.targeter._x))); } else { _rotation = ((57.2957795130823 * Math.atan((_root.truckh._y - _root.targeter._y) / (_root.truckh._x - _root.targeter._x))) - 180); } } else if (_root.truckh.truck.mine == 0) { if (_root.ball._x > _root.truckh._x) { _rotation = (-57.2957795130823 * Math.atan((_root.truckh._y - _root.ball._y) / (_root.truckh._x - _root.ball._x))); } else { _rotation = ((-57.2957795130823 * Math.atan((_root.truckh._y - _root.ball._y) / (_root.truckh._x - _root.ball._x))) + 180); } } else if (_root.targeter._x > _root.truckh._x) { _rotation = (-57.2957795130823 * Math.atan((_root.truckh._y - _root.targeter._y) / (_root.truckh._x - _root.targeter._x))); } else { _rotation = ((-57.2957795130823 * Math.atan((_root.truckh._y - _root.targeter._y) / (_root.truckh._x - _root.targeter._x))) + 180); } _alpha = 0; if ((_root.truckh.truck.shoot == 1) and (_root.truckh.truck.launched == 1)) { switcher = 0; _x = _root.truckh._x; _y = _root.truckh._y; xvector = Math.cos((_rotation / 180) * Math.PI); yvector = Math.sin((_rotation / 180) * Math.PI); } } else { _alpha = 100; _x = (_x + ((8 * xvector) * _root.variables.bullettime)); _y = (_y + ((8 * yvector) * _root.variables.bullettime)); if ((((_y > 300) or (_x > 800)) or (_y < 0)) or (_x < 0)) { switcher = 1; } } } }
Instance of Symbol 215 MovieClip "bulletshotg" in Frame 6
onClipEvent (load) { _alpha = 100; var switcher = 1; var mine = 0; } onClipEvent (enterFrame) { if (_root.truckg.truck.mine == 1) { mine = 1; } else { mine = 0; } if (_root.variables.unpause == 1) { if (switcher == 1) { _xscale = _root.truckg._xscale; if (_xscale == 100) { if (_root.truckg.truck.mine == 0) { if (_root.ball._x > _root.truckg._x) { _rotation = (57.2957795130823 * Math.atan((_root.truckg._y - _root.ball._y) / (_root.truckg._x - _root.ball._x))); } else { _rotation = ((57.2957795130823 * Math.atan((_root.truckg._y - _root.ball._y) / (_root.truckg._x - _root.ball._x))) - 180); } } else if (_root.targeter._x > _root.truckg._x) { _rotation = (57.2957795130823 * Math.atan((_root.truckg._y - _root.targeter._y) / (_root.truckg._x - _root.targeter._x))); } else { _rotation = ((57.2957795130823 * Math.atan((_root.truckg._y - _root.targeter._y) / (_root.truckg._x - _root.targeter._x))) - 180); } } else if (_root.truckg.truck.mine == 0) { if (_root.ball._x > _root.truckg._x) { _rotation = (-57.2957795130823 * Math.atan((_root.truckg._y - _root.ball._y) / (_root.truckg._x - _root.ball._x))); } else { _rotation = ((-57.2957795130823 * Math.atan((_root.truckg._y - _root.ball._y) / (_root.truckg._x - _root.ball._x))) + 180); } } else if (_root.targeter._x > _root.truckg._x) { _rotation = (-57.2957795130823 * Math.atan((_root.truckg._y - _root.targeter._y) / (_root.truckg._x - _root.targeter._x))); } else { _rotation = ((-57.2957795130823 * Math.atan((_root.truckg._y - _root.targeter._y) / (_root.truckg._x - _root.targeter._x))) + 180); } _alpha = 0; if ((_root.truckg.truck.shoot == 1) and (_root.truckg.truck.launched == 1)) { switcher = 0; _x = _root.truckg._x; _y = _root.truckg._y; xvector = Math.cos((_rotation / 180) * Math.PI); yvector = Math.sin((_rotation / 180) * Math.PI); } } else { _alpha = 100; _x = (_x + ((8 * xvector) * _root.variables.bullettime)); _y = (_y + ((8 * yvector) * _root.variables.bullettime)); if ((((_y > 300) or (_x > 800)) or (_y < 0)) or (_x < 0)) { switcher = 1; } } } }
Instance of Symbol 218 MovieClip "bomber" in Frame 6
onClipEvent (load) { shell = 0; } onClipEvent (enterFrame) { if (shell == 1) { _root.bombershadow.hit.gotoAndStop("shell"); } else { _root.bombershadow.hit.gotoAndStop("normal"); } }
Instance of Symbol 165 MovieClip "bomberbomb" in Frame 6
onClipEvent (load) { _alpha = 0; var switcher = 1; var xvector = 0; var ythrust = 0; var bomb = 1; } onClipEvent (enterFrame) { if (_root.variables.unpause == 1) { if (switcher == 1) { _alpha = 0; if (((_root.bomber.hit.shoot == 1) and (bomb == 1)) and (_root.bomber.hit.launched == 1)) { switcher = 0; _x = _root.bomber._x; _y = (_root.bomber._y + 30); xvector = (-2 * _root.bomber.hit._xscale) / 100; ythrust = 0; bomb = 2; } } else { ythrust = ythrust - 0.7; if (xvector > 0) { xvector = xvector - 0.1; } else { xvector = xvector + 0.1; } _alpha = 100; _x = (_x + (xvector * _root.variables.bullettime)); _y = (_y - (ythrust * _root.variables.bullettime)); if ((_y > 300) or this.hitTest(_root.ball)) { _root.bom._y = _y + 4; _root.bom._x = _x; if (_root.variables.bullettime >= 0.9) { _root.bom.gotoAndPlay("begin"); _root.boms.gotoAndPlay("begin"); } else { _root.bom.gotoAndPlay("bullettime"); _root.boms.gotoAndPlay("bullettime"); } switcher = 1; } } } }
Instance of Symbol 165 MovieClip "bomberbomb2" in Frame 6
onClipEvent (load) { _alpha = 0; var switcher = 1; var xvector = 0; var ythrust = 0; } onClipEvent (enterFrame) { if (_root.variables.unpause == 1) { if (switcher == 1) { _alpha = 0; if (((_root.bomber.hit.shoot == 1) and (_root.bomberbomb.bomb == 2)) and (_root.bomber.hit.launched == 1)) { switcher = 0; _x = _root.bomber._x; _y = (_root.bomber._y + 30); xvector = (-2 * _root.bomber.hit._xscale) / 100; ythrust = 0; _root.bomberbomb.bomb = 1; } } else { ythrust = ythrust - 0.7; if (xvector > 0) { xvector = xvector - 0.1; } else { xvector = xvector + 0.1; } _alpha = 100; _x = (_x + (xvector * _root.variables.bullettime)); _y = (_y - (ythrust * _root.variables.bullettime)); if ((_y > 300) or this.hitTest(_root.ball)) { _root.bom._y = _y + 4; _root.bom._x = _x; if (_root.variables.bullettime >= 0.9) { _root.bom.gotoAndPlay("begin"); _root.boms.gotoAndPlay("begin"); } else { _root.bom.gotoAndPlay("bullettime"); _root.boms.gotoAndPlay("bullettime"); } switcher = 1; } } } }
Instance of Symbol 218 MovieClip "bomber2" in Frame 6
onClipEvent (load) { shell = 0; } onClipEvent (enterFrame) { if (shell == 1) { _root.bomber2shadow.hit.gotoAndStop("shell"); } else { _root.bomber2shadow.hit.gotoAndStop("normal"); } }
Instance of Symbol 165 MovieClip "bomber2bomb" in Frame 6
onClipEvent (load) { _alpha = 0; var switcher = 1; var xvector = 0; var ythrust = 0; var bomb = 1; } onClipEvent (enterFrame) { if (_root.variables.unpause == 1) { if (switcher == 1) { _alpha = 0; if (((_root.bomber2.hit.shoot == 1) and (bomb == 1)) and (_root.bomber2.hit.launched == 1)) { switcher = 0; _x = _root.bomber2._x; _y = (_root.bomber2._y + 30); xvector = (-2 * _root.bomber2.hit._xscale) / 100; ythrust = 0; bomb = 2; } } else { ythrust = ythrust - 0.7; if (xvector > 0) { xvector = xvector - 0.1; } else { xvector = xvector + 0.1; } _alpha = 100; _x = (_x + (xvector * _root.variables.bullettime)); _y = (_y - (ythrust * _root.variables.bullettime)); if ((_y > 300) or this.hitTest(_root.ball)) { _root.bom2._y = _y + 4; _root.bom2._x = _x; if (_root.variables.bullettime >= 0.9) { _root.bom2.gotoAndPlay("begin"); _root.boms2.gotoAndPlay("begin"); } else { _root.bom2.gotoAndPlay("bullettime"); _root.boms2.gotoAndPlay("bullettime"); } switcher = 1; } } } }
Instance of Symbol 165 MovieClip "bomber2bomb2" in Frame 6
onClipEvent (load) { _alpha = 0; var switcher = 1; var xvector = 0; var ythrust = 0; } onClipEvent (enterFrame) { if (_root.variables.unpause == 1) { if (switcher == 1) { _alpha = 0; if (((_root.bomber2.hit.shoot == 1) and (_root.bomber2bomb.bomb == 2)) and (_root.bomber2.hit.launched == 1)) { switcher = 0; _x = _root.bomber2._x; _y = (_root.bomber2._y + 30); xvector = (-2 * _root.bomber2.hit._xscale) / 100; ythrust = 0; _root.bomber2bomb.bomb = 1; } } else { ythrust = ythrust - 0.7; if (xvector > 0) { xvector = xvector - 0.1; } else { xvector = xvector + 0.1; } _alpha = 100; _x = (_x + (xvector * _root.variables.bullettime)); _y = (_y - (ythrust * _root.variables.bullettime)); if ((_y > 300) or this.hitTest(_root.ball)) { _root.bom2._y = _y + 4; _root.bom2._x = _x; if (_root.variables.bullettime >= 0.9) { _root.bom2.gotoAndPlay("begin"); _root.boms2.gotoAndPlay("begin"); } else { _root.bom2.gotoAndPlay("bullettime"); _root.boms2.gotoAndPlay("bullettime"); } switcher = 1; } } } }
Instance of Symbol 220 MovieClip in Frame 6
onClipEvent (enterFrame) { if (_root.variables.weapon == 1) { if (_xscale < 130) { _xscale = (_xscale + 4); _yscale = (_yscale + 4); } } else if (_xscale > 70) { _xscale = (_xscale - 2); _yscale = (_yscale - 2); } if (Key.isDown(49)) { _root.variables.weapon = 1; } else if (Key.isDown(50)) { _root.variables.weapon = 2; } else if (Key.isDown(51)) { _root.variables.weapon = 3; } else if (Key.isDown(52)) { _root.variables.weapon = 4; } else if (Key.isDown(53)) { _root.variables.weapon = 5; } }
Instance of Symbol 221 MovieClip in Frame 6
onClipEvent (load) { _xscale = 70; _yscale = 70; } onClipEvent (enterFrame) { if (_root.variables.weapon == 2) { if (_xscale < 130) { _xscale = (_xscale + 4); _yscale = (_yscale + 4); } } else if (_xscale > 70) { _xscale = (_xscale - 2); _yscale = (_yscale - 2); } }
Instance of Symbol 222 MovieClip in Frame 6
onClipEvent (load) { _xscale = 70; _yscale = 70; } onClipEvent (enterFrame) { if (_root.variables.weapon == 3) { if (_xscale < 130) { _xscale = (_xscale + 4); _yscale = (_yscale + 4); } } else if (_xscale > 70) { _xscale = (_xscale - 2); _yscale = (_yscale - 2); } }
Instance of Symbol 224 MovieClip in Frame 6
onClipEvent (load) { _xscale = 70; _yscale = 70; } onClipEvent (enterFrame) { if (_root.variables.weapon == 4) { if (_xscale < 130) { _xscale = (_xscale + 4); _yscale = (_yscale + 4); } } else if (_xscale > 70) { _xscale = (_xscale - 2); _yscale = (_yscale - 2); } }
Instance of Symbol 226 MovieClip in Frame 6
onClipEvent (load) { _xscale = 70; _yscale = 70; } onClipEvent (enterFrame) { if (_root.variables.weapon == 5) { if (_xscale < 130) { _xscale = (_xscale + 4); _yscale = (_yscale + 4); } } else if (_xscale > 70) { _xscale = (_xscale - 2); _yscale = (_yscale - 2); } }
Instance of Symbol 131 MovieClip "ball" in Frame 6
onClipEvent (load) { var gravity = 0; var ythrust = 0; var momentum = 0; var switcher = 1; var timer = 0; } onClipEvent (enterFrame) { if (_root.variables.unpause == 1) { if (switcher == 1) { if (Key.isDown(_root.keys.left)) { if (momentum > -8) { momentum = momentum - 1; } else { momentum = -8; } } else if (Key.isDown(_root.keys.right)) { if (momentum < 8) { momentum = momentum + 1; } else { momentum = 8; } } else if (momentum > 0) { momentum = momentum - (0.1 * (0.3 + (0.7 * _root.variables.bullettime))); } else if (momentum < 0) { momentum = momentum + (0.1 * (0.3 + (0.7 * _root.variables.bullettime))); } if (Key.isDown(_root.keys.up)) { if (ythrust >= 0) { ythrust = ((_y - 100) / 290) * 5; } else { ythrust = ythrust + (((_y - 100) / 290) * 2); } } else { ythrust = ythrust - 0.6; } if ((_y - (ythrust * (0.3 + (0.7 * _root.variables.bullettime)))) > 290) { if (ythrust < -4) { _y = (290 - ((0.2 * ((_y - ythrust) - 290)) * (0.3 + (0.7 * _root.variables.bullettime)))); ythrust = -0.5 * ythrust; } else { _y = 290; ythrust = 0; } } else { _y = (_y - (ythrust * (0.3 + (0.7 * _root.variables.bullettime)))); } _x = (_x + (momentum * (0.3 + (0.7 * _root.variables.bullettime)))); if ((_x < 15) or (_x > 785)) { momentum = -1.5 * momentum; } if (_root.variables.health <= 0) { _root.variables.dead = 1; _root.shadow.gotoAndPlay("shell"); switcher = 0; } } else { timer = timer + 1; this.gotoAndStop("shell"); if (momentum > 0) { momentum = momentum - (0.05 * (0.3 + (0.7 * _root.variables.bullettime))); } else if (momentum < 0) { momentum = momentum + (0.05 * (0.3 + (0.7 * _root.variables.bullettime))); } _x = (_x + (momentum * (0.3 + (0.7 * _root.variables.bullettime)))); ythrust = ythrust - 0.6; if ((_y - (ythrust * (0.3 + (0.7 * _root.variables.bullettime)))) > 290) { if (ythrust < -4) { _y = (290 - ((0.2 * ((_y - ythrust) - 290)) * (0.3 + (0.7 * _root.variables.bullettime)))); ythrust = -0.5 * ythrust; } else { _y = 290; ythrust = 0; } } else { _y = (_y - (ythrust * (0.3 + (0.7 * _root.variables.bullettime)))); } if (timer > 90) { _root.gotoAndStop("score"); } } } }
Instance of Symbol 238 MovieClip "healthreload" in Frame 6
onClipEvent (load) { _alpha = 0; _y = 400; _x = 300; } onClipEvent (enterFrame) { if (_y > 293) { _alpha = 0; } else if (_alpha < 100) { _alpha = (_alpha + (10 * _root.variables.bullettime)); } if (_root.hole.door.timer > (_root.hole.timemax - 10)) { _y = 400; } if ((_root.variables.reloading == 1) and (_root.variables.rn < 0.25)) { _root.variables.reloading = 0; _y = 293; _x = (_root.hole._x - 20); } if (this.hitTest(_root.ball)) { _root.variables.health = _root.variables.health + 50; _y = 400; _alpha = 0; } }
Instance of Symbol 242 MovieClip "bombreload" in Frame 6
onClipEvent (load) { _alpha = 0; _y = 400; _x = 400; } onClipEvent (enterFrame) { if (_y > 293) { _alpha = 0; } else if (_alpha < 100) { _alpha = (_alpha + (10 * _root.variables.bullettime)); } if (_root.hole.door.timer > (_root.hole.timemax - 10)) { _y = 400; } if (((_root.variables.reloading == 1) and (_root.variables.rn < 0.5)) and (_root.variables.rn > 0.25)) { _root.variables.reloading = 0; _y = 293; _x = (_root.hole._x - 20); } if (this.hitTest(_root.ball)) { _root.variables.bombs = _root.variables.bombs + 6; _y = 400; _alpha = 0; } }
Instance of Symbol 246 MovieClip "missilereload" in Frame 6
onClipEvent (load) { _alpha = 0; _y = 400; _x = 450; } onClipEvent (enterFrame) { if (_y > 293) { _alpha = 0; } else if (_alpha < 100) { _alpha = (_alpha + (10 * _root.variables.bullettime)); } if (_root.hole.door.timer > (_root.hole.timemax - 10)) { _y = 400; } if (((_root.variables.reloading == 1) and (_root.variables.rn < 0.75)) and (_root.variables.rn > 0.5)) { _root.variables.reloading = 0; _y = 293; _x = (_root.hole._x - 20); } if (this.hitTest(_root.ball)) { _root.variables.missiles = _root.variables.missiles + 10; _y = 400; _alpha = 0; } }
Instance of Symbol 250 MovieClip "ammoreload" in Frame 6
onClipEvent (load) { _alpha = 0; _y = 400; _x = 500; } onClipEvent (enterFrame) { if (_y > 293) { _alpha = 0; } else if (_alpha < 100) { _alpha = (_alpha + (10 * _root.variables.bullettime)); } if (_root.hole.door.timer > (_root.hole.timemax - 10)) { _y = 400; } if ((_root.variables.reloading == 1) and (_root.variables.rn > 0.75)) { _root.variables.reloading = 0; _y = 293; _x = (_root.hole._x - 20); } if (this.hitTest(_root.ball)) { _root.variables.ammo = _root.variables.ammo + 100; _y = 400; _alpha = 0; } }
Instance of Symbol 238 MovieClip in Frame 6
onClipEvent (load) { _alpha = 0; } onClipEvent (enterFrame) { _x = _root.healthreload._x; _y = (451 - (_root.healthreload._y / 2)); _alpha = (_root.healthreload._alpha - 30); }
Instance of Symbol 242 MovieClip in Frame 6
onClipEvent (load) { _alpha = 0; } onClipEvent (enterFrame) { _x = _root.bombreload._x; _y = (451 - (_root.bombreload._y / 2)); _alpha = (_root.bombreload._alpha - 30); }
Instance of Symbol 246 MovieClip in Frame 6
onClipEvent (load) { _alpha = 0; } onClipEvent (enterFrame) { _x = _root.missilereload._x; _y = (451 - (_root.missilereload._y / 2)); _alpha = (_root.missilereload._alpha - 30); }
Instance of Symbol 250 MovieClip in Frame 6
onClipEvent (load) { _alpha = 0; } onClipEvent (enterFrame) { _x = _root.ammoreload._x; _y = (451 - (_root.ammoreload._y / 2)); _alpha = (_root.ammoreload._alpha - 30); }
Instance of Symbol 254 MovieClip "puffshadow" in Frame 6
onClipEvent (enterFrame) { _xscale = _root.puff._xscale; _x = _root.puff._x; _y = (451 - (_root.puff._y / 2)); _alpha = (_root.puff._alpha - 30); }
Instance of Symbol 255 MovieClip "redmask" in Frame 6
onClipEvent (load) { _alpha = 0; var timer = 0; } onClipEvent (enterFrame) { if (timer > 0) { timer = timer - (2 * _root.variables.bullettime); } _alpha = timer; }
Instance of Symbol 256 MovieClip "whitemask" in Frame 6
onClipEvent (load) { _alpha = 0; var timer = 0; } onClipEvent (enterFrame) { if (_root.variables.unpause == 1) { _alpha = timer; if (timer > 0) { timer = timer - (7 * _root.variables.bullettime); } if (((_root.variables.shoot == 1) and (_root.variables.flash > 0)) and (_root.variables.weapon == 5)) { timer = 100; _root.variables.flash = _root.variables.flash - 1; _root.variables.shoot = 0; } if (_alpha >= 100) { if (_root.trucka.truck.mine == 0) { _root.trucka.truck.health = 0; } if (_root.truckb.truck.mine == 0) { _root.truckb.truck.health = 0; } if (_root.truckc.truck.mine == 0) { _root.truckc.truck.health = 0; } if (_root.truckd.truck.mine == 0) { _root.truckd.truck.health = 0; } if (_root.trucke.truck.mine == 0) { _root.trucke.truck.health = 0; } if (_root.truckf.truck.mine == 0) { _root.truckf.truck.health = 0; } if (_root.truckg.truck.mine == 0) { _root.truckg.truck.health = 0; } if (_root.truckh.truck.mine == 0) { _root.truckh.truck.health = 0; } if (_root.trucki.truck.mine == 0) { _root.trucki.truck.health = 0; } if (_root.truckj.truck.mine == 0) { _root.truckj.truck.health = 0; } if (_root.truckk.truck.mine == 0) { _root.truckk.truck.health = 0; } if (_root.truckl.truck.mine == 0) { _root.truckl.truck.health = 0; } _root.bomber.hit.health = 0; _root.bomber2.hit.health = 0; if (_root.tank.hit.mine == 0) { _root.tank.hit.health = 0; } if (_root.tank2.hit.mine == 0) { _root.tank2.hit.health = 0; } } } }
Instance of Symbol 258 MovieClip in Frame 6
onClipEvent (load) { _alpha = 0; } onClipEvent (enterFrame) { if (_root.variables.unpause == 1) { _alpha = 1; } else { _alpha = 100; } }
Instance of Symbol 327 MovieClip in Frame 6
onClipEvent (load) { _alpha = 0; } onClipEvent (enterFrame) { if (_root.variables.unpause == 1) { _y = 450; _alpha = 0; } else { _y = 165.9; if (_alpha < 100) { _alpha = (_alpha + 10); } } }
Frame 7
stop();
Symbol 64 MovieClip Frame 90
_alpha = (_alpha - 10);
Symbol 64 MovieClip Frame 91
_alpha = (_alpha - 10);
Symbol 64 MovieClip Frame 92
_alpha = (_alpha - 10);
Symbol 64 MovieClip Frame 93
_alpha = (_alpha - 10);
Symbol 64 MovieClip Frame 94
_alpha = (_alpha - 10);
Symbol 64 MovieClip Frame 95
_alpha = (_alpha - 10);
Symbol 64 MovieClip Frame 96
_alpha = (_alpha - 10);
Symbol 64 MovieClip Frame 97
_alpha = (_alpha - 10);
Symbol 64 MovieClip Frame 98
_alpha = (_alpha - 10);
Symbol 64 MovieClip Frame 99
_alpha = (_alpha - 10);
Symbol 64 MovieClip Frame 100
_root.play();
Symbol 69 Button
on (release) { _root.gotoAndPlay("game"); }
Symbol 74 Button
on (release) { _root.gotoAndPlay("instructions"); }
Symbol 83 Button
on (release) { getURL ("http://www.armorgames.com", _blank); }
Instance of Symbol 85 MovieClip in Symbol 86 MovieClip Frame 1
onClipEvent (enterFrame) { _y = _root.variables.recoil; }
Instance of Symbol 85 MovieClip in Symbol 86 MovieClip Frame 1
onClipEvent (enterFrame) { _y = (-_root.variables.recoil); }
Instance of Symbol 85 MovieClip in Symbol 86 MovieClip Frame 1
onClipEvent (enterFrame) { _x = (-_root.variables.recoil); }
Instance of Symbol 85 MovieClip in Symbol 86 MovieClip Frame 1
onClipEvent (enterFrame) { _x = _root.variables.recoil; }
Symbol 90 Button
on (release) { getURL ("http://www.armorgames.com", _blank); }
Symbol 112 Button
on (release) { _root.gotoAndPlay("main"); }
Symbol 131 MovieClip Frame 1
stop();
Symbol 131 MovieClip Frame 2
stop();
Instance of Symbol 133 MovieClip in Symbol 134 MovieClip Frame 1
onClipEvent (enterFrame) { _xscale = (((1.2 - _root.variables.bullettime) * 50) + 50); }
Symbol 162 MovieClip Frame 1
stop();
Instance of Symbol 138 MovieClip in Symbol 162 MovieClip Frame 1
onClipEvent (load) { _alpha = 0; }
Symbol 162 MovieClip Frame 9
_x = 300; _y = 400; stop();
Symbol 162 MovieClip Frame 28
_x = 300; _y = 400; stop();
Instance of Symbol 133 MovieClip in Symbol 163 MovieClip Frame 1
onClipEvent (enterFrame) { _xscale = (((1.2 - _root.variables.bullettime) * 50) + 50); }
Symbol 168 MovieClip Frame 1
stop();
Symbol 168 MovieClip Frame 2
stop();
Instance of Symbol 171 MovieClip in Symbol 172 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.mine == 1) { if (((this.hitTest(_root.trucka) and (_root.trucka.truck.mine == 0)) and (_parent.launched == 1)) and (_root.trucka.truck.launched == 1)) { _parent.explode = 1; } if (((this.hitTest(_root.truckb) and (_root.truckb.truck.mine == 0)) and (_parent.launched == 1)) and (_root.truckb.truck.launched == 1)) { _parent.explode = 1; } if (((this.hitTest(_root.truckc) and (_root.truckc.truck.mine == 0)) and (_parent.launched == 1)) and (_root.truckc.truck.launched == 1)) { _parent.explode = 1; } if (((this.hitTest(_root.truckd) and (_root.truckd.truck.mine == 0)) and (_parent.launched == 1)) and (_root.truckd.truck.launched == 1)) { _parent.explode = 1; } if (((this.hitTest(_root.trucke) and (_root.trucke.truck.mine == 0)) and (_parent.launched == 1)) and (_root.trucke.truck.launched == 1)) { _parent.explode = 1; } if (((this.hitTest(_root.truckf) and (_root.truckf.truck.mine == 0)) and (_parent.launched == 1)) and (_root.truckf.truck.launched == 1)) { _parent.explode = 1; } if (((this.hitTest(_root.truckg) and (_root.truckg.truck.mine == 0)) and (_parent.launched == 1)) and (_root.truckg.truck.launched == 1)) { _parent.explode = 1; } if (((this.hitTest(_root.truckh) and (_root.truckh.truck.mine == 0)) and (_parent.launched == 1)) and (_root.truckh.truck.launched == 1)) { _parent.explode = 1; } if (((this.hitTest(_root.trucki) and (_root.trucki.truck.mine == 0)) and (_parent.launched == 1)) and (_root.trucki.truck.launched == 1)) { _parent.explode = 1; } if (((this.hitTest(_root.truckj) and (_root.truckj.truck.mine == 0)) and (_parent.launched == 1)) and (_root.truckj.truck.launched == 1)) { _parent.explode = 1; } if (((this.hitTest(_root.truckk) and (_root.truckk.truck.mine == 0)) and (_parent.launched == 1)) and (_root.truckk.truck.launched == 1)) { _parent.explode = 1; } if (((this.hitTest(_root.truckl) and (_root.truckl.truck.mine == 0)) and (_parent.launched == 1)) and (_root.truckl.truck.launched == 1)) { _parent.explode = 1; } if (((this.hitTest(_root.tank) and (_root.tank.hit.mine == 0)) and (_parent.launched == 1)) and (_root.tank.hit.launched == 1)) { _parent.explode = 1; } if (((this.hitTest(_root.tank2) and (_root.tank2.hit.mine == 0)) and (_parent.launched == 1)) and (_root.tank2.hit.launched == 1)) { _parent.explode = 1; } if ((this.hitTest(_root.bomber) and (_parent.launched == 1)) and (_root.bomber.hit.launched == 1)) { _parent.explode = 1; } if ((this.hitTest(_root.bomber2) and (_parent.launched == 1)) and (_root.bomber2.hit.launched == 1)) { _parent.explode = 1; } } else if (this.hitTest(_root.ball) and (_parent.launched == 1)) { _parent.explode = 1; } }
Symbol 175 MovieClip Frame 1
stop();
Symbol 175 MovieClip Frame 2
stop();
Symbol 179 MovieClip Frame 1
stop();
Instance of Symbol 177 MovieClip "mask" in Symbol 179 MovieClip Frame 1
onClipEvent (load) { _alpha = 0; timer = 0; } onClipEvent (enterFrame) { _xscale = _parent.hit._xscale; if (timer > 0) { timer = timer - (2 * _root.variables.bullettime); } _alpha = (timer * 4); }
Symbol 179 MovieClip Frame 2
stop();
Instance of Symbol 179 MovieClip "hit" in Symbol 180 MovieClip Frame 1
onClipEvent (load) { var xvector = 0; _parent._alpha = 0; var launched = 0; var health = 0; var rn = 0; var shoot = 0; var timer = 0; var mine = 0; var xspeed = 0; var minetimer = 0; var yvector = 0; } onClipEvent (enterFrame) { if (_root.variables.unpause == 1) { if (launched == 0) { gotoAndStop ("normal"); timer = 0; shoot = 0; _parent._alpha = 0; if ((_root.variables.score > 400) and (Math.random() > (0.9999 - (_root.variables.score / 500000)))) { rn = Math.random(); launched = 1; health = 100; minetimer = 0; yvector = 0; mine = 0; _parent._y = 279.4; if (rn > 0.5) { _xscale = -100; _parent._x = -23; xvector = 0.5; } else { _xscale = 100; _parent._x = 829; xvector = -0.5; } } } else if (launched == 1) { if (mine == 1) { this.hit.gotoAndPlay("black"); minetimer = minetimer + 1; if (_root.variables.dead == 0) { _root.variables.score = _root.variables.score + (1 * _root.variables.bullettime); _root.variables.money = _root.variables.money + (1 * _root.variables.bullettime); } } else { this.hit.gotoAndPlay("red"); } if (minetimer >= 3000) { launched = 2; } _parent._alpha = 100; if (_parent._y >= 279.4) { _parent._x = _parent._x + ((0.5 * xvector) * _root.variables.bullettime); } else { _parent._x = _parent._x + (xspeed * _root.variables.bullettime); } if (((Math.random() > 0.9) and (_parent._x > 50)) and (_parent._x < 750)) { shoot = 1; } else { shoot = 0; } if (health <= 0) { launched = 2; if (_root.variables.dead == 0) { _root.variables.score = _root.variables.score + 10; _root.variables.money = _root.variables.money + 10; } } if ((_parent._x > 830) or (_parent._x < -30)) { launched = 0; _alpha = 0; } } else { timer = timer + (1 * _root.variables.bullettime); gotoAndStop ("shell"); if (timer >= 150) { launched = 0; _parent._x = -40; } } } }
Symbol 186 MovieClip Frame 1
stop();
Symbol 186 MovieClip Frame 2
stop();
Symbol 190 MovieClip Frame 1
stop();
Instance of Symbol 183 MovieClip in Symbol 190 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.variables.unpause == 1) { _rotation = (_rotation + ((3 * _parent._parent.truck.xvector) * _root.variables.bullettime)); } }
Instance of Symbol 183 MovieClip in Symbol 190 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.variables.unpause == 1) { _rotation = (_rotation + ((3 * _parent._parent.truck.xvector) * _root.variables.bullettime)); } }
Instance of Symbol 188 MovieClip "mask" in Symbol 190 MovieClip Frame 1
onClipEvent (load) { _alpha = 0; timer = 0; } onClipEvent (enterFrame) { _xscale = _parent.truck._xscale; if (timer > 0) { timer = timer - (2 * _root.variables.bullettime); } _alpha = (timer * 4); }
Symbol 190 MovieClip Frame 2
stop();
Instance of Symbol 193 MovieClip in Symbol 194 MovieClip Frame 1
onClipEvent (load) { _alpha = 0; } onClipEvent (enterFrame) { if (_root.variables.unpause == 1) { if (this.hitTest(_root.trucka)) { _root.trucka.truck.health = 0; } if (this.hitTest(_root.truckb)) { _root.truckb.truck.health = 0; } if (this.hitTest(_root.truckc)) { _root.truckc.truck.health = 0; } if (this.hitTest(_root.truckd)) { _root.truckd.truck.health = 0; } if (this.hitTest(_root.trucke)) { _root.trucke.truck.health = 0; } if (this.hitTest(_root.truckf)) { _root.truckf.truck.health = 0; } if (this.hitTest(_root.truckg)) { _root.truckg.truck.health = 0; } if (this.hitTest(_root.truckh)) { _root.truckh.truck.health = 0; } if (this.hitTest(_root.trucki)) { _root.trucki.truck.health = 0; } if (this.hitTest(_root.truckj)) { _root.truckj.truck.health = 0; } if (this.hitTest(_root.truckk)) { _root.truckk.truck.health = 0; } if (this.hitTest(_root.truckl)) { _root.truckl.truck.health = 0; } if (this.hitTest(_root.bomber)) { _root.bomber.hit.health = _root.bomber.hit.health - 5; _root.bomber.mask.timer = 20; } if (this.hitTest(_root.bomber2)) { _root.bomber2.hit.health = _root.bomber2.hit.health - 5; _root.bomber2.mask.timer = 20; } if (this.hitTest(_root.tank)) { _root.tank.hit.health = _root.tank.hit.health - 5; _root.tank.hit.mask.timer = 20; } if (this.hitTest(_root.tank2)) { _root.tank2.hit.health = _root.tank2.hit.health - 5; _root.tank2.hit.mask.timer = 20; } if (this.hitTest(_root.ball)) { _root.variables.health = _root.variables.health - (5 * _root.variables.bullettime); _root.redmask.timer = _root.redmask.timer + (5 * _root.variables.bullettime); } } }
Instance of Symbol 196 MovieClip in Symbol 197 MovieClip Frame 1
onClipEvent (enterFrame) { _xscale = _root.tractor.hit._xscale; _yscale = _root.tractor.hit._yscale; _alpha = _root.tractor.hit._alpha; }
Instance of Symbol 133 MovieClip in Symbol 198 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.variables.unpause == 1) { _xscale = (((1.2 - _root.variables.bullettime) * 50) + 50); if (this.hitTest(_root.trucka.truck) and (_parent._alpha >= 50)) { _root.trucka.truck.health = _root.trucka.truck.health - 10; _root.trucka.truck.mask.timer = 20; _root.trucka.shadow.mask.timer = 20; _parent.switcher = 1; } if (this.hitTest(_root.truckb.truck) and (_parent._alpha >= 50)) { _root.truckb.truck.health = _root.truckb.truck.health - 10; _root.truckb.truck.mask.timer = 20; _root.truckb.shadow.mask.timer = 20; _parent.switcher = 1; } if (this.hitTest(_root.truckc.truck) and (_parent._alpha >= 50)) { _root.truckc.truck.health = _root.truckc.truck.health - 10; _root.truckc.truck.mask.timer = 20; _root.truckc.shadow.mask.timer = 20; _parent.switcher = 1; } if (this.hitTest(_root.truckd.truck) and (_parent._alpha >= 50)) { _root.truckd.truck.health = _root.truckd.truck.health - 10; _root.truckd.truck.mask.timer = 20; _root.truckd.shadow.mask.timer = 20; _parent.switcher = 1; } if (this.hitTest(_root.trucke.truck) and (_parent._alpha >= 50)) { _root.trucke.truck.health = _root.trucke.truck.health - 10; _root.trucke.truck.mask.timer = 20; _root.trucke.shadow.mask.timer = 20; _parent.switcher = 1; } if (this.hitTest(_root.truckf.truck) and (_parent._alpha >= 50)) { _root.truckf.truck.health = _root.truckf.truck.health - 10; _root.truckf.truck.mask.timer = 20; _root.truckf.shadow.mask.timer = 20; _parent.switcher = 1; } if (this.hitTest(_root.truckg.truck) and (_parent._alpha >= 50)) { _root.truckg.truck.health = _root.truckg.truck.health - 10; _root.truckg.truck.mask.timer = 20; _root.truckg.shadow.mask.timer = 20; _parent.switcher = 1; } if (this.hitTest(_root.truckh.truck) and (_parent._alpha >= 50)) { _root.truckh.truck.health = _root.truckh.truck.health - 10; _root.truckh.truck.mask.timer = 20; _root.truckh.shadow.mask.timer = 20; _parent.switcher = 1; } if (this.hitTest(_root.trucki.truck) and (_parent._alpha >= 50)) { _root.trucki.truck.health = _root.trucki.truck.health - 10; _root.trucki.truck.mask.timer = 20; _root.trucki.shadow.mask.timer = 20; _parent.switcher = 1; } if (this.hitTest(_root.truckj.truck) and (_parent._alpha >= 50)) { _root.truckj.truck.health = _root.truckj.truck.health - 10; _root.truckj.truck.mask.timer = 20; _root.truckj.shadow.mask.timer = 20; _parent.switcher = 1; } if (this.hitTest(_root.truckk.truck) and (_parent._alpha >= 50)) { _root.truckk.truck.health = _root.truckk.truck.health - 10; _root.truckk.truck.mask.timer = 20; _root.truckk.shadow.mask.timer = 20; _parent.switcher = 1; } if (this.hitTest(_root.truckl.truck) and (_parent._alpha >= 50)) { _root.truckl.truck.health = _root.truckl.truck.health - 10; _root.truckl.truck.mask.timer = 20; _root.truckl.shadow.mask.timer = 20; _parent.switcher = 1; } if (this.hitTest(_root.tank.hit) and (_parent._alpha >= 50)) { _root.tank.hit.health = _root.tank.hit.health - 10; _root.tank.hit.mask.timer = 20; _root.tank.shadow.mask.timer = 20; _parent.switcher = 1; } if (this.hitTest(_root.tank2.hit) and (_parent._alpha >= 50)) { _root.tank2.hit.health = _root.tank2.hit.health - 10; _root.tank2.hit.mask.timer = 20; _root.tank2.shadow.mask.timer = 20; _parent.switcher = 1; } if (this.hitTest(_root.bomber.hit) and (_parent._alpha >= 50)) { _root.bomber.hit.health = _root.bomber.hit.health - 10; _root.bomber.mask.timer = 20; _parent.switcher = 1; } if (this.hitTest(_root.bomber2.hit) and (_parent._alpha >= 50)) { _root.bomber2.hit.health = _root.bomber2.hit.health - 10; _root.bomber2.mask.timer = 20; _parent.switcher = 1; } } }
Instance of Symbol 201 MovieClip "hit" in Symbol 202 MovieClip Frame 1
onClipEvent (load) { _yscale = 0; _alpha = 0; } onClipEvent (enterFrame) { if (Key.isDown(16) and (_root.variables.beamtimerunround > 0)) { if (_yscale < 100) { _yscale = (_yscale + 8); } } else if (_yscale > 0) { _yscale = (_yscale - 10); } _alpha = _yscale; _xscale = _yscale; }
Instance of Symbol 207 MovieClip in Symbol 208 MovieClip Frame 1
onClipEvent (load) { switcher = 0; } onClipEvent (enterFrame) { if (switcher == 0) { _alpha = (_alpha - (10 * _root.variables.bullettime)); if (_alpha <= 0) { switcher = 1; } } else { _alpha = (_alpha + (10 * _root.variables.bullettime)); if (_alpha >= 100) { switcher = 0; } } }
Symbol 213 MovieClip Frame 1
stop();
Instance of Symbol 210 MovieClip "gun" in Symbol 213 MovieClip Frame 1
onClipEvent (enterFrame) { _xscale = _parent._xscale; if (_parent.mine == 0) { if (_xscale == 100) { if (_root.ball._x > _parent._parent._x) { _rotation = ((57.2957795130823 * Math.atan((_parent._parent._y - _root.ball._y) / (_parent._parent._x - _root.ball._x))) + 40); } else { _rotation = ((57.2957795130823 * Math.atan((_parent._parent._y - _root.ball._y) / (_parent._parent._x - _root.ball._x))) - 140); } } else if (_root.ball._x > _parent._parent._x) { _rotation = ((-57.2957795130823 * Math.atan((_parent._parent._y - _root.ball._y) / (_parent._parent._x - _root.ball._x))) - 40); } else { _rotation = ((-57.2957795130823 * Math.atan((_parent._parent._y - _root.ball._y) / (_parent._parent._x - _root.ball._x))) + 140); } } else if (_xscale == 100) { if (_root.targeter._x > _parent._parent._x) { _rotation = ((57.2957795130823 * Math.atan((_parent._parent._y - _root.targeter._y) / (_parent._parent._x - _root.targeter._x))) + 40); } else { _rotation = ((57.2957795130823 * Math.atan((_parent._parent._y - _root.targeter._y) / (_parent._parent._x - _root.targeter._x))) - 140); } } else if (_root.targeter._x > _parent._parent._x) { _rotation = ((-57.2957795130823 * Math.atan((_parent._parent._y - _root.targeter._y) / (_parent._parent._x - _root.targeter._x))) - 40); } else { _rotation = ((-57.2957795130823 * Math.atan((_parent._parent._y - _root.targeter._y) / (_parent._parent._x - _root.targeter._x))) + 140); } }
Instance of Symbol 183 MovieClip in Symbol 213 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.variables.unpause == 1) { _rotation = (_rotation + ((3 * _parent._parent.truck.xvector) * _root.variables.bullettime)); } }
Instance of Symbol 183 MovieClip in Symbol 213 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.variables.unpause == 1) { _rotation = (_rotation + ((3 * _parent._parent.truck.xvector) * _root.variables.bullettime)); } }
Instance of Symbol 188 MovieClip "mask" in Symbol 213 MovieClip Frame 1
onClipEvent (load) { _alpha = 0; timer = 0; } onClipEvent (enterFrame) { _xscale = _parent.truck._xscale; if (timer > 0) { timer = timer - (2 * _root.variables.bullettime); } _alpha = (timer * 4); }
Symbol 213 MovieClip Frame 2
stop();
Instance of Symbol 213 MovieClip "truck" in Symbol 214 MovieClip Frame 1
onClipEvent (load) { var xvector = 0; var yvector = 0; _parent._alpha = 0; var launched = 0; var health = 0; var rn = 0; var shoot = 0; var timer = 0; var xspeed = 0; var mine = 0; var minetimer = 0; } onClipEvent (enterFrame) { if (_root.variables.unpause == 1) { if (launched == 0) { gotoAndStop ("normal"); timer = 0; shoot = 0; _parent._alpha = 0; if (Math.random() > (0.999 - (_root.variables.score / 500000))) { rn = Math.random(); yvector = 0; minetimer = 0; mine = 0; launched = 1; health = 30; if (rn > 0.5) { _xscale = 100; _parent._x = -23; xvector = 1.5; } else { _xscale = -100; _parent._x = 829; xvector = -1.5; } } } else if (launched == 1) { _parent._alpha = 100; if (_parent._y >= 300) { _parent._x = _parent._x + ((0.5 * xvector) * _root.variables.bullettime); } else if (this.hitTest(_root.tractor) == false) { _parent._x = _parent._x + ((xspeed * 1.1) * _root.variables.bullettime); } else { _parent._x = _parent._x + (xspeed * _root.variables.bullettime); } if ((Math.random() > 0.98) and (_parent._y > 275)) { xvector = 0.8 * xvector; shoot = 1; } else { shoot = 0; } if (mine == 1) { if (_root.variables.dead == 0) { _root.variables.score = _root.variables.score + (0.1 * _root.variables.bullettime); _root.variables.money = _root.variables.money + (0.1 * _root.variables.bullettime); } this.truck.gotoAndPlay("black"); minetimer = minetimer + 1; } else { this.truck.gotoAndPlay("red"); } if (minetimer >= 1400) { launched = 2; } if (health <= 0) { launched = 2; if (_root.variables.dead == 0) { _root.variables.score = _root.variables.score + 10; _root.variables.money = _root.variables.money + 10; } } if ((_parent._x > 830) or (_parent._x < -30)) { _alpha = 0; launched = 0; } } else { if (_parent._y < 300) { _parent._x = _parent._x + ((xspeed * 1.1) * _root.variables.bullettime); } timer = timer + (1 * _root.variables.bullettime); gotoAndStop ("shell"); if (timer >= 150) { launched = 0; _parent._x = -40; } } } }
Instance of Symbol 133 MovieClip in Symbol 215 MovieClip Frame 1
onClipEvent (enterFrame) { _xscale = (((1.2 - _root.variables.bullettime) * 50) + 50); if (_parent.mine == 1) { if (((_root.tank2.hitTest(this) and (_parent._alpha >= 50)) and (_root.tank2.hit.mine == 0)) and (_root.tank2.hit.launched == 1)) { _root.tank2.hit.health = _root.tank2.hit.health - 10; _parent.switcher = 1; _root.tank2.hit.mask.timer = _root.tank2.hit.mask.timer + 20; } if (((_root.tank.hitTest(this) and (_parent._alpha >= 50)) and (_root.tank.hit.mine == 0)) and (_root.tank.hit.launched == 1)) { _root.tank.hit.health = _root.tank.hit.health - 10; _parent.switcher = 1; _root.tank.hit.mask.timer = _root.tank.hit.mask.timer + 20; } if (((_root.truckl.hitTest(this) and (_parent._alpha >= 50)) and (_root.truckl.truck.mine == 0)) and (_root.truckl.truck.launched == 1)) { _root.truckl.truck.health = _root.truckl.truck.health - 10; _parent.switcher = 1; _root.truckl.truck.mask.timer = _root.truckl.truck.mask.timer + 20; } if (((_root.truckk.hitTest(this) and (_parent._alpha >= 50)) and (_root.truckk.truck.mine == 0)) and (_root.truckk.truck.launched == 1)) { _root.truckk.truck.health = _root.truckk.truck.health - 10; _parent.switcher = 1; _root.truckk.truck.mask.timer = _root.truckk.truck.mask.timer + 20; } if (((_root.truckj.hitTest(this) and (_parent._alpha >= 50)) and (_root.truckj.truck.mine == 0)) and (_root.truckj.truck.launched == 1)) { _root.truckj.truck.health = _root.truckj.truck.health - 10; _parent.switcher = 1; _root.truckj.truck.mask.timer = _root.truckj.truck.mask.timer + 20; } if (((_root.trucki.hitTest(this) and (_parent._alpha >= 50)) and (_root.trucki.truck.mine == 0)) and (_root.trucki.truck.launched == 1)) { _root.trucki.truck.health = _root.trucki.truck.health - 10; _parent.switcher = 1; _root.trucki.truck.mask.timer = _root.trucki.truck.mask.timer + 20; } if (((_root.truckh.hitTest(this) and (_parent._alpha >= 50)) and (_root.truckh.truck.mine == 0)) and (_root.truckh.truck.launched == 1)) { _root.truckh.truck.health = _root.truckh.truck.health - 10; _parent.switcher = 1; _root.truckh.truck.mask.timer = _root.truckh.truck.mask.timer + 20; } if (((_root.truckg.hitTest(this) and (_parent._alpha >= 50)) and (_root.truckg.truck.mine == 0)) and (_root.truckg.truck.launched == 1)) { _root.truckg.truck.health = _root.truckg.truck.health - 10; _parent.switcher = 1; _root.truckg.truck.mask.timer = _root.truckg.truck.mask.timer + 20; } if (((_root.truckf.hitTest(this) and (_parent._alpha >= 50)) and (_root.truckf.truck.mine == 0)) and (_root.truckf.truck.launched == 1)) { _root.truckf.truck.health = _root.truckf.truck.health - 10; _parent.switcher = 1; _root.truckf.truck.mask.timer = _root.truckf.truck.mask.timer + 20; } if (((_root.trucke.hitTest(this) and (_parent._alpha >= 50)) and (_root.trucke.truck.mine == 0)) and (_root.trucke.truck.launched == 1)) { _root.trucke.truck.health = _root.trucke.truck.health - 10; _parent.switcher = 1; _root.trucke.truck.mask.timer = _root.trucke.truck.mask.timer + 20; } if (((_root.truckd.hitTest(this) and (_parent._alpha >= 50)) and (_root.truckd.truck.mine == 0)) and (_root.truckd.truck.launched == 1)) { _root.truckd.truck.health = _root.truckd.truck.health - 10; _parent.switcher = 1; _root.truckd.truck.mask.timer = _root.truckd.truck.mask.timer + 20; } if (((_root.truckc.hitTest(this) and (_parent._alpha >= 50)) and (_root.truckc.truck.mine == 0)) and (_root.truckc.truck.launched == 1)) { _root.truckc.truck.health = _root.truckc.truck.health - 10; _parent.switcher = 1; _root.truckc.truck.mask.timer = _root.truckc.truck.mask.timer + 20; } if (((_root.truckb.hitTest(this) and (_parent._alpha >= 50)) and (_root.truckb.truck.mine == 0)) and (_root.truckb.truck.launched == 1)) { _root.truckb.truck.health = _root.truckb.truck.health - 10; _parent.switcher = 1; _root.truckb.truck.mask.timer = _root.truckb.truck.mask.timer + 20; } if (((_root.trucka.hitTest(this) and (_parent._alpha >= 50)) and (_root.trucka.truck.mine == 0)) and (_root.trucka.truck.launched == 1)) { _root.trucka.truck.health = _root.trucka.truck.health - 10; _parent.switcher = 1; _root.trucka.truck.mask.timer = _root.trucka.truck.mask.timer + 20; } } else if (_root.ball.hitTest(this) and (_parent._alpha >= 50)) { _root.variables.health = _root.variables.health - 10; _parent.switcher = 1; _root.redmask.timer = _root.redmask.timer + 20; } }
Instance of Symbol 168 MovieClip "hit" in Symbol 218 MovieClip Frame 1
onClipEvent (load) { var xvector = 0; _parent._alpha = 0; var launched = 0; var health = 0; var rn = 0; var shoot = 0; var timer = 0; var yvector = 0; _parent._y = 50; } onClipEvent (enterFrame) { if (_root.variables.unpause == 1) { if (launched == 0) { gotoAndStop ("normal"); _root.bombershadow.gotoAndStop("normal"); timer = 0; shoot = 0; _parent._alpha = 0; if ((Math.random() > (0.9999 - (_root.variables.score / 500000))) and (_root.variables.score > 900)) { rn = Math.random(); launched = 1; _parent._y = 50; health = 100; if (rn > 0.5) { _xscale = -100; _parent._x = -23; xvector = 4; } else { _xscale = 100; _parent._x = 829; xvector = -4; } } } else if (launched == 1) { _parent._alpha = 100; _parent._x = _parent._x + ((0.5 * xvector) * _root.variables.bullettime); if (Math.random() > 0.9) { shoot = 1; } else { shoot = 0; } if (health <= 0) { yvector = 0; launched = 2; _root.variables.score = _root.variables.score + 80; _root.variables.money = _root.variables.money + 80; } if ((_parent._x > 830) or (_parent._x < -30)) { yvector = 0; launched = 0; } } else { if ((_parent._y - (yvector * _root.variables.bullettime)) > 302) { if (yvector < -4) { _parent._y = 302 - ((0.2 * ((_parent._y - yvector) - 302)) * _root.variables.bullettime); yvector = -0.4 * yvector; } else { _parent._y = 302; yvector = 0; } } else { _parent._y = _parent._y - (yvector * _root.variables.bullettime); yvector = yvector - 0.8; } _parent._x = _parent._x + ((0.5 * xvector) * _root.variables.bullettime); if (xvector > 0) { xvector = xvector - (0.5 * _root.variables.bullettime); } else { xvector = xvector + (0.5 * _root.variables.bullettime); } timer = timer + (1 * _root.variables.bullettime); gotoAndStop ("shell"); _parent.shell = 1; if (timer >= 150) { _parent.shell = 0; launched = 0; _parent._x = -40; } } } }
Instance of Symbol 217 MovieClip "mask" in Symbol 218 MovieClip Frame 1
onClipEvent (load) { _alpha = 0; timer = 0; } onClipEvent (enterFrame) { _xscale = _parent.hit._xscale; if (timer > 0) { timer = timer - (2 * _root.variables.bullettime); } _alpha = (timer * 4); }
Symbol 233 MovieClip Frame 1
stop();
Symbol 233 MovieClip Frame 19
_root.variables.reloading = 1;
Symbol 233 MovieClip Frame 20
stop();
Instance of Symbol 230 MovieClip "door" in Symbol 234 MovieClip Frame 1
onClipEvent (load) { var timer = 0; var timemax = 1000; var switcher = 0; } onClipEvent (enterFrame) { if (_root.variables.unpause == 1) { if (timer < timemax) { timer = timer + (1 * _root.variables.bullettime); } else { timer = 0; switcher = 1; _parent._x = (600 * Math.random()) + 100; } if (switcher == 1) { _x = (_x + 1); if (_x == 0) { switcher = 0; } } else if (_x > -30) { _x = (_x - 1); } } }
Instance of Symbol 233 MovieClip in Symbol 234 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.door._x >= 0) { gotoAndPlay ("launched"); } }
Instance of Symbol 237 MovieClip in Symbol 238 MovieClip Frame 1
onClipEvent (load) { switcher = 0; } onClipEvent (enterFrame) { if (switcher == 0) { _xscale = (_xscale - 10); if (_xscale <= -100) { switcher = 1; } } else { _xscale = (_xscale + 10); if (_xscale >= 100) { switcher = 0; } } }
Instance of Symbol 241 MovieClip in Symbol 242 MovieClip Frame 1
onClipEvent (load) { switcher = 0; } onClipEvent (enterFrame) { if (switcher == 0) { _xscale = (_xscale - 10); if (_xscale <= -100) { switcher = 1; } } else { _xscale = (_xscale + 10); if (_xscale >= 100) { switcher = 0; } } }
Instance of Symbol 245 MovieClip in Symbol 246 MovieClip Frame 1
onClipEvent (load) { switcher = 0; } onClipEvent (enterFrame) { if (switcher == 0) { _xscale = (_xscale - 10); if (_xscale <= -100) { switcher = 1; } } else { _xscale = (_xscale + 10); if (_xscale >= 100) { switcher = 0; } } }
Instance of Symbol 249 MovieClip in Symbol 250 MovieClip Frame 1
onClipEvent (load) { switcher = 0; } onClipEvent (enterFrame) { if (switcher == 0) { _xscale = (_xscale - 10); if (_xscale <= -100) { switcher = 1; } } else { _xscale = (_xscale + 10); if (_xscale >= 100) { switcher = 0; } } }
Symbol 254 MovieClip Frame 1
stop();
Symbol 254 MovieClip Frame 5
stop();
Instance of Symbol 262 MovieClip in Symbol 263 MovieClip Frame 1
onClipEvent (enterFrame) { _alpha = (((_root.variables.firerate - (_root.shot.shottimer * 2)) / _root.variables.firerate) * 100); }
Instance of Symbol 270 MovieClip in Symbol 271 MovieClip Frame 1
onClipEvent (enterFrame) { _alpha = (((_root.variables.bombrate - (_root.bomb.shottimer * 2)) / _root.variables.bombrate) * 100); }
Symbol 284 Button
on (release) { _root.gotoAndStop("main"); }
Symbol 286 Button
on (release) { _root.variables.weapon = 1; }
Symbol 287 Button
on (release) { _root.variables.weapon = 2; }
Symbol 288 Button
on (release) { _root.variables.weapon = 3; }
Symbol 300 Button
on (release) { _root.variables.weapon = 4; }
Symbol 301 Button
on (release) { _root.variables.weapon = 5; }
Symbol 305 Button
on (release) { _root.variables.unpause = -_root.variables.unpause; }
Symbol 310 Button
on (release) { if (_root.variables.money >= 500) { _root.variables.money = _root.variables.money - 500; _root.variables.ammo = _root.variables.ammo + 100; } }
Symbol 313 Button
on (release) { if (_root.variables.money >= 500) { _root.variables.money = _root.variables.money - 500; _root.variables.missiles = _root.variables.missiles + 10; } }
Symbol 319 Button
on (release) { if (_root.variables.money >= 500) { _root.variables.money = _root.variables.money - 500; _root.variables.bombs = _root.variables.bombs + 10; } }
Symbol 323 Button
on (release) { if (_root.variables.money >= 500) { _root.variables.money = _root.variables.money - 500; _root.variables.remote = _root.variables.remote + 10; } }
Symbol 326 Button
on (release) { if (_root.variables.money >= 500) { _root.variables.money = _root.variables.money - 500; _root.variables.flash = _root.variables.flash + 1; } }
Symbol 336 Button
on (release) { _root.gotoAndPlay("main"); }

Library Items

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

Instance Names

"skyline"Frame 1Symbol 4 MovieClip
"skylinereflection"Frame 1Symbol 4 MovieClip
"loader"Frame 1Symbol 7 MovieClip
"skyline"Frame 4Symbol 4 MovieClip
"skylinereflection"Frame 4Symbol 4 MovieClip
"cursor"Frame 4Symbol 86 MovieClip
"variables"Frame 6Symbol 126 MovieClip
"keys"Frame 6Symbol 128 MovieClip
"shadow"Frame 6Symbol 131 MovieClip
"ms"Frame 6Symbol 162 MovieClip
"bs"Frame 6Symbol 162 MovieClip
"boms"Frame 6Symbol 162 MovieClip
"bom"Frame 6Symbol 162 MovieClip
"bombershadow"Frame 6Symbol 169 MovieClip
"bomber2shadow"Frame 6Symbol 169 MovieClip
"boms2"Frame 6Symbol 162 MovieClip
"bom2"Frame 6Symbol 162 MovieClip
"mstank"Frame 6Symbol 162 MovieClip
"mtank"Frame 6Symbol 162 MovieClip
"mstank2"Frame 6Symbol 162 MovieClip
"mtank2"Frame 6Symbol 162 MovieClip
"tank2missile"Frame 6Symbol 172 MovieClip
"tank2"Frame 6Symbol 180 MovieClip
"shadow"Frame 6Symbol 179 MovieClip
"shadow"Frame 6Symbol 179 MovieClip
"truckfshadow"Frame 6Symbol 191 MovieClip
"truckeshadow"Frame 6Symbol 191 MovieClip
"truckdshadow"Frame 6Symbol 191 MovieClip
"truckcshadow"Frame 6Symbol 191 MovieClip
"truckbshadow"Frame 6Symbol 191 MovieClip
"truckashadow"Frame 6Symbol 191 MovieClip
"truckgshadow"Frame 6Symbol 191 MovieClip
"truckhshadow"Frame 6Symbol 191 MovieClip
"truckishadow"Frame 6Symbol 191 MovieClip
"truckjshadow"Frame 6Symbol 191 MovieClip
"truckkshadow"Frame 6Symbol 191 MovieClip
"trucklshadow"Frame 6Symbol 191 MovieClip
"exb"Frame 6Symbol 194 MovieClip
"ex1"Frame 6Symbol 194 MovieClip
"ex2"Frame 6Symbol 194 MovieClip
"ex3"Frame 6Symbol 194 MovieClip
"ex4"Frame 6Symbol 194 MovieClip
"exbomber"Frame 6Symbol 194 MovieClip
"exbomber2"Frame 6Symbol 194 MovieClip
"extank"Frame 6Symbol 194 MovieClip
"extank2"Frame 6Symbol 194 MovieClip
"exrm"Frame 6Symbol 194 MovieClip
"shot"Frame 6Symbol 198 MovieClip
"missile"Frame 6Symbol 136 MovieClip
"m"Frame 6Symbol 162 MovieClip
"shot2"Frame 6Symbol 198 MovieClip
"shot3"Frame 6Symbol 198 MovieClip
"shot4"Frame 6Symbol 198 MovieClip
"shot5"Frame 6Symbol 198 MovieClip
"shot6"Frame 6Symbol 198 MovieClip
"shot7"Frame 6Symbol 198 MovieClip
"shot8"Frame 6Symbol 198 MovieClip
"shot9"Frame 6Symbol 198 MovieClip
"shot10"Frame 6Symbol 198 MovieClip
"bomb"Frame 6Symbol 200 MovieClip
"b"Frame 6Symbol 162 MovieClip
"bomb2"Frame 6Symbol 200 MovieClip
"ms2"Frame 6Symbol 162 MovieClip
"missile2"Frame 6Symbol 136 MovieClip
"m2"Frame 6Symbol 162 MovieClip
"ms3"Frame 6Symbol 162 MovieClip
"missile3"Frame 6Symbol 136 MovieClip
"m3"Frame 6Symbol 162 MovieClip
"ms4"Frame 6Symbol 162 MovieClip
"missile4"Frame 6Symbol 136 MovieClip
"m4"Frame 6Symbol 162 MovieClip
"tankmissile"Frame 6Symbol 172 MovieClip
"shot11"Frame 6Symbol 198 MovieClip
"shot12"Frame 6Symbol 198 MovieClip
"shot13"Frame 6Symbol 198 MovieClip
"shot14"Frame 6Symbol 198 MovieClip
"shot15"Frame 6Symbol 198 MovieClip
"shot16"Frame 6Symbol 198 MovieClip
"tractor"Frame 6Symbol 202 MovieClip
"targeter"Frame 6Symbol 204 MovieClip
"targetertank"Frame 6Symbol 204 MovieClip
"remote"Frame 6Symbol 208 MovieClip
"rms"Frame 6Symbol 162 MovieClip
"rm"Frame 6Symbol 162 MovieClip
"remoteshadow"Frame 6Symbol 208 MovieClip
"trucka"Frame 6Symbol 214 MovieClip
"bulletshota"Frame 6Symbol 215 MovieClip
"bulletshotb"Frame 6Symbol 215 MovieClip
"truckb"Frame 6Symbol 214 MovieClip
"bulletshotc"Frame 6Symbol 215 MovieClip
"truckc"Frame 6Symbol 214 MovieClip
"truckd"Frame 6Symbol 214 MovieClip
"bulletshotd"Frame 6Symbol 215 MovieClip
"bulletshote"Frame 6Symbol 215 MovieClip
"trucke"Frame 6Symbol 214 MovieClip
"bulletshotf"Frame 6Symbol 215 MovieClip
"truckf"Frame 6Symbol 214 MovieClip
"truckl"Frame 6Symbol 214 MovieClip
"truckk"Frame 6Symbol 214 MovieClip
"truckj"Frame 6Symbol 214 MovieClip
"trucki"Frame 6Symbol 214 MovieClip
"truckh"Frame 6Symbol 214 MovieClip
"truckg"Frame 6Symbol 214 MovieClip
"bulletshotl"Frame 6Symbol 215 MovieClip
"bulletshotk"Frame 6Symbol 215 MovieClip
"bulletshotj"Frame 6Symbol 215 MovieClip
"bulletshoti"Frame 6Symbol 215 MovieClip
"bulletshoth"Frame 6Symbol 215 MovieClip
"bulletshotg"Frame 6Symbol 215 MovieClip
"bomber"Frame 6Symbol 218 MovieClip
"bomberbomb"Frame 6Symbol 165 MovieClip
"bomberbomb2"Frame 6Symbol 165 MovieClip
"bomber2"Frame 6Symbol 218 MovieClip
"bomber2bomb"Frame 6Symbol 165 MovieClip
"bomber2bomb2"Frame 6Symbol 165 MovieClip
"tank"Frame 6Symbol 180 MovieClip
"ball"Frame 6Symbol 131 MovieClip
"hole"Frame 6Symbol 234 MovieClip
"healthreload"Frame 6Symbol 238 MovieClip
"bombreload"Frame 6Symbol 242 MovieClip
"missilereload"Frame 6Symbol 246 MovieClip
"ammoreload"Frame 6Symbol 250 MovieClip
"puff"Frame 6Symbol 254 MovieClip
"puffshadow"Frame 6Symbol 254 MovieClip
"redmask"Frame 6Symbol 255 MovieClip
"whitemask"Frame 6Symbol 256 MovieClip
"hit"Symbol 169 MovieClip Frame 1Symbol 168 MovieClip
"hit"Symbol 179 MovieClip Frame 1Symbol 175 MovieClip
"mask"Symbol 179 MovieClip Frame 1Symbol 177 MovieClip
"hit"Symbol 180 MovieClip Frame 1Symbol 179 MovieClip
"truck"Symbol 190 MovieClip Frame 1Symbol 186 MovieClip
"mask"Symbol 190 MovieClip Frame 1Symbol 188 MovieClip
"shadow"Symbol 191 MovieClip Frame 1Symbol 190 MovieClip
"hit"Symbol 202 MovieClip Frame 1Symbol 201 MovieClip
"gun"Symbol 213 MovieClip Frame 1Symbol 210 MovieClip
"truck"Symbol 213 MovieClip Frame 1Symbol 186 MovieClip
"mask"Symbol 213 MovieClip Frame 1Symbol 188 MovieClip
"truck"Symbol 214 MovieClip Frame 1Symbol 213 MovieClip
"hit"Symbol 218 MovieClip Frame 1Symbol 168 MovieClip
"mask"Symbol 218 MovieClip Frame 1Symbol 217 MovieClip
"door"Symbol 234 MovieClip Frame 1Symbol 230 MovieClip

Labels

"load"Frame 1
"movie"Frame 3
"main"Frame 4
"instructions"Frame 5
"game"Frame 6
"score"Frame 7
"normal"Symbol 131 MovieClip Frame 1
"shell"Symbol 131 MovieClip Frame 2
"start"Symbol 162 MovieClip Frame 1
"begin"Symbol 162 MovieClip Frame 2
"bullettime"Symbol 162 MovieClip Frame 10
"normal"Symbol 168 MovieClip Frame 1
"shell"Symbol 168 MovieClip Frame 2
"red"Symbol 175 MovieClip Frame 1
"black"Symbol 175 MovieClip Frame 2
"normal"Symbol 179 MovieClip Frame 1
"shell"Symbol 179 MovieClip Frame 2
"red"Symbol 186 MovieClip Frame 1
"black"Symbol 186 MovieClip Frame 2
"normal"Symbol 190 MovieClip Frame 1
"shell"Symbol 190 MovieClip Frame 2
"normal"Symbol 213 MovieClip Frame 1
"shell"Symbol 213 MovieClip Frame 2
"normal"Symbol 233 MovieClip Frame 1
"launched"Symbol 233 MovieClip Frame 2
"stop"Symbol 254 MovieClip Frame 1
"start"Symbol 254 MovieClip Frame 2

Dynamic Text Variables

_root.variables.ammoSymbol 260 EditableText""
_root.variables.missilesSymbol 265 EditableText""
_root.variables.bombsSymbol 268 EditableText""
_root.variables.healthroundSymbol 273 EditableText""
_root.variables.moneyroundSymbol 276 EditableText""
_root.variables.bullettimetimerSymbol 279 EditableText""
_root.variables.remoteSymbol 289 EditableText""
_root.variables.flashSymbol 293 EditableText""
_root.variables.beamtimerSymbol 298 EditableText""
_root.variables.scoreroundSymbol 331 EditableText""




http://swfchan.com/10/47108/info.shtml
Created: 2/5 -2019 11:49:58 Last modified: 2/5 -2019 11:49:58 Server time: 12/05 -2024 10:59:36