| STORY LOOP FURRY PORN GAMES • C • SERVICES [?] [R] RND POPULAR | Archived flashes: 229962 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2599 · P5197 |
![]() | This is the info page for Flash #23682 |
0 |
Preloader Actions |
CLICK ANYWHERE TO BEGIN |
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 |
transmitting data |
your final score: |
ActionScript [AS1/AS2] (78.19 KiB)
Frame 1 (33 B)stage.showMenu = false; stop();Instance of Symbol 9 MovieClip "size" in Frame 1 (400 B)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 (startcounter > 0) { playcounter++; _root.percent = playcounter; } if (playcounter > 50) { tellTarget ("_root") { play(); }; } }Frame 2 (51 B)duplicateMovieClip (_root.mask, "newmask", 20000);Frame 3 (17 B)gotoAndPlay (2);Frame 5 (17 B)gotoAndPlay (4);Frame 7 (17 B)gotoAndPlay (6);Frame 8 (1.9 KiB)●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 (s <= _root.shipcount) { icondepth++; placeiconx = placeiconx + 20; duplicateMovieClip (_root.shipicon, "icon" + icondepth, icondepth); setProperty("_root.icon" + icondepth, _x , placeiconx); setProperty("_root.icon" + icondepth, _y , 8); if (icondepth > 14020) { 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 44 MovieClip "bubble" in Frame 8 (142 B)onClipEvent (enterFrame) { if (_name != "bubble") { _y = (_y + _root.scrollspeed); if (_y > 320) { removeMovieClip(this); } } }Instance of Symbol 55 MovieClip "mine1" in Frame 8 (762 B)onClipEvent (enterFrame) { if (_name != "mine1") { _y = (_y + _root.scrollspeed); if (_y > 320) { 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 158 MovieClip "terrain" in Frame 8 (255 B)onClipEvent (load) { settype = _root.tiletype; } onClipEvent (enterFrame) { if (_name != "terrain") { tellTarget (this.tile) { gotoAndStop(this:settype); }; _y = (_y + _root.scrollspeed); if (_y > 320) { removeMovieClip(this); } } }Instance of Symbol 226 MovieClip "terrain2" in Frame 8 (194 B)onClipEvent (load) { settype = _root.tiletype; } onClipEvent (enterFrame) { if (_name != "terrain2") { _y = (_y + _root.scrollspeed); if (_y > 320) { removeMovieClip(this); } } }Instance of Symbol 227 MovieClip "dragger" in Frame 8 (61 B)onClipEvent (load) { _alpha = 0; _x = 150; _y = -150; }Instance of Symbol 237 MovieClip "ship1" in Frame 8 (0.99 KiB)onClipEvent (load) { bonuscountdwon = 50; } onClipEvent (enterFrame) { if (_name != "ship1") { if (_y < -20) { _alpha = 100; } if (Key.isDown(32) && (_alpha > 0)) { if (firecount == 0) { if (_root.bulletstop > 1) { _root.bonuscountdown--; if (_root.bonuscountdown <= 0) { _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 (_root.bulletcount > 2010) { _root.bulletcount = 2000; } } firecount++; if (firecount >= 10) { firecount = 0; } } else { firecount = 0; if (_root.shotsfired > 0) { _root.shotsfired = _root.shotsfired - 0.2; } } _rotation = _root.dragger._rotation; } }Instance of Symbol 247 MovieClip "bullets" in Frame 8 (218 B)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 250 MovieClip "shipshield1" in Frame 8 (141 B)onClipEvent (enterFrame) { if (_root.shield == 1) { _x = _root.ship._x; _y = _root.ship._y; } else { _x = -100; _y = -100; } }Instance of Symbol 274 MovieClip "lander" in Frame 8 (229 B)onClipEvent (enterFrame) { if (_name != "lander") { _y = (_y + (_root.scrollspeed * 2)); if (_y > 350) { removeMovieClip(this); _root.allowlander = 0; } } } onClipEvent (load) { gotoAndStop(random(5) + 1 +1); }Instance of Symbol 278 MovieClip "dockingship1" in Frame 8 (426 B)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 (_y > 350) { removeMovieClip(this); _root.allowlander = 0; } } }Instance of Symbol 281 MovieClip "explosion" in Frame 8 (79 B)onClipEvent (enterFrame) { if (_name == "explosion") { gotoAndStop (2); } }Instance of Symbol 296 MovieClip "enemy" in Frame 8 (2.46 KiB)●onClipEvent (load) { allowfire = 0; _x = ((random(12) + 2) * 20); _y = -100; _root.escount++; duplicateMovieClip (_root.enemysmall1, "es" + this._name, _root.escount); if (_root.escount > 9500) { _root.escount = 9000; } } onClipEvent (enterFrame) { if (_name != "enemy") { if (_y > 330) { 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 (i <= 2010) { 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 297 MovieClip "bullet2" in Frame 8 (845 B)onClipEvent (enterFrame) { if (_name != "bullet2") { _x = (_x + xv); _y = (_y + yv); if ((((_x < 0) || (_x > 300)) || (_y < 0)) || (_y > 300)) { 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 299 MovieClip "bullet3" in Frame 8 (1.02 KiB)●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) || (_x > 300)) || (_y < 0)) || (_y > 300)) { 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 304 MovieClip "overlay" in Frame 8 (106 B)onClipEvent (enterFrame) { if ((score != _root.score) && (_root.gameover != 1)) { score++; } }Instance of Symbol 306 MovieClip "shipsmall1" in Frame 8 (214 B)onClipEvent (enterFrame) { if (_name != "shipsmall1") { _x = ((_root.ship._x / 8) + 248); _y = ((_root.ship._y / 8) + 18); if (_y < 6) { _alpha = 0; } if (_y > 6) { _alpha = 100; } } }Instance of Symbol 323 MovieClip "bonusship1" in Frame 8 (260 B)onClipEvent (load) { bonustype = random(2) + 1; gotoAndStop(bonustype +1); } onClipEvent (enterFrame) { if (_name != "bonusship1") { _y = (_y + (_root.scrollspeed * 2)); if (_y > 350) { removeMovieClip(this); _root.allowbonusship = 0; } } }Instance of Symbol 327 MovieClip "traincar" in Frame 8 (1.01 KiB)●onClipEvent (load) { if (random(10) == 1) { gotoAndStop (3); } } onClipEvent (enterFrame) { if (_name != "traincar") { _y = (_y + _root.scrollspeed); if (_y > 320) { removeMovieClip(this); } if (direction == 0) { _x = (_x+1); if (_x > 340) { removeMovieClip(this); } } if (direction == 1) { _x = (_x-1); if (_x < -40) { removeMovieClip(this); } } if (_y > 320) { removeMovieClip(this); } i = 2000; while (i <= 2010) { 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 329 MovieClip "trainengine" in Frame 8 (2 KiB)●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 (t <= (maketrain + 951)) { 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 (t <= (maketrain + 951)) { 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 (_y > 320) { removeMovieClip(this); } if (direction == 0) { _x = (_x+1); if (_x > 340) { removeMovieClip(this); } } if (direction == 1) { _x = (_x-1); if (_x < -40) { removeMovieClip(this); } } i = 2000; while (i <= 2010) { 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 331 MovieClip "track" in Frame 8 (85 B)onClipEvent (enterFrame) { if (_y < 350) { _y = (_y + _root.scrollspeed); } }Frame 9 (8.35 KiB)●●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 (frame_play <= 60) { frame_play = frame_play + 2; } } else if (Key.isDown(37)) { if (_root.dragger._rotation > -15) { _root.dragger._rotation--; } if (_root.dragger._x > 10) { _root.dragger._x = _root.dragger._x - 4; } if (frame_play >= 20) { frame_play = frame_play - 2; } } else { if (_root.dragger._rotation > 0) { _root.dragger._rotation--; } if (_root.dragger._rotation < 0) { _root.dragger._rotation++; } if (frame_play < 40) { frame_play = frame_play + 2; } if (frame_play > 40) { 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 (_root.dragger._y > 10) { _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 (bubbletotal > 100) { 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 < 0) { remove = 0; while (remove <= 15500) { duplicateMovieClip (_root.filler, remove, remove); removeMovieClip("_root." + remove); remove++; } gotoAndPlay (13); } if (shippause == 100) { duplicateMovieClip (_root.dockingship1, "dockingship", 13999); setProperty(_root.dockingship, _y , -150); setProperty(_root.dockingship, _x , 150); } if ((displaycount == 0) && (_root.dockingship._y > 250)) { shield = 1; icondepth = 14010; placeiconx = 0; s = 0; while (s <= (_root.shipcount + 1)) { icondepth++; removeMovieClip("_root.icon" + icondepth); s++; } placeiconx = -8; icondepth = 14010; s = 1; while (s <= _root.shipcount) { 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) && (gamepause > 0)) { setProperty(gamelevel, _x , 150); setProperty(gamelevel, _y , 100); gamelevel.gameleveldisplay = gamelevelcount; } if (gamepause > 0) { gamepause--; } else { setProperty(gamelevel, _x , -150); setProperty(gamelevel, _y , -150); } if (gamepause <= 0) { 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 (playenemy > 40) { 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 (islandcount <= islandcreate) { i = 1; while (i <= 15) { if ((i >= islandx) && (i <= (islandx + islandwidth))) { 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) && (i > islandx)) && (i < (islandx + islandwidth))) { tellTarget ("_root." + totalcount) { gotoAndStop (2); }; } else if ((islandcount == 1) && (i == (islandx + islandwidth))) { tellTarget ("_root." + totalcount) { gotoAndStop (3); }; } else if (((islandcount > 1) && (islandcount < islandcreate)) && (i == islandx)) { tellTarget ("_root." + totalcount) { gotoAndStop (4); }; } else if (((islandcount > 1) && (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) && (i > islandx)) && (i < (islandx + islandwidth))) { tellTarget ("_root." + totalcount) { gotoAndStop (7); }; } else if ((islandcount == islandcreate) && (i == (islandx + islandwidth))) { tellTarget ("_root." + totalcount) { gotoAndStop (8); }; } else if ((((islandcount > 1) && (islandcount < islandcreate)) && (i > islandx)) && (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 (17 B)gotoAndPlay (9);Frame 11 (87 B)setProperty(ship, _x , potx + (difx / 5)); setProperty(ship, _y , poty + (dify / 5));Frame 13 (127 B)setProperty(ship, _x , 150); setProperty(ship, _y , 160); _root.score = Number(overlay.score); _root.gameover = 1; stop();Symbol 14 Button (86 B)on (release) { gotoAndPlay (4); } on (keyPress "<Space>") { gotoAndPlay (4); }Symbol 18 MovieClip Frame 1 (1.41 KiB)●if (this.sessionstarted != 1) { this.arcade = new LoadVars(); this.sessionvars = new LoadVars(); this.arcade.gamename = "airfox"; this.arcade.sessdo = "sessionstart"; this.arcade.sendAndLoad("arcade.php", sessionvars, "POST"); this.sessionstarted = 1; } if (_root.gameover == 1) { if ((this.askpermission != 1) && (this.sessionvars.connStatus == 1)) { this.prequestvars = new LoadVars(); this.pranswer = new LoadVars(); this.prequestvars.gametime = this.sessionvars.gametime; this.prequestvars.fakekey = this.sessionvars.initbar; if (_root.score == 0) { this.prequestvars.score = -1; } else { this.prequestvars.score = _root.score; } this.prequestvars.id = this.sessionvars.lastid; this.prequestvars.sessdo = "permrequest"; this.prequestvars.note = (this.prequestvars.id * this.prequestvars.score) * this.prequestvars.fakekey; this.prequestvars.sendAndLoad("./arcade.php", this.pranswer, "POST"); this.askpermission = 1; } if ((this.pranswer.validate == 1) && (this.finalsent != 1)) { this.burnscore = new LoadVars(); this.burnscore.microone = this.pranswer.microone; this.burnscore.gametime = this.prequestvars.gametime; this.burnscore.id = this.prequestvars.id; if (_root.score == 0) { this.burnscore.noscore = 1; } this.burnscore.sessdo = "burn"; this.burnscore.send("./arcade.php", "_self", "POST"); this.finalsent = 1; } }Symbol 19 Button (86 B)on (release) { gotoAndPlay (6); } on (keyPress "<Space>") { gotoAndPlay (6); }Instance of Symbol 22 MovieClip in Symbol 23 MovieClip Frame 1 (84 B)onClipEvent (enterFrame) { _y = (_y - 0.3); if (_y < -950) { _y = -22; } }Symbol 25 Button (86 B)on (release) { gotoAndPlay (8); } on (keyPress "<Space>") { gotoAndPlay (8); }Symbol 31 MovieClip Frame 1 (8 B)stop();Symbol 44 MovieClip Frame 200 (23 B)removeMovieClip(this);Instance of Symbol 46 MovieClip in Symbol 55 MovieClip Frame 1 (59 B)onClipEvent (enterFrame) { _rotation = (_rotation + 5); }Symbol 55 MovieClip Frame 244 (23 B)removeMovieClip(this);Symbol 65 MovieClip Frame 1 (8 B)stop();Symbol 66 MovieClip Frame 1 (8 B)stop();Instance of Symbol 65 MovieClip in Symbol 66 MovieClip Frame 1 (836 B)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 (i <= 2010) { 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 72 MovieClip Frame 1 (8 B)stop();Symbol 73 MovieClip Frame 1 (8 B)stop();Instance of Symbol 72 MovieClip in Symbol 73 MovieClip Frame 1 (836 B)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 (i <= 2010) { 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 79 MovieClip Frame 1 (8 B)stop();Symbol 80 MovieClip Frame 1 (8 B)stop();Instance of Symbol 79 MovieClip in Symbol 80 MovieClip Frame 1 (836 B)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 (i <= 2010) { 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 86 MovieClip Frame 1 (8 B)stop();Symbol 86 MovieClip Frame 2 (8 B)stop();Symbol 87 MovieClip Frame 1 (8 B)stop();Instance of Symbol 86 MovieClip in Symbol 87 MovieClip Frame 1 (836 B)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 (i <= 2010) { 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 93 MovieClip Frame 1 (8 B)stop();Symbol 94 MovieClip Frame 1 (8 B)stop();Instance of Symbol 93 MovieClip in Symbol 94 MovieClip Frame 1 (836 B)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 (i <= 2010) { 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 100 MovieClip Frame 1 (8 B)stop();Symbol 101 MovieClip Frame 1 (8 B)stop();Instance of Symbol 100 MovieClip in Symbol 101 MovieClip Frame 1 (836 B)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 (i <= 2010) { 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 107 MovieClip Frame 1 (8 B)stop();Symbol 108 MovieClip Frame 1 (8 B)stop();Instance of Symbol 107 MovieClip in Symbol 108 MovieClip Frame 1 (836 B)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 (i <= 2010) { 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 114 MovieClip Frame 1 (8 B)stop();Symbol 115 MovieClip Frame 1 (8 B)stop();Instance of Symbol 114 MovieClip in Symbol 115 MovieClip Frame 1 (836 B)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 (i <= 2010) { 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 121 MovieClip Frame 1 (8 B)stop();Symbol 128 MovieClip Frame 79 (8 B)stop();Symbol 129 MovieClip Frame 1 (8 B)stop();Symbol 131 MovieClip Frame 1 (8 B)stop();Symbol 133 MovieClip Frame 1 (8 B)stop();Symbol 136 MovieClip Frame 1 (8 B)stop();Symbol 140 MovieClip Frame 1 (8 B)stop();Symbol 145 MovieClip Frame 1 (8 B)stop();Symbol 148 MovieClip Frame 1 (8 B)stop();Symbol 150 MovieClip Frame 1 (8 B)stop();Symbol 155 MovieClip Frame 1 (8 B)stop();Instance of Symbol 129 MovieClip "gun" in Symbol 156 MovieClip Frame 1 (1.98 KiB)●onClipEvent (load) { allowfire = 0; } onClipEvent (enterFrame) { i = 2000; while (i <= 2010) { 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 ((place_x > 0) && (place_y > 0)) { quad = 4; } if ((place_x < 0) && (place_y > 0)) { quad = 1; } if ((place_x < 0) && (place_y < 0)) { quad = 2; } if ((place_x > 0) && (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 (_root.ebullet > 3010) { _root.ebullet = 3000; } } } }Instance of Symbol 131 MovieClip in Symbol 156 MovieClip Frame 5 (699 B)onClipEvent (load) { allowfire = 0; } onClipEvent (enterFrame) { if (allowfire == 0) { i = 2000; while (i <= 2010) { 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 133 MovieClip in Symbol 156 MovieClip Frame 9 (699 B)onClipEvent (load) { allowfire = 0; } onClipEvent (enterFrame) { if (allowfire == 0) { i = 2000; while (i <= 2010) { 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 136 MovieClip in Symbol 156 MovieClip Frame 13 (699 B)onClipEvent (load) { allowfire = 0; } onClipEvent (enterFrame) { if (allowfire == 0) { i = 2000; while (i <= 2010) { 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 140 MovieClip in Symbol 156 MovieClip Frame 17 (700 B)onClipEvent (load) { allowfire = 0; } onClipEvent (enterFrame) { if (allowfire == 0) { i = 2000; while (i <= 2010) { 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 145 MovieClip in Symbol 156 MovieClip Frame 21 (700 B)onClipEvent (load) { allowfire = 0; } onClipEvent (enterFrame) { if (allowfire == 0) { i = 2000; while (i <= 2010) { 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 148 MovieClip in Symbol 156 MovieClip Frame 25 (698 B)onClipEvent (load) { allowfire = 0; } onClipEvent (enterFrame) { i = 2000; while (i <= 2010) { 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 150 MovieClip in Symbol 156 MovieClip Frame 29 (698 B)onClipEvent (load) { allowfire = 0; } onClipEvent (enterFrame) { i = 2000; while (i <= 2010) { 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 155 MovieClip in Symbol 156 MovieClip Frame 33 (698 B)onClipEvent (load) { allowfire = 0; } onClipEvent (enterFrame) { i = 2000; while (i <= 2010) { 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 157 MovieClip Frame 1 (8 B)stop();Instance of Symbol 156 MovieClip in Symbol 157 MovieClip Frame 1 (52 B)onClipEvent (load) { gotoAndStop(random(35) + 1); }Symbol 158 MovieClip Frame 9 (8 B)stop();Instance of Symbol 121 MovieClip in Symbol 158 MovieClip Frame 9 (51 B)onClipEvent (load) { gotoAndStop(random(5) + 1); }Symbol 163 MovieClip Frame 1 (8 B)stop();Symbol 169 MovieClip Frame 1 (8 B)stop();Symbol 175 MovieClip Frame 1 (8 B)stop();Symbol 181 MovieClip Frame 1 (8 B)stop();Symbol 186 MovieClip Frame 1 (8 B)stop();Symbol 191 MovieClip Frame 1 (8 B)stop();Symbol 196 MovieClip Frame 1 (8 B)stop();Symbol 201 MovieClip Frame 1 (8 B)stop();Symbol 204 MovieClip Frame 1 (8 B)stop();Symbol 206 MovieClip Frame 1 (8 B)stop();Symbol 208 MovieClip Frame 1 (8 B)stop();Symbol 212 MovieClip Frame 1 (8 B)stop();Symbol 214 MovieClip Frame 1 (8 B)stop();Symbol 216 MovieClip Frame 1 (8 B)stop();Symbol 218 MovieClip Frame 1 (8 B)stop();Symbol 220 MovieClip Frame 1 (8 B)stop();Instance of Symbol 204 MovieClip in Symbol 225 MovieClip Frame 1 (683 B)onClipEvent (load) { allowfire = 0; } onClipEvent (enterFrame) { if (allowfire == 0) { i = 2000; while (i <= 2010) { 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 206 MovieClip in Symbol 225 MovieClip Frame 2 (683 B)onClipEvent (load) { allowfire = 0; } onClipEvent (enterFrame) { if (allowfire == 0) { i = 2000; while (i <= 2010) { 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 208 MovieClip in Symbol 225 MovieClip Frame 3 (683 B)onClipEvent (load) { allowfire = 0; } onClipEvent (enterFrame) { if (allowfire == 0) { i = 2000; while (i <= 2010) { 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 210 MovieClip in Symbol 225 MovieClip Frame 4 (683 B)onClipEvent (load) { allowfire = 0; } onClipEvent (enterFrame) { if (allowfire == 0) { i = 2000; while (i <= 2010) { 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 225 MovieClip Frame 5 (683 B)onClipEvent (load) { allowfire = 0; } onClipEvent (enterFrame) { if (allowfire == 0) { i = 2000; while (i <= 2010) { 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 225 MovieClip Frame 6 (683 B)onClipEvent (load) { allowfire = 0; } onClipEvent (enterFrame) { if (allowfire == 0) { i = 2000; while (i <= 2010) { 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 225 MovieClip Frame 7 (683 B)onClipEvent (load) { allowfire = 0; } onClipEvent (enterFrame) { if (allowfire == 0) { i = 2000; while (i <= 2010) { 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 225 MovieClip Frame 8 (683 B)onClipEvent (load) { allowfire = 0; } onClipEvent (enterFrame) { if (allowfire == 0) { i = 2000; while (i <= 2010) { 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 225 MovieClip Frame 9 (683 B)onClipEvent (load) { allowfire = 0; } onClipEvent (enterFrame) { if (allowfire == 0) { i = 2000; while (i <= 2010) { 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 226 MovieClip Frame 1 (8 B)stop();Instance of Symbol 163 MovieClip in Symbol 226 MovieClip Frame 1 (820 B)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 (i <= 2010) { 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 169 MovieClip in Symbol 226 MovieClip Frame 2 (820 B)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 (i <= 2010) { 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 226 MovieClip Frame 3 (820 B)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 (i <= 2010) { 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 226 MovieClip Frame 4 (820 B)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 (i <= 2010) { 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 186 MovieClip in Symbol 226 MovieClip Frame 5 (820 B)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 (i <= 2010) { 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 191 MovieClip in Symbol 226 MovieClip Frame 6 (820 B)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 (i <= 2010) { 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 196 MovieClip in Symbol 226 MovieClip Frame 7 (820 B)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 (i <= 2010) { 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 201 MovieClip in Symbol 226 MovieClip Frame 8 (820 B)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 (i <= 2010) { 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 225 MovieClip in Symbol 226 MovieClip Frame 9 (52 B)onClipEvent (load) { gotoAndStop(random(40) + 1); }Symbol 237 MovieClip Frame 1 (8 B)stop();Symbol 245 MovieClip Frame 45 (8 B)stop();Symbol 247 MovieClip Frame 1 (8 B)stop();Instance of Symbol 242 MovieClip in Symbol 247 MovieClip Frame 3 (60 B)onClipEvent (enterFrame) { _rotation = (_rotation + 10); }Symbol 274 MovieClip Frame 1 (8 B)stop();Instance of Symbol 265 MovieClip in Symbol 274 MovieClip Frame 1 (199 B)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 267 MovieClip in Symbol 274 MovieClip Frame 2 (200 B)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 269 MovieClip in Symbol 274 MovieClip Frame 3 (196 B)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 271 MovieClip in Symbol 274 MovieClip Frame 4 (201 B)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 273 MovieClip in Symbol 274 MovieClip Frame 5 (203 B)onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.showbonus = 1; _root.bonus.bonusdisplay = "Expansion Cannon"; _root.bulletstop = 5; _x = -300; _root.bonuscountdown = 50; } }Symbol 281 MovieClip Frame 15 (23 B)removeMovieClip(this);Symbol 296 MovieClip Frame 1 (8 B)stop();Instance of Symbol 284 MovieClip "enemy" in Symbol 296 MovieClip Frame 1 (1.45 KiB)●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 (_root.e3bullet > 3010) { _root.e3bullet = 3000; } } if (_parent._y > 330) { 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 (innerenemy._rotation > 0) { innerenemy._rotation = innerenemy._rotation - 20; _parent._y = _parent._y + _root.scrollspeed; } else { _parent._y = _parent._y + (dropspeed + _root.scrollspeed); } } }Instance of Symbol 287 MovieClip "tank" in Symbol 296 MovieClip Frame 2 (1.38 KiB)●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 (_root.e3bullet > 3010) { _root.e3bullet = 3000; } } if (_parent._y > 330) { 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 (innerenemy._rotation > 0) { innerenemy._rotation = innerenemy._rotation - 20; } else { _parent._x = _parent._x - 2; } if (_parent._x > 330) { movedown = 0; } if (_parent._x < -30) { movedown = 1; } } }Instance of Symbol 289 MovieClip in Symbol 296 MovieClip Frame 3 (760 B)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 (_root.e3bullet > 3010) { _root.e3bullet = 3000; } } _parent._y = _parent._y + (dropspeed + _root.scrollspeed); } }Instance of Symbol 291 MovieClip in Symbol 296 MovieClip Frame 4 (818 B)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 (_root.e3bullet > 3010) { _root.e3bullet = 3000; } } _parent._y = _parent._y + (dropspeed + _root.scrollspeed); } }Instance of Symbol 293 MovieClip in Symbol 296 MovieClip Frame 5 (818 B)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 (_root.e3bullet > 3010) { _root.e3bullet = 3000; } } _parent._y = _parent._y + (dropspeed + _root.scrollspeed); } }Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 6 (630 B)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 (_root.minecount > 11010) { _root.minecount = 11000; } } _parent._y = _parent._y + (dropspeed + _root.scrollspeed); } }Symbol 323 MovieClip Frame 1 (8 B)stop();Instance of Symbol 317 MovieClip in Symbol 323 MovieClip Frame 1 (800 B)onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { if (_root.shipcount < 5) { _x = -300; _root.shipcount++; _root.icondepth = 14010; _root.placeiconx = -8; s = 0; while (s <= (_root.shipcount + 1)) { _root.icondepth++; removeMovieClip("_root.icon" + _root.icondepth); s++; } _root.placeiconx = -8; _root.icondepth = 14010; s = 1; while (s <= _root.shipcount) { _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 322 MovieClip in Symbol 323 MovieClip Frame 2 (160 B)onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _x = -300; _root.shield = 1; _root.showbonus = 1; _root.bonus.bonusdisplay = "Shield"; } }Symbol 327 MovieClip Frame 1 (8 B)stop();Instance of Symbol 326 MovieClip "turret2" in Symbol 327 MovieClip Frame 2 (1.3 KiB)●onClipEvent (load) { allowfire = 0; } onClipEvent (enterFrame) { if (allowfire == 0) { place_x = _root.ship._x - _parent._x; place_y = _root.ship._y - _parent._y; if ((place_x > 0) && (place_y > 0)) { quad = 4; } if ((place_x < 0) && (place_y > 0)) { quad = 1; } if ((place_x < 0) && (place_y < 0)) { quad = 2; } if ((place_x > 0) && (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 (_root.ebullet > 3010) { _root.ebullet = 3000; } } } }Symbol 329 MovieClip Frame 1 (8 B)stop();
Library Items (21.91 KiB)
Symbol 1 Bitmap | Used by:2 | |
Symbol 2 Graphic | Uses:1 | Used by:19 25 Timeline |
Symbol 3 Font | Used by:4 301 302 303 311 314 332 333 334 | |
Symbol 4 EditableText | Uses:3 | Used by:Timeline |
Symbol 5 Graphic | Used by:6 | |
Symbol 6 MovieClip | Uses:5 | Used by:Timeline |
Symbol 7 Font | Used by:8 15 21 27 | |
Symbol 8 EditableText | Uses:7 | Used by:9 |
Symbol 9 MovieClip | Uses:8 | Used by:Timeline |
Symbol 10 Graphic | Used by:11 | |
Symbol 11 MovieClip | Uses:10 | Used by:Timeline |
Symbol 12 Bitmap | Used by:13 | |
Symbol 13 Graphic | Uses:12 | Used by:14 |
Symbol 14 Button | Uses:13 | Used by:Timeline |
Symbol 15 EditableText | Uses:7 | Used by:Timeline |
Symbol 16 Font | Used by:17 24 | |
Symbol 17 Text | Uses:16 | Used by:Timeline |
Symbol 18 MovieClip | Used by:Timeline | |
Symbol 19 Button | Uses:2 | Used by:Timeline |
Symbol 20 Graphic | Used by:23 | |
Symbol 21 Text | Uses:7 | Used by:22 |
Symbol 22 MovieClip | Uses:21 | Used by:23 |
Symbol 23 MovieClip | Uses:20 22 | Used by:Timeline |
Symbol 24 Text | Uses:16 | Used by:Timeline |
Symbol 25 Button | Uses:2 | Used by:Timeline |
Symbol 26 Graphic | Used by:28 | |
Symbol 27 Text | Uses:7 | Used by:28 |
Symbol 28 MovieClip | Uses:26 27 | Used by:Timeline |
Symbol 29 Graphic | Used by:Timeline | |
Symbol 30 Graphic | Used by:31 | |
Symbol 31 MovieClip | Uses:30 | Used by:Timeline |
Symbol 32 ShapeTweening | Used by:44 | |
Symbol 33 ShapeTweening | Used by:44 | |
Symbol 34 ShapeTweening | Used by:44 | |
Symbol 35 ShapeTweening | Used by:44 | |
Symbol 36 Graphic | Used by:44 | |
Symbol 37 ShapeTweening | Used by:44 | |
Symbol 38 ShapeTweening | Used by:44 | |
Symbol 39 ShapeTweening | Used by:44 | |
Symbol 40 Graphic | Used by:44 | |
Symbol 41 ShapeTweening | Used by:44 | |
Symbol 42 ShapeTweening | Used by:44 | |
Symbol 43 Graphic | Used by:44 | |
Symbol 44 MovieClip | Uses:32 33 34 35 36 37 38 39 40 41 42 43 | Used by:Timeline |
Symbol 45 Graphic | Used by:46 | |
Symbol 46 MovieClip | Uses:45 | Used by:55 |
Symbol 47 Graphic | Used by:55 | |
Symbol 48 Graphic | Used by:55 | |
Symbol 49 Graphic | Used by:55 | |
Symbol 50 Graphic | Used by:55 | |
Symbol 51 Graphic | Used by:52 | |
Symbol 52 MovieClip | Uses:51 | Used by:55 |
Symbol 53 Graphic | Used by:54 241 245 | |
Symbol 54 MovieClip | Uses:53 | Used by:55 281 |
Symbol 55 MovieClip | Uses:46 47 48 49 50 52 54 | Used by:Timeline |
Symbol 56 Graphic | Used by:158 | |
Symbol 57 Graphic | Used by:65 | |
Symbol 58 Graphic | Used by:60 | |
Symbol 59 Graphic | Used by:60 139 | |
Symbol 60 MovieClip | Uses:58 59 | Used by:65 79 100 114 263 278 320 331 |
Symbol 61 Graphic | Used by:65 | |
Symbol 62 Graphic | Used by:65 | |
Symbol 63 Graphic | Used by:65 | |
Symbol 64 MovieClip | Used by:65 72 79 86 93 100 107 114 | |
Symbol 65 MovieClip | Uses:57 60 61 62 63 64 | Used by:66 |
Symbol 66 MovieClip | Uses:65 | Used by:158 |
Symbol 67 Graphic | Used by:158 | |
Symbol 68 Graphic | Used by:72 | |
Symbol 69 Graphic | Used by:72 | |
Symbol 70 Graphic | Used by:72 | |
Symbol 71 Graphic | Used by:72 | |
Symbol 72 MovieClip | Uses:68 69 70 71 64 | Used by:73 |
Symbol 73 MovieClip | Uses:72 | Used by:158 |
Symbol 74 Graphic | Used by:158 | |
Symbol 75 Graphic | Used by:79 | |
Symbol 76 Graphic | Used by:79 | |
Symbol 77 Graphic | Used by:79 | |
Symbol 78 Graphic | Used by:79 | |
Symbol 79 MovieClip | Uses:75 60 76 77 78 64 | Used by:80 |
Symbol 80 MovieClip | Uses:79 | Used by:158 |
Symbol 81 Graphic | Used by:158 | |
Symbol 82 Graphic | Used by:86 | |
Symbol 83 Graphic | Used by:86 | |
Symbol 84 Graphic | Used by:86 | |
Symbol 85 Graphic | Used by:86 | |
Symbol 86 MovieClip | Uses:82 83 84 85 64 | Used by:87 |
Symbol 87 MovieClip | Uses:86 | Used by:158 |
Symbol 88 Graphic | Used by:158 | |
Symbol 89 Graphic | Used by:93 | |
Symbol 90 Graphic | Used by:93 | |
Symbol 91 Graphic | Used by:93 | |
Symbol 92 Graphic | Used by:93 | |
Symbol 93 MovieClip | Uses:89 90 91 92 64 | Used by:94 |
Symbol 94 MovieClip | Uses:93 | Used by:158 |
Symbol 95 Graphic | Used by:158 | |
Symbol 96 Graphic | Used by:100 | |
Symbol 97 Graphic | Used by:100 | |
Symbol 98 Graphic | Used by:100 | |
Symbol 99 Graphic | Used by:100 | |
Symbol 100 MovieClip | Uses:96 60 97 98 99 64 | Used by:101 |
Symbol 101 MovieClip | Uses:100 | Used by:158 |
Symbol 102 Graphic | Used by:158 | |
Symbol 103 Graphic | Used by:107 | |
Symbol 104 Graphic | Used by:107 | |
Symbol 105 Graphic | Used by:107 | |
Symbol 106 Graphic | Used by:107 | |
Symbol 107 MovieClip | Uses:103 104 105 106 64 | Used by:108 |
Symbol 108 MovieClip | Uses:107 | Used by:158 |
Symbol 109 Graphic | Used by:158 | |
Symbol 110 Graphic | Used by:114 | |
Symbol 111 Graphic | Used by:114 | |
Symbol 112 Graphic | Used by:114 | |
Symbol 113 Graphic | Used by:114 | |
Symbol 114 MovieClip | Uses:110 60 111 112 113 64 | Used by:115 |
Symbol 115 MovieClip | Uses:114 | Used by:158 |
Symbol 116 Graphic | Used by:121 | |
Symbol 117 Graphic | Used by:121 | |
Symbol 118 Graphic | Used by:121 | |
Symbol 119 Graphic | Used by:121 | |
Symbol 120 Graphic | Used by:121 | |
Symbol 121 MovieClip | Uses:116 117 118 119 120 | Used by:158 |
Symbol 122 Graphic | Used by:156 | |
Symbol 123 Graphic | Used by:129 | |
Symbol 124 Graphic | Used by:128 | |
Symbol 125 Graphic | Used by:126 227 | |
Symbol 126 MovieClip | Uses:125 | Used by:127 |
Symbol 127 MovieClip | Uses:126 | Used by:128 |
Symbol 128 MovieClip | Uses:124 127 | Used by:129 131 133 136 140 145 148 150 155 204 206 208 210 212 214 216 218 220 |
Symbol 129 MovieClip | Uses:123 128 | Used by:156 |
Symbol 130 Graphic | Used by:131 | |
Symbol 131 MovieClip | Uses:130 128 | Used by:156 |
Symbol 132 Graphic | Used by:133 | |
Symbol 133 MovieClip | Uses:132 128 | Used by:156 |
Symbol 134 Graphic | Used by:156 | |
Symbol 135 Graphic | Used by:136 | |
Symbol 136 MovieClip | Uses:135 128 | Used by:156 |
Symbol 137 Graphic | Used by:140 | |
Symbol 138 Graphic | Used by:139 | |
Symbol 139 MovieClip | Uses:138 59 | Used by:140 |
Symbol 140 MovieClip | Uses:137 139 128 | Used by:156 |
Symbol 141 Graphic | Used by:145 | |
Symbol 142 Graphic | Used by:143 | |
Symbol 143 MovieClip | Uses:142 | Used by:144 |
Symbol 144 MovieClip | Uses:143 | Used by:145 |
Symbol 145 MovieClip | Uses:141 144 128 | Used by:156 |
Symbol 146 Graphic | Used by:156 | |
Symbol 147 Graphic | Used by:148 | |
Symbol 148 MovieClip | Uses:147 128 | Used by:156 |
Symbol 149 Graphic | Used by:150 | |
Symbol 150 MovieClip | Uses:149 128 | Used by:156 |
Symbol 151 Graphic | Used by:155 | |
Symbol 152 Graphic | Used by:154 | |
Symbol 153 Graphic | Used by:154 | |
Symbol 154 MovieClip | Uses:152 153 | Used by:155 |
Symbol 155 MovieClip | Uses:151 154 128 | Used by:156 |
Symbol 156 MovieClip | Uses:122 129 131 133 134 136 140 145 146 148 150 155 | Used by:157 |
Symbol 157 MovieClip | Uses:156 | Used by:158 |
Symbol 158 MovieClip | Uses:56 66 67 73 74 80 81 87 88 94 95 101 102 108 109 115 121 157 | Used by:Timeline |
Symbol 159 Graphic | Used by:163 | |
Symbol 160 Graphic | Used by:163 | |
Symbol 161 Graphic | Used by:163 | |
Symbol 162 Graphic | Used by:163 | |
Symbol 163 MovieClip | Uses:159 160 161 162 | Used by:226 |
Symbol 164 Graphic | Used by:226 | |
Symbol 165 Graphic | Used by:169 | |
Symbol 166 Graphic | Used by:169 | |
Symbol 167 Graphic | Used by:169 | |
Symbol 168 Graphic | Used by:169 | |
Symbol 169 MovieClip | Uses:165 166 167 168 | Used by:226 |
Symbol 170 Graphic | Used by:226 | |
Symbol 171 Graphic | Used by:175 | |
Symbol 172 Graphic | Used by:175 | |
Symbol 173 Graphic | Used by:175 | |
Symbol 174 Graphic | Used by:175 | |
Symbol 175 MovieClip | Uses:171 172 173 174 | Used by:226 |
Symbol 176 Graphic | Used by:226 | |
Symbol 177 Graphic | Used by:181 | |
Symbol 178 Graphic | Used by:181 | |
Symbol 179 Graphic | Used by:181 | |
Symbol 180 Graphic | Used by:181 | |
Symbol 181 MovieClip | Uses:177 178 179 180 | Used by:226 |
Symbol 182 Graphic | Used by:186 | |
Symbol 183 Graphic | Used by:186 | |
Symbol 184 Graphic | Used by:186 | |
Symbol 185 Graphic | Used by:186 | |
Symbol 186 MovieClip | Uses:182 183 184 185 | Used by:226 |
Symbol 187 Graphic | Used by:191 | |
Symbol 188 Graphic | Used by:191 | |
Symbol 189 Graphic | Used by:191 | |
Symbol 190 Graphic | Used by:191 | |
Symbol 191 MovieClip | Uses:187 188 189 190 | Used by:226 |
Symbol 192 Graphic | Used by:196 | |
Symbol 193 Graphic | Used by:196 | |
Symbol 194 Graphic | Used by:196 | |
Symbol 195 Graphic | Used by:196 | |
Symbol 196 MovieClip | Uses:192 193 194 195 | Used by:226 |
Symbol 197 Graphic | Used by:201 | |
Symbol 198 Graphic | Used by:201 | |
Symbol 199 Graphic | Used by:201 | |
Symbol 200 Graphic | Used by:201 | |
Symbol 201 MovieClip | Uses:197 198 199 200 | Used by:226 |
Symbol 202 Graphic | Used by:225 | |
Symbol 203 Graphic | Used by:204 | |
Symbol 204 MovieClip | Uses:203 128 | Used by:225 |
Symbol 205 Graphic | Used by:206 | |
Symbol 206 MovieClip | Uses:205 128 | Used by:225 |
Symbol 207 Graphic | Used by:208 | |
Symbol 208 MovieClip | Uses:207 128 | Used by:225 |
Symbol 209 Graphic | Used by:210 | |
Symbol 210 MovieClip | Uses:209 128 | Used by:225 |
Symbol 211 Graphic | Used by:212 | |
Symbol 212 MovieClip | Uses:211 128 | Used by:225 |
Symbol 213 Graphic | Used by:214 | |
Symbol 214 MovieClip | Uses:213 128 | Used by:225 |
Symbol 215 Graphic | Used by:216 | |
Symbol 216 MovieClip | Uses:215 128 | Used by:225 |
Symbol 217 Graphic | Used by:218 | |
Symbol 218 MovieClip | Uses:217 128 | Used by:225 |
Symbol 219 Graphic | Used by:220 | |
Symbol 220 MovieClip | Uses:219 128 | Used by:225 |
Symbol 221 Graphic | Used by:225 | |
Symbol 222 Graphic | Used by:225 | |
Symbol 223 Graphic | Used by:225 | |
Symbol 224 Graphic | Used by:225 | |
Symbol 225 MovieClip | Uses:202 204 206 208 210 212 214 216 218 220 221 222 223 224 | Used by:226 |
Symbol 226 MovieClip | Uses:163 164 169 170 175 176 181 186 191 196 201 225 | Used by:Timeline |
Symbol 227 MovieClip | Uses:125 | Used by:Timeline |
Symbol 228 ShapeTweening | Used by:237 | |
Symbol 229 ShapeTweening | Used by:237 | |
Symbol 230 ShapeTweening | Used by:237 | |
Symbol 231 Graphic | Used by:232 | |
Symbol 232 MovieClip | Uses:231 | Used by:237 |
Symbol 233 ShapeTweening | Used by:237 | |
Symbol 234 ShapeTweening | Used by:237 | |
Symbol 235 ShapeTweening | Used by:237 | |
Symbol 236 Graphic | Used by:237 | |
Symbol 237 MovieClip | Uses:228 229 230 232 233 234 235 236 | Used by:Timeline |
Symbol 238 Graphic | Used by:239 247 297 | |
Symbol 239 MovieClip | Uses:238 | Used by:240 |
Symbol 240 MovieClip | Uses:239 | Used by:247 |
Symbol 241 MovieClip | Uses:53 | Used by:242 |
Symbol 242 MovieClip | Uses:241 | Used by:247 |
Symbol 243 Graphic | Used by:244 | |
Symbol 244 MovieClip | Uses:243 | Used by:247 |
Symbol 245 MovieClip | Uses:53 | Used by:247 |
Symbol 246 Graphic | Used by:247 | |
Symbol 247 MovieClip | Uses:238 240 242 244 245 246 | Used by:Timeline |
Symbol 248 Graphic | Used by:249 | |
Symbol 249 MovieClip | Uses:248 | Used by:250 |
Symbol 250 MovieClip | Uses:249 | Used by:Timeline |
Symbol 251 Graphic | Used by:263 | |
Symbol 252 Graphic | Used by:257 | |
Symbol 253 Graphic | Used by:254 | |
Symbol 254 MovieClip | Uses:253 | Used by:255 |
Symbol 255 MovieClip | Uses:254 | Used by:257 320 |
Symbol 256 Graphic | Used by:257 | |
Symbol 257 MovieClip | Uses:252 255 256 | Used by:263 278 |
Symbol 258 ShapeTweening | Used by:262 | |
Symbol 259 Graphic | Used by:262 | |
Symbol 260 ShapeTweening | Used by:262 | |
Symbol 261 Graphic | Used by:262 | |
Symbol 262 MovieClip | Uses:258 259 260 261 | Used by:263 278 |
Symbol 263 MovieClip | Uses:251 257 262 60 | Used by:274 |
Symbol 264 Graphic | Used by:265 | |
Symbol 265 MovieClip | Uses:264 | Used by:274 |
Symbol 266 Graphic | Used by:267 | |
Symbol 267 MovieClip | Uses:266 | Used by:274 |
Symbol 268 Graphic | Used by:269 | |
Symbol 269 MovieClip | Uses:268 | Used by:274 |
Symbol 270 Graphic | Used by:271 | |
Symbol 271 MovieClip | Uses:270 | Used by:274 |
Symbol 272 Graphic | Used by:273 | |
Symbol 273 MovieClip | Uses:272 | Used by:274 |
Symbol 274 MovieClip | Uses:263 265 267 269 271 273 | Used by:Timeline |
Symbol 275 Graphic | Used by:278 | |
Symbol 276 Graphic | Used by:277 | |
Symbol 277 MovieClip | Uses:276 | Used by:278 |
Symbol 278 MovieClip | Uses:275 262 277 257 60 | Used by:Timeline |
Symbol 279 Graphic | Used by:280 | |
Symbol 280 MovieClip | Uses:279 | Used by:Timeline |
Symbol 281 MovieClip | Uses:54 | Used by:Timeline |
Symbol 282 Graphic | Used by:283 | |
Symbol 283 MovieClip | Uses:282 | Used by:284 |
Symbol 284 MovieClip | Uses:283 | Used by:296 |
Symbol 285 Graphic | Used by:286 | |
Symbol 286 MovieClip | Uses:285 | Used by:287 |
Symbol 287 MovieClip | Uses:286 | Used by:296 |
Symbol 288 Graphic | Used by:289 | |
Symbol 289 MovieClip | Uses:288 | Used by:296 |
Symbol 290 Graphic | Used by:291 | |
Symbol 291 MovieClip | Uses:290 | Used by:296 |
Symbol 292 Graphic | Used by:293 | |
Symbol 293 MovieClip | Uses:292 | Used by:296 |
Symbol 294 Graphic | Used by:295 | |
Symbol 295 MovieClip | Uses:294 | Used by:296 |
Symbol 296 MovieClip | Uses:284 287 289 291 293 295 | Used by:Timeline |
Symbol 297 MovieClip | Uses:238 | Used by:Timeline |
Symbol 298 Graphic | Used by:299 | |
Symbol 299 MovieClip | Uses:298 | Used by:Timeline |
Symbol 300 Graphic | Used by:304 | |
Symbol 301 EditableText | Uses:3 | Used by:304 |
Symbol 302 EditableText | Uses:3 | Used by:304 |
Symbol 303 EditableText | Uses:3 | Used by:304 |
Symbol 304 MovieClip | Uses:300 301 302 303 | Used by:Timeline |
Symbol 305 Graphic | Used by:306 | |
Symbol 306 MovieClip | Uses:305 | Used by:Timeline |
Symbol 307 Graphic | Used by:308 | |
Symbol 308 MovieClip | Uses:307 | Used by:Timeline |
Symbol 309 Graphic | Used by:310 | |
Symbol 310 MovieClip | Uses:309 | Used by:Timeline |
Symbol 311 EditableText | Uses:3 | Used by:312 |
Symbol 312 MovieClip | Uses:311 | Used by:Timeline |
Symbol 313 Graphic | Used by:315 | |
Symbol 314 EditableText | Uses:3 | Used by:315 |
Symbol 315 MovieClip | Uses:313 314 | Used by:Timeline |
Symbol 316 Graphic | Used by:317 | |
Symbol 317 MovieClip | Uses:316 | Used by:323 |
Symbol 318 Graphic | Used by:320 | |
Symbol 319 Graphic | Used by:320 | |
Symbol 320 MovieClip | Uses:318 255 319 60 | Used by:323 |
Symbol 321 Graphic | Used by:322 | |
Symbol 322 MovieClip | Uses:321 | Used by:323 |
Symbol 323 MovieClip | Uses:317 320 322 | Used by:Timeline |
Symbol 324 Graphic | Used by:327 | |
Symbol 325 Graphic | Used by:326 | |
Symbol 326 MovieClip | Uses:325 | Used by:327 |
Symbol 327 MovieClip | Uses:324 326 | Used by:Timeline |
Symbol 328 Graphic | Used by:329 | |
Symbol 329 MovieClip | Uses:328 | Used by:Timeline |
Symbol 330 Graphic | Used by:331 | |
Symbol 331 MovieClip | Uses:330 60 | Used by:Timeline |
Symbol 332 Text | Uses:3 | Used by:Timeline |
Symbol 333 EditableText | Uses:3 | Used by:Timeline |
Symbol 334 Text | Uses:3 | Used by:Timeline |
Instance Names (3.45 KiB)
"sidekick1" | Frame 1 | Symbol 6 MovieClip |
"size" | Frame 1 | Symbol 9 MovieClip |
"backdrop" | Frame 8 | Symbol 31 MovieClip |
"bubble" | Frame 8 | Symbol 44 MovieClip |
"mine1" | Frame 8 | Symbol 55 MovieClip |
"terrain" | Frame 8 | Symbol 158 MovieClip |
"terrain2" | Frame 8 | Symbol 226 MovieClip |
"dragger" | Frame 8 | Symbol 227 MovieClip |
"ship1" | Frame 8 | Symbol 237 MovieClip |
"bullets" | Frame 8 | Symbol 247 MovieClip |
"shipshield1" | Frame 8 | Symbol 250 MovieClip |
"lander" | Frame 8 | Symbol 274 MovieClip |
"dockingship1" | Frame 8 | Symbol 278 MovieClip |
"shipicon" | Frame 8 | Symbol 280 MovieClip |
"explosion" | Frame 8 | Symbol 281 MovieClip |
"enemy" | Frame 8 | Symbol 296 MovieClip |
"bullet2" | Frame 8 | Symbol 297 MovieClip |
"bullet3" | Frame 8 | Symbol 299 MovieClip |
"overlay" | Frame 8 | Symbol 304 MovieClip |
"shipsmall1" | Frame 8 | Symbol 306 MovieClip |
"enemysmall1" | Frame 8 | Symbol 308 MovieClip |
"radarscreen" | Frame 8 | Symbol 310 MovieClip |
"bonus1" | Frame 8 | Symbol 312 MovieClip |
"gamelevel1" | Frame 8 | Symbol 315 MovieClip |
"bonusship1" | Frame 8 | Symbol 323 MovieClip |
"traincar" | Frame 8 | Symbol 327 MovieClip |
"trainengine" | Frame 8 | Symbol 329 MovieClip |
"track" | Frame 8 | Symbol 331 MovieClip |
"gun" | Symbol 156 MovieClip Frame 1 | Symbol 129 MovieClip |
"tile" | Symbol 158 MovieClip Frame 1 | Symbol 66 MovieClip |
"tile" | Symbol 158 MovieClip Frame 2 | Symbol 73 MovieClip |
"tile" | Symbol 158 MovieClip Frame 3 | Symbol 80 MovieClip |
"tile" | Symbol 158 MovieClip Frame 4 | Symbol 87 MovieClip |
"tile" | Symbol 158 MovieClip Frame 5 | Symbol 94 MovieClip |
"tile" | Symbol 158 MovieClip Frame 6 | Symbol 101 MovieClip |
"tile" | Symbol 158 MovieClip Frame 7 | Symbol 108 MovieClip |
"tile" | Symbol 158 MovieClip Frame 8 | Symbol 115 MovieClip |
"tile" | Symbol 158 MovieClip Frame 9 | Symbol 157 MovieClip |
"lander2" | Symbol 274 MovieClip Frame 1 | Symbol 263 MovieClip |
"innerenemy" | Symbol 284 MovieClip Frame 1 | Symbol 283 MovieClip |
"innerenemy" | Symbol 287 MovieClip Frame 1 | Symbol 286 MovieClip |
"enemy" | Symbol 296 MovieClip Frame 1 | Symbol 284 MovieClip |
"tank" | Symbol 296 MovieClip Frame 2 | Symbol 287 MovieClip |
"turret2" | Symbol 327 MovieClip Frame 2 | Symbol 326 MovieClip |
Special Tags (153 B)
Protect (24) | Timeline Frame 1 | 31 bytes "..$1$EE$4y.jGMziUbfJdQj9vXCKf0." |
Labels (92 B)
"placement" | Frame 11 |
Dynamic Text Variables (719 B)
percent | Symbol 4 EditableText | "0" |
TextField23 | Symbol 8 EditableText | "Preloader Actions" |
keydisplay | Symbol 15 EditableText | "" |
score | Symbol 301 EditableText | "" |
platformsremaining | Symbol 302 EditableText | "0" |
firepowercount | Symbol 303 EditableText | "0" |
bonusdisplay | Symbol 311 EditableText | "BONUS" |
gameleveldisplay | Symbol 314 EditableText | "" |
_root.score | Symbol 333 EditableText | "" |
|
|