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

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

Air Invasion.swf

This is the info page for
Flash #24337

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


Text
0%

Downloading...

www.myplaycity.com

Download FULL Version

Play More Online Games

Add Free Games To Your Website

Subscribe

Subscribe

Custom
Game

Custom
Game

Share

Share

<<Preview

<<Preview

Next>>

Next>>

<<Back

<<Back

GAME OVERVIEW AND OBJECTIVE

ENEMIES

Attack Plane
+10 score

Bomber
+20 score

Helicopter
+20 score

Jet Attack Plane
+30 score

Transport Aircraft
+30 score

Paratrooper
+1 score

Soldier 1
+1 score

Soldier 2
+3 score

BONUSES

Gun
+30 cartridges

Gun 2x
+30 cartridges

Machune-gun
+50 cartridges

Grenade
+5 cartridges

Rocket Projector 3x
+10 cartridges

Rocket Projector
+5 cartridges

First-aid Set
+50% health

Trunk with Gold
+100 score

ABOUT

AIR INVASION ver. 2.0 Online
© 2006 MyPlayCity.com
www.MyPlayCity.com

UNLIM.

0000

0000

WEAPONS

ENERGY

HEALTH

LEVEL

SCORE

LIVES

<p align="center"><font face="Arial" size="14" color="#000000" letterSpacing="0.000000" kerning="0">actions</font></p>

SOUND

Level 88

<p align="center"><font face="Arial" size="14" color="#000000" letterSpacing="0.000000" kerning="0">shotMonstr</font></p>

<p align="center"><font face="Arial" size="14" color="#000000" letterSpacing="0.000000" kerning="0">shotMy</font></p>

Pause

<p align="center"><font face="Arial" size="28" color="#ffcc00" letterSpacing="0.000000" kerning="0"><b>GAME OVER</b></font></p>

What do you think about a new on-line game?

Your Name:

Your E-mail:

Subject:

Your Friends' E-mails:

1.

2.

3.

ActionScript [AS1/AS2]

Frame 1
loadpercent = "0%";
Frame 2
loadPercent = Math.floor(((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) - 1) + "%"; loader._width = (Math.floor((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) / 100) * 270; if ((_root._framesloaded > 3) || (Math.floor((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) > 49)) { gotoAndPlay (4); }
Frame 3
gotoAndPlay (2);
Frame 4
loadPercent = Math.floor(((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) - 1) + "%"; loader._width = (Math.floor((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) / 100) * fullload; if ((_root.getBytesLoaded() == _root.getBytesTotal()) && (_root.clip._currentframe > 49)) { loadPercent = "100%"; gotoAndStop ("begin"); }
Frame 5
gotoAndPlay (4);
Frame 6
sound_bttn.onRelease = function () { if (this._currentframe == 1) { this.gotoAndStop(2); _root.beep_Sound.setVolume(0); _root.bonus_Sound.setVolume(0); _root.die_Sound.setVolume(0); _root.explosion_Sound.setVolume(0); _root.level_Sound.setVolume(0); _root.over_Sound.setVolume(0); _root.rocket_Sound.setVolume(0); _root.shot_Sound.setVolume(0); } else { this.gotoAndStop(1); _root.beep_Sound.setVolume(100); _root.bonus_Sound.setVolume(100); _root.die_Sound.setVolume(100); _root.explosion_Sound.setVolume(100); _root.level_Sound.setVolume(100); _root.over_Sound.setVolume(100); _root.rocket_Sound.setVolume(100); _root.shot_Sound.setVolume(100); } }; numlevel = 1; score = 0; health = 100; energy = 500; var beep_Sound = new Sound(); beep_Sound.attachSound("beep"); var bonus_Sound = new Sound(); bonus_Sound.attachSound("bonus"); var die_Sound = new Sound(); die_Sound.attachSound("die"); var explosion_Sound = new Sound(); explosion_Sound.attachSound("explosion"); var level_Sound = new Sound(); level_Sound.attachSound("level"); var over_Sound = new Sound(); over_Sound.attachSound("over"); var rocket_Sound = new Sound(); rocket_Sound.attachSound("rocket"); var shot_Sound = new Sound(); shot_Sound.attachSound("shot");
Frame 7
overview = "You take a role of a commando. Your task is to defend a military base situated on the island of MyPlayCity.\rThe base is attacked by the air forces of the enemy. The enemy troops are landed periodically.\rYou are to repulse an attack to protect the base. You have weapons of all kinds at your disposal. You receive ammunition and medicines via air support.";
Frame 11
function pausefunction() { if (!pauseflag) { pauselabel = "Pause"; } else { pauselabel = ""; } pauseflag = !pauseflag; } time_wait = 0; levellabel = "Level " + String(numlevel); levelpanel = String(numlevel); killcount = 5 * numlevel; _root.actions.maxcountman = numlevel + 2; _root.actions.countman = 0; _root.actions.maxcountbonus = numlevel + 2; _root.actions.countbonus = 0; dead = false; gameover = false; _root.healthpanel._width = (health * 60) / 100; _root.energypanel._width = (energy * 60) / 500; if (numlevel == 1) { _root.actions.countweap2 = 0; _root.actions.countweap3 = 0; _root.actions.countweap4 = 0; _root.actions.countweap5 = 0; _root.actions.countweap6 = 0; _root.actions.countweap7 = 0; _root.actions.addweap2 = 20; _root.actions.addweap3 = 20; _root.actions.addweap4 = 50; _root.actions.addweap5 = 20; _root.actions.addweap6 = 10; _root.actions.addweap7 = 10; } var i = 2; while (i <= 7) { if (eval ("_root.actions.countweap" + String(i)) == 0) { eval ("_root.weap" + String(i))._visible = false; } i++; } pauselabel = ""; pauseflag = false; keyflag = false; var keyListener = new Object(); keyListener.onKeyDown = function () { if (!keyflag) { keyflag = true; if (Key.getCode() == 80) { pausefunction(); } } }; keyListener.onKeyUp = function () { keyflag = false; }; Key.addListener(keyListener);
Instance of Symbol 172 MovieClip "base" in Frame 11
onClipEvent (load) { stop(); act = _root.actions; life = _root.energy; } onClipEvent (enterFrame) { if (!_root.pauseflag) { if (life != 500) { gotoAndStop(5 - Math.floor(life / 100)); } for (var j in _root.shotMonstr) { if (this.hitTest(_root.shotMonstr[j]._x, _root.shotMonstr[j]._y, true)) { switch (_root.shotMonstr[j].patron._currentframe) { case 3 : life = life - 2; break; case 4 : case 9 : life = life - 3; break; case 5 : case 7 : life = life - 5; break; case 8 : life = life - 1; } k = act.getNextHighestDepth(); if (life <= 0) { _root.gameover = true; } else { switch (_root.shotMonstr[j].patron._currentframe) { case 3 : case 8 : case 9 : act.attachMovie("vzriv", "vzriv" + String(k), k, {_x:_root.shotMonstr[j]._x, _y:_root.shotMonstr[j]._y, _xscale:15, _yscale:15}); break; case 4 : case 5 : case 7 : act.attachMovie("vzriv", "vzriv" + String(k), k, {_x:_root.shotMonstr[j]._x, _y:_root.shotMonstr[j]._y, _xscale:50, _yscale:50}); } } _root.energy = life; removeMovieClip(_root.shotMonstr[j]); } } } }
Instance of Symbol 180 MovieClip "lifepanel" in Frame 11
onClipEvent (load) { stop(); }
Instance of Symbol 191 MovieClip "actions" in Frame 11
onClipEvent (load) { speedpatron1 = 30; speedpatron2 = 10; gravity = 5; weap1 = 300; weap2 = 200; weap3 = 200; weap4 = 100; weap5 = 800; weap6 = 1000; weap7 = 300; speedplane1 = 200; speedplane2 = 1500; speedplane3 = 1500; speedplane4 = 400; speedplane5 = 400; rotatpatronplane1 = 120; rotatpatronplane2 = 90; angleflypatron1 = 45; angleflypatron2 = 30; maxspeedplane = 10; speedparashute = 7; }
Instance of Symbol 245 MovieClip "player" in Frame 11
onClipEvent (load) { this.up.stop(); this.hand.stop(); this.hand.shot.stop(); this.down.stop(); land = _root.land; act = _root.actions; life = _root.health; fr = 1; } onClipEvent (enterFrame) { if (!_root.pauseflag) { scrollflag = true; var mouseListener = new Object(); mouseListener.onMouseWheel = function (delta) { if (scrollflag) { do { fr = fr + 1; if (fr > 7) { fr = 1; } } while (!eval ("_root.weap" + String(fr))._visible); scrollflag = false; _root.player.hand.gotoAndStop(fr); if (fr != 1) { _root.patroncount = eval ("_root.actions.countweap" + String(fr)); } else { _root.patroncount = "UNLIM."; } } }; Mouse.addListener(mouseListener); if (_root._ymouse < 340) { delx = Math.round(_xmouse / 10); if (delx > 17) { delx = 17; } if (this._x > _root._xmouse) { _xscale = -100; if (_xmouse > 10) { _x = (_x - delx); } } else { _xscale = 100; if (_xmouse > 10) { _x = (_x + delx); } } if (_xmouse > 10) { this.down.play(); } else { this.down.stop(); } } else { this.down.stop(); } corner = Math.floor(Math.abs(_ymouse) / 100); switch (corner) { case 0 : this.up.gotoAndStop(1); break; case 1 : this.up.gotoAndStop(2); break; case 2 : case 3 : this.up.gotoAndStop(3); } tg = Math.round(((-_ymouse) * 90) / 300); if (tg > 90) { tg = 90; } if (tg < -10) { tg = -10; } this.hand._rotation = -tg; if (land.hitTest(_x, _y - 6, true)) { _y = (_y - 6); } if (land.hitTest(_x, _y - 2, true)) { GravityForce = 0; } else { GravityForce = act.gravity; } _y = (_y + GravityForce); for (var j in _root.shotMonstr) { if (this.hit.hitTest(_root.shotMonstr[j].patron)) { switch (_root.shotMonstr[j].patron._currentframe) { case 3 : life = life - 2; break; case 4 : case 9 : life = life - 3; break; case 5 : case 7 : life = life - 5; break; case 8 : life = life - 1; } k = act.getNextHighestDepth(); if (life <= 0) { act.attachMovie("blood", "blood" + String(k), k, {_x:this._x, _y:this._y, _xscale:100, _yscale:100}); _root.dead = true; } else { switch (_root.shotMonstr[j].patron._currentframe) { case 3 : case 8 : case 9 : act.attachMovie("vzriv", "vzriv" + String(k), k, {_x:_root.shotMonstr[j]._x, _y:_root.shotMonstr[j]._y, _xscale:15, _yscale:15}); break; case 4 : case 5 : case 7 : act.attachMovie("vzriv", "vzriv" + String(k), k, {_x:_root.shotMonstr[j]._x, _y:_root.shotMonstr[j]._y, _xscale:50, _yscale:50}); } } _root.health = life; removeMovieClip(_root.shotMonstr[j]); } } } }
Frame 12
if (time_wait > 36) { gotoAndPlay ("gogogo"); } time_wait = time_wait + 1;
Frame 13
gotoAndPlay (12);
Frame 14
if ((numlevel % 3) != 0) { max = numlevel + 1; if (numlevel > 4) { max = 5; } var i = 0; while (i < max) { duplicateMovieClip ("_root.airplane", "plane" + String(i), _root.getNextHighestDepth()); i++; } } else { var i = 0; while (i < 3) { duplicateMovieClip ("_root.airplane", "plane" + String(i), _root.getNextHighestDepth()); i++; } }
Instance of Symbol 251 MovieClip "shotMy" in Frame 14
onClipEvent (load) { timefire = getTimer(); flagfire = false; ppp = _root.player; } onClipEvent (mouseDown) { if (!_root.pauseflag) { if (_root._ymouse < 340) { flagfire = true; } } } onClipEvent (enterFrame) { if (!_root.pauseflag) { speedmyshot = eval ("_root.actions.weap" + String(ppp.hand._currentframe)); if (flagfire && ((getTimer() - timefire) > speedmyshot)) { timefire = getTimer(); if (ppp._xscale > 0) { rotat = 90 - ppp.tg; } else { rotat = -(90 - ppp.tg); } var shotPoint = {x:ppp.hand.shot._x, y:ppp.hand.shot._y}; ppp.hand.localToGlobal(shotPoint); var handPoint = {x:shotPoint.x, y:shotPoint.y}; _root.player.localToGlobal(handPoint); xPos = shotPoint.x; yPos = shotPoint.y; i = this.getNextHighestDepth(); switch (ppp.hand._currentframe) { case 1 : this.attachMovie("shotfly", "shotfly" + String(i), i, {_x:xPos, _y:yPos, _rotation:rotat}).patron.gotoAndStop(1); _root.shot_Sound.start(); break; case 2 : this.attachMovie("shotfly", "shotfly" + String(i), i, {_x:xPos, _y:yPos, _rotation:rotat}).patron.gotoAndStop(1); _root.shot_Sound.start(); break; case 3 : this.attachMovie("shotfly", "shotfly" + String(i), i, {_x:xPos, _y:yPos, _rotation:rotat}).patron.gotoAndStop(2); _root.shot_Sound.start(); break; case 4 : this.attachMovie("shotfly", "shotfly" + String(i), i, {_x:xPos, _y:yPos, _rotation:rotat}).patron.gotoAndStop(1); _root.shot_Sound.start(); break; case 5 : this.attachMovie("shotfly", "shotfly" + String(i), i, {_x:xPos, _y:yPos, _rotation:rotat}).patron.gotoAndStop(4); _root.rocket_Sound.start(); break; case 6 : this.attachMovie("shotfly", "shotfly" + String(i), i, {_x:xPos, _y:yPos, _rotation:rotat}).patron.gotoAndStop(5); i = this.getNextHighestDepth(); this.attachMovie("shotfly", "shotfly" + String(i), i, {_x:xPos, _y:yPos, _rotation:rotat + 10}).patron.gotoAndStop(5); i = this.getNextHighestDepth(); this.attachMovie("shotfly", "shotfly" + String(i), i, {_x:xPos, _y:yPos, _rotation:rotat - 10}).patron.gotoAndStop(5); _root.rocket_Sound.start(); break; case 7 : this.attachMovie("shotfly", "shotfly" + String(i), i, {_x:xPos, _y:yPos, _rotation:rotat}).patron.gotoAndStop(6); } _root.shot_Sound.start(); if (ppp.hand._currentframe != 1) { _root.actions["countweap" + String(ppp.hand._currentframe)] = _root.actions["countweap" + String(ppp.hand._currentframe)] - 1; _root.patroncount = eval ("_root.actions.countweap" + String(ppp.hand._currentframe)); if (eval ("_root.actions.countweap" + String(ppp.hand._currentframe)) == 0) { eval ("_root.weap" + String(ppp.hand._currentframe))._visible = false; _root.patroncount = "UNLIM."; ppp.hand.gotoAndStop(1); } } } } } onClipEvent (mouseUp) { flagfire = false; }
Instance of Symbol 259 MovieClip "airplane" in Frame 14
onClipEvent (load) { function onloadmonster() { switch (_root.numlevel) { case 1 : frm = Math.round(Math.random() * 6); if (((frm == 0) || (frm == 2)) || (frm == 4)) { frm = 1; } if (frm == 5) { frm = 6; } break; case 2 : do { frm = Math.round(Math.random() * 6); if (frm == 0) { frm = 6; } } while (((frm == 3) || (frm == 4)) || (frm == 5)); break; case 4 : do { frm = Math.round(Math.random() * 6); if (frm == 0) { frm = 6; } } while ((frm == 4) || (frm == 5)); break; case 5 : do { frm = Math.round(Math.random() * 6); if (frm == 0) { frm = 6; } } while (frm == 5); break; default : if ((_root.numlevel % 3) == 0) { frm = Math.round(Math.random() * 6); if ((!(frm === 3)) || (!(frm === 6))) { frm = 3; } if (Math.random() > 0.8) { frm = 6; } } else { frm = Math.round(Math.random() * 6); if (frm != 0) { break; } frm = 6; } } switch (frm) { case 1 : life = 10; break; case 2 : case 4 : life = 20; break; case 3 : case 5 : life = 30; } this.gotoAndStop(frm); if (Math.random() < 0.5) { this._x = -100 - (Math.random() * 500); this._xscale = -100; } else { this._x = 600 + (Math.random() * 500); this._xscale = 100; } this._y = (Math.random() * 50) + 60; xSpeed = (Math.random() * _root.actions.maxspeedplane) + 5; timefire = getTimer(); zona = flase; } stop(); if (_name != "airplane") { act = _root.actions; onloadmonster(); } } onClipEvent (enterFrame) { if (_name != "airplane") { if ((_root._currentframe < 14) || (_root._currentframe > 19)) { removeMovieClip(this); } if (!_root.pauseflag) { if (((!zona) && (_x > 0)) && (_x < 500)) { zona = true; } if (_xscale < 0) { _x = (_x + xSpeed); } else { _x = (_x - xSpeed); } if (zona && ((_x < -100) || (_x > 600))) { onloadmonster(); } switch (this._currentframe) { case 1 : if ((zona && (Math.random() > 0.5)) && ((getTimer() - timefire) > act.speedplane1)) { timefire = getTimer(); i = _root.shotMonstr.getNextHighestDepth(); if (this._xscale > 0) { rotat = -act.rotatpatronplane1; } else { rotat = act.rotatpatronplane1; } _root.shotMonstr.attachMovie("shotfly", "shotfly" + String(i), i, {_x:this._x, _y:this._y, _rotation:rotat}).patron.gotoAndStop(3); _root.shot_Sound.start(); } break; case 2 : if ((zona && (Math.random() > 0.8)) && ((getTimer() - timefire) > act.speedplane2)) { timefire = getTimer(); i = _root.shotMonstr.getNextHighestDepth(); if (this._xscale > 0) { rotat = -act.rotatpatronplane2; } else { rotat = act.rotatpatronplane2; } _root.shotMonstr.attachMovie("shotfly", "shotfly" + String(i), i, {_x:this._x, _y:this._y, _rotation:rotat}).patron.gotoAndStop(7); _root.rocket_Sound.start(); } break; case 3 : if (((((_x > 50) && (_x < 450)) && (Math.random() > 0.8)) && ((getTimer() - timefire) > act.speedplane3)) && (act.countman < act.maxcountman)) { act.countman = act.countman + 1; timefire = getTimer(); i = _root.getNextHighestDepth(); _root.parachute.duplicateMovieClip("parachute" + String(i), i, {_x:this._x, _y:this._y}).gotoAndStop(9); } break; case 4 : if ((zona && (Math.random() > 0.6)) && ((getTimer() - timefire) > act.speedplane4)) { timefire = getTimer(); i = _root.shotMonstr.getNextHighestDepth(); if (this._xscale > 0) { rotat = -act.rotatpatronplane1; } else { rotat = act.rotatpatronplane1; } _root.shotMonstr.attachMovie("shotfly", "shotfly" + String(i), i, {_x:this._x, _y:this._y, _rotation:rotat}).patron.gotoAndStop(4); _root.rocket_Sound.start(); } break; case 5 : if ((zona && (Math.random() > 0.6)) && ((getTimer() - timefire) > act.speedplane5)) { timefire = getTimer(); i = _root.shotMonstr.getNextHighestDepth(); if (this._xscale > 0) { rotat = -act.rotatpatronplane1; } else { rotat = act.rotatpatronplane1; } _root.shotMonstr.attachMovie("shotfly", "shotfly" + String(i), i, {_x:this._x, _y:this._y, _rotation:rotat}).patron.gotoAndStop(5); _root.rocket_Sound.start(); } break; case 6 : if (!(((((_x > 50) && (_x < 450)) && (Math.random() > 0.8)) && ((getTimer() - timefire) > act.speedplane3)) && (act.countbonus < act.maxcountbonus))) { break; } act.countbonus = act.countbonus + 1; do { num = Math.round(Math.random() * 8); if (num == 0) { num = 8; } } while (num == 4); timefire = getTimer(); i = _root.getNextHighestDepth(); _root.parachute.duplicateMovieClip("parachute" + String(i), i, {_x:this._x, _y:this._y}).gotoAndStop(num); } if (this._currentframe != 6) { for (var j in _root.shotMy) { if (this.hitTest(_root.shotMy[j].patron)) { switch (_root.shotMy[j].patron._currentframe) { case 1 : life = life - 2; break; case 2 : life = life - 4; break; case 4 : life = life - 5; break; case 5 : life = life - 10; break; case 6 : life = life - 10; } k = act.getNextHighestDepth(); if (life <= 0) { act.attachMovie("vzriv", "vzriv" + String(k), k, {_x:this._x, _y:this._y, _xscale:70, _yscale:70}); _root.explosion_Sound.start(); _root.killcount = _root.killcount - 5; onloadmonster(); switch (frm) { case 1 : _root.score = _root.score + 10; break; case 2 : case 4 : _root.score = _root.score + 20; break; case 3 : case 5 : _root.score = _root.score + 30; } } else { act.attachMovie("vzriv", "vzriv" + String(k), k, {_x:_root.shotMy[j]._x, _y:this._y - 5, _xscale:30, _yscale:30}); } removeMovieClip(_root.shotMy[j]); } } } } } }
Instance of Symbol 277 MovieClip "parachute" in Frame 14
onClipEvent (load) { stop(); if (_name != "parachute") { } } onClipEvent (enterFrame) { if (_name != "parachute") { if ((_root._currentframe < 14) || (_root._currentframe > 19)) { removeMovieClip(this); } if (!_root.pauseflag) { if (this._currentframe == 9) { for (var j in _root.shotMy) { if (this.hitTest(_root.shotMy[j].patron)) { k = _root.actions.getNextHighestDepth(); _root.actions.attachMovie("blood", "blood" + String(k), k, {_x:this._x, _y:this._y + (this._height / 1.25), _xscale:80, _yscale:80}); k = _root.actions.getNextHighestDepth(); if ((_root.shotMy[j].patron._currentframe == 4) || (_root.shotMy[j].patron._currentframe == 5)) { _root.actions.attachMovie("vzriv", "vzriv" + String(k), k, {_x:_root.shotMy[j]._x, _y:_root.shotMy[j]._y, _xscale:70, _yscale:70}); } _root.killcount = _root.killcount - 1; _root.actions.countman = _root.actions.countman - 1; _root.score = _root.score + 1; removeMovieClip(_root.shotMy[j]); removeMovieClip(this); } } } var j = 1; while (j <= _root.actions.speedparashute) { if (_root.land.hitTest(this._x, this.getBounds(_root).yMax + j, true)) { i = _root.getNextHighestDepth(); _root.bonus.duplicateMovieClip("bonus" + String(i), i, {_x:this._x, _y:this.getBounds(_root).yMax + j}).gotoAndStop(this._currentframe); removeMovieClip(this); break; } j++; } _y = (_y + _root.actions.speedparashute); } } }
Instance of Symbol 289 MovieClip "bonus" in Frame 14
onClipEvent (load) { stop(); if (_name != "bonus") { ttt = 0; timer = getTimer(); frm = this._currentframe; act = _root.actions; if (frm == 9) { whichman = Math.round(Math.random()) + 1; this.man.gotoAndStop(whichman); } switch (whichman) { case 1 : if (this._x > _root.player._x) { this._xscale = -100; } life = 1; this.shot.stop(); break; case 2 : if (this._x > _root.player._x) { this._xscale = -100; } life = 3; this.shot.stop(); } } } onClipEvent (enterFrame) { if (_name != "bonus") { if ((_root._currentframe < 14) || (_root._currentframe > 19)) { removeMovieClip(this); } if (!_root.pauseflag) { if ((frm != 9) && ((getTimer() - timer) > 7000)) { act.countbonus = act.countbonus - 1; removeMovieClip(this); } if (this.hitTest(_root.player.down)) { switch (this._currentframe) { case 1 : act.countweap3 = act.countweap3 + act.addweap3; _root.weap3._visible = true; break; case 2 : act.countweap4 = act.countweap4 + act.addweap4; _root.weap4._visible = true; break; case 3 : act.countweap6 = act.countweap6 + act.addweap6; _root.weap6._visible = true; break; case 5 : act.countweap2 = act.countweap2 + act.addweap2; _root.weap2._visible = true; break; case 8 : act.countweap5 = act.countweap5 + act.addweap5; _root.weap5._visible = true; break; case 6 : _root.health = _root.health + 50; if (_root.health > 100) { _root.health = 100; } break; case 7 : _root.score = _root.score + 100; } if (this._currentframe != 9) { _root.bonus_Sound.start(); act.countbonus = act.countbonus - 1; removeMovieClip(this); } } switch (whichman) { case 1 : if ((Math.random() > 0.6) && ((getTimer() - timer) > act.speedplane1)) { timer = getTimer(); i = _root.shotMonstr.getNextHighestDepth(); if (this._xscale > 0) { rotat = 90; xPos = this._x + this.man.shot._x; } else { rotat = -90; xPos = this._x - this.man.shot._x; } _root.shotMonstr.attachMovie("shotfly", "shotfly" + String(i), i, {_x:xPos, _y:this._y + this.man.shot._y, _rotation:rotat}).patron.gotoAndStop(8); _root.shot_Sound.start(); } break; case 2 : if (!((Math.random() > 0.6) && ((getTimer() - timer) > act.speedplane1))) { break; } timer = getTimer(); i = _root.shotMonstr.getNextHighestDepth(); if (this._xscale > 0) { rotat = 90; xPos = this._x + this.man.shot._x; } else { rotat = -90; xPos = this._x - this.man.shot._x; } _root.shotMonstr.attachMovie("shotfly", "shotfly" + String(i), i, {_x:xPos, _y:this._y + this.man.shot._y, _rotation:rotat}).patron.gotoAndStop(9); _root.shot_Sound.start(); } if (frm == 9) { for (var j in _root.shotMy) { if (this.hitTest(_root.shotMy[j].patron)) { switch (_root.shotMy[j].patron._currentframe) { case 1 : life = life - 2; break; case 2 : life = life - 4; break; case 4 : life = life - 5; break; case 5 : life = life - 10; break; case 6 : life = life - 10; } k = act.getNextHighestDepth(); if (life <= 0) { act.attachMovie("blood", "blood" + String(k), k, {_x:this._x, _y:this._y - (this._height / 2), _xscale:100, _yscale:100}); k = act.getNextHighestDepth(); if ((_root.shotMy[j].patron._currentframe == 4) || (_root.shotMy[j].patron._currentframe == 5)) { act.attachMovie("vzriv", "vzriv" + String(k), k, {_x:_root.shotMy[j]._x, _y:_root.shotMy[j]._y, _xscale:70, _yscale:70}); } _root.explosion_Sound.start(); _root.killcount = _root.killcount - 1; _root.actions.countman = _root.actions.countman - 1; switch (whichman) { case 1 : _root.score = _root.score + 1; break; case 2 : _root.score = _root.score + 3; } removeMovieClip(_root.shotMy[j]); removeMovieClip(this); } else { act.attachMovie("vzriv", "vzriv" + String(k), k, {_x:this._x, _y:_root.shotMy[j]._y, _xscale:15, _yscale:15}); } removeMovieClip(_root.shotMy[j]); } } } } else { ttt = getTimer(); } } }
Frame 15
scorepanel = String(score); livespanel = String(lives); _root.healthpanel._width = (health * 60) / 100; _root.energypanel._width = (energy * 60) / 500; if (killcount <= 0) { numlevel = numlevel + 1; _root.level_Sound.start(); gotoAndPlay ("wait_level"); } if (dead) { dead = false; _root.lifepanel.nextFrame(); if (_root.lifepanel._currentframe == 4) { _root.over_Sound.start(); gotoAndPlay ("game_over"); } else { _root.die_Sound.start(); gotoAndPlay ("dead"); } } if (gameover) { gameover = false; _root.over_Sound.start(); gotoAndPlay ("game_over"); } if (Key.isDown(27)) { gameover = true; }
Frame 16
gotoAndPlay (15);
Frame 17
time_wait = 0;
Frame 18
if (time_wait > 36) { health = 100; _root.healthpanel._width = (health * 60) / 100; gotoAndPlay ("gogogo"); } time_wait = time_wait + 1;
Frame 19
gotoAndPlay (18);
Frame 20
time_wait = 0;
Frame 21
if (time_wait > 36) { gotoAndPlay ("wait_level"); } time_wait = time_wait + 1;
Frame 22
gotoAndPlay (21);
Frame 23
time_wait = 0;
Frame 24
if (time_wait > 36) { gotoAndStop ("download"); } time_wait = time_wait + 1;
Frame 25
gotoAndPlay (24);
Frame 26
namecreater = "MyPlayCity.com"; _root.name_txt.text = namecreater; LoadVars.prototype.clear = function () { for (element in this) { if (typeof(this[element]) != "function") { delete this[element]; } } }; setStatus = function (statusText) { _root.status_txt.text = statusText; }; getStatus = function () { return(status_txt.text); }; setFocusHandler = function () { setStatus(this.statusText); this.backgroundColor = 16777215 /* 0xFFFFFF */; }; killFocusHandler = function () { setStatus(""); this.backgroundColor = 13291221 /* 0xCACED5 */; }; changedHandler = function () { var _local2 = true; var _local3 = false; _local3 = true; if (((_root.name_txt.length == 0) || (_root.email_txt.length == 0)) || (((_root.email1_txt.length == 0) && (_root.email2_txt.length == 0)) && (_root.email3_txt.length == 0))) { _local2 = false; } if (_local2) { submitBtn.enable(); } else { submitBtn.disable(); } if (_local3) { resetBtn.enable(); } else { resetBtn.disable(); } }; enableForm = function () { var _local2 = 0; while (_local2 < textFields.length) { _root[textFields[_local2]].selectable = true; _root[textFields[_local2]].border = true; _local2++; } submitBtn.enable(); resetBtn.enable(); cancelBtn.enable(); }; disableForm = function () { var _local2 = 0; while (_local2 < textFields.length) { _root[textFields[_local2]].selectable = false; _root[textFields[_local2]].border = false; _local2++; } submitBtn.disable(); resetBtn.disable(); cancelBtn.disable(); }; resetForm = function () { setStatus(""); _global.oldStatusText = ""; var _local3 = 0; while (_local3 < textFields.length) { _root[textFields[_local3]].selectable = true; _root[textFields[_local3]].border = true; if (_root[textFields[_local3]]._name != "subject_txt") { _root[textFields[_local3]].text = ""; } if (_root[textFields[_local3]]._name == "name_txt") { _root[textFields[_local3]].text = namecreater; } _local3++; } resetBtn.disable(); submitBtn.disable(); }; submitForm = function () { disableForm(); dataHandler.clear(); var _local2 = 0; while (_local2 < textFields.length) { if (_local2 != (textFields.length - 1)) { dataHandler[textFields[_local2]] = _root[textFields[_local2]].text; } else { var _local3 = new String(_root._url); dataHandler[textFields[_local2]] = _local3.substr(0, _local3.length - 4) + ".html"; } _local2++; } dataHandler.sendAndLoad("mailer.php", dataHandler, "POST"); setStatus("Contacting server...please wait!"); }; cancelForm = function () { gotoAndStop ("begin"); }; messageBox = function (message) { setStatus(""); _global.oldStatusText = ""; var _local7 = 200; var _local4 = _root.createEmptyMovieClip("msgBox_mc", 0); _local4.createTextField("body_txt", 1, 5, 5, _local7 - 10, 10); _local4.body_txt.multiline = true; _local4.body_txt.autoSize = true; _local4.body_txt.wordWrap = true; _local4.body_txt.selectable = false; _local4.body_txt.textColor = 6776679 /* 0x676767 */; _local4.body_txt.text = message; var _local8 = new TextFormat(); _local8.align = "center"; _local8.font = "_sans"; _local8.size = 12; _local4.body_txt.setTextFormat(_local8); var _local6 = _local4.body_txt.textHeight + 10; var _local5 = _local4.attachMovie("FSimpleButton", "closeBtn", 0); _local5._x = (_local7 - _local5._width) / 2; _local5._y = _local6; _local5.captionText = "Ok"; _local5.showHand = false; _local5.captionColor = 6776681 /* 0x676769 */; _local5.init(); _local5.onRelease = function () { enableForm(); this._parent.removeMovieClip(); }; _local6 = _local6 + (_local5._height + 5); _local4._x = (Stage.width - _local7) / 2; _local4._y = (Stage.height - _local6) / 2; _local4.moveTo(0, _local6); _local4.lineStyle(1, 16119544, 100); _local4.beginFill(15461616, 100); _local4.lineTo(0, 0); _local4.lineTo(_local7, 0); _local4.lineStyle(1, 12763844, 100); _local4.lineTo(_local7, _local6); _local4.lineTo(0, _local6); _local4.endFill(); }; dataHandler = new LoadVars(); dataHandler.onLoad = function (success) { messageBox("Thank you!"); }; textFields = ["name_txt", "email_txt", "subject_txt", "email1_txt", "email2_txt", "email3_txt", "link_txt"]; statusStrings = ["Enter your name here", "You should enter your email address here", "This is the subject of your email", "You should enter friend's email address here", "You should enter friend's email address here", "You should enter friend's email address here"]; count = 0; while (count < (textFields.length - 1)) { textField_txt = this[textFields[count]]; textField_txt.border = true; textField_txt.borderColor = 11645361 /* 0xB1B1B1 */; textField_txt.background = true; textField_txt.backgroundColor = 13291221 /* 0xCACED5 */; textField_txt.onSetFocus = setFocusHandler; textField_txt.onKillFocus = killFocusHandler; textField_txt.onChanged = changedHandler; textField_txt.statusText = statusStrings[count]; count++; } changedHandler(); stop();
Instance of Symbol 35 MovieClip [FSimpleButton] "submitBtn" in Frame 26
//component parameters onClipEvent (construct) { captionText = "Submit"; captionColor = 6776681 /* 0x676769 */; captionDisabledColor = 11645361 /* 0xB1B1B1 */; clickHandler = "submitForm"; showHand = false; statusText = "Submit form details to server"; statusVar = "statusText"; }
Instance of Symbol 35 MovieClip [FSimpleButton] "resetBtn" in Frame 26
//component parameters onClipEvent (construct) { captionText = "Reset"; captionColor = 6776681 /* 0x676769 */; captionDisabledColor = 11645361 /* 0xB1B1B1 */; clickHandler = "resetForm"; showHand = false; statusText = "Clear the form fields"; statusVar = "statusText"; }
Instance of Symbol 35 MovieClip [FSimpleButton] "cancelBtn" in Frame 26
//component parameters onClipEvent (construct) { captionText = "Cancel"; captionColor = 6776681 /* 0x676769 */; captionDisabledColor = 11645361 /* 0xB1B1B1 */; clickHandler = "cancelForm"; showHand = false; statusText = "Return to Menu"; statusVar = "statusText"; }
Instance of Symbol 20 MovieClip "patron" in Symbol 21 MovieClip [shotfly] Frame 1
onClipEvent (load) { stop(); if (this._currentframe != 7) { speed = _root.actions.speedpatron1; angle = _root.actions.angleflypatron1; } else { speed = _root.actions.speedpatron2; angle = _root.actions.angleflypatron2; } if (_parent._rotation < 0) { angle = -angle; } if (this._currentframe > 7) { angle = _parent._rotation; } if (_parent._parent._name == "shotMonstr") { if (_parent._rotation > 0) { xSpeed = speed * Math.sin((angle / 180) * Math.PI); ySpeed = speed * Math.cos((angle / 180) * Math.PI); } else { xSpeed = speed * Math.sin((angle / 180) * Math.PI); ySpeed = speed * Math.cos((angle / 180) * Math.PI); } } if (_parent._parent._name == "shotMy") { ppp = _root.player; if (_parent._rotation > 0) { xSpeed = speed * Math.sin((_parent._rotation / 180) * Math.PI); ySpeed = (-speed) * Math.cos((_parent._rotation / 180) * Math.PI); } else { xSpeed = speed * Math.sin((_parent._rotation / 180) * Math.PI); ySpeed = (-speed) * Math.cos((_parent._rotation / 180) * Math.PI); } } } onClipEvent (enterFrame) { if (!_root.pauseflag) { with (_parent) { _x = _x + xSpeed; _y = _y + ySpeed; if ((((_x > 500) || (_x < 0)) || (_y > 375)) || (_y < 0)) { removeMovieClip(this); } if (_root.land.hitTest(_x, _y, true)) { switch (this._currentframe) { case 4 : case 5 : case 6 : case 7 : k = _root.shotMy.getNextHighestDepth(); _root.shotMy.attachMovie("vzriv", "vzriv" + String(k), k, {_x:_x, _y:_y, _xscale:60, _yscale:60}); } removeMovieClip(this); } } } }
Symbol 25 MovieClip [vzriv] Frame 9
removeMovieClip(this);
Symbol 28 MovieClip [blood] Frame 5
removeMovieClip(this);
Symbol 35 MovieClip [FSimpleButton] Frame 1
#initclip 1 FSimpleButton = function () { this.init(); }; FSimpleButton.prototype = new MovieClip(); FSimpleButton.prototype.init = function () { this.caption_txt.text = this.captionText; this.caption_txt.textColor = this.captionColor; this.useHandCursor = this.showHand; this.tabEnabled = false; this.onRollOut = this.myRollOut; this.onRollOver = this.myRollOver; this.onPress = this.myPress; this.onRelease = this.myRelease; this.onDragOut = this.myDragOut; this.onDragOver = this.myDragOver; this.onReleaseOutside = this.myReleaseOutside; }; FSimpleButton.prototype.myRollOut = function () { this._parent[this.statusVar] = _global.oldStatusText; }; FSimpleButton.prototype.myRollOver = function () { _global.oldStatusText = this._parent[this.statusVar]; this._parent[this.statusVar] = this.statusText; }; FSimpleButton.prototype.myPress = function () { }; FSimpleButton.prototype.myRelease = function () { this._parent[this.clickHandler](this); }; FSimpleButton.prototype.myDragOut = function () { this.gotoAndStop("_up"); }; FSimpleButton.prototype.myDragOver = function () { }; FSimpleButton.prototype.myReleaseOutside = function () { }; FSimpleButton.prototype.disable = function () { this.caption_txt.textColor = this.captionDisabledColor; this.gotoAndStop("disabled"); this.enabled = false; }; FSimpleButton.prototype.enable = function () { this.enabled = true; this.gotoAndStop("_up"); this.caption_txt.textColor = this.captionColor; }; FSimpleButton.prototype.isEnabled = function () { return(this.enabled); }; Object.registerClass("FSimpleButton", FSimpleButton); #endinitclip stop();
Symbol 39 Button
on (press) { getURL ("http://www.myplaycity.com", "_blank"); }
Symbol 53 MovieClip Frame 50
stop();
Symbol 58 Button
on (press) { getURL ("http://myplaycity.com/air_invasion", "_blank"); }
Symbol 61 Button
on (press) { getURL ("http://www.myplaycity.com/online_games", "_blank"); }
Symbol 63 Button
on (press) { getURL ("http://www.myplaycity.com/free_content", "_blank"); }
Symbol 69 Button
on (release) { _root.beep_Sound.start(); _root.gotoAndPlay("wait_level"); } on (rollOver) { _root.beep_Sound.start(); }
Symbol 74 Button
on (release) { _root.beep_Sound.start(); _root.nextFrame(); } on (rollOver) { _root.beep_Sound.start(); }
Symbol 81 Button
on (press) { getURL ("http://www.freegamesway.com/subscribe", "_blank"); }
Symbol 86 Button
on (press) { getURL ("http://www.freegamesway.com/custom_games/online", "_blank"); }
Symbol 91 Button
on (press) { gotoAndStop ("download"); }
Symbol 95 MovieClip Frame 1
stop();
Symbol 95 MovieClip Frame 2
stop();
Symbol 100 Button
on (release) { if (_root._currentframe > 7) { _root.prevFrame(); } _root.beep_Sound.start(); } on (rollOver) { _root.beep_Sound.start(); }
Symbol 104 Button
on (release) { if (_root._currentframe < 10) { _root.nextFrame(); } _root.beep_Sound.start(); } on (rollOver) { _root.beep_Sound.start(); }
Symbol 107 Button
on (release) { _root.beep_Sound.start(); _root.gotoAndStop("begin"); } on (rollOver) { _root.beep_Sound.start(); }
Symbol 110 Button
on (release) { overview.scroll++; }
Symbol 111 Button
on (release) { overview.scroll--; }
Symbol 194 Button
on (release) { _root.player.hand.gotoAndStop(1); _root.patroncount = "UNLIM."; }
Symbol 197 Button
on (release) { _root.player.hand.gotoAndStop(2); _root.patroncount = String(_root.actions.countweap2); }
Symbol 200 Button
on (release) { _root.player.hand.gotoAndStop(3); _root.patroncount = String(_root.actions.countweap3); }
Symbol 203 Button
on (release) { _root.player.hand.gotoAndStop(4); _root.patroncount = String(_root.actions.countweap4); }
Symbol 206 Button
on (release) { _root.player.hand.gotoAndStop(5); _root.patroncount = String(_root.actions.countweap5); }
Symbol 209 Button
on (release) { _root.player.hand.gotoAndStop(6); _root.patroncount = String(_root.actions.countweap6); }
Symbol 212 Button
on (release) { _root.player.hand.gotoAndStop(7); _root.patroncount = String(_root.actions.countweap7); }

Library Items

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

Instance Names

"loader"Frame 1Symbol 45 MovieClip
"clip"Frame 4Symbol 53 MovieClip
"sound_bttn"Frame 6Symbol 95 MovieClip
"scr_down"Frame 7Symbol 110 Button
"scr_up"Frame 7Symbol 111 Button
"land"Frame 11Symbol 156 MovieClip
"base"Frame 11Symbol 172 MovieClip
"lifepanel"Frame 11Symbol 180 MovieClip
"actions"Frame 11Symbol 191 MovieClip
"weap1"Frame 11Symbol 194 Button
"weap2"Frame 11Symbol 197 Button
"weap3"Frame 11Symbol 200 Button
"weap4"Frame 11Symbol 203 Button
"weap5"Frame 11Symbol 206 Button
"weap6"Frame 11Symbol 209 Button
"weap7"Frame 11Symbol 212 Button
"energypanel"Frame 11Symbol 214 MovieClip
"healthpanel"Frame 11Symbol 214 MovieClip
"player"Frame 11Symbol 245 MovieClip
"shotMonstr"Frame 14Symbol 249 MovieClip
"shotMy"Frame 14Symbol 251 MovieClip
"airplane"Frame 14Symbol 259 MovieClip
"parachute"Frame 14Symbol 277 MovieClip
"bonus"Frame 14Symbol 289 MovieClip
"name_txt"Frame 26Symbol 298 EditableText
"email_txt"Frame 26Symbol 299 EditableText
"subject_txt"Frame 26Symbol 300 EditableText
"status_txt"Frame 26Symbol 301 EditableText
"email1_txt"Frame 26Symbol 308 EditableText
"email2_txt"Frame 26Symbol 310 EditableText
"email3_txt"Frame 26Symbol 312 EditableText
"submitBtn"Frame 26Symbol 35 MovieClip [FSimpleButton]
"resetBtn"Frame 26Symbol 35 MovieClip [FSimpleButton]
"cancelBtn"Frame 26Symbol 35 MovieClip [FSimpleButton]
"patron"Symbol 21 MovieClip [shotfly] Frame 1Symbol 20 MovieClip
"caption_txt"Symbol 35 MovieClip [FSimpleButton] Frame 1Symbol 31 EditableText
"shot"Symbol 244 MovieClip Frame 1Symbol 20 MovieClip
"hit"Symbol 245 MovieClip Frame 1Symbol 214 MovieClip
"down"Symbol 245 MovieClip Frame 1Symbol 222 MovieClip
"up"Symbol 245 MovieClip Frame 1Symbol 229 MovieClip
"hand"Symbol 245 MovieClip Frame 1Symbol 244 MovieClip
"shot"Symbol 288 MovieClip Frame 1Symbol 20 MovieClip
"man"Symbol 289 MovieClip Frame 9Symbol 288 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access network only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "shot"
ExportAssets (56)Timeline Frame 1Symbol 2 as "over"
ExportAssets (56)Timeline Frame 1Symbol 3 as "level"
ExportAssets (56)Timeline Frame 1Symbol 4 as "explosion"
ExportAssets (56)Timeline Frame 1Symbol 5 as "die"
ExportAssets (56)Timeline Frame 1Symbol 6 as "beep"
ExportAssets (56)Timeline Frame 1Symbol 7 as "bonus"
ExportAssets (56)Timeline Frame 1Symbol 8 as "rocket"
ExportAssets (56)Timeline Frame 1Symbol 21 as "shotfly"
ExportAssets (56)Timeline Frame 1Symbol 25 as "vzriv"
ExportAssets (56)Timeline Frame 1Symbol 28 as "blood"
ExportAssets (56)Timeline Frame 1Symbol 35 as "FSimpleButton"

Labels

"begin"Frame 6
"wait_level"Frame 11
"gogogo"Frame 14
"dead"Frame 17
"time_out"Frame 20
"game_over"Frame 23
"download"Frame 26
"_up"Symbol 35 MovieClip [FSimpleButton] Frame 1
"_over"Symbol 35 MovieClip [FSimpleButton] Frame 6
"_down"Symbol 35 MovieClip [FSimpleButton] Frame 11
"disabled"Symbol 35 MovieClip [FSimpleButton] Frame 17

Dynamic Text Variables

loadPercentSymbol 41 EditableText"0%"
overviewSymbol 108 EditableText""
patroncountSymbol 181 EditableText"UNLIM."
scorepanelSymbol 182 EditableText"0000"
levelpanelSymbol 183 EditableText"0000"
levellabelSymbol 247 EditableText"Level 88"
pauselabelSymbol 290 EditableText"Pause"
statusTextSymbol 301 EditableText""




http://swfchan.com/5/24337/info.shtml
Created: 25/5 -2019 04:29:04 Last modified: 25/5 -2019 04:29:04 Server time: 09/05 -2024 23:55:35