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

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

Airfox Destroyer.swf

This is the info page for
Flash #42436

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


Text
0

Preloader Actions

CLICK ANYWHERE TO BEGIN

The PCman Website  -  fun, free games-web tools-freeware!

The PCman Website  -  fun, free games-web tools-freeware!

Get this game for your site!

Get this game for your site!

In the year 2215 the planet suffered
through the final stages of the melting
polar ice caps. As the sea level rose
and the oceans came together people
were increasingly confined to the
limited exposed land. Only the larger
mountain ranges survived the great
floods and the remaining land became
too valuable for use as residence.
During this transition life took on a new
form as people moved to cities on the
sea. First these were little more than
abandoned oil platforms but as the
populations grew the platforms
expanded to accommodate the hoards
of fleeing people. Natural resources
became significantly more difficult to
obtain requiring submersible vehicles
to reach deep into the seas to reclaim
some of the wealth of flooded
civilizations. The world had little time to
settle the differences of culture and
geography and soon conflicts between
platforms led to chaos. The leaders
realized that life was too fragile to
allow any one platform to gain power
over another and the formation of a
global security air force was
commissioned to maintain peace.
Several of the platforms came together
in protest of this new air force and
began hijacking entire cities with
overwhelming force. The floating cities
could do little to defend themselves
and retreat was impossible. The
hoards claimed captured vehicles and
converted them into weapons of war
and turned hijacked platforms in
floating fortresses. Calling themselves
Bane, that which causes death, the
hoards found unity and organization
and soon presented a serious threat to
the stability of what was left of the
peaceful people of the sea. With every
platform captured Bane became
stronger and before long AirFox found
themselves the only defense. Airfox
took what resources they had left and
fled to the skies. Every AirFox pilot has
only one objective, destroy Bane
resources and survive to fight another
day.

SKIP INTRO >

Use the Arrow Keys to control your
direction and the Space bar to fire your
blaster. You will encounter friendly
supply ships that are impervious to your
weapons. Take advantage of the
weapons and extra ships provided but
remember Bane is everywhere so you
must destroy everything.

0

0

BONUS

ActionScript [AS1/AS2]

Frame 1
stop();
Instance of Symbol 9 MovieClip "size" in Frame 1
onClipEvent (load) { total = int(_root.getBytesTotal()); } onClipEvent (enterFrame) { loaded = int(_root.getBytesLoaded()); percent = int((loaded / total) * 100); _root.percent = percent + " %"; if (percent >= 100) { startcounter = 1; } if (0 < startcounter) { playcounter++; _root.percent = playcounter; } if (50 < playcounter) { tellTarget ("_root") { play(); }; } }
Frame 2
duplicateMovieClip (_root.mask, "newmask", 20000);
Frame 3
gotoAndPlay (2);
Frame 5
gotoAndPlay (4);
Frame 7
gotoAndPlay (6);
Frame 8
gamelevelcount = 1; showbonus = 0; allowtrain = 0; islandcreate = random(10) + 3; islandpause = islandcreate + random(20); islandx = random(11) + 1; islandwidth = random(2) + 2; islandtype = random(2) + 1; totalcount = 1000; allowlander = 0; allowbonusship = 0; bonuscountdown = 0; bubblecount = 6500; tiletype = random(2) + 1; e3bullet = 3000; radarcount = 7000; escount = 9000; shotsfired = 0; shipcount = 5; shippause = 0; shipcontrol = 0; bubbletotal = 50; increasespeed = 0; minecount = 11000; replacement = 0; levelduration = 6; bulletcount = 2000; shielduration = 300; scrollspeed = 0.5; bulletstop = 1; resetlander = 0; duplicateMovieClip (_root.gamelevel1, "gamelevel", 16000); duplicateMovieClip (_root.bonus1, "bonus", 16001); duplicateMovieClip (_root.ship1, "ship", 14000); setProperty(_root.ship, _x , 150); setProperty(_root.ship, _y , -150); tellTarget (_root.ship) { gotoAndStop (20); }; icondepth = 14010; placeiconx = -8; s = 1; while (_root.shipcount >= s) { icondepth++; placeiconx = placeiconx + 20; duplicateMovieClip (_root.shipicon, "icon" + icondepth, icondepth); setProperty("_root.icon" + icondepth, _x , placeiconx); setProperty("_root.icon" + icondepth, _y , 8); if (14020 < icondepth) { icondepth = 14010; } s++; } duplicateMovieClip (_root.shipshield1, "shipshield", 14001); setProperty(_root.shipshield, _x , -150); setProperty(_root.shipshield, _y , -150); duplicateMovieClip (_root.overlay, "overlay", 14002); setProperty(_root.overlay, _x , 0); setProperty(_root.overlay, _y , 0); overlay.platformsremaining = 20; duplicateMovieClip (_root.radarscreen, "rscreen", 14003); setProperty(_root.rscreen, _x , 240); setProperty(_root.rscreen, _y , 4); duplicateMovieClip (_root.shipsmall1, "shipsmall", 14004); displaycount = 0; ebullet = 3000; enemycount = 4000; explosioncount = 4050; makescroll = 299; rbgbcounter = 6500;
Instance of Symbol 50 MovieClip "bubble" in Frame 8
onClipEvent (enterFrame) { if (_name != "bubble") { _y = (_y + _root.scrollspeed); if (320 < _y) { removeMovieClip(this); } } }
Instance of Symbol 61 MovieClip "mine1" in Frame 8
onClipEvent (enterFrame) { if (_name != "mine1") { _y = (_y + _root.scrollspeed); if (320 < _y) { removeMovieClip(this); } if ((this.hitTest(_root.ship) && (_root.shippause == 0)) && (_root.shield == 0)) { _root.ship._alpha = 0; _root.explosioncount++; duplicateMovieClip (_root.explosion, "explosion" + _root.explosioncount, _root.explosioncount); setProperty("_root.explosion" + _root.explosioncount, _x , _root.ship._x); setProperty("_root.explosion" + _root.explosioncount, _y , _root.ship._y); if (_root.explosioncount >= 4070) { _root.explosioncount = 4050; } _root.shipcount--; _root.displaycount = 0; _root.dragger._y = -150; _root.ship._y = -150; removeMovieClip(this); } } }
Instance of Symbol 164 MovieClip "terrain" in Frame 8
onClipEvent (load) { settype = _root.tiletype; } onClipEvent (enterFrame) { if (_name != "terrain") { tellTarget (this.tile) { gotoAndStop(this:settype); }; _y = (_y + _root.scrollspeed); if (320 < _y) { removeMovieClip(this); } } }
Instance of Symbol 232 MovieClip "terrain2" in Frame 8
onClipEvent (load) { settype = _root.tiletype; } onClipEvent (enterFrame) { if (_name != "terrain2") { _y = (_y + _root.scrollspeed); if (320 < _y) { removeMovieClip(this); } } }
Instance of Symbol 233 MovieClip "dragger" in Frame 8
onClipEvent (load) { _alpha = 0; _x = 150; _y = -150; }
Instance of Symbol 243 MovieClip "ship1" in Frame 8
onClipEvent (load) { bonuscountdwon = 50; } onClipEvent (enterFrame) { if (_name != "ship1") { if (_y < -20) { _alpha = 100; } if (Key.isDown(32) && (0 < _alpha)) { if (firecount == 0) { if (1 < _root.bulletstop) { _root.bonuscountdown--; if (0 >= _root.bonuscountdown) { _root.bonuscountdown = 50; _root.bulletstop = 1; } } if (_root.shotsfired < 140) { _root.shotsfired = _root.shotsfired + 2; } duplicateMovieClip (_root.bullets, _root.bulletcount, _root.bulletcount); setProperty("_root." + _root.bulletcount, _x , _x); setProperty("_root." + _root.bulletcount, _y , _y); _root.bulletcount++; if (2010 < _root.bulletcount) { _root.bulletcount = 2000; } } firecount++; if (firecount >= 10) { firecount = 0; } } else { firecount = 0; if (0 < _root.shotsfired) { _root.shotsfired = _root.shotsfired - 0.2; } } _rotation = _root.dragger._rotation; } }
Instance of Symbol 253 MovieClip "bullets" in Frame 8
onClipEvent (load) { gotoAndStop(_root.bulletstop +1); } onClipEvent (enterFrame) { if (_name != "bullet") { gotoAndStop(_root.bulletstop +1); _y = (_y - 5); if (_y < 0) { removeMovieClip(this); } } }
Instance of Symbol 256 MovieClip "shipshield1" in Frame 8
onClipEvent (enterFrame) { if (_root.shield == 1) { _x = _root.ship._x; _y = _root.ship._y; } else { _x = -100; _y = -100; } }
Instance of Symbol 280 MovieClip "lander" in Frame 8
onClipEvent (enterFrame) { if (_name != "lander") { _y = (_y + (_root.scrollspeed * 2)); if (350 < _y) { removeMovieClip(this); _root.allowlander = 0; } } } onClipEvent (load) { gotoAndStop(random(5) + 1 +1); }
Instance of Symbol 284 MovieClip "dockingship1" in Frame 8
onClipEvent (enterFrame) { if (_name != "dockingship1") { _root.ship._rotation = 0; _root.dragger._rotation = 0; _y = (_y + 2); if (_y < 200) { _root.dragger._y = _y + 33; _root.dragger._x = _x; tellTarget (_root.ship) { gotoAndStop (40); }; } else { tellTarget (_root.dragger) { frame_play = 40; }; } if (350 < _y) { removeMovieClip(this); _root.allowlander = 0; } } }
Instance of Symbol 287 MovieClip "explosion" in Frame 8
onClipEvent (enterFrame) { if (_name == "explosion") { gotoAndStop (2); } }
Instance of Symbol 302 MovieClip "enemy" in Frame 8
onClipEvent (load) { allowfire = 0; _x = ((random(12) + 2) * 20); _y = -100; _root.escount++; duplicateMovieClip (_root.enemysmall1, "es" + this._name, _root.escount); if (9500 < _root.escount) { _root.escount = 9000; } } onClipEvent (enterFrame) { if (_name != "enemy") { if (330 < _y) { removeMovieClip("_root.es" + this._name); removeMovieClip(this); } if (_y < -100) { removeMovieClip("_root.es" + this._name); removeMovieClip(this); } setProperty("_root.es" + this._name, _x , (_x / 8) + 248); setProperty("_root.es" + this._name, _y , (_y / 8) + 18); if ((this.hitTest(_root.ship) && (_root.shippause == 0)) && (_root.shield == 0)) { _root.ship._alpha = 0; _root.explosioncount++; duplicateMovieClip (_root.explosion, "explosion" + _root.explosioncount, _root.explosioncount); setProperty("_root.explosion" + _root.explosioncount, _x , _root.ship._x); setProperty("_root.explosion" + _root.explosioncount, _y , _root.ship._y); if (_root.explosioncount >= 4070) { _root.explosioncount = 4050; } _root.shipcount--; _root.displaycount = 0; removeMovieClip("_root.es" + this._name); _root.dragger._y = -150; _root.ship._y = -150; removeMovieClip(this); } i = 2000; while (2010 >= i) { if (hitTest("_root." + i)) { removeMovieClip("_root." + i); killthis = 1; addhit++; } i++; } if ((allowfire == 0) && (killthis == 1)) { killthis = 0; _root.explosioncount++; duplicateMovieClip (_root.explosion, "explosion" + _root.explosioncount, _root.explosioncount); setProperty("_root.explosion" + _root.explosioncount, _x , _x); setProperty("_root.explosion" + _root.explosioncount, _y , _y); if (_root.explosioncount >= 4070) { _root.explosioncount = 4050; } if (deathlevel == 0) { removeMovieClip("_root.es" + this._name); removeMovieClip(this); allowfire = 1; _root.score = _root.score + 20; } if (deathlevel == 1) { if (addhit >= 3) { removeMovieClip("_root.es" + this._name); removeMovieClip(this); _root.score = _root.score + 40; } } if (deathlevel == 2) { if (addhit >= 6) { removeMovieClip("_root.es" + this._name); removeMovieClip(this); _root.score = _root.score + 80; } } if (deathlevel == 3) { if (addhit >= 8) { removeMovieClip("_root.es" + this._name); removeMovieClip(this); _root.score = _root.score + 100; } } } } }
Instance of Symbol 303 MovieClip "bullet2" in Frame 8
onClipEvent (enterFrame) { if (_name != "bullet2") { _x = (_x + xv); _y = (_y + yv); if ((((_x < 0) || (300 < _x)) || (_y < 0)) || (300 < _y)) { removeMovieClip(this); } if ((this.hitTest(_root.ship) && (_root.shippause == 0)) && (_root.shield == 0)) { _root.ship._alpha = 0; _root.explosioncount++; duplicateMovieClip (_root.explosion, "explosion" + _root.explosioncount, _root.explosioncount); setProperty("_root.explosion" + _root.explosioncount, _x , _root.ship._x); setProperty("_root.explosion" + _root.explosioncount, _y , _root.ship._y); if (_root.explosioncount >= 4070) { _root.explosioncount = 4050; } _root.shipcount--; _root.dragger._y = -150; _root.ship._y = -150; _root.displaycount = 0; removeMovieClip(this); } } else { _x = -150; } }
Instance of Symbol 305 MovieClip "bullet3" in Frame 8
onClipEvent (enterFrame) { if (_name != "bullet3") { if (direction == 1) { _y = (_y + 5); } if (direction == 2) { _y = (_y - 5); } if (direction == 3) { _y = (_y + _root.scrollspeed); _x = (_x + 5); } if (direction == 4) { _y = (_y + _root.scrollspeed); _x = (_x - 5); } if ((((_x < 0) || (300 < _x)) || (_y < 0)) || (300 < _y)) { removeMovieClip(this); } if ((this.hitTest(_root.ship) && (_root.shippause == 0)) && (_root.shield == 0)) { _root.ship._alpha = 0; _root.explosioncount++; duplicateMovieClip (_root.explosion, "explosion" + _root.explosioncount, _root.explosioncount); setProperty("_root.explosion" + _root.explosioncount, _x , _root.ship._x); setProperty("_root.explosion" + _root.explosioncount, _y , _root.ship._y); if (_root.explosioncount >= 4070) { _root.explosioncount = 4050; } _root.shipcount--; _root.displaycount = 0; _root.dragger._y = -150; _root.ship._y = -150; removeMovieClip(this); } } }
Instance of Symbol 310 MovieClip "overlay" in Frame 8
onClipEvent (enterFrame) { if (score != _root.score) { score++; } }
Instance of Symbol 312 MovieClip "shipsmall1" in Frame 8
onClipEvent (enterFrame) { if (_name != "shipsmall1") { _x = ((_root.ship._x / 8) + 248); _y = ((_root.ship._y / 8) + 18); if (_y < 6) { _alpha = 0; } if (6 < _y) { _alpha = 100; } } }
Instance of Symbol 329 MovieClip "bonusship1" in Frame 8
onClipEvent (load) { bonustype = random(2) + 1; gotoAndStop(bonustype +1); } onClipEvent (enterFrame) { if (_name != "bonusship1") { _y = (_y + (_root.scrollspeed * 2)); if (350 < _y) { removeMovieClip(this); _root.allowbonusship = 0; } } }
Instance of Symbol 333 MovieClip "traincar" in Frame 8
onClipEvent (load) { if (random(10) == 1) { gotoAndStop (3); } } onClipEvent (enterFrame) { if (_name != "traincar") { _y = (_y + _root.scrollspeed); if (320 < _y) { removeMovieClip(this); } if (direction == 0) { _x = (_x+1); if (340 < _x) { removeMovieClip(this); } } if (direction == 1) { _x = (_x-1); if (_x < -40) { removeMovieClip(this); } } if (320 < _y) { removeMovieClip(this); } i = 2000; while (2010 >= i) { if (this.hitTest("_root." + i)) { killthis = 1; } i++; } if (killthis == 1) { removeMovieClip("_root." + i); _root.explosioncount++; duplicateMovieClip (_root.explosion, "explosion" + _root.explosioncount, _root.explosioncount); setProperty("_root.explosion" + _root.explosioncount, _x , _x); setProperty("_root.explosion" + _root.explosioncount, _y , _y); if (_root.explosioncount >= 4070) { _root.explosioncount = 4050; } _root.score = _root.score + 50; removeMovieClip(this); } } }
Instance of Symbol 335 MovieClip "trainengine" in Frame 8
onClipEvent (load) { if (_name != "trainengine") { direction = random(2); if (direction == 0) { placex = -200 + random(200); placey = -60; _x = placex; _y = placey; maketrain = random(3); t = 950; while ((maketrain + 951) >= t) { placex = placex - 20; duplicateMovieClip (_root.traincar, "train" + t, t); setProperty("_root.train" + t, _x , placex); setProperty("_root.train" + t, _y , placey); tellTarget ("_root.train" + t) { direction = 0; _rotation = 0; }; t++; } _root.track._y = placey; _root.track._x = -20; } else { placex = 300 + random(200); placey = -60; _x = placex; _y = placey; _rotation = 180; maketrain = random(3); t = 950; while ((maketrain + 951) >= t) { placex = placex + 20; duplicateMovieClip (_root.traincar, "train" + t, t); setProperty("_root.train" + t, _x , placex); setProperty("_root.train" + t, _y , placey); tellTarget ("_root.train" + t) { direction = 1; _rotation = 180; }; t++; } _root.track._y = placey; _root.track._x = -20; } } } onClipEvent (enterFrame) { if (_name != "trainengine") { _y = (_y + _root.scrollspeed); if (320 < _y) { removeMovieClip(this); } if (direction == 0) { _x = (_x+1); if (340 < _x) { removeMovieClip(this); } } if (direction == 1) { _x = (_x-1); if (_x < -40) { removeMovieClip(this); } } i = 2000; while (2010 >= i) { if (this.hitTest("_root." + i)) { killthis = 1; } i++; } if (killthis == 1) { removeMovieClip("_root." + i); _root.explosioncount++; duplicateMovieClip (_root.explosion, "explosion" + _root.explosioncount, _root.explosioncount); setProperty("_root.explosion" + _root.explosioncount, _x , _x); setProperty("_root.explosion" + _root.explosioncount, _y , _y); if (_root.explosioncount >= 4070) { _root.explosioncount = 4050; } _root.score = _root.score + 50; removeMovieClip(this); } } }
Instance of Symbol 337 MovieClip "track" in Frame 8
onClipEvent (enterFrame) { if (_y < 350) { _y = (_y + _root.scrollspeed); } }
Frame 9
if (Key.isDown(39)) { if (_root.dragger._x < 290) { _root.dragger._x = _root.dragger._x + 4; } if (_root.dragger._rotation < 15) { _root.dragger._rotation++; } if (60 >= frame_play) { frame_play = frame_play + 2; } } else if (Key.isDown(37)) { if (-15 < _root.dragger._rotation) { _root.dragger._rotation--; } if (10 < _root.dragger._x) { _root.dragger._x = _root.dragger._x - 4; } if (frame_play >= 20) { frame_play = frame_play - 2; } } else { if (0 < _root.dragger._rotation) { _root.dragger._rotation--; } if (_root.dragger._rotation < 0) { _root.dragger._rotation++; } if (frame_play < 40) { frame_play = frame_play + 2; } if (40 < frame_play) { frame_play = frame_play - 2; } } if (Key.isDown(40)) { if (_root.dragger._y < 290) { _root.dragger._y = _root.dragger._y + 4; } } else if (Key.isDown(38)) { if (10 < _root.dragger._y) { _root.dragger._y = _root.dragger._y - 4; } } tellTarget (_root.ship) { gotoAndStop(_root.frame_play); }; overlay.firepowercount = bonuscountdown; if (showbonus == 1) { setProperty(_root.bonus, _x , _root.ship._x); setProperty(_root.bonus, _y , _root.ship._y + 20); } if (showbonus == 1) { bonuscount++; } if (bonuscount >= 75) { bonuscount = 0; showbonus = 0; _root.bonus.bonusdisplay = ""; setProperty(_root.bonus, _x , -100); setProperty(_root.bonus, _y , -100); } makebubble = random(50); if (makebubble == 1) { bubbletotal++; duplicateMovieClip (_root.bubble, "b" + bubbletotal, bubbletotal); setProperty("_root.b" + bubbletotal, _x , random(300)); setProperty("_root.b" + bubbletotal, _y , random(300)); setbubblesize = random(50) + 50; setProperty("_root.b" + bubbletotal, _xscale , setbubblesize); setProperty("_root.b" + bubbletotal, _yscale , setbubblesize); if (100 < bubbletotal) { bubble = 50; } } potx = getProperty(ship, _x); posx = getProperty(dragger, _x); posy = getProperty(dragger, _y); poty = getProperty(ship, _y); difx = posx - potx; dify = posy - poty; call("placement"); if (_root.displaycount == 0) { shippause++; } if (shipcount < 4) { remove = 0; while (15500 >= remove) { duplicateMovieClip (_root.filler, remove, remove); removeMovieClip("_root." + remove); remove++; } gotoAndPlay (2); } if (shippause == 100) { duplicateMovieClip (_root.dockingship1, "dockingship", 13999); setProperty(_root.dockingship, _y , -150); setProperty(_root.dockingship, _x , 150); } if ((displaycount == 0) && (250 < _root.dockingship._y)) { shield = 1; icondepth = 14010; placeiconx = 0; s = 0; while ((_root.shipcount + 1) >= s) { icondepth++; removeMovieClip("_root.icon" + icondepth); s++; } placeiconx = -8; icondepth = 14010; s = 1; while (_root.shipcount >= s) { icondepth++; placeiconx = placeiconx + 20; duplicateMovieClip (_root.shipicon, "icon" + icondepth, icondepth); setProperty("_root.icon" + icondepth, _x , placeiconx); setProperty("_root.icon" + icondepth, _y , 8); s++; } displaycount = 1; shippause = 0; } if (shield == 1) { shieldcounter++; } if (shieldcounter >= shielduration) { shield = 0; shieldcounter = 0; } makeatrain = random(400); if (((makeatrain == 1) && (allowtrain == 0)) && (shippause == 0)) { allowtrain = 1; duplicateMovieClip (_root.trainengine, "train", 900); } if (allowtrain == 1) { trainallowcount++; } if (trainallowcount >= 800) { trainallowcount = 0; allowtrain = 0; } count = count + _root.scrollspeed; if ((gamepause < 200) && (0 < gamepause)) { setProperty(gamelevel, _x , 150); setProperty(gamelevel, _y , 100); gamelevel.gameleveldisplay = gamelevelcount; } if (0 < gamepause) { gamepause--; } else { setProperty(gamelevel, _x , -150); setProperty(gamelevel, _y , -150); } if (0 >= gamepause) { createlander = random(1000); if ((createlander == 1) && (allowlander == 0)) { allowlander = 1; duplicateMovieClip (_root.lander, "lander1", 13000); setProperty(_root.lander1, _y , -100); setProperty(_root.lander1, _x , random(200) + 50); } makebonusship = random(1000); if ((makebonusship == 1) && (allowbonusship == 0)) { allowbonusship = 1; duplicateMovieClip (_root.bonusship1, "bonusship", 12000); setProperty(_root.bonusship, _y , -30); setProperty(_root.bonusship, _x , random(200) + 50); tellTarget (_root.bonusship) { creation = 0; gotoAndStop (6); }; } makeenemy = random(100); if ((makeenemy == 1) && (shippause == 0)) { _root.enemycount++; duplicateMovieClip (_root.enemy, "e" + _root.enemycount, _root.enemycount); playenemy = random(50); if (40 < playenemy) { tellTarget ("_root.e" + _root.enemycount) { deathlevel = 0; gotoAndStop (2); }; } else if (playenemy == 3) { tellTarget ("_root.e" + _root.enemycount) { deathlevel = 2; gotoAndStop (3); }; } else if (playenemy == 4) { tellTarget ("_root.e" + _root.enemycount) { deathlevel = 1; gotoAndStop (4); }; } else if (playenemy == 5) { tellTarget ("_root.e" + _root.enemycount) { deathlevel = 3; gotoAndStop (5); }; } else if (playenemy == 6) { tellTarget ("_root.e" + _root.enemycount) { deathlevel = 2; gotoAndStop (6); }; } else { tellTarget ("_root.e" + _root.enemycount) { deathlevel = 0; gotoAndStop (1); }; } if (_root.enemycount >= 4010) { _root.enemycount = 4000; } } if (count >= 20) { islandcount++; if (islandcreate >= islandcount) { i = 1; while (15 >= i) { if ((i >= islandx) && ((islandx + islandwidth) >= i)) { totalcount++; if (islandtype == 1) { duplicateMovieClip (_root.terrain, totalcount, totalcount); } if (islandtype == 2) { duplicateMovieClip (_root.terrain2, totalcount, totalcount); } setProperty("_root." + totalcount, _x , i * 20); setProperty("_root." + totalcount, _y , -120); if (totalcount >= 1300) { totalcount = 1000; } if ((islandcount == 1) && (i == islandx)) { tellTarget ("_root." + totalcount) { gotoAndStop (1); }; } else if (((islandcount == 1) && (islandx < i)) && (i < (islandx + islandwidth))) { tellTarget ("_root." + totalcount) { gotoAndStop (2); }; } else if ((islandcount == 1) && (i == (islandx + islandwidth))) { tellTarget ("_root." + totalcount) { gotoAndStop (3); }; } else if (((1 < islandcount) && (islandcount < islandcreate)) && (i == islandx)) { tellTarget ("_root." + totalcount) { gotoAndStop (4); }; } else if (((1 < islandcount) && (islandcount < islandcreate)) && (i == (islandx + islandwidth))) { tellTarget ("_root." + totalcount) { gotoAndStop (5); }; } else if ((islandcount == islandcreate) && (i == islandx)) { tellTarget ("_root." + totalcount) { gotoAndStop (6); }; } else if (((islandcount == islandcreate) && (islandx < i)) && (i < (islandx + islandwidth))) { tellTarget ("_root." + totalcount) { gotoAndStop (7); }; } else if ((islandcount == islandcreate) && (i == (islandx + islandwidth))) { tellTarget ("_root." + totalcount) { gotoAndStop (8); }; } else if ((((1 < islandcount) && (islandcount < islandcreate)) && (islandx < i)) && (i < (islandx + islandwidth))) { tellTarget ("_root." + totalcount) { gotoAndStop (9); }; } } i++; } } if (islandcount >= islandpause) { totalislands++; if (totalislands >= levelduration) { gamelevelcount++; gamepause = 500; increasespeed++; if (increasespeed == 3) { scrollspeed = scrollspeed + 0.2; increasespeed = 0; } totalislands = 0; } tiletype = 1; islandcreate = random(10) + 2; islandtype = random(2) + 1; islandpause = (islandcreate + random(20)) + 2; islandx = random(11) + 1; islandwidth = random(2) + 2; islandcount = 0; } count = 0; } } overlay.platformsremaining = levelduration - totalislands;
Frame 10
gotoAndPlay (9);
Frame 11
setProperty(ship, _x , potx + (difx / 5)); setProperty(ship, _y , poty + (dify / 5));
Symbol 14 Button
on (release) { gotoAndPlay (4); }
Symbol 21 Button
on (press) { getURL ("http://www.thepcmanwebsite.com/", "_top"); }
Symbol 24 Button
on (press) { getURL ("http://www.thepcmanwebsite.com/affiliate_games.shtml", "_top"); }
Symbol 25 Button
on (release) { gotoAndPlay (6); }
Instance of Symbol 28 MovieClip in Symbol 29 MovieClip Frame 1
onClipEvent (enterFrame) { _y = (_y - 0.3); if (_y < -950) { _y = -22; } }
Symbol 31 Button
on (release) { gotoAndPlay (8); }
Symbol 37 MovieClip Frame 1
stop();
Symbol 50 MovieClip Frame 200
removeMovieClip(this);
Instance of Symbol 52 MovieClip in Symbol 61 MovieClip Frame 1
onClipEvent (enterFrame) { _rotation = (_rotation + 5); }
Symbol 61 MovieClip Frame 244
removeMovieClip(this);
Symbol 71 MovieClip Frame 1
stop();
Symbol 72 MovieClip Frame 1
stop();
Instance of Symbol 71 MovieClip in Symbol 72 MovieClip Frame 1
onClipEvent (load) { setdestroy = random(10) + 1; if (setdestroy == 1) { gotoAndStop (2); } if (setdestroy == 2) { gotoAndStop (3); } allowhit = 1; } onClipEvent (enterFrame) { if ((allowhit == 1) && (setdestroy < 3)) { i = 2000; while (2010 >= i) { if (this.hitTest("_root." + i)) { allowhit = 0; gotoAndStop (4); removeMovieClip("_root." + i); _root.explosioncount++; duplicateMovieClip (_root.explosion, "explosion" + _root.explosioncount, _root.explosioncount); setProperty("_root.explosion" + _root.explosioncount, _x , _parent._parent._x + 10); setProperty("_root.explosion" + _root.explosioncount, _y , _parent._parent._y + 10); if (_root.explosioncount >= 4070) { _root.explosioncount = 4050; } _root.score = _root.score + 10; } i++; } } }
Symbol 78 MovieClip Frame 1
stop();
Symbol 79 MovieClip Frame 1
stop();
Instance of Symbol 78 MovieClip in Symbol 79 MovieClip Frame 1
onClipEvent (load) { setdestroy = random(10) + 1; if (setdestroy == 1) { gotoAndStop (2); } if (setdestroy == 2) { gotoAndStop (3); } allowhit = 1; } onClipEvent (enterFrame) { if ((allowhit == 1) && (setdestroy < 3)) { i = 2000; while (2010 >= i) { if (this.hitTest("_root." + i)) { allowhit = 0; gotoAndStop (4); removeMovieClip("_root." + i); _root.explosioncount++; duplicateMovieClip (_root.explosion, "explosion" + _root.explosioncount, _root.explosioncount); setProperty("_root.explosion" + _root.explosioncount, _x , _parent._parent._x + 10); setProperty("_root.explosion" + _root.explosioncount, _y , _parent._parent._y + 10); if (_root.explosioncount >= 4070) { _root.explosioncount = 4050; } _root.score = _root.score + 10; } i++; } } }
Symbol 85 MovieClip Frame 1
stop();
Symbol 86 MovieClip Frame 1
stop();
Instance of Symbol 85 MovieClip in Symbol 86 MovieClip Frame 1
onClipEvent (load) { setdestroy = random(10) + 1; if (setdestroy == 1) { gotoAndStop (2); } if (setdestroy == 2) { gotoAndStop (3); } allowhit = 1; } onClipEvent (enterFrame) { if ((allowhit == 1) && (setdestroy < 3)) { i = 2000; while (2010 >= i) { if (this.hitTest("_root." + i)) { allowhit = 0; gotoAndStop (4); removeMovieClip("_root." + i); _root.explosioncount++; duplicateMovieClip (_root.explosion, "explosion" + _root.explosioncount, _root.explosioncount); setProperty("_root.explosion" + _root.explosioncount, _x , _parent._parent._x + 10); setProperty("_root.explosion" + _root.explosioncount, _y , _parent._parent._y + 10); if (_root.explosioncount >= 4070) { _root.explosioncount = 4050; } _root.score = _root.score + 10; } i++; } } }
Symbol 92 MovieClip Frame 1
stop();
Symbol 92 MovieClip Frame 2
stop();
Symbol 93 MovieClip Frame 1
stop();
Instance of Symbol 92 MovieClip in Symbol 93 MovieClip Frame 1
onClipEvent (load) { setdestroy = random(10) + 1; if (setdestroy == 1) { gotoAndStop (2); } if (setdestroy == 2) { gotoAndStop (3); } allowhit = 1; } onClipEvent (enterFrame) { if ((allowhit == 1) && (setdestroy < 3)) { i = 2000; while (2010 >= i) { if (this.hitTest("_root." + i)) { allowhit = 0; gotoAndStop (4); removeMovieClip("_root." + i); _root.explosioncount++; duplicateMovieClip (_root.explosion, "explosion" + _root.explosioncount, _root.explosioncount); setProperty("_root.explosion" + _root.explosioncount, _x , _parent._parent._x + 10); setProperty("_root.explosion" + _root.explosioncount, _y , _parent._parent._y + 10); if (_root.explosioncount >= 4070) { _root.explosioncount = 4050; } _root.score = _root.score + 10; } i++; } } }
Symbol 99 MovieClip Frame 1
stop();
Symbol 100 MovieClip Frame 1
stop();
Instance of Symbol 99 MovieClip in Symbol 100 MovieClip Frame 1
onClipEvent (load) { setdestroy = random(10) + 1; if (setdestroy == 1) { gotoAndStop (2); } if (setdestroy == 2) { gotoAndStop (3); } allowhit = 1; } onClipEvent (enterFrame) { if ((allowhit == 1) && (setdestroy < 3)) { i = 2000; while (2010 >= i) { if (this.hitTest("_root." + i)) { allowhit = 0; gotoAndStop (4); removeMovieClip("_root." + i); _root.explosioncount++; duplicateMovieClip (_root.explosion, "explosion" + _root.explosioncount, _root.explosioncount); setProperty("_root.explosion" + _root.explosioncount, _x , _parent._parent._x + 10); setProperty("_root.explosion" + _root.explosioncount, _y , _parent._parent._y + 10); if (_root.explosioncount >= 4070) { _root.explosioncount = 4050; } _root.score = _root.score + 10; } i++; } } }
Symbol 106 MovieClip Frame 1
stop();
Symbol 107 MovieClip Frame 1
stop();
Instance of Symbol 106 MovieClip in Symbol 107 MovieClip Frame 1
onClipEvent (load) { setdestroy = random(10) + 1; if (setdestroy == 1) { gotoAndStop (2); } if (setdestroy == 2) { gotoAndStop (3); } allowhit = 1; } onClipEvent (enterFrame) { if ((allowhit == 1) && (setdestroy < 3)) { i = 2000; while (2010 >= i) { if (this.hitTest("_root." + i)) { allowhit = 0; gotoAndStop (4); removeMovieClip("_root." + i); _root.explosioncount++; duplicateMovieClip (_root.explosion, "explosion" + _root.explosioncount, _root.explosioncount); setProperty("_root.explosion" + _root.explosioncount, _x , _parent._parent._x + 10); setProperty("_root.explosion" + _root.explosioncount, _y , _parent._parent._y + 10); if (_root.explosioncount >= 4070) { _root.explosioncount = 4050; } _root.score = _root.score + 10; } i++; } } }
Symbol 113 MovieClip Frame 1
stop();
Symbol 114 MovieClip Frame 1
stop();
Instance of Symbol 113 MovieClip in Symbol 114 MovieClip Frame 1
onClipEvent (load) { setdestroy = random(10) + 1; if (setdestroy == 1) { gotoAndStop (2); } if (setdestroy == 2) { gotoAndStop (3); } allowhit = 1; } onClipEvent (enterFrame) { if ((allowhit == 1) && (setdestroy < 3)) { i = 2000; while (2010 >= i) { if (this.hitTest("_root." + i)) { allowhit = 0; gotoAndStop (4); removeMovieClip("_root." + i); _root.explosioncount++; duplicateMovieClip (_root.explosion, "explosion" + _root.explosioncount, _root.explosioncount); setProperty("_root.explosion" + _root.explosioncount, _x , _parent._parent._x + 10); setProperty("_root.explosion" + _root.explosioncount, _y , _parent._parent._y + 10); if (_root.explosioncount >= 4070) { _root.explosioncount = 4050; } _root.score = _root.score + 10; } i++; } } }
Symbol 120 MovieClip Frame 1
stop();
Symbol 121 MovieClip Frame 1
stop();
Instance of Symbol 120 MovieClip in Symbol 121 MovieClip Frame 1
onClipEvent (load) { setdestroy = random(10) + 1; if (setdestroy == 1) { gotoAndStop (2); } if (setdestroy == 2) { gotoAndStop (3); } allowhit = 1; } onClipEvent (enterFrame) { if ((allowhit == 1) && (setdestroy < 3)) { i = 2000; while (2010 >= i) { if (this.hitTest("_root." + i)) { allowhit = 0; gotoAndStop (4); removeMovieClip("_root." + i); _root.explosioncount++; duplicateMovieClip (_root.explosion, "explosion" + _root.explosioncount, _root.explosioncount); setProperty("_root.explosion" + _root.explosioncount, _x , _parent._parent._x + 10); setProperty("_root.explosion" + _root.explosioncount, _y , _parent._parent._y + 10); if (_root.explosioncount >= 4070) { _root.explosioncount = 4050; } _root.score = _root.score + 10; } i++; } } }
Symbol 127 MovieClip Frame 1
stop();
Symbol 134 MovieClip Frame 79
stop();
Symbol 135 MovieClip Frame 1
stop();
Symbol 137 MovieClip Frame 1
stop();
Symbol 139 MovieClip Frame 1
stop();
Symbol 142 MovieClip Frame 1
stop();
Symbol 146 MovieClip Frame 1
stop();
Symbol 151 MovieClip Frame 1
stop();
Symbol 154 MovieClip Frame 1
stop();
Symbol 156 MovieClip Frame 1
stop();
Symbol 161 MovieClip Frame 1
stop();
Instance of Symbol 135 MovieClip "gun" in Symbol 162 MovieClip Frame 1
onClipEvent (load) { allowfire = 0; } onClipEvent (enterFrame) { i = 2000; while (2010 >= i) { if (this.hitTest("_root." + i)) { if (allowfire == 0) { gotoAndStop (2); removeMovieClip("_root." + i); allowfire = 1; _root.explosioncount++; duplicateMovieClip (_root.explosion, "explosion" + _root.explosioncount, _root.explosioncount); setProperty("_root.explosion" + _root.explosioncount, _x , _parent._parent._parent._x + 10); setProperty("_root.explosion" + _root.explosioncount, _y , _parent._parent._parent._y + 10); if (_root.explosioncount >= 4070) { _root.explosioncount = 4050; } _root.score = _root.score + 50; } } i++; } if (allowfire == 0) { place_x = _root.ship._x - _parent._parent._parent._x; place_y = _root.ship._y - _parent._parent._parent._y; if ((0 < place_x) && (0 < place_y)) { quad = 4; } if ((place_x < 0) && (0 < place_y)) { quad = 1; } if ((place_x < 0) && (place_y < 0)) { quad = 2; } if ((0 < place_x) && (place_y < 0)) { quad = 3; } abs_x = Math.abs(place_x); abs_y = Math.abs(place_y); tg = abs_y / abs_x; maths = (Math.atan(tg) * Number(180)) / Math.PI; if (quad == 1) { targetangle = 270 - maths; } if (quad == 2) { targetangle = 270 + maths; } if (quad == 3) { targetangle = 90 - maths; } if (quad == 4) { targetangle = 90 + maths; } _rotation = targetangle; firebullet = random(50); if (firebullet == 1) { _root.ebullet++; duplicateMovieClip (_root.bullet2, "b" + _root.ebullet, _root.ebullet); setProperty("_root.b" + _root.ebullet, _x , _parent._parent._parent._x + 10); setProperty("_root.b" + _root.ebullet, _y , _parent._parent._parent._y + 10); tellTarget ("_root.b" + _root.ebullet) { xv = 5 * Math.sin((Math.PI/180) * this:targetangle); yv = -5 * Math.cos((Math.PI/180) * this:targetangle); }; if (3010 < _root.ebullet) { _root.ebullet = 3000; } } } }
Instance of Symbol 137 MovieClip in Symbol 162 MovieClip Frame 5
onClipEvent (load) { allowfire = 0; } onClipEvent (enterFrame) { if (allowfire == 0) { i = 2000; while (2010 >= i) { if (this.hitTest("_root." + i)) { gotoAndStop (2); removeMovieClip("_root." + i); allowfire = 1; _root.explosioncount++; duplicateMovieClip (_root.explosion, "explosion" + _root.explosioncount, _root.explosioncount); setProperty("_root.explosion" + _root.explosioncount, _x , _parent._parent._parent._x + 10); setProperty("_root.explosion" + _root.explosioncount, _y , _parent._parent._parent._y + 10); if (_root.explosioncount >= 4070) { _root.explosioncount = 4050; } _root.score = _root.score + 5; } i++; } } }
Instance of Symbol 139 MovieClip in Symbol 162 MovieClip Frame 9
onClipEvent (load) { allowfire = 0; } onClipEvent (enterFrame) { if (allowfire == 0) { i = 2000; while (2010 >= i) { if (this.hitTest("_root." + i)) { gotoAndStop (2); removeMovieClip("_root." + i); allowfire = 1; _root.explosioncount++; duplicateMovieClip (_root.explosion, "explosion" + _root.explosioncount, _root.explosioncount); setProperty("_root.explosion" + _root.explosioncount, _x , _parent._parent._parent._x + 10); setProperty("_root.explosion" + _root.explosioncount, _y , _parent._parent._parent._y + 10); if (_root.explosioncount >= 4070) { _root.explosioncount = 4050; } _root.score = _root.score + 5; } i++; } } }
Instance of Symbol 142 MovieClip in Symbol 162 MovieClip Frame 13
onClipEvent (load) { allowfire = 0; } onClipEvent (enterFrame) { if (allowfire == 0) { i = 2000; while (2010 >= i) { if (this.hitTest("_root." + i)) { gotoAndStop (2); removeMovieClip("_root." + i); allowfire = 1; _root.explosioncount++; duplicateMovieClip (_root.explosion, "explosion" + _root.explosioncount, _root.explosioncount); setProperty("_root.explosion" + _root.explosioncount, _x , _parent._parent._parent._x + 10); setProperty("_root.explosion" + _root.explosioncount, _y , _parent._parent._parent._y + 10); if (_root.explosioncount >= 4070) { _root.explosioncount = 4050; } _root.score = _root.score + 5; } i++; } } }
Instance of Symbol 146 MovieClip in Symbol 162 MovieClip Frame 17
onClipEvent (load) { allowfire = 0; } onClipEvent (enterFrame) { if (allowfire == 0) { i = 2000; while (2010 >= i) { if (this.hitTest("_root." + i)) { gotoAndStop (2); removeMovieClip("_root." + i); allowfire = 1; _root.explosioncount++; duplicateMovieClip (_root.explosion, "explosion" + _root.explosioncount, _root.explosioncount); setProperty("_root.explosion" + _root.explosioncount, _x , _parent._parent._parent._x + 10); setProperty("_root.explosion" + _root.explosioncount, _y , _parent._parent._parent._y + 10); if (_root.explosioncount >= 4070) { _root.explosioncount = 4050; } _root.score = _root.score + 20; } i++; } } }
Instance of Symbol 151 MovieClip in Symbol 162 MovieClip Frame 21
onClipEvent (load) { allowfire = 0; } onClipEvent (enterFrame) { if (allowfire == 0) { i = 2000; while (2010 >= i) { if (this.hitTest("_root." + i)) { gotoAndStop (2); removeMovieClip("_root." + i); allowfire = 1; _root.explosioncount++; duplicateMovieClip (_root.explosion, "explosion" + _root.explosioncount, _root.explosioncount); setProperty("_root.explosion" + _root.explosioncount, _x , _parent._parent._parent._x + 10); setProperty("_root.explosion" + _root.explosioncount, _y , _parent._parent._parent._y + 10); if (_root.explosioncount >= 4070) { _root.explosioncount = 4050; } _root.score = _root.score + 20; } i++; } } }
Instance of Symbol 154 MovieClip in Symbol 162 MovieClip Frame 25
onClipEvent (load) { allowfire = 0; } onClipEvent (enterFrame) { i = 2000; while (2010 >= i) { if (this.hitTest("_root." + i)) { if (allowfire == 0) { gotoAndStop (2); removeMovieClip("_root." + i); allowfire = 1; _root.explosioncount++; duplicateMovieClip (_root.explosion, "explosion" + _root.explosioncount, _root.explosioncount); setProperty("_root.explosion" + _root.explosioncount, _x , _parent._parent._parent._x + 10); setProperty("_root.explosion" + _root.explosioncount, _y , _parent._parent._parent._y + 10); if (_root.explosioncount >= 4070) { _root.explosioncount = 4050; } _root.score = _root.score + 20; } } i++; } }
Instance of Symbol 156 MovieClip in Symbol 162 MovieClip Frame 29
onClipEvent (load) { allowfire = 0; } onClipEvent (enterFrame) { i = 2000; while (2010 >= i) { if (this.hitTest("_root." + i)) { if (allowfire == 0) { gotoAndStop (2); removeMovieClip("_root." + i); allowfire = 1; _root.explosioncount++; duplicateMovieClip (_root.explosion, "explosion" + _root.explosioncount, _root.explosioncount); setProperty("_root.explosion" + _root.explosioncount, _x , _parent._parent._parent._x + 10); setProperty("_root.explosion" + _root.explosioncount, _y , _parent._parent._parent._y + 10); if (_root.explosioncount >= 4070) { _root.explosioncount = 4050; } _root.score = _root.score + 10; } } i++; } }
Instance of Symbol 161 MovieClip in Symbol 162 MovieClip Frame 33
onClipEvent (load) { allowfire = 0; } onClipEvent (enterFrame) { i = 2000; while (2010 >= i) { if (this.hitTest("_root." + i)) { if (allowfire == 0) { gotoAndStop (2); removeMovieClip("_root." + i); allowfire = 1; _root.explosioncount++; duplicateMovieClip (_root.explosion, "explosion" + _root.explosioncount, _root.explosioncount); setProperty("_root.explosion" + _root.explosioncount, _x , _parent._parent._parent._x + 10); setProperty("_root.explosion" + _root.explosioncount, _y , _parent._parent._parent._y + 10); if (_root.explosioncount >= 4070) { _root.explosioncount = 4050; } _root.score = _root.score + 10; } } i++; } }
Symbol 163 MovieClip Frame 1
stop();
Instance of Symbol 162 MovieClip in Symbol 163 MovieClip Frame 1
onClipEvent (load) { gotoAndStop(random(35) + 1); }
Symbol 164 MovieClip Frame 9
stop();
Instance of Symbol 127 MovieClip in Symbol 164 MovieClip Frame 9
onClipEvent (load) { gotoAndStop(random(5) + 1); }
Symbol 169 MovieClip Frame 1
stop();
Symbol 175 MovieClip Frame 1
stop();
Symbol 181 MovieClip Frame 1
stop();
Symbol 187 MovieClip Frame 1
stop();
Symbol 192 MovieClip Frame 1
stop();
Symbol 197 MovieClip Frame 1
stop();
Symbol 202 MovieClip Frame 1
stop();
Symbol 207 MovieClip Frame 1
stop();
Symbol 210 MovieClip Frame 1
stop();
Symbol 212 MovieClip Frame 1
stop();
Symbol 214 MovieClip Frame 1
stop();
Symbol 218 MovieClip Frame 1
stop();
Symbol 220 MovieClip Frame 1
stop();
Symbol 222 MovieClip Frame 1
stop();
Symbol 224 MovieClip Frame 1
stop();
Symbol 226 MovieClip Frame 1
stop();
Instance of Symbol 210 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (load) { allowfire = 0; } onClipEvent (enterFrame) { if (allowfire == 0) { i = 2000; while (2010 >= i) { if (this.hitTest("_root." + i)) { gotoAndStop (2); removeMovieClip("_root." + i); allowfire = 1; _root.explosioncount++; duplicateMovieClip (_root.explosion, "explosion" + _root.explosioncount, _root.explosioncount); setProperty("_root.explosion" + _root.explosioncount, _x , _parent._parent._x + 10); setProperty("_root.explosion" + _root.explosioncount, _y , _parent._parent._y + 10); if (_root.explosioncount >= 4070) { _root.explosioncount = 4050; } _root.score = _root.score + 5; } i++; } } }
Instance of Symbol 212 MovieClip in Symbol 231 MovieClip Frame 2
onClipEvent (load) { allowfire = 0; } onClipEvent (enterFrame) { if (allowfire == 0) { i = 2000; while (2010 >= i) { if (this.hitTest("_root." + i)) { gotoAndStop (2); removeMovieClip("_root." + i); allowfire = 1; _root.explosioncount++; duplicateMovieClip (_root.explosion, "explosion" + _root.explosioncount, _root.explosioncount); setProperty("_root.explosion" + _root.explosioncount, _x , _parent._parent._x + 10); setProperty("_root.explosion" + _root.explosioncount, _y , _parent._parent._y + 10); if (_root.explosioncount >= 4070) { _root.explosioncount = 4050; } _root.score = _root.score + 5; } i++; } } }
Instance of Symbol 214 MovieClip in Symbol 231 MovieClip Frame 3
onClipEvent (load) { allowfire = 0; } onClipEvent (enterFrame) { if (allowfire == 0) { i = 2000; while (2010 >= i) { if (this.hitTest("_root." + i)) { gotoAndStop (2); removeMovieClip("_root." + i); allowfire = 1; _root.explosioncount++; duplicateMovieClip (_root.explosion, "explosion" + _root.explosioncount, _root.explosioncount); setProperty("_root.explosion" + _root.explosioncount, _x , _parent._parent._x + 10); setProperty("_root.explosion" + _root.explosioncount, _y , _parent._parent._y + 10); if (_root.explosioncount >= 4070) { _root.explosioncount = 4050; } _root.score = _root.score + 5; } i++; } } }
Instance of Symbol 216 MovieClip in Symbol 231 MovieClip Frame 4
onClipEvent (load) { allowfire = 0; } onClipEvent (enterFrame) { if (allowfire == 0) { i = 2000; while (2010 >= i) { if (this.hitTest("_root." + i)) { gotoAndStop (2); removeMovieClip("_root." + i); allowfire = 1; _root.explosioncount++; duplicateMovieClip (_root.explosion, "explosion" + _root.explosioncount, _root.explosioncount); setProperty("_root.explosion" + _root.explosioncount, _x , _parent._parent._x + 10); setProperty("_root.explosion" + _root.explosioncount, _y , _parent._parent._y + 10); if (_root.explosioncount >= 4070) { _root.explosioncount = 4050; } _root.score = _root.score + 5; } i++; } } }
Instance of Symbol 218 MovieClip in Symbol 231 MovieClip Frame 5
onClipEvent (load) { allowfire = 0; } onClipEvent (enterFrame) { if (allowfire == 0) { i = 2000; while (2010 >= i) { if (this.hitTest("_root." + i)) { gotoAndStop (2); removeMovieClip("_root." + i); allowfire = 1; _root.explosioncount++; duplicateMovieClip (_root.explosion, "explosion" + _root.explosioncount, _root.explosioncount); setProperty("_root.explosion" + _root.explosioncount, _x , _parent._parent._x + 10); setProperty("_root.explosion" + _root.explosioncount, _y , _parent._parent._y + 10); if (_root.explosioncount >= 4070) { _root.explosioncount = 4050; } _root.score = _root.score + 5; } i++; } } }
Instance of Symbol 220 MovieClip in Symbol 231 MovieClip Frame 6
onClipEvent (load) { allowfire = 0; } onClipEvent (enterFrame) { if (allowfire == 0) { i = 2000; while (2010 >= i) { if (this.hitTest("_root." + i)) { gotoAndStop (2); removeMovieClip("_root." + i); allowfire = 1; _root.explosioncount++; duplicateMovieClip (_root.explosion, "explosion" + _root.explosioncount, _root.explosioncount); setProperty("_root.explosion" + _root.explosioncount, _x , _parent._parent._x + 10); setProperty("_root.explosion" + _root.explosioncount, _y , _parent._parent._y + 10); if (_root.explosioncount >= 4070) { _root.explosioncount = 4050; } _root.score = _root.score + 5; } i++; } } }
Instance of Symbol 222 MovieClip in Symbol 231 MovieClip Frame 7
onClipEvent (load) { allowfire = 0; } onClipEvent (enterFrame) { if (allowfire == 0) { i = 2000; while (2010 >= i) { if (this.hitTest("_root." + i)) { gotoAndStop (2); removeMovieClip("_root." + i); allowfire = 1; _root.explosioncount++; duplicateMovieClip (_root.explosion, "explosion" + _root.explosioncount, _root.explosioncount); setProperty("_root.explosion" + _root.explosioncount, _x , _parent._parent._x + 10); setProperty("_root.explosion" + _root.explosioncount, _y , _parent._parent._y + 10); if (_root.explosioncount >= 4070) { _root.explosioncount = 4050; } _root.score = _root.score + 5; } i++; } } }
Instance of Symbol 224 MovieClip in Symbol 231 MovieClip Frame 8
onClipEvent (load) { allowfire = 0; } onClipEvent (enterFrame) { if (allowfire == 0) { i = 2000; while (2010 >= i) { if (this.hitTest("_root." + i)) { gotoAndStop (2); removeMovieClip("_root." + i); allowfire = 1; _root.explosioncount++; duplicateMovieClip (_root.explosion, "explosion" + _root.explosioncount, _root.explosioncount); setProperty("_root.explosion" + _root.explosioncount, _x , _parent._parent._x + 10); setProperty("_root.explosion" + _root.explosioncount, _y , _parent._parent._y + 10); if (_root.explosioncount >= 4070) { _root.explosioncount = 4050; } _root.score = _root.score + 5; } i++; } } }
Instance of Symbol 226 MovieClip in Symbol 231 MovieClip Frame 9
onClipEvent (load) { allowfire = 0; } onClipEvent (enterFrame) { if (allowfire == 0) { i = 2000; while (2010 >= i) { if (this.hitTest("_root." + i)) { gotoAndStop (2); removeMovieClip("_root." + i); allowfire = 1; _root.explosioncount++; duplicateMovieClip (_root.explosion, "explosion" + _root.explosioncount, _root.explosioncount); setProperty("_root.explosion" + _root.explosioncount, _x , _parent._parent._x + 10); setProperty("_root.explosion" + _root.explosioncount, _y , _parent._parent._y + 10); if (_root.explosioncount >= 4070) { _root.explosioncount = 4050; } _root.score = _root.score + 5; } i++; } } }
Symbol 232 MovieClip Frame 1
stop();
Instance of Symbol 169 MovieClip in Symbol 232 MovieClip Frame 1
onClipEvent (load) { setdestroy = random(10) + 1; if (setdestroy == 1) { gotoAndStop (2); } if (setdestroy == 2) { gotoAndStop (3); } allowhit = 1; } onClipEvent (enterFrame) { if ((allowhit == 1) && (setdestroy < 3)) { i = 2000; while (2010 >= i) { if (this.hitTest("_root." + i)) { allowhit = 0; gotoAndStop (4); removeMovieClip("_root." + i); _root.explosioncount++; duplicateMovieClip (_root.explosion, "explosion" + _root.explosioncount, _root.explosioncount); setProperty("_root.explosion" + _root.explosioncount, _x , _parent._x + 10); setProperty("_root.explosion" + _root.explosioncount, _y , _parent._y + 10); if (_root.explosioncount >= 4070) { _root.explosioncount = 4050; } _root.score = _root.score + 10; } i++; } } }
Instance of Symbol 175 MovieClip in Symbol 232 MovieClip Frame 2
onClipEvent (load) { setdestroy = random(10) + 1; if (setdestroy == 1) { gotoAndStop (2); } if (setdestroy == 2) { gotoAndStop (3); } allowhit = 1; } onClipEvent (enterFrame) { if ((allowhit == 1) && (setdestroy < 3)) { i = 2000; while (2010 >= i) { if (this.hitTest("_root." + i)) { allowhit = 0; gotoAndStop (4); removeMovieClip("_root." + i); _root.explosioncount++; duplicateMovieClip (_root.explosion, "explosion" + _root.explosioncount, _root.explosioncount); setProperty("_root.explosion" + _root.explosioncount, _x , _parent._x + 10); setProperty("_root.explosion" + _root.explosioncount, _y , _parent._y + 10); if (_root.explosioncount >= 4070) { _root.explosioncount = 4050; } _root.score = _root.score + 10; } i++; } } }
Instance of Symbol 181 MovieClip in Symbol 232 MovieClip Frame 3
onClipEvent (load) { setdestroy = random(10) + 1; if (setdestroy == 1) { gotoAndStop (2); } if (setdestroy == 2) { gotoAndStop (3); } allowhit = 1; } onClipEvent (enterFrame) { if ((allowhit == 1) && (setdestroy < 3)) { i = 2000; while (2010 >= i) { if (this.hitTest("_root." + i)) { allowhit = 0; gotoAndStop (4); removeMovieClip("_root." + i); _root.explosioncount++; duplicateMovieClip (_root.explosion, "explosion" + _root.explosioncount, _root.explosioncount); setProperty("_root.explosion" + _root.explosioncount, _x , _parent._x + 10); setProperty("_root.explosion" + _root.explosioncount, _y , _parent._y + 10); if (_root.explosioncount >= 4070) { _root.explosioncount = 4050; } _root.score = _root.score + 10; } i++; } } }
Instance of Symbol 187 MovieClip in Symbol 232 MovieClip Frame 4
onClipEvent (load) { setdestroy = random(10) + 1; if (setdestroy == 1) { gotoAndStop (2); } if (setdestroy == 2) { gotoAndStop (3); } allowhit = 1; } onClipEvent (enterFrame) { if ((allowhit == 1) && (setdestroy < 3)) { i = 2000; while (2010 >= i) { if (this.hitTest("_root." + i)) { allowhit = 0; gotoAndStop (4); removeMovieClip("_root." + i); _root.explosioncount++; duplicateMovieClip (_root.explosion, "explosion" + _root.explosioncount, _root.explosioncount); setProperty("_root.explosion" + _root.explosioncount, _x , _parent._x + 10); setProperty("_root.explosion" + _root.explosioncount, _y , _parent._y + 10); if (_root.explosioncount >= 4070) { _root.explosioncount = 4050; } _root.score = _root.score + 10; } i++; } } }
Instance of Symbol 192 MovieClip in Symbol 232 MovieClip Frame 5
onClipEvent (load) { setdestroy = random(10) + 1; if (setdestroy == 1) { gotoAndStop (2); } if (setdestroy == 2) { gotoAndStop (3); } allowhit = 1; } onClipEvent (enterFrame) { if ((allowhit == 1) && (setdestroy < 3)) { i = 2000; while (2010 >= i) { if (this.hitTest("_root." + i)) { allowhit = 0; gotoAndStop (4); removeMovieClip("_root." + i); _root.explosioncount++; duplicateMovieClip (_root.explosion, "explosion" + _root.explosioncount, _root.explosioncount); setProperty("_root.explosion" + _root.explosioncount, _x , _parent._x + 10); setProperty("_root.explosion" + _root.explosioncount, _y , _parent._y + 10); if (_root.explosioncount >= 4070) { _root.explosioncount = 4050; } _root.score = _root.score + 10; } i++; } } }
Instance of Symbol 197 MovieClip in Symbol 232 MovieClip Frame 6
onClipEvent (load) { setdestroy = random(10) + 1; if (setdestroy == 1) { gotoAndStop (2); } if (setdestroy == 2) { gotoAndStop (3); } allowhit = 1; } onClipEvent (enterFrame) { if ((allowhit == 1) && (setdestroy < 3)) { i = 2000; while (2010 >= i) { if (this.hitTest("_root." + i)) { allowhit = 0; gotoAndStop (4); removeMovieClip("_root." + i); _root.explosioncount++; duplicateMovieClip (_root.explosion, "explosion" + _root.explosioncount, _root.explosioncount); setProperty("_root.explosion" + _root.explosioncount, _x , _parent._x + 10); setProperty("_root.explosion" + _root.explosioncount, _y , _parent._y + 10); if (_root.explosioncount >= 4070) { _root.explosioncount = 4050; } _root.score = _root.score + 10; } i++; } } }
Instance of Symbol 202 MovieClip in Symbol 232 MovieClip Frame 7
onClipEvent (load) { setdestroy = random(10) + 1; if (setdestroy == 1) { gotoAndStop (2); } if (setdestroy == 2) { gotoAndStop (3); } allowhit = 1; } onClipEvent (enterFrame) { if ((allowhit == 1) && (setdestroy < 3)) { i = 2000; while (2010 >= i) { if (this.hitTest("_root." + i)) { allowhit = 0; gotoAndStop (4); removeMovieClip("_root." + i); _root.explosioncount++; duplicateMovieClip (_root.explosion, "explosion" + _root.explosioncount, _root.explosioncount); setProperty("_root.explosion" + _root.explosioncount, _x , _parent._x + 10); setProperty("_root.explosion" + _root.explosioncount, _y , _parent._y + 10); if (_root.explosioncount >= 4070) { _root.explosioncount = 4050; } _root.score = _root.score + 10; } i++; } } }
Instance of Symbol 207 MovieClip in Symbol 232 MovieClip Frame 8
onClipEvent (load) { setdestroy = random(10) + 1; if (setdestroy == 1) { gotoAndStop (2); } if (setdestroy == 2) { gotoAndStop (3); } allowhit = 1; } onClipEvent (enterFrame) { if ((allowhit == 1) && (setdestroy < 3)) { i = 2000; while (2010 >= i) { if (this.hitTest("_root." + i)) { allowhit = 0; gotoAndStop (4); removeMovieClip("_root." + i); _root.explosioncount++; duplicateMovieClip (_root.explosion, "explosion" + _root.explosioncount, _root.explosioncount); setProperty("_root.explosion" + _root.explosioncount, _x , _parent._x + 10); setProperty("_root.explosion" + _root.explosioncount, _y , _parent._y + 10); if (_root.explosioncount >= 4070) { _root.explosioncount = 4050; } _root.score = _root.score + 10; } i++; } } }
Instance of Symbol 231 MovieClip in Symbol 232 MovieClip Frame 9
onClipEvent (load) { gotoAndStop(random(40) + 1); }
Symbol 243 MovieClip Frame 1
stop();
Symbol 251 MovieClip Frame 45
stop();
Symbol 253 MovieClip Frame 1
stop();
Instance of Symbol 248 MovieClip in Symbol 253 MovieClip Frame 3
onClipEvent (enterFrame) { _rotation = (_rotation + 10); }
Symbol 280 MovieClip Frame 1
stop();
Instance of Symbol 271 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.showbonus = 1; _root.bonus.bonusdisplay = "Pulse Cannon"; _root.bulletstop = 6; _x = -300; _root.bonuscountdown = 50; } }
Instance of Symbol 273 MovieClip in Symbol 280 MovieClip Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.showbonus = 1; _root.bonus.bonusdisplay = "Spread Cannon"; _root.bulletstop = 2; _x = -300; _root.bonuscountdown = 50; } }
Instance of Symbol 275 MovieClip in Symbol 280 MovieClip Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.showbonus = 1; _root.bonus.bonusdisplay = "Starburst"; _root.bulletstop = 3; _x = -300; _root.bonuscountdown = 50; } }
Instance of Symbol 277 MovieClip in Symbol 280 MovieClip Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.showbonus = 1; _root.bonus.bonusdisplay = "Horizon Cannon"; _root.bulletstop = 4; _x = -300; _root.bonuscountdown = 50; } }
Instance of Symbol 279 MovieClip in Symbol 280 MovieClip Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.showbonus = 1; _root.bonus.bonusdisplay = "Expansion Cannon"; _root.bulletstop = 5; _x = -300; _root.bonuscountdown = 50; } }
Symbol 287 MovieClip Frame 15
removeMovieClip(this);
Symbol 302 MovieClip Frame 1
stop();
Instance of Symbol 290 MovieClip "enemy" in Symbol 302 MovieClip Frame 1
onClipEvent (load) { allowfire = 0; maketurn = random(150) + 10; movedown = 0; dropspeed = random(2) + 1; } onClipEvent (enterFrame) { if (_parent._name != "enemy") { firebullet = random(75); if (firebullet == 1) { _root.e3bullet++; duplicateMovieClip (_root.bullet3, "b3" + _root.e3bullet, _root.e3bullet); setProperty("_root.b3" + _root.e3bullet, _x , _parent._x); setProperty("_root.b3" + _root.e3bullet, _y , _parent._y); if (movedown == 1) { tellTarget ("_root.b3" + _root.e3bullet) { direction = 2; }; } else { tellTarget ("_root.b3" + _root.e3bullet) { direction = 1; }; } if (3010 < _root.e3bullet) { _root.e3bullet = 3000; } } if (330 < _parent._y) { removeMovieClip(this); } if (_parent._y < -30) { removeMovieClip(this); } turncount++; if (turncount >= maketurn) { turncount = 0; maketurn = random(150) + 10; if (movedown == 0) { movedown = 1; } else { movedown = 0; } } if (movedown == 1) { if (innerenemy._rotation < 180) { innerenemy._rotation = innerenemy._rotation + 10; _parent._y = _parent._y + _root.scrollspeed; } else { _parent._y = _parent._y - ((2 * dropspeed) - _root.scrollspeed); } } else if (0 < innerenemy._rotation) { innerenemy._rotation = innerenemy._rotation - 20; _parent._y = _parent._y + _root.scrollspeed; } else { _parent._y = _parent._y + (dropspeed + _root.scrollspeed); } } }
Instance of Symbol 293 MovieClip "tank" in Symbol 302 MovieClip Frame 2
onClipEvent (load) { allowfire = 0; maketurn = random(150) + 10; movedown = 0; dropspeed = random(2) + 2; } onClipEvent (enterFrame) { if (_parent._name != "enemy") { firebullet = random(50); if (firebullet == 1) { _root.e3bullet++; duplicateMovieClip (_root.bullet3, "b3" + _root.e3bullet, _root.e3bullet); setProperty("_root.b3" + _root.e3bullet, _x , _parent._x); setProperty("_root.b3" + _root.e3bullet, _y , _parent._y); if (movedown == 1) { tellTarget ("_root.b3" + _root.e3bullet) { direction = 3; }; } else { tellTarget ("_root.b3" + _root.e3bullet) { direction = 4; }; } if (3010 < _root.e3bullet) { _root.e3bullet = 3000; } } if (330 < _parent._y) { removeMovieClip(this); } _parent._y = _parent._y + _root.scrollspeed; turncount++; if (turncount >= maketurn) { turncount = 0; maketurn = random(150) + 10; if (movedown == 0) { movedown = 1; } else { movedown = 0; } } if (movedown == 1) { if (innerenemy._rotation < 180) { innerenemy._rotation = innerenemy._rotation + 10; } else { _parent._x = _parent._x + 2; } } else if (0 < innerenemy._rotation) { innerenemy._rotation = innerenemy._rotation - 20; } else { _parent._x = _parent._x - 2; } if (330 < _parent._x) { movedown = 0; } if (_parent._x < -30) { movedown = 1; } } }
Instance of Symbol 295 MovieClip in Symbol 302 MovieClip Frame 3
onClipEvent (load) { allowfire = 0; maketurn = random(150) + 10; movedown = 0; dropspeed = 1; } onClipEvent (enterFrame) { if (_parent._name != "enemy") { firebullet = random(75); if (firebullet == 1) { _root.e3bullet++; duplicateMovieClip (_root.bullet3, "b3" + _root.e3bullet, _root.e3bullet); setProperty("_root.b3" + _root.e3bullet, _x , _parent._x); setProperty("_root.b3" + _root.e3bullet, _y , _parent._y); if (movedown == 1) { tellTarget ("_root.b3" + _root.e3bullet) { direction = 2; }; } else { tellTarget ("_root.b3" + _root.e3bullet) { direction = 1; }; } if (3010 < _root.e3bullet) { _root.e3bullet = 3000; } } _parent._y = _parent._y + (dropspeed + _root.scrollspeed); } }
Instance of Symbol 297 MovieClip in Symbol 302 MovieClip Frame 4
onClipEvent (load) { allowfire = 0; maketurn = random(150) + 10; movedown = 0; dropspeed = 1; } onClipEvent (enterFrame) { if (_parent._name != "enemy") { if (addhit >= 10) { removeMovieClip(_parent); } firebullet = random(75); if (firebullet == 1) { _root.e3bullet++; duplicateMovieClip (_root.bullet3, "b3" + _root.e3bullet, _root.e3bullet); setProperty("_root.b3" + _root.e3bullet, _x , _parent._x); setProperty("_root.b3" + _root.e3bullet, _y , _parent._y); if (movedown == 1) { tellTarget ("_root.b3" + _root.e3bullet) { direction = 2; }; } else { tellTarget ("_root.b3" + _root.e3bullet) { direction = 1; }; } if (3010 < _root.e3bullet) { _root.e3bullet = 3000; } } _parent._y = _parent._y + (dropspeed + _root.scrollspeed); } }
Instance of Symbol 299 MovieClip in Symbol 302 MovieClip Frame 5
onClipEvent (load) { allowfire = 0; maketurn = random(150) + 10; movedown = 0; dropspeed = 1; } onClipEvent (enterFrame) { if (_parent._name != "enemy") { if (addhit >= 10) { removeMovieClip(_parent); } firebullet = random(75); if (firebullet == 1) { _root.e3bullet++; duplicateMovieClip (_root.bullet3, "b3" + _root.e3bullet, _root.e3bullet); setProperty("_root.b3" + _root.e3bullet, _x , _parent._x); setProperty("_root.b3" + _root.e3bullet, _y , _parent._y); if (movedown == 1) { tellTarget ("_root.b3" + _root.e3bullet) { direction = 2; }; } else { tellTarget ("_root.b3" + _root.e3bullet) { direction = 1; }; } if (3010 < _root.e3bullet) { _root.e3bullet = 3000; } } _parent._y = _parent._y + (dropspeed + _root.scrollspeed); } }
Instance of Symbol 301 MovieClip in Symbol 302 MovieClip Frame 6
onClipEvent (load) { allowfire = 0; maketurn = random(150) + 10; movedown = 0; dropspeed = 1; } onClipEvent (enterFrame) { if (_parent._name != "enemy") { if (addhit >= 10) { removeMovieClip(_parent); } dropmine = random(100); if (dropmine == 1) { _root.minecount++; duplicateMovieClip (_root.mine1, "m" + _root.minecount, _root.minecount); setProperty("_root.m" + _root.minecount, _x , _parent._x); setProperty("_root.m" + _root.minecount, _y , _parent._y); if (11010 < _root.minecount) { _root.minecount = 11000; } } _parent._y = _parent._y + (dropspeed + _root.scrollspeed); } }
Symbol 329 MovieClip Frame 1
stop();
Instance of Symbol 323 MovieClip in Symbol 329 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { if (_root.shipcount < 5) { _x = -300; _root.shipcount++; _root.icondepth = 14010; _root.placeiconx = -8; s = 0; while ((_root.shipcount + 1) >= s) { _root.icondepth++; removeMovieClip("_root.icon" + _root.icondepth); s++; } _root.placeiconx = -8; _root.icondepth = 14010; s = 1; while (_root.shipcount >= s) { _root.icondepth++; _root.placeiconx = _root.placeiconx + 20; duplicateMovieClip (_root.shipicon, "icon" + _root.icondepth, _root.icondepth); setProperty("_root.icon" + _root.icondepth, _x , _root.placeiconx); setProperty("_root.icon" + _root.icondepth, _y , 8); s++; } _root.showbonus = 1; _root.bonus.bonusdisplay = "Replacement"; } } }
Instance of Symbol 328 MovieClip in Symbol 329 MovieClip Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _x = -300; _root.shield = 1; _root.showbonus = 1; _root.bonus.bonusdisplay = "Shield"; } }
Symbol 333 MovieClip Frame 1
stop();
Instance of Symbol 332 MovieClip "turret2" in Symbol 333 MovieClip Frame 2
onClipEvent (load) { allowfire = 0; } onClipEvent (enterFrame) { if (allowfire == 0) { place_x = _root.ship._x - _parent._x; place_y = _root.ship._y - _parent._y; if ((0 < place_x) && (0 < place_y)) { quad = 4; } if ((place_x < 0) && (0 < place_y)) { quad = 1; } if ((place_x < 0) && (place_y < 0)) { quad = 2; } if ((0 < place_x) && (place_y < 0)) { quad = 3; } abs_x = Math.abs(place_x); abs_y = Math.abs(place_y); tg = abs_y / abs_x; maths = (Math.atan(tg) * Number(180)) / Math.PI; if (quad == 1) { targetangle = 270 - maths; } if (quad == 2) { targetangle = 270 + maths; } if (quad == 3) { targetangle = 90 - maths; } if (quad == 4) { targetangle = 90 + maths; } _rotation = targetangle; firebullet = random(50); if (firebullet == 1) { _root.ebullet++; duplicateMovieClip (_root.bullet2, "b" + _root.ebullet, _root.ebullet); setProperty("_root.b" + _root.ebullet, _x , _parent._x); setProperty("_root.b" + _root.ebullet, _y , _parent._y); tellTarget ("_root.b" + _root.ebullet) { xv = 5 * Math.sin((Math.PI/180) * this:targetangle); yv = -5 * Math.cos((Math.PI/180) * this:targetangle); }; if (3010 < _root.ebullet) { _root.ebullet = 3000; } } } }
Symbol 335 MovieClip Frame 1
stop();

Library Items

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

Instance Names

"sidekick1"Frame 1Symbol 6 MovieClip
"size"Frame 1Symbol 9 MovieClip
"backdrop"Frame 8Symbol 37 MovieClip
"bubble"Frame 8Symbol 50 MovieClip
"mine1"Frame 8Symbol 61 MovieClip
"terrain"Frame 8Symbol 164 MovieClip
"terrain2"Frame 8Symbol 232 MovieClip
"dragger"Frame 8Symbol 233 MovieClip
"ship1"Frame 8Symbol 243 MovieClip
"bullets"Frame 8Symbol 253 MovieClip
"shipshield1"Frame 8Symbol 256 MovieClip
"lander"Frame 8Symbol 280 MovieClip
"dockingship1"Frame 8Symbol 284 MovieClip
"shipicon"Frame 8Symbol 286 MovieClip
"explosion"Frame 8Symbol 287 MovieClip
"enemy"Frame 8Symbol 302 MovieClip
"bullet2"Frame 8Symbol 303 MovieClip
"bullet3"Frame 8Symbol 305 MovieClip
"overlay"Frame 8Symbol 310 MovieClip
"shipsmall1"Frame 8Symbol 312 MovieClip
"enemysmall1"Frame 8Symbol 314 MovieClip
"radarscreen"Frame 8Symbol 316 MovieClip
"bonus1"Frame 8Symbol 318 MovieClip
"gamelevel1"Frame 8Symbol 321 MovieClip
"bonusship1"Frame 8Symbol 329 MovieClip
"traincar"Frame 8Symbol 333 MovieClip
"trainengine"Frame 8Symbol 335 MovieClip
"track"Frame 8Symbol 337 MovieClip
"gun"Symbol 162 MovieClip Frame 1Symbol 135 MovieClip
"tile"Symbol 164 MovieClip Frame 1Symbol 72 MovieClip
"tile"Symbol 164 MovieClip Frame 2Symbol 79 MovieClip
"tile"Symbol 164 MovieClip Frame 3Symbol 86 MovieClip
"tile"Symbol 164 MovieClip Frame 4Symbol 93 MovieClip
"tile"Symbol 164 MovieClip Frame 5Symbol 100 MovieClip
"tile"Symbol 164 MovieClip Frame 6Symbol 107 MovieClip
"tile"Symbol 164 MovieClip Frame 7Symbol 114 MovieClip
"tile"Symbol 164 MovieClip Frame 8Symbol 121 MovieClip
"tile"Symbol 164 MovieClip Frame 9Symbol 163 MovieClip
"lander2"Symbol 280 MovieClip Frame 1Symbol 269 MovieClip
"innerenemy"Symbol 290 MovieClip Frame 1Symbol 289 MovieClip
"innerenemy"Symbol 293 MovieClip Frame 1Symbol 292 MovieClip
"enemy"Symbol 302 MovieClip Frame 1Symbol 290 MovieClip
"tank"Symbol 302 MovieClip Frame 2Symbol 293 MovieClip
"turret2"Symbol 333 MovieClip Frame 2Symbol 332 MovieClip

Special Tags

Protect (24)Timeline Frame 131 bytes "..$1$bJ$daYeNV/JQKQsR/K4.Zab8.."

Labels

"placement"Frame 11

Dynamic Text Variables

percentSymbol 4 EditableText"0"
TextField23Symbol 8 EditableText"Preloader Actions"
keydisplaySymbol 15 EditableText""
scoreSymbol 307 EditableText""
platformsremainingSymbol 308 EditableText"0"
firepowercountSymbol 309 EditableText"0"
bonusdisplaySymbol 317 EditableText"BONUS"
gameleveldisplaySymbol 320 EditableText""




http://swfchan.com/9/42436/info.shtml
Created: 9/5 -2019 23:04:24 Last modified: 9/5 -2019 23:04:24 Server time: 29/04 -2024 10:20:19