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

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

SpaceWars.swf

This is the info page for
Flash #28530

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


Text
Controller

Brought To You By:

FPS

Get used to running and gunning.
Click for your destination, and shoot while your moving.
Be ready when you begin a new level.
There is a short delay in early levels, but later, you will not get a delay.
Be sure to roll over the Next Level Button before you click.
It gives you information on the next level.

Get used to running and gunning.
Click for your destination, and shoot while your moving.
Be ready when you begin a new level.
There is a short delay in early levels, but later, you will not get a delay.
Be sure to roll over the Next Level Button before you click.
It gives you information on the next level.
The brightest colored shots are the strongest.
Each shot after is weaker and weaker. Be sure to utilize those stronger shots.
You can get up to 4 Wingmen.
Use them, the 2 that fire Yellow bursts are stronger then yourself, but have less distance.
The 2 that first Green bursts are the weakest, but have the greatest distance.
If the FPS starts to drop, certain effects like the explosions will shut off.

Created By : Rob Phillips
Music By : Jonathan Morales

Music

Use your mouse to aim the ship.
Left-Click = Direct your ship to the position you desire
Spacebar = Fire
Click "Ready" when you have got to know the controls.
I'm warning you right now.
This game is built to be a tough game. Impossible? No, but tough.

0000

0000

lvl Controller

Points :

Health :

Sheild :

000

Begin New Level

End of Level :

Ending Points :

Hull Damage Recieved :

Level Time :

Point Bonus :

:: UPGRADES ::

Main Ship

Wingmen

+ 1 Wingman

+ Accuracy

+ Power

+ Clip Size

Shields

+ Hull

Current:

+ 1 % :

Current :

+ 1 :

Total Points :

Current :

Current :

+ 10% :

+ 100% :

15 Points

25 Points

50 Points

100 Points

300 Points

75 Points

You Died.

Level :

Main Menu

ActionScript [AS1/AS2]

Frame 1
fscommand ("fullscreen", true); fscommand ("allowscale", false); Stage.showMenu = false;
Instance of Symbol 19 MovieClip "loader" in Frame 1
onClipEvent (load) { _root.stop(); exitLoader = 1; } onClipEvent (enterFrame) { if (this.loadingBar._xscale < 100) { this.loadingBar._xscale = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; } else if (this.loadingBar._xscale >= 100) { if (exitLoader == 1) { if (this.graphics._currentframe == 20) { this.loadingBar.gotoAndPlay(2); this.backg.gotoAndPlay(21); this.graphics.gotoAndPlay(21); exitLoader = 0; } } } }
Instance of Symbol 21 MovieClip in Frame 1
on (release) { }
Frame 2
stop(); _quality = "LOW";
Instance of Symbol 23 MovieClip "Star" in Frame 2
onClipEvent (load) { alive = 0; _alpha = 0; } onClipEvent (enterFrame) { if (this._name == "Star") { } else { _x = (_x + xv); _y = (_y + yv); _alpha = (_alpha + 5); if (_y >= 495) { removeMovieClip(this); } if (_y <= 5) { removeMovieClip(this); } if (_x >= 395) { removeMovieClip(this); } if (_x <= 5) { removeMovieClip(this); } } }
Instance of Symbol 27 MovieClip "starcont" in Frame 2
onClipEvent (load) { _root.DubCount = 1; _alpha = 0; } onClipEvent (enterFrame) { duplicateMovieClip (_root.Star, "newstar_mc" + _root.DubCount, _root.DubCount); i = eval ("_root.newstar_mc" + _root.DubCount); i._alpha = 0; i._x = 200; i._y = 250; rand = Math.random(360); rand3 = random(10); i.xv = (-(rand3 + 2)) * Math.sin((Math.PI/180) * (rand * 360)); i.yv = (rand3 + 2) * Math.cos((Math.PI/180) * (rand * 360)); i._xscale = rand3 * 10; i._yscale = rand3 * 10; i._rotation = rand * 360; _root.DubCount++; duplicateMovieClip (_root.Star, "newstar_mc" + _root.DubCount, _root.DubCount); i = eval ("_root.newstar_mc" + _root.DubCount); i._alpha = 0; i._x = 200; i._y = 250; rand = Math.random(360); rand3 = random(7); i.xv = (-(rand3 + 3)) * Math.sin((Math.PI/180) * (rand * 360)); i.yv = (rand3 + 3) * Math.cos((Math.PI/180) * (rand * 360)); i._xscale = rand3 * 10; i._yscale = rand3 * 10; i._rotation = rand * 360; _root.DubCount++; duplicateMovieClip (_root.Star, "newstar_mc" + _root.DubCount, _root.DubCount); i = eval ("_root.newstar_mc" + _root.DubCount); i._alpha = 0; i._x = 200; i._y = 250; rand = Math.random(360); rand3 = random(7); i.xv = (-(rand3 + 3)) * Math.sin((Math.PI/180) * (rand * 360)); i.yv = (rand3 + 3) * Math.cos((Math.PI/180) * (rand * 360)); i._xscale = rand3 * 10; i._yscale = rand3 * 10; i._rotation = rand * 360; _root.DubCount++; }
Frame 3
stop(); Mouse.show(); _root.music._x = 25; _root.music._y = 30;
Instance of Symbol 42 MovieClip in Frame 3
on (release) { _root.gotoAndStop(4); } on (rollOver, dragOver) { gotoAndPlay (2); } on (rollOut, dragOut) { gotoAndPlay (11); }
Instance of Symbol 49 MovieClip in Frame 3
on (rollOver, dragOver) { gotoAndPlay (2); _root.tips.gotoAndPlay(2); } on (rollOut, dragOut) { gotoAndPlay (11); _root.tips.gotoAndPlay(11); }
Instance of Symbol 61 MovieClip in Frame 3
on (rollOver, dragOver) { gotoAndPlay (2); _root.info.gotoAndPlay(2); } on (rollOut, dragOut) { gotoAndPlay (11); _root.info.gotoAndPlay(11); }
Instance of Symbol 75 MovieClip "music" in Frame 3
onClipEvent (load) { _root.music.active = true; } on (release) { if (_root.music.active == true) { stopAllSounds(); gotoAndStop (2); _root.music.active = false; } else { gotoAndStop (1); _root.music.active = true; } }
Frame 4
stop(); _root.music._x = 25; _root.music._y = -3000;
Instance of Symbol 77 MovieClip "fire" in Frame 4
onClipEvent (load) { this._visible = false; rapi = 1; } onClipEvent (enterFrame) { if (Key.isDown(32) and (rapi > 0)) { rapi--; duplicateMovieClip (_root.shot01, "newshot_mc" + _root.DubCount, _root.DubCount); i = eval ("_root.newshot_mc" + _root.DubCount); i.alive = 15; i._x = _root.ship._x; i._y = _root.ship._y; i.xv = -15 * Math.sin((Math.PI/180) * _root.ship.angle); i.yv = 15 * Math.cos((Math.PI/180) * _root.ship.angle); i._xscale = 100 + (_root.shell.cont.rotv * 5); i._yscale = 100 + (_root.shell.cont.rotv * 5); _root.DubCount++; } if (!Key.isDown(32)) { rapi = 1; } }
Instance of Symbol 88 MovieClip "shot01" in Frame 4
onClipEvent (load) { setProperty(this, _visible , false); } onClipEvent (enterFrame) { if (alive >= 0) { alive--; setProperty(this, _visible , true); _x = (_x + xv); _y = (_y + yv); if (_root.Fed1.hitTest(_x, _y, true)) { if (_root.Fed1.active == true) { _root.Hitlanded = _root.Hitlanded + 1; _root.TotalHitsLanded = _root.TotalHitsLanded + 1; _root.en1healthper = _root.en1healthper - (10 + _root.GunPower); _root.level++; duplicateMovieClip (_root.hit, "EnhitTest" + _root.level, _root.level); mc = eval ("_root.EnhitTest" + _root.level); mc._x = this._x; mc._y = this._y; mc.active = true; alive = _root.ct1.alivep; } } if (_root.Fed01.hitTest(_x, _y, true)) { if (_root.Fed01.active == true) { _root.Hitlanded = _root.Hitlanded + 1; _root.TotalHitsLanded = _root.TotalHitsLanded + 1; _root.en01healthper = _root.en01healthper - (10 + _root.GunPower); _root.level++; duplicateMovieClip (_root.hit, "EnhitTest" + _root.level, _root.level); mc = eval ("_root.EnhitTest" + _root.level); mc._x = this._x; mc._y = this._y; mc.active = true; alive = _root.ct1.alivep; } } if (_root.Fed2.hitTest(_x, _y, true)) { if (_root.Fed2.active == true) { _root.Hitlanded = _root.Hitlanded + 1; _root.TotalHitsLanded = _root.TotalHitsLanded + 1; _root.en2healthper = _root.en2healthper - (10 + _root.GunPower); _root.level++; duplicateMovieClip (_root.hit, "EnhitTest" + _root.level, _root.level); mc = eval ("_root.EnhitTest" + _root.level); mc._x = this._x; mc._y = this._y; mc.active = true; alive = _root.ct1.alivep; } } if (_root.Fed02.hitTest(_x, _y, true)) { if (_root.Fed02.active == true) { _root.Hitlanded = _root.Hitlanded + 1; _root.TotalHitsLanded = _root.TotalHitsLanded + 1; _root.en02healthper = _root.en02healthper - (10 + _root.GunPower); _root.level++; duplicateMovieClip (_root.hit, "EnhitTest" + _root.level, _root.level); mc = eval ("_root.EnhitTest" + _root.level); mc._x = this._x; mc._y = this._y; mc.active = true; alive = _root.ct1.alivep; } } if (_root.Fed3.hitTest(_x, _y, true)) { if (_root.Fed3.active == true) { _root.Hitlanded = _root.Hitlanded + 1; _root.TotalHitsLanded = _root.TotalHitsLanded + 1; _root.en3healthper = _root.en3healthper - (10 + _root.GunPower); _root.level++; duplicateMovieClip (_root.hit, "EnhitTest" + _root.level, _root.level); mc = eval ("_root.EnhitTest" + _root.level); mc._x = this._x; mc._y = this._y; mc.active = true; alive = _root.ct1.alivep; } } if (_root.Fed03.hitTest(_x, _y, true)) { if (_root.Fed03.active == true) { _root.Hitlanded = _root.Hitlanded + 1; _root.TotalHitsLanded = _root.TotalHitsLanded + 1; _root.en03healthper = _root.en03healthper - (10 + _root.GunPower); _root.level++; duplicateMovieClip (_root.hit, "EnhitTest" + _root.level, _root.level); mc = eval ("_root.EnhitTest" + _root.level); mc._x = this._x; mc._y = this._y; mc.active = true; alive = _root.ct1.alivep; } } if (_root.Fed4.hitTest(_x, _y, true)) { if (_root.Fed4.active == true) { _root.Hitlanded = _root.Hitlanded + 1; _root.TotalHitsLanded = _root.TotalHitsLanded + 1; _root.en4healthper = _root.en4healthper - (10 + _root.GunPower); _root.level++; duplicateMovieClip (_root.hit, "EnhitTest" + _root.level, _root.level); mc = eval ("_root.EnhitTest" + _root.level); mc._x = this._x; mc._y = this._y; mc.active = true; alive = _root.ct1.alivep; } } if (_root.Fed04.hitTest(_x, _y, true)) { if (_root.Fed04.active == true) { _root.Hitlanded = _root.Hitlanded + 1; _root.TotalHitsLanded = _root.TotalHitsLanded + 1; _root.en04healthper = _root.en04healthper - (10 + _root.GunPower); _root.level++; duplicateMovieClip (_root.hit, "EnhitTest" + _root.level, _root.level); mc = eval ("_root.EnhitTest" + _root.level); mc._x = this._x; mc._y = this._y; mc.active = true; alive = _root.ct1.alivep; } } } else { removeMovieClip(this); } if (_x <= xmin) { _x = (_x + (xmax - 10)); } if (_x >= xmax) { _x = (_x - (xmax - 10)); } if (_y <= ymin) { _y = (_y + (ymax - 10)); } if (_y >= ymax) { _y = (_y - (ymax - 10)); } }
Instance of Symbol 27 MovieClip in Frame 4
onClipEvent (load) { _root.csize = 1; _root.accurh = 10; _root.hpower = 0; _root.sllh = 15; _root.hpoints = 0; _root.hhealth = 100; _root.shealth = 0; _root.csizew = 0; _root.w1power = 0; _root.w2power = 0; _root.accurw = 10; _root.sllw1 = 5; _root.sllw2 = 25; _root.wactive = 0; _root.accure = 100; _root.enbdef = 2; _root.enbpow = 1; _root.enbHelth = 100; _root.csizee = 1; _root.csize2e = 1; _root.csize3e = 1; _root.csize4e = 1; _root.slle = 30; _root.lvl = 1; _root.lvl.bonus = false; _root.DubCount = 1; _root.hdam = 0; _root.ship.active = true; _root.flightShip01.active = false; _root.flightShip02.active = false; _root.flightShip03.active = false; _root.flightShip04.active = false; _root.loadlvlvars = true; }
Instance of Symbol 102 MovieClip "ship" in Frame 4
onClipEvent (load) { friction = 0.04; targetx = 200; targety = 250; xmax = 400; xmin = 0; ymax = 500; ymin = 0; xv = 0; x = 0; y = 0; yv = 0; xa = 0; ya = 0; v = 0; } onClipEvent (enterFrame) { if (active) { mouse_x = int(targetx - this._x); mouse_y = int(targety - this._y); if ((mouse_x > 0) && (mouse_y > 0)) { quad = Number(4); } if ((mouse_x < 0) && (mouse_y > 0)) { quad = Number(1); } if ((mouse_x < 0) && (mouse_y < 0)) { quad = Number(2); } if ((mouse_x > 0) && (mouse_y < 0)) { quad = Number(3); } abs_x = Math.abs(mouse_x); abs_y = Math.abs(mouse_y); tg = abs_y / abs_x; _root.maths = (Math.atan(tg) * Number(180)) / Math.PI; if (quad == 1) { angle = Number(90) - Number(_root.maths); } if (quad == 2) { angle = Number(90) + Number(_root.maths); } if (quad == 3) { angle = Number(270) - Number(_root.maths); } if (quad == 4) { angle = Number(270) + Number(_root.maths); } if (!_root.done) { setProperty(_this, _rotation , angle); _root.done = true; } speedx = difx * friction; speedy = dify * friction; setProperty(this, _y , _root.ship._y + speedy); setProperty(this, _x , _root.ship._x + speedx); difx = int(targetx) - this._x; dify = int(targety) - this._y; } else { _root.scoreB.gotoAndStop(2); } } onClipEvent (enterFrame) { if (active) { i = _root.accurh; ac = i - 100; acin = Math.random(ac) * ac; acou = Math.random(ac) * ac; accper = (acin - acou) / 3; accuracy = ((Math.atan2(_root.mouse._y - _y, _root.mouse._x - _x) * 180) / Math.PI) - (90 + accper); angle = ((Math.atan2(_root.mouse._y - _y, _root.mouse._x - _x) * 180) / Math.PI) - 90; _rotation = angle; } }
Instance of Symbol 105 MovieClip "mouse" in Frame 4
onClipEvent (load) { _root.DubCount = 1; _root.mouse.a = -20; _root.mouse.b = 10; _root.mouse.c = 20; _root.mouse.d = 10; _root.mouse.e = -10; _root.mouse.f = -20; _root.mouse.g = 10; _root.mouse.h = -20; } onClipEvent (enterFrame) { Mouse.hide(); startDrag (this, true); }
Instance of Symbol 77 MovieClip "fire" in Frame 5
onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { if (Key.isDown(32)) { if (_root.rapi > 0) { if (_root.ship.active == true) { duplicateMovieClip (_root.shot01, "newshot_mc" + _root.DubCount, _root.DubCount); i = eval ("_root.newshot_mc" + _root.DubCount); i.alive = _root.sllh; i._x = _root.ship._x; i._y = _root.ship._y; i.xv = -15 * Math.sin((Math.PI/180) * _root.ship.accuracy); i.yv = 15 * Math.cos((Math.PI/180) * _root.ship.accuracy); i.powlvl = (_root.csize - _root.rapi) * 2; i.poww = (100 - i.powlvl) + (_root.hpower * 12); if (i.poww <= 299) { i._xscale = i.poww; i._yscale = i.poww; } else { i._xscale = 300; i._yscale = 300; } if (_root.csize == 1) { Newcolor = new Color(i); Newcolor.setRGB(16711680); updateAfterEvent(); } if (_root.csize == 2) { if (_root.rapi == 2) { Newcolor = new Color(i); Newcolor.setRGB(16711680); updateAfterEvent(); } if (_root.rapi == 1) { Newcolor = new Color(i); Newcolor.setRGB(16751001); updateAfterEvent(); } } if (_root.csize == 3) { if (_root.rapi == 3) { Newcolor = new Color(i); Newcolor.setRGB(16711680); updateAfterEvent(); } if (_root.rapi == 2) { Newcolor = new Color(i); Newcolor.setRGB(16746632); updateAfterEvent(); } if (_root.rapi == 1) { Newcolor = new Color(i); Newcolor.setRGB(16764108); updateAfterEvent(); } } if (_root.csize == 4) { if (_root.rapi == 4) { Newcolor = new Color(i); Newcolor.setRGB(16711680); updateAfterEvent(); } if (_root.rapi == 3) { Newcolor = new Color(i); Newcolor.setRGB(16737894); updateAfterEvent(); } if (_root.rapi == 2) { Newcolor = new Color(i); Newcolor.setRGB(16759739); updateAfterEvent(); } if (_root.rapi == 1) { Newcolor = new Color(i); Newcolor.setRGB(16772846); updateAfterEvent(); } } if (_root.csize == 5) { if (_root.rapi == 5) { Newcolor = new Color(i); Newcolor.setRGB(16711680); updateAfterEvent(); } if (_root.rapi == 4) { Newcolor = new Color(i); Newcolor.setRGB(16733525); updateAfterEvent(); } if (_root.rapi == 3) { Newcolor = new Color(i); Newcolor.setRGB(16751001); updateAfterEvent(); } if (_root.rapi == 2) { Newcolor = new Color(i); Newcolor.setRGB(16764108); updateAfterEvent(); } if (_root.rapi == 1) { Newcolor = new Color(i); Newcolor.setRGB(16772846); updateAfterEvent(); } } if (_root.csize >= 6) { if (_root.rapi == 6) { Newcolor = new Color(i); Newcolor.setRGB(16711680); updateAfterEvent(); } if (_root.rapi == 5) { Newcolor = new Color(i); Newcolor.setRGB(16724787); updateAfterEvent(); } if (_root.rapi == 4) { Newcolor = new Color(i); Newcolor.setRGB(16733525); updateAfterEvent(); } if (_root.rapi == 3) { Newcolor = new Color(i); Newcolor.setRGB(16759739); updateAfterEvent(); } if (_root.rapi == 2) { Newcolor = new Color(i); Newcolor.setRGB(16768477); updateAfterEvent(); } if (_root.rapi == 1) { Newcolor = new Color(i); Newcolor.setRGB(16777215); updateAfterEvent(); } } _root.DubCount++; } _root.rapi--; } } if (!Key.isDown(32)) { _root.rapi = _root.csize; } }
Instance of Symbol 122 MovieClip "flightShip01" in Frame 5
onClipEvent (load) { friction = 0.04; targetx = 200; targety = 250; xmax = 400; xmin = 0; ymax = 500; ymin = 0; xv = 0; x = 0; y = 0; yv = 0; xa = 0; ya = 0; v = 0; } onClipEvent (enterFrame) { if (active) { if (timer > 1) { timer--; } else { timer = 0; } mouse_x = int(targetx - this._x); mouse_y = int(targety - this._y); if ((mouse_x > 0) && (mouse_y > 0)) { quad = Number(4); } if ((mouse_x < 0) && (mouse_y > 0)) { quad = Number(1); } if ((mouse_x < 0) && (mouse_y < 0)) { quad = Number(2); } if ((mouse_x > 0) && (mouse_y < 0)) { quad = Number(3); } abs_x = Math.abs(mouse_x); abs_y = Math.abs(mouse_y); tg = abs_y / abs_x; _root.maths01 = (Math.atan(tg) * Number(180)) / 3.141593; if (quad == 1) { angle = Number(90) - Number(_root.maths01); } if (quad == 2) { angle = Number(90) + Number(_root.maths01); } if (quad == 3) { angle = Number(270) - Number(_root.maths01); } if (quad == 4) { angle = Number(270) + Number(_root.maths01); } if (!_root.done01) { setProperty(_this, _rotation , angle); _root.done01 = true; } speedx = difx01 * friction; speedy = dify01 * friction; setProperty(this, _y , _root.flightShip01._y + speedy); setProperty(this, _x , _root.flightShip01._x + speedx); difx01 = int(targetx) - this._x; dify01 = int(targety) - this._y; } } onClipEvent (enterFrame) { if (active) { i = _root.accurw; ac = i - 100; acin = Math.random(ac) * ac; acou = Math.random(ac) * ac; accper = (acin - acou) / 3; accuracy = ((Math.atan2(_root.mouse._y - _y, _root.mouse._x - _x) * 180) / Math.PI) - (90 + accper); angle = ((Math.atan2(_root.mouse._y - _y, _root.mouse._x - _x) * 180) / Math.PI) - 90; _rotation = angle; } }
Instance of Symbol 122 MovieClip "flightShip02" in Frame 5
onClipEvent (load) { friction = 0.04; targetx = 200; targety = 250; xmax = 400; xmin = 0; ymax = 500; ymin = 0; xv = 0; x = 0; y = 0; yv = 0; xa = 0; ya = 0; v = 0; } onClipEvent (enterFrame) { if (active) { if (timer > 1) { timer--; } else { timer = 0; } mouse_x = int(targetx - this._x); mouse_y = int(targety - this._y); if ((mouse_x > 0) && (mouse_y > 0)) { quad = Number(4); } if ((mouse_x < 0) && (mouse_y > 0)) { quad = Number(1); } if ((mouse_x < 0) && (mouse_y < 0)) { quad = Number(2); } if ((mouse_x > 0) && (mouse_y < 0)) { quad = Number(3); } abs_x = Math.abs(mouse_x); abs_y = Math.abs(mouse_y); tg = abs_y / abs_x; _root.maths02 = (Math.atan(tg) * Number(180)) / 3.141593; if (quad == 1) { angle = Number(90) - Number(_root.maths02); } if (quad == 2) { angle = Number(90) + Number(_root.maths02); } if (quad == 3) { angle = Number(270) - Number(_root.maths02); } if (quad == 4) { angle = Number(270) + Number(_root.maths02); } if (!_root.done02) { setProperty(_this, _rotation , angle); _root.done02 = true; } speedx = difx02 * friction; speedy = dify02 * friction; setProperty(this, _y , _root.flightShip02._y + speedy); setProperty(this, _x , _root.flightShip02._x + speedx); difx02 = int(targetx) - this._x; dify02 = int(targety) - this._y; } } onClipEvent (enterFrame) { if (active) { i = _root.accurw; ac = i - 100; acin = Math.random(ac) * ac; acou = Math.random(ac) * ac; accper = (acin - acou) / 3; accuracy = ((Math.atan2(_root.mouse._y - _y, _root.mouse._x - _x) * 180) / Math.PI) - (90 + accper); angle = ((Math.atan2(_root.mouse._y - _y, _root.mouse._x - _x) * 180) / Math.PI) - 90; _rotation = angle; } }
Instance of Symbol 122 MovieClip "flightShip03" in Frame 5
onClipEvent (load) { friction = 0.04; targetx = 200; targety = 250; xmax = 400; xmin = 0; ymax = 500; ymin = 0; xv = 0; x = 0; y = 0; yv = 0; xa = 0; ya = 0; v = 0; } onClipEvent (enterFrame) { if (active) { if (timer > 1) { timer--; } else { timer = 0; } mouse_x = int(targetx - this._x); mouse_y = int(targety - this._y); if ((mouse_x > 0) && (mouse_y > 0)) { quad = Number(4); } if ((mouse_x < 0) && (mouse_y > 0)) { quad = Number(1); } if ((mouse_x < 0) && (mouse_y < 0)) { quad = Number(2); } if ((mouse_x > 0) && (mouse_y < 0)) { quad = Number(3); } abs_x = Math.abs(mouse_x); abs_y = Math.abs(mouse_y); tg = abs_y / abs_x; _root.maths03 = (Math.atan(tg) * Number(180)) / 3.141593; if (quad == 1) { angle = Number(90) - Number(_root.maths03); } if (quad == 2) { angle = Number(90) + Number(_root.maths03); } if (quad == 3) { angle = Number(270) - Number(_root.maths03); } if (quad == 4) { angle = Number(270) + Number(_root.maths03); } if (!_root.done03) { setProperty(_this, _rotation , angle); _root.done03 = true; } speedx = difx03 * friction; speedy = dify03 * friction; setProperty(this, _y , _root.flightShip03._y + speedy); setProperty(this, _x , _root.flightShip03._x + speedx); difx03 = int(targetx) - this._x; dify03 = int(targety) - this._y; } } onClipEvent (enterFrame) { if (active) { i = _root.accurw; ac = i - 100; acin = Math.random(ac) * ac; acou = Math.random(ac) * ac; accper = (acin - acou) / 3; accuracy = ((Math.atan2(_root.mouse._y - _y, _root.mouse._x - _x) * 180) / Math.PI) - (90 + accper); angle = ((Math.atan2(_root.mouse._y - _y, _root.mouse._x - _x) * 180) / Math.PI) - 90; _rotation = angle; } }
Instance of Symbol 122 MovieClip "flightShip04" in Frame 5
onClipEvent (load) { friction = 0.04; targetx = 200; targety = 250; xmax = 400; xmin = 0; ymax = 500; ymin = 0; xv = 0; x = 0; y = 0; yv = 0; xa = 0; ya = 0; v = 0; } onClipEvent (enterFrame) { if (active) { if (timer > 1) { timer--; } else { timer = 0; } mouse_x = int(targetx - this._x); mouse_y = int(targety - this._y); if ((mouse_x > 0) && (mouse_y > 0)) { quad = Number(4); } if ((mouse_x < 0) && (mouse_y > 0)) { quad = Number(1); } if ((mouse_x < 0) && (mouse_y < 0)) { quad = Number(2); } if ((mouse_x > 0) && (mouse_y < 0)) { quad = Number(3); } abs_x = Math.abs(mouse_x); abs_y = Math.abs(mouse_y); tg = abs_y / abs_x; _root.maths04 = (Math.atan(tg) * Number(180)) / 3.141593; if (quad == 1) { angle = Number(90) - Number(_root.maths04); } if (quad == 2) { angle = Number(90) + Number(_root.maths04); } if (quad == 3) { angle = Number(270) - Number(_root.maths04); } if (quad == 4) { angle = Number(270) + Number(_root.maths04); } if (!_root.done04) { setProperty(_this, _rotation , angle); _root.done04 = true; } speedx = difx04 * friction; speedy = dify04 * friction; setProperty(this, _y , _root.flightShip04._y + speedy); setProperty(this, _x , _root.flightShip04._x + speedx); difx04 = int(targetx) - this._x; dify04 = int(targety) - this._y; } } onClipEvent (enterFrame) { if (active) { i = _root.accurw; ac = i - 100; acin = Math.random(ac) * ac; acou = Math.random(ac) * ac; accper = (acin - acou) / 3; accuracy = ((Math.atan2(_root.mouse._y - _y, _root.mouse._x - _x) * 180) / Math.PI) - (90 + accper); angle = ((Math.atan2(_root.mouse._y - _y, _root.mouse._x - _x) * 180) / Math.PI) - 90; _rotation = angle; } }
Instance of Symbol 77 MovieClip "fire" in Frame 5
onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { if (Key.isDown(32)) { if (_root.rapiw > 0) { if (_root.flightShip01.active == true) { duplicateMovieClip (_root.shot01, "newshot_mc" + _root.DubCount, _root.DubCount); i = eval ("_root.newshot_mc" + _root.DubCount); i.alive = _root.sllw1; i._x = _root.flightShip01._x; i._y = _root.flightShip01._y; i.xv = -15 * Math.sin((Math.PI/180) * _root.flightShip01.accuracy); i.yv = 15 * Math.cos((Math.PI/180) * _root.flightShip01.accuracy); i.powlvl = (_root.csizew - _root.rapiw) * 2; i.poww = (100 - i.powlvl) + (_root.w1power * 12); if (i.poww <= 299) { i._xscale = i.poww; i._yscale = i.poww; } else { i._xscale = 300; i._yscale = 300; } if (_root.csizew == 1) { Newcolor = new Color(i); Newcolor.setRGB(16776960); updateAfterEvent(); } if (_root.csizew == 2) { if (_root.rapiw == 1) { Newcolor = new Color(i); Newcolor.setRGB(16776960); updateAfterEvent(); } if (_root.rapiw == 0) { Newcolor = new Color(i); Newcolor.setRGB(16777130); updateAfterEvent(); } } if (_root.csizew == 3) { if (_root.rapiw == 2) { Newcolor = new Color(i); Newcolor.setRGB(16776960); updateAfterEvent(); } if (_root.rapiw == 1) { Newcolor = new Color(i); Newcolor.setRGB(16777096); updateAfterEvent(); } if (_root.rapiw == 0) { Newcolor = new Color(i); Newcolor.setRGB(16777164); updateAfterEvent(); } } if (_root.csizew == 4) { if (_root.rapiw == 3) { Newcolor = new Color(i); Newcolor.setRGB(16776960); updateAfterEvent(); } if (_root.rapiw == 2) { Newcolor = new Color(i); Newcolor.setRGB(16777062); updateAfterEvent(); } if (_root.rapiw == 1) { Newcolor = new Color(i); Newcolor.setRGB(16777147); updateAfterEvent(); } if (_root.rapiw == 0) { Newcolor = new Color(i); Newcolor.setRGB(16777198); updateAfterEvent(); } } if (_root.csizew == 5) { if (_root.rapiw == 4) { Newcolor = new Color(i); Newcolor.setRGB(16776960); updateAfterEvent(); } if (_root.rapiw == 3) { Newcolor = new Color(i); Newcolor.setRGB(16777045); updateAfterEvent(); } if (_root.rapiw == 2) { Newcolor = new Color(i); Newcolor.setRGB(16777113); updateAfterEvent(); } if (_root.rapiw == 1) { Newcolor = new Color(i); Newcolor.setRGB(16777164); updateAfterEvent(); } if (_root.rapiw == 0) { Newcolor = new Color(i); Newcolor.setRGB(16777198); updateAfterEvent(); } } if (_root.csizew >= 6) { if (_root.rapiw == 5) { Newcolor = new Color(i); Newcolor.setRGB(16776960); updateAfterEvent(); } if (_root.rapiw == 4) { Newcolor = new Color(i); Newcolor.setRGB(16777011); updateAfterEvent(); } if (_root.rapiw == 3) { Newcolor = new Color(i); Newcolor.setRGB(16777045); updateAfterEvent(); } if (_root.rapiw == 2) { Newcolor = new Color(i); Newcolor.setRGB(16777147); updateAfterEvent(); } if (_root.rapiw == 1) { Newcolor = new Color(i); Newcolor.setRGB(16777181); updateAfterEvent(); } if (_root.rapiw == 0) { Newcolor = new Color(i); Newcolor.setRGB(16777215); updateAfterEvent(); } } _root.DubCount++; } if (_root.flightShip02.active == true) { duplicateMovieClip (_root.shot01, "newshot_mc" + _root.DubCount, _root.DubCount); i = eval ("_root.newshot_mc" + _root.DubCount); i.alive = _root.sllw1; i._x = _root.flightShip02._x; i._y = _root.flightShip02._y; i.xv = -15 * Math.sin((Math.PI/180) * _root.flightShip02.accuracy); i.yv = 15 * Math.cos((Math.PI/180) * _root.flightShip02.accuracy); i.powlvl = (_root.csizew - _root.rapiw) * 2; i.poww = (100 - i.powlvl) + (_root.w1power * 12); if (i.poww <= 299) { i._xscale = i.poww; i._yscale = i.poww; } else { i._xscale = 300; i._yscale = 300; } if (_root.csizew == 1) { Newcolor = new Color(i); Newcolor.setRGB(16776960); updateAfterEvent(); } if (_root.csizew == 2) { if (_root.rapiw == 1) { Newcolor = new Color(i); Newcolor.setRGB(16776960); updateAfterEvent(); } if (_root.rapiw == 0) { Newcolor = new Color(i); Newcolor.setRGB(16777130); updateAfterEvent(); } } if (_root.csizew == 3) { if (_root.rapiw == 2) { Newcolor = new Color(i); Newcolor.setRGB(16776960); updateAfterEvent(); } if (_root.rapiw == 1) { Newcolor = new Color(i); Newcolor.setRGB(16777096); updateAfterEvent(); } if (_root.rapiw == 0) { Newcolor = new Color(i); Newcolor.setRGB(16777164); updateAfterEvent(); } } if (_root.csizew == 4) { if (_root.rapiw == 3) { Newcolor = new Color(i); Newcolor.setRGB(16776960); updateAfterEvent(); } if (_root.rapiw == 2) { Newcolor = new Color(i); Newcolor.setRGB(16777062); updateAfterEvent(); } if (_root.rapiw == 1) { Newcolor = new Color(i); Newcolor.setRGB(16777147); updateAfterEvent(); } if (_root.rapiw == 0) { Newcolor = new Color(i); Newcolor.setRGB(16777198); updateAfterEvent(); } } if (_root.csizew == 5) { if (_root.rapiw == 4) { Newcolor = new Color(i); Newcolor.setRGB(16776960); updateAfterEvent(); } if (_root.rapiw == 3) { Newcolor = new Color(i); Newcolor.setRGB(16777045); updateAfterEvent(); } if (_root.rapiw == 2) { Newcolor = new Color(i); Newcolor.setRGB(16777113); updateAfterEvent(); } if (_root.rapiw == 1) { Newcolor = new Color(i); Newcolor.setRGB(16777164); updateAfterEvent(); } if (_root.rapiw == 0) { Newcolor = new Color(i); Newcolor.setRGB(16777198); updateAfterEvent(); } } if (_root.csizew >= 6) { if (_root.rapiw == 5) { Newcolor = new Color(i); Newcolor.setRGB(16776960); updateAfterEvent(); } if (_root.rapiw == 4) { Newcolor = new Color(i); Newcolor.setRGB(16777011); updateAfterEvent(); } if (_root.rapiw == 3) { Newcolor = new Color(i); Newcolor.setRGB(16777045); updateAfterEvent(); } if (_root.rapiw == 2) { Newcolor = new Color(i); Newcolor.setRGB(16777147); updateAfterEvent(); } if (_root.rapiw == 1) { Newcolor = new Color(i); Newcolor.setRGB(16777181); updateAfterEvent(); } if (_root.rapiw == 0) { Newcolor = new Color(i); Newcolor.setRGB(16777215); updateAfterEvent(); } } _root.DubCount++; } _root.rapiw--; } } if (!Key.isDown(32)) { _root.rapiw = _root.csizew; } }
Instance of Symbol 77 MovieClip "fire" in Frame 5
onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { if (Key.isDown(32)) { if (_root.rapi2w > 0) { if (_root.flightShip03.active == true) { duplicateMovieClip (_root.shot01, "newshot_mc" + _root.DubCount, _root.DubCount); i = eval ("_root.newshot_mc" + _root.DubCount); i.alive = _root.sllw2; i._x = _root.flightShip03._x; i._y = _root.flightShip03._y; i.xv = -15 * Math.sin((Math.PI/180) * _root.flightShip03.accuracy); i.yv = 15 * Math.cos((Math.PI/180) * _root.flightShip03.accuracy); i.powlvl = (_root.csizew - _root.rapi2w) * 2; i.poww = (100 - i.powlvl) + (_root.w1power * 12); if (i.poww <= 299) { i._xscale = i.poww; i._yscale = i.poww; } else { i._xscale = 300; i._yscale = 300; } if (_root.csize == 1) { Newcolor = new Color(i); Newcolor.setRGB(65280); updateAfterEvent(); } if (_root.csize == 2) { if (_root.rapi == 1) { Newcolor = new Color(i); Newcolor.setRGB(65280); updateAfterEvent(); } if (_root.rapi == 0) { Newcolor = new Color(i); Newcolor.setRGB(11206570); updateAfterEvent(); } } if (_root.csize == 3) { if (_root.rapi == 2) { Newcolor = new Color(i); Newcolor.setRGB(65280); updateAfterEvent(); } if (_root.rapi == 1) { Newcolor = new Color(i); Newcolor.setRGB(8978312); updateAfterEvent(); } if (_root.rapi == 0) { Newcolor = new Color(i); Newcolor.setRGB(13434828); updateAfterEvent(); } } if (_root.csize == 4) { if (_root.rapi == 3) { Newcolor = new Color(i); Newcolor.setRGB(65280); updateAfterEvent(); } if (_root.rapi == 2) { Newcolor = new Color(i); Newcolor.setRGB(6750054); updateAfterEvent(); } if (_root.rapi == 1) { Newcolor = new Color(i); Newcolor.setRGB(12320699); updateAfterEvent(); } if (_root.rapi == 0) { Newcolor = new Color(i); Newcolor.setRGB(15663086); updateAfterEvent(); } } if (_root.csize == 5) { if (_root.rapi == 4) { Newcolor = new Color(i); Newcolor.setRGB(65280); updateAfterEvent(); } if (_root.rapi == 3) { Newcolor = new Color(i); Newcolor.setRGB(5635925); updateAfterEvent(); } if (_root.rapi == 2) { Newcolor = new Color(i); Newcolor.setRGB(10092441); updateAfterEvent(); } if (_root.rapi == 1) { Newcolor = new Color(i); Newcolor.setRGB(13434828); updateAfterEvent(); } if (_root.rapi == 0) { Newcolor = new Color(i); Newcolor.setRGB(15663086); updateAfterEvent(); } } if (_root.csize >= 6) { if (_root.rapi == 5) { Newcolor = new Color(i); Newcolor.setRGB(65280); updateAfterEvent(); } if (_root.rapi == 4) { Newcolor = new Color(i); Newcolor.setRGB(3407667); updateAfterEvent(); } if (_root.rapi == 3) { Newcolor = new Color(i); Newcolor.setRGB(5635925); updateAfterEvent(); } if (_root.rapi == 2) { Newcolor = new Color(i); Newcolor.setRGB(12320699); updateAfterEvent(); } if (_root.rapi == 1) { Newcolor = new Color(i); Newcolor.setRGB(14548957); updateAfterEvent(); } if (_root.rapi == 0) { Newcolor = new Color(i); Newcolor.setRGB(16777215); updateAfterEvent(); } } _root.DubCount++; } if (_root.flightShip04.active == true) { duplicateMovieClip (_root.shot01, "newshot_mc" + _root.DubCount, _root.DubCount); i = eval ("_root.newshot_mc" + _root.DubCount); i.alive = _root.sllw2; i._x = _root.flightShip04._x; i._y = _root.flightShip04._y; i.xv = -15 * Math.sin((Math.PI/180) * _root.flightShip04.accuracy); i.yv = 15 * Math.cos((Math.PI/180) * _root.flightShip04.accuracy); i.powlvl = (_root.csizew - _root.rapi2w) * 2; i.poww = (100 - i.powlvl) + (_root.w1power * 12); if (i.poww <= 299) { i._xscale = i.poww; i._yscale = i.poww; } else { i._xscale = 300; i._yscale = 300; } if (_root.csize == 1) { Newcolor = new Color(i); Newcolor.setRGB(65280); updateAfterEvent(); } if (_root.csize == 2) { if (_root.rapi == 1) { Newcolor = new Color(i); Newcolor.setRGB(65280); updateAfterEvent(); } if (_root.rapi == 0) { Newcolor = new Color(i); Newcolor.setRGB(11206570); updateAfterEvent(); } } if (_root.csize == 3) { if (_root.rapi == 2) { Newcolor = new Color(i); Newcolor.setRGB(65280); updateAfterEvent(); } if (_root.rapi == 1) { Newcolor = new Color(i); Newcolor.setRGB(8978312); updateAfterEvent(); } if (_root.rapi == 0) { Newcolor = new Color(i); Newcolor.setRGB(13434828); updateAfterEvent(); } } if (_root.csize == 4) { if (_root.rapi == 3) { Newcolor = new Color(i); Newcolor.setRGB(65280); updateAfterEvent(); } if (_root.rapi == 2) { Newcolor = new Color(i); Newcolor.setRGB(6750054); updateAfterEvent(); } if (_root.rapi == 1) { Newcolor = new Color(i); Newcolor.setRGB(12320699); updateAfterEvent(); } if (_root.rapi == 0) { Newcolor = new Color(i); Newcolor.setRGB(15663086); updateAfterEvent(); } } if (_root.csize == 5) { if (_root.rapi == 4) { Newcolor = new Color(i); Newcolor.setRGB(65280); updateAfterEvent(); } if (_root.rapi == 3) { Newcolor = new Color(i); Newcolor.setRGB(5635925); updateAfterEvent(); } if (_root.rapi == 2) { Newcolor = new Color(i); Newcolor.setRGB(10092441); updateAfterEvent(); } if (_root.rapi == 1) { Newcolor = new Color(i); Newcolor.setRGB(13434828); updateAfterEvent(); } if (_root.rapi == 0) { Newcolor = new Color(i); Newcolor.setRGB(15663086); updateAfterEvent(); } } if (_root.csize >= 6) { if (_root.rapi == 5) { Newcolor = new Color(i); Newcolor.setRGB(65280); updateAfterEvent(); } if (_root.rapi == 4) { Newcolor = new Color(i); Newcolor.setRGB(3407667); updateAfterEvent(); } if (_root.rapi == 3) { Newcolor = new Color(i); Newcolor.setRGB(5635925); updateAfterEvent(); } if (_root.rapi == 2) { Newcolor = new Color(i); Newcolor.setRGB(12320699); updateAfterEvent(); } if (_root.rapi == 1) { Newcolor = new Color(i); Newcolor.setRGB(14548957); updateAfterEvent(); } if (_root.rapi == 0) { Newcolor = new Color(i); Newcolor.setRGB(16777215); updateAfterEvent(); } } _root.DubCount++; } _root.rapi2w--; } } if (!Key.isDown(32)) { _root.rapi2w = _root.csizew; } }
Instance of Symbol 146 MovieClip "enb1" in Frame 5
onClipEvent (enterFrame) { if (active) { if (attack) { _root.eattackdelay--; if (_root.eattackdelay <= 0) { if (_root.rate1f >= 1) { duplicateMovieClip (_root.shot02, "newshot2_mc" + _root.DubCount, _root.DubCount); i = eval ("_root.newshot2_mc" + _root.DubCount); i.alive = _root.slle; i._x = _root.enb1._x; i._y = _root.enb1._y; i.xv = -15 * Math.sin((Math.PI/180) * _root.enb1.gun.accuracy); i.yv = 15 * Math.cos((Math.PI/180) * _root.enb1.gun.accuracy); if (_root.csizee == 1) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.csizee == 2) { if (_root.rapie == 1) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.rapie == 0) { Newcolor = new Color(i); Newcolor.setRGB(16777215); updateAfterEvent(); } } if (_root.csizee == 3) { if (_root.rapie == 2) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.rapie == 1) { Newcolor = new Color(i); Newcolor.setRGB(8978431); updateAfterEvent(); } if (_root.rapie == 0) { Newcolor = new Color(i); Newcolor.setRGB(13434879); updateAfterEvent(); } } if (_root.csizee == 4) { if (_root.rapie == 3) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.rapie == 2) { Newcolor = new Color(i); Newcolor.setRGB(6750207); updateAfterEvent(); } if (_root.rapie == 1) { Newcolor = new Color(i); Newcolor.setRGB(12320767); updateAfterEvent(); } if (_root.rapie == 0) { Newcolor = new Color(i); Newcolor.setRGB(15663103); updateAfterEvent(); } } if (_root.csizee == 5) { if (_root.rapie == 4) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.rapie == 3) { Newcolor = new Color(i); Newcolor.setRGB(5636095); updateAfterEvent(); } if (_root.rapie == 2) { Newcolor = new Color(i); Newcolor.setRGB(10092543); updateAfterEvent(); } if (_root.rapie == 1) { Newcolor = new Color(i); Newcolor.setRGB(13434879); updateAfterEvent(); } if (_root.rapie == 0) { Newcolor = new Color(i); Newcolor.setRGB(15663103); updateAfterEvent(); } } if (_root.csizee >= 6) { if (_root.rapie == 5) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.rapie == 4) { Newcolor = new Color(i); Newcolor.setRGB(3407871); updateAfterEvent(); } if (_root.rapie == 3) { Newcolor = new Color(i); Newcolor.setRGB(5636095); updateAfterEvent(); } if (_root.rapie == 2) { Newcolor = new Color(i); Newcolor.setRGB(12320767); updateAfterEvent(); } if (_root.rapie == 1) { Newcolor = new Color(i); Newcolor.setRGB(14548991); updateAfterEvent(); } if (_root.rapie == 0) { Newcolor = new Color(i); Newcolor.setRGB(16777215); updateAfterEvent(); } } if (_root.csizee >= 7) { if (_root.rapie == 6) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.rapie == 5) { Newcolor = new Color(i); Newcolor.setRGB(3407871); updateAfterEvent(); } if (_root.rapie == 4) { Newcolor = new Color(i); Newcolor.setRGB(5636095); updateAfterEvent(); } if (_root.rapie == 3) { Newcolor = new Color(i); Newcolor.setRGB(10092543); updateAfterEvent(); } if (_root.rapie == 2) { Newcolor = new Color(i); Newcolor.setRGB(12320767); updateAfterEvent(); } if (_root.rapie == 1) { Newcolor = new Color(i); Newcolor.setRGB(14548991); updateAfterEvent(); } if (_root.rapie == 0) { Newcolor = new Color(i); Newcolor.setRGB(16777215); updateAfterEvent(); } } if (_root.csizee >= 8) { if (_root.rapie == 7) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.rapie == 6) { Newcolor = new Color(i); Newcolor.setRGB(3407871); updateAfterEvent(); } if (_root.rapie == 5) { Newcolor = new Color(i); Newcolor.setRGB(5636095); updateAfterEvent(); } if (_root.rapie == 4) { Newcolor = new Color(i); Newcolor.setRGB(6750207); updateAfterEvent(); } if (_root.rapie == 3) { Newcolor = new Color(i); Newcolor.setRGB(10092543); updateAfterEvent(); } if (_root.rapie == 2) { Newcolor = new Color(i); Newcolor.setRGB(12320767); updateAfterEvent(); } if (_root.rapie == 1) { Newcolor = new Color(i); Newcolor.setRGB(14548991); updateAfterEvent(); } if (_root.rapie == 0) { Newcolor = new Color(i); Newcolor.setRGB(16777215); updateAfterEvent(); } } if (_root.csizee >= 9) { if (_root.rapie == 8) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.rapie == 7) { Newcolor = new Color(i); Newcolor.setRGB(3407871); updateAfterEvent(); } if (_root.rapie == 6) { Newcolor = new Color(i); Newcolor.setRGB(5636095); updateAfterEvent(); } if (_root.rapie == 5) { Newcolor = new Color(i); Newcolor.setRGB(6750207); updateAfterEvent(); } if (_root.rapie == 4) { Newcolor = new Color(i); Newcolor.setRGB(10092543); updateAfterEvent(); } if (_root.rapie == 3) { Newcolor = new Color(i); Newcolor.setRGB(12320767); updateAfterEvent(); } if (_root.rapie == 2) { Newcolor = new Color(i); Newcolor.setRGB(13434879); updateAfterEvent(); } if (_root.rapie == 1) { Newcolor = new Color(i); Newcolor.setRGB(14548991); updateAfterEvent(); } if (_root.rapie == 0) { Newcolor = new Color(i); Newcolor.setRGB(16777215); updateAfterEvent(); } } if (_root.csizee >= 10) { if (_root.rapie == 9) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.rapie == 8) { Newcolor = new Color(i); Newcolor.setRGB(3407871); updateAfterEvent(); } if (_root.rapie == 7) { Newcolor = new Color(i); Newcolor.setRGB(5636095); updateAfterEvent(); } if (_root.rapie == 6) { Newcolor = new Color(i); Newcolor.setRGB(6750207); updateAfterEvent(); } if (_root.rapie == 5) { Newcolor = new Color(i); Newcolor.setRGB(8978431); updateAfterEvent(); } if (_root.rapie == 4) { Newcolor = new Color(i); Newcolor.setRGB(10092543); updateAfterEvent(); } if (_root.rapie == 3) { Newcolor = new Color(i); Newcolor.setRGB(12320767); updateAfterEvent(); } if (_root.rapie == 2) { Newcolor = new Color(i); Newcolor.setRGB(13434879); updateAfterEvent(); } if (_root.rapie == 1) { Newcolor = new Color(i); Newcolor.setRGB(14548991); updateAfterEvent(); } if (_root.rapie == 0) { Newcolor = new Color(i); Newcolor.setRGB(16777215); updateAfterEvent(); } } if (_root.csizee >= 11) { if (_root.rapie == 10) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.rapie == 9) { Newcolor = new Color(i); Newcolor.setRGB(3407871); updateAfterEvent(); } if (_root.rapie == 8) { Newcolor = new Color(i); Newcolor.setRGB(4521983); updateAfterEvent(); } if (_root.rapie == 7) { Newcolor = new Color(i); Newcolor.setRGB(5636095); updateAfterEvent(); } if (_root.rapie == 6) { Newcolor = new Color(i); Newcolor.setRGB(6750207); updateAfterEvent(); } if (_root.rapie == 5) { Newcolor = new Color(i); Newcolor.setRGB(8978431); updateAfterEvent(); } if (_root.rapie == 4) { Newcolor = new Color(i); Newcolor.setRGB(10092543); updateAfterEvent(); } if (_root.rapie == 3) { Newcolor = new Color(i); Newcolor.setRGB(12320767); updateAfterEvent(); } if (_root.rapie == 2) { Newcolor = new Color(i); Newcolor.setRGB(13434879); updateAfterEvent(); } if (_root.rapie == 1) { Newcolor = new Color(i); Newcolor.setRGB(14548991); updateAfterEvent(); } if (_root.rapie == 0) { Newcolor = new Color(i); Newcolor.setRGB(16777215); updateAfterEvent(); } } if (_root.csizee >= 12) { if (_root.rapie == 11) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.rapie == 10) { Newcolor = new Color(i); Newcolor.setRGB(3407871); updateAfterEvent(); } if (_root.rapie == 9) { Newcolor = new Color(i); Newcolor.setRGB(4521983); updateAfterEvent(); } if (_root.rapie == 8) { Newcolor = new Color(i); Newcolor.setRGB(5636095); updateAfterEvent(); } if (_root.rapie == 7) { Newcolor = new Color(i); Newcolor.setRGB(6750207); updateAfterEvent(); } if (_root.rapie == 6) { Newcolor = new Color(i); Newcolor.setRGB(7864319); updateAfterEvent(); } if (_root.rapie == 5) { Newcolor = new Color(i); Newcolor.setRGB(8978431); updateAfterEvent(); } if (_root.rapie == 4) { Newcolor = new Color(i); Newcolor.setRGB(10092543); updateAfterEvent(); } if (_root.rapie == 3) { Newcolor = new Color(i); Newcolor.setRGB(12320767); updateAfterEvent(); } if (_root.rapie == 2) { Newcolor = new Color(i); Newcolor.setRGB(13434879); updateAfterEvent(); } if (_root.rapie == 1) { Newcolor = new Color(i); Newcolor.setRGB(14548991); updateAfterEvent(); } if (_root.rapie == 0) { Newcolor = new Color(i); Newcolor.setRGB(16777215); updateAfterEvent(); } } if (_root.csizee >= 13) { if (_root.rapie == 12) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.rapie == 11) { Newcolor = new Color(i); Newcolor.setRGB(3407871); updateAfterEvent(); } if (_root.rapie == 10) { Newcolor = new Color(i); Newcolor.setRGB(4521983); updateAfterEvent(); } if (_root.rapie == 9) { Newcolor = new Color(i); Newcolor.setRGB(5636095); updateAfterEvent(); } if (_root.rapie == 8) { Newcolor = new Color(i); Newcolor.setRGB(6750207); updateAfterEvent(); } if (_root.rapie == 7) { Newcolor = new Color(i); Newcolor.setRGB(7864319); updateAfterEvent(); } if (_root.rapie == 6) { Newcolor = new Color(i); Newcolor.setRGB(8978431); updateAfterEvent(); } if (_root.rapie == 5) { Newcolor = new Color(i); Newcolor.setRGB(10092543); updateAfterEvent(); } if (_root.rapie == 4) { Newcolor = new Color(i); Newcolor.setRGB(12320767); updateAfterEvent(); } if (_root.rapie == 3) { Newcolor = new Color(i); Newcolor.setRGB(13434879); updateAfterEvent(); } if (_root.rapie == 2) { Newcolor = new Color(i); Newcolor.setRGB(14548991); updateAfterEvent(); } if (_root.rapie == 1) { Newcolor = new Color(i); Newcolor.setRGB(15663103); updateAfterEvent(); } if (_root.rapie == 0) { Newcolor = new Color(i); Newcolor.setRGB(16777215); updateAfterEvent(); } } if (_root.csizee >= 14) { if (_root.rapie == 13) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.rapie == 12) { Newcolor = new Color(i); Newcolor.setRGB(2293759); updateAfterEvent(); } if (_root.rapie == 11) { Newcolor = new Color(i); Newcolor.setRGB(3407871); updateAfterEvent(); } if (_root.rapie == 10) { Newcolor = new Color(i); Newcolor.setRGB(4521983); updateAfterEvent(); } if (_root.rapie == 9) { Newcolor = new Color(i); Newcolor.setRGB(5636095); updateAfterEvent(); } if (_root.rapie == 8) { Newcolor = new Color(i); Newcolor.setRGB(6750207); updateAfterEvent(); } if (_root.rapie == 7) { Newcolor = new Color(i); Newcolor.setRGB(7864319); updateAfterEvent(); } if (_root.rapie == 6) { Newcolor = new Color(i); Newcolor.setRGB(8978431); updateAfterEvent(); } if (_root.rapie == 5) { Newcolor = new Color(i); Newcolor.setRGB(10092543); updateAfterEvent(); } if (_root.rapie == 4) { Newcolor = new Color(i); Newcolor.setRGB(12320767); updateAfterEvent(); } if (_root.rapie == 3) { Newcolor = new Color(i); Newcolor.setRGB(13434879); updateAfterEvent(); } if (_root.rapie == 2) { Newcolor = new Color(i); Newcolor.setRGB(14548991); updateAfterEvent(); } if (_root.rapie == 1) { Newcolor = new Color(i); Newcolor.setRGB(15663103); updateAfterEvent(); } if (_root.rapie == 0) { Newcolor = new Color(i); Newcolor.setRGB(16777215); updateAfterEvent(); } } if (_root.csizee >= 15) { if (_root.rapie == 14) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.rapie == 13) { Newcolor = new Color(i); Newcolor.setRGB(2293759); updateAfterEvent(); } if (_root.rapie == 12) { Newcolor = new Color(i); Newcolor.setRGB(3407871); updateAfterEvent(); } if (_root.rapie == 11) { Newcolor = new Color(i); Newcolor.setRGB(4521983); updateAfterEvent(); } if (_root.rapie == 10) { Newcolor = new Color(i); Newcolor.setRGB(5636095); updateAfterEvent(); } if (_root.rapie == 9) { Newcolor = new Color(i); Newcolor.setRGB(6750207); updateAfterEvent(); } if (_root.rapie == 8) { Newcolor = new Color(i); Newcolor.setRGB(7864319); updateAfterEvent(); } if (_root.rapie == 7) { Newcolor = new Color(i); Newcolor.setRGB(8978431); updateAfterEvent(); } if (_root.rapie == 6) { Newcolor = new Color(i); Newcolor.setRGB(10092543); updateAfterEvent(); } if (_root.rapie == 5) { Newcolor = new Color(i); Newcolor.setRGB(11206655); updateAfterEvent(); } if (_root.rapie == 4) { Newcolor = new Color(i); Newcolor.setRGB(12320767); updateAfterEvent(); } if (_root.rapie == 3) { Newcolor = new Color(i); Newcolor.setRGB(13434879); updateAfterEvent(); } if (_root.rapie == 2) { Newcolor = new Color(i); Newcolor.setRGB(14548991); updateAfterEvent(); } if (_root.rapie == 1) { Newcolor = new Color(i); Newcolor.setRGB(15663103); updateAfterEvent(); } if (_root.rapie == 0) { Newcolor = new Color(i); Newcolor.setRGB(16777215); updateAfterEvent(); } } if (_root.csizee >= 16) { if (_root.rapie == 15) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.rapie == 14) { Newcolor = new Color(i); Newcolor.setRGB(1179647); updateAfterEvent(); } if (_root.rapie == 13) { Newcolor = new Color(i); Newcolor.setRGB(2293759); updateAfterEvent(); } if (_root.rapie == 12) { Newcolor = new Color(i); Newcolor.setRGB(3407871); updateAfterEvent(); } if (_root.rapie == 11) { Newcolor = new Color(i); Newcolor.setRGB(4521983); updateAfterEvent(); } if (_root.rapie == 10) { Newcolor = new Color(i); Newcolor.setRGB(5636095); updateAfterEvent(); } if (_root.rapie == 9) { Newcolor = new Color(i); Newcolor.setRGB(6750207); updateAfterEvent(); } if (_root.rapie == 8) { Newcolor = new Color(i); Newcolor.setRGB(7864319); updateAfterEvent(); } if (_root.rapie == 7) { Newcolor = new Color(i); Newcolor.setRGB(8978431); updateAfterEvent(); } if (_root.rapie == 6) { Newcolor = new Color(i); Newcolor.setRGB(10092543); updateAfterEvent(); } if (_root.rapie == 5) { Newcolor = new Color(i); Newcolor.setRGB(11206655); updateAfterEvent(); } if (_root.rapie == 4) { Newcolor = new Color(i); Newcolor.setRGB(12320767); updateAfterEvent(); } if (_root.rapie == 3) { Newcolor = new Color(i); Newcolor.setRGB(13434879); updateAfterEvent(); } if (_root.rapie == 2) { Newcolor = new Color(i); Newcolor.setRGB(14548991); updateAfterEvent(); } if (_root.rapie == 1) { Newcolor = new Color(i); Newcolor.setRGB(15663103); updateAfterEvent(); } if (_root.rapie == 0) { Newcolor = new Color(i); Newcolor.setRGB(16777215); updateAfterEvent(); } } _root.DubCount++; _root.rate1f--; } } } } }
Instance of Symbol 146 MovieClip "enb2" in Frame 5
onClipEvent (enterFrame) { if (active) { if (attack) { _root.eattackdelay--; if (_root.eattackdelay <= 0) { if (_root.rate2f >= 1) { duplicateMovieClip (_root.shot03, "newshot3_mc" + _root.DubCount, _root.DubCount); i = eval ("_root.newshot3_mc" + _root.DubCount); i.alive = _root.slle; i._x = _root.enb2._x; i._y = _root.enb2._y; i.xv = -15 * Math.sin((Math.PI/180) * _root.enb2.gun.accuracy); i.yv = 15 * Math.cos((Math.PI/180) * _root.enb2.gun.accuracy); if (_root.csizee == 1) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.csizee == 2) { if (_root.rapie == 1) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.rapie == 0) { Newcolor = new Color(i); Newcolor.setRGB(16777215); updateAfterEvent(); } } if (_root.csizee == 3) { if (_root.rapie == 2) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.rapie == 1) { Newcolor = new Color(i); Newcolor.setRGB(8978431); updateAfterEvent(); } if (_root.rapie == 0) { Newcolor = new Color(i); Newcolor.setRGB(13434879); updateAfterEvent(); } } if (_root.csizee == 4) { if (_root.rapie == 3) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.rapie == 2) { Newcolor = new Color(i); Newcolor.setRGB(6750207); updateAfterEvent(); } if (_root.rapie == 1) { Newcolor = new Color(i); Newcolor.setRGB(12320767); updateAfterEvent(); } if (_root.rapie == 0) { Newcolor = new Color(i); Newcolor.setRGB(15663103); updateAfterEvent(); } } if (_root.csizee == 5) { if (_root.rapie == 4) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.rapie == 3) { Newcolor = new Color(i); Newcolor.setRGB(5636095); updateAfterEvent(); } if (_root.rapie == 2) { Newcolor = new Color(i); Newcolor.setRGB(10092543); updateAfterEvent(); } if (_root.rapie == 1) { Newcolor = new Color(i); Newcolor.setRGB(13434879); updateAfterEvent(); } if (_root.rapie == 0) { Newcolor = new Color(i); Newcolor.setRGB(15663103); updateAfterEvent(); } } if (_root.csizee >= 6) { if (_root.rapie == 5) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.rapie == 4) { Newcolor = new Color(i); Newcolor.setRGB(3407871); updateAfterEvent(); } if (_root.rapie == 3) { Newcolor = new Color(i); Newcolor.setRGB(5636095); updateAfterEvent(); } if (_root.rapie == 2) { Newcolor = new Color(i); Newcolor.setRGB(12320767); updateAfterEvent(); } if (_root.rapie == 1) { Newcolor = new Color(i); Newcolor.setRGB(14548991); updateAfterEvent(); } if (_root.rapie == 0) { Newcolor = new Color(i); Newcolor.setRGB(16777215); updateAfterEvent(); } } if (_root.csizee >= 7) { if (_root.rapie == 6) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.rapie == 5) { Newcolor = new Color(i); Newcolor.setRGB(3407871); updateAfterEvent(); } if (_root.rapie == 4) { Newcolor = new Color(i); Newcolor.setRGB(5636095); updateAfterEvent(); } if (_root.rapie == 3) { Newcolor = new Color(i); Newcolor.setRGB(10092543); updateAfterEvent(); } if (_root.rapie == 2) { Newcolor = new Color(i); Newcolor.setRGB(12320767); updateAfterEvent(); } if (_root.rapie == 1) { Newcolor = new Color(i); Newcolor.setRGB(14548991); updateAfterEvent(); } if (_root.rapie == 0) { Newcolor = new Color(i); Newcolor.setRGB(16777215); updateAfterEvent(); } } if (_root.csizee >= 8) { if (_root.rapie == 7) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.rapie == 6) { Newcolor = new Color(i); Newcolor.setRGB(3407871); updateAfterEvent(); } if (_root.rapie == 5) { Newcolor = new Color(i); Newcolor.setRGB(5636095); updateAfterEvent(); } if (_root.rapie == 4) { Newcolor = new Color(i); Newcolor.setRGB(6750207); updateAfterEvent(); } if (_root.rapie == 3) { Newcolor = new Color(i); Newcolor.setRGB(10092543); updateAfterEvent(); } if (_root.rapie == 2) { Newcolor = new Color(i); Newcolor.setRGB(12320767); updateAfterEvent(); } if (_root.rapie == 1) { Newcolor = new Color(i); Newcolor.setRGB(14548991); updateAfterEvent(); } if (_root.rapie == 0) { Newcolor = new Color(i); Newcolor.setRGB(16777215); updateAfterEvent(); } } if (_root.csizee >= 9) { if (_root.rapie == 8) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.rapie == 7) { Newcolor = new Color(i); Newcolor.setRGB(3407871); updateAfterEvent(); } if (_root.rapie == 6) { Newcolor = new Color(i); Newcolor.setRGB(5636095); updateAfterEvent(); } if (_root.rapie == 5) { Newcolor = new Color(i); Newcolor.setRGB(6750207); updateAfterEvent(); } if (_root.rapie == 4) { Newcolor = new Color(i); Newcolor.setRGB(10092543); updateAfterEvent(); } if (_root.rapie == 3) { Newcolor = new Color(i); Newcolor.setRGB(12320767); updateAfterEvent(); } if (_root.rapie == 2) { Newcolor = new Color(i); Newcolor.setRGB(13434879); updateAfterEvent(); } if (_root.rapie == 1) { Newcolor = new Color(i); Newcolor.setRGB(14548991); updateAfterEvent(); } if (_root.rapie == 0) { Newcolor = new Color(i); Newcolor.setRGB(16777215); updateAfterEvent(); } } if (_root.csizee >= 10) { if (_root.rapie == 9) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.rapie == 8) { Newcolor = new Color(i); Newcolor.setRGB(3407871); updateAfterEvent(); } if (_root.rapie == 7) { Newcolor = new Color(i); Newcolor.setRGB(5636095); updateAfterEvent(); } if (_root.rapie == 6) { Newcolor = new Color(i); Newcolor.setRGB(6750207); updateAfterEvent(); } if (_root.rapie == 5) { Newcolor = new Color(i); Newcolor.setRGB(8978431); updateAfterEvent(); } if (_root.rapie == 4) { Newcolor = new Color(i); Newcolor.setRGB(10092543); updateAfterEvent(); } if (_root.rapie == 3) { Newcolor = new Color(i); Newcolor.setRGB(12320767); updateAfterEvent(); } if (_root.rapie == 2) { Newcolor = new Color(i); Newcolor.setRGB(13434879); updateAfterEvent(); } if (_root.rapie == 1) { Newcolor = new Color(i); Newcolor.setRGB(14548991); updateAfterEvent(); } if (_root.rapie == 0) { Newcolor = new Color(i); Newcolor.setRGB(16777215); updateAfterEvent(); } } if (_root.csizee >= 11) { if (_root.rapie == 10) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.rapie == 9) { Newcolor = new Color(i); Newcolor.setRGB(3407871); updateAfterEvent(); } if (_root.rapie == 8) { Newcolor = new Color(i); Newcolor.setRGB(4521983); updateAfterEvent(); } if (_root.rapie == 7) { Newcolor = new Color(i); Newcolor.setRGB(5636095); updateAfterEvent(); } if (_root.rapie == 6) { Newcolor = new Color(i); Newcolor.setRGB(6750207); updateAfterEvent(); } if (_root.rapie == 5) { Newcolor = new Color(i); Newcolor.setRGB(8978431); updateAfterEvent(); } if (_root.rapie == 4) { Newcolor = new Color(i); Newcolor.setRGB(10092543); updateAfterEvent(); } if (_root.rapie == 3) { Newcolor = new Color(i); Newcolor.setRGB(12320767); updateAfterEvent(); } if (_root.rapie == 2) { Newcolor = new Color(i); Newcolor.setRGB(13434879); updateAfterEvent(); } if (_root.rapie == 1) { Newcolor = new Color(i); Newcolor.setRGB(14548991); updateAfterEvent(); } if (_root.rapie == 0) { Newcolor = new Color(i); Newcolor.setRGB(16777215); updateAfterEvent(); } } if (_root.csizee >= 12) { if (_root.rapie == 11) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.rapie == 10) { Newcolor = new Color(i); Newcolor.setRGB(3407871); updateAfterEvent(); } if (_root.rapie == 9) { Newcolor = new Color(i); Newcolor.setRGB(4521983); updateAfterEvent(); } if (_root.rapie == 8) { Newcolor = new Color(i); Newcolor.setRGB(5636095); updateAfterEvent(); } if (_root.rapie == 7) { Newcolor = new Color(i); Newcolor.setRGB(6750207); updateAfterEvent(); } if (_root.rapie == 6) { Newcolor = new Color(i); Newcolor.setRGB(7864319); updateAfterEvent(); } if (_root.rapie == 5) { Newcolor = new Color(i); Newcolor.setRGB(8978431); updateAfterEvent(); } if (_root.rapie == 4) { Newcolor = new Color(i); Newcolor.setRGB(10092543); updateAfterEvent(); } if (_root.rapie == 3) { Newcolor = new Color(i); Newcolor.setRGB(12320767); updateAfterEvent(); } if (_root.rapie == 2) { Newcolor = new Color(i); Newcolor.setRGB(13434879); updateAfterEvent(); } if (_root.rapie == 1) { Newcolor = new Color(i); Newcolor.setRGB(14548991); updateAfterEvent(); } if (_root.rapie == 0) { Newcolor = new Color(i); Newcolor.setRGB(16777215); updateAfterEvent(); } } if (_root.csizee >= 13) { if (_root.rapie == 12) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.rapie == 11) { Newcolor = new Color(i); Newcolor.setRGB(3407871); updateAfterEvent(); } if (_root.rapie == 10) { Newcolor = new Color(i); Newcolor.setRGB(4521983); updateAfterEvent(); } if (_root.rapie == 9) { Newcolor = new Color(i); Newcolor.setRGB(5636095); updateAfterEvent(); } if (_root.rapie == 8) { Newcolor = new Color(i); Newcolor.setRGB(6750207); updateAfterEvent(); } if (_root.rapie == 7) { Newcolor = new Color(i); Newcolor.setRGB(7864319); updateAfterEvent(); } if (_root.rapie == 6) { Newcolor = new Color(i); Newcolor.setRGB(8978431); updateAfterEvent(); } if (_root.rapie == 5) { Newcolor = new Color(i); Newcolor.setRGB(10092543); updateAfterEvent(); } if (_root.rapie == 4) { Newcolor = new Color(i); Newcolor.setRGB(12320767); updateAfterEvent(); } if (_root.rapie == 3) { Newcolor = new Color(i); Newcolor.setRGB(13434879); updateAfterEvent(); } if (_root.rapie == 2) { Newcolor = new Color(i); Newcolor.setRGB(14548991); updateAfterEvent(); } if (_root.rapie == 1) { Newcolor = new Color(i); Newcolor.setRGB(15663103); updateAfterEvent(); } if (_root.rapie == 0) { Newcolor = new Color(i); Newcolor.setRGB(16777215); updateAfterEvent(); } } if (_root.csizee >= 14) { if (_root.rapie == 13) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.rapie == 12) { Newcolor = new Color(i); Newcolor.setRGB(2293759); updateAfterEvent(); } if (_root.rapie == 11) { Newcolor = new Color(i); Newcolor.setRGB(3407871); updateAfterEvent(); } if (_root.rapie == 10) { Newcolor = new Color(i); Newcolor.setRGB(4521983); updateAfterEvent(); } if (_root.rapie == 9) { Newcolor = new Color(i); Newcolor.setRGB(5636095); updateAfterEvent(); } if (_root.rapie == 8) { Newcolor = new Color(i); Newcolor.setRGB(6750207); updateAfterEvent(); } if (_root.rapie == 7) { Newcolor = new Color(i); Newcolor.setRGB(7864319); updateAfterEvent(); } if (_root.rapie == 6) { Newcolor = new Color(i); Newcolor.setRGB(8978431); updateAfterEvent(); } if (_root.rapie == 5) { Newcolor = new Color(i); Newcolor.setRGB(10092543); updateAfterEvent(); } if (_root.rapie == 4) { Newcolor = new Color(i); Newcolor.setRGB(12320767); updateAfterEvent(); } if (_root.rapie == 3) { Newcolor = new Color(i); Newcolor.setRGB(13434879); updateAfterEvent(); } if (_root.rapie == 2) { Newcolor = new Color(i); Newcolor.setRGB(14548991); updateAfterEvent(); } if (_root.rapie == 1) { Newcolor = new Color(i); Newcolor.setRGB(15663103); updateAfterEvent(); } if (_root.rapie == 0) { Newcolor = new Color(i); Newcolor.setRGB(16777215); updateAfterEvent(); } } if (_root.csizee >= 15) { if (_root.rapie == 14) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.rapie == 13) { Newcolor = new Color(i); Newcolor.setRGB(2293759); updateAfterEvent(); } if (_root.rapie == 12) { Newcolor = new Color(i); Newcolor.setRGB(3407871); updateAfterEvent(); } if (_root.rapie == 11) { Newcolor = new Color(i); Newcolor.setRGB(4521983); updateAfterEvent(); } if (_root.rapie == 10) { Newcolor = new Color(i); Newcolor.setRGB(5636095); updateAfterEvent(); } if (_root.rapie == 9) { Newcolor = new Color(i); Newcolor.setRGB(6750207); updateAfterEvent(); } if (_root.rapie == 8) { Newcolor = new Color(i); Newcolor.setRGB(7864319); updateAfterEvent(); } if (_root.rapie == 7) { Newcolor = new Color(i); Newcolor.setRGB(8978431); updateAfterEvent(); } if (_root.rapie == 6) { Newcolor = new Color(i); Newcolor.setRGB(10092543); updateAfterEvent(); } if (_root.rapie == 5) { Newcolor = new Color(i); Newcolor.setRGB(11206655); updateAfterEvent(); } if (_root.rapie == 4) { Newcolor = new Color(i); Newcolor.setRGB(12320767); updateAfterEvent(); } if (_root.rapie == 3) { Newcolor = new Color(i); Newcolor.setRGB(13434879); updateAfterEvent(); } if (_root.rapie == 2) { Newcolor = new Color(i); Newcolor.setRGB(14548991); updateAfterEvent(); } if (_root.rapie == 1) { Newcolor = new Color(i); Newcolor.setRGB(15663103); updateAfterEvent(); } if (_root.rapie == 0) { Newcolor = new Color(i); Newcolor.setRGB(16777215); updateAfterEvent(); } } if (_root.csizee >= 16) { if (_root.rapie == 15) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.rapie == 14) { Newcolor = new Color(i); Newcolor.setRGB(1179647); updateAfterEvent(); } if (_root.rapie == 13) { Newcolor = new Color(i); Newcolor.setRGB(2293759); updateAfterEvent(); } if (_root.rapie == 12) { Newcolor = new Color(i); Newcolor.setRGB(3407871); updateAfterEvent(); } if (_root.rapie == 11) { Newcolor = new Color(i); Newcolor.setRGB(4521983); updateAfterEvent(); } if (_root.rapie == 10) { Newcolor = new Color(i); Newcolor.setRGB(5636095); updateAfterEvent(); } if (_root.rapie == 9) { Newcolor = new Color(i); Newcolor.setRGB(6750207); updateAfterEvent(); } if (_root.rapie == 8) { Newcolor = new Color(i); Newcolor.setRGB(7864319); updateAfterEvent(); } if (_root.rapie == 7) { Newcolor = new Color(i); Newcolor.setRGB(8978431); updateAfterEvent(); } if (_root.rapie == 6) { Newcolor = new Color(i); Newcolor.setRGB(10092543); updateAfterEvent(); } if (_root.rapie == 5) { Newcolor = new Color(i); Newcolor.setRGB(11206655); updateAfterEvent(); } if (_root.rapie == 4) { Newcolor = new Color(i); Newcolor.setRGB(12320767); updateAfterEvent(); } if (_root.rapie == 3) { Newcolor = new Color(i); Newcolor.setRGB(13434879); updateAfterEvent(); } if (_root.rapie == 2) { Newcolor = new Color(i); Newcolor.setRGB(14548991); updateAfterEvent(); } if (_root.rapie == 1) { Newcolor = new Color(i); Newcolor.setRGB(15663103); updateAfterEvent(); } if (_root.rapie == 0) { Newcolor = new Color(i); Newcolor.setRGB(16777215); updateAfterEvent(); } } _root.DubCount++; _root.rate2f--; } } } } }
Instance of Symbol 146 MovieClip "enb3" in Frame 5
onClipEvent (enterFrame) { if (active) { if (attack) { _root.eattackdelay--; if (_root.eattackdelay <= 0) { if (_root.rate3f >= 1) { duplicateMovieClip (_root.shot04, "newshot3_mc" + _root.DubCount, _root.DubCount); i = eval ("_root.newshot3_mc" + _root.DubCount); i.alive = _root.slle; i._x = _root.enb3._x; i._y = _root.enb3._y; i.xv = -15 * Math.sin((Math.PI/180) * _root.enb3.gun.accuracy); i.yv = 15 * Math.cos((Math.PI/180) * _root.enb3.gun.accuracy); if (_root.csizee == 1) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.csizee == 2) { if (_root.rapie == 1) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.rapie == 0) { Newcolor = new Color(i); Newcolor.setRGB(16777215); updateAfterEvent(); } } if (_root.csizee == 3) { if (_root.rapie == 2) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.rapie == 1) { Newcolor = new Color(i); Newcolor.setRGB(8978431); updateAfterEvent(); } if (_root.rapie == 0) { Newcolor = new Color(i); Newcolor.setRGB(13434879); updateAfterEvent(); } } if (_root.csizee == 4) { if (_root.rapie == 3) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.rapie == 2) { Newcolor = new Color(i); Newcolor.setRGB(6750207); updateAfterEvent(); } if (_root.rapie == 1) { Newcolor = new Color(i); Newcolor.setRGB(12320767); updateAfterEvent(); } if (_root.rapie == 0) { Newcolor = new Color(i); Newcolor.setRGB(15663103); updateAfterEvent(); } } if (_root.csizee == 5) { if (_root.rapie == 4) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.rapie == 3) { Newcolor = new Color(i); Newcolor.setRGB(5636095); updateAfterEvent(); } if (_root.rapie == 2) { Newcolor = new Color(i); Newcolor.setRGB(10092543); updateAfterEvent(); } if (_root.rapie == 1) { Newcolor = new Color(i); Newcolor.setRGB(13434879); updateAfterEvent(); } if (_root.rapie == 0) { Newcolor = new Color(i); Newcolor.setRGB(15663103); updateAfterEvent(); } } if (_root.csizee >= 6) { if (_root.rapie == 5) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.rapie == 4) { Newcolor = new Color(i); Newcolor.setRGB(3407871); updateAfterEvent(); } if (_root.rapie == 3) { Newcolor = new Color(i); Newcolor.setRGB(5636095); updateAfterEvent(); } if (_root.rapie == 2) { Newcolor = new Color(i); Newcolor.setRGB(12320767); updateAfterEvent(); } if (_root.rapie == 1) { Newcolor = new Color(i); Newcolor.setRGB(14548991); updateAfterEvent(); } if (_root.rapie == 0) { Newcolor = new Color(i); Newcolor.setRGB(16777215); updateAfterEvent(); } } if (_root.csizee >= 7) { if (_root.rapie == 6) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.rapie == 5) { Newcolor = new Color(i); Newcolor.setRGB(3407871); updateAfterEvent(); } if (_root.rapie == 4) { Newcolor = new Color(i); Newcolor.setRGB(5636095); updateAfterEvent(); } if (_root.rapie == 3) { Newcolor = new Color(i); Newcolor.setRGB(10092543); updateAfterEvent(); } if (_root.rapie == 2) { Newcolor = new Color(i); Newcolor.setRGB(12320767); updateAfterEvent(); } if (_root.rapie == 1) { Newcolor = new Color(i); Newcolor.setRGB(14548991); updateAfterEvent(); } if (_root.rapie == 0) { Newcolor = new Color(i); Newcolor.setRGB(16777215); updateAfterEvent(); } } if (_root.csizee >= 8) { if (_root.rapie == 7) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.rapie == 6) { Newcolor = new Color(i); Newcolor.setRGB(3407871); updateAfterEvent(); } if (_root.rapie == 5) { Newcolor = new Color(i); Newcolor.setRGB(5636095); updateAfterEvent(); } if (_root.rapie == 4) { Newcolor = new Color(i); Newcolor.setRGB(6750207); updateAfterEvent(); } if (_root.rapie == 3) { Newcolor = new Color(i); Newcolor.setRGB(10092543); updateAfterEvent(); } if (_root.rapie == 2) { Newcolor = new Color(i); Newcolor.setRGB(12320767); updateAfterEvent(); } if (_root.rapie == 1) { Newcolor = new Color(i); Newcolor.setRGB(14548991); updateAfterEvent(); } if (_root.rapie == 0) { Newcolor = new Color(i); Newcolor.setRGB(16777215); updateAfterEvent(); } } if (_root.csizee >= 9) { if (_root.rapie == 8) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.rapie == 7) { Newcolor = new Color(i); Newcolor.setRGB(3407871); updateAfterEvent(); } if (_root.rapie == 6) { Newcolor = new Color(i); Newcolor.setRGB(5636095); updateAfterEvent(); } if (_root.rapie == 5) { Newcolor = new Color(i); Newcolor.setRGB(6750207); updateAfterEvent(); } if (_root.rapie == 4) { Newcolor = new Color(i); Newcolor.setRGB(10092543); updateAfterEvent(); } if (_root.rapie == 3) { Newcolor = new Color(i); Newcolor.setRGB(12320767); updateAfterEvent(); } if (_root.rapie == 2) { Newcolor = new Color(i); Newcolor.setRGB(13434879); updateAfterEvent(); } if (_root.rapie == 1) { Newcolor = new Color(i); Newcolor.setRGB(14548991); updateAfterEvent(); } if (_root.rapie == 0) { Newcolor = new Color(i); Newcolor.setRGB(16777215); updateAfterEvent(); } } if (_root.csizee >= 10) { if (_root.rapie == 9) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.rapie == 8) { Newcolor = new Color(i); Newcolor.setRGB(3407871); updateAfterEvent(); } if (_root.rapie == 7) { Newcolor = new Color(i); Newcolor.setRGB(5636095); updateAfterEvent(); } if (_root.rapie == 6) { Newcolor = new Color(i); Newcolor.setRGB(6750207); updateAfterEvent(); } if (_root.rapie == 5) { Newcolor = new Color(i); Newcolor.setRGB(8978431); updateAfterEvent(); } if (_root.rapie == 4) { Newcolor = new Color(i); Newcolor.setRGB(10092543); updateAfterEvent(); } if (_root.rapie == 3) { Newcolor = new Color(i); Newcolor.setRGB(12320767); updateAfterEvent(); } if (_root.rapie == 2) { Newcolor = new Color(i); Newcolor.setRGB(13434879); updateAfterEvent(); } if (_root.rapie == 1) { Newcolor = new Color(i); Newcolor.setRGB(14548991); updateAfterEvent(); } if (_root.rapie == 0) { Newcolor = new Color(i); Newcolor.setRGB(16777215); updateAfterEvent(); } } if (_root.csizee >= 11) { if (_root.rapie == 10) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.rapie == 9) { Newcolor = new Color(i); Newcolor.setRGB(3407871); updateAfterEvent(); } if (_root.rapie == 8) { Newcolor = new Color(i); Newcolor.setRGB(4521983); updateAfterEvent(); } if (_root.rapie == 7) { Newcolor = new Color(i); Newcolor.setRGB(5636095); updateAfterEvent(); } if (_root.rapie == 6) { Newcolor = new Color(i); Newcolor.setRGB(6750207); updateAfterEvent(); } if (_root.rapie == 5) { Newcolor = new Color(i); Newcolor.setRGB(8978431); updateAfterEvent(); } if (_root.rapie == 4) { Newcolor = new Color(i); Newcolor.setRGB(10092543); updateAfterEvent(); } if (_root.rapie == 3) { Newcolor = new Color(i); Newcolor.setRGB(12320767); updateAfterEvent(); } if (_root.rapie == 2) { Newcolor = new Color(i); Newcolor.setRGB(13434879); updateAfterEvent(); } if (_root.rapie == 1) { Newcolor = new Color(i); Newcolor.setRGB(14548991); updateAfterEvent(); } if (_root.rapie == 0) { Newcolor = new Color(i); Newcolor.setRGB(16777215); updateAfterEvent(); } } if (_root.csizee >= 12) { if (_root.rapie == 11) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.rapie == 10) { Newcolor = new Color(i); Newcolor.setRGB(3407871); updateAfterEvent(); } if (_root.rapie == 9) { Newcolor = new Color(i); Newcolor.setRGB(4521983); updateAfterEvent(); } if (_root.rapie == 8) { Newcolor = new Color(i); Newcolor.setRGB(5636095); updateAfterEvent(); } if (_root.rapie == 7) { Newcolor = new Color(i); Newcolor.setRGB(6750207); updateAfterEvent(); } if (_root.rapie == 6) { Newcolor = new Color(i); Newcolor.setRGB(7864319); updateAfterEvent(); } if (_root.rapie == 5) { Newcolor = new Color(i); Newcolor.setRGB(8978431); updateAfterEvent(); } if (_root.rapie == 4) { Newcolor = new Color(i); Newcolor.setRGB(10092543); updateAfterEvent(); } if (_root.rapie == 3) { Newcolor = new Color(i); Newcolor.setRGB(12320767); updateAfterEvent(); } if (_root.rapie == 2) { Newcolor = new Color(i); Newcolor.setRGB(13434879); updateAfterEvent(); } if (_root.rapie == 1) { Newcolor = new Color(i); Newcolor.setRGB(14548991); updateAfterEvent(); } if (_root.rapie == 0) { Newcolor = new Color(i); Newcolor.setRGB(16777215); updateAfterEvent(); } } if (_root.csizee >= 13) { if (_root.rapie == 12) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.rapie == 11) { Newcolor = new Color(i); Newcolor.setRGB(3407871); updateAfterEvent(); } if (_root.rapie == 10) { Newcolor = new Color(i); Newcolor.setRGB(4521983); updateAfterEvent(); } if (_root.rapie == 9) { Newcolor = new Color(i); Newcolor.setRGB(5636095); updateAfterEvent(); } if (_root.rapie == 8) { Newcolor = new Color(i); Newcolor.setRGB(6750207); updateAfterEvent(); } if (_root.rapie == 7) { Newcolor = new Color(i); Newcolor.setRGB(7864319); updateAfterEvent(); } if (_root.rapie == 6) { Newcolor = new Color(i); Newcolor.setRGB(8978431); updateAfterEvent(); } if (_root.rapie == 5) { Newcolor = new Color(i); Newcolor.setRGB(10092543); updateAfterEvent(); } if (_root.rapie == 4) { Newcolor = new Color(i); Newcolor.setRGB(12320767); updateAfterEvent(); } if (_root.rapie == 3) { Newcolor = new Color(i); Newcolor.setRGB(13434879); updateAfterEvent(); } if (_root.rapie == 2) { Newcolor = new Color(i); Newcolor.setRGB(14548991); updateAfterEvent(); } if (_root.rapie == 1) { Newcolor = new Color(i); Newcolor.setRGB(15663103); updateAfterEvent(); } if (_root.rapie == 0) { Newcolor = new Color(i); Newcolor.setRGB(16777215); updateAfterEvent(); } } if (_root.csizee >= 14) { if (_root.rapie == 13) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.rapie == 12) { Newcolor = new Color(i); Newcolor.setRGB(2293759); updateAfterEvent(); } if (_root.rapie == 11) { Newcolor = new Color(i); Newcolor.setRGB(3407871); updateAfterEvent(); } if (_root.rapie == 10) { Newcolor = new Color(i); Newcolor.setRGB(4521983); updateAfterEvent(); } if (_root.rapie == 9) { Newcolor = new Color(i); Newcolor.setRGB(5636095); updateAfterEvent(); } if (_root.rapie == 8) { Newcolor = new Color(i); Newcolor.setRGB(6750207); updateAfterEvent(); } if (_root.rapie == 7) { Newcolor = new Color(i); Newcolor.setRGB(7864319); updateAfterEvent(); } if (_root.rapie == 6) { Newcolor = new Color(i); Newcolor.setRGB(8978431); updateAfterEvent(); } if (_root.rapie == 5) { Newcolor = new Color(i); Newcolor.setRGB(10092543); updateAfterEvent(); } if (_root.rapie == 4) { Newcolor = new Color(i); Newcolor.setRGB(12320767); updateAfterEvent(); } if (_root.rapie == 3) { Newcolor = new Color(i); Newcolor.setRGB(13434879); updateAfterEvent(); } if (_root.rapie == 2) { Newcolor = new Color(i); Newcolor.setRGB(14548991); updateAfterEvent(); } if (_root.rapie == 1) { Newcolor = new Color(i); Newcolor.setRGB(15663103); updateAfterEvent(); } if (_root.rapie == 0) { Newcolor = new Color(i); Newcolor.setRGB(16777215); updateAfterEvent(); } } if (_root.csizee >= 15) { if (_root.rapie == 14) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.rapie == 13) { Newcolor = new Color(i); Newcolor.setRGB(2293759); updateAfterEvent(); } if (_root.rapie == 12) { Newcolor = new Color(i); Newcolor.setRGB(3407871); updateAfterEvent(); } if (_root.rapie == 11) { Newcolor = new Color(i); Newcolor.setRGB(4521983); updateAfterEvent(); } if (_root.rapie == 10) { Newcolor = new Color(i); Newcolor.setRGB(5636095); updateAfterEvent(); } if (_root.rapie == 9) { Newcolor = new Color(i); Newcolor.setRGB(6750207); updateAfterEvent(); } if (_root.rapie == 8) { Newcolor = new Color(i); Newcolor.setRGB(7864319); updateAfterEvent(); } if (_root.rapie == 7) { Newcolor = new Color(i); Newcolor.setRGB(8978431); updateAfterEvent(); } if (_root.rapie == 6) { Newcolor = new Color(i); Newcolor.setRGB(10092543); updateAfterEvent(); } if (_root.rapie == 5) { Newcolor = new Color(i); Newcolor.setRGB(11206655); updateAfterEvent(); } if (_root.rapie == 4) { Newcolor = new Color(i); Newcolor.setRGB(12320767); updateAfterEvent(); } if (_root.rapie == 3) { Newcolor = new Color(i); Newcolor.setRGB(13434879); updateAfterEvent(); } if (_root.rapie == 2) { Newcolor = new Color(i); Newcolor.setRGB(14548991); updateAfterEvent(); } if (_root.rapie == 1) { Newcolor = new Color(i); Newcolor.setRGB(15663103); updateAfterEvent(); } if (_root.rapie == 0) { Newcolor = new Color(i); Newcolor.setRGB(16777215); updateAfterEvent(); } } if (_root.csizee >= 16) { if (_root.rapie == 15) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.rapie == 14) { Newcolor = new Color(i); Newcolor.setRGB(1179647); updateAfterEvent(); } if (_root.rapie == 13) { Newcolor = new Color(i); Newcolor.setRGB(2293759); updateAfterEvent(); } if (_root.rapie == 12) { Newcolor = new Color(i); Newcolor.setRGB(3407871); updateAfterEvent(); } if (_root.rapie == 11) { Newcolor = new Color(i); Newcolor.setRGB(4521983); updateAfterEvent(); } if (_root.rapie == 10) { Newcolor = new Color(i); Newcolor.setRGB(5636095); updateAfterEvent(); } if (_root.rapie == 9) { Newcolor = new Color(i); Newcolor.setRGB(6750207); updateAfterEvent(); } if (_root.rapie == 8) { Newcolor = new Color(i); Newcolor.setRGB(7864319); updateAfterEvent(); } if (_root.rapie == 7) { Newcolor = new Color(i); Newcolor.setRGB(8978431); updateAfterEvent(); } if (_root.rapie == 6) { Newcolor = new Color(i); Newcolor.setRGB(10092543); updateAfterEvent(); } if (_root.rapie == 5) { Newcolor = new Color(i); Newcolor.setRGB(11206655); updateAfterEvent(); } if (_root.rapie == 4) { Newcolor = new Color(i); Newcolor.setRGB(12320767); updateAfterEvent(); } if (_root.rapie == 3) { Newcolor = new Color(i); Newcolor.setRGB(13434879); updateAfterEvent(); } if (_root.rapie == 2) { Newcolor = new Color(i); Newcolor.setRGB(14548991); updateAfterEvent(); } if (_root.rapie == 1) { Newcolor = new Color(i); Newcolor.setRGB(15663103); updateAfterEvent(); } if (_root.rapie == 0) { Newcolor = new Color(i); Newcolor.setRGB(16777215); updateAfterEvent(); } } _root.DubCount++; _root.rate3f--; } } } } }
Instance of Symbol 146 MovieClip "enb4" in Frame 5
onClipEvent (enterFrame) { if (active) { if (attack) { _root.eattackdelay--; if (_root.eattackdelay <= 0) { if (_root.rate4f >= 1) { duplicateMovieClip (_root.shot05, "newshot3_mc" + _root.DubCount, _root.DubCount); i = eval ("_root.newshot3_mc" + _root.DubCount); i.alive = _root.slle; i._x = _root.enb4._x; i._y = _root.enb4._y; i.xv = -15 * Math.sin((Math.PI/180) * _root.enb4.gun.accuracy); i.yv = 15 * Math.cos((Math.PI/180) * _root.enb4.gun.accuracy); if (_root.csizee == 1) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.csizee == 2) { if (_root.rapie == 1) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.rapie == 0) { Newcolor = new Color(i); Newcolor.setRGB(16777215); updateAfterEvent(); } } if (_root.csizee == 3) { if (_root.rapie == 2) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.rapie == 1) { Newcolor = new Color(i); Newcolor.setRGB(8978431); updateAfterEvent(); } if (_root.rapie == 0) { Newcolor = new Color(i); Newcolor.setRGB(13434879); updateAfterEvent(); } } if (_root.csizee == 4) { if (_root.rapie == 3) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.rapie == 2) { Newcolor = new Color(i); Newcolor.setRGB(6750207); updateAfterEvent(); } if (_root.rapie == 1) { Newcolor = new Color(i); Newcolor.setRGB(12320767); updateAfterEvent(); } if (_root.rapie == 0) { Newcolor = new Color(i); Newcolor.setRGB(15663103); updateAfterEvent(); } } if (_root.csizee == 5) { if (_root.rapie == 4) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.rapie == 3) { Newcolor = new Color(i); Newcolor.setRGB(5636095); updateAfterEvent(); } if (_root.rapie == 2) { Newcolor = new Color(i); Newcolor.setRGB(10092543); updateAfterEvent(); } if (_root.rapie == 1) { Newcolor = new Color(i); Newcolor.setRGB(13434879); updateAfterEvent(); } if (_root.rapie == 0) { Newcolor = new Color(i); Newcolor.setRGB(15663103); updateAfterEvent(); } } if (_root.csizee >= 6) { if (_root.rapie == 5) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.rapie == 4) { Newcolor = new Color(i); Newcolor.setRGB(3407871); updateAfterEvent(); } if (_root.rapie == 3) { Newcolor = new Color(i); Newcolor.setRGB(5636095); updateAfterEvent(); } if (_root.rapie == 2) { Newcolor = new Color(i); Newcolor.setRGB(12320767); updateAfterEvent(); } if (_root.rapie == 1) { Newcolor = new Color(i); Newcolor.setRGB(14548991); updateAfterEvent(); } if (_root.rapie == 0) { Newcolor = new Color(i); Newcolor.setRGB(16777215); updateAfterEvent(); } } if (_root.csizee >= 7) { if (_root.rapie == 6) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.rapie == 5) { Newcolor = new Color(i); Newcolor.setRGB(3407871); updateAfterEvent(); } if (_root.rapie == 4) { Newcolor = new Color(i); Newcolor.setRGB(5636095); updateAfterEvent(); } if (_root.rapie == 3) { Newcolor = new Color(i); Newcolor.setRGB(10092543); updateAfterEvent(); } if (_root.rapie == 2) { Newcolor = new Color(i); Newcolor.setRGB(12320767); updateAfterEvent(); } if (_root.rapie == 1) { Newcolor = new Color(i); Newcolor.setRGB(14548991); updateAfterEvent(); } if (_root.rapie == 0) { Newcolor = new Color(i); Newcolor.setRGB(16777215); updateAfterEvent(); } } if (_root.csizee >= 8) { if (_root.rapie == 7) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.rapie == 6) { Newcolor = new Color(i); Newcolor.setRGB(3407871); updateAfterEvent(); } if (_root.rapie == 5) { Newcolor = new Color(i); Newcolor.setRGB(5636095); updateAfterEvent(); } if (_root.rapie == 4) { Newcolor = new Color(i); Newcolor.setRGB(6750207); updateAfterEvent(); } if (_root.rapie == 3) { Newcolor = new Color(i); Newcolor.setRGB(10092543); updateAfterEvent(); } if (_root.rapie == 2) { Newcolor = new Color(i); Newcolor.setRGB(12320767); updateAfterEvent(); } if (_root.rapie == 1) { Newcolor = new Color(i); Newcolor.setRGB(14548991); updateAfterEvent(); } if (_root.rapie == 0) { Newcolor = new Color(i); Newcolor.setRGB(16777215); updateAfterEvent(); } } if (_root.csizee >= 9) { if (_root.rapie == 8) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.rapie == 7) { Newcolor = new Color(i); Newcolor.setRGB(3407871); updateAfterEvent(); } if (_root.rapie == 6) { Newcolor = new Color(i); Newcolor.setRGB(5636095); updateAfterEvent(); } if (_root.rapie == 5) { Newcolor = new Color(i); Newcolor.setRGB(6750207); updateAfterEvent(); } if (_root.rapie == 4) { Newcolor = new Color(i); Newcolor.setRGB(10092543); updateAfterEvent(); } if (_root.rapie == 3) { Newcolor = new Color(i); Newcolor.setRGB(12320767); updateAfterEvent(); } if (_root.rapie == 2) { Newcolor = new Color(i); Newcolor.setRGB(13434879); updateAfterEvent(); } if (_root.rapie == 1) { Newcolor = new Color(i); Newcolor.setRGB(14548991); updateAfterEvent(); } if (_root.rapie == 0) { Newcolor = new Color(i); Newcolor.setRGB(16777215); updateAfterEvent(); } } if (_root.csizee >= 10) { if (_root.rapie == 9) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.rapie == 8) { Newcolor = new Color(i); Newcolor.setRGB(3407871); updateAfterEvent(); } if (_root.rapie == 7) { Newcolor = new Color(i); Newcolor.setRGB(5636095); updateAfterEvent(); } if (_root.rapie == 6) { Newcolor = new Color(i); Newcolor.setRGB(6750207); updateAfterEvent(); } if (_root.rapie == 5) { Newcolor = new Color(i); Newcolor.setRGB(8978431); updateAfterEvent(); } if (_root.rapie == 4) { Newcolor = new Color(i); Newcolor.setRGB(10092543); updateAfterEvent(); } if (_root.rapie == 3) { Newcolor = new Color(i); Newcolor.setRGB(12320767); updateAfterEvent(); } if (_root.rapie == 2) { Newcolor = new Color(i); Newcolor.setRGB(13434879); updateAfterEvent(); } if (_root.rapie == 1) { Newcolor = new Color(i); Newcolor.setRGB(14548991); updateAfterEvent(); } if (_root.rapie == 0) { Newcolor = new Color(i); Newcolor.setRGB(16777215); updateAfterEvent(); } } if (_root.csizee >= 11) { if (_root.rapie == 10) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.rapie == 9) { Newcolor = new Color(i); Newcolor.setRGB(3407871); updateAfterEvent(); } if (_root.rapie == 8) { Newcolor = new Color(i); Newcolor.setRGB(4521983); updateAfterEvent(); } if (_root.rapie == 7) { Newcolor = new Color(i); Newcolor.setRGB(5636095); updateAfterEvent(); } if (_root.rapie == 6) { Newcolor = new Color(i); Newcolor.setRGB(6750207); updateAfterEvent(); } if (_root.rapie == 5) { Newcolor = new Color(i); Newcolor.setRGB(8978431); updateAfterEvent(); } if (_root.rapie == 4) { Newcolor = new Color(i); Newcolor.setRGB(10092543); updateAfterEvent(); } if (_root.rapie == 3) { Newcolor = new Color(i); Newcolor.setRGB(12320767); updateAfterEvent(); } if (_root.rapie == 2) { Newcolor = new Color(i); Newcolor.setRGB(13434879); updateAfterEvent(); } if (_root.rapie == 1) { Newcolor = new Color(i); Newcolor.setRGB(14548991); updateAfterEvent(); } if (_root.rapie == 0) { Newcolor = new Color(i); Newcolor.setRGB(16777215); updateAfterEvent(); } } if (_root.csizee >= 12) { if (_root.rapie == 11) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.rapie == 10) { Newcolor = new Color(i); Newcolor.setRGB(3407871); updateAfterEvent(); } if (_root.rapie == 9) { Newcolor = new Color(i); Newcolor.setRGB(4521983); updateAfterEvent(); } if (_root.rapie == 8) { Newcolor = new Color(i); Newcolor.setRGB(5636095); updateAfterEvent(); } if (_root.rapie == 7) { Newcolor = new Color(i); Newcolor.setRGB(6750207); updateAfterEvent(); } if (_root.rapie == 6) { Newcolor = new Color(i); Newcolor.setRGB(7864319); updateAfterEvent(); } if (_root.rapie == 5) { Newcolor = new Color(i); Newcolor.setRGB(8978431); updateAfterEvent(); } if (_root.rapie == 4) { Newcolor = new Color(i); Newcolor.setRGB(10092543); updateAfterEvent(); } if (_root.rapie == 3) { Newcolor = new Color(i); Newcolor.setRGB(12320767); updateAfterEvent(); } if (_root.rapie == 2) { Newcolor = new Color(i); Newcolor.setRGB(13434879); updateAfterEvent(); } if (_root.rapie == 1) { Newcolor = new Color(i); Newcolor.setRGB(14548991); updateAfterEvent(); } if (_root.rapie == 0) { Newcolor = new Color(i); Newcolor.setRGB(16777215); updateAfterEvent(); } } if (_root.csizee >= 13) { if (_root.rapie == 12) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.rapie == 11) { Newcolor = new Color(i); Newcolor.setRGB(3407871); updateAfterEvent(); } if (_root.rapie == 10) { Newcolor = new Color(i); Newcolor.setRGB(4521983); updateAfterEvent(); } if (_root.rapie == 9) { Newcolor = new Color(i); Newcolor.setRGB(5636095); updateAfterEvent(); } if (_root.rapie == 8) { Newcolor = new Color(i); Newcolor.setRGB(6750207); updateAfterEvent(); } if (_root.rapie == 7) { Newcolor = new Color(i); Newcolor.setRGB(7864319); updateAfterEvent(); } if (_root.rapie == 6) { Newcolor = new Color(i); Newcolor.setRGB(8978431); updateAfterEvent(); } if (_root.rapie == 5) { Newcolor = new Color(i); Newcolor.setRGB(10092543); updateAfterEvent(); } if (_root.rapie == 4) { Newcolor = new Color(i); Newcolor.setRGB(12320767); updateAfterEvent(); } if (_root.rapie == 3) { Newcolor = new Color(i); Newcolor.setRGB(13434879); updateAfterEvent(); } if (_root.rapie == 2) { Newcolor = new Color(i); Newcolor.setRGB(14548991); updateAfterEvent(); } if (_root.rapie == 1) { Newcolor = new Color(i); Newcolor.setRGB(15663103); updateAfterEvent(); } if (_root.rapie == 0) { Newcolor = new Color(i); Newcolor.setRGB(16777215); updateAfterEvent(); } } if (_root.csizee >= 14) { if (_root.rapie == 13) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.rapie == 12) { Newcolor = new Color(i); Newcolor.setRGB(2293759); updateAfterEvent(); } if (_root.rapie == 11) { Newcolor = new Color(i); Newcolor.setRGB(3407871); updateAfterEvent(); } if (_root.rapie == 10) { Newcolor = new Color(i); Newcolor.setRGB(4521983); updateAfterEvent(); } if (_root.rapie == 9) { Newcolor = new Color(i); Newcolor.setRGB(5636095); updateAfterEvent(); } if (_root.rapie == 8) { Newcolor = new Color(i); Newcolor.setRGB(6750207); updateAfterEvent(); } if (_root.rapie == 7) { Newcolor = new Color(i); Newcolor.setRGB(7864319); updateAfterEvent(); } if (_root.rapie == 6) { Newcolor = new Color(i); Newcolor.setRGB(8978431); updateAfterEvent(); } if (_root.rapie == 5) { Newcolor = new Color(i); Newcolor.setRGB(10092543); updateAfterEvent(); } if (_root.rapie == 4) { Newcolor = new Color(i); Newcolor.setRGB(12320767); updateAfterEvent(); } if (_root.rapie == 3) { Newcolor = new Color(i); Newcolor.setRGB(13434879); updateAfterEvent(); } if (_root.rapie == 2) { Newcolor = new Color(i); Newcolor.setRGB(14548991); updateAfterEvent(); } if (_root.rapie == 1) { Newcolor = new Color(i); Newcolor.setRGB(15663103); updateAfterEvent(); } if (_root.rapie == 0) { Newcolor = new Color(i); Newcolor.setRGB(16777215); updateAfterEvent(); } } if (_root.csizee >= 15) { if (_root.rapie == 14) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.rapie == 13) { Newcolor = new Color(i); Newcolor.setRGB(2293759); updateAfterEvent(); } if (_root.rapie == 12) { Newcolor = new Color(i); Newcolor.setRGB(3407871); updateAfterEvent(); } if (_root.rapie == 11) { Newcolor = new Color(i); Newcolor.setRGB(4521983); updateAfterEvent(); } if (_root.rapie == 10) { Newcolor = new Color(i); Newcolor.setRGB(5636095); updateAfterEvent(); } if (_root.rapie == 9) { Newcolor = new Color(i); Newcolor.setRGB(6750207); updateAfterEvent(); } if (_root.rapie == 8) { Newcolor = new Color(i); Newcolor.setRGB(7864319); updateAfterEvent(); } if (_root.rapie == 7) { Newcolor = new Color(i); Newcolor.setRGB(8978431); updateAfterEvent(); } if (_root.rapie == 6) { Newcolor = new Color(i); Newcolor.setRGB(10092543); updateAfterEvent(); } if (_root.rapie == 5) { Newcolor = new Color(i); Newcolor.setRGB(11206655); updateAfterEvent(); } if (_root.rapie == 4) { Newcolor = new Color(i); Newcolor.setRGB(12320767); updateAfterEvent(); } if (_root.rapie == 3) { Newcolor = new Color(i); Newcolor.setRGB(13434879); updateAfterEvent(); } if (_root.rapie == 2) { Newcolor = new Color(i); Newcolor.setRGB(14548991); updateAfterEvent(); } if (_root.rapie == 1) { Newcolor = new Color(i); Newcolor.setRGB(15663103); updateAfterEvent(); } if (_root.rapie == 0) { Newcolor = new Color(i); Newcolor.setRGB(16777215); updateAfterEvent(); } } if (_root.csizee >= 16) { if (_root.rapie == 15) { Newcolor = new Color(i); Newcolor.setRGB(65535); updateAfterEvent(); } if (_root.rapie == 14) { Newcolor = new Color(i); Newcolor.setRGB(1179647); updateAfterEvent(); } if (_root.rapie == 13) { Newcolor = new Color(i); Newcolor.setRGB(2293759); updateAfterEvent(); } if (_root.rapie == 12) { Newcolor = new Color(i); Newcolor.setRGB(3407871); updateAfterEvent(); } if (_root.rapie == 11) { Newcolor = new Color(i); Newcolor.setRGB(4521983); updateAfterEvent(); } if (_root.rapie == 10) { Newcolor = new Color(i); Newcolor.setRGB(5636095); updateAfterEvent(); } if (_root.rapie == 9) { Newcolor = new Color(i); Newcolor.setRGB(6750207); updateAfterEvent(); } if (_root.rapie == 8) { Newcolor = new Color(i); Newcolor.setRGB(7864319); updateAfterEvent(); } if (_root.rapie == 7) { Newcolor = new Color(i); Newcolor.setRGB(8978431); updateAfterEvent(); } if (_root.rapie == 6) { Newcolor = new Color(i); Newcolor.setRGB(10092543); updateAfterEvent(); } if (_root.rapie == 5) { Newcolor = new Color(i); Newcolor.setRGB(11206655); updateAfterEvent(); } if (_root.rapie == 4) { Newcolor = new Color(i); Newcolor.setRGB(12320767); updateAfterEvent(); } if (_root.rapie == 3) { Newcolor = new Color(i); Newcolor.setRGB(13434879); updateAfterEvent(); } if (_root.rapie == 2) { Newcolor = new Color(i); Newcolor.setRGB(14548991); updateAfterEvent(); } if (_root.rapie == 1) { Newcolor = new Color(i); Newcolor.setRGB(15663103); updateAfterEvent(); } if (_root.rapie == 0) { Newcolor = new Color(i); Newcolor.setRGB(16777215); updateAfterEvent(); } } _root.DubCount++; _root.rate4f--; } } } } }
Instance of Symbol 88 MovieClip "shot01" in Frame 5
onClipEvent (load) { setProperty(this, _visible , false); } onClipEvent (enterFrame) { if (alive >= 0) { alive--; setProperty(this, _visible , true); _x = (_x + xv); _y = (_y + yv); if (_root.enb1.hitTest(_x, _y, true)) { if (_root.enb1.active == true) { _root.enb1.ehft = 150; ac = 10; acin = Math.random(ac); acou = Math.random(ac); accper = acin - acou; dam = Math.ceil(((this.poww / 5) + accper) / (_root.enbdef + this.powlvl)); _root.enb1.health = _root.enb1.health - dam; if (_root.fpscalc.fps >= 25) { duplicateMovieClip (_root.valc, "newvalc_mc" + _root.DubCount, _root.DubCount); mc = eval ("_root.newvalc_mc" + _root.DubCount); mc._x = this._x; mc._y = _root.enb1._y - 25; mc.val = dam; mc.active = true; _root.DubCount++; duplicateMovieClip (_root.hit, "EnhitTest" + _root.DubCount, _root.DubCount); mc = eval ("_root.EnhitTest" + _root.DubCount); mc._x = this._x; mc._y = this._y; mc.active = true; _root.DubCount++; } removeMovieClip(this); } } if (_root.enb2.hitTest(_x, _y, true)) { if (_root.enb2.active == true) { _root.enb2.ehft = 150; ac = 10; acin = Math.random(ac); acou = Math.random(ac); accper = acin - acou; dam = Math.ceil(((this.poww / 5) + accper) / (_root.enbdef + this.powlvl)); _root.enb2.health = _root.enb2.health - dam; if (_root.fpscalc.fps >= 25) { duplicateMovieClip (_root.valc, "newvalc_mc" + _root.DubCount, _root.DubCount); mc = eval ("_root.newvalc_mc" + _root.DubCount); mc._x = this._x; mc._y = _root.enb2._y - 25; mc.val = dam; mc.active = true; _root.DubCount++; duplicateMovieClip (_root.hit, "EnhitTest" + _root.DubCount, _root.DubCount); mc = eval ("_root.EnhitTest" + _root.DubCount); mc._x = this._x; mc._y = this._y; mc.active = true; _root.DubCount++; } removeMovieClip(this); } } if (_root.enb3.hitTest(_x, _y, true)) { if (_root.enb3.active == true) { _root.enb3.ehft = 150; ac = 10; acin = Math.random(ac); acou = Math.random(ac); accper = acin - acou; dam = Math.ceil(((this.poww / 5) + accper) / (_root.enbdef + this.powlvl)); _root.enb3.health = _root.enb3.health - dam; if (_root.fpscalc.fps >= 25) { duplicateMovieClip (_root.valc, "newvalc_mc" + _root.DubCount, _root.DubCount); mc = eval ("_root.newvalc_mc" + _root.DubCount); mc._x = this._x; mc._y = _root.enb3._y - 25; mc.val = dam; mc.active = true; _root.DubCount++; duplicateMovieClip (_root.hit, "EnhitTest" + _root.DubCount, _root.DubCount); mc = eval ("_root.EnhitTest" + _root.DubCount); mc._x = this._x; mc._y = this._y; mc.active = true; _root.DubCount++; } removeMovieClip(this); } } if (_root.enb4.hitTest(_x, _y, true)) { if (_root.enb4.active == true) { _root.enb4.ehft = 150; ac = 10; acin = Math.random(ac); acou = Math.random(ac); accper = acin - acou; dam = Math.ceil(((this.poww / 5) + accper) / (_root.enbdef + this.powlvl)); _root.enb4.health = _root.enb4.health - dam; if (_root.fpscalc.fps >= 25) { duplicateMovieClip (_root.valc, "newvalc_mc" + _root.DubCount, _root.DubCount); mc = eval ("_root.newvalc_mc" + _root.DubCount); mc._x = this._x; mc._y = _root.enb4._y - 25; mc.val = dam; mc.active = true; _root.DubCount++; duplicateMovieClip (_root.hit, "EnhitTest" + _root.DubCount, _root.DubCount); mc = eval ("_root.EnhitTest" + _root.DubCount); mc._x = this._x; mc._y = this._y; mc.active = true; _root.DubCount++; } removeMovieClip(this); } } } else { removeMovieClip(this); } }
Instance of Symbol 153 MovieClip "hit" in Frame 5
onClipEvent (enterFrame) { if (this._name == "hit") { this.gotoAndStop(1); } }
Instance of Symbol 160 MovieClip "valc" in Frame 5
onClipEvent (load) { i = 2; } onClipEvent (enterFrame) { if (this._name == "valc") { } else { deti = det + 1; this._alpha = this._alpha - 10; if (i >= 0.3) { i = i - 0.05; } else { removeMovieClip(this); } this._y = this._y - i; this._x = this._x - 0.01; } }
Instance of Symbol 88 MovieClip "shot02" in Frame 5
onClipEvent (load) { setProperty(this, _visible , false); } onClipEvent (enterFrame) { if (alive >= 0) { alive--; setProperty(this, _visible , true); _x = (_x + xv); _y = (_y + yv); if (_root.ship.hitTest(_x, _y, true)) { if (_root.ship.active == true) { ac = 10 + _root.enbpow; acin = Math.random(ac); acou = Math.random(ac); accper = acin - acou; if (_root.shealth >= 1) { dam = Math.ceil(accper + _root.enbpow); _root.shealth = _root.shealth - dam; } else { dam = Math.ceil(accper + (_root.enbpow * 1.5)); _root.hhealth = _root.hhealth - dam; _root.hdam = _root.hdam + dam; } duplicateMovieClip (_root.valc, "newvalc_mc" + _root.DubCount, _root.DubCount); mc = eval ("_root.newvalc_mc" + _root.DubCount); mc._x = this._x; mc._y = this._y; mc.val = dam; mc.active = true; _root.DubCount++; duplicateMovieClip (_root.hit, "EnhitTest" + _root.DubCount, _root.DubCount); mc = eval ("_root.EnhitTest" + _root.DubCount); mc._x = this._x; mc._y = this._y; mc.active = true; _root.DubCount++; _root.rate1f++; removeMovieClip(this); } } } else { _root.rate1f++; removeMovieClip(this); } }
Instance of Symbol 88 MovieClip "shot03" in Frame 5
onClipEvent (load) { setProperty(this, _visible , false); } onClipEvent (enterFrame) { if (alive >= 0) { alive--; setProperty(this, _visible , true); _x = (_x + xv); _y = (_y + yv); if (_root.ship.hitTest(_x, _y, true)) { if (_root.ship.active == true) { ac = 10 + _root.enbpow; acin = Math.random(ac); acou = Math.random(ac); accper = acin - acou; if (_root.shealth >= 1) { dam = Math.ceil(accper + _root.enbpow); _root.shealth = _root.shealth - dam; } else { dam = Math.ceil(accper + (_root.enbpow * 1.5)); _root.hhealth = _root.hhealth - dam; _root.hdam = _root.hdam + dam; } duplicateMovieClip (_root.valc, "newvalc_mc" + _root.DubCount, _root.DubCount); mc = eval ("_root.newvalc_mc" + _root.DubCount); mc._x = this._x; mc._y = this._y; mc.val = dam; mc.active = true; _root.DubCount++; duplicateMovieClip (_root.hit, "EnhitTest" + _root.DubCount, _root.DubCount); mc = eval ("_root.EnhitTest" + _root.DubCount); mc._x = this._x; mc._y = this._y; mc.active = true; _root.DubCount++; _root.rate2f++; removeMovieClip(this); } } } else { _root.rate2f++; removeMovieClip(this); } }
Instance of Symbol 88 MovieClip "shot04" in Frame 5
onClipEvent (load) { setProperty(this, _visible , false); } onClipEvent (enterFrame) { if (alive >= 0) { alive--; setProperty(this, _visible , true); _x = (_x + xv); _y = (_y + yv); if (_root.ship.hitTest(_x, _y, true)) { if (_root.ship.active == true) { ac = 10 + _root.enbpow; acin = Math.random(ac); acou = Math.random(ac); accper = acin - acou; if (_root.shealth >= 1) { dam = Math.ceil(accper + _root.enbpow); _root.shealth = _root.shealth - dam; } else { dam = Math.ceil(accper + (_root.enbpow * 1.5)); _root.hhealth = _root.hhealth - dam; _root.hdam = _root.hdam + dam; } duplicateMovieClip (_root.valc, "newvalc_mc" + _root.DubCount, _root.DubCount); mc = eval ("_root.newvalc_mc" + _root.DubCount); mc._x = this._x; mc._y = this._y; mc.val = dam; mc.active = true; _root.DubCount++; duplicateMovieClip (_root.hit, "EnhitTest" + _root.DubCount, _root.DubCount); mc = eval ("_root.EnhitTest" + _root.DubCount); mc._x = this._x; mc._y = this._y; mc.active = true; _root.DubCount++; _root.rate3f++; removeMovieClip(this); } } } else { _root.rate3f++; removeMovieClip(this); } }
Instance of Symbol 88 MovieClip "shot05" in Frame 5
onClipEvent (load) { setProperty(this, _visible , false); } onClipEvent (enterFrame) { if (alive >= 0) { alive--; setProperty(this, _visible , true); _x = (_x + xv); _y = (_y + yv); if (_root.ship.hitTest(_x, _y, true)) { if (_root.ship.active == true) { ac = 10 + _root.enbpow; acin = Math.random(ac); acou = Math.random(ac); accper = acin - acou; if (_root.shealth >= 1) { dam = Math.ceil(accper + _root.enbpow); _root.shealth = _root.shealth - dam; } else { dam = Math.ceil(accper + (_root.enbpow * 1.5)); _root.hhealth = _root.hhealth - dam; _root.hdam = _root.hdam + dam; } duplicateMovieClip (_root.valc, "newvalc_mc" + _root.DubCount, _root.DubCount); mc = eval ("_root.newvalc_mc" + _root.DubCount); mc._x = this._x; mc._y = this._y; mc.val = dam; mc.active = true; _root.DubCount++; duplicateMovieClip (_root.hit, "EnhitTest" + _root.DubCount, _root.DubCount); mc = eval ("_root.EnhitTest" + _root.DubCount); mc._x = this._x; mc._y = this._y; mc.active = true; _root.DubCount++; _root.rate4f++; removeMovieClip(this); } } } else { _root.rate4f++; removeMovieClip(this); } }
Instance of Symbol 163 MovieClip "endub" in Frame 5
onClipEvent (enterFrame) { if (_root.lvl == 1) { if (_root.loadlvlvars == true) { _root.enb1.active = true; _root.enb1._x = 200; _root.enb1._y = 200; _root.loadlvlvars = false; } if (_root.enb1.active == false) { _root.nextlvlinfo = "Watch out, he's going to start shooting now."; _root.endLVL.gotoAndStop(2); } } if (_root.lvl == 2) { if (_root.loadlvlvars == true) { _root.rate1f = _root.csizee; _root.eattackdelay = 50; _root.enb1.active = true; _root.enb1.attack = true; _root.enb1.health = _root.enbHelth; _root.enb1.gotoAndStop(1); _root.enb1._x = 200; _root.enb1._y = 200; _root.loadlvlvars = false; } else if (_root.enb1.active == false) { _root.nextlvlinfo = "He's got a friend now."; _root.endLVL.gotoAndStop(2); } } if (_root.lvl == 3) { if (_root.loadlvlvars == true) { _root.eattackdelay = 50; _root.rate1f = _root.csizee; _root.enb1.active = true; _root.enb1.attack = true; _root.enb1.health = _root.enbHelth; _root.enb1.gotoAndStop(1); _root.enb1._x = 150; _root.enb1._y = 150; _root.rate2f = _root.csize2e; _root.enb2.active = true; _root.enb2.attack = true; _root.enb2.health = _root.enbHelth; _root.enb2.gotoAndStop(1); _root.enb2._x = 225; _root.enb2._y = 225; _root.loadlvlvars = false; } else if ((_root.enb1.active == false) and (_root.enb2.active == false)) { _root.nextlvlinfo = "3 is better then 2."; _root.endLVL.gotoAndStop(2); } } if (_root.lvl == 4) { if (_root.loadlvlvars == true) { _root.eattackdelay = 50; _root.rate1f = _root.csizee; _root.enb1.active = true; _root.enb1.attack = true; _root.enb1.health = _root.enbHelth; _root.enb1.gotoAndStop(1); _root.enb1._x = 150; _root.enb1._y = 150; _root.rate2f = _root.csize2e; _root.enb2.active = true; _root.enb2.attack = true; _root.enb2.health = _root.enbHelth; _root.enb2.gotoAndStop(1); _root.enb2._x = 200; _root.enb2._y = 150; _root.rate3f = _root.csize3e; _root.enb3.active = true; _root.enb3.attack = true; _root.enb3.health = _root.enbHelth; _root.enb3.gotoAndStop(1); _root.enb3._x = 250; _root.enb3._y = 150; _root.loadlvlvars = false; } else if (((_root.enb1.active == false) and (_root.enb2.active == false)) and (_root.enb3.active == false)) { _root.nextlvlinfo = "4 now. Enemy Defence is +1. You getting Power or Shields?"; _root.endLVL.gotoAndStop(2); } } if (_root.lvl == 5) { if (_root.loadlvlvars == true) { _root.enbdef = 3; _root.eattackdelay = 50; _root.rate1f = _root.csizee; _root.enb1.active = true; _root.enb1.attack = true; _root.enb1.health = _root.enbHelth; _root.enb1.gotoAndStop(1); _root.enb1._x = 135; _root.enb1._y = 50; _root.rate2f = _root.csize2e; _root.enb2.active = true; _root.enb2.attack = true; _root.enb2.health = _root.enbHelth; _root.enb2.gotoAndStop(1); _root.enb2._x = 175; _root.enb2._y = 100; _root.rate3f = _root.csize3e; _root.enb3.active = true; _root.enb3.attack = true; _root.enb3.health = _root.enbHelth; _root.enb3.gotoAndStop(1); _root.enb3._x = 225; _root.enb3._y = 100; _root.rate4f = _root.csize3e; _root.enb4.active = true; _root.enb4.attack = true; _root.enb4.health = _root.enbHelth; _root.enb4.gotoAndStop(1); _root.enb4._x = 265; _root.enb4._y = 50; _root.loadlvlvars = false; } else if ((((_root.enb1.active == false) and (_root.enb2.active == false)) and (_root.enb3.active == false)) and (_root.enb4.active == false)) { _root.nextlvlinfo = "Enemy Power +1. Attack Delay is lower. Enemy Clip size +1."; _root.endLVL.gotoAndStop(2); } } if (_root.lvl == 6) { if (_root.loadlvlvars == true) { _root.enbpow = 2; _root.eattackdelay = 40; _root.csizee = 2; _root.csize2e = 2; _root.csize3e = 2; _root.csize4e = 2; _root.rate1f = _root.csizee; _root.enb1.active = true; _root.enb1.attack = true; _root.enb1.health = _root.enbHelth; _root.enb1.gotoAndStop(1); ac = 275; bc = 350; acin = Math.random(ac) * ac; acou = Math.random(bc) * bc; accper = acin + 34; accpir = acou + 34; _root.enb1._x = accper; _root.enb1._y = accpir; _root.rate2f = _root.csize2e; _root.enb2.active = true; _root.enb2.attack = true; _root.enb2.health = _root.enbHelth; _root.enb2.gotoAndStop(1); ac = 275; bc = 350; acin = Math.random(ac) * ac; acou = Math.random(bc) * bc; accper = acin + 34; accpir = acou + 34; _root.enb2._x = accper; _root.enb2._y = accpir; _root.rate3f = _root.csize3e; _root.enb3.active = true; _root.enb3.attack = true; _root.enb3.health = _root.enbHelth; _root.enb3.gotoAndStop(1); ac = 275; bc = 350; acin = Math.random(ac) * ac; acou = Math.random(bc) * bc; accper = acin + 34; accpir = acou + 34; _root.enb3._x = accper; _root.enb3._y = accpir; _root.rate4f = _root.csize4e; _root.enb4.active = true; _root.enb4.attack = true; _root.enb4.health = _root.enbHelth; _root.enb4.gotoAndStop(1); ac = 275; bc = 350; acin = Math.random(ac) * ac; acou = Math.random(bc) * bc; accper = acin + 34; accpir = acou + 34; _root.enb4._x = accper; _root.enb4._y = accpir; _root.loadlvlvars = false; } else if ((((_root.enb1.active == false) and (_root.enb2.active == false)) and (_root.enb3.active == false)) and (_root.enb4.active == false)) { _root.nextlvlinfo = "Enemy Clip Size +1. Attack Delay even lower."; _root.endLVL.gotoAndStop(2); } } if (_root.lvl == 7) { if (_root.loadlvlvars == true) { _root.eattackdelay = 25; _root.csizee = 3; _root.csize2e = 3; _root.csize3e = 3; _root.csize4e = 3; _root.rate1f = _root.csizee; _root.enb1.active = true; _root.enb1.attack = true; _root.enb1.health = _root.enbHelth; _root.enb1.gotoAndStop(1); ac = 275; bc = 350; acin = Math.random(ac) * ac; acou = Math.random(bc) * bc; accper = acin + 34; accpir = acou + 34; _root.enb1._x = accper; _root.enb1._y = accpir; _root.rate2f = _root.csize2e; _root.enb2.active = true; _root.enb2.attack = true; _root.enb2.health = _root.enbHelth; _root.enb2.gotoAndStop(1); ac = 275; bc = 350; acin = Math.random(ac) * ac; acou = Math.random(bc) * bc; accper = acin + 34; accpir = acou + 34; _root.enb2._x = accper; _root.enb2._y = accpir; _root.rate3f = _root.csize3e; _root.enb3.active = true; _root.enb3.attack = true; _root.enb3.health = _root.enbHelth; _root.enb3.gotoAndStop(1); ac = 275; bc = 350; acin = Math.random(ac) * ac; acou = Math.random(bc) * bc; accper = acin + 34; accpir = acou + 34; _root.enb3._x = accper; _root.enb3._y = accpir; _root.rate4f = _root.csize4e; _root.enb4.active = true; _root.enb4.attack = true; _root.enb4.health = _root.enbHelth; _root.enb4.gotoAndStop(1); ac = 275; bc = 350; acin = Math.random(ac) * ac; acou = Math.random(bc) * bc; accper = acin + 34; accpir = acou + 34; _root.enb4._x = accper; _root.enb4._y = accpir; _root.loadlvlvars = false; } else if ((((_root.enb1.active == false) and (_root.enb2.active == false)) and (_root.enb3.active == false)) and (_root.enb4.active == false)) { _root.nextlvlinfo = "Enemy Clip Size +1. Attack Delay even lower."; _root.endLVL.gotoAndStop(2); } } if (_root.lvl == 8) { if (_root.loadlvlvars == true) { _root.eattackdelay = 20; _root.csizee = 4; _root.csize2e = 4; _root.csize3e = 4; _root.csize4e = 4; _root.rate1f = _root.csizee; _root.enb1.active = true; _root.enb1.attack = true; _root.enb1.health = _root.enbHelth; _root.enb1.gotoAndStop(1); ac = 275; bc = 350; acin = Math.random(ac) * ac; acou = Math.random(bc) * bc; accper = acin + 34; accpir = acou + 34; _root.enb1._x = accper; _root.enb1._y = accpir; _root.rate2f = _root.csize2e; _root.enb2.active = true; _root.enb2.attack = true; _root.enb2.health = _root.enbHelth; _root.enb2.gotoAndStop(1); ac = 275; bc = 350; acin = Math.random(ac) * ac; acou = Math.random(bc) * bc; accper = acin + 34; accpir = acou + 34; _root.enb2._x = accper; _root.enb2._y = accpir; _root.rate3f = _root.csize3e; _root.enb3.active = true; _root.enb3.attack = true; _root.enb3.health = _root.enbHelth; _root.enb3.gotoAndStop(1); ac = 275; bc = 350; acin = Math.random(ac) * ac; acou = Math.random(bc) * bc; accper = acin + 34; accpir = acou + 34; _root.enb3._x = accper; _root.enb3._y = accpir; _root.rate4f = _root.csize4e; _root.enb4.active = true; _root.enb4.attack = true; _root.enb4.health = _root.enbHelth; _root.enb4.gotoAndStop(1); ac = 275; bc = 350; acin = Math.random(ac) * ac; acou = Math.random(bc) * bc; accper = acin + 34; accpir = acou + 34; _root.enb4._x = accper; _root.enb4._y = accpir; _root.loadlvlvars = false; } else if ((((_root.enb1.active == false) and (_root.enb2.active == false)) and (_root.enb3.active == false)) and (_root.enb4.active == false)) { _root.nextlvlinfo = "Enemy Clip Size +1. Attack Delay even lower."; _root.endLVL.gotoAndStop(2); } } if (_root.lvl == 9) { if (_root.loadlvlvars == true) { _root.eattackdelay = 10; _root.csizee = 5; _root.csize2e = 5; _root.csize3e = 5; _root.csize4e = 5; _root.rate1f = _root.csizee; _root.enb1.active = true; _root.enb1.attack = true; _root.enb1.health = _root.enbHelth; _root.enb1.gotoAndStop(1); ac = 275; bc = 350; acin = Math.random(ac) * ac; acou = Math.random(bc) * bc; accper = acin + 34; accpir = acou + 34; _root.enb1._x = accper; _root.enb1._y = accpir; _root.rate2f = _root.csize2e; _root.enb2.active = true; _root.enb2.attack = true; _root.enb2.health = _root.enbHelth; _root.enb2.gotoAndStop(1); ac = 275; bc = 350; acin = Math.random(ac) * ac; acou = Math.random(bc) * bc; accper = acin + 34; accpir = acou + 34; _root.enb2._x = accper; _root.enb2._y = accpir; _root.rate3f = _root.csize3e; _root.enb3.active = true; _root.enb3.attack = true; _root.enb3.health = _root.enbHelth; _root.enb3.gotoAndStop(1); ac = 275; bc = 350; acin = Math.random(ac) * ac; acou = Math.random(bc) * bc; accper = acin + 34; accpir = acou + 34; _root.enb3._x = accper; _root.enb3._y = accpir; _root.rate4f = _root.csize4e; _root.enb4.active = true; _root.enb4.attack = true; _root.enb4.health = _root.enbHelth; _root.enb4.gotoAndStop(1); ac = 275; bc = 350; acin = Math.random(ac) * ac; acou = Math.random(bc) * bc; accper = acin + 34; accpir = acou + 34; _root.enb4._x = accper; _root.enb4._y = accpir; _root.loadlvlvars = false; } else if ((((_root.enb1.active == false) and (_root.enb2.active == false)) and (_root.enb3.active == false)) and (_root.enb4.active == false)) { _root.nextlvlinfo = "No more Attach Delay. Enemy Clip Size +1 and shots may be off target."; _root.endLVL.gotoAndStop(2); } } if (_root.lvl == 10) { if (_root.loadlvlvars == true) { _root.eattackdelay = 0; _root.accure = 90; _root.csizee = 6; _root.csize2e = 6; _root.csize3e = 6; _root.csize4e = 6; _root.rate1f = _root.csizee; _root.enb1.active = true; _root.enb1.attack = true; _root.enb1.health = _root.enbHelth; _root.enb1.gotoAndStop(1); ac = 275; bc = 350; acin = Math.random(ac) * ac; acou = Math.random(bc) * bc; accper = acin + 34; accpir = acou + 34; _root.enb1._x = accper; _root.enb1._y = accpir; _root.rate2f = _root.csize2e; _root.enb2.active = true; _root.enb2.attack = true; _root.enb2.health = _root.enbHelth; _root.enb2.gotoAndStop(1); ac = 275; bc = 350; acin = Math.random(ac) * ac; acou = Math.random(bc) * bc; accper = acin + 34; accpir = acou + 34; _root.enb2._x = accper; _root.enb2._y = accpir; _root.rate3f = _root.csize3e; _root.enb3.active = true; _root.enb3.attack = true; _root.enb3.health = _root.enbHelth; _root.enb3.gotoAndStop(1); ac = 275; bc = 350; acin = Math.random(ac) * ac; acou = Math.random(bc) * bc; accper = acin + 34; accpir = acou + 34; _root.enb3._x = accper; _root.enb3._y = accpir; _root.rate4f = _root.csize4e; _root.enb4.active = true; _root.enb4.attack = true; _root.enb4.health = _root.enbHelth; _root.enb4.gotoAndStop(1); ac = 275; bc = 350; acin = Math.random(ac) * ac; acou = Math.random(bc) * bc; accper = acin + 34; accpir = acou + 34; _root.enb4._x = accper; _root.enb4._y = accpir; _root.loadlvlvars = false; } else if ((((_root.enb1.active == false) and (_root.enb2.active == false)) and (_root.enb3.active == false)) and (_root.enb4.active == false)) { _root.endLVL.gotoAndStop(2); } } if (_root.lvl == 11) { if (_root.loadlvlvars == true) { _root.enbpow = 3; _root.accure = 95; _root.rate1f = _root.csizee; _root.enb1.active = true; _root.enb1.attack = true; _root.enb1.health = _root.enbHelth; _root.enb1.gotoAndStop(1); ac = 275; bc = 350; acin = Math.random(ac) * ac; acou = Math.random(bc) * bc; accper = acin + 34; accpir = acou + 34; _root.enb1._x = accper; _root.enb1._y = accpir; _root.rate2f = _root.csize2e; _root.enb2.active = true; _root.enb2.attack = true; _root.enb2.health = _root.enbHelth; _root.enb2.gotoAndStop(1); ac = 275; bc = 350; acin = Math.random(ac) * ac; acou = Math.random(bc) * bc; accper = acin + 34; accpir = acou + 34; _root.enb2._x = accper; _root.enb2._y = accpir; _root.rate3f = _root.csize3e; _root.enb3.active = true; _root.enb3.attack = true; _root.enb3.health = _root.enbHelth; _root.enb3.gotoAndStop(1); ac = 275; bc = 350; acin = Math.random(ac) * ac; acou = Math.random(bc) * bc; accper = acin + 34; accpir = acou + 34; _root.enb3._x = accper; _root.enb3._y = accpir; _root.rate4f = _root.csize4e; _root.enb4.active = true; _root.enb4.attack = true; _root.enb4.health = _root.enbHelth; _root.enb4.gotoAndStop(1); ac = 275; bc = 350; acin = Math.random(ac) * ac; acou = Math.random(bc) * bc; accper = acin + 34; accpir = acou + 34; _root.enb4._x = accper; _root.enb4._y = accpir; _root.loadlvlvars = false; } else if ((((_root.enb1.active == false) and (_root.enb2.active == false)) and (_root.enb3.active == false)) and (_root.enb4.active == false)) { _root.endLVL.gotoAndStop(2); } } if (_root.lvl == 12) { if (_root.loadlvlvars == true) { _root.enbpow = 3; _root.accure = 90; _root.rate1f = _root.csizee; _root.enb1.active = true; _root.enb1.attack = true; _root.enb1.health = _root.enbHelth; _root.enb1.gotoAndStop(1); ac = 275; bc = 350; acin = Math.random(ac) * ac; acou = Math.random(bc) * bc; accper = acin + 34; accpir = acou + 34; _root.enb1._x = accper; _root.enb1._y = accpir; _root.rate2f = _root.csize2e; _root.enb2.active = true; _root.enb2.attack = true; _root.enb2.health = _root.enbHelth; _root.enb2.gotoAndStop(1); ac = 275; bc = 350; acin = Math.random(ac) * ac; acou = Math.random(bc) * bc; accper = acin + 34; accpir = acou + 34; _root.enb2._x = accper; _root.enb2._y = accpir; _root.rate3f = _root.csize3e; _root.enb3.active = true; _root.enb3.attack = true; _root.enb3.health = _root.enbHelth; _root.enb3.gotoAndStop(1); ac = 275; bc = 350; acin = Math.random(ac) * ac; acou = Math.random(bc) * bc; accper = acin + 34; accpir = acou + 34; _root.enb3._x = accper; _root.enb3._y = accpir; _root.rate4f = _root.csize4e; _root.enb4.active = true; _root.enb4.attack = true; _root.enb4.health = _root.enbHelth; _root.enb4.gotoAndStop(1); ac = 275; bc = 350; acin = Math.random(ac) * ac; acou = Math.random(bc) * bc; accper = acin + 34; accpir = acou + 34; _root.enb4._x = accper; _root.enb4._y = accpir; _root.loadlvlvars = false; } else if ((((_root.enb1.active == false) and (_root.enb2.active == false)) and (_root.enb3.active == false)) and (_root.enb4.active == false)) { _root.endLVL.gotoAndStop(2); } } if (_root.lvl == 13) { if (_root.loadlvlvars == true) { _root.enbpow = 4; _root.accure = 70; _root.rate1f = _root.csizee; _root.enb1.active = true; _root.enb1.attack = true; _root.enb1.health = _root.enbHelth; _root.enb1.gotoAndStop(1); ac = 275; bc = 350; acin = Math.random(ac) * ac; acou = Math.random(bc) * bc; accper = acin + 34; accpir = acou + 34; _root.enb1._x = accper; _root.enb1._y = accpir; _root.rate2f = _root.csize2e; _root.enb2.active = true; _root.enb2.attack = true; _root.enb2.health = _root.enbHelth; _root.enb2.gotoAndStop(1); ac = 275; bc = 350; acin = Math.random(ac) * ac; acou = Math.random(bc) * bc; accper = acin + 34; accpir = acou + 34; _root.enb2._x = accper; _root.enb2._y = accpir; _root.rate3f = _root.csize3e; _root.enb3.active = true; _root.enb3.attack = true; _root.enb3.health = _root.enbHelth; _root.enb3.gotoAndStop(1); ac = 275; bc = 350; acin = Math.random(ac) * ac; acou = Math.random(bc) * bc; accper = acin + 34; accpir = acou + 34; _root.enb3._x = accper; _root.enb3._y = accpir; _root.rate4f = _root.csize4e; _root.enb4.active = true; _root.enb4.attack = true; _root.enb4.health = _root.enbHelth; _root.enb4.gotoAndStop(1); ac = 275; bc = 350; acin = Math.random(ac) * ac; acou = Math.random(bc) * bc; accper = acin + 34; accpir = acou + 34; _root.enb4._x = accper; _root.enb4._y = accpir; _root.loadlvlvars = false; } else if ((((_root.enb1.active == false) and (_root.enb2.active == false)) and (_root.enb3.active == false)) and (_root.enb4.active == false)) { _root.endLVL.gotoAndStop(2); } } if (_root.lvl == 14) { if (_root.loadlvlvars == true) { _root.enbpow = 5; _root.accure = 65; _root.rate1f = _root.csizee; _root.enb1.active = true; _root.enb1.attack = true; _root.enb1.health = _root.enbHelth; _root.enb1.gotoAndStop(1); ac = 275; bc = 350; acin = Math.random(ac) * ac; acou = Math.random(bc) * bc; accper = acin + 34; accpir = acou + 34; _root.enb1._x = accper; _root.enb1._y = accpir; _root.rate2f = _root.csize2e; _root.enb2.active = true; _root.enb2.attack = true; _root.enb2.health = _root.enbHelth; _root.enb2.gotoAndStop(1); ac = 275; bc = 350; acin = Math.random(ac) * ac; acou = Math.random(bc) * bc; accper = acin + 34; accpir = acou + 34; _root.enb2._x = accper; _root.enb2._y = accpir; _root.rate3f = _root.csize3e; _root.enb3.active = true; _root.enb3.attack = true; _root.enb3.health = _root.enbHelth; _root.enb3.gotoAndStop(1); ac = 275; bc = 350; acin = Math.random(ac) * ac; acou = Math.random(bc) * bc; accper = acin + 34; accpir = acou + 34; _root.enb3._x = accper; _root.enb3._y = accpir; _root.rate4f = _root.csize4e; _root.enb4.active = true; _root.enb4.attack = true; _root.enb4.health = _root.enbHelth; _root.enb4.gotoAndStop(1); ac = 275; bc = 350; acin = Math.random(ac) * ac; acou = Math.random(bc) * bc; accper = acin + 34; accpir = acou + 34; _root.enb4._x = accper; _root.enb4._y = accpir; _root.loadlvlvars = false; } else if ((((_root.enb1.active == false) and (_root.enb2.active == false)) and (_root.enb3.active == false)) and (_root.enb4.active == false)) { _root.endLVL.gotoAndStop(2); } } if (_root.lvl >= 15) { if (_root.loadlvlvars == true) { _root.enbpow = _root.enbpow + 0.25; _root.enbdef = _root.enbdef + 0.35; if (_root.accure >= 15) { _root.accure = _root.accure - 5; } _root.rate1f = _root.csizee; _root.enb1.active = true; _root.enb1.attack = true; _root.enb1.health = _root.enbHelth; _root.enb1.gotoAndStop(1); ac = 275; bc = 350; acin = Math.random(ac) * ac; acou = Math.random(bc) * bc; accper = acin + 34; accpir = acou + 34; _root.enb1._x = accper; _root.enb1._y = accpir; _root.rate2f = _root.csize2e; _root.enb2.active = true; _root.enb2.attack = true; _root.enb2.health = _root.enbHelth; _root.enb2.gotoAndStop(1); ac = 275; bc = 350; acin = Math.random(ac) * ac; acou = Math.random(bc) * bc; accper = acin + 34; accpir = acou + 34; _root.enb2._x = accper; _root.enb2._y = accpir; _root.rate3f = _root.csize3e; _root.enb3.active = true; _root.enb3.attack = true; _root.enb3.health = _root.enbHelth; _root.enb3.gotoAndStop(1); ac = 275; bc = 350; acin = Math.random(ac) * ac; acou = Math.random(bc) * bc; accper = acin + 34; accpir = acou + 34; _root.enb3._x = accper; _root.enb3._y = accpir; _root.rate4f = _root.csize4e; _root.enb4.active = true; _root.enb4.attack = true; _root.enb4.health = _root.enbHelth; _root.enb4.gotoAndStop(1); ac = 275; bc = 350; acin = Math.random(ac) * ac; acou = Math.random(bc) * bc; accper = acin + 34; accpir = acou + 34; _root.enb4._x = accper; _root.enb4._y = accpir; _root.loadlvlvars = false; } else if ((((_root.enb1.active == false) and (_root.enb2.active == false)) and (_root.enb3.active == false)) and (_root.enb4.active == false)) { _root.endLVL.gotoAndStop(2); } } }
Instance of Symbol 179 MovieClip "HUD" in Frame 5
on (release) { }
Symbol 7 MovieClip Frame 20
stop();
Symbol 7 MovieClip Frame 26
stop();
Symbol 14 MovieClip Frame 20
stop();
Symbol 14 MovieClip Frame 26
stop();
Symbol 18 MovieClip Frame 1
stop();
Symbol 18 MovieClip Frame 10
stop(); _root.gotoAndPlay(2);
Instance of Symbol 18 MovieClip "loadingBar" in Symbol 19 MovieClip Frame 1
onClipEvent (load) { this._xscale = 0; }
Symbol 30 MovieClip Frame 1
this.createEmptyMovieClip("intro2AD", 1); var mclListener = new Object(); mclListener.onLoadInit = function (target_mc) { _root.ptrace = "movie loaded"; }; var image_mcl = new MovieClipLoader(); image_mcl.addListener(mclListener); image_mcl.loadClip("http://www.anti-you.com/files/ads/space/introAD.swf", intro2AD);
Symbol 31 MovieClip Frame 101
_root.gotoAndStop(3);
Instance of Symbol 34 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { fpsArr = []; } onClipEvent (enterFrame) { fps = (1 / (getTimer() - ltime)) * 1000; fpsArr.push(fps); if (fpsArr.length > 5) { fpsArr.shift(); } fpsTotal = 0; i = 0; while (i < fpsArr.length) { fpsTotal = fpsTotal + fpsArr[i]; i++; } _parent.fps = Math.round(fpsTotal / fpsArr.length); ltime = getTimer(); }
Symbol 42 MovieClip Frame 1
stop();
Symbol 42 MovieClip Frame 10
stop();
Symbol 49 MovieClip Frame 1
stop();
Symbol 49 MovieClip Frame 10
stop();
Symbol 51 MovieClip Frame 1
this.createEmptyMovieClip("menuAD", 1); var mclListener = new Object(); mclListener.onLoadInit = function (target_mc) { _root.ptrace = "movie loaded"; }; var image_mcl = new MovieClipLoader(); image_mcl.addListener(mclListener); image_mcl.loadClip("http://www.anti-you.com/files/ads/space/bannerAD.swf", menuAD);
Symbol 54 MovieClip Frame 1
stop();
Symbol 54 MovieClip Frame 10
stop();
Symbol 61 MovieClip Frame 1
stop();
Symbol 61 MovieClip Frame 10
stop();
Symbol 64 MovieClip Frame 1
stop();
Symbol 64 MovieClip Frame 10
stop();
Symbol 69 MovieClip Frame 1
stop();
Symbol 69 MovieClip Frame 2
stop();
Symbol 72 MovieClip Frame 1
stop();
Symbol 72 MovieClip Frame 2
stop();
Symbol 75 MovieClip Frame 1
stop();
Instance of Symbol 69 MovieClip in Symbol 75 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root._currentframe == 3) { if (this._currentframe == 2) { } else { stopAllSounds(); } gotoAndStop (2); } }
Instance of Symbol 72 MovieClip in Symbol 75 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root._currentframe == 5) { if (this._currentframe == 2) { } else { stopAllSounds(); } gotoAndStop (2); } }
Symbol 75 MovieClip Frame 2
stop();
Symbol 86 MovieClip Frame 40
removeMovieClip(this); stop();
Symbol 102 MovieClip Frame 1
if (this.active == false) { gotoAndPlay (3); }
Symbol 102 MovieClip Frame 2
if (this.active == false) { gotoAndPlay (3); } gotoAndPlay (1);
Symbol 102 MovieClip Frame 3
duplicateMovieClip (_root.hit, "EnhitTest" + _root.level, _root.level); mc = eval ("_root.EnhitTest" + _root.level); mc._x = this._x + random(35); mc._x = this._x - random(35); mc._y = this._y + random(35); mc._y = this._y - random(35); duplicateMovieClip (_root.hit, "EnhitTest" + _root.level, _root.level); mc = eval ("_root.EnhitTest" + _root.level); mc._x = this._x + random(35); mc._x = this._x - random(35); mc._y = this._y + random(35); mc._y = this._y - random(35);
Instance of Symbol 98 MovieClip in Symbol 102 MovieClip Frame 3
onClipEvent (load) { i = random(1); r = random(2); c = random(1); u = random(1); } onClipEvent (enterFrame) { i = i + 0.25; if (r == 0) { _root.move._rotation = i; } else { _root.move._rotation = -i; } if (_root.move._x <= 200) { _root.move._x = _root.move._x - ((0.5 * c) + 0.5); } else { _root.move._x = _root.move._x + ((0.5 * c) + 0.5); } if (_root.move._y <= 250) { _root.move._y = _root.move._y - ((0.5 * u) + 0.5); } else { _root.move._y = _root.move._y + ((0.5 * u) + 0.5); } }
Symbol 102 MovieClip Frame 4
duplicateMovieClip (_root.hit, "EnhitTest" + _root.level, _root.level); mc = eval ("_root.EnhitTest" + _root.level); mc._x = this._x + random(35); mc._x = this._x - random(35); mc._y = this._y + random(35); mc._y = this._y - random(35);
Symbol 102 MovieClip Frame 5
duplicateMovieClip (_root.hit, "EnhitTest" + _root.level, _root.level); mc = eval ("_root.EnhitTest" + _root.level); mc._x = this._x + random(35); mc._x = this._x - random(35); mc._y = this._y + random(35); mc._y = this._y - random(35);
Symbol 102 MovieClip Frame 6
duplicateMovieClip (_root.hit, "EnhitTest" + _root.level, _root.level); mc = eval ("_root.EnhitTest" + _root.level); mc._x = this._x + random(35); mc._x = this._x - random(35); mc._y = this._y + random(35); mc._y = this._y - random(35);
Symbol 102 MovieClip Frame 7
duplicateMovieClip (_root.hit, "EnhitTest" + _root.level, _root.level); mc = eval ("_root.EnhitTest" + _root.level); mc._x = this._x + random(35); mc._x = this._x - random(35); mc._y = this._y + random(35); mc._y = this._y - random(35);
Symbol 102 MovieClip Frame 8
duplicateMovieClip (_root.hit, "EnhitTest" + _root.level, _root.level); mc = eval ("_root.EnhitTest" + _root.level); mc._x = this._x + random(35); mc._x = this._x - random(35); mc._y = this._y + random(35); mc._y = this._y - random(35);
Symbol 102 MovieClip Frame 9
duplicateMovieClip (_root.hit, "EnhitTest" + _root.level, _root.level); mc = eval ("_root.EnhitTest" + _root.level); mc._x = this._x + random(35); mc._x = this._x - random(35); mc._y = this._y + random(35); mc._y = this._y - random(35);
Symbol 102 MovieClip Frame 10
duplicateMovieClip (_root.hit, "EnhitTest" + _root.level, _root.level); mc = eval ("_root.EnhitTest" + _root.level); mc._x = this._x + random(35); mc._x = this._x - random(35); mc._y = this._y + random(35); mc._y = this._y - random(35);
Symbol 102 MovieClip Frame 13
duplicateMovieClip (_root.hit, "EnhitTest" + _root.level, _root.level); mc = eval ("_root.EnhitTest" + _root.level); mc._x = this._x + random(35); mc._x = this._x - random(35); mc._y = this._y + random(35); mc._y = this._y - random(35);
Symbol 102 MovieClip Frame 14
duplicateMovieClip (_root.hit, "EnhitTest" + _root.level, _root.level); mc = eval ("_root.EnhitTest" + _root.level); mc._x = this._x + random(35); mc._x = this._x - random(35); mc._y = this._y + random(35); mc._y = this._y - random(35);
Symbol 102 MovieClip Frame 15
duplicateMovieClip (_root.hit, "EnhitTest" + _root.level, _root.level); mc = eval ("_root.EnhitTest" + _root.level); mc._x = this._x + random(35); mc._x = this._x - random(35); mc._y = this._y + random(35); mc._y = this._y - random(35);
Symbol 102 MovieClip Frame 16
duplicateMovieClip (_root.hit, "EnhitTest" + _root.level, _root.level); mc = eval ("_root.EnhitTest" + _root.level); mc._x = this._x + random(35); mc._x = this._x - random(35); mc._y = this._y + random(35); mc._y = this._y - random(35);
Symbol 102 MovieClip Frame 17
duplicateMovieClip (_root.hit, "EnhitTest" + _root.level, _root.level); mc = eval ("_root.EnhitTest" + _root.level); mc._x = this._x + random(35); mc._x = this._x - random(35); mc._y = this._y + random(35); mc._y = this._y - random(35);
Symbol 102 MovieClip Frame 18
duplicateMovieClip (_root.hit, "EnhitTest" + _root.level, _root.level); mc = eval ("_root.EnhitTest" + _root.level); mc._x = this._x + random(35); mc._x = this._x - random(35); mc._y = this._y + random(35); mc._y = this._y - random(35);
Symbol 102 MovieClip Frame 19
duplicateMovieClip (_root.hit, "EnhitTest" + _root.level, _root.level); mc = eval ("_root.EnhitTest" + _root.level); mc._x = this._x + random(35); mc._x = this._x - random(35); mc._y = this._y + random(35); mc._y = this._y - random(35);
Symbol 102 MovieClip Frame 21
duplicateMovieClip (_root.hit, "EnhitTest" + _root.level, _root.level); mc = eval ("_root.EnhitTest" + _root.level); mc._x = this._x + random(35); mc._x = this._x - random(35); mc._y = this._y + random(35); mc._y = this._y - random(35);
Symbol 102 MovieClip Frame 36
duplicateMovieClip (_root.hit, "EnhitTest" + _root.level, _root.level); mc = eval ("_root.EnhitTest" + _root.level); mc._x = this._x + random(35); mc._x = this._x - random(35); mc._y = this._y + random(35); mc._y = this._y - random(35);
Symbol 102 MovieClip Frame 86
stop();
Symbol 104 Button
on (press) { duplicateMovieClip (_root.dest, "newdest_mc" + _root.DubCount, _root.DubCount); i = eval ("_root.newdest_mc" + _root.DubCount); i._x = _root.mouse._x; i._y = _root.mouse._y; i.gotoAndPlay(1); _root.DubCount++; _root.difx = this._x - _root.move._x; _root.ship.targetx = this._x; _root.dify = this._y - _root.move._y; _root.ship.targety = this._y; _root.done = false; _root.difx01 = this._x - _root.flightShip01._x; _root.flightShip01.targetx = this._x + _root.mouse.a; _root.dify01 = this._y - _root.flightShip01._y; _root.flightShip01.targety = this._y + _root.mouse.b; _root.done01 = false; _root.difx02 = this._x - _root.flightShip02._x; _root.flightShip02.targetx = this._x + _root.mouse.c; _root.dify02 = this._y - _root.flightShip02._y; _root.flightShip02.targety = this._y + _root.mouse.d; _root.done02 = false; _root.difx03 = this._x - _root.flightShip03._x; _root.flightShip03.targetx = this._x + _root.mouse.e; _root.dify03 = this._y - _root.flightShip03._y; _root.flightShip03.targety = this._y + _root.mouse.f; _root.done03 = false; _root.difx04 = this._x - _root.flightShip04._x; _root.flightShip04.targetx = this._x + _root.mouse.g; _root.dify04 = this._y - _root.flightShip04._y; _root.flightShip04.targety = this._y + _root.mouse.h; _root.done04 = false; }
Symbol 110 MovieClip Frame 1
stop();
Symbol 110 MovieClip Frame 10
stop();
Symbol 118 MovieClip Frame 1
stop();
Instance of Symbol 110 MovieClip in Symbol 118 MovieClip Frame 1
on (release) { _root.starting.gotoAndPlay(2); } on (rollOver, dragOver) { gotoAndPlay (2); } on (rollOut, dragOut) { gotoAndPlay (11); }
Symbol 118 MovieClip Frame 120
stop(); _root.gotoAndStop(5);
Symbol 146 MovieClip Frame 1
stop();
Instance of Symbol 128 MovieClip "health" in Symbol 146 MovieClip Frame 1
onClipEvent (load) { _alpha = 0; _parent.health = _root.enbHelth; } onClipEvent (enterFrame) { this.amount._xscale = _parent.health; if (_parent.ehft <= 0) { _parent.ehft = 0; } else { _parent.ehft--; } if (_parent.ehft <= 100) { _alpha = (_alpha - 2); } if (_parent.ehft >= 125) { _alpha = 100; } if (_parent.health <= 0) { _parent.ehft = 0; _parent.health = 0; if (_parent.active == true) { duplicateMovieClip (_root.valc, "newvalc_mc" + _root.DubCount, _root.DubCount); mc = eval ("_root.newvalc_mc" + _root.DubCount); mc._x = _parent._x; mc._y = _parent._y - 10; pints = Math.ceil((_root.lvl * 1.25) + 5); mc.gotoAndStop(2); mc.val = "+" + pints; mc.active = true; _root.DubCount++; _root.hpoints = _root.hpoints + pints; _root.lvlpoints = _root.lvlpoints + pints; _parent.active = false; _parent.gotoAndPlay(2); } if (_alpha <= 0) { this._alpha = 0; } else { this._alpha = this._alpha - 10; } } }
Instance of Symbol 135 MovieClip "gun" in Symbol 146 MovieClip Frame 1
onClipEvent (enterFrame) { i = _root.accure; ac = 100 - i; acin = Math.random(ac) * ac; acou = Math.random(ac) * ac; accper = (acin - acou) / 3; accuracy = (((Math.atan2(_root.ship._y - _parent._y, _root.ship._x - _parent._x) * 180) / Math.PI) + 270) + accper; angle = ((Math.atan2(_root.ship._y - _parent._y, _root.ship._x - _parent._x) * 180) / Math.PI) + 270; _rotation = angle; }
Symbol 146 MovieClip Frame 2
duplicateMovieClip (_root.hit02, "EnhitTest2" + _root.DubCount, _root.DubCount); mc = eval ("_root.EnhitTest2" + _root.DubCount); mc._x = this._x + random(35); mc._x = this._x - random(35); mc._y = this._y + random(35); mc._y = this._y - random(35); _root.DubCount++;
Instance of Symbol 136 MovieClip in Symbol 146 MovieClip Frame 2
onClipEvent (enterFrame) { this._x = this._x + random(2); this._y = this._y + random(2); this._x = this._x - random(2); this._y = this._y - random(2); this._alpha = this._alpha - 1; }
Symbol 146 MovieClip Frame 24
duplicateMovieClip (_root.hit, "EnhitTest2" + _root.DubCount, _root.DubCount); mc = eval ("_root.EnhitTest2" + _root.DubCount); mc._x = this._x + random(35); mc._x = this._x - random(35); mc._y = this._y + random(35); mc._y = this._y - random(35); _root.DubCount++;
Symbol 146 MovieClip Frame 51
duplicateMovieClip (_root.hit02, "EnhitTest2" + _root.DubCount, _root.DubCount); mc = eval ("_root.EnhitTest2" + _root.DubCount); mc._x = this._x + random(35); mc._x = this._x - random(35); mc._y = this._y + random(35); mc._y = this._y - random(35); _root.DubCount++;
Symbol 146 MovieClip Frame 53
duplicateMovieClip (_root.hit02, "EnhitTest2" + _root.DubCount, _root.DubCount); mc = eval ("_root.EnhitTest2" + _root.DubCount); mc._x = this._x + random(35); mc._x = this._x - random(35); mc._y = this._y + random(35); mc._y = this._y - random(35); _root.DubCount++; duplicateMovieClip (_root.hit02, "EnhitTest2" + _root.DubCount, _root.DubCount); mc = eval ("_root.EnhitTest2" + _root.DubCount); mc._x = this._x + random(35); mc._x = this._x - random(35); mc._y = this._y + random(35); mc._y = this._y - random(35); _root.DubCount++;
Symbol 146 MovieClip Frame 59
duplicateMovieClip (_root.hit, "EnhitTest2" + _root.DubCount, _root.DubCount); mc = eval ("_root.EnhitTest2" + _root.DubCount); mc._x = this._x + random(35); mc._x = this._x - random(35); mc._y = this._y + random(35); mc._y = this._y - random(35); _root.DubCount++; duplicateMovieClip (_root.hit02, "EnhitTest2" + _root.DubCount, _root.DubCount); mc = eval ("_root.EnhitTest2" + _root.DubCount); mc._x = this._x + random(35); mc._x = this._x - random(35); mc._y = this._y + random(35); mc._y = this._y - random(35); _root.DubCount++;
Symbol 146 MovieClip Frame 64
duplicateMovieClip (_root.hit02, "EnhitTest2" + _root.DubCount, _root.DubCount); mc = eval ("_root.EnhitTest2" + _root.DubCount); mc._x = this._x + random(35); mc._x = this._x - random(35); mc._y = this._y + random(35); mc._y = this._y - random(35); _root.DubCount++;
Symbol 146 MovieClip Frame 66
duplicateMovieClip (_root.hit02, "EnhitTest2" + _root.DubCount, _root.DubCount); mc = eval ("_root.EnhitTest2" + _root.DubCount); mc._x = this._x + random(35); mc._x = this._x - random(35); mc._y = this._y + random(35); mc._y = this._y - random(35); _root.DubCount++;
Symbol 146 MovieClip Frame 69
duplicateMovieClip (_root.hit, "EnhitTest2" + _root.DubCount, _root.DubCount); mc = eval ("_root.EnhitTest2" + _root.DubCount); mc._x = this._x + random(35); mc._x = this._x - random(35); mc._y = this._y + random(35); mc._y = this._y - random(35); _root.DubCount++;
Symbol 146 MovieClip Frame 80
stop();
Symbol 153 MovieClip Frame 20
stop(); removeMovieClip(this);
Symbol 156 MovieClip Frame 20
stop(); removeMovieClip(this);
Symbol 160 MovieClip Frame 1
stop();
Symbol 160 MovieClip Frame 2
stop();
Symbol 179 MovieClip Frame 31
stop();
Instance of Symbol 128 MovieClip "health" in Symbol 179 MovieClip Frame 31
onClipEvent (load) { _root.hhealth = 100; } onClipEvent (enterFrame) { this.amount._xscale = _root.hhealth; if (_root.hhealth > 100) { _root.hhealth = 100; _root.hhealthh = _root.hhealth + "%"; } if (_root.hhealth <= 0) { _root.hhealth = 0; if (_root.ship.active == true) { _root.ship.active = false; _root.flightShip01.active = false; _root.flightShip02.active = false; _root.flightShip03.active = false; _root.flightShip04.active = false; _root.endLVL.gotoAndStop(3); _root.ship.gotoAndPlay(2); } } }
Instance of Symbol 128 MovieClip "health" in Symbol 179 MovieClip Frame 31
onClipEvent (enterFrame) { this.amount._xscale = _root.shealth; _root.ship.shield._alpha = _root.shealth; if (_root.shealth > 100) { _root.shealth = 100; _root.shealthh = _root.shealth + "%"; } if (_root.shealth <= 0) { _root.shealth = 0; if (this._alpha >= 1) { this._alpha = this._alpha - 3; } } else { this._alpha = 100; } }
Symbol 231 MovieClip Frame 1
stop();
Symbol 231 MovieClip Frame 10
stop();
Symbol 242 MovieClip Frame 1
stop(); _root.endLVL.lvltimer._y = -5;
Instance of Symbol 181 MovieClip "lvltimer" in Symbol 242 MovieClip Frame 1
onClipEvent (load) { _root.starttime = getTimer(); _root.endLVL.lvltimer.i = 0; } onClipEvent (enterFrame) { if (_root.endLVL._currentframe == 1) { if (_root.lvl.bonus == true) { _root.lvlTime = getTimer(); _root.timedif = _root.lvlTime - _root.starttime; _root.endLVL.lvltimer.timertext = Math.floor((_root.endLVL.lvltimer.i - _root.timedif) / 1000); } else { _root.lvlTime = getTimer(); _root.timedif = _root.lvlTime - _root.starttime; _root.endLVL.lvltimer.timertext = Math.floor((_root.endLVL.lvltimer.i + _root.timedif) / 1000); } } if (_root.lvl.bonus == true) { _root.timetaken = "No Time Bonus"; } else { _root.timetaken = _root.endLVL.lvltimer.timertext; } }
Symbol 242 MovieClip Frame 2
stop(); _root.music._x = 175; _root.music._y = 350; _root.endLVL.lvltimer._y = -500; iu = _root.hpoints; if (_root.hdam >= 99) { ie = 0; } else { ie = 100 - _root.hdam; } if (_root.timetaken >= 19) { ia = 0; } else { ia = 20 - _root.timetaken; } _root.pointsBonus = Math.ceil((ia * 5) + ((iu + _root.lvl) / (ie * 5))); _root.totalpointslvl = _root.pointsBonus + _root.hpoints; _root.feedback = ""; _root.accurhc = _root.accurh + "%"; _root.hhealthh = _root.hhealth + "%"; _root.shealthh = _root.shealth + "%"; _root.accurwc = _root.accurw + "%";
Instance of Symbol 185 MovieClip in Symbol 242 MovieClip Frame 2
on (rollOver) { _root.feedback = _root.nextlvlinfo; _root.accurhc = _root.accurh + "%"; _root.hhealthh = _root.hhealth + "%"; _root.shealthh = _root.shealth + "%"; _root.accurwc = _root.accurw + "%"; } on (release) { _root.music._y = -3500; _root.hdam = 0; _root.timetaken = 0; _root.starttime = getTimer(); _root.endLVL.lvltimer.i = 0; _root.lvl++; _root.loadlvlvars = true; _root.hpoints = _root.totalpointslvl; _root.totalpointslvl = 0; _root.endLVL.gotoAndStop(1); }
Instance of Symbol 231 MovieClip in Symbol 242 MovieClip Frame 2
on (rollOver, dragOver) { gotoAndPlay (2); } on (rollOut, dragOut) { gotoAndPlay (11); } on (release) { if (_root.totalpointslvl >= 15) { if (_root.accurh <= 99) { _root.accurh++; _root.totalpointslvl = _root.totalpointslvl + 1500; } else { _root.feedback = "Accuracy is Perfect!"; } _root.accurhc = _root.accurh + "%"; } else { _root.feedback = "You do not have enough Points!"; } }
Instance of Symbol 231 MovieClip in Symbol 242 MovieClip Frame 2
on (rollOver, dragOver) { gotoAndPlay (2); } on (rollOut, dragOut) { gotoAndPlay (11); } on (release) { if (_root.totalpointslvl >= 25) { _root.hpower++; _root.totalpointslvl = _root.totalpointslvl - 25; } else { _root.feedback = "You do not have enough Points!"; } }
Instance of Symbol 231 MovieClip in Symbol 242 MovieClip Frame 2
on (rollOver, dragOver) { gotoAndPlay (2); } on (rollOut, dragOut) { gotoAndPlay (11); } on (release) { if (_root.totalpointslvl >= 50) { if (_root.csize <= 4) { _root.csize++; _root.totalpointslvl = _root.totalpointslvl - 50; } else { _root.feedback = "Clip Size is Maxed!"; } } else { _root.feedback = "You do not have enough Points!"; } }
Instance of Symbol 231 MovieClip in Symbol 242 MovieClip Frame 2
on (rollOver, dragOver) { gotoAndPlay (2); } on (rollOut, dragOut) { gotoAndPlay (11); } on (release) { if (_root.totalpointslvl >= 25) { if (_root.hhealth <= 99) { _root.hhealth = _root.hhealth + 10; _root.totalpointslvl = _root.totalpointslvl - 25; } else { _root.feedback = "Ship is fully repaired!"; } _root.hhealthh = _root.hhealth + "%"; } else { _root.feedback = "You do not have enough Points!"; } }
Instance of Symbol 231 MovieClip in Symbol 242 MovieClip Frame 2
on (rollOver, dragOver) { gotoAndPlay (2); } on (rollOut, dragOut) { gotoAndPlay (11); } on (release) { if (_root.totalpointslvl >= 100) { if (_root.shealth <= 99) { _root.shealth = _root.shealth + 100; _root.totalpointslvl = _root.totalpointslvl - 100; } else { _root.feedback = "Ship's Sheilds are at 100%!"; } _root.shealthh = _root.shealth + "%"; } else { _root.feedback = "You do not have enough Points!"; } }
Instance of Symbol 231 MovieClip in Symbol 242 MovieClip Frame 2
on (rollOver, dragOver) { gotoAndPlay (2); } on (rollOut, dragOut) { gotoAndPlay (11); } on (release) { if (_root.totalpointslvl >= 300) { if (_root.wactive <= 3) { _root.wactive++; if (_root.wactive == 1) { _root.flightShip01.active = true; } if (_root.wactive == 2) { _root.flightShip02.active = true; } if (_root.wactive == 3) { _root.flightShip03.active = true; } if (_root.wactive == 4) { _root.flightShip04.active = true; } _root.totalpointslvl = _root.totalpointslvl - 300; } else { _root.feedback = "You can only have 4 wingmen!"; } } else { _root.feedback = "You do not have enough Points!"; } }
Instance of Symbol 231 MovieClip in Symbol 242 MovieClip Frame 2
on (rollOver, dragOver) { gotoAndPlay (2); } on (rollOut, dragOut) { gotoAndPlay (11); } on (release) { if (_root.totalpointslvl >= 15) { if (_root.accurw <= 99) { _root.accurw++; _root.totalpointslvl = _root.totalpointslvl - 15; } else { _root.feedback = "Wingmen Accuracy is Perfect!"; } _root.accurwc = _root.accurw + "%"; } else { _root.feedback = "You do not have enough Points!"; } }
Instance of Symbol 231 MovieClip in Symbol 242 MovieClip Frame 2
on (rollOver, dragOver) { gotoAndPlay (2); } on (rollOut, dragOut) { gotoAndPlay (11); } on (release) { if (_root.totalpointslvl >= 50) { _root.w1power++; _root.totalpointslvl = _root.totalpointslvl - 50; } else { _root.feedback = "You do not have enough Points!"; } }
Instance of Symbol 231 MovieClip in Symbol 242 MovieClip Frame 2
on (rollOver, dragOver) { gotoAndPlay (2); } on (rollOut, dragOut) { gotoAndPlay (11); } on (release) { if (_root.totalpointslvl >= 75) { if (_root.csizew <= 3) { _root.csizew++; _root.totalpointslvl = _root.totalpointslvl - 75; } else { _root.feedback = "Wingmen Clip Size is Maxed!"; } } else { _root.feedback = "You do not have enough Points!"; } }
Symbol 242 MovieClip Frame 3
stop();
Instance of Symbol 241 MovieClip in Symbol 242 MovieClip Frame 3
on (release) { _root.gotoAndStop(3); }

Library Items

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

Instance Names

"loader"Frame 1Symbol 19 MovieClip
"Star"Frame 2Symbol 23 MovieClip
"starcont"Frame 2Symbol 27 MovieClip
"fpscalc"Frame 2Symbol 35 MovieClip
"tips"Frame 3Symbol 54 MovieClip
"info"Frame 3Symbol 64 MovieClip
"music"Frame 3Symbol 75 MovieClip
"fire"Frame 4Symbol 77 MovieClip
"dest"Frame 4Symbol 86 MovieClip
"shot01"Frame 4Symbol 88 MovieClip
"ship"Frame 4Symbol 102 MovieClip
"mouse"Frame 4Symbol 105 MovieClip
"starting"Frame 4Symbol 118 MovieClip
"fire"Frame 5Symbol 77 MovieClip
"flightShip01"Frame 5Symbol 122 MovieClip
"flightShip02"Frame 5Symbol 122 MovieClip
"flightShip03"Frame 5Symbol 122 MovieClip
"flightShip04"Frame 5Symbol 122 MovieClip
"fire"Frame 5Symbol 77 MovieClip
"fire"Frame 5Symbol 77 MovieClip
"enb1"Frame 5Symbol 146 MovieClip
"enb2"Frame 5Symbol 146 MovieClip
"enb3"Frame 5Symbol 146 MovieClip
"enb4"Frame 5Symbol 146 MovieClip
"shot01"Frame 5Symbol 88 MovieClip
"hit"Frame 5Symbol 153 MovieClip
"hit02"Frame 5Symbol 156 MovieClip
"valc"Frame 5Symbol 160 MovieClip
"shot02"Frame 5Symbol 88 MovieClip
"shot03"Frame 5Symbol 88 MovieClip
"shot04"Frame 5Symbol 88 MovieClip
"shot05"Frame 5Symbol 88 MovieClip
"endub"Frame 5Symbol 163 MovieClip
"HUD"Frame 5Symbol 179 MovieClip
"endLVL"Frame 5Symbol 242 MovieClip
"backg"Symbol 19 MovieClip Frame 1Symbol 7 MovieClip
"graphics"Symbol 19 MovieClip Frame 1Symbol 14 MovieClip
"loadingBar"Symbol 19 MovieClip Frame 1Symbol 18 MovieClip
"shield"Symbol 102 MovieClip Frame 1Symbol 94 MovieClip
"amount"Symbol 128 MovieClip Frame 1Symbol 126 MovieClip
"health"Symbol 146 MovieClip Frame 1Symbol 128 MovieClip
"gun"Symbol 146 MovieClip Frame 1Symbol 135 MovieClip
"val"Symbol 160 MovieClip Frame 1Symbol 158 EditableText
"val"Symbol 160 MovieClip Frame 2Symbol 159 EditableText
"health"Symbol 179 MovieClip Frame 31Symbol 128 MovieClip
"health"Symbol 179 MovieClip Frame 31Symbol 128 MovieClip
"lvltimer"Symbol 242 MovieClip Frame 1Symbol 181 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata present, AS1/AS2.
SWFMetaData (77)Timeline Frame 1190 bytes "<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><rdf:Description rdf:about="" xmlns ..."

Dynamic Text Variables

fpsSymbol 33 EditableText"FPS"
valSymbol 158 EditableText"0000"
valSymbol 159 EditableText"0000"
_root.hpointsSymbol 176 EditableText""
timertextSymbol 180 EditableText"000"
_root.lvlSymbol 187 EditableText""
_root.pointsBonusSymbol 192 EditableText""
_root.hpointsSymbol 193 EditableText""
_root.hdamSymbol 194 EditableText""
_root.timetakenSymbol 195 EditableText""
_root.accurhcSymbol 207 EditableText""
_root.hpowerSymbol 209 EditableText""
_root.totalpointslvlSymbol 212 EditableText""
_root.feedbackSymbol 213 EditableText""
_root.csizeSymbol 214 EditableText""
_root.hhealthhSymbol 217 EditableText""
_root.shealthhSymbol 220 EditableText""
_root.wactiveSymbol 221 EditableText""
_root.accurwcSymbol 232 EditableText""
_root.w1powerSymbol 233 EditableText""
_root.csizewSymbol 234 EditableText""
_root.lvlSymbol 236 EditableText""
_root.hpointsSymbol 237 EditableText""




http://swfchan.com/6/28530/info.shtml
Created: 20/5 -2019 08:55:12 Last modified: 20/5 -2019 08:55:12 Server time: 29/04 -2024 14:59:22