STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229595 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2595 · P5190 |
This is the info page for Flash #47108 |
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 1var pct = (getBytesLoaded() / getBytesTotal()); _root.loader._xscale = 100 * pct; _root.skyline._alpha = 100 * pct; _root.skylinereflection = 100 * pct; if (pct >= 1) { gotoAndPlay ("movie"); }Frame 2gotoAndPlay ("load");Frame 3stop();Frame 4Mouse.hide(); stop();Instance of Symbol 86 MovieClip "cursor" in Frame 4onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; }Instance of Symbol 91 MovieClip in Frame 4onClipEvent (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 5stop();Frame 6someListener = 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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (enterFrame) { _y = (452 - (_root.ball._y / 2)); _x = _root.ball._x; _yscale = 85; }Instance of Symbol 134 MovieClip in Frame 6onClipEvent (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 6onClipEvent (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 6onClipEvent (enterFrame) { _x = _root.m._x; _y = (451 - (_root.m._y / 2)); }Instance of Symbol 134 MovieClip in Frame 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (enterFrame) { _x = _root.b._x; _y = (451 - (_root.b._y / 2)); }Instance of Symbol 163 MovieClip in Frame 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (enterFrame) { _x = _root.bom._x; _y = (451 - (_root.bom._y / 2)); }Instance of Symbol 162 MovieClip "bom" in Frame 6onClipEvent (load) { _y = 400; }Instance of Symbol 165 MovieClip in Frame 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (enterFrame) { _x = _root.bom2._x; _y = (451 - (_root.bom2._y / 2)); }Instance of Symbol 162 MovieClip "bom2" in Frame 6onClipEvent (load) { _y = 400; }Instance of Symbol 162 MovieClip "mstank" in Frame 6onClipEvent (enterFrame) { _x = _root.mtank._x; _y = (451 - (_root.mtank._y / 2)); }Instance of Symbol 162 MovieClip "mtank" in Frame 6onClipEvent (load) { _y = 400; }Instance of Symbol 162 MovieClip "mstank2" in Frame 6onClipEvent (enterFrame) { _x = _root.mtank2._x; _y = (451 - (_root.mtank2._y / 2)); }Instance of Symbol 162 MovieClip "mtank2" in Frame 6onClipEvent (load) { _y = 400; }Instance of Symbol 172 MovieClip "tank2missile" in Frame 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (enterFrame) { _x = _root.b._x; _y = _root.b._y; }Instance of Symbol 194 MovieClip "ex1" in Frame 6onClipEvent (enterFrame) { _x = _root.m._x; _y = _root.m._y; }Instance of Symbol 194 MovieClip "ex2" in Frame 6onClipEvent (enterFrame) { _x = _root.m2._x; _y = _root.m2._y; }Instance of Symbol 194 MovieClip "ex3" in Frame 6onClipEvent (enterFrame) { _x = _root.m3._x; _y = _root.m3._y; }Instance of Symbol 194 MovieClip "ex4" in Frame 6onClipEvent (enterFrame) { _x = _root.m4._x; _y = _root.m4._y; }Instance of Symbol 194 MovieClip "exbomber" in Frame 6onClipEvent (enterFrame) { _x = _root.bom._x; _y = _root.bom._y; }Instance of Symbol 194 MovieClip "exbomber2" in Frame 6onClipEvent (enterFrame) { _x = _root.bom2._x; _y = _root.bom2._y; }Instance of Symbol 194 MovieClip "extank" in Frame 6onClipEvent (enterFrame) { _x = _root.mtank._x; _y = _root.mtank._y; }Instance of Symbol 194 MovieClip "extank2" in Frame 6onClipEvent (enterFrame) { _x = _root.mtank2._x; _y = _root.mtank2._y; }Instance of Symbol 197 MovieClip in Frame 6onClipEvent (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 6onClipEvent (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 6onClipEvent (enterFrame) { _x = _root.rm._x; _y = _root.rm._y; }Instance of Symbol 198 MovieClip "shot" in Frame 6onClipEvent (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 6onClipEvent (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 6onClipEvent (load) { _y = 400; }Instance of Symbol 198 MovieClip "shot2" in Frame 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (load) { _y = 400; }Instance of Symbol 200 MovieClip "bomb2" in Frame 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (enterFrame) { _x = _root.m2._x; _y = (451 - (_root.m2._y / 2)); }Instance of Symbol 136 MovieClip "missile2" in Frame 6onClipEvent (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 6onClipEvent (load) { _y = 400; }Instance of Symbol 136 MovieClip in Frame 6onClipEvent (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 6onClipEvent (enterFrame) { _x = _root.m3._x; _y = (451 - (_root.m3._y / 2)); }Instance of Symbol 136 MovieClip "missile3" in Frame 6onClipEvent (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 6onClipEvent (load) { _y = 400; }Instance of Symbol 136 MovieClip in Frame 6onClipEvent (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 6onClipEvent (enterFrame) { _x = _root.m4._x; _y = (451 - (_root.m4._y / 2)); }Instance of Symbol 136 MovieClip "missile4" in Frame 6onClipEvent (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 6onClipEvent (load) { _y = 400; }Instance of Symbol 172 MovieClip "tankmissile" in Frame 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (enterFrame) { _x = _root.rm._x; _y = (451 - (_root.rm._y / 2)); }Instance of Symbol 162 MovieClip "rm" in Frame 6onClipEvent (load) { _y = 400; }Instance of Symbol 208 MovieClip "remoteshadow" in Frame 6onClipEvent (enterFrame) { _x = _root.remote._x; _y = (451 - (_root.remote._y / 2)); _alpha = (_root.remote._alpha - 30); }Instance of Symbol 214 MovieClip "trucka" in Frame 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (load) { _alpha = 0; } onClipEvent (enterFrame) { if (_root.variables.unpause == 1) { _alpha = 1; } else { _alpha = 100; } }Instance of Symbol 327 MovieClip in Frame 6onClipEvent (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 7stop();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 Buttonon (release) { _root.gotoAndPlay("game"); }Symbol 74 Buttonon (release) { _root.gotoAndPlay("instructions"); }Symbol 83 Buttonon (release) { getURL ("http://www.armorgames.com", _blank); }Instance of Symbol 85 MovieClip in Symbol 86 MovieClip Frame 1onClipEvent (enterFrame) { _y = _root.variables.recoil; }Instance of Symbol 85 MovieClip in Symbol 86 MovieClip Frame 1onClipEvent (enterFrame) { _y = (-_root.variables.recoil); }Instance of Symbol 85 MovieClip in Symbol 86 MovieClip Frame 1onClipEvent (enterFrame) { _x = (-_root.variables.recoil); }Instance of Symbol 85 MovieClip in Symbol 86 MovieClip Frame 1onClipEvent (enterFrame) { _x = _root.variables.recoil; }Symbol 90 Buttonon (release) { getURL ("http://www.armorgames.com", _blank); }Symbol 112 Buttonon (release) { _root.gotoAndPlay("main"); }Symbol 131 MovieClip Frame 1stop();Symbol 131 MovieClip Frame 2stop();Instance of Symbol 133 MovieClip in Symbol 134 MovieClip Frame 1onClipEvent (enterFrame) { _xscale = (((1.2 - _root.variables.bullettime) * 50) + 50); }Symbol 162 MovieClip Frame 1stop();Instance of Symbol 138 MovieClip in Symbol 162 MovieClip Frame 1onClipEvent (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 1onClipEvent (enterFrame) { _xscale = (((1.2 - _root.variables.bullettime) * 50) + 50); }Symbol 168 MovieClip Frame 1stop();Symbol 168 MovieClip Frame 2stop();Instance of Symbol 171 MovieClip in Symbol 172 MovieClip Frame 1onClipEvent (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 1stop();Symbol 175 MovieClip Frame 2stop();Symbol 179 MovieClip Frame 1stop();Instance of Symbol 177 MovieClip "mask" in Symbol 179 MovieClip Frame 1onClipEvent (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 2stop();Instance of Symbol 179 MovieClip "hit" in Symbol 180 MovieClip Frame 1onClipEvent (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 1stop();Symbol 186 MovieClip Frame 2stop();Symbol 190 MovieClip Frame 1stop();Instance of Symbol 183 MovieClip in Symbol 190 MovieClip Frame 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 2stop();Instance of Symbol 193 MovieClip in Symbol 194 MovieClip Frame 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1stop();Instance of Symbol 210 MovieClip "gun" in Symbol 213 MovieClip Frame 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 2stop();Instance of Symbol 213 MovieClip "truck" in Symbol 214 MovieClip Frame 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1stop();Symbol 233 MovieClip Frame 19_root.variables.reloading = 1;Symbol 233 MovieClip Frame 20stop();Instance of Symbol 230 MovieClip "door" in Symbol 234 MovieClip Frame 1onClipEvent (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 1onClipEvent (enterFrame) { if (_parent.door._x >= 0) { gotoAndPlay ("launched"); } }Instance of Symbol 237 MovieClip in Symbol 238 MovieClip Frame 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1stop();Symbol 254 MovieClip Frame 5stop();Instance of Symbol 262 MovieClip in Symbol 263 MovieClip Frame 1onClipEvent (enterFrame) { _alpha = (((_root.variables.firerate - (_root.shot.shottimer * 2)) / _root.variables.firerate) * 100); }Instance of Symbol 270 MovieClip in Symbol 271 MovieClip Frame 1onClipEvent (enterFrame) { _alpha = (((_root.variables.bombrate - (_root.bomb.shottimer * 2)) / _root.variables.bombrate) * 100); }Symbol 284 Buttonon (release) { _root.gotoAndStop("main"); }Symbol 286 Buttonon (release) { _root.variables.weapon = 1; }Symbol 287 Buttonon (release) { _root.variables.weapon = 2; }Symbol 288 Buttonon (release) { _root.variables.weapon = 3; }Symbol 300 Buttonon (release) { _root.variables.weapon = 4; }Symbol 301 Buttonon (release) { _root.variables.weapon = 5; }Symbol 305 Buttonon (release) { _root.variables.unpause = -_root.variables.unpause; }Symbol 310 Buttonon (release) { if (_root.variables.money >= 500) { _root.variables.money = _root.variables.money - 500; _root.variables.ammo = _root.variables.ammo + 100; } }Symbol 313 Buttonon (release) { if (_root.variables.money >= 500) { _root.variables.money = _root.variables.money - 500; _root.variables.missiles = _root.variables.missiles + 10; } }Symbol 319 Buttonon (release) { if (_root.variables.money >= 500) { _root.variables.money = _root.variables.money - 500; _root.variables.bombs = _root.variables.bombs + 10; } }Symbol 323 Buttonon (release) { if (_root.variables.money >= 500) { _root.variables.money = _root.variables.money - 500; _root.variables.remote = _root.variables.remote + 10; } }Symbol 326 Buttonon (release) { if (_root.variables.money >= 500) { _root.variables.money = _root.variables.money - 500; _root.variables.flash = _root.variables.flash + 1; } }Symbol 336 Buttonon (release) { _root.gotoAndPlay("main"); }
Library Items
Symbol 1 Graphic | Used by:Timeline | ||
Symbol 2 Graphic | Used by:255 Timeline | ||
Symbol 3 Graphic | Used by:4 | ||
Symbol 4 MovieClip | Uses:3 | Used by:Timeline | |
Symbol 5 Graphic | Used by:Timeline | ||
Symbol 6 Graphic | Used by:7 | ||
Symbol 7 MovieClip | Uses:6 | Used by:Timeline | |
Symbol 8 Graphic | Used by:9 | ||
Symbol 9 MovieClip | Uses:8 | Used by:Timeline | |
Symbol 10 Graphic | Used by:64 | ||
Symbol 11 Graphic | Used by:64 | ||
Symbol 12 Graphic | Used by:64 | ||
Symbol 13 Graphic | Used by:64 | ||
Symbol 14 Graphic | Used by:64 | ||
Symbol 15 Graphic | Used by:64 | ||
Symbol 16 Graphic | Used by:64 | ||
Symbol 17 Graphic | Used by:64 | ||
Symbol 18 Graphic | Used by:64 | ||
Symbol 19 Graphic | Used by:64 | ||
Symbol 20 Graphic | Used by:64 | ||
Symbol 21 Graphic | Used by:64 | ||
Symbol 22 Graphic | Used by:64 | ||
Symbol 23 Graphic | Used by:64 | ||
Symbol 24 Graphic | Used by:64 | ||
Symbol 25 Graphic | Used by:64 | ||
Symbol 26 Graphic | Used by:64 | ||
Symbol 27 Graphic | Used by:64 | ||
Symbol 28 Graphic | Used by:64 | ||
Symbol 29 Graphic | Used by:64 328 | ||
Symbol 30 Sound | Used by:64 | ||
Symbol 31 Graphic | Used by:64 | ||
Symbol 32 Graphic | Used by:64 | ||
Symbol 33 Graphic | Used by:64 | ||
Symbol 34 Graphic | Used by:64 | ||
Symbol 35 Graphic | Used by:64 | ||
Symbol 36 Graphic | Used by:64 | ||
Symbol 37 Graphic | Used by:64 | ||
Symbol 38 Graphic | Used by:64 | ||
Symbol 39 Graphic | Used by:64 | ||
Symbol 40 Graphic | Used by:64 | ||
Symbol 41 Graphic | Used by:64 | ||
Symbol 42 Graphic | Used by:64 | ||
Symbol 43 ShapeTweening | Used by:64 | ||
Symbol 44 Graphic | Used by:64 | ||
Symbol 45 Graphic | Used by:64 | ||
Symbol 46 Graphic | Used by:64 | ||
Symbol 47 Graphic | Used by:64 | ||
Symbol 48 Graphic | Used by:64 | ||
Symbol 49 Graphic | Used by:64 | ||
Symbol 50 Graphic | Used by:64 | ||
Symbol 51 Graphic | Used by:64 | ||
Symbol 52 Graphic | Used by:64 | ||
Symbol 53 Graphic | Used by:64 | ||
Symbol 54 Graphic | Used by:64 | ||
Symbol 55 Graphic | Used by:64 | ||
Symbol 56 Graphic | Used by:64 | ||
Symbol 57 Graphic | Used by:64 | ||
Symbol 58 Graphic | Used by:64 | ||
Symbol 59 Graphic | Used by:64 | ||
Symbol 60 Graphic | Used by:64 | ||
Symbol 61 Graphic | Used by:64 | ||
Symbol 62 Graphic | Used by:64 | ||
Symbol 63 Graphic | Used by:64 | ||
Symbol 64 MovieClip | Uses: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 63 | Used by:Timeline | |
Symbol 65 Graphic | Used by:69 | ||
Symbol 66 Graphic | Used by:69 | ||
Symbol 67 Graphic | Used by:69 | ||
Symbol 68 Graphic | Used by:69 | ||
Symbol 69 Button | Uses:65 66 67 68 | Used by:Timeline | |
Symbol 70 Graphic | Used by:74 | ||
Symbol 71 Graphic | Used by:74 | ||
Symbol 72 Graphic | Used by:74 | ||
Symbol 73 Graphic | Used by:74 | ||
Symbol 74 Button | Uses:70 71 72 73 | Used by:Timeline | |
Symbol 75 Graphic | Used by:76 | ||
Symbol 76 MovieClip | Uses:75 | Used by:Timeline | |
Symbol 77 Graphic | Used by:78 | ||
Symbol 78 MovieClip | Uses:77 | Used by:Timeline | |
Symbol 79 Graphic | Used by:83 | ||
Symbol 80 Graphic | Used by:83 | ||
Symbol 81 Graphic | Used by:83 | ||
Symbol 82 Graphic | Used by:83 | ||
Symbol 83 Button | Uses:79 80 81 82 | Used by:Timeline | |
Symbol 84 Graphic | Used by:85 | ||
Symbol 85 MovieClip | Uses:84 | Used by:86 | |
Symbol 86 MovieClip | Uses:85 | Used by:Timeline | |
Symbol 87 Bitmap | Used by:88 | ||
Symbol 88 Graphic | Uses:87 | Used by:91 | |
Symbol 89 Graphic | Used by:90 201 | ||
Symbol 90 Button | Uses:89 | Used by:91 | |
Symbol 91 MovieClip | Uses:88 90 | Used by:Timeline | |
Symbol 92 Graphic | Used by:93 | ||
Symbol 93 MovieClip | Uses:92 | Used by:Timeline | |
Symbol 94 Graphic | Used by:95 | ||
Symbol 95 MovieClip | Uses:94 | Used by:Timeline | |
Symbol 96 Graphic | Used by:97 | ||
Symbol 97 MovieClip | Uses:96 | Used by:Timeline | |
Symbol 98 Graphic | Used by:99 | ||
Symbol 99 MovieClip | Uses:98 | Used by:Timeline | |
Symbol 100 Graphic | Used by:101 | ||
Symbol 101 MovieClip | Uses:100 | Used by:Timeline | |
Symbol 102 Graphic | Used by:103 | ||
Symbol 103 MovieClip | Uses:102 | Used by:Timeline | |
Symbol 104 Graphic | Used by:105 | ||
Symbol 105 MovieClip | Uses:104 | Used by:Timeline | |
Symbol 106 Graphic | Used by:107 | ||
Symbol 107 MovieClip | Uses:106 | Used by:Timeline | |
Symbol 108 Graphic | Used by:112 | ||
Symbol 109 Graphic | Used by:112 | ||
Symbol 110 Graphic | Used by:112 | ||
Symbol 111 Graphic | Used by:112 | ||
Symbol 112 Button | Uses:108 109 110 111 | Used by:Timeline | |
Symbol 113 Graphic | Used by:114 | ||
Symbol 114 MovieClip | Uses:113 | Used by:Timeline | |
Symbol 115 Graphic | Used by:116 | ||
Symbol 116 MovieClip | Uses:115 | Used by:Timeline | |
Symbol 117 Graphic | Used by:118 | ||
Symbol 118 MovieClip | Uses:117 | Used by:Timeline | |
Symbol 119 Font | Used by:120 121 122 123 124 260 265 268 273 276 279 289 293 298 331 | ||
Symbol 120 Text | Uses:119 | Used by:Timeline | |
Symbol 121 Text | Uses:119 | Used by:Timeline | |
Symbol 122 Text | Uses:119 | Used by:Timeline | |
Symbol 123 Text | Uses:119 | Used by:Timeline | |
Symbol 124 Text | Uses:119 | Used by:Timeline | |
Symbol 125 Graphic | Used by:126 | ||
Symbol 126 MovieClip | Uses:125 | Used by:Timeline | |
Symbol 127 Graphic | Used by:128 | ||
Symbol 128 MovieClip | Uses:127 | Used by:Timeline | |
Symbol 129 Graphic | Used by:131 | ||
Symbol 130 Graphic | Used by:131 | ||
Symbol 131 MovieClip | Uses:129 130 | Used by:Timeline | |
Symbol 132 Graphic | Used by:133 | ||
Symbol 133 MovieClip | Uses:132 | Used by:134 163 198 215 | |
Symbol 134 MovieClip | Uses:133 | Used by:Timeline | |
Symbol 135 Graphic | Used by:136 | ||
Symbol 136 MovieClip | Uses:135 | Used by:221 Timeline | |
Symbol 137 Graphic | Used by:138 | ||
Symbol 138 MovieClip | Uses:137 | Used by:162 | |
Symbol 139 Graphic | Used by:162 | ||
Symbol 140 Graphic | Used by:162 | ||
Symbol 141 Graphic | Used by:162 | ||
Symbol 142 Graphic | Used by:162 | ||
Symbol 143 Graphic | Used by:162 | ||
Symbol 144 Graphic | Used by:162 | ||
Symbol 145 Graphic | Used by:162 | ||
Symbol 146 Graphic | Used by:162 | ||
Symbol 147 Graphic | Used by:162 | ||
Symbol 148 Graphic | Used by:162 | ||
Symbol 149 Graphic | Used by:162 | ||
Symbol 150 Graphic | Used by:162 | ||
Symbol 151 Graphic | Used by:162 | ||
Symbol 152 Graphic | Used by:162 | ||
Symbol 153 Graphic | Used by:162 | ||
Symbol 154 Graphic | Used by:162 | ||
Symbol 155 Graphic | Used by:162 | ||
Symbol 156 Graphic | Used by:162 | ||
Symbol 157 Graphic | Used by:162 | ||
Symbol 158 Graphic | Used by:162 | ||
Symbol 159 Graphic | Used by:162 | ||
Symbol 160 Graphic | Used by:162 | ||
Symbol 161 Graphic | Used by:162 | ||
Symbol 162 MovieClip | Uses:138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 | Used by:Timeline | |
Symbol 163 MovieClip | Uses:133 | Used by:Timeline | |
Symbol 164 Graphic | Used by:165 | ||
Symbol 165 MovieClip | Uses:164 | Used by:Timeline | |
Symbol 166 Graphic | Used by:168 | ||
Symbol 167 Graphic | Used by:168 | ||
Symbol 168 MovieClip | Uses:166 167 | Used by:169 218 | |
Symbol 169 MovieClip | Uses:168 | Used by:Timeline | |
Symbol 170 Graphic | Used by:171 | ||
Symbol 171 MovieClip | Uses:170 | Used by:172 | |
Symbol 172 MovieClip | Uses:171 | Used by:Timeline | |
Symbol 173 Graphic | Used by:175 | ||
Symbol 174 Graphic | Used by:175 | ||
Symbol 175 MovieClip | Uses:173 174 | Used by:179 | |
Symbol 176 Graphic | Used by:177 | ||
Symbol 177 MovieClip | Uses:176 | Used by:179 | |
Symbol 178 Graphic | Used by:179 | ||
Symbol 179 MovieClip | Uses:175 177 178 | Used by:180 Timeline | |
Symbol 180 MovieClip | Uses:179 | Used by:Timeline | |
Symbol 181 Graphic | Used by:190 | ||
Symbol 182 Graphic | Used by:183 | ||
Symbol 183 MovieClip | Uses:182 | Used by:190 213 | |
Symbol 184 Graphic | Used by:186 | ||
Symbol 185 Graphic | Used by:186 | ||
Symbol 186 MovieClip | Uses:184 185 | Used by:190 213 | |
Symbol 187 Graphic | Used by:188 | ||
Symbol 188 MovieClip | Uses:187 | Used by:190 213 | |
Symbol 189 Graphic | Used by:190 | ||
Symbol 190 MovieClip | Uses:181 183 186 188 189 | Used by:191 | |
Symbol 191 MovieClip | Uses:190 | Used by:Timeline | |
Symbol 192 Graphic | Used by:193 | ||
Symbol 193 MovieClip | Uses:192 | Used by:194 | |
Symbol 194 MovieClip | Uses:193 | Used by:Timeline | |
Symbol 195 Graphic | Used by:196 | ||
Symbol 196 MovieClip | Uses:195 | Used by:197 | |
Symbol 197 MovieClip | Uses:196 | Used by:Timeline | |
Symbol 198 MovieClip | Uses:133 | Used by:220 Timeline | |
Symbol 199 Graphic | Used by:200 | ||
Symbol 200 MovieClip | Uses:199 | Used by:222 Timeline | |
Symbol 201 MovieClip | Uses:89 | Used by:202 | |
Symbol 202 MovieClip | Uses:201 | Used by:Timeline | |
Symbol 203 Graphic | Used by:204 | ||
Symbol 204 MovieClip | Uses:203 | Used by:Timeline | |
Symbol 205 Graphic | Used by:208 | ||
Symbol 206 Graphic | Used by:207 | ||
Symbol 207 MovieClip | Uses:206 | Used by:208 | |
Symbol 208 MovieClip | Uses:205 207 | Used by:Timeline | |
Symbol 209 Graphic | Used by:210 | ||
Symbol 210 MovieClip | Uses:209 | Used by:213 | |
Symbol 211 Graphic | Used by:213 | ||
Symbol 212 Graphic | Used by:213 | ||
Symbol 213 MovieClip | Uses:210 211 183 186 188 212 | Used by:214 | |
Symbol 214 MovieClip | Uses:213 | Used by:Timeline | |
Symbol 215 MovieClip | Uses:133 | Used by:Timeline | |
Symbol 216 Graphic | Used by:217 | ||
Symbol 217 MovieClip | Uses:216 | Used by:218 | |
Symbol 218 MovieClip | Uses:168 217 | Used by:Timeline | |
Symbol 219 Graphic | Used by:220 221 222 | ||
Symbol 220 MovieClip | Uses:219 198 | Used by:Timeline | |
Symbol 221 MovieClip | Uses:219 136 | Used by:Timeline | |
Symbol 222 MovieClip | Uses:219 200 | Used by:Timeline | |
Symbol 223 Graphic | Used by:224 | ||
Symbol 224 MovieClip | Uses:223 | Used by:Timeline | |
Symbol 225 Graphic | Used by:226 | ||
Symbol 226 MovieClip | Uses:225 | Used by:Timeline | |
Symbol 227 Graphic | Used by:234 | ||
Symbol 228 Graphic | Used by:234 | ||
Symbol 229 Graphic | Used by:230 256 | ||
Symbol 230 MovieClip | Uses:229 | Used by:234 | |
Symbol 231 Graphic | Used by:232 | ||
Symbol 232 MovieClip | Uses:231 | Used by:233 | |
Symbol 233 MovieClip | Uses:232 | Used by:234 | |
Symbol 234 MovieClip | Uses:227 228 230 233 | Used by:Timeline | |
Symbol 235 Graphic | Used by:238 | ||
Symbol 236 Graphic | Used by:237 | ||
Symbol 237 MovieClip | Uses:236 | Used by:238 | |
Symbol 238 MovieClip | Uses:235 237 | Used by:Timeline | |
Symbol 239 Graphic | Used by:242 | ||
Symbol 240 Graphic | Used by:241 | ||
Symbol 241 MovieClip | Uses:240 | Used by:242 | |
Symbol 242 MovieClip | Uses:239 241 | Used by:Timeline | |
Symbol 243 Graphic | Used by:246 | ||
Symbol 244 Graphic | Used by:245 | ||
Symbol 245 MovieClip | Uses:244 | Used by:246 | |
Symbol 246 MovieClip | Uses:243 245 | Used by:Timeline | |
Symbol 247 Graphic | Used by:250 | ||
Symbol 248 Graphic | Used by:249 | ||
Symbol 249 MovieClip | Uses:248 | Used by:250 | |
Symbol 250 MovieClip | Uses:247 249 | Used by:Timeline | |
Symbol 251 Graphic | Used by:254 | ||
Symbol 252 Graphic | Used by:254 | ||
Symbol 253 Graphic | Used by:254 | ||
Symbol 254 MovieClip | Uses:251 252 253 | Used by:Timeline | |
Symbol 255 MovieClip | Uses:2 | Used by:Timeline | |
Symbol 256 MovieClip | Uses:229 | Used by:Timeline | |
Symbol 257 Graphic | Used by:258 | ||
Symbol 258 MovieClip | Uses:257 | Used by:Timeline | |
Symbol 259 Graphic | Used by:263 | ||
Symbol 260 EditableText | Uses:119 | Used by:263 | |
Symbol 261 Graphic | Used by:262 | ||
Symbol 262 MovieClip | Uses:261 | Used by:263 | |
Symbol 263 MovieClip | Uses:259 260 262 | Used by:Timeline | |
Symbol 264 Graphic | Used by:266 | ||
Symbol 265 EditableText | Uses:119 | Used by:266 | |
Symbol 266 MovieClip | Uses:264 265 | Used by:Timeline | |
Symbol 267 Graphic | Used by:271 | ||
Symbol 268 EditableText | Uses:119 | Used by:271 | |
Symbol 269 Graphic | Used by:270 | ||
Symbol 270 MovieClip | Uses:269 | Used by:271 | |
Symbol 271 MovieClip | Uses:267 268 270 | Used by:Timeline | |
Symbol 272 Graphic | Used by:274 | ||
Symbol 273 EditableText | Uses:119 | Used by:274 | |
Symbol 274 MovieClip | Uses:272 273 | Used by:Timeline | |
Symbol 275 Graphic | Used by:277 | ||
Symbol 276 EditableText | Uses:119 | Used by:277 | |
Symbol 277 MovieClip | Uses:275 276 | Used by:Timeline | |
Symbol 278 Graphic | Used by:280 | ||
Symbol 279 EditableText | Uses:119 | Used by:280 | |
Symbol 280 MovieClip | Uses:278 279 | Used by:Timeline | |
Symbol 281 Graphic | Used by:284 | ||
Symbol 282 Graphic | Used by:284 | ||
Symbol 283 Graphic | Used by:284 | ||
Symbol 284 Button | Uses:281 282 283 | Used by:Timeline | |
Symbol 285 Graphic | Used by:286 287 288 300 301 | ||
Symbol 286 Button | Uses:285 | Used by:Timeline | |
Symbol 287 Button | Uses:285 | Used by:Timeline | |
Symbol 288 Button | Uses:285 | Used by:Timeline | |
Symbol 289 EditableText | Uses:119 | Used by:292 | |
Symbol 290 Graphic | Used by:291 | ||
Symbol 291 MovieClip | Uses:290 | Used by:292 | |
Symbol 292 MovieClip | Uses:289 291 | Used by:Timeline | |
Symbol 293 EditableText | Uses:119 | Used by:296 | |
Symbol 294 Graphic | Used by:295 | ||
Symbol 295 MovieClip | Uses:294 | Used by:296 | |
Symbol 296 MovieClip | Uses:293 295 | Used by:Timeline | |
Symbol 297 Graphic | Used by:299 | ||
Symbol 298 EditableText | Uses:119 | Used by:299 | |
Symbol 299 MovieClip | Uses:297 298 | Used by:Timeline | |
Symbol 300 Button | Uses:285 | Used by:Timeline | |
Symbol 301 Button | Uses:285 | Used by:Timeline | |
Symbol 302 Graphic | Used by:305 | ||
Symbol 303 Graphic | Used by:305 | ||
Symbol 304 Graphic | Used by:305 | ||
Symbol 305 Button | Uses:302 303 304 | Used by:Timeline | |
Symbol 306 Graphic | Used by:327 | ||
Symbol 307 Graphic | Used by:310 | ||
Symbol 308 Graphic | Used by:310 | ||
Symbol 309 Graphic | Used by:310 | ||
Symbol 310 Button | Uses:307 308 309 | Used by:327 | |
Symbol 311 Graphic | Used by:313 | ||
Symbol 312 Graphic | Used by:313 | ||
Symbol 313 Button | Uses:311 312 | Used by:327 | |
Symbol 314 Graphic | Used by:315 | ||
Symbol 315 MovieClip | Uses:314 | Used by:327 | |
Symbol 316 Graphic | Used by:319 | ||
Symbol 317 Graphic | Used by:319 | ||
Symbol 318 Graphic | Used by:319 | ||
Symbol 319 Button | Uses:316 317 318 | Used by:327 | |
Symbol 320 Graphic | Used by:323 | ||
Symbol 321 Graphic | Used by:323 | ||
Symbol 322 Graphic | Used by:323 326 | ||
Symbol 323 Button | Uses:320 321 322 | Used by:327 | |
Symbol 324 Graphic | Used by:326 | ||
Symbol 325 Graphic | Used by:326 | ||
Symbol 326 Button | Uses:324 325 322 | Used by:327 | |
Symbol 327 MovieClip | Uses:306 310 313 315 319 323 326 | Used by:Timeline | |
Symbol 328 MovieClip | Uses:29 | Used by:Timeline | |
Symbol 329 Graphic | Used by:330 | ||
Symbol 330 MovieClip | Uses:329 | Used by:Timeline | |
Symbol 331 EditableText | Uses:119 | Used by:Timeline | |
Symbol 332 Graphic | Used by:336 | ||
Symbol 333 Graphic | Used by:336 | ||
Symbol 334 Graphic | Used by:336 | ||
Symbol 335 Graphic | Used by:336 | ||
Symbol 336 Button | Uses:332 333 334 335 | Used by:Timeline |
Instance Names
"skyline" | Frame 1 | Symbol 4 MovieClip |
"skylinereflection" | Frame 1 | Symbol 4 MovieClip |
"loader" | Frame 1 | Symbol 7 MovieClip |
"skyline" | Frame 4 | Symbol 4 MovieClip |
"skylinereflection" | Frame 4 | Symbol 4 MovieClip |
"cursor" | Frame 4 | Symbol 86 MovieClip |
"variables" | Frame 6 | Symbol 126 MovieClip |
"keys" | Frame 6 | Symbol 128 MovieClip |
"shadow" | Frame 6 | Symbol 131 MovieClip |
"ms" | Frame 6 | Symbol 162 MovieClip |
"bs" | Frame 6 | Symbol 162 MovieClip |
"boms" | Frame 6 | Symbol 162 MovieClip |
"bom" | Frame 6 | Symbol 162 MovieClip |
"bombershadow" | Frame 6 | Symbol 169 MovieClip |
"bomber2shadow" | Frame 6 | Symbol 169 MovieClip |
"boms2" | Frame 6 | Symbol 162 MovieClip |
"bom2" | Frame 6 | Symbol 162 MovieClip |
"mstank" | Frame 6 | Symbol 162 MovieClip |
"mtank" | Frame 6 | Symbol 162 MovieClip |
"mstank2" | Frame 6 | Symbol 162 MovieClip |
"mtank2" | Frame 6 | Symbol 162 MovieClip |
"tank2missile" | Frame 6 | Symbol 172 MovieClip |
"tank2" | Frame 6 | Symbol 180 MovieClip |
"shadow" | Frame 6 | Symbol 179 MovieClip |
"shadow" | Frame 6 | Symbol 179 MovieClip |
"truckfshadow" | Frame 6 | Symbol 191 MovieClip |
"truckeshadow" | Frame 6 | Symbol 191 MovieClip |
"truckdshadow" | Frame 6 | Symbol 191 MovieClip |
"truckcshadow" | Frame 6 | Symbol 191 MovieClip |
"truckbshadow" | Frame 6 | Symbol 191 MovieClip |
"truckashadow" | Frame 6 | Symbol 191 MovieClip |
"truckgshadow" | Frame 6 | Symbol 191 MovieClip |
"truckhshadow" | Frame 6 | Symbol 191 MovieClip |
"truckishadow" | Frame 6 | Symbol 191 MovieClip |
"truckjshadow" | Frame 6 | Symbol 191 MovieClip |
"truckkshadow" | Frame 6 | Symbol 191 MovieClip |
"trucklshadow" | Frame 6 | Symbol 191 MovieClip |
"exb" | Frame 6 | Symbol 194 MovieClip |
"ex1" | Frame 6 | Symbol 194 MovieClip |
"ex2" | Frame 6 | Symbol 194 MovieClip |
"ex3" | Frame 6 | Symbol 194 MovieClip |
"ex4" | Frame 6 | Symbol 194 MovieClip |
"exbomber" | Frame 6 | Symbol 194 MovieClip |
"exbomber2" | Frame 6 | Symbol 194 MovieClip |
"extank" | Frame 6 | Symbol 194 MovieClip |
"extank2" | Frame 6 | Symbol 194 MovieClip |
"exrm" | Frame 6 | Symbol 194 MovieClip |
"shot" | Frame 6 | Symbol 198 MovieClip |
"missile" | Frame 6 | Symbol 136 MovieClip |
"m" | Frame 6 | Symbol 162 MovieClip |
"shot2" | Frame 6 | Symbol 198 MovieClip |
"shot3" | Frame 6 | Symbol 198 MovieClip |
"shot4" | Frame 6 | Symbol 198 MovieClip |
"shot5" | Frame 6 | Symbol 198 MovieClip |
"shot6" | Frame 6 | Symbol 198 MovieClip |
"shot7" | Frame 6 | Symbol 198 MovieClip |
"shot8" | Frame 6 | Symbol 198 MovieClip |
"shot9" | Frame 6 | Symbol 198 MovieClip |
"shot10" | Frame 6 | Symbol 198 MovieClip |
"bomb" | Frame 6 | Symbol 200 MovieClip |
"b" | Frame 6 | Symbol 162 MovieClip |
"bomb2" | Frame 6 | Symbol 200 MovieClip |
"ms2" | Frame 6 | Symbol 162 MovieClip |
"missile2" | Frame 6 | Symbol 136 MovieClip |
"m2" | Frame 6 | Symbol 162 MovieClip |
"ms3" | Frame 6 | Symbol 162 MovieClip |
"missile3" | Frame 6 | Symbol 136 MovieClip |
"m3" | Frame 6 | Symbol 162 MovieClip |
"ms4" | Frame 6 | Symbol 162 MovieClip |
"missile4" | Frame 6 | Symbol 136 MovieClip |
"m4" | Frame 6 | Symbol 162 MovieClip |
"tankmissile" | Frame 6 | Symbol 172 MovieClip |
"shot11" | Frame 6 | Symbol 198 MovieClip |
"shot12" | Frame 6 | Symbol 198 MovieClip |
"shot13" | Frame 6 | Symbol 198 MovieClip |
"shot14" | Frame 6 | Symbol 198 MovieClip |
"shot15" | Frame 6 | Symbol 198 MovieClip |
"shot16" | Frame 6 | Symbol 198 MovieClip |
"tractor" | Frame 6 | Symbol 202 MovieClip |
"targeter" | Frame 6 | Symbol 204 MovieClip |
"targetertank" | Frame 6 | Symbol 204 MovieClip |
"remote" | Frame 6 | Symbol 208 MovieClip |
"rms" | Frame 6 | Symbol 162 MovieClip |
"rm" | Frame 6 | Symbol 162 MovieClip |
"remoteshadow" | Frame 6 | Symbol 208 MovieClip |
"trucka" | Frame 6 | Symbol 214 MovieClip |
"bulletshota" | Frame 6 | Symbol 215 MovieClip |
"bulletshotb" | Frame 6 | Symbol 215 MovieClip |
"truckb" | Frame 6 | Symbol 214 MovieClip |
"bulletshotc" | Frame 6 | Symbol 215 MovieClip |
"truckc" | Frame 6 | Symbol 214 MovieClip |
"truckd" | Frame 6 | Symbol 214 MovieClip |
"bulletshotd" | Frame 6 | Symbol 215 MovieClip |
"bulletshote" | Frame 6 | Symbol 215 MovieClip |
"trucke" | Frame 6 | Symbol 214 MovieClip |
"bulletshotf" | Frame 6 | Symbol 215 MovieClip |
"truckf" | Frame 6 | Symbol 214 MovieClip |
"truckl" | Frame 6 | Symbol 214 MovieClip |
"truckk" | Frame 6 | Symbol 214 MovieClip |
"truckj" | Frame 6 | Symbol 214 MovieClip |
"trucki" | Frame 6 | Symbol 214 MovieClip |
"truckh" | Frame 6 | Symbol 214 MovieClip |
"truckg" | Frame 6 | Symbol 214 MovieClip |
"bulletshotl" | Frame 6 | Symbol 215 MovieClip |
"bulletshotk" | Frame 6 | Symbol 215 MovieClip |
"bulletshotj" | Frame 6 | Symbol 215 MovieClip |
"bulletshoti" | Frame 6 | Symbol 215 MovieClip |
"bulletshoth" | Frame 6 | Symbol 215 MovieClip |
"bulletshotg" | Frame 6 | Symbol 215 MovieClip |
"bomber" | Frame 6 | Symbol 218 MovieClip |
"bomberbomb" | Frame 6 | Symbol 165 MovieClip |
"bomberbomb2" | Frame 6 | Symbol 165 MovieClip |
"bomber2" | Frame 6 | Symbol 218 MovieClip |
"bomber2bomb" | Frame 6 | Symbol 165 MovieClip |
"bomber2bomb2" | Frame 6 | Symbol 165 MovieClip |
"tank" | Frame 6 | Symbol 180 MovieClip |
"ball" | Frame 6 | Symbol 131 MovieClip |
"hole" | Frame 6 | Symbol 234 MovieClip |
"healthreload" | Frame 6 | Symbol 238 MovieClip |
"bombreload" | Frame 6 | Symbol 242 MovieClip |
"missilereload" | Frame 6 | Symbol 246 MovieClip |
"ammoreload" | Frame 6 | Symbol 250 MovieClip |
"puff" | Frame 6 | Symbol 254 MovieClip |
"puffshadow" | Frame 6 | Symbol 254 MovieClip |
"redmask" | Frame 6 | Symbol 255 MovieClip |
"whitemask" | Frame 6 | Symbol 256 MovieClip |
"hit" | Symbol 169 MovieClip Frame 1 | Symbol 168 MovieClip |
"hit" | Symbol 179 MovieClip Frame 1 | Symbol 175 MovieClip |
"mask" | Symbol 179 MovieClip Frame 1 | Symbol 177 MovieClip |
"hit" | Symbol 180 MovieClip Frame 1 | Symbol 179 MovieClip |
"truck" | Symbol 190 MovieClip Frame 1 | Symbol 186 MovieClip |
"mask" | Symbol 190 MovieClip Frame 1 | Symbol 188 MovieClip |
"shadow" | Symbol 191 MovieClip Frame 1 | Symbol 190 MovieClip |
"hit" | Symbol 202 MovieClip Frame 1 | Symbol 201 MovieClip |
"gun" | Symbol 213 MovieClip Frame 1 | Symbol 210 MovieClip |
"truck" | Symbol 213 MovieClip Frame 1 | Symbol 186 MovieClip |
"mask" | Symbol 213 MovieClip Frame 1 | Symbol 188 MovieClip |
"truck" | Symbol 214 MovieClip Frame 1 | Symbol 213 MovieClip |
"hit" | Symbol 218 MovieClip Frame 1 | Symbol 168 MovieClip |
"mask" | Symbol 218 MovieClip Frame 1 | Symbol 217 MovieClip |
"door" | Symbol 234 MovieClip Frame 1 | Symbol 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.ammo | Symbol 260 EditableText | "" |
_root.variables.missiles | Symbol 265 EditableText | "" |
_root.variables.bombs | Symbol 268 EditableText | "" |
_root.variables.healthround | Symbol 273 EditableText | "" |
_root.variables.moneyround | Symbol 276 EditableText | "" |
_root.variables.bullettimetimer | Symbol 279 EditableText | "" |
_root.variables.remote | Symbol 289 EditableText | "" |
_root.variables.flash | Symbol 293 EditableText | "" |
_root.variables.beamtimer | Symbol 298 EditableText | "" |
_root.variables.scoreround | Symbol 331 EditableText | "" |
|