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

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

Wink - Insatiable Appetite.swf

This is the info page for
Flash #57054

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


Text
loading preloader game (57kb)

(game)

0

help

How To Play:
Space Parasites have invaded this planet, eating
its plants! It's up to Wink to save it! Crush, burn,
do whatever it takes to kill the Sparasites and
save the planet!
Your ship doesn't take damage, but
everytime you crash it into the ground you lose
points! Sparasites make great cushions though.
Creative kills get bonus points!
~gel

0

(movie)

don't forget to watch the movie, the game is JUST the preloader!

WINK

HOODLEY

lv.

www.girlshavecooties.com

ActionScript [AS1/AS2]

Frame 2
if (_framesloaded < 3) { gotoAndPlay (1); }
Frame 3
stop();
Frame 4
crashing = true; yOffset = 0; yOffset = 0;
Instance of Symbol 216 MovieClip in Frame 4
onClipEvent (enterFrame) { this._x = this._x + -2; if (this._x < -130) { this._x = 680; } }
Instance of Symbol 218 MovieClip in Frame 4
onClipEvent (enterFrame) { this._x = this._x + -1.5; if (this._x < -100) { this._x = 600; } }
Instance of Symbol 246 MovieClip in Frame 4
onClipEvent (load) { mcHandle._x = mcBoundL._x; stop(); up = false; firstframe = _root._currentframe; lastframe = 3037; } onClipEvent (enterFrame) { if (this.mcHit.hitTest(_root._xmouse, _root._ymouse, false)) { if (!up) { up = true; this.gotoAndPlay("down"); } } else if (up) { up = false; this.gotoAndPlay("up"); } }
Instance of Symbol 289 MovieClip in Frame 279
onClipEvent (load) { self = this; xVel = (Math.random() * -34) - 6; yVel = (Math.random() * -50) - 24; gravity = 4.6; rotVel = (Math.random() * -24) - 6; } onClipEvent (enterFrame) { self._x = self._x + xVel; yVel = yVel + gravity; self._y = self._y + yVel; self._rotation = self._rotation + rotVel; if (_root.crashing && (self._y > 500)) { self._x = 600 + xOffset; self._y = 500 - _root.yOffset; xVel = (Math.random() * -34) - 6; yVel = (Math.random() * -50) - 24; rotVel = (Math.random() * -24) - 6; } }
Instance of Symbol 291 MovieClip in Frame 279
onClipEvent (load) { self = this; xVel = (Math.random() * -34) - 6; yVel = (Math.random() * -40) - 24; gravity = 4.4; rotVel = (Math.random() * -24) - 6; } onClipEvent (enterFrame) { self._x = self._x + xVel; yVel = yVel + gravity; self._y = self._y + yVel; self._rotation = self._rotation + rotVel; if (_root.crashing && (self._y > 600)) { self._x = 600 + xOffset; self._y = 600 - _root.yOffset; xVel = (Math.random() * -34) - 6; yVel = (Math.random() * -40) - 24; rotVel = (Math.random() * -24) - 6; } }
Instance of Symbol 293 MovieClip in Frame 279
onClipEvent (load) { self = this; xVel = (Math.random() * -34) - 6; yVel = (Math.random() * -40) - 24; gravity = 4.2; rotVel = (Math.random() * -24) - 6; } onClipEvent (enterFrame) { self._x = self._x + xVel; yVel = yVel + gravity; self._y = self._y + yVel; self._rotation = self._rotation + rotVel; if (_root.crashing && (self._y > 500)) { self._x = 600 + xOffset; self._y = 500 - _root.yOffset; xVel = (Math.random() * -34) - 6; yVel = (Math.random() * -40) - 24; rotVel = (Math.random() * -24) - 6; } }
Frame 321
crashing = false;
Instance of Symbol 216 MovieClip in Frame 331
onClipEvent (enterFrame) { this._x = this._x + -2; if (this._x < -130) { this._x = 680; } this._alpha = 70; }
Instance of Symbol 218 MovieClip in Frame 331
onClipEvent (enterFrame) { this._x = this._x + -1.5; if (this._x < -100) { this._x = 600; } this._alpha = 70; }
Instance of Symbol 216 MovieClip in Frame 332
onClipEvent (enterFrame) { this._x = this._x + -2; if (this._x < -130) { this._x = 680; } this._alpha = 40; }
Instance of Symbol 218 MovieClip in Frame 332
onClipEvent (enterFrame) { this._x = this._x + -1.5; if (this._x < -100) { this._x = 600; } this._alpha = 40; }
Instance of Symbol 216 MovieClip in Frame 333
onClipEvent (enterFrame) { this._x = this._x + -2; if (this._x < -130) { this._x = 680; } this._alpha = 15; }
Instance of Symbol 218 MovieClip in Frame 333
onClipEvent (enterFrame) { this._x = this._x + -1.5; if (this._x < -100) { this._x = 600; } this._alpha = 15; }
Frame 371
crashing = true; xOffset = 100; yOffset = 200;
Frame 435
crashing = false;
Instance of Symbol 335 MovieClip in Frame 494
onClipEvent (load) { yVel = (Math.random() * 2) + 4; gravity = 0.2; } onClipEvent (enterFrame) { if (this._y < 360) { yVel = yVel + gravity; this._y = this._y + yVel; } else { this.stop(); } }
Instance of Symbol 335 MovieClip in Frame 494
onClipEvent (load) { this.gotoAndPlay(6); yVel = (Math.random() * 2) + 4; gravity = 0.2; } onClipEvent (enterFrame) { if (this._y < 230) { yVel = yVel + gravity; this._y = this._y + yVel; } else { this.stop(); } }
Instance of Symbol 335 MovieClip in Frame 494
onClipEvent (load) { this.gotoAndPlay(9); yVel = (Math.random() * 2) + 4; gravity = 0.2; } onClipEvent (enterFrame) { if (this._y < 340) { yVel = yVel + gravity; this._y = this._y + yVel; } else { this.stop(); } }
Instance of Symbol 335 MovieClip in Frame 494
onClipEvent (load) { this.gotoAndPlay(12); yVel = (Math.random() * 2) + 4; gravity = 0.2; } onClipEvent (enterFrame) { if (this._y < 360) { yVel = yVel + gravity; this._y = this._y + yVel; } else { this.stop(); } }
Instance of Symbol 335 MovieClip in Frame 494
onClipEvent (load) { this.gotoAndPlay(14); yVel = (Math.random() * 2) + 4; gravity = 0.2; } onClipEvent (enterFrame) { if (this._y < 354) { yVel = yVel + gravity; this._y = this._y + yVel; } else { this.stop(); } }
Instance of Symbol 335 MovieClip in Frame 494
onClipEvent (load) { this.gotoAndPlay(14); yVel = 3; gravity = 0.16; } onClipEvent (enterFrame) { if (this._y < 348) { yVel = yVel + gravity; this._y = this._y + yVel; } else { this.stop(); } }
Instance of Symbol 289 MovieClip in Frame 620
onClipEvent (load) { self = this; xVel = Math.random() * 14; yVel = Math.random() * -40; gravity = 4.2; rotVel = Math.random() * -18; } onClipEvent (enterFrame) { self._x = self._x + xVel; yVel = yVel + gravity; self._y = self._y + yVel; self._rotation = self._rotation + rotVel; }
Instance of Symbol 289 MovieClip in Frame 630
onClipEvent (load) { self = this; xVel = 10; yVel = -26; gravity = 4.4; rotVel = 22; } onClipEvent (enterFrame) { self._x = self._x + xVel; yVel = yVel + gravity; self._y = self._y + yVel; self._rotation = self._rotation + rotVel; }
Instance of Symbol 289 MovieClip in Frame 630
onClipEvent (load) { self = this; xVel = 4; yVel = -32; gravity = 4.2; rotVel = 16; } onClipEvent (enterFrame) { self._x = self._x + xVel; yVel = yVel + gravity; self._y = self._y + yVel; self._rotation = self._rotation + rotVel; }
Instance of Symbol 289 MovieClip in Frame 633
onClipEvent (load) { self = this; xVel = 24; yVel = -14; gravity = 4; rotVel = 22; } onClipEvent (enterFrame) { self._x = self._x + xVel; yVel = yVel + gravity; self._y = self._y + yVel; self._rotation = self._rotation + rotVel; }
Frame 1118
xMove = 0; yMove = 0.11; walking = true;
Instance of Symbol 495 MovieClip "mcWall" in Frame 1118
onClipEvent (enterFrame) { target1 = _parent; mult = this._xscale / 100; if (target1.xMove != 0) { this._x = this._x + (target1.xMove * mult); } if (target1.yMove != 0) { this._y = this._y + (target1.yMove * mult); this._xscale = this._xscale + ((target1.yMove * mult) * 2); this._yscale = this._yscale + ((target1.yMove * mult) * 2); if (target1.yMove > 0) { this._x = this._x + ((this._x - target1.mcCenter._x) / 150); } else { this._x = this._x - ((this._x - target1.mcCenter._x) / 150); } } }
Instance of Symbol 497 MovieClip in Frame 1118
onClipEvent (enterFrame) { target1 = _parent; mult = this._xscale / 100; if (target1.xMove != 0) { this._x = this._x + (target1.xMove * mult); } if (target1.yMove != 0) { this._y = this._y + (target1.yMove * mult); this._xscale = this._xscale + ((target1.yMove * mult) * 2); this._yscale = this._yscale + ((target1.yMove * mult) * 2); if (target1.yMove > 0) { this._x = this._x + ((this._x - target1.mcCenter._x) / 150); } else { this._x = this._x - ((this._x - target1.mcCenter._x) / 150); } } }
Instance of Symbol 497 MovieClip in Frame 1118
onClipEvent (enterFrame) { target1 = _parent; mult = this._xscale / 100; if (target1.xMove != 0) { this._x = this._x + (target1.xMove * mult); } if (target1.yMove != 0) { this._y = this._y + (target1.yMove * mult); this._xscale = this._xscale + ((target1.yMove * mult) * 2); this._yscale = this._yscale + ((target1.yMove * mult) * 2); if (target1.yMove > 0) { this._x = this._x + ((this._x - target1.mcCenter._x) / 150); } else { this._x = this._x - ((this._x - target1.mcCenter._x) / 150); } } }
Instance of Symbol 497 MovieClip in Frame 1118
onClipEvent (enterFrame) { target1 = _parent; mult = this._xscale / 100; if (target1.xMove != 0) { this._x = this._x + (target1.xMove * mult); } if (target1.yMove != 0) { this._y = this._y + (target1.yMove * mult); this._xscale = this._xscale + ((target1.yMove * mult) * 2); this._yscale = this._yscale + ((target1.yMove * mult) * 2); if (target1.yMove > 0) { this._x = this._x + ((this._x - target1.mcCenter._x) / 150); } else { this._x = this._x - ((this._x - target1.mcCenter._x) / 150); } } }
Instance of Symbol 497 MovieClip in Frame 1118
onClipEvent (enterFrame) { target1 = _parent; mult = this._xscale / 100; if (target1.xMove != 0) { this._x = this._x + (target1.xMove * mult); } if (target1.yMove != 0) { this._y = this._y + (target1.yMove * mult); this._xscale = this._xscale + ((target1.yMove * mult) * 2); this._yscale = this._yscale + ((target1.yMove * mult) * 2); if (target1.yMove > 0) { this._x = this._x + ((this._x - target1.mcCenter._x) / 150); } else { this._x = this._x - ((this._x - target1.mcCenter._x) / 150); } } }
Instance of Symbol 497 MovieClip in Frame 1118
onClipEvent (enterFrame) { target1 = _parent; mult = this._xscale / 100; if (target1.xMove != 0) { this._x = this._x + (target1.xMove * mult); } if (target1.yMove != 0) { this._y = this._y + (target1.yMove * mult); this._xscale = this._xscale + ((target1.yMove * mult) * 2); this._yscale = this._yscale + ((target1.yMove * mult) * 2); if (target1.yMove > 0) { this._x = this._x + ((this._x - target1.mcCenter._x) / 150); } else { this._x = this._x - ((this._x - target1.mcCenter._x) / 150); } } }
Instance of Symbol 497 MovieClip in Frame 1118
onClipEvent (enterFrame) { target1 = _parent; mult = this._xscale / 100; if (target1.xMove != 0) { this._x = this._x + (target1.xMove * mult); } if (target1.yMove != 0) { this._y = this._y + (target1.yMove * mult); this._xscale = this._xscale + ((target1.yMove * mult) * 2); this._yscale = this._yscale + ((target1.yMove * mult) * 2); if (target1.yMove > 0) { this._x = this._x + ((this._x - target1.mcCenter._x) / 150); } else { this._x = this._x - ((this._x - target1.mcCenter._x) / 150); } } }
Instance of Symbol 497 MovieClip in Frame 1118
onClipEvent (enterFrame) { target1 = _parent; mult = this._xscale / 100; if (target1.xMove != 0) { this._x = this._x + (target1.xMove * mult); } if (target1.yMove != 0) { this._y = this._y + (target1.yMove * mult); this._xscale = this._xscale + ((target1.yMove * mult) * 2); this._yscale = this._yscale + ((target1.yMove * mult) * 2); if (target1.yMove > 0) { this._x = this._x + ((this._x - target1.mcCenter._x) / 150); } else { this._x = this._x - ((this._x - target1.mcCenter._x) / 150); } } }
Instance of Symbol 497 MovieClip in Frame 1118
onClipEvent (enterFrame) { target1 = _parent; mult = this._xscale / 100; if (target1.xMove != 0) { this._x = this._x + (target1.xMove * mult); } if (target1.yMove != 0) { this._y = this._y + (target1.yMove * mult); this._xscale = this._xscale + ((target1.yMove * mult) * 2); this._yscale = this._yscale + ((target1.yMove * mult) * 2); if (target1.yMove > 0) { this._x = this._x + ((this._x - target1.mcCenter._x) / 150); } else { this._x = this._x - ((this._x - target1.mcCenter._x) / 150); } } }
Instance of Symbol 497 MovieClip in Frame 1118
onClipEvent (enterFrame) { target1 = _parent; mult = this._xscale / 100; if (target1.xMove != 0) { this._x = this._x + (target1.xMove * mult); } if (target1.yMove != 0) { this._y = this._y + (target1.yMove * mult); this._xscale = this._xscale + ((target1.yMove * mult) * 2); this._yscale = this._yscale + ((target1.yMove * mult) * 2); if (target1.yMove > 0) { this._x = this._x + ((this._x - target1.mcCenter._x) / 150); } else { this._x = this._x - ((this._x - target1.mcCenter._x) / 150); } } }
Frame 1202
mcWall.gotoAndPlay("broken"); yMove = 0.07; monsterShooting = false;
Instance of Symbol 537 MovieClip "mcMonster" in Frame 1202
onClipEvent (load) { xVel = 0; } onClipEvent (enterFrame) { this._x = this._x + xVel; }
Frame 1205
yMove = 0; walking = false;
Instance of Symbol 540 MovieClip in Frame 1212
onClipEvent (enterFrame) { target1 = _parent; mult = (this._xscale + 30) / 100; if (target1.xMove != 0) { this._x = this._x + (target1.xMove * mult); } if (target1.yMove != 0) { this._y = this._y + (target1.yMove * mult); this._xscale = this._xscale + ((target1.yMove * mult) * 2); this._yscale = this._yscale + ((target1.yMove * mult) * 2); if (target1.yMove > 0) { this._x = this._x + ((this._x - target1.mcCenter._x) / 150); } else { this._x = this._x - ((this._x - target1.mcCenter._x) / 150); } } }
Instance of Symbol 540 MovieClip in Frame 1212
onClipEvent (enterFrame) { target1 = _parent; mult = this._xscale / 100; if (target1.xMove != 0) { this._x = this._x + (target1.xMove * mult); } if (target1.yMove != 0) { this._y = this._y + (target1.yMove * mult); this._xscale = this._xscale + ((target1.yMove * mult) * 2); this._yscale = this._yscale + ((target1.yMove * mult) * 2); if (target1.yMove > 0) { this._x = this._x + ((this._x - target1.mcCenter._x) / 150); } else { this._x = this._x - ((this._x - target1.mcCenter._x) / 150); } } }
Instance of Symbol 540 MovieClip in Frame 1212
onClipEvent (enterFrame) { target1 = _parent; mult = this._xscale / 100; if (target1.xMove != 0) { this._x = this._x + (target1.xMove * mult); } if (target1.yMove != 0) { this._y = this._y + (target1.yMove * mult); this._xscale = this._xscale + ((target1.yMove * mult) * 2); this._yscale = this._yscale + ((target1.yMove * mult) * 2); if (target1.yMove > 0) { this._x = this._x + ((this._x - target1.mcCenter._x) / 150); } else { this._x = this._x - ((this._x - target1.mcCenter._x) / 150); } } }
Frame 1216
xMove = 0; yMove = -0.07; walking = true; monsterWalking = true;
Frame 1220
xMove = 0; yMove = -0.15; mcGun.gotoAndPlay("fire"); monsterShooting = true;
Frame 1224
xMove = -0.12; yMove = -0.2;
Frame 1231
xMove = -0.32;
Frame 1243
mcGun.gotoAndPlay("fire");
Frame 1279
xMove = -0.07; mcGun.gotoAndPlay("fire");
Frame 1291
xMove = 10; yMove = 0.1; mcMonster.xVel = 10;
Frame 1295
monsterShooting = false;
Frame 1312
mcMonster.xVel = 0;
Frame 1318
monsterShooting = true;
Frame 1320
yMove = 0.1; mcMonster.xVel = -5;
Frame 1329
mcGun.gotoAndPlay("fire"); mcMonster.xVel = 0;
Frame 1337
xMove = 5; yMove = 0.1; mcMonster.xVel = -5;
Frame 1349
mcMonster.xVel = 0;
Frame 1359
xMove = -5; yMove = -0.2; monsterShooting = false; mcMonster.xVel = -5;
Frame 1373
monsterShooting = true;
Frame 1378
mcGun.gotoAndPlay("fire"); mcMonster.xVel = 0;
Frame 1402
xMove = 1; yMove = 0.2;
Frame 1406
mcGun.gotoAndPlay("fire");
Frame 1425
xMove = 4; mcMonster.xVel = 4;
Frame 1439
xMove = -5; mcMonster.xVel = -5;
Frame 1444
mcGun.gotoAndPlay("fire");
Frame 1451
xMove = 5; yMove = 0; mcMonster.xVel = 0;
Frame 1458
monsterShooting = false;
Frame 1466
monsterWalking = false;
Frame 1481
xMove = 0;
Instance of Symbol 565 MovieClip in Frame 1541
onClipEvent (enterFrame) { this._y = this._y + 5; }
Instance of Symbol 567 MovieClip in Frame 1541
onClipEvent (enterFrame) { this._y = this._y + 5; }
Instance of Symbol 569 MovieClip in Frame 1541
onClipEvent (enterFrame) { this._y = this._y + 5; }
Instance of Symbol 571 MovieClip in Frame 1541
onClipEvent (enterFrame) { this._y = this._y + 5; }
Instance of Symbol 569 MovieClip in Frame 1541
onClipEvent (enterFrame) { this._y = this._y + 5; }
Instance of Symbol 569 MovieClip in Frame 1541
onClipEvent (enterFrame) { this._y = this._y + 5; }
Instance of Symbol 569 MovieClip in Frame 1541
onClipEvent (enterFrame) { this._y = this._y + 5; }
Instance of Symbol 569 MovieClip in Frame 1541
onClipEvent (enterFrame) { this._y = this._y + 5; }
Instance of Symbol 569 MovieClip in Frame 1541
onClipEvent (enterFrame) { this._y = this._y + 5; }
Instance of Symbol 567 MovieClip in Frame 1541
onClipEvent (enterFrame) { this._y = this._y + 5; }
Instance of Symbol 567 MovieClip in Frame 1541
onClipEvent (enterFrame) { this._y = this._y + 5; }
Instance of Symbol 569 MovieClip in Frame 1541
onClipEvent (enterFrame) { this._y = this._y + 5; }
Instance of Symbol 569 MovieClip in Frame 1541
onClipEvent (enterFrame) { this._y = this._y + 5; }
Instance of Symbol 594 MovieClip in Frame 1541
onClipEvent (load) { yVel = 8; state = 1; respawn = function () { state = 1; this._y = -100; this._x = Math.random() * 400; }; } onClipEvent (enterFrame) { if (state == 1) { this._y = this._y + yVel; if (this._y > 500) { respawn(); } if (this._y > 20) { i = 1; while (i < 32) { if (this.hitTest(_parent.mcBullets["bullet" + i])) { state = 2; this.gotoAndPlay("death"); i = 33; } i++; } } } else if (state == 2) { this._y = this._y + 5; } else if (state == 0) { respawn(); } }
Instance of Symbol 594 MovieClip in Frame 1541
onClipEvent (load) { yVel = 8; state = 1; respawn = function () { state = 1; this._y = -100; this._x = Math.random() * 400; }; } onClipEvent (enterFrame) { if (state == 1) { this._y = this._y + yVel; if (this._y > 500) { respawn(); } if (this._y > 20) { i = 1; while (i < 32) { if (this.hitTest(_parent.mcBullets["bullet" + i])) { state = 2; this.gotoAndPlay("death"); i = 33; } i++; } } } else if (state == 2) { this._y = this._y + 5; } else if (state == 0) { respawn(); } }
Instance of Symbol 594 MovieClip in Frame 1541
onClipEvent (load) { yVel = 8; state = 1; respawn = function () { state = 1; this._y = -100; this._x = Math.random() * 400; }; } onClipEvent (enterFrame) { if (state == 1) { this._y = this._y + yVel; if (this._y > 500) { respawn(); } if (this._y > 20) { i = 1; while (i < 32) { if (this.hitTest(_parent.mcBullets["bullet" + i])) { state = 2; this.gotoAndPlay("death"); i = 33; } i++; } } } else if (state == 2) { this._y = this._y + 5; } else if (state == 0) { respawn(); } }
Instance of Symbol 598 MovieClip in Frame 1541
onClipEvent (load) { count = 0; bullets = 0; xVel = 10; yVel = 10; } onClipEvent (enterFrame) { count++; if (count > 1000) { count = 1; } if ((count % 6) == 0) { bullets++; if (bullets > 32) { bullets = 1; } _parent.mcBullets.mcBullet.duplicateMovieClip("bullet" + bullets, 100 + bullets); _parent.mcBullets["bullet" + bullets]._x = this._x + 232; _parent.mcBullets["bullet" + bullets]._y = this._y - 345; } if ((count % 6) == 3) { bullets++; if (bullets > 32) { bullets = 1; } _parent.mcBullets.mcBullet.duplicateMovieClip("bullet" + bullets, 100 + bullets); _parent.mcBullets["bullet" + bullets]._x = this._x + 158; _parent.mcBullets["bullet" + bullets]._y = this._y - 345; } if (((Key.isDown(37) || (Key.isDown(39))) || (Key.isDown(38))) || (Key.isDown(40))) { if (Key.isDown(37)) { this._x = this._x + (-xVel); } else if (Key.isDown(39)) { this._x = this._x + xVel; } if (Key.isDown(38)) { this._y = this._y + (-yVel); } else if (Key.isDown(40)) { this._y = this._y + yVel; } } else { if (_parent.moveLeft) { this._x = this._x + (-xVel); } else if (_parent.moveRight) { this._x = this._x + xVel; } if (_parent.moveUp) { this._y = this._y + (-yVel); } else if (_parent.moveDown) { this._y = this._y + yVel; } } }
Frame 1546
moveLeft = true;
Frame 1556
moveUp = true;
Frame 1560
moveLeft = false;
Frame 1566
moveUp = false; moveRight = true;
Frame 1574
moveDown = true;
Frame 1580
moveRight = false; moveDown = false;
Frame 1588
moveLeft = true;
Frame 1594
moveUp = true;
Frame 1600
moveUp = false; moveDown = true;
Frame 1605
moveLeft = false; moveRight = true;
Frame 1613
moveRight = false; moveDown = false;
Frame 1625
moveUp = true;
Frame 1631
moveUp = false; moveDown = true;
Frame 1639
moveLeft = true; moveDown = false;
Frame 1642
moveLeft = false; moveRight = true;
Frame 1654
moveUp = true;
Frame 1664
moveRight = false;
Frame 1666
moveLeft = true;
Frame 1669
moveUp = false; moveDown = true;
Frame 1671
moveLeft = false;
Frame 1676
moveLeft = true;
Frame 1679
moveDown = false;
Frame 1683
moveLeft = false;
Frame 1688
moveLeft = true;
Frame 1695
moveLeft = false; moveRight = true;
Frame 1702
moveRight = false;
Frame 1708
moveRight = true;
Frame 1711
moveUp = true;
Frame 1718
moveRight = false;
Instance of Symbol 751 MovieClip in Frame 1827
onClipEvent (load) { speed = (Math.random() * 70) + 40; } onClipEvent (enterFrame) { if (this._x < (200 + this._width)) { this._x = this._x + speed; } else { this._x = -100 - this._width; this._y = (Math.random() * 400) - 200; speed = (Math.random() * 70) + 40; } }
Instance of Symbol 751 MovieClip in Frame 1827
onClipEvent (load) { speed = (Math.random() * 70) + 40; } onClipEvent (enterFrame) { if (this._x < (200 + this._width)) { this._x = this._x + speed; } else { this._x = -100 - this._width; this._y = (Math.random() * 400) - 200; speed = (Math.random() * 70) + 40; } }
Instance of Symbol 751 MovieClip in Frame 1827
onClipEvent (load) { speed = (Math.random() * 70) + 40; } onClipEvent (enterFrame) { if (this._x < (200 + this._width)) { this._x = this._x + speed; } else { this._x = -100 - this._width; this._y = (Math.random() * 400) - 200; speed = (Math.random() * 70) + 40; } }
Instance of Symbol 751 MovieClip in Frame 1827
onClipEvent (load) { speed = (Math.random() * 70) + 40; } onClipEvent (enterFrame) { if (this._x < (200 + this._width)) { this._x = this._x + speed; } else { this._x = -100 - this._width; this._y = (Math.random() * 400) - 200; speed = (Math.random() * 70) + 40; } }
Instance of Symbol 751 MovieClip in Frame 1827
onClipEvent (load) { speed = (Math.random() * 70) + 40; } onClipEvent (enterFrame) { if (this._x < (200 + this._width)) { this._x = this._x + speed; } else { this._x = -100 - this._width; this._y = (Math.random() * 400) - 200; speed = (Math.random() * 70) + 40; } }
Instance of Symbol 751 MovieClip in Frame 1827
onClipEvent (load) { speed = (Math.random() * 70) + 40; } onClipEvent (enterFrame) { if (this._x < (200 + this._width)) { this._x = this._x + speed; } else { this._x = -100 - this._width; this._y = (Math.random() * 400) - 200; speed = (Math.random() * 70) + 40; } }
Instance of Symbol 751 MovieClip in Frame 1827
onClipEvent (load) { speed = (Math.random() * 70) + 40; } onClipEvent (enterFrame) { if (this._x < (200 + this._width)) { this._x = this._x + speed; } else { this._x = -100 - this._width; this._y = (Math.random() * 400) - 200; speed = (Math.random() * 70) + 40; } }
Instance of Symbol 751 MovieClip in Frame 1827
onClipEvent (load) { speed = (Math.random() * 70) + 40; } onClipEvent (enterFrame) { if (this._x < (200 + this._width)) { this._x = this._x + speed; } else { this._x = -100 - this._width; this._y = (Math.random() * 400) - 200; speed = (Math.random() * 70) + 40; } }
Instance of Symbol 843 MovieClip in Frame 2644
onClipEvent (load) { num = 0; count = 0; } onClipEvent (enterFrame) { count++; if ((count % 2) == 0) { num++; _root.mcSparkle.duplicateMovieClip("sparkle" + num, num + 100); _root["sparkle" + num]._x = Math.random() * 550; _root["sparkle" + num]._y = Math.random() * 400; rand = (Math.random() * 60) + 30; _root["sparkle" + num]._xscale = rand; _root["sparkle" + num]._yscale = rand; } if (count > 1000) { count = 1; } if (num > 100) { num = 0; } }
Instance of Symbol 847 MovieClip "mcSparkle2" in Frame 2644
onClipEvent (load) { if (_name != "mcSparkle2") { xVel = ((Math.ceil(Math.random() * 2) * 2) - 3) * ((Math.random() * 7) + 0.2); yVel = ((Math.ceil(Math.random() * 2) * 2) - 3) * ((Math.random() * 7) + 0.2); } } onClipEvent (enterFrame) { _x = (_x + xVel); _y = (_y + yVel); }
Instance of Symbol 847 MovieClip "mcSparkle2b" in Frame 2644
onClipEvent (load) { if (_name != "mcSparkle2") { xVel = ((Math.ceil(Math.random() * 2) * 2) - 3) * ((Math.random() * 7) + 0.2); yVel = ((Math.ceil(Math.random() * 2) * 2) - 3) * ((Math.random() * 7) + 0.2); } } onClipEvent (enterFrame) { _x = (_x + xVel); _y = (_y + yVel); }
Instance of Symbol 843 MovieClip in Frame 2647
onClipEvent (load) { num = 0; count = 0; } onClipEvent (enterFrame) { count++; if (count < 18) { i = 0; while (i < 4) { num++; if (Math.random() < 0.95) { _root.mcSparkle2.duplicateMovieClip("sparkle" + (num + 100), num + 200); } else { _root.mcSparkle2b.duplicateMovieClip("sparkle" + (num + 100), num + 200); } _root["sparkle" + (num + 100)]._x = 175 + (Math.random() * 200); _root["sparkle" + (num + 100)]._y = 150 + (Math.random() * 90); rand = (Math.random() * 100) + 50; _root["sparkle" + (num + 100)]._xscale = rand; _root["sparkle" + (num + 100)]._yscale = rand; i++; } } if (count > 1000) { count = 1; } if (num > 100) { num = 0; } }
Instance of Symbol 843 MovieClip in Frame 2730
onClipEvent (load) { num = 0; count = 0; } onClipEvent (enterFrame) { count++; if (count < 18) { i = 0; while (i < 4) { num++; if (Math.random() < 0.95) { _root.mcSparkle2.duplicateMovieClip("sparkle" + (num + 100), num + 200); } else { _root.mcSparkle2b.duplicateMovieClip("sparkle" + (num + 100), num + 200); } _root["sparkle" + (num + 100)]._x = 175 + (Math.random() * 200); _root["sparkle" + (num + 100)]._y = 150 + (Math.random() * 90); rand = (Math.random() * 100) + 50; _root["sparkle" + (num + 100)]._xscale = rand; _root["sparkle" + (num + 100)]._yscale = rand; i++; } } if (count > 1000) { count = 1; } if (num > 100) { num = 0; } }
Instance of Symbol 855 MovieClip in Frame 2749
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { this.gotoAndPlay("play"); } }
Instance of Symbol 843 MovieClip in Frame 2812
onClipEvent (load) { num = 0; count = 0; } onClipEvent (enterFrame) { count++; if (count < 18) { i = 0; while (i < 4) { num++; if (Math.random() < 0.95) { _root.mcSparkle2.duplicateMovieClip("sparkle" + (num + 100), num + 200); } else { _root.mcSparkle2b.duplicateMovieClip("sparkle" + (num + 100), num + 200); } _root["sparkle" + (num + 100)]._x = 175 + (Math.random() * 200); _root["sparkle" + (num + 100)]._y = 150 + (Math.random() * 90); rand = (Math.random() * 100) + 50; _root["sparkle" + (num + 100)]._xscale = rand; _root["sparkle" + (num + 100)]._yscale = rand; i++; } } if (count > 1000) { count = 1; } if (num > 100) { num = 0; } }
Instance of Symbol 843 MovieClip in Frame 2892
onClipEvent (load) { num = 0; count = 0; } onClipEvent (enterFrame) { count++; if (count < 18) { i = 0; while (i < 4) { num++; if (Math.random() < 0.95) { _root.mcSparkle2.duplicateMovieClip("sparkle" + (num + 100), num + 200); } else { _root.mcSparkle2b.duplicateMovieClip("sparkle" + (num + 100), num + 200); } _root["sparkle" + (num + 100)]._x = 175 + (Math.random() * 200); _root["sparkle" + (num + 100)]._y = 150 + (Math.random() * 90); rand = (Math.random() * 100) + 50; _root["sparkle" + (num + 100)]._xscale = rand; _root["sparkle" + (num + 100)]._yscale = rand; i++; } } if (count > 1000) { count = 1; } if (num > 100) { num = 0; } }
Instance of Symbol 877 MovieClip "mcTank" in Frame 2983
onClipEvent (load) { tankSpeed = 3.5; keyLeft = 37; keyRight = 39; keyShoot = 32; lPressed = false; rPressed = false; sPressed = false; state = 0; } onClipEvent (enterFrame) { if (Key.isDown(keyLeft)) { state = 1; if (!lPressed) { lPressed = true; _root.mcTank.gotoAndPlay("move"); } this._xscale = -25.7; _root.mcTank._x = _root.mcTank._x - tankSpeed; } else if (Key.isDown(keyRight)) { state = 1; if (!rPressed) { rPressed = true; _root.mcTank.gotoAndPlay("move"); } this._xscale = 25.7; _root.mcTank._x = _root.mcTank._x + tankSpeed; } else { if ((state == 1) || (state == 2.5)) { state = 0; _root.mcTank.gotoAndPlay("idle"); } lPressed = false; rPressed = false; } if (Key.isDown(keyShoot)) { if (!sPressed) { sPressed = true; state = 2; _root.mcTank.mcBody.gotoAndPlay("shoot"); rand = Math.ceil(Math.random() * 100); _root.mcBlast.duplicateMovieClip("blast" + rand, rand + 100); _root["blast" + rand]._y = this._y - 20; if (this._xscale > 0) { _root["blast" + rand]._x = this._x + 32; _root["blast" + rand]._rotation = 110; } else { _root["blast" + rand]._x = this._x - 32; _root["blast" + rand]._rotation = -25; } } } else { sPressed = false; } }
Frame 3041
stop();
Instance of Symbol 877 MovieClip "mcTank" in Frame 3045
onClipEvent (load) { tankSpeed = 3.5; keyLeft = 37; keyRight = 39; keyShoot = 32; lPressed = false; rPressed = false; sPressed = false; state = 0; } onClipEvent (enterFrame) { if (Key.isDown(keyLeft)) { state = 1; if (!lPressed) { lPressed = true; _root.mcTank.gotoAndPlay("move"); } this._xscale = -25.7; _root.mcTank._x = _root.mcTank._x - tankSpeed; } else if (Key.isDown(keyRight)) { state = 1; if (!rPressed) { rPressed = true; _root.mcTank.gotoAndPlay("move"); } this._xscale = 25.7; _root.mcTank._x = _root.mcTank._x + tankSpeed; } else { if ((state == 1) || (state == 2.5)) { state = 0; _root.mcTank.gotoAndPlay("idle"); } lPressed = false; rPressed = false; } if (Key.isDown(keyShoot)) { if (!sPressed) { sPressed = true; state = 2; _root.mcTank.mcBody.gotoAndPlay("shoot"); rand = Math.ceil(Math.random() * 100); _root.mcBlast.duplicateMovieClip("blast" + rand, rand + 100); _root["blast" + rand]._y = this._y - 20; if (this._xscale == 32.1) { _root["blast" + rand]._x = this._x + 32; _root["blast" + rand]._rotation = 110; } else { _root["blast" + rand]._x = this._x - 32; _root["blast" + rand]._rotation = -25; } } } else { sPressed = false; } }
Symbol 6 MovieClip Frame 9
if (Math.random() > 0.4) { gotoAndPlay (1); }
Symbol 9 MovieClip Frame 1
stop();
Symbol 9 MovieClip Frame 2
stop();
Symbol 9 MovieClip Frame 3
stop();
Symbol 9 MovieClip Frame 4
stop();
Symbol 9 MovieClip Frame 5
stop();
Symbol 9 MovieClip Frame 6
stop();
Symbol 9 MovieClip Frame 7
stop();
Symbol 9 MovieClip Frame 8
stop();
Symbol 9 MovieClip Frame 9
stop();
Symbol 9 MovieClip Frame 10
stop();
Symbol 28 MovieClip Frame 20
gotoAndStop (1);
Instance of Symbol 28 MovieClip "mcRubble" in Symbol 29 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop("idle"); }
Symbol 43 MovieClip Frame 9
if (Math.random() < 0.7) { gotoAndPlay (1); }
Symbol 122 MovieClip Frame 17
stop();
Symbol 134 MovieClip Frame 17
stop();
Instance of Symbol 28 MovieClip "mcRubble" in Symbol 140 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop("idle"); }
Instance of Symbol 28 MovieClip "mcRubble" in Symbol 145 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop("idle"); }
Symbol 149 Button
on (release) { _parent._parent.reset(); _visible = false; }
Symbol 156 MovieClip Frame 9
stop();
Symbol 156 MovieClip Frame 19
stop();
Symbol 156 MovieClip Frame 29
stop();
Symbol 175 MovieClip Frame 1
Symbol 175 MovieClip Frame 18
gotoAndPlay (20);
Symbol 175 MovieClip Frame 29
stop();
Symbol 175 MovieClip Frame 47
gotoAndPlay (20);
Symbol 175 MovieClip Frame 68
gotoAndPlay (20);
Symbol 175 MovieClip Frame 89
gotoAndPlay (20);
Symbol 175 MovieClip Frame 109
gotoAndPlay (20);
Symbol 175 MovieClip Frame 132
gotoAndPlay (20);
Symbol 175 MovieClip Frame 162
gotoAndPlay (20);
Symbol 175 MovieClip Frame 194
gotoAndPlay (20);
Symbol 175 MovieClip Frame 230
gotoAndPlay (20);
Symbol 179 MovieClip Frame 19
gotoAndStop (20);
Symbol 179 MovieClip Frame 29
stop();
Symbol 179 MovieClip Frame 49
gotoAndStop (20);
Instance of Symbol 31 MovieClip in Symbol 185 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } on (release) { _quality = "LOW"; }
Instance of Symbol 31 MovieClip in Symbol 185 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } on (release) { _quality = "MEDIUM"; }
Instance of Symbol 31 MovieClip in Symbol 185 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } on (release) { _quality = "HIGH"; }
Instance of Symbol 175 MovieClip "mcBonus" in Symbol 185 MovieClip Frame 1
onClipEvent (load) { this.gotoAndPlay("idle"); }
Instance of Symbol 179 MovieClip "mcBad" in Symbol 185 MovieClip Frame 1
onClipEvent (load) { this.gotoAndPlay("idle"); }
Symbol 209 Button
on (release) { _root.play(); }
Symbol 210 MovieClip Frame 1
percent = 0; baseX = -167; _root.mcBar._x = baseX; _root.stop();
Symbol 210 MovieClip Frame 3
percent = Math.ceil((_root.getBytesLoaded() / _root.getBytesTotal()) * 100); mcBar._x = baseX + (percent * 1.15); textPercent.text = percent; if (percent >= 75) { gotoAndPlay (4); } else { gotoAndPlay (2); }
Symbol 210 MovieClip Frame 7
stop();
Symbol 213 MovieClip Frame 1
function reset() { gameover = false; score = 0; counter = 0; fireNum = 0; dustNum = 400; crushCount = 0; bugs = bugsTotal; var bugMC = this; var i = 1; while (i <= bugsTotal) { bugMC = this["mcBug" + i]; bugMC.reset(); i++; } i = 1; while (i <= plants) { plantMC = this["mcPlant" + i]; plantMC.active = true; plantMC.mcPlant._y = plantMC.yStart; plantMC.life = plantMC.lifeStart; plantMC.gotoAndStop("idle"); i++; } } gravity = 0.15; gameover = true; score = 0; counter = 0; fireNum = 0; dustNum = 400; crushCount = 0; bugsTotal = 4; bugs = bugsTotal; plants = 3; this.onEnterFrame = function () { counter++; if (counter > 10000) { counter = 1; } if (bugs <= 0) { bugs = 1; gameover = true; mcHUD.mcBonus.gotoAndPlay("win"); mcHUD.mcStart._visible = true; } if (!gameover) { var inactive; i = 1; while (i <= plants) { if (!this["mcPlant" + i].active) { inactive++; } i++; } if (inactive >= plants) { gameover = true; mcHUD.mcBonus.gotoAndPlay("lose"); mcHUD.mcStart._visible = true; } } if (gameover) { if (Key.isDown(13)) { reset(); mcHUD.mcStart._visible = false; } } mcHUD.mcQuality.gotoAndStop(_quality); if (crushCount < 0) { crushCount = 0; } if (score < 0) { score = 0; } mcHUD.textScore.text = score; textDebug1.text = "Wink's yVel = " + mcShip.yVel; };
Instance of Symbol 11 MovieClip "dustBack" in Symbol 213 MovieClip Frame 1
onClipEvent (enterFrame) { if (this._name != "dustBack") { name1 = this._name.substring(8, this._name.length); name1 = _parent["dustFront" + name1]; this._x = name1._x + name1.xVel; this._y = name1._y + name1.yVel; this._xscale = name1._xscale; this._yscale = name1._yscale; this._alpha = name1._alpha; if (this._xscale < 33) { this.removeMovieClip(); } } else { _alpha = 0; } }
Instance of Symbol 13 MovieClip "firePartBackRight" in Symbol 213 MovieClip Frame 1
onClipEvent (enterFrame) { if (this._name != "firePartBackRight") { name1 = this._name.substring(17, this._name.length); name1 = _parent["firePartRight" + name1]; this._x = name1._x + name1.xVel; this._y = name1._y + name1.yVel; this._alpha = name1._alpha; if (this._alpha < 33) { this.removeMovieClip(); } } else { _alpha = 0; } }
Instance of Symbol 15 MovieClip "firePartRight" in Symbol 213 MovieClip Frame 1
onClipEvent (load) { _alpha = 100; xVel = (Math.random() / 2) + 0.4; if (Math.random() > 0.5) { yVel = Math.random() * 0.3; yAccel = Math.random() * -0.01; } else { yVel = (-Math.random()) * 0.2; yAccel = Math.random() * 0.01; } life = Math.random() + 1; } onClipEvent (enterFrame) { if (life > 0) { yVel = yVel + yAccel; } if (Key.isDown(17)) { _x = (_x + (xVel * 4)); _y = (_y + (yVel * 4)); } else { _x = (_x + xVel); _y = (_y + yVel); } life = life - 0.2; if (life < 0) { _alpha = 0; this.removeMovieClip(); } else if (life < 0.2) { _alpha = 33; } else if (life < 0.4) { _alpha = 66; } }
Instance of Symbol 15 MovieClip "firePartWhiteRight" in Symbol 213 MovieClip Frame 1
onClipEvent (load) { _alpha = 100; xVel = (Math.random() / 3) + 0.3; if (Math.random() > 0.5) { yVel = Math.random() / 4; yAccel = Math.random() * -0.04; } else { yVel = (-Math.random()) / 4; yAccel = Math.random() * 0.04; } life = (Math.random() / 2) + 1; } onClipEvent (enterFrame) { if (life > 0) { yVel = yVel + yAccel; } _x = (_x + xVel); _y = (_y + yVel); life = life - 0.2; if (life < 0) { _alpha = 0; this.removeMovieClip(); } else if (life < 0.2) { _alpha = 33; } else if (life < 0.4) { _alpha = 66; } }
Instance of Symbol 13 MovieClip "firePartBackDown" in Symbol 213 MovieClip Frame 1
onClipEvent (enterFrame) { if (this._name != "firePartBackDown") { name1 = this._name.substring(16, this._name.length); name1 = _parent["firePartDown" + name1]; this._x = name1._x + name1.xVel; this._y = name1._y + name1.yVel; this._alpha = name1._alpha; if (this._alpha < 33) { this.removeMovieClip(); } } else { _alpha = 0; } }
Instance of Symbol 15 MovieClip "firePartDown" in Symbol 213 MovieClip Frame 1
onClipEvent (load) { _alpha = 100; yVel = (Math.random() / 2) + 0.4; if (Math.random() > 0.5) { xVel = Math.random() * 0.3; xAccel = Math.random() * -0.01; } else { xVel = (-Math.random()) * 0.2; xAccel = Math.random() * 0.01; } life = Math.random() + 1; } onClipEvent (enterFrame) { if (life > 0) { xVel = xVel + xAccel; } if (Key.isDown(17)) { _x = (_x + (xVel * 4)); _y = (_y + (yVel * 4)); } else { _x = (_x + xVel); _y = (_y + yVel); } life = life - 0.2; if (life < 0) { _alpha = 0; this.removeMovieClip(); } else if (life < 0.2) { _alpha = 33; } else if (life < 0.4) { _alpha = 66; } }
Instance of Symbol 15 MovieClip "firePartWhiteDown" in Symbol 213 MovieClip Frame 1
onClipEvent (load) { _alpha = 100; yVel = (Math.random() / 3) + 0.3; if (Math.random() > 0.5) { xVel = Math.random() / 4; xAccel = Math.random() * -0.04; } else { xVel = (-Math.random()) / 4; xAccel = Math.random() * 0.04; } life = (Math.random() / 2) + 1; } onClipEvent (enterFrame) { if (life > 0) { xVel = xVel + xAccel; } _x = (_x + xVel); _y = (_y + yVel); life = life - 0.2; if (life < 0) { _alpha = 0; this.removeMovieClip(); } else if (life < 0.2) { _alpha = 33; } else if (life < 0.4) { _alpha = 66; } }
Instance of Symbol 29 MovieClip "mcPlant3" in Symbol 213 MovieClip Frame 1
onClipEvent (load) { yStart = mcPlant._y; this.swapDepths(1002); lifeStart = 166; life = lifeStart; active = true; this.gotoAndStop("idle"); } onClipEvent (enterFrame) { if (life <= 0) { this.gotoAndStop("dead"); active = false; } }
Instance of Symbol 31 MovieClip "mcLeft" in Symbol 213 MovieClip Frame 1
onClipEvent (load) { this._visible = false; }
Instance of Symbol 31 MovieClip "mcRight" in Symbol 213 MovieClip Frame 1
onClipEvent (load) { this._visible = false; }
Instance of Symbol 13 MovieClip "firePartBackUp" in Symbol 213 MovieClip Frame 1
onClipEvent (enterFrame) { if (this._name != "firePartBackUp") { name1 = this._name.substring(14, this._name.length); name1 = _parent["firePartUp" + name1]; this._x = name1._x + name1.xVel; this._y = name1._y + name1.yVel; this._alpha = name1._alpha; if (this._alpha < 33) { this.removeMovieClip(); } } else { _alpha = 0; } }
Instance of Symbol 15 MovieClip "firePartUp" in Symbol 213 MovieClip Frame 1
onClipEvent (load) { _alpha = 100; yVel = (-(Math.random() / 2)) - 0.4; if (Math.random() > 0.5) { xVel = Math.random() * 0.3; xAccel = Math.random() * -0.01; } else { xVel = (-Math.random()) * 0.2; xAccel = Math.random() * 0.01; } life = Math.random() + 1; } onClipEvent (enterFrame) { if (life > 0) { xVel = xVel + xAccel; } if (Key.isDown(17)) { _x = (_x + (xVel * 4)); _y = (_y + (yVel * 4)); } else { _x = (_x + xVel); _y = (_y + yVel); } life = life - 0.2; if (life < 0) { _alpha = 0; this.removeMovieClip(); } else if (life < 0.2) { _alpha = 33; } else if (life < 0.4) { _alpha = 66; } }
Instance of Symbol 15 MovieClip "firePartWhiteUp" in Symbol 213 MovieClip Frame 1
onClipEvent (load) { _alpha = 100; yVel = (-(Math.random() / 3)) - 0.3; if (Math.random() > 0.5) { xVel = Math.random() / 4; xAccel = Math.random() * -0.04; } else { xVel = (-Math.random()) / 4; xAccel = Math.random() * 0.04; } life = (Math.random() / 2) + 1; } onClipEvent (enterFrame) { if (life > 0) { xVel = xVel + xAccel; } _x = (_x + xVel); _y = (_y + yVel); life = life - 0.2; if (life < 0) { _alpha = 0; this.removeMovieClip(); } else if (life < 0.2) { _alpha = 33; } else if (life < 0.4) { _alpha = 66; } }
Instance of Symbol 49 MovieClip "mcShip" in Symbol 213 MovieClip Frame 1
onClipEvent (load) { function makeFire(x, y, direction) { if ((_parent.counter % 1) == 0) { _parent.fireNum++; if (_parent.fireNum > 100) { _parent.fireNum = 1; } if (Key.isDown(16)) { fireColor.setRGB(10079487); } else { fireColor.setRGB(16776960); } tempName1 = "firePart" + direction; tempName2 = "firePartBack" + direction; tempName3 = "firePartWhite" + direction; _parent[tempName1].duplicateMovieClip(tempName1 + _parent.fireNum, _parent.fireNum + 100); _parent[tempName2].duplicateMovieClip(tempName2 + _parent.fireNum, _parent.fireNum); _parent[tempName3].duplicateMovieClip(tempName3 + _parent.fireNum, _parent.fireNum + 200); var fireName = _parent[tempName1 + _parent.fireNum]; var fireBackName = _parent[tempName2 + _parent.fireNum]; var fireWhiteName = _parent[tempName3 + _parent.fireNum]; fireName._x = x; fireName._y = y; rand = Math.random(); fireName._width = (rand * 5) + 7; fireName._height = (rand * 5) + 7; fireBackName._width = fireName._width + 4; fireBackName._height = fireName._height + 4; if (Key.isDown(16)) { fireBackColor.setRGB(3368703); } else { fireBackColor.setRGB(16750848); } fireWhiteName._x = x; fireWhiteName._y = y; rand = Math.random(); fireWhiteName._width = (rand * 3) + 4; fireWhiteName._height = (rand * 3) + 4; } } function makeDust(x, y) { _parent.dustNum++; if (_parent.dustNum > 450) { _parent.dustNum = 401; } tempName1 = "dustFront"; tempName2 = "dustBack"; _parent[tempName1].duplicateMovieClip(tempName1 + _parent.dustNum, _parent.dustNum + 100); _parent[tempName2].duplicateMovieClip(tempName2 + _parent.dustNum, _parent.dustNum); var dustName = _parent[tempName1 + _parent.dustNum]; var dustBackName = _parent[tempName2 + _parent.dustNum]; dustName._x = (x - 7) + (Math.random() * 14); dustName._y = y; rand = Math.random(); dustName._width = (rand * 8) + 8; dustName._height = (rand * 8) + 8; dustBackName._width = dustName._width + 6; dustBackName._height = dustName._height + 6; } xAccel = 0.5; xVel = 0; xMax = 10; yAccel = 0.5; yVel = -2; yMax = 14; if (_name == "mcShip") { this.swapDepths(315); } } onClipEvent (enterFrame) { if (!_parent.gameover) { if (Key.isDown(37)) { xVel = xVel + (-xAccel); makeFire(this._x + this.mcRight._x, this._y + this.mcRight._y, "Right"); } if (Key.isDown(39)) { xVel = xVel + xAccel; makeFire(this._x + this.mcLeft._x, this._y + this.mcLeft._y, "Left"); } if (Key.isDown(38)) { yVel = yVel + (-yAccel); if (yVel <= 0) { makeFire(this._x + this.mcDown1._x, (this._y + this.mcDown1._y) + 4, "Down"); makeFire(this._x + this.mcDown2._x, (this._y + this.mcDown2._y) + 4, "Down"); } else if (yVel > 0) { makeFire(this._x + this.mcDown1._x, (this._y + this.mcDown1._y) + 10, "Down"); makeFire(this._x + this.mcDown2._x, (this._y + this.mcDown2._y) + 10, "Down"); } } if (Key.isDown(40)) { yVel = yVel + yAccel; if (yVel <= 0) { makeFire(this._x + this.mcUp._x, (this._y + this.mcUp._y) - 10, "Up"); } else if (yVel > 0) { makeFire(this._x + this.mcUp._x, this._y + this.mcUp._y, "Up"); } } if (xVel > xMax) { xVel = xMax; } else if (xVel < (-xMax)) { xVel = -xMax; } if (yVel > yMax) { yVel = yMax; } else if (yVel < (-yMax)) { yVel = -yMax; } if (xVel > 0) { xVel = xVel + -0.04; } else if (xVel < 0) { xVel = xVel + 0.04; } if (Math.abs(xVel) < (xAccel - 0.1)) { xVel = 0; } this._x = this._x + xVel; this._y = this._y + yVel; if (this._x < _parent.mcLeft._x) { this._x = _parent.mcLeft._x; xVel = (-xVel) / 2; } else if (this._x > _parent.mcRight._x) { this._x = _parent.mcRight._x; xVel = (-xVel) / 2; } if (_parent.mcGround.hitTest(this._x + 275, this._y + 200, true)) { if (yVel > 8) { var missed = true; var bugMC = this; var i = 1; while (i <= _parent.bugsTotal) { bugMC = _parent["mcBug" + i]; if ((bugMC.life >= 0) && (this.hitTest(bugMC._x + 270, bugMC._y + 190, false))) { missed = false; i = _parent.bugsTotal + 1; } i++; } if (missed) { _parent.mcHUD.mcBad.gotoAndPlay("minus1"); _parent.score = _parent.score + -1; } } yVel = (-yVel) / 2; this._y--; xVel = xVel / 1.1; if (Math.abs(yVel) < 0.2) { yVel = 0; } if (xVel > 0) { makeDust(this._x + 20, this._y); } else if (xVel < 0) { makeDust(this._x - 20, this._y); } else { makeDust(this._x, this._y); } } else if (!_parent.mcGround.hitTest(this._x + 275, this._y + 201, true)) { yVel = yVel + _parent.gravity; if (Key.isDown(38)) { if (_parent.mcGround.hitTest(this._x + 275, this._y + 250, true)) { if ((_parent.counter % 1) == 0) { makeDust((this._x + (Math.random() * 10)) + 20, (this._y + (Math.random() * 10)) + 40); makeDust((this._x + (Math.random() * 10)) - 20, (this._y + (Math.random() * 10)) + 40); } } } } while (_parent.mcGround.hitTest(this._x + 275, this._y + 200, true)) { makeDust(this._x, this._y); this._y--; } } }
Instance of Symbol 13 MovieClip "firePartBackLeft" in Symbol 213 MovieClip Frame 1
onClipEvent (enterFrame) { if (this._name != "firePartBackLeft") { name1 = this._name.substring(16, this._name.length); name1 = _parent["firePartLeft" + name1]; this._x = name1._x + name1.xVel; this._y = name1._y + name1.yVel; this._alpha = name1._alpha; if (this._alpha < 33) { this.removeMovieClip(); } } else { _alpha = 0; } }
Instance of Symbol 15 MovieClip "firePartLeft" in Symbol 213 MovieClip Frame 1
onClipEvent (load) { _alpha = 100; xVel = (-(Math.random() / 2)) - 0.4; if (Math.random() > 0.5) { yVel = Math.random() * 0.3; yAccel = Math.random() * -0.01; } else { yVel = (-Math.random()) * 0.2; yAccel = Math.random() * 0.01; } life = Math.random() + 1; } onClipEvent (enterFrame) { if (life > 0) { yVel = yVel + yAccel; } if (Key.isDown(17)) { _x = (_x + (xVel * 4)); _y = (_y + (yVel * 4)); } else { _x = (_x + xVel); _y = (_y + yVel); } life = life - 0.2; if (life < 0) { _alpha = 0; this.removeMovieClip(); } else if (life < 0.2) { _alpha = 33; } else if (life < 0.4) { _alpha = 66; } }
Instance of Symbol 15 MovieClip "firePartWhiteLeft" in Symbol 213 MovieClip Frame 1
onClipEvent (load) { _alpha = 100; xVel = (-(Math.random() / 3)) - 0.3; if (Math.random() > 0.5) { yVel = Math.random() / 4; yAccel = Math.random() * -0.04; } else { yVel = (-Math.random()) / 4; yAccel = Math.random() * 0.04; } life = (Math.random() / 2) + 1; } onClipEvent (enterFrame) { if (life > 0) { yVel = yVel + yAccel; } _x = (_x + xVel); _y = (_y + yVel); life = life - 0.2; if (life < 0) { _alpha = 0; this.removeMovieClip(); } else if (life < 0.2) { _alpha = 33; } else if (life < 0.4) { _alpha = 66; } }
Instance of Symbol 51 MovieClip "dustFront" in Symbol 213 MovieClip Frame 1
onClipEvent (load) { if (this._name == "dustFront") { this._alpha = 0; } else { _alpha = 100; yVel = (Math.random() / 2) + 0.4; if (Math.random() > 0.5) { xVel = Math.random() * 0.3; xAccel = Math.random() * -0.01; } else { xVel = (-Math.random()) * 0.2; xAccel = Math.random() * 0.01; } life = Math.random() + 1; } } onClipEvent (enterFrame) { if (this._name != "dustFront") { if (life > 0) { xVel = xVel + xAccel; } if (Key.isDown(17)) { _x = (_x + (xVel * 4)); _y = (_y + (yVel * 4)); } else { _x = (_x + xVel); _y = (_y + yVel); } life = life - 0.1; if (life < 0.5) { if (life < 0) { this.removeMovieClip(); } this._xscale = life * 200; this._yscale = this._xscale; } } }
Instance of Symbol 135 MovieClip "mcBug1" in Symbol 213 MovieClip Frame 1
onClipEvent (load) { function reset() { state = "scrambling"; this.gotoAndStop("hit"); _x = ((Math.random() * 400) - 200); _y = ((Math.random() * 200) - 100); xVel = 0; xMax = 7; xAccel = 0.6; yVel = 0; yMax = 12; hitTime = 0; life = 100; onFire = false; burnTime = 0; } function makeFire(x, y) { if ((_parent.counter % 2) == 0) { _parent.fireNum++; if (_parent.fireNum > 100) { _parent.fireNum = 1; } if (Key.isDown(16)) { fireColor.setRGB(10079487); } else { fireColor.setRGB(16776960); } tempName1 = "firePart" + direction; tempName2 = "firePartBack" + direction; tempName3 = "firePartWhite" + direction; _parent[tempName1].duplicateMovieClip(tempName1 + _parent.fireNum, _parent.fireNum + 100); _parent[tempName2].duplicateMovieClip(tempName2 + _parent.fireNum, _parent.fireNum); _parent[tempName3].duplicateMovieClip(tempName3 + _parent.fireNum, _parent.fireNum + 200); var fireName = _parent[tempName1 + _parent.fireNum]; var fireBackName = _parent[tempName2 + _parent.fireNum]; var fireWhiteName = _parent[tempName3 + _parent.fireNum]; fireName._x = x; fireName._y = y; rand = Math.random(); fireName._width = (rand * 5) + 7; fireName._height = (rand * 5) + 7; fireBackName._width = fireName._width + 4; fireBackName._height = fireName._height + 4; if (Key.isDown(16)) { fireBackColor.setRGB(3368703); } else { fireBackColor.setRGB(16750848); } fireWhiteName._x = x; fireWhiteName._y = y; rand = Math.random(); fireWhiteName._width = (rand * 3) + 4; fireWhiteName._height = (rand * 3) + 4; } } function makeDust(x, y) { _parent.dustNum++; if (_parent.dustNum > 450) { _parent.dustNum = 401; } tempName1 = "dustFront"; tempName2 = "dustBack"; _parent[tempName1].duplicateMovieClip(tempName1 + _parent.dustNum, _parent.dustNum + 100); _parent[tempName2].duplicateMovieClip(tempName2 + _parent.dustNum, _parent.dustNum); var dustName = _parent[tempName1 + _parent.dustNum]; var dustBackName = _parent[tempName2 + _parent.dustNum]; dustName._x = (x - 7) + (Math.random() * 14); dustName._y = y; rand = Math.random(); dustName._width = (rand * 8) + 8; dustName._height = (rand * 8) + 8; dustBackName._width = dustName._width + 6; dustBackName._height = dustName._height + 6; } function land(dustOn) { var landed = false; if (_parent.mcGround.hitTest(this._x + 275, this._y + 200, true)) { landed = true; yVel = (-yVel) / 3; this._y--; xVel = xVel / 1.1; if (Math.abs(yVel) < 0.8) { yVel = 0; } if (dustOn) { if (xVel > 0) { makeDust(this._x + 20, this._y); } else if (xVel < 0) { makeDust(this._x - 20, this._y); } else { makeDust(this._x, this._y); } } } else if (!_parent.mcGround.hitTest(this._x + 275, this._y + 201, true)) { yVel = yVel + (_parent.gravity * 2); } while (_parent.mcGround.hitTest(this._x + 275, this._y + 200, true)) { if (dustOn) { makeDust(this._x, this._y); } this._y--; } return(landed); } function getBonus(deathType) { switch (deathtype) { case "crushed" : if (_parent.crushCount > 3) { _parent.score = _parent.score + (750 * _parent.crushCount); if (!onFire) { _parent.mcHUD.mcBonus.gotoAndPlay("crushed4"); } else { _parent.score = _parent.score + 1000; _parent.mcHUD.mcBonus.gotoAndPlay("fireCrushed4"); } } else if (_parent.crushCount > 1) { _parent.score = _parent.score + (500 * _parent.crushCount); var label = ("crushed" + _parent.crushCount); if (!onFire) { _parent.mcHUD.mcBonus.gotoAndPlay(label); } else { _parent.score = _parent.score + (1000 * _parent.crushCount); _parent.mcHUD.mcBonus.gotoAndPlay("fireCrushed2"); } } else if (onFire) { _parent.mcHUD.mcBonus.gotoAndPlay("fireCrushed"); } return; default : _parent.mcHUD.mcBonus.gotoAndPlay(deathType); } } state = "scrambling"; this.gotoAndStop("hit"); xVel = 0; xMax = 7; xAccel = 0.6; yVel = 0; yMax = 12; hitTime = 0; life = 100; onFire = false; burnTime = 0; time = new Date(0); shipMC = _parent.mcShip; plantMC = this; this.swapDepths(360); fireColor = new Color(_parent.firePart); fireBackColor = new Color(_parent.firePartBack); dustColor = new Color(_parent.dustFront); dustBackColor = new Color(_parent.dustBack); } onClipEvent (enterFrame) { if ((!_parent.gameover) && (life > -1)) { switch (state) { case "idle" : if (this._xscale < 0) { xVel = (-xMax) / 4; } else { xVel = xMax / 4; } if (Math.abs(this._y - shipMC._y) < 160) { if ((this._x < shipMC._x) && ((shipMC._x - this._x) < 100)) { this._xscale = -100; state = "running"; this.gotoAndStop("run"); } else if ((this._x > shipMC._x) && ((this._x - shipMC._x) < 100)) { this._xscale = 100; state = "running"; this.gotoAndStop("run"); } } if ((Math.abs(this._y - shipMC._y) >= 160) || (Math.abs(shipMC._x - this._x) >= 100)) { var i = 1; while (i <= _parent.plants) { plantMC = _parent["mcPlant" + i]; if (plantMC.active && (Math.abs(this._x - plantMC._x) < 8)) { state = "eating"; this.gotoAndStop("eat"); this._x = this._x + ((-10) + (Math.random() * 20)); i = _parent.plants; } i++; } } if (yVel > yMax) { yVel = yMax; } else if (yVel < (-yMax)) { yVel = -yMax; } this._x = this._x + xVel; this._y = this._y + yVel; land(false); break; case "eating" : plantMC.life--; plantMC.mcPlant._y++; plantMC.mcRubble.gotoAndPlay("hit"); if (plantMC.active <= 0) { state = "idle"; this.gotoAndStop("idle"); } if (Math.abs(this._y - shipMC._y) < 100) { if ((this._x < shipMC._x) && ((shipMC._x - this._x) < 120)) { this._xscale = -100; state = "running"; this.gotoAndStop("run"); } else if ((this._x > shipMC._x) && ((this._x - shipMC._x) < 120)) { this._xscale = 100; state = "running"; this.gotoAndStop("run"); } } break; case "running" : if (!onFire) { if (Math.abs(this._y - shipMC._y) < 160) { if ((this._x < shipMC._x) && ((shipMC._x - this._x) < 100)) { xVel = xVel + (-xAccel); this._xscale = -100; } else if ((this._x > shipMC._x) && ((this._x - shipMC._x) < 100)) { xVel = xVel + xAccel; this._xscale = 100; } } } else if (xVel < 0) { xVel = xVel + (-xAccel); this._xscale = -100; } else { xVel = xVel + xAccel; this._xscale = 100; } if (xVel > xMax) { xVel = xMax; } else if (xVel < (-xMax)) { xVel = -xMax; } if (yVel > yMax) { yVel = yMax; } else if (yVel < (-yMax)) { yVel = -yMax; } if (xVel > 0) { xVel = xVel + (-0.04); } else if (xVel < 0) { xVel = xVel + 0.04; } if (Math.abs(xVel) < 0.1) { xVel = 0; if ((yVel == 0) && (!onFire)) { state = "idle"; this.gotoAndStop("idle"); } } this._x = this._x + xVel; this._y = this._y + yVel; land(true); if (shipMC.hitTest(this._x + 275, this._y + 190, false)) { if (_parent.mcGround.hitTest(this._x + 275, this._y + 205, true)) { if (shipMC.yVel < 12) { state = "scrambling"; yVel = -6; hitTime = _parent.counter; this.gotoAndStop("hit"); } else { _parent.crushCount++; hitTime = _parent.counter; life = 0; state = "crushed"; if (Math.random() > 0.5) { this._xscale = 100; } else { this._xscale = -100; } this.gotoAndStop("crushed"); getBonus("crushed"); _parent.bugs--; _parent.score = _parent.score + 500; this._y = this._y + 12; xVel = 0; yVel = 0; } } else { yVel = yVel + 4; if (shipMC.yVel > 0) { yVel = yVel + shipMC.yVel; } this._y = this._y + Math.abs(shipMC.yVel * 2); } } else if (((!onFire) && (Key.isDown(38))) && (shipMC.hitTest(this._x + 275, this._y + 160, false))) { if (time.getTime() > (burnTime + 1000)) { burnCount = 0; } else if (burnCount >= 6) { onFire = true; burnCount = 0; state = "scrambling"; yVel = -9; hitTime = _parent.counter; this.gotoAndStop("hit"); } else { burnCount++; burnTime = time.getTime(); } } break; case "scrambling" : if (xVel > 0) { xVel = xVel + (-0.02); } else if (xVel < 0) { xVel = xVel + 0.02; } if (Math.abs(xVel) < (xAccel - 0.1)) { xVel = 0; } this._x = this._x + xVel; this._y = this._y + yVel; if (land(true)) { state = "running"; this.gotoAndStop("run"); } if (_parent.counter > (hitTime + 4)) { if (shipMC.hitTest(this._x + 275, this._y + 185, false)) { if (this._y <= (shipMC._y - 10)) { yVel = (-Math.abs(yVel / 4)) - 4; if (shipMC.yVel < 0) { yVel = yVel + shipMC.yVel; } this._y = this._y + shipMC.yVel; } else { yVel = yVel + 4; if (shipMC.yVel > 0) { yVel = yVel + shipMC.yVel; } this._y = this._y + Math.abs(shipMC.yVel * 2); } bounceVel = 6; if (Math.abs(this._x - shipMC._x) > 22) { xVel = -xVel; } else if ((this._x - shipMC._x) < -15) { xVel = -bounceVel; } else if ((this._x - shipMC._x) < -5) { xVel = (-bounceVel) / 2; } else if ((this._x - shipMC._x) < 0) { xVel = (-bounceVel) / 4; } else if ((this._x - shipMC._x) > 0) { xVel = bounceVel / 4; } else if ((this._x - shipMC._x) > 5) { xVel = bounceVel / 2; } else if ((this._x - shipMC._x) > 15) { xVel = bounceVel; } this._x = this._x + xVel; } } break; case "crushed" : if (_parent.counter <= (hitTime + 2)) { break; } _parent.crushCount--; onFire = false; life = -1; } if (this._x < (_parent.mcLeft._x + 10)) { this._x = _parent.mcLeft._x + 10; xVel = -xVel; this._xscale = 100; } else if (this._x > (_parent.mcRight._x - 10)) { this._x = _parent.mcRight._x - 10; xVel = -xVel; this._xscale = -100; } if (onFire) { makeFire(this._x, this._y - 16); life = life + -0.5; } if ((state != "crushed") && (life <= 0)) { if (onFire) { life = -1; state = "burned"; this.gotoAndStop("burned"); getBonus("burned"); _parent.bugs--; _parent.score = _parent.score + 1000; xVel = 0; yVel = 0; } } } }
Instance of Symbol 13 MovieClip "firePartBack" in Symbol 213 MovieClip Frame 1
onClipEvent (enterFrame) { if (this._name != "firePartBack") { name1 = this._name.substring(12, this._name.length); name1 = _parent["firePart" + name1]; this._x = name1._x + name1.xVel; this._y = name1._y + name1.yVel; this._alpha = name1._alpha; if (this._alpha < 33) { this.removeMovieClip(); } } else { _alpha = 0; } }
Instance of Symbol 15 MovieClip "firePart" in Symbol 213 MovieClip Frame 1
onClipEvent (load) { _alpha = 100; yVel = (-Math.random()) - 0.6; if (Math.random() > 0.5) { xVel = Math.random() * 0.3; xAccel = Math.random() * -0.01; } else { xVel = (-Math.random()) * 0.2; xAccel = Math.random() * 0.01; } life = Math.random() + 1; } onClipEvent (enterFrame) { if (life > 0) { xVel = xVel + xAccel; } if (Key.isDown(17)) { _x = (_x + (xVel * 4)); _y = (_y + (yVel * 4)); } else { _x = (_x + xVel); _y = (_y + yVel); } life = life - 0.2; if (life < 0) { _alpha = 0; this.removeMovieClip(); } else if (life < 0.2) { _alpha = 33; } else if (life < 0.4) { _alpha = 66; } }
Instance of Symbol 15 MovieClip "firePartWhite" in Symbol 213 MovieClip Frame 1
onClipEvent (load) { _alpha = 100; yVel = (-(Math.random() / 3)) - 0.3; if (Math.random() > 0.5) { xVel = Math.random() / 4; xAccel = Math.random() * -0.04; } else { xVel = (-Math.random()) / 4; xAccel = Math.random() * 0.04; } life = (Math.random() / 2) + 1; } onClipEvent (enterFrame) { if (life > 0) { xVel = xVel + xAccel; } _x = (_x + xVel); _y = (_y + yVel); life = life - 0.2; if (life < 0) { _alpha = 0; this.removeMovieClip(); } else if (life < 0.2) { _alpha = 33; } else if (life < 0.4) { _alpha = 66; } }
Instance of Symbol 135 MovieClip "mcBug2" in Symbol 213 MovieClip Frame 1
onClipEvent (load) { function reset() { state = "scrambling"; this.gotoAndStop("hit"); _x = ((Math.random() * 400) - 200); _y = ((Math.random() * 200) - 100); xVel = 0; xMax = 7; xAccel = 0.6; yVel = 0; yMax = 12; hitTime = 0; life = 100; onFire = false; burnTime = 0; } function makeFire(x, y) { if ((_parent.counter % 2) == 0) { _parent.fireNum++; if (_parent.fireNum > 100) { _parent.fireNum = 1; } if (Key.isDown(16)) { fireColor.setRGB(10079487); } else { fireColor.setRGB(16776960); } tempName1 = "firePart" + direction; tempName2 = "firePartBack" + direction; tempName3 = "firePartWhite" + direction; _parent[tempName1].duplicateMovieClip(tempName1 + _parent.fireNum, _parent.fireNum + 100); _parent[tempName2].duplicateMovieClip(tempName2 + _parent.fireNum, _parent.fireNum); _parent[tempName3].duplicateMovieClip(tempName3 + _parent.fireNum, _parent.fireNum + 200); var fireName = _parent[tempName1 + _parent.fireNum]; var fireBackName = _parent[tempName2 + _parent.fireNum]; var fireWhiteName = _parent[tempName3 + _parent.fireNum]; fireName._x = x; fireName._y = y; rand = Math.random(); fireName._width = (rand * 5) + 7; fireName._height = (rand * 5) + 7; fireBackName._width = fireName._width + 4; fireBackName._height = fireName._height + 4; if (Key.isDown(16)) { fireBackColor.setRGB(3368703); } else { fireBackColor.setRGB(16750848); } fireWhiteName._x = x; fireWhiteName._y = y; rand = Math.random(); fireWhiteName._width = (rand * 3) + 4; fireWhiteName._height = (rand * 3) + 4; } } function makeDust(x, y) { _parent.dustNum++; if (_parent.dustNum > 450) { _parent.dustNum = 401; } tempName1 = "dustFront"; tempName2 = "dustBack"; _parent[tempName1].duplicateMovieClip(tempName1 + _parent.dustNum, _parent.dustNum + 100); _parent[tempName2].duplicateMovieClip(tempName2 + _parent.dustNum, _parent.dustNum); var dustName = _parent[tempName1 + _parent.dustNum]; var dustBackName = _parent[tempName2 + _parent.dustNum]; dustName._x = (x - 7) + (Math.random() * 14); dustName._y = y; rand = Math.random(); dustName._width = (rand * 8) + 8; dustName._height = (rand * 8) + 8; dustBackName._width = dustName._width + 6; dustBackName._height = dustName._height + 6; } function land(dustOn) { var landed = false; if (_parent.mcGround.hitTest(this._x + 275, this._y + 200, true)) { landed = true; yVel = (-yVel) / 3; this._y--; xVel = xVel / 1.1; if (Math.abs(yVel) < 0.8) { yVel = 0; } if (dustOn) { if (xVel > 0) { makeDust(this._x + 20, this._y); } else if (xVel < 0) { makeDust(this._x - 20, this._y); } else { makeDust(this._x, this._y); } } } else if (!_parent.mcGround.hitTest(this._x + 275, this._y + 201, true)) { yVel = yVel + (_parent.gravity * 2); } while (_parent.mcGround.hitTest(this._x + 275, this._y + 200, true)) { if (dustOn) { makeDust(this._x, this._y); } this._y--; } return(landed); } function getBonus(deathType) { switch (deathtype) { case "crushed" : if (_parent.crushCount > 3) { _parent.score = _parent.score + (750 * _parent.crushCount); if (!onFire) { _parent.mcHUD.mcBonus.gotoAndPlay("crushed4"); } else { _parent.score = _parent.score + 1000; _parent.mcHUD.mcBonus.gotoAndPlay("fireCrushed4"); } } else if (_parent.crushCount > 1) { _parent.score = _parent.score + (500 * _parent.crushCount); var label = ("crushed" + _parent.crushCount); if (!onFire) { _parent.mcHUD.mcBonus.gotoAndPlay(label); } else { _parent.score = _parent.score + (1000 * _parent.crushCount); _parent.mcHUD.mcBonus.gotoAndPlay("fireCrushed2"); } } else if (onFire) { _parent.mcHUD.mcBonus.gotoAndPlay("fireCrushed"); } return; default : _parent.mcHUD.mcBonus.gotoAndPlay(deathType); } } state = "scrambling"; this.gotoAndStop("hit"); xVel = 0; xMax = 7; xAccel = 0.6; yVel = 0; yMax = 12; hitTime = 0; life = 100; onFire = false; burnTime = 0; time = new Date(0); shipMC = _parent.mcShip; plantMC = this; this.swapDepths(361); fireColor = new Color(_parent.firePart); fireBackColor = new Color(_parent.firePartBack); dustColor = new Color(_parent.dustFront); dustBackColor = new Color(_parent.dustBack); } onClipEvent (enterFrame) { if ((!_parent.gameover) && (life > -1)) { switch (state) { case "idle" : if (this._xscale < 0) { xVel = (-xMax) / 4; } else { xVel = xMax / 4; } if (Math.abs(this._y - shipMC._y) < 160) { if ((this._x < shipMC._x) && ((shipMC._x - this._x) < 100)) { this._xscale = -100; state = "running"; this.gotoAndStop("run"); } else if ((this._x > shipMC._x) && ((this._x - shipMC._x) < 100)) { this._xscale = 100; state = "running"; this.gotoAndStop("run"); } } if ((Math.abs(this._y - shipMC._y) >= 160) || (Math.abs(shipMC._x - this._x) >= 100)) { var i = 1; while (i <= _parent.plants) { plantMC = _parent["mcPlant" + i]; if (plantMC.active && (Math.abs(this._x - plantMC._x) < 8)) { state = "eating"; this.gotoAndStop("eat"); this._x = this._x + ((-10) + (Math.random() * 20)); i = _parent.plants; } i++; } } if (yVel > yMax) { yVel = yMax; } else if (yVel < (-yMax)) { yVel = -yMax; } this._x = this._x + xVel; this._y = this._y + yVel; land(false); break; case "eating" : plantMC.life--; plantMC.mcPlant._y++; plantMC.mcRubble.gotoAndPlay("hit"); if (plantMC.active <= 0) { state = "idle"; this.gotoAndStop("idle"); } if (Math.abs(this._y - shipMC._y) < 100) { if ((this._x < shipMC._x) && ((shipMC._x - this._x) < 120)) { this._xscale = -100; state = "running"; this.gotoAndStop("run"); } else if ((this._x > shipMC._x) && ((this._x - shipMC._x) < 120)) { this._xscale = 100; state = "running"; this.gotoAndStop("run"); } } break; case "running" : if (!onFire) { if (Math.abs(this._y - shipMC._y) < 160) { if ((this._x < shipMC._x) && ((shipMC._x - this._x) < 100)) { xVel = xVel + (-xAccel); this._xscale = -100; } else if ((this._x > shipMC._x) && ((this._x - shipMC._x) < 100)) { xVel = xVel + xAccel; this._xscale = 100; } } } else if (xVel < 0) { xVel = xVel + (-xAccel); this._xscale = -100; } else { xVel = xVel + xAccel; this._xscale = 100; } if (xVel > xMax) { xVel = xMax; } else if (xVel < (-xMax)) { xVel = -xMax; } if (yVel > yMax) { yVel = yMax; } else if (yVel < (-yMax)) { yVel = -yMax; } if (xVel > 0) { xVel = xVel + (-0.04); } else if (xVel < 0) { xVel = xVel + 0.04; } if (Math.abs(xVel) < 0.1) { xVel = 0; if ((yVel == 0) && (!onFire)) { state = "idle"; this.gotoAndStop("idle"); } } this._x = this._x + xVel; this._y = this._y + yVel; land(true); if (shipMC.hitTest(this._x + 275, this._y + 190, false)) { if (_parent.mcGround.hitTest(this._x + 275, this._y + 205, true)) { if (shipMC.yVel < 12) { state = "scrambling"; yVel = -6; hitTime = _parent.counter; this.gotoAndStop("hit"); } else { _parent.crushCount++; hitTime = _parent.counter; life = 0; state = "crushed"; if (Math.random() > 0.5) { this._xscale = 100; } else { this._xscale = -100; } this.gotoAndStop("crushed"); getBonus("crushed"); _parent.bugs--; _parent.score = _parent.score + 500; this._y = this._y + 12; xVel = 0; yVel = 0; } } else { yVel = yVel + 4; if (shipMC.yVel > 0) { yVel = yVel + shipMC.yVel; } this._y = this._y + Math.abs(shipMC.yVel * 2); } } else if (((!onFire) && (Key.isDown(38))) && (shipMC.hitTest(this._x + 275, this._y + 160, false))) { if (time.getTime() > (burnTime + 1000)) { burnCount = 0; } else if (burnCount >= 6) { onFire = true; burnCount = 0; state = "scrambling"; yVel = -9; hitTime = _parent.counter; this.gotoAndStop("hit"); } else { burnCount++; burnTime = time.getTime(); } } break; case "scrambling" : if (xVel > 0) { xVel = xVel + (-0.02); } else if (xVel < 0) { xVel = xVel + 0.02; } if (Math.abs(xVel) < (xAccel - 0.1)) { xVel = 0; } this._x = this._x + xVel; this._y = this._y + yVel; if (land(true)) { state = "running"; this.gotoAndStop("run"); } if (_parent.counter > (hitTime + 4)) { if (shipMC.hitTest(this._x + 275, this._y + 185, false)) { if (this._y <= (shipMC._y - 10)) { yVel = (-Math.abs(yVel / 4)) - 4; if (shipMC.yVel < 0) { yVel = yVel + shipMC.yVel; } this._y = this._y + shipMC.yVel; } else { yVel = yVel + 4; if (shipMC.yVel > 0) { yVel = yVel + shipMC.yVel; } this._y = this._y + Math.abs(shipMC.yVel * 2); } bounceVel = 6; if (Math.abs(this._x - shipMC._x) > 22) { xVel = -xVel; } else if ((this._x - shipMC._x) < -15) { xVel = -bounceVel; } else if ((this._x - shipMC._x) < -5) { xVel = (-bounceVel) / 2; } else if ((this._x - shipMC._x) < 0) { xVel = (-bounceVel) / 4; } else if ((this._x - shipMC._x) > 0) { xVel = bounceVel / 4; } else if ((this._x - shipMC._x) > 5) { xVel = bounceVel / 2; } else if ((this._x - shipMC._x) > 15) { xVel = bounceVel; } this._x = this._x + xVel; } } break; case "crushed" : if (_parent.counter <= (hitTime + 2)) { break; } _parent.crushCount--; onFire = false; life = -1; } if (this._x < (_parent.mcLeft._x + 10)) { this._x = _parent.mcLeft._x + 10; xVel = -xVel; this._xscale = 100; } else if (this._x > (_parent.mcRight._x - 10)) { this._x = _parent.mcRight._x - 10; xVel = -xVel; this._xscale = -100; } if (onFire) { makeFire(this._x, this._y - 16); life = life + -0.5; } if ((state != "crushed") && (life <= 0)) { if (onFire) { life = -1; state = "burned"; this.gotoAndStop("burned"); getBonus("burned"); _parent.bugs--; _parent.score = _parent.score + 1000; xVel = 0; yVel = 0; } } } }
Instance of Symbol 135 MovieClip "mcBug3" in Symbol 213 MovieClip Frame 1
onClipEvent (load) { function reset() { state = "scrambling"; this.gotoAndStop("hit"); _x = ((Math.random() * 400) - 200); _y = ((Math.random() * 200) - 100); xVel = 0; xMax = 7; xAccel = 0.6; yVel = 0; yMax = 12; hitTime = 0; life = 100; onFire = false; burnTime = 0; } function makeFire(x, y) { if ((_parent.counter % 2) == 0) { _parent.fireNum++; if (_parent.fireNum > 100) { _parent.fireNum = 1; } if (Key.isDown(16)) { fireColor.setRGB(10079487); } else { fireColor.setRGB(16776960); } tempName1 = "firePart" + direction; tempName2 = "firePartBack" + direction; tempName3 = "firePartWhite" + direction; _parent[tempName1].duplicateMovieClip(tempName1 + _parent.fireNum, _parent.fireNum + 100); _parent[tempName2].duplicateMovieClip(tempName2 + _parent.fireNum, _parent.fireNum); _parent[tempName3].duplicateMovieClip(tempName3 + _parent.fireNum, _parent.fireNum + 200); var fireName = _parent[tempName1 + _parent.fireNum]; var fireBackName = _parent[tempName2 + _parent.fireNum]; var fireWhiteName = _parent[tempName3 + _parent.fireNum]; fireName._x = x; fireName._y = y; rand = Math.random(); fireName._width = (rand * 5) + 7; fireName._height = (rand * 5) + 7; fireBackName._width = fireName._width + 4; fireBackName._height = fireName._height + 4; if (Key.isDown(16)) { fireBackColor.setRGB(3368703); } else { fireBackColor.setRGB(16750848); } fireWhiteName._x = x; fireWhiteName._y = y; rand = Math.random(); fireWhiteName._width = (rand * 3) + 4; fireWhiteName._height = (rand * 3) + 4; } } function makeDust(x, y) { _parent.dustNum++; if (_parent.dustNum > 450) { _parent.dustNum = 401; } tempName1 = "dustFront"; tempName2 = "dustBack"; _parent[tempName1].duplicateMovieClip(tempName1 + _parent.dustNum, _parent.dustNum + 100); _parent[tempName2].duplicateMovieClip(tempName2 + _parent.dustNum, _parent.dustNum); var dustName = _parent[tempName1 + _parent.dustNum]; var dustBackName = _parent[tempName2 + _parent.dustNum]; dustName._x = (x - 7) + (Math.random() * 14); dustName._y = y; rand = Math.random(); dustName._width = (rand * 8) + 8; dustName._height = (rand * 8) + 8; dustBackName._width = dustName._width + 6; dustBackName._height = dustName._height + 6; } function land(dustOn) { var landed = false; if (_parent.mcGround.hitTest(this._x + 275, this._y + 200, true)) { landed = true; yVel = (-yVel) / 3; this._y--; xVel = xVel / 1.1; if (Math.abs(yVel) < 0.8) { yVel = 0; } if (dustOn) { if (xVel > 0) { makeDust(this._x + 20, this._y); } else if (xVel < 0) { makeDust(this._x - 20, this._y); } else { makeDust(this._x, this._y); } } } else if (!_parent.mcGround.hitTest(this._x + 275, this._y + 201, true)) { yVel = yVel + (_parent.gravity * 2); } while (_parent.mcGround.hitTest(this._x + 275, this._y + 200, true)) { if (dustOn) { makeDust(this._x, this._y); } this._y--; } return(landed); } function getBonus(deathType) { switch (deathtype) { case "crushed" : if (_parent.crushCount > 3) { _parent.score = _parent.score + (750 * _parent.crushCount); if (!onFire) { _parent.mcHUD.mcBonus.gotoAndPlay("crushed4"); } else { _parent.score = _parent.score + 1000; _parent.mcHUD.mcBonus.gotoAndPlay("fireCrushed4"); } } else if (_parent.crushCount > 1) { _parent.score = _parent.score + (500 * _parent.crushCount); var label = ("crushed" + _parent.crushCount); if (!onFire) { _parent.mcHUD.mcBonus.gotoAndPlay(label); } else { _parent.score = _parent.score + (1000 * _parent.crushCount); _parent.mcHUD.mcBonus.gotoAndPlay("fireCrushed2"); } } else if (onFire) { _parent.mcHUD.mcBonus.gotoAndPlay("fireCrushed"); } return; default : _parent.mcHUD.mcBonus.gotoAndPlay(deathType); } } state = "scrambling"; this.gotoAndStop("hit"); xVel = 0; xMax = 7; xAccel = 0.6; yVel = 0; yMax = 12; hitTime = 0; life = 100; onFire = false; burnTime = 0; time = new Date(0); shipMC = _parent.mcShip; plantMC = this; this.swapDepths(362); fireColor = new Color(_parent.firePart); fireBackColor = new Color(_parent.firePartBack); dustColor = new Color(_parent.dustFront); dustBackColor = new Color(_parent.dustBack); } onClipEvent (enterFrame) { if ((!_parent.gameover) && (life > -1)) { switch (state) { case "idle" : if (this._xscale < 0) { xVel = (-xMax) / 4; } else { xVel = xMax / 4; } if (Math.abs(this._y - shipMC._y) < 160) { if ((this._x < shipMC._x) && ((shipMC._x - this._x) < 100)) { this._xscale = -100; state = "running"; this.gotoAndStop("run"); } else if ((this._x > shipMC._x) && ((this._x - shipMC._x) < 100)) { this._xscale = 100; state = "running"; this.gotoAndStop("run"); } } if ((Math.abs(this._y - shipMC._y) >= 160) || (Math.abs(shipMC._x - this._x) >= 100)) { var i = 1; while (i <= _parent.plants) { plantMC = _parent["mcPlant" + i]; if (plantMC.active && (Math.abs(this._x - plantMC._x) < 8)) { state = "eating"; this.gotoAndStop("eat"); this._x = this._x + ((-10) + (Math.random() * 20)); i = _parent.plants; } i++; } } if (yVel > yMax) { yVel = yMax; } else if (yVel < (-yMax)) { yVel = -yMax; } this._x = this._x + xVel; this._y = this._y + yVel; land(false); break; case "eating" : plantMC.life--; plantMC.mcPlant._y++; plantMC.mcRubble.gotoAndPlay("hit"); if (plantMC.active <= 0) { state = "idle"; this.gotoAndStop("idle"); } if (Math.abs(this._y - shipMC._y) < 100) { if ((this._x < shipMC._x) && ((shipMC._x - this._x) < 120)) { this._xscale = -100; state = "running"; this.gotoAndStop("run"); } else if ((this._x > shipMC._x) && ((this._x - shipMC._x) < 120)) { this._xscale = 100; state = "running"; this.gotoAndStop("run"); } } break; case "running" : if (!onFire) { if (Math.abs(this._y - shipMC._y) < 160) { if ((this._x < shipMC._x) && ((shipMC._x - this._x) < 100)) { xVel = xVel + (-xAccel); this._xscale = -100; } else if ((this._x > shipMC._x) && ((this._x - shipMC._x) < 100)) { xVel = xVel + xAccel; this._xscale = 100; } } } else if (xVel < 0) { xVel = xVel + (-xAccel); this._xscale = -100; } else { xVel = xVel + xAccel; this._xscale = 100; } if (xVel > xMax) { xVel = xMax; } else if (xVel < (-xMax)) { xVel = -xMax; } if (yVel > yMax) { yVel = yMax; } else if (yVel < (-yMax)) { yVel = -yMax; } if (xVel > 0) { xVel = xVel + (-0.04); } else if (xVel < 0) { xVel = xVel + 0.04; } if (Math.abs(xVel) < 0.1) { xVel = 0; if ((yVel == 0) && (!onFire)) { state = "idle"; this.gotoAndStop("idle"); } } this._x = this._x + xVel; this._y = this._y + yVel; land(true); if (shipMC.hitTest(this._x + 275, this._y + 190, false)) { if (_parent.mcGround.hitTest(this._x + 275, this._y + 205, true)) { if (shipMC.yVel < 12) { state = "scrambling"; yVel = -6; hitTime = _parent.counter; this.gotoAndStop("hit"); } else { _parent.crushCount++; hitTime = _parent.counter; life = 0; state = "crushed"; if (Math.random() > 0.5) { this._xscale = 100; } else { this._xscale = -100; } this.gotoAndStop("crushed"); getBonus("crushed"); _parent.bugs--; _parent.score = _parent.score + 500; this._y = this._y + 12; xVel = 0; yVel = 0; } } else { yVel = yVel + 4; if (shipMC.yVel > 0) { yVel = yVel + shipMC.yVel; } this._y = this._y + Math.abs(shipMC.yVel * 2); } } else if (((!onFire) && (Key.isDown(38))) && (shipMC.hitTest(this._x + 275, this._y + 160, false))) { if (time.getTime() > (burnTime + 1000)) { burnCount = 0; } else if (burnCount >= 6) { onFire = true; burnCount = 0; state = "scrambling"; yVel = -9; hitTime = _parent.counter; this.gotoAndStop("hit"); } else { burnCount++; burnTime = time.getTime(); } } break; case "scrambling" : if (xVel > 0) { xVel = xVel + (-0.02); } else if (xVel < 0) { xVel = xVel + 0.02; } if (Math.abs(xVel) < (xAccel - 0.1)) { xVel = 0; } this._x = this._x + xVel; this._y = this._y + yVel; if (land(true)) { state = "running"; this.gotoAndStop("run"); } if (_parent.counter > (hitTime + 4)) { if (shipMC.hitTest(this._x + 275, this._y + 185, false)) { if (this._y <= (shipMC._y - 10)) { yVel = (-Math.abs(yVel / 4)) - 4; if (shipMC.yVel < 0) { yVel = yVel + shipMC.yVel; } this._y = this._y + shipMC.yVel; } else { yVel = yVel + 4; if (shipMC.yVel > 0) { yVel = yVel + shipMC.yVel; } this._y = this._y + Math.abs(shipMC.yVel * 2); } bounceVel = 6; if (Math.abs(this._x - shipMC._x) > 22) { xVel = -xVel; } else if ((this._x - shipMC._x) < -15) { xVel = -bounceVel; } else if ((this._x - shipMC._x) < -5) { xVel = (-bounceVel) / 2; } else if ((this._x - shipMC._x) < 0) { xVel = (-bounceVel) / 4; } else if ((this._x - shipMC._x) > 0) { xVel = bounceVel / 4; } else if ((this._x - shipMC._x) > 5) { xVel = bounceVel / 2; } else if ((this._x - shipMC._x) > 15) { xVel = bounceVel; } this._x = this._x + xVel; } } break; case "crushed" : if (_parent.counter <= (hitTime + 2)) { break; } _parent.crushCount--; onFire = false; life = -1; } if (this._x < (_parent.mcLeft._x + 10)) { this._x = _parent.mcLeft._x + 10; xVel = -xVel; this._xscale = 100; } else if (this._x > (_parent.mcRight._x - 10)) { this._x = _parent.mcRight._x - 10; xVel = -xVel; this._xscale = -100; } if (onFire) { makeFire(this._x, this._y - 16); life = life + -0.5; } if ((state != "crushed") && (life <= 0)) { if (onFire) { life = -1; state = "burned"; this.gotoAndStop("burned"); getBonus("burned"); _parent.bugs--; _parent.score = _parent.score + 1000; xVel = 0; yVel = 0; } } } }
Instance of Symbol 135 MovieClip "mcBug4" in Symbol 213 MovieClip Frame 1
onClipEvent (load) { function reset() { state = "scrambling"; this.gotoAndStop("hit"); _x = ((Math.random() * 400) - 200); _y = ((Math.random() * 200) - 100); xVel = 0; xMax = 7; xAccel = 0.6; yVel = 0; yMax = 12; hitTime = 0; life = 100; onFire = false; burnTime = 0; } function makeFire(x, y) { if ((_parent.counter % 2) == 0) { _parent.fireNum++; if (_parent.fireNum > 100) { _parent.fireNum = 1; } if (Key.isDown(16)) { fireColor.setRGB(10079487); } else { fireColor.setRGB(16776960); } tempName1 = "firePart" + direction; tempName2 = "firePartBack" + direction; tempName3 = "firePartWhite" + direction; _parent[tempName1].duplicateMovieClip(tempName1 + _parent.fireNum, _parent.fireNum + 100); _parent[tempName2].duplicateMovieClip(tempName2 + _parent.fireNum, _parent.fireNum); _parent[tempName3].duplicateMovieClip(tempName3 + _parent.fireNum, _parent.fireNum + 200); var fireName = _parent[tempName1 + _parent.fireNum]; var fireBackName = _parent[tempName2 + _parent.fireNum]; var fireWhiteName = _parent[tempName3 + _parent.fireNum]; fireName._x = x; fireName._y = y; rand = Math.random(); fireName._width = (rand * 5) + 7; fireName._height = (rand * 5) + 7; fireBackName._width = fireName._width + 4; fireBackName._height = fireName._height + 4; if (Key.isDown(16)) { fireBackColor.setRGB(3368703); } else { fireBackColor.setRGB(16750848); } fireWhiteName._x = x; fireWhiteName._y = y; rand = Math.random(); fireWhiteName._width = (rand * 3) + 4; fireWhiteName._height = (rand * 3) + 4; } } function makeDust(x, y) { _parent.dustNum++; if (_parent.dustNum > 450) { _parent.dustNum = 401; } tempName1 = "dustFront"; tempName2 = "dustBack"; _parent[tempName1].duplicateMovieClip(tempName1 + _parent.dustNum, _parent.dustNum + 100); _parent[tempName2].duplicateMovieClip(tempName2 + _parent.dustNum, _parent.dustNum); var dustName = _parent[tempName1 + _parent.dustNum]; var dustBackName = _parent[tempName2 + _parent.dustNum]; dustName._x = (x - 7) + (Math.random() * 14); dustName._y = y; rand = Math.random(); dustName._width = (rand * 8) + 8; dustName._height = (rand * 8) + 8; dustBackName._width = dustName._width + 6; dustBackName._height = dustName._height + 6; } function land(dustOn) { var landed = false; if (_parent.mcGround.hitTest(this._x + 275, this._y + 200, true)) { landed = true; yVel = (-yVel) / 3; this._y--; xVel = xVel / 1.1; if (Math.abs(yVel) < 0.8) { yVel = 0; } if (dustOn) { if (xVel > 0) { makeDust(this._x + 20, this._y); } else if (xVel < 0) { makeDust(this._x - 20, this._y); } else { makeDust(this._x, this._y); } } } else if (!_parent.mcGround.hitTest(this._x + 275, this._y + 201, true)) { yVel = yVel + (_parent.gravity * 2); } while (_parent.mcGround.hitTest(this._x + 275, this._y + 200, true)) { if (dustOn) { makeDust(this._x, this._y); } this._y--; } return(landed); } function getBonus(deathType) { switch (deathtype) { case "crushed" : if (_parent.crushCount > 3) { _parent.score = _parent.score + (750 * _parent.crushCount); if (!onFire) { _parent.mcHUD.mcBonus.gotoAndPlay("crushed4"); } else { _parent.score = _parent.score + 1000; _parent.mcHUD.mcBonus.gotoAndPlay("fireCrushed4"); } } else if (_parent.crushCount > 1) { _parent.score = _parent.score + (500 * _parent.crushCount); var label = ("crushed" + _parent.crushCount); if (!onFire) { _parent.mcHUD.mcBonus.gotoAndPlay(label); } else { _parent.score = _parent.score + (1000 * _parent.crushCount); _parent.mcHUD.mcBonus.gotoAndPlay("fireCrushed2"); } } else if (onFire) { _parent.mcHUD.mcBonus.gotoAndPlay("fireCrushed"); } return; default : _parent.mcHUD.mcBonus.gotoAndPlay(deathType); } } state = "scrambling"; this.gotoAndStop("hit"); xVel = 0; xMax = 7; xAccel = 0.6; yVel = 0; yMax = 12; hitTime = 0; life = 100; onFire = false; burnTime = 0; time = new Date(0); shipMC = _parent.mcShip; plantMC = this; this.swapDepths(363); fireColor = new Color(_parent.firePart); fireBackColor = new Color(_parent.firePartBack); dustColor = new Color(_parent.dustFront); dustBackColor = new Color(_parent.dustBack); } onClipEvent (enterFrame) { if ((!_parent.gameover) && (life > -1)) { switch (state) { case "idle" : if (this._xscale < 0) { xVel = (-xMax) / 4; } else { xVel = xMax / 4; } if (Math.abs(this._y - shipMC._y) < 160) { if ((this._x < shipMC._x) && ((shipMC._x - this._x) < 100)) { this._xscale = -100; state = "running"; this.gotoAndStop("run"); } else if ((this._x > shipMC._x) && ((this._x - shipMC._x) < 100)) { this._xscale = 100; state = "running"; this.gotoAndStop("run"); } } if ((Math.abs(this._y - shipMC._y) >= 160) || (Math.abs(shipMC._x - this._x) >= 100)) { var i = 1; while (i <= _parent.plants) { plantMC = _parent["mcPlant" + i]; if (plantMC.active && (Math.abs(this._x - plantMC._x) < 8)) { state = "eating"; this.gotoAndStop("eat"); this._x = this._x + ((-10) + (Math.random() * 20)); i = _parent.plants; } i++; } } if (yVel > yMax) { yVel = yMax; } else if (yVel < (-yMax)) { yVel = -yMax; } this._x = this._x + xVel; this._y = this._y + yVel; land(false); break; case "eating" : plantMC.life--; plantMC.mcPlant._y++; plantMC.mcRubble.gotoAndPlay("hit"); if (plantMC.active <= 0) { state = "idle"; this.gotoAndStop("idle"); } if (Math.abs(this._y - shipMC._y) < 100) { if ((this._x < shipMC._x) && ((shipMC._x - this._x) < 120)) { this._xscale = -100; state = "running"; this.gotoAndStop("run"); } else if ((this._x > shipMC._x) && ((this._x - shipMC._x) < 120)) { this._xscale = 100; state = "running"; this.gotoAndStop("run"); } } break; case "running" : if (!onFire) { if (Math.abs(this._y - shipMC._y) < 160) { if ((this._x < shipMC._x) && ((shipMC._x - this._x) < 100)) { xVel = xVel + (-xAccel); this._xscale = -100; } else if ((this._x > shipMC._x) && ((this._x - shipMC._x) < 100)) { xVel = xVel + xAccel; this._xscale = 100; } } } else if (xVel < 0) { xVel = xVel + (-xAccel); this._xscale = -100; } else { xVel = xVel + xAccel; this._xscale = 100; } if (xVel > xMax) { xVel = xMax; } else if (xVel < (-xMax)) { xVel = -xMax; } if (yVel > yMax) { yVel = yMax; } else if (yVel < (-yMax)) { yVel = -yMax; } if (xVel > 0) { xVel = xVel + (-0.04); } else if (xVel < 0) { xVel = xVel + 0.04; } if (Math.abs(xVel) < 0.1) { xVel = 0; if ((yVel == 0) && (!onFire)) { state = "idle"; this.gotoAndStop("idle"); } } this._x = this._x + xVel; this._y = this._y + yVel; land(true); if (shipMC.hitTest(this._x + 275, this._y + 190, false)) { if (_parent.mcGround.hitTest(this._x + 275, this._y + 205, true)) { if (shipMC.yVel < 12) { state = "scrambling"; yVel = -6; hitTime = _parent.counter; this.gotoAndStop("hit"); } else { _parent.crushCount++; hitTime = _parent.counter; life = 0; state = "crushed"; if (Math.random() > 0.5) { this._xscale = 100; } else { this._xscale = -100; } this.gotoAndStop("crushed"); getBonus("crushed"); _parent.bugs--; _parent.score = _parent.score + 500; this._y = this._y + 12; xVel = 0; yVel = 0; } } else { yVel = yVel + 4; if (shipMC.yVel > 0) { yVel = yVel + shipMC.yVel; } this._y = this._y + Math.abs(shipMC.yVel * 2); } } else if (((!onFire) && (Key.isDown(38))) && (shipMC.hitTest(this._x + 275, this._y + 160, false))) { if (time.getTime() > (burnTime + 1000)) { burnCount = 0; } else if (burnCount >= 6) { onFire = true; burnCount = 0; state = "scrambling"; yVel = -9; hitTime = _parent.counter; this.gotoAndStop("hit"); } else { burnCount++; burnTime = time.getTime(); } } break; case "scrambling" : if (xVel > 0) { xVel = xVel + (-0.02); } else if (xVel < 0) { xVel = xVel + 0.02; } if (Math.abs(xVel) < (xAccel - 0.1)) { xVel = 0; } this._x = this._x + xVel; this._y = this._y + yVel; if (land(true)) { state = "running"; this.gotoAndStop("run"); } if (_parent.counter > (hitTime + 4)) { if (shipMC.hitTest(this._x + 275, this._y + 185, false)) { if (this._y <= (shipMC._y - 10)) { yVel = (-Math.abs(yVel / 4)) - 4; if (shipMC.yVel < 0) { yVel = yVel + shipMC.yVel; } this._y = this._y + shipMC.yVel; } else { yVel = yVel + 4; if (shipMC.yVel > 0) { yVel = yVel + shipMC.yVel; } this._y = this._y + Math.abs(shipMC.yVel * 2); } bounceVel = 6; if (Math.abs(this._x - shipMC._x) > 22) { xVel = -xVel; } else if ((this._x - shipMC._x) < -15) { xVel = -bounceVel; } else if ((this._x - shipMC._x) < -5) { xVel = (-bounceVel) / 2; } else if ((this._x - shipMC._x) < 0) { xVel = (-bounceVel) / 4; } else if ((this._x - shipMC._x) > 0) { xVel = bounceVel / 4; } else if ((this._x - shipMC._x) > 5) { xVel = bounceVel / 2; } else if ((this._x - shipMC._x) > 15) { xVel = bounceVel; } this._x = this._x + xVel; } } break; case "crushed" : if (_parent.counter <= (hitTime + 2)) { break; } _parent.crushCount--; onFire = false; life = -1; } if (this._x < (_parent.mcLeft._x + 10)) { this._x = _parent.mcLeft._x + 10; xVel = -xVel; this._xscale = 100; } else if (this._x > (_parent.mcRight._x - 10)) { this._x = _parent.mcRight._x - 10; xVel = -xVel; this._xscale = -100; } if (onFire) { makeFire(this._x, this._y - 16); life = life + -0.5; } if ((state != "crushed") && (life <= 0)) { if (onFire) { life = -1; state = "burned"; this.gotoAndStop("burned"); getBonus("burned"); _parent.bugs--; _parent.score = _parent.score + 1000; xVel = 0; yVel = 0; } } } }
Instance of Symbol 140 MovieClip "mcPlant2" in Symbol 213 MovieClip Frame 1
onClipEvent (load) { yStart = mcPlant._y; this.swapDepths(1001); lifeStart = 166; life = lifeStart; active = true; this.gotoAndStop("idle"); } onClipEvent (enterFrame) { if (life <= 0) { this.gotoAndStop("dead"); active = false; } }
Instance of Symbol 145 MovieClip "mcPlant1" in Symbol 213 MovieClip Frame 1
onClipEvent (load) { yStart = mcPlant._y; this.swapDepths(1000); lifeStart = 166; life = lifeStart; active = true; this.gotoAndStop("idle"); } onClipEvent (enterFrame) { if (life <= 0) { this.gotoAndStop("dead"); active = false; } }
Instance of Symbol 185 MovieClip "mcHUD" in Symbol 213 MovieClip Frame 1
onClipEvent (load) { this.swapDepths(5000); }
Instance of Symbol 210 MovieClip in Symbol 213 MovieClip Frame 1
onClipEvent (load) { this.swapDepths(6000); }
Symbol 221 MovieClip Frame 9
if (Math.random() < 0.5) { gotoAndPlay (1); }
Symbol 230 MovieClip Frame 9
if (Math.random() < 0.4) { gotoAndPlay (1); }
Symbol 244 MovieClip Frame 9
stop();
Symbol 244 MovieClip Frame 19
stop();
Instance of Symbol 238 MovieClip "mcHandle" in Symbol 245 MovieClip Frame 1
onClipEvent (load) { barWidth = _parent.mcBoundR._x - _parent.mcBoundL._x; pressed = false; } onClipEvent (enterFrame) { if (!pressed) { this._x = _parent.mcBoundL._x + (((_root._currentframe - _parent._parent.firstframe) / (_parent._parent.lastframe - _parent._parent.firstframe)) * barWidth); } else { total = _parent._parent.lastframe - _parent._parent.firstframe; dest = Math.ceil((((this._x - _parent.mcBoundL._x) / barWidth) * total) + _parent._parent.firstframe); _root.gotoAndStop(dest); } } onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { startDrag (this, false, _parent.mcBoundL._x, this._y, _parent.mcBoundR._x, this._y); _root.stop(); pressed = true; } else if (_parent.mcBar.hitTest(_root._xmouse, _root._ymouse, true)) { pressed = true; startDrag (this, true, _parent.mcBoundL._x, this._y, _parent.mcBoundR._x, this._y); } } onClipEvent (mouseUp) { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { stopDrag(); if (_parent.mcPlay.playing) { _root.play(); } pressed = false; } }
Instance of Symbol 244 MovieClip "mcPlay" in Symbol 245 MovieClip Frame 1
onClipEvent (load) { playing = true; } on (release) { if (playing) { _root.stop(); playing = false; this.gotoAndPlay("paused"); } else { _root.play(); playing = true; this.gotoAndPlay("play"); } }
Symbol 246 MovieClip Frame 9
stop();
Symbol 246 MovieClip Frame 19
stop();
Symbol 280 MovieClip Frame 3
if (Math.random() > 0.8) { gotoAndPlay (10); } else { gotoAndPlay (1); }
Symbol 308 MovieClip Frame 9
if (Math.random() < 0.2) { gotoAndPlay (1); }
Symbol 359 MovieClip Frame 10
stop();
Symbol 401 MovieClip Frame 8
stop();
Instance of Symbol 13 MovieClip "firePartBack" in Symbol 419 MovieClip Frame 1
onClipEvent (enterFrame) { if (this._name != "firePartBack") { name1 = this._name.substring(12, this._name.length); name1 = _parent["firePart" + name1]; this._x = name1._x + name1.xVel; this._y = name1._y + name1.yVel; this._alpha = name1._alpha; if (this._alpha < 33) { this.removeMovieClip(); } } else { _alpha = 0; } }
Instance of Symbol 15 MovieClip "firePart" in Symbol 419 MovieClip Frame 1
onClipEvent (load) { _alpha = 100; yVel = (-Math.random()) - 0.8; if (Math.random() > 0.5) { xVel = Math.random() * 0.7; xAccel = Math.random() * -0.01; } else { xVel = (-Math.random()) * 0.3; xAccel = Math.random() * 0.01; } life = Math.random() + 2; } onClipEvent (enterFrame) { if (life > 0) { xVel = xVel + xAccel; } if (Key.isDown(17)) { _x = (_x + (xVel * 4)); _y = (_y + (yVel * 4)); } else { _x = (_x + xVel); _y = (_y + yVel); } life = life - 0.1; if (life < 0) { _alpha = 0; this.removeMovieClip(); } else if (life < 0.2) { _alpha = 33; } else if (life < 0.4) { _alpha = 66; } }
Instance of Symbol 15 MovieClip "firePartWhite" in Symbol 419 MovieClip Frame 1
onClipEvent (load) { _alpha = 100; yVel = (-(Math.random() / 2)) - 0.4; if (Math.random() > 0.5) { xVel = Math.random() / 3; xAccel = Math.random() * -0.05; } else { xVel = (-Math.random()) / 4; xAccel = Math.random() * 0.05; } life = Math.random() + 2; } onClipEvent (enterFrame) { if (life > 0) { xVel = xVel + xAccel; } _x = (_x + xVel); _y = (_y + yVel); life = life - 0.2; if (life < 0) { _alpha = 0; this.removeMovieClip(); } else if (life < 0.2) { _alpha = 33; } else if (life < 0.4) { _alpha = 66; } }
Instance of Symbol 418 MovieClip "mcTorch05" in Symbol 419 MovieClip Frame 1
onClipEvent (load) { function makeFire() { fireNum++; if (fireNum > 100) { fireNum = 1; } if ((counter % 1) == 0) { if (Key.isDown(16)) { fireColor.setRGB(10079487); } else { fireColor.setRGB(16776960); } _parent.firePart.duplicateMovieClip("firePart" + fireNum, fireNum + 100); _parent.firePartBack.duplicateMovieClip("firePartBack" + fireNum, fireNum); _parent.firePartWhite.duplicateMovieClip("firePartWhite" + fireNum, fireNum + 200); var fireName = _parent["firePart" + fireNum]; var fireBackName = _parent["firePartBack" + fireNum]; var fireWhiteName = _parent["firePartWhite" + fireNum]; fireName._x = this._x + 24; fireName._y = this._y - 33; rand = Math.random(); fireName._width = (rand * 7) + 6; fireName._height = (rand * 7) + 6; fireBackName._width = fireName._width + 4; fireBackName._height = fireName._height + 4; if (Key.isDown(16)) { fireBackColor.setRGB(3368703); } else { fireBackColor.setRGB(16750848); } fireWhiteName._x = this._x + 24; fireWhiteName._y = this._y - 33; rand = Math.random(); fireWhiteName._width = (rand * 4) + 4; fireWhiteName._height = (rand * 4) + 4; } } counter = 0; fireNum = 0; if (_name == "mcTorch05") { this.swapDepths(315); } fireColor = new Color(_parent.firePart); fireBackColor = new Color(_parent.firePartBack); } onClipEvent (enterFrame) { counter++; makeFire(); } onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { startDrag (this); } } onClipEvent (mouseUp) { stopDrag(); }
Symbol 438 MovieClip Frame 9
stop();
Symbol 466 MovieClip Frame 9
stop();
Symbol 495 MovieClip Frame 9
stop();
Symbol 495 MovieClip Frame 19
stop();
Instance of Symbol 499 MovieClip "mcSmoke1" in Symbol 506 MovieClip Frame 1
onClipEvent (load) { yVel = (-Math.random()) - 1; if (Math.random() > 0.5) { xVel = Math.random(); xAccel = Math.random() * -0.1; } else { xVel = -Math.random(); xAccel = Math.random() * 0.1; } life = 0; _alpha = 0; } onClipEvent (enterFrame) { if (life > 0) { xVel = xVel + xAccel; } _x = (_x + xVel); _y = (_y + yVel); life = life - 0.2; if (life < 0) { _alpha = 0; } else if (life < 0.2) { _alpha = 33; } else if (life < 0.4) { _alpha = 66; } }
Instance of Symbol 499 MovieClip "mcSmoke2" in Symbol 506 MovieClip Frame 1
onClipEvent (load) { yVel = (-Math.random()) - 1; if (Math.random() > 0.5) { xVel = Math.random(); xAccel = Math.random() * -0.1; } else { xVel = -Math.random(); xAccel = Math.random() * 0.1; } life = 0; _alpha = 0; } onClipEvent (enterFrame) { if (life > 0) { xVel = xVel + xAccel; } _x = (_x + xVel); _y = (_y + yVel); life = life - 0.2; if (life < 0) { _alpha = 0; } else if (life < 0.2) { _alpha = 33; } else if (life < 0.4) { _alpha = 66; } }
Instance of Symbol 499 MovieClip "mcSmoke3" in Symbol 506 MovieClip Frame 1
onClipEvent (load) { yVel = (-Math.random()) - 1; if (Math.random() > 0.5) { xVel = Math.random(); xAccel = Math.random() * -0.1; } else { xVel = -Math.random(); xAccel = Math.random() * 0.1; } life = 0; _alpha = 0; } onClipEvent (enterFrame) { if (life > 0) { xVel = xVel + xAccel; } _x = (_x + xVel); _y = (_y + yVel); life = life - 0.2; if (life < 0) { _alpha = 0; } else if (life < 0.2) { _alpha = 33; } else if (life < 0.4) { _alpha = 66; } }
Instance of Symbol 499 MovieClip "mcSmoke4" in Symbol 506 MovieClip Frame 1
onClipEvent (load) { yVel = (-Math.random()) - 1; if (Math.random() > 0.5) { xVel = Math.random(); xAccel = Math.random() * -0.1; } else { xVel = -Math.random(); xAccel = Math.random() * 0.1; } life = 0; _alpha = 0; } onClipEvent (enterFrame) { if (life > 0) { xVel = xVel + xAccel; } _x = (_x + xVel); _y = (_y + yVel); life = life - 0.2; if (life < 0) { _alpha = 0; } else if (life < 0.2) { _alpha = 33; } else if (life < 0.4) { _alpha = 66; } }
Instance of Symbol 499 MovieClip "mcSmoke5" in Symbol 506 MovieClip Frame 1
onClipEvent (load) { yVel = (-Math.random()) - 1; if (Math.random() > 0.5) { xVel = Math.random(); xAccel = Math.random() * -0.1; } else { xVel = -Math.random(); xAccel = Math.random() * 0.1; } life = 0; _alpha = 0; } onClipEvent (enterFrame) { if (life > 0) { xVel = xVel + xAccel; } _x = (_x + xVel); _y = (_y + yVel); life = life - 0.2; if (life < 0) { _alpha = 0; } else if (life < 0.2) { _alpha = 33; } else if (life < 0.4) { _alpha = 66; } }
Instance of Symbol 499 MovieClip "mcSmoke6" in Symbol 506 MovieClip Frame 1
onClipEvent (load) { yVel = (-Math.random()) - 1; if (Math.random() > 0.5) { xVel = Math.random(); xAccel = Math.random() * -0.1; } else { xVel = -Math.random(); xAccel = Math.random() * 0.1; } life = 0; _alpha = 0; } onClipEvent (enterFrame) { if (life > 0) { xVel = xVel + xAccel; } _x = (_x + xVel); _y = (_y + yVel); life = life - 0.2; if (life < 0) { _alpha = 0; } else if (life < 0.2) { _alpha = 33; } else if (life < 0.4) { _alpha = 66; } }
Instance of Symbol 499 MovieClip "mcSmoke7" in Symbol 506 MovieClip Frame 1
onClipEvent (load) { yVel = (-Math.random()) - 1; if (Math.random() > 0.5) { xVel = Math.random(); xAccel = Math.random() * -0.1; } else { xVel = -Math.random(); xAccel = Math.random() * 0.1; } life = 0; _alpha = 0; } onClipEvent (enterFrame) { if (life > 0) { xVel = xVel + xAccel; } _x = (_x + xVel); _y = (_y + yVel); life = life - 0.2; if (life < 0) { _alpha = 0; } else if (life < 0.2) { _alpha = 33; } else if (life < 0.4) { _alpha = 66; } }
Symbol 506 MovieClip Frame 9
if (_parent.yMove == 0) { gotoAndPlay (1); }
Symbol 506 MovieClip Frame 19
if (_parent.yMove != 0) { gotoAndPlay (10); } else { gotoAndPlay (1); }
Symbol 506 MovieClip Frame 20
i = 1; while (i <= 7) { this["mcSmoke" + i].life = Math.random() + 2; this["mcSmoke" + i]._y = mcSmoke0._y + (i * 10); this["mcSmoke" + i]._x = (mcSmoke0._x - 20) + (Math.random() * 40); this["mcSmoke" + i]._alpha = 100; i++; }
Symbol 506 MovieClip Frame 29
if (_parent.yMove != 0) { gotoAndPlay (10); } else { gotoAndPlay (1); }
Symbol 520 MovieClip Frame 9
if (Math.random() < 0.7) { gotoAndPlay (1); }
Symbol 536 MovieClip Frame 9
if (!_parent._parent.monsterShooting) { gotoAndPlay (1); }
Symbol 536 MovieClip Frame 18
if (_parent._parent.monsterShooting) { gotoAndPlay (10); }
Symbol 537 MovieClip Frame 9
if (!_parent.monsterWalking) { gotoAndPlay (1); }
Symbol 537 MovieClip Frame 20
if (_parent.monsterWalking) { gotoAndPlay (10); }
Symbol 555 MovieClip Frame 23
stop();
Symbol 561 MovieClip Frame 35
stop();
Instance of Symbol 565 MovieClip in Symbol 578 MovieClip Frame 1
onClipEvent (enterFrame) { this._y = this._y + 5; }
Instance of Symbol 567 MovieClip in Symbol 578 MovieClip Frame 1
onClipEvent (enterFrame) { this._y = this._y + 5; }
Instance of Symbol 569 MovieClip in Symbol 578 MovieClip Frame 1
onClipEvent (enterFrame) { this._y = this._y + 5; }
Instance of Symbol 571 MovieClip in Symbol 578 MovieClip Frame 1
onClipEvent (enterFrame) { this._y = this._y + 5; }
Instance of Symbol 569 MovieClip in Symbol 578 MovieClip Frame 1
onClipEvent (enterFrame) { this._y = this._y + 5; }
Instance of Symbol 569 MovieClip in Symbol 578 MovieClip Frame 1
onClipEvent (enterFrame) { this._y = this._y + 5; }
Instance of Symbol 569 MovieClip in Symbol 578 MovieClip Frame 1
onClipEvent (enterFrame) { this._y = this._y + 5; }
Instance of Symbol 569 MovieClip in Symbol 578 MovieClip Frame 1
onClipEvent (enterFrame) { this._y = this._y + 5; }
Instance of Symbol 569 MovieClip in Symbol 578 MovieClip Frame 1
onClipEvent (enterFrame) { this._y = this._y + 5; }
Instance of Symbol 567 MovieClip in Symbol 578 MovieClip Frame 1
onClipEvent (enterFrame) { this._y = this._y + 5; }
Instance of Symbol 567 MovieClip in Symbol 578 MovieClip Frame 1
onClipEvent (enterFrame) { this._y = this._y + 5; }
Instance of Symbol 569 MovieClip in Symbol 578 MovieClip Frame 1
onClipEvent (enterFrame) { this._y = this._y + 5; }
Instance of Symbol 569 MovieClip in Symbol 578 MovieClip Frame 1
onClipEvent (enterFrame) { this._y = this._y + 5; }
Symbol 586 MovieClip Frame 6
stop();
Symbol 594 MovieClip Frame 9
if (state == 1) { gotoAndPlay (1); }
Symbol 594 MovieClip Frame 68
state = 0;
Instance of Symbol 596 MovieClip "mcBullet" in Symbol 597 MovieClip Frame 1
onClipEvent (enterFrame) { if (this._name != "mcBullet") { this._y = this._y + -21; } }
Instance of Symbol 13 MovieClip "firePartBack" in Symbol 608 MovieClip Frame 1
onClipEvent (enterFrame) { if (this._name != "firePartBack") { name1 = this._name.substring(12, this._name.length); name1 = _parent["firePart" + name1]; this._x = name1._x + name1.xVel; this._y = name1._y + name1.yVel; this._alpha = name1._alpha; if (this._alpha < 33) { this.removeMovieClip(); } } else { _alpha = 0; } }
Instance of Symbol 15 MovieClip "firePart" in Symbol 608 MovieClip Frame 1
onClipEvent (load) { _alpha = 100; yVel = (-Math.random()) - 0.8; if (Math.random() > 0.5) { xVel = Math.random() * 0.7; xAccel = Math.random() * -0.01; } else { xVel = (-Math.random()) * 0.3; xAccel = Math.random() * 0.01; } life = Math.random() + 2; } onClipEvent (enterFrame) { if (life > 0) { xVel = xVel + xAccel; } if (Key.isDown(17)) { _x = (_x + (xVel * 4)); _y = (_y + (yVel * 4)); } else { _x = (_x + xVel); _y = (_y + yVel); } life = life - 0.1; if (life < 0) { _alpha = 0; this.removeMovieClip(); } else if (life < 0.2) { _alpha = 33; } else if (life < 0.4) { _alpha = 66; } }
Instance of Symbol 15 MovieClip "firePartWhite" in Symbol 608 MovieClip Frame 1
onClipEvent (load) { _alpha = 100; yVel = (-(Math.random() / 2)) - 0.4; if (Math.random() > 0.5) { xVel = Math.random() / 3; xAccel = Math.random() * -0.05; } else { xVel = (-Math.random()) / 4; xAccel = Math.random() * 0.05; } life = Math.random() + 2; } onClipEvent (enterFrame) { if (life > 0) { xVel = xVel + xAccel; } _x = (_x + xVel); _y = (_y + yVel); life = life - 0.2; if (life < 0) { _alpha = 0; this.removeMovieClip(); } else if (life < 0.2) { _alpha = 33; } else if (life < 0.4) { _alpha = 66; } }
Instance of Symbol 418 MovieClip "mcTorch05" in Symbol 608 MovieClip Frame 1
onClipEvent (load) { function makeFire() { fireNum++; if (fireNum > 100) { fireNum = 1; } if ((counter % 1) == 0) { if (Key.isDown(16)) { fireColor.setRGB(10092492); } else { fireColor.setRGB(16776960); } _parent.firePart.duplicateMovieClip("firePart" + fireNum, fireNum + 100); _parent.firePartBack.duplicateMovieClip("firePartBack" + fireNum, fireNum); _parent.firePartWhite.duplicateMovieClip("firePartWhite" + fireNum, fireNum + 200); var fireName = _parent["firePart" + fireNum]; var fireBackName = _parent["firePartBack" + fireNum]; var fireWhiteName = _parent["firePartWhite" + fireNum]; fireName._x = this._x + 24; fireName._y = this._y - 33; rand = Math.random(); fireName._width = (rand * 7) + 6; fireName._height = (rand * 7) + 6; fireBackName._width = fireName._width + 4; fireBackName._height = fireName._height + 4; if (Key.isDown(16)) { fireBackColor.setRGB(3368703); } else { fireBackColor.setRGB(16750848); } fireWhiteName._x = this._x + 24; fireWhiteName._y = this._y - 33; rand = Math.random(); fireWhiteName._width = (rand * 4) + 4; fireWhiteName._height = (rand * 4) + 4; } } counter = 0; fireNum = 0; if (_name == "mcTorch05") { this.swapDepths(315); } fireColor = new Color(_parent.firePart); fireBackColor = new Color(_parent.firePartBack); } onClipEvent (enterFrame) { counter++; makeFire(); } onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { startDrag (this); } } onClipEvent (mouseUp) { stopDrag(); }
Symbol 620 MovieClip Frame 185
stop();
Symbol 622 MovieClip Frame 185
stop();
Symbol 690 MovieClip Frame 7
stop();
Symbol 694 MovieClip Frame 6
stop();
Symbol 699 MovieClip Frame 7
stop();
Symbol 705 MovieClip Frame 6
stop();
Symbol 722 MovieClip Frame 9
stop();
Symbol 776 MovieClip Frame 8
stop();
Symbol 847 MovieClip Frame 30
stop();
Symbol 855 MovieClip Frame 1
stop();
Symbol 860 Button
on (release) { gotoAndPlay (4); }
Symbol 861 Button
on (release) { play(); }
Symbol 865 MovieClip Frame 9
gotoAndPlay (1);
Symbol 865 MovieClip Frame 14
gotoAndPlay (10);
Symbol 874 MovieClip Frame 9
gotoAndPlay (1);
Symbol 874 MovieClip Frame 22
_root.mcTank.state = 2.5;
Symbol 876 MovieClip Frame 9
gotoAndPlay (1);
Symbol 876 MovieClip Frame 14
gotoAndPlay (10);
Symbol 877 MovieClip Frame 4
if (_root.mcTank.state != 1) { gotoAndPlay (1); }
Instance of Symbol 865 MovieClip in Symbol 877 MovieClip Frame 10
onClipEvent (load) { gotoAndPlay (10); }
Instance of Symbol 876 MovieClip in Symbol 877 MovieClip Frame 10
onClipEvent (load) { gotoAndPlay (10); }
Symbol 877 MovieClip Frame 19
if (_root.mcTank.state == 1) { gotoAndPlay (10); }
Symbol 879 Button
on (release) { getURL ("http://www.girlshavecooties.com", "_blank"); }
Symbol 883 MovieClip Frame 11
stop();

Library Items

Symbol 1 FontUsed by:2
Symbol 2 EditableTextUses:1Used by:Timeline
Symbol 3 GraphicUsed by:213 487
Symbol 4 GraphicUsed by:5
Symbol 5 MovieClipUses:4Used by:6
Symbol 6 MovieClipUses:5Used by:213
Symbol 7 GraphicUsed by:213
Symbol 8 GraphicUsed by:9
Symbol 9 MovieClipUses:8Used by:213
Symbol 10 GraphicUsed by:11
Symbol 11 MovieClipUses:10Used by:213
Symbol 12 GraphicUsed by:13
Symbol 13 MovieClipUses:12Used by:213 419 608
Symbol 14 GraphicUsed by:15
Symbol 15 MovieClipUses:14Used by:213 419 608
Symbol 16 GraphicUsed by:29
Symbol 17 GraphicUsed by:21
Symbol 18 GraphicUsed by:21
Symbol 19 GraphicUsed by:21
Symbol 20 GraphicUsed by:21
Symbol 21 MovieClipUses:17 18 19 20Used by:29
Symbol 22 GraphicUsed by:28 29
Symbol 23 GraphicUsed by:27
Symbol 24 GraphicUsed by:27
Symbol 25 GraphicUsed by:27
Symbol 26 GraphicUsed by:27
Symbol 27 MovieClipUses:23 24 25 26Used by:28
Symbol 28 MovieClipUses:22 27Used by:29 140 145
Symbol 29 MovieClipUses:16 21 28 22Used by:213
Symbol 30 GraphicUsed by:31
Symbol 31 MovieClipUses:30Used by:185 213
Symbol 32 GraphicUsed by:33
Symbol 33 MovieClipUses:32Used by:49
Symbol 34 GraphicUsed by:49
Symbol 35 GraphicUsed by:36
Symbol 36 MovieClipUses:35Used by:49 412 653 759 883  Timeline
Symbol 37 GraphicUsed by:38
Symbol 38 MovieClipUses:37Used by:49 287 412 653 759 872 874  Timeline
Symbol 39 GraphicUsed by:40
Symbol 40 MovieClipUses:39Used by:49 287 332 412 577 598 653 759 810 866  Timeline
Symbol 41 GraphicUsed by:42
Symbol 42 MovieClipUses:41Used by:43 612 653 759  Timeline
Symbol 43 MovieClipUses:42Used by:49 412
Symbol 44 GraphicUsed by:49
Symbol 45 GraphicUsed by:49
Symbol 46 GraphicUsed by:47
Symbol 47 MovieClipUses:46Used by:49
Symbol 48 GraphicUsed by:49
Symbol 49 MovieClipUses:33 34 36 38 40 43 44 45 47 48Used by:213
Symbol 50 GraphicUsed by:51
Symbol 51 MovieClipUses:50Used by:213
Symbol 52 GraphicUsed by:57
Symbol 53 GraphicUsed by:57
Symbol 54 GraphicUsed by:57
Symbol 55 GraphicUsed by:57
Symbol 56 GraphicUsed by:57
Symbol 57 MovieClipUses:52 53 54 55 56Used by:135
Symbol 58 GraphicUsed by:65
Symbol 59 GraphicUsed by:65
Symbol 60 GraphicUsed by:65
Symbol 61 GraphicUsed by:65
Symbol 62 GraphicUsed by:65
Symbol 63 GraphicUsed by:65
Symbol 64 GraphicUsed by:65
Symbol 65 MovieClipUses:58 59 60 61 62 63 64Used by:135
Symbol 66 GraphicUsed by:71
Symbol 67 GraphicUsed by:71
Symbol 68 GraphicUsed by:71
Symbol 69 GraphicUsed by:71
Symbol 70 GraphicUsed by:71
Symbol 71 MovieClipUses:66 67 68 69 70Used by:95
Symbol 72 GraphicUsed by:95
Symbol 73 GraphicUsed by:95
Symbol 74 GraphicUsed by:95
Symbol 75 GraphicUsed by:95
Symbol 76 GraphicUsed by:95
Symbol 77 GraphicUsed by:95
Symbol 78 GraphicUsed by:95
Symbol 79 GraphicUsed by:95
Symbol 80 GraphicUsed by:95
Symbol 81 GraphicUsed by:95
Symbol 82 GraphicUsed by:95
Symbol 83 GraphicUsed by:95
Symbol 84 GraphicUsed by:95
Symbol 85 GraphicUsed by:95
Symbol 86 GraphicUsed by:95
Symbol 87 GraphicUsed by:95
Symbol 88 GraphicUsed by:95
Symbol 89 GraphicUsed by:95
Symbol 90 GraphicUsed by:95
Symbol 91 GraphicUsed by:95
Symbol 92 GraphicUsed by:95
Symbol 93 GraphicUsed by:95
Symbol 94 GraphicUsed by:95
Symbol 95 MovieClipUses:71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94Used by:135
Symbol 96 GraphicUsed by:102
Symbol 97 GraphicUsed by:102
Symbol 98 GraphicUsed by:102
Symbol 99 GraphicUsed by:102
Symbol 100 GraphicUsed by:102
Symbol 101 GraphicUsed by:102
Symbol 102 MovieClipUses:96 97 98 99 100 101Used by:134 135
Symbol 103 GraphicUsed by:122
Symbol 104 GraphicUsed by:122
Symbol 105 GraphicUsed by:122
Symbol 106 GraphicUsed by:122
Symbol 107 GraphicUsed by:122
Symbol 108 GraphicUsed by:122
Symbol 109 GraphicUsed by:122
Symbol 110 GraphicUsed by:122
Symbol 111 GraphicUsed by:122
Symbol 112 GraphicUsed by:122
Symbol 113 GraphicUsed by:122
Symbol 114 GraphicUsed by:122
Symbol 115 GraphicUsed by:122
Symbol 116 GraphicUsed by:122
Symbol 117 GraphicUsed by:122
Symbol 118 GraphicUsed by:122
Symbol 119 GraphicUsed by:122
Symbol 120 GraphicUsed by:122
Symbol 121 GraphicUsed by:122
Symbol 122 MovieClipUses:103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121Used by:135
Symbol 123 GraphicUsed by:134
Symbol 124 GraphicUsed by:134
Symbol 125 GraphicUsed by:134
Symbol 126 GraphicUsed by:134
Symbol 127 GraphicUsed by:134
Symbol 128 GraphicUsed by:134
Symbol 129 GraphicUsed by:134
Symbol 130 GraphicUsed by:134
Symbol 131 GraphicUsed by:134
Symbol 132 GraphicUsed by:134
Symbol 133 GraphicUsed by:134
Symbol 134 MovieClipUses:102 123 124 125 126 127 128 129 130 131 132 133Used by:135
Symbol 135 MovieClipUses:57 65 95 102 122 134Used by:213
Symbol 136 GraphicUsed by:140
Symbol 137 GraphicUsed by:138
Symbol 138 MovieClipUses:137Used by:140
Symbol 139 GraphicUsed by:140
Symbol 140 MovieClipUses:136 138 28 139Used by:213
Symbol 141 GraphicUsed by:145
Symbol 142 GraphicUsed by:143
Symbol 143 MovieClipUses:142Used by:145
Symbol 144 GraphicUsed by:145
Symbol 145 MovieClipUses:141 143 28 144Used by:213
Symbol 146 GraphicUsed by:147
Symbol 147 MovieClipUses:146Used by:149
Symbol 148 GraphicUsed by:149 879
Symbol 149 ButtonUses:147 148Used by:152
Symbol 150 FontUsed by:151 176 180 182 211 212 878
Symbol 151 TextUses:150Used by:152
Symbol 152 MovieClipUses:149 151Used by:185
Symbol 153 GraphicUsed by:156
Symbol 154 GraphicUsed by:156
Symbol 155 GraphicUsed by:156
Symbol 156 MovieClipUses:153 154 155Used by:185
Symbol 157 GraphicUsed by:158
Symbol 158 MovieClipUses:157Used by:175
Symbol 159 GraphicUsed by:160
Symbol 160 MovieClipUses:159Used by:175
Symbol 161 GraphicUsed by:162
Symbol 162 MovieClipUses:161Used by:175
Symbol 163 GraphicUsed by:164
Symbol 164 MovieClipUses:163Used by:175
Symbol 165 GraphicUsed by:166
Symbol 166 MovieClipUses:165Used by:175
Symbol 167 GraphicUsed by:168
Symbol 168 MovieClipUses:167Used by:175
Symbol 169 GraphicUsed by:170
Symbol 170 MovieClipUses:169Used by:175
Symbol 171 GraphicUsed by:172
Symbol 172 MovieClipUses:171Used by:175
Symbol 173 GraphicUsed by:174
Symbol 174 MovieClipUses:173Used by:175
Symbol 175 MovieClipUses:158 160 162 164 166 168 170 172 174Used by:185
Symbol 176 EditableTextUses:150Used by:185
Symbol 177 GraphicUsed by:178
Symbol 178 MovieClipUses:177Used by:179
Symbol 179 MovieClipUses:178Used by:185
Symbol 180 TextUses:150Used by:184
Symbol 181 GraphicUsed by:184
Symbol 182 TextUses:150Used by:184
Symbol 183 GraphicUsed by:184
Symbol 184 ButtonUses:180 181 182 183Used by:185
Symbol 185 MovieClipUses:152 156 31 175 176 179 184Used by:213
Symbol 186 GraphicUsed by:210
Symbol 187 FontUsed by:188
Symbol 188 EditableTextUses:187Used by:210
Symbol 189 GraphicUsed by:190
Symbol 190 MovieClipUses:189Used by:210
Symbol 191 GraphicUsed by:210
Symbol 192 GraphicUsed by:200
Symbol 193 GraphicUsed by:200
Symbol 194 GraphicUsed by:200
Symbol 195 GraphicUsed by:200
Symbol 196 GraphicUsed by:200
Symbol 197 GraphicUsed by:200
Symbol 198 GraphicUsed by:200
Symbol 199 GraphicUsed by:200
Symbol 200 MovieClipUses:192 193 194 195 196 197 198 199Used by:210
Symbol 201 GraphicUsed by:202
Symbol 202 MovieClipUses:201Used by:210
Symbol 203 GraphicUsed by:207 209
Symbol 204 GraphicUsed by:207 209
Symbol 205 GraphicUsed by:207 209
Symbol 206 GraphicUsed by:207 209
Symbol 207 ButtonUses:203 204 205 206Used by:210
Symbol 208 GraphicUsed by:210
Symbol 209 ButtonUses:203 204 205 206Used by:210
Symbol 210 MovieClipUses:186 188 190 191 200 202 207 208 209Used by:213
Symbol 211 TextUses:150Used by:213
Symbol 212 TextUses:150Used by:213
Symbol 213 MovieClipUses:3 6 7 9 11 13 15 29 31 49 51 135 140 145 185 210 211 212Used by:Timeline
Symbol 214 GraphicUsed by:Timeline
Symbol 215 GraphicUsed by:216
Symbol 216 MovieClipUses:215Used by:Timeline
Symbol 217 GraphicUsed by:218
Symbol 218 MovieClipUses:217Used by:Timeline
Symbol 219 GraphicUsed by:220
Symbol 220 MovieClipUses:219Used by:221 231
Symbol 221 MovieClipUses:220Used by:231  Timeline
Symbol 222 GraphicUsed by:223
Symbol 223 MovieClipUses:222Used by:231
Symbol 224 GraphicUsed by:225
Symbol 225 MovieClipUses:224Used by:231
Symbol 226 GraphicUsed by:227
Symbol 227 MovieClipUses:226Used by:231
Symbol 228 GraphicUsed by:229
Symbol 229 MovieClipUses:228Used by:230 231
Symbol 230 MovieClipUses:229Used by:231  Timeline
Symbol 231 MovieClipUses:221 223 225 227 230 220 229Used by:Timeline
Symbol 232 GraphicUsed by:Timeline
Symbol 233 GraphicUsed by:234
Symbol 234 MovieClipUses:233Used by:245 246
Symbol 235 GraphicUsed by:236
Symbol 236 MovieClipUses:235Used by:245
Symbol 237 GraphicUsed by:238
Symbol 238 MovieClipUses:237Used by:245
Symbol 239 GraphicUsed by:244
Symbol 240 GraphicUsed by:241
Symbol 241 MovieClipUses:240Used by:244
Symbol 242 GraphicUsed by:243
Symbol 243 MovieClipUses:242Used by:244
Symbol 244 MovieClipUses:239 241 243Used by:245
Symbol 245 MovieClipUses:234 236 238 244Used by:246
Symbol 246 MovieClipUses:234 245Used by:Timeline
Symbol 247 GraphicUsed by:248
Symbol 248 MovieClipUses:247Used by:Timeline
Symbol 249 GraphicUsed by:250
Symbol 250 MovieClipUses:249Used by:Timeline
Symbol 251 GraphicUsed by:252
Symbol 252 MovieClipUses:251Used by:Timeline
Symbol 253 GraphicUsed by:254
Symbol 254 MovieClipUses:253Used by:287 332 577 598 767  Timeline
Symbol 255 GraphicUsed by:256
Symbol 256 MovieClipUses:255Used by:287 332 767  Timeline
Symbol 257 GraphicUsed by:258
Symbol 258 MovieClipUses:257Used by:287 332 577 598 767  Timeline
Symbol 259 GraphicUsed by:260
Symbol 260 MovieClipUses:259Used by:263
Symbol 261 GraphicUsed by:262
Symbol 262 MovieClipUses:261Used by:263
Symbol 263 MovieClipUses:260 262Used by:287 577 598 767
Symbol 264 GraphicUsed by:265
Symbol 265 MovieClipUses:264Used by:287 577 598  Timeline
Symbol 266 GraphicUsed by:267
Symbol 267 MovieClipUses:266Used by:287 332 767  Timeline
Symbol 268 GraphicUsed by:269
Symbol 269 MovieClipUses:268Used by:287 332 577 598 767  Timeline
Symbol 270 GraphicUsed by:287
Symbol 271 GraphicUsed by:272
Symbol 272 MovieClipUses:271Used by:287 332 577 598 653 759  Timeline
Symbol 273 GraphicUsed by:274
Symbol 274 MovieClipUses:273Used by:287 332 412 577 598 653 866 883  Timeline
Symbol 275 GraphicUsed by:280
Symbol 276 GraphicUsed by:280
Symbol 277 GraphicUsed by:280
Symbol 278 GraphicUsed by:280
Symbol 279 GraphicUsed by:280
Symbol 280 MovieClipUses:275 276 277 278 279Used by:287 577 598
Symbol 281 GraphicUsed by:282
Symbol 282 MovieClipUses:281Used by:287 332 577 598 866  Timeline
Symbol 283 GraphicUsed by:284
Symbol 284 MovieClipUses:283Used by:287 332 577 598 767  Timeline
Symbol 285 GraphicUsed by:286
Symbol 286 MovieClipUses:285Used by:287 332 866  Timeline
Symbol 287 MovieClipUses:254 256 258 263 265 267 269 270 272 274 38 280 40 282 284 286Used by:Timeline
Symbol 288 GraphicUsed by:289
Symbol 289 MovieClipUses:288Used by:332  Timeline
Symbol 290 GraphicUsed by:291
Symbol 291 MovieClipUses:290Used by:Timeline
Symbol 292 GraphicUsed by:293
Symbol 293 MovieClipUses:292Used by:Timeline
Symbol 294 BitmapUsed by:295 304 307
Symbol 295 GraphicUses:294Used by:296
Symbol 296 MovieClipUses:295Used by:297  Timeline
Symbol 297 MovieClipUses:296Used by:Timeline
Symbol 298 GraphicUsed by:309
Symbol 299 GraphicUsed by:303
Symbol 300 GraphicUsed by:303
Symbol 301 GraphicUsed by:303
Symbol 302 GraphicUsed by:303
Symbol 303 MovieClipUses:299 300 301 302Used by:309
Symbol 304 GraphicUses:294Used by:305
Symbol 305 MovieClipUses:304Used by:306 308  Timeline
Symbol 306 MovieClipUses:305Used by:309
Symbol 307 GraphicUses:294Used by:309
Symbol 308 MovieClipUses:305Used by:309
Symbol 309 MovieClipUses:298 303 306 307 308Used by:Timeline
Symbol 310 GraphicUsed by:Timeline
Symbol 311 GraphicUsed by:332
Symbol 312 GraphicUsed by:313
Symbol 313 MovieClipUses:312Used by:332  Timeline
Symbol 314 GraphicUsed by:332  Timeline
Symbol 315 GraphicUsed by:316
Symbol 316 MovieClipUses:315Used by:332  Timeline
Symbol 317 GraphicUsed by:318
Symbol 318 MovieClipUses:317Used by:332  Timeline
Symbol 319 GraphicUsed by:332  Timeline
Symbol 320 GraphicUsed by:321
Symbol 321 MovieClipUses:320Used by:332  Timeline
Symbol 322 GraphicUsed by:323
Symbol 323 MovieClipUses:322Used by:332  Timeline
Symbol 324 GraphicUsed by:325
Symbol 325 MovieClipUses:324Used by:332  Timeline
Symbol 326 GraphicUsed by:327
Symbol 327 MovieClipUses:326Used by:332  Timeline
Symbol 328 GraphicUsed by:329
Symbol 329 MovieClipUses:328Used by:332  Timeline
Symbol 330 GraphicUsed by:331
Symbol 331 MovieClipUses:330Used by:332  Timeline
Symbol 332 MovieClipUses:311 313 314 316 289 254 256 258 267 269 318 319 40 284 274 272 282 286 321 323 325 327 329 331Used by:Timeline
Symbol 333 GraphicUsed by:334
Symbol 334 MovieClipUses:333Used by:335  Timeline
Symbol 335 MovieClipUses:334Used by:Timeline
Symbol 336 GraphicUsed by:Timeline
Symbol 337 GraphicUsed by:Timeline
Symbol 338 GraphicUsed by:Timeline
Symbol 339 GraphicUsed by:Timeline
Symbol 340 GraphicUsed by:Timeline
Symbol 341 GraphicUsed by:Timeline
Symbol 342 GraphicUsed by:Timeline
Symbol 343 GraphicUsed by:Timeline
Symbol 344 GraphicUsed by:Timeline
Symbol 345 GraphicUsed by:Timeline
Symbol 346 GraphicUsed by:Timeline
Symbol 347 GraphicUsed by:Timeline
Symbol 348 GraphicUsed by:349
Symbol 349 MovieClipUses:348Used by:412 653  Timeline
Symbol 350 GraphicUsed by:351
Symbol 351 MovieClipUses:350Used by:412  Timeline
Symbol 352 GraphicUsed by:353
Symbol 353 MovieClipUses:352Used by:412 872 874  Timeline
Symbol 354 GraphicUsed by:359
Symbol 355 GraphicUsed by:359
Symbol 356 GraphicUsed by:359
Symbol 357 GraphicUsed by:359
Symbol 358 GraphicUsed by:359
Symbol 359 MovieClipUses:354 355 356 357 358Used by:Timeline
Symbol 360 GraphicUsed by:361
Symbol 361 MovieClipUses:360Used by:412  Timeline
Symbol 362 GraphicUsed by:363
Symbol 363 MovieClipUses:362Used by:Timeline
Symbol 364 GraphicUsed by:365
Symbol 365 MovieClipUses:364Used by:417  Timeline
Symbol 366 GraphicUsed by:367
Symbol 367 MovieClipUses:366Used by:Timeline
Symbol 368 GraphicUsed by:369
Symbol 369 MovieClipUses:368Used by:Timeline
Symbol 370 GraphicUsed by:371
Symbol 371 MovieClipUses:370Used by:412  Timeline
Symbol 372 GraphicUsed by:Timeline
Symbol 373 GraphicUsed by:Timeline
Symbol 374 GraphicUsed by:375
Symbol 375 MovieClipUses:374Used by:Timeline
Symbol 376 GraphicUsed by:377
Symbol 377 MovieClipUses:376Used by:Timeline
Symbol 378 GraphicUsed by:379
Symbol 379 MovieClipUses:378Used by:Timeline
Symbol 380 GraphicUsed by:381
Symbol 381 MovieClipUses:380Used by:Timeline
Symbol 382 GraphicUsed by:383
Symbol 383 MovieClipUses:382Used by:Timeline
Symbol 384 GraphicUsed by:385
Symbol 385 MovieClipUses:384Used by:Timeline
Symbol 386 GraphicUsed by:387
Symbol 387 MovieClipUses:386Used by:Timeline
Symbol 388 GraphicUsed by:389
Symbol 389 MovieClipUses:388Used by:Timeline
Symbol 390 GraphicUsed by:391
Symbol 391 MovieClipUses:390Used by:412  Timeline
Symbol 392 GraphicUsed by:393
Symbol 393 MovieClipUses:392Used by:Timeline
Symbol 394 GraphicUsed by:395
Symbol 395 MovieClipUses:394Used by:Timeline
Symbol 396 GraphicUsed by:401
Symbol 397 GraphicUsed by:401
Symbol 398 GraphicUsed by:401
Symbol 399 GraphicUsed by:401
Symbol 400 GraphicUsed by:401
Symbol 401 MovieClipUses:396 397 398 399 400Used by:Timeline
Symbol 402 GraphicUsed by:403
Symbol 403 MovieClipUses:402Used by:Timeline
Symbol 404 GraphicUsed by:405
Symbol 405 MovieClipUses:404Used by:Timeline
Symbol 406 GraphicUsed by:407
Symbol 407 MovieClipUses:406Used by:Timeline
Symbol 408 GraphicUsed by:409
Symbol 409 MovieClipUses:408Used by:Timeline
Symbol 410 GraphicUsed by:411
Symbol 411 MovieClipUses:410Used by:Timeline
Symbol 412 MovieClipUses:274 36 353 349 38 40 391 371 361 43 351Used by:Timeline
Symbol 413 GraphicUsed by:414
Symbol 414 MovieClipUses:413Used by:Timeline
Symbol 415 GraphicUsed by:416 606
Symbol 416 MovieClipUses:415Used by:417 577 598  Timeline
Symbol 417 MovieClipUses:365 416Used by:418
Symbol 418 MovieClipUses:417Used by:419 608
Symbol 419 MovieClipUses:13 15 418Used by:Timeline
Symbol 420 GraphicUsed by:421
Symbol 421 MovieClipUses:420Used by:Timeline
Symbol 422 GraphicUsed by:423
Symbol 423 MovieClipUses:422Used by:Timeline
Symbol 424 GraphicUsed by:425
Symbol 425 MovieClipUses:424Used by:433  Timeline
Symbol 426 GraphicUsed by:427
Symbol 427 MovieClipUses:426Used by:433  Timeline
Symbol 428 GraphicUsed by:429
Symbol 429 MovieClipUses:428Used by:433  Timeline
Symbol 430 GraphicUsed by:431
Symbol 431 MovieClipUses:430Used by:433  Timeline
Symbol 432 GraphicUsed by:433
Symbol 433 MovieClipUses:425 427 429 431 432Used by:Timeline
Symbol 434 GraphicUsed by:438
Symbol 435 GraphicUsed by:438
Symbol 436 GraphicUsed by:438
Symbol 437 GraphicUsed by:438
Symbol 438 MovieClipUses:434 435 436 437Used by:Timeline
Symbol 439 GraphicUsed by:Timeline
Symbol 440 GraphicUsed by:Timeline
Symbol 441 GraphicUsed by:Timeline
Symbol 442 GraphicUsed by:Timeline
Symbol 443 GraphicUsed by:Timeline
Symbol 444 GraphicUsed by:Timeline
Symbol 445 GraphicUsed by:Timeline
Symbol 446 GraphicUsed by:Timeline
Symbol 447 GraphicUsed by:Timeline
Symbol 448 GraphicUsed by:Timeline
Symbol 449 GraphicUsed by:Timeline
Symbol 450 GraphicUsed by:Timeline
Symbol 451 GraphicUsed by:Timeline
Symbol 452 GraphicUsed by:Timeline
Symbol 453 GraphicUsed by:Timeline
Symbol 454 GraphicUsed by:Timeline
Symbol 455 GraphicUsed by:Timeline
Symbol 456 GraphicUsed by:Timeline
Symbol 457 GraphicUsed by:Timeline
Symbol 458 GraphicUsed by:466
Symbol 459 GraphicUsed by:466
Symbol 460 GraphicUsed by:466
Symbol 461 GraphicUsed by:466
Symbol 462 GraphicUsed by:466
Symbol 463 GraphicUsed by:466
Symbol 464 GraphicUsed by:466
Symbol 465 GraphicUsed by:466
Symbol 466 MovieClipUses:458 459 460 461 462 463 464 465Used by:Timeline
Symbol 467 GraphicUsed by:Timeline
Symbol 468 GraphicUsed by:Timeline
Symbol 469 GraphicUsed by:Timeline
Symbol 470 GraphicUsed by:Timeline
Symbol 471 GraphicUsed by:472
Symbol 472 MovieClipUses:471Used by:Timeline
Symbol 473 GraphicUsed by:Timeline
Symbol 474 GraphicUsed by:Timeline
Symbol 475 GraphicUsed by:Timeline
Symbol 476 GraphicUsed by:Timeline
Symbol 477 GraphicUsed by:Timeline
Symbol 478 GraphicUsed by:Timeline
Symbol 479 GraphicUsed by:Timeline
Symbol 480 GraphicUsed by:Timeline
Symbol 481 GraphicUsed by:482
Symbol 482 MovieClipUses:481Used by:Timeline
Symbol 483 GraphicUsed by:Timeline
Symbol 484 GraphicUsed by:Timeline
Symbol 485 GraphicUsed by:Timeline
Symbol 486 GraphicUsed by:Timeline
Symbol 487 MovieClipUses:3Used by:Timeline
Symbol 488 GraphicUsed by:495
Symbol 489 GraphicUsed by:495
Symbol 490 GraphicUsed by:495
Symbol 491 GraphicUsed by:495
Symbol 492 GraphicUsed by:495
Symbol 493 GraphicUsed by:495
Symbol 494 GraphicUsed by:495
Symbol 495 MovieClipUses:488 489 490 491 492 493 494Used by:Timeline
Symbol 496 GraphicUsed by:497
Symbol 497 MovieClipUses:496Used by:Timeline
Symbol 498 GraphicUsed by:499
Symbol 499 MovieClipUses:498Used by:506
Symbol 500 GraphicUsed by:501
Symbol 501 MovieClipUses:500Used by:506
Symbol 502 GraphicUsed by:503
Symbol 503 MovieClipUses:502Used by:506
Symbol 504 GraphicUsed by:505
Symbol 505 MovieClipUses:504Used by:506
Symbol 506 MovieClipUses:499 501 503 505Used by:Timeline
Symbol 507 GraphicUsed by:508
Symbol 508 MovieClipUses:507Used by:537 561
Symbol 509 GraphicUsed by:510
Symbol 510 MovieClipUses:509Used by:537 561
Symbol 511 GraphicUsed by:512
Symbol 512 MovieClipUses:511Used by:537 561
Symbol 513 GraphicUsed by:514
Symbol 514 MovieClipUses:513Used by:537 561
Symbol 515 GraphicUsed by:516
Symbol 516 MovieClipUses:515Used by:537 561
Symbol 517 GraphicUsed by:520
Symbol 518 GraphicUsed by:520
Symbol 519 GraphicUsed by:520
Symbol 520 MovieClipUses:517 518 519Used by:537 561
Symbol 521 GraphicUsed by:522
Symbol 522 MovieClipUses:521Used by:537 561
Symbol 523 GraphicUsed by:524
Symbol 524 MovieClipUses:523Used by:537 561
Symbol 525 GraphicUsed by:526
Symbol 526 MovieClipUses:525Used by:537 561
Symbol 527 GraphicUsed by:528
Symbol 528 MovieClipUses:527Used by:536
Symbol 529 GraphicUsed by:532
Symbol 530 GraphicUsed by:532
Symbol 531 GraphicUsed by:532
Symbol 532 MovieClipUses:529 530 531Used by:536 577 598
Symbol 533 GraphicUsed by:536
Symbol 534 GraphicUsed by:536
Symbol 535 GraphicUsed by:536
Symbol 536 MovieClipUses:528 532 533 534 535Used by:537 561
Symbol 537 MovieClipUses:508 510 512 514 516 520 522 524 526 536Used by:Timeline
Symbol 538 GraphicUsed by:Timeline
Symbol 539 GraphicUsed by:540
Symbol 540 MovieClipUses:539Used by:Timeline
Symbol 541 GraphicUsed by:Timeline
Symbol 542 GraphicUsed by:Timeline
Symbol 543 GraphicUsed by:Timeline
Symbol 544 GraphicUsed by:Timeline
Symbol 545 GraphicUsed by:Timeline
Symbol 546 GraphicUsed by:550
Symbol 547 GraphicUsed by:550
Symbol 548 GraphicUsed by:550
Symbol 549 GraphicUsed by:550
Symbol 550 MovieClipUses:546 547 548 549Used by:555
Symbol 551 GraphicUsed by:555
Symbol 552 GraphicUsed by:555
Symbol 553 GraphicUsed by:555
Symbol 554 GraphicUsed by:555
Symbol 555 MovieClipUses:550 551 552 553 554Used by:Timeline
Symbol 556 GraphicUsed by:561
Symbol 557 GraphicUsed by:561
Symbol 558 GraphicUsed by:561
Symbol 559 GraphicUsed by:560
Symbol 560 MovieClipUses:559Used by:561
Symbol 561 MovieClipUses:508 510 512 514 516 520 522 524 526 536 556 557 558 560Used by:Timeline
Symbol 562 GraphicUsed by:563 600 860 861
Symbol 563 MovieClipUses:562Used by:578 620 622 653 776 855 865 876  Timeline
Symbol 564 GraphicUsed by:565
Symbol 565 MovieClipUses:564Used by:578  Timeline
Symbol 566 GraphicUsed by:567
Symbol 567 MovieClipUses:566Used by:578  Timeline
Symbol 568 GraphicUsed by:569
Symbol 569 MovieClipUses:568Used by:578  Timeline
Symbol 570 GraphicUsed by:571
Symbol 571 MovieClipUses:570Used by:578  Timeline
Symbol 572 GraphicUsed by:573
Symbol 573 MovieClipUses:572Used by:577 598
Symbol 574 GraphicUsed by:577
Symbol 575 GraphicUsed by:577
Symbol 576 GraphicUsed by:577
Symbol 577 MovieClipUses:254 269 573 258 263 265 280 274 272 284 282 40 416 532 574 575 576Used by:578
Symbol 578 MovieClipUses:563 565 567 569 571 577Used by:Timeline
Symbol 579 GraphicUsed by:580
Symbol 580 MovieClipUses:579Used by:594
Symbol 581 GraphicUsed by:586 880
Symbol 582 GraphicUsed by:586
Symbol 583 GraphicUsed by:586
Symbol 584 GraphicUsed by:586
Symbol 585 GraphicUsed by:586
Symbol 586 MovieClipUses:581 582 583 584 585Used by:594
Symbol 587 SoundUsed by:594 874
Symbol 588 GraphicUsed by:594
Symbol 589 GraphicUsed by:594
Symbol 590 GraphicUsed by:594
Symbol 591 GraphicUsed by:594
Symbol 592 GraphicUsed by:594
Symbol 593 GraphicUsed by:594
Symbol 594 MovieClipUses:580 586 587 588 589 590 591 592 593Used by:Timeline
Symbol 595 GraphicUsed by:596
Symbol 596 MovieClipUses:595Used by:597
Symbol 597 MovieClipUses:596Used by:Timeline
Symbol 598 MovieClipUses:254 269 573 258 263 265 280 274 272 284 282 40 416 532Used by:Timeline
Symbol 599 GraphicUsed by:609
Symbol 600 MovieClipUses:562Used by:603
Symbol 601 GraphicUsed by:602
Symbol 602 MovieClipUses:601Used by:603
Symbol 603 MovieClipUses:600 602Used by:609
Symbol 604 GraphicUsed by:605
Symbol 605 MovieClipUses:604Used by:609
Symbol 606 MovieClipUses:415Used by:607
Symbol 607 MovieClipUses:606Used by:609
Symbol 608 MovieClipUses:13 15 418Used by:609
Symbol 609 MovieClipUses:599 603 605 607 608Used by:653  Timeline
Symbol 610 GraphicUsed by:611
Symbol 611 MovieClipUses:610Used by:614
Symbol 612 MovieClipUses:42Used by:613
Symbol 613 MovieClipUses:612Used by:614 668 674 680 686
Symbol 614 MovieClipUses:611 613Used by:653  Timeline
Symbol 615 GraphicUsed by:616
Symbol 616 MovieClipUses:615Used by:653  Timeline
Symbol 617 GraphicUsed by:618
Symbol 618 MovieClipUses:617Used by:653  Timeline
Symbol 619 GraphicUsed by:620
Symbol 620 MovieClipUses:563 619Used by:653  Timeline
Symbol 621 GraphicUsed by:622
Symbol 622 MovieClipUses:563 621Used by:653  Timeline
Symbol 623 GraphicUsed by:624
Symbol 624 MovieClipUses:623Used by:653  Timeline
Symbol 625 GraphicUsed by:641
Symbol 626 FontUsed by:627 628 629
Symbol 627 TextUses:626Used by:641
Symbol 628 TextUses:626Used by:641
Symbol 629 TextUses:626Used by:641
Symbol 630 GraphicUsed by:641
Symbol 631 GraphicUsed by:640
Symbol 632 GraphicUsed by:640
Symbol 633 GraphicUsed by:640
Symbol 634 GraphicUsed by:640
Symbol 635 GraphicUsed by:640
Symbol 636 GraphicUsed by:640
Symbol 637 GraphicUsed by:640
Symbol 638 GraphicUsed by:640
Symbol 639 GraphicUsed by:640
Symbol 640 MovieClipUses:631 632 633 634 635 636 637 638 639Used by:641
Symbol 641 MovieClipUses:625 627 628 629 630 640Used by:653  Timeline
Symbol 642 GraphicUsed by:643
Symbol 643 MovieClipUses:642Used by:653  Timeline
Symbol 644 GraphicUsed by:645
Symbol 645 MovieClipUses:644Used by:653  Timeline
Symbol 646 GraphicUsed by:647
Symbol 647 MovieClipUses:646Used by:653  Timeline
Symbol 648 GraphicUsed by:649
Symbol 649 MovieClipUses:648Used by:653 729 774  Timeline
Symbol 650 GraphicUsed by:653
Symbol 651 GraphicUsed by:653
Symbol 652 GraphicUsed by:653
Symbol 653 MovieClipUses:563 609 614 616 618 620 622 624 641 643 645 647 649 650 272 36 38 40 349 42 274 651 652Used by:Timeline
Symbol 654 GraphicUsed by:Timeline
Symbol 655 GraphicUsed by:Timeline
Symbol 656 GraphicUsed by:Timeline
Symbol 657 GraphicUsed by:Timeline
Symbol 658 GraphicUsed by:659
Symbol 659 MovieClipUses:658Used by:Timeline
Symbol 660 SoundUsed by:Timeline
Symbol 661 GraphicUsed by:Timeline
Symbol 662 SoundUsed by:Timeline
Symbol 663 GraphicUsed by:Timeline
Symbol 664 GraphicUsed by:Timeline
Symbol 665 GraphicUsed by:666
Symbol 666 MovieClipUses:665Used by:668 674
Symbol 667 GraphicUsed by:668
Symbol 668 MovieClipUses:666 613 667Used by:774  Timeline
Symbol 669 GraphicUsed by:670
Symbol 670 MovieClipUses:669Used by:Timeline
Symbol 671 GraphicUsed by:672
Symbol 672 MovieClipUses:671Used by:Timeline
Symbol 673 GraphicUsed by:674
Symbol 674 MovieClipUses:666 613 673Used by:729 774  Timeline
Symbol 675 GraphicUsed by:676
Symbol 676 MovieClipUses:675Used by:Timeline
Symbol 677 GraphicUsed by:678
Symbol 678 MovieClipUses:677Used by:Timeline
Symbol 679 GraphicUsed by:680
Symbol 680 MovieClipUses:679 613Used by:Timeline
Symbol 681 GraphicUsed by:682
Symbol 682 MovieClipUses:681Used by:774  Timeline
Symbol 683 GraphicUsed by:684
Symbol 684 MovieClipUses:683Used by:Timeline
Symbol 685 GraphicUsed by:686
Symbol 686 MovieClipUses:685 613Used by:Timeline
Symbol 687 GraphicUsed by:690
Symbol 688 GraphicUsed by:690
Symbol 689 GraphicUsed by:690
Symbol 690 MovieClipUses:687 688 689Used by:Timeline
Symbol 691 GraphicUsed by:694
Symbol 692 GraphicUsed by:694
Symbol 693 GraphicUsed by:694
Symbol 694 MovieClipUses:691 692 693Used by:Timeline
Symbol 695 GraphicUsed by:699
Symbol 696 GraphicUsed by:699
Symbol 697 GraphicUsed by:699
Symbol 698 GraphicUsed by:699
Symbol 699 MovieClipUses:695 696 697 698Used by:Timeline
Symbol 700 GraphicUsed by:701
Symbol 701 MovieClipUses:700Used by:Timeline
Symbol 702 GraphicUsed by:705
Symbol 703 GraphicUsed by:705
Symbol 704 GraphicUsed by:705
Symbol 705 MovieClipUses:702 703 704Used by:Timeline
Symbol 706 GraphicUsed by:707
Symbol 707 MovieClipUses:706Used by:Timeline
Symbol 708 GraphicUsed by:709
Symbol 709 MovieClipUses:708Used by:729 774  Timeline
Symbol 710 GraphicUsed by:711
Symbol 711 MovieClipUses:710Used by:Timeline
Symbol 712 GraphicUsed by:Timeline
Symbol 713 GraphicUsed by:Timeline
Symbol 714 GraphicUsed by:736  Timeline
Symbol 715 GraphicUsed by:Timeline
Symbol 716 GraphicUsed by:Timeline
Symbol 717 GraphicUsed by:Timeline
Symbol 718 GraphicUsed by:722
Symbol 719 GraphicUsed by:722
Symbol 720 GraphicUsed by:722
Symbol 721 GraphicUsed by:722
Symbol 722 MovieClipUses:718 719 720 721Used by:Timeline
Symbol 723 GraphicUsed by:Timeline
Symbol 724 GraphicUsed by:725
Symbol 725 MovieClipUses:724Used by:Timeline
Symbol 726 GraphicUsed by:Timeline
Symbol 727 GraphicUsed by:Timeline
Symbol 728 GraphicUsed by:Timeline
Symbol 729 MovieClipUses:709 674 649Used by:Timeline
Symbol 730 GraphicUsed by:Timeline
Symbol 731 GraphicUsed by:Timeline
Symbol 732 GraphicUsed by:Timeline
Symbol 733 GraphicUsed by:Timeline
Symbol 734 GraphicUsed by:Timeline
Symbol 735 GraphicUsed by:Timeline
Symbol 736 MovieClipUses:714Used by:Timeline
Symbol 737 GraphicUsed by:Timeline
Symbol 738 GraphicUsed by:Timeline
Symbol 739 GraphicUsed by:Timeline
Symbol 740 GraphicUsed by:741
Symbol 741 MovieClipUses:740Used by:759  Timeline
Symbol 742 GraphicUsed by:745
Symbol 743 GraphicUsed by:745
Symbol 744 GraphicUsed by:745
Symbol 745 MovieClipUses:742 743 744Used by:759  Timeline
Symbol 746 GraphicUsed by:747
Symbol 747 MovieClipUses:746Used by:774  Timeline
Symbol 748 GraphicUsed by:749
Symbol 749 MovieClipUses:748Used by:774  Timeline
Symbol 750 GraphicUsed by:751
Symbol 751 MovieClipUses:750Used by:Timeline
Symbol 752 GraphicUsed by:753
Symbol 753 MovieClipUses:752Used by:756
Symbol 754 GraphicUsed by:755
Symbol 755 MovieClipUses:754Used by:756
Symbol 756 MovieClipUses:753 755Used by:Timeline
Symbol 757 GraphicUsed by:759
Symbol 758 GraphicUsed by:759
Symbol 759 MovieClipUses:757 758 36 272 38 741 40 42 745Used by:Timeline
Symbol 760 GraphicUsed by:761
Symbol 761 MovieClipUses:760Used by:Timeline
Symbol 762 GraphicUsed by:763
Symbol 763 MovieClipUses:762Used by:774  Timeline
Symbol 764 GraphicUsed by:765
Symbol 765 MovieClipUses:764Used by:774  Timeline
Symbol 766 GraphicUsed by:Timeline
Symbol 767 MovieClipUses:254 256 258 263 267 269 284Used by:Timeline
Symbol 768 GraphicUsed by:774
Symbol 769 GraphicUsed by:774
Symbol 770 GraphicUsed by:774
Symbol 771 GraphicUsed by:774
Symbol 772 GraphicUsed by:774
Symbol 773 GraphicUsed by:774
Symbol 774 MovieClipUses:768 709 765 763 649 668 769 674 770 682 747 771 749 772 773Used by:Timeline
Symbol 775 GraphicUsed by:776
Symbol 776 MovieClipUses:563 775Used by:Timeline
Symbol 777 GraphicUsed by:Timeline
Symbol 778 GraphicUsed by:779
Symbol 779 MovieClipUses:778Used by:Timeline
Symbol 780 GraphicUsed by:Timeline
Symbol 781 GraphicUsed by:782
Symbol 782 MovieClipUses:781Used by:Timeline
Symbol 783 GraphicUsed by:784
Symbol 784 MovieClipUses:783Used by:Timeline
Symbol 785 GraphicUsed by:786
Symbol 786 MovieClipUses:785Used by:Timeline
Symbol 787 GraphicUsed by:788
Symbol 788 MovieClipUses:787Used by:Timeline
Symbol 789 GraphicUsed by:790
Symbol 790 MovieClipUses:789Used by:810  Timeline
Symbol 791 GraphicUsed by:792
Symbol 792 MovieClipUses:791Used by:Timeline
Symbol 793 GraphicUsed by:Timeline
Symbol 794 GraphicUsed by:795
Symbol 795 MovieClipUses:794Used by:Timeline
Symbol 796 GraphicUsed by:Timeline
Symbol 797 GraphicUsed by:Timeline
Symbol 798 GraphicUsed by:Timeline
Symbol 799 GraphicUsed by:810
Symbol 800 GraphicUsed by:810
Symbol 801 GraphicUsed by:802
Symbol 802 MovieClipUses:801Used by:810  Timeline
Symbol 803 GraphicUsed by:810
Symbol 804 GraphicUsed by:809
Symbol 805 GraphicUsed by:806
Symbol 806 MovieClipUses:805Used by:809
Symbol 807 GraphicUsed by:808
Symbol 808 MovieClipUses:807Used by:809
Symbol 809 MovieClipUses:804 806 808Used by:810  Timeline
Symbol 810 MovieClipUses:799 40 790 800 802 803 809Used by:Timeline
Symbol 811 GraphicUsed by:Timeline
Symbol 812 GraphicUsed by:Timeline
Symbol 813 GraphicUsed by:Timeline
Symbol 814 GraphicUsed by:Timeline
Symbol 815 GraphicUsed by:Timeline
Symbol 816 GraphicUsed by:Timeline
Symbol 817 GraphicUsed by:Timeline
Symbol 818 GraphicUsed by:Timeline
Symbol 819 GraphicUsed by:Timeline
Symbol 820 GraphicUsed by:Timeline
Symbol 821 GraphicUsed by:Timeline
Symbol 822 GraphicUsed by:Timeline
Symbol 823 GraphicUsed by:Timeline
Symbol 824 GraphicUsed by:Timeline
Symbol 825 GraphicUsed by:Timeline
Symbol 826 GraphicUsed by:Timeline
Symbol 827 GraphicUsed by:Timeline
Symbol 828 GraphicUsed by:Timeline
Symbol 829 GraphicUsed by:Timeline
Symbol 830 GraphicUsed by:Timeline
Symbol 831 GraphicUsed by:Timeline
Symbol 832 GraphicUsed by:Timeline
Symbol 833 GraphicUsed by:Timeline
Symbol 834 GraphicUsed by:Timeline
Symbol 835 GraphicUsed by:Timeline
Symbol 836 GraphicUsed by:Timeline
Symbol 837 GraphicUsed by:838
Symbol 838 MovieClipUses:837Used by:839
Symbol 839 MovieClipUses:838Used by:Timeline
Symbol 840 SoundUsed by:Timeline
Symbol 841 SoundUsed by:Timeline
Symbol 842 GraphicUsed by:843
Symbol 843 MovieClipUses:842Used by:Timeline
Symbol 844 ShapeTweeningUsed by:847
Symbol 845 ShapeTweeningUsed by:847
Symbol 846 GraphicUsed by:847
Symbol 847 MovieClipUses:844 845 846Used by:Timeline
Symbol 848 GraphicUsed by:849
Symbol 849 MovieClipUses:848Used by:Timeline
Symbol 850 GraphicUsed by:851
Symbol 851 MovieClipUses:850Used by:Timeline
Symbol 852 GraphicUsed by:853
Symbol 853 MovieClipUses:852Used by:Timeline
Symbol 854 SoundUsed by:855
Symbol 855 MovieClipUses:563 854Used by:Timeline
Symbol 856 GraphicUsed by:857
Symbol 857 MovieClipUses:856Used by:Timeline
Symbol 858 GraphicUsed by:860 861
Symbol 859 GraphicUsed by:860 861
Symbol 860 ButtonUses:858 859 562Used by:Timeline
Symbol 861 ButtonUses:858 859 562Used by:Timeline
Symbol 862 GraphicUsed by:863
Symbol 863 MovieClipUses:862Used by:Timeline
Symbol 864 GraphicUsed by:865
Symbol 865 MovieClipUses:864 563Used by:877
Symbol 866 MovieClipUses:40 282 286 274Used by:872 874
Symbol 867 GraphicUsed by:873 874
Symbol 868 GraphicUsed by:874
Symbol 869 SoundUsed by:874
Symbol 870 GraphicUsed by:874
Symbol 871 GraphicUsed by:874
Symbol 872 MovieClipUses:353 38 866Used by:874
Symbol 873 MovieClipUses:867Used by:874
Symbol 874 MovieClipUses:353 38 866 867 868 587 869 870 871 872 873Used by:877
Symbol 875 GraphicUsed by:876
Symbol 876 MovieClipUses:875 563Used by:877
Symbol 877 MovieClipUses:865 874 876Used by:Timeline
Symbol 878 TextUses:150Used by:879
Symbol 879 ButtonUses:878 148Used by:Timeline
Symbol 880 MovieClipUses:581Used by:883
Symbol 881 GraphicUsed by:882
Symbol 882 MovieClipUses:881Used by:883
Symbol 883 MovieClipUses:880 882 36 274Used by:Timeline
Streaming Sound 1Used by:Timeline

Instance Names

"mcWall"Frame 1118Symbol 495 MovieClip
"mcCenter"Frame 1118Symbol 416 MovieClip
"mcGun"Frame 1118Symbol 506 MovieClip
"mcMonster"Frame 1202Symbol 537 MovieClip
"mcMonster"Frame 1466Symbol 537 MovieClip
"mcMonster"Frame 1467Symbol 537 MovieClip
"mcMonster"Frame 1474Symbol 561 MovieClip
"mcGun"Frame 1521Symbol 506 MovieClip
"mcBullets"Frame 1541Symbol 597 MovieClip
"mcSparkle"Frame 2644Symbol 847 MovieClip
"mcSparkle2"Frame 2644Symbol 847 MovieClip
"mcSparkle2b"Frame 2644Symbol 847 MovieClip
"mcTank"Frame 2983Symbol 877 MovieClip
"mcBlast"Frame 2983Symbol 883 MovieClip
"mcTank"Frame 3045Symbol 877 MovieClip
"mcPlant"Symbol 29 MovieClip Frame 1Symbol 21 MovieClip
"mcRubble"Symbol 29 MovieClip Frame 1Symbol 28 MovieClip
"mcUp"Symbol 49 MovieClip Frame 1Symbol 33 MovieClip
"mcRight"Symbol 49 MovieClip Frame 1Symbol 33 MovieClip
"mcLeft"Symbol 49 MovieClip Frame 1Symbol 33 MovieClip
"mcDown1"Symbol 49 MovieClip Frame 1Symbol 33 MovieClip
"mcDown2"Symbol 49 MovieClip Frame 1Symbol 33 MovieClip
"mcPlant"Symbol 140 MovieClip Frame 1Symbol 138 MovieClip
"mcRubble"Symbol 140 MovieClip Frame 1Symbol 28 MovieClip
"mcPlant"Symbol 145 MovieClip Frame 1Symbol 143 MovieClip
"mcRubble"Symbol 145 MovieClip Frame 1Symbol 28 MovieClip
"mcStart"Symbol 185 MovieClip Frame 1Symbol 152 MovieClip
"mcQuality"Symbol 185 MovieClip Frame 1Symbol 156 MovieClip
"mcBonus"Symbol 185 MovieClip Frame 1Symbol 175 MovieClip
"textScore"Symbol 185 MovieClip Frame 1Symbol 176 EditableText
"mcBad"Symbol 185 MovieClip Frame 1Symbol 179 MovieClip
"textPercent"Symbol 210 MovieClip Frame 1Symbol 188 EditableText
"mcLoading"Symbol 210 MovieClip Frame 1Symbol 190 MovieClip
"mcBar"Symbol 210 MovieClip Frame 1Symbol 200 MovieClip
"mcBar"Symbol 210 MovieClip Frame 4Symbol 200 MovieClip
"buttPlay"Symbol 210 MovieClip Frame 5Symbol 207 Button
"mcBar"Symbol 210 MovieClip Frame 5Symbol 200 MovieClip
"mcBar"Symbol 210 MovieClip Frame 6Symbol 200 MovieClip
"buttPlay"Symbol 210 MovieClip Frame 7Symbol 209 Button
"mcGround"Symbol 213 MovieClip Frame 1Symbol 9 MovieClip
"dustBack"Symbol 213 MovieClip Frame 1Symbol 11 MovieClip
"firePartBackRight"Symbol 213 MovieClip Frame 1Symbol 13 MovieClip
"firePartRight"Symbol 213 MovieClip Frame 1Symbol 15 MovieClip
"firePartWhiteRight"Symbol 213 MovieClip Frame 1Symbol 15 MovieClip
"firePartBackDown"Symbol 213 MovieClip Frame 1Symbol 13 MovieClip
"firePartDown"Symbol 213 MovieClip Frame 1Symbol 15 MovieClip
"firePartWhiteDown"Symbol 213 MovieClip Frame 1Symbol 15 MovieClip
"mcPlant3"Symbol 213 MovieClip Frame 1Symbol 29 MovieClip
"mcLeft"Symbol 213 MovieClip Frame 1Symbol 31 MovieClip
"mcRight"Symbol 213 MovieClip Frame 1Symbol 31 MovieClip
"firePartBackUp"Symbol 213 MovieClip Frame 1Symbol 13 MovieClip
"firePartUp"Symbol 213 MovieClip Frame 1Symbol 15 MovieClip
"firePartWhiteUp"Symbol 213 MovieClip Frame 1Symbol 15 MovieClip
"mcShip"Symbol 213 MovieClip Frame 1Symbol 49 MovieClip
"firePartBackLeft"Symbol 213 MovieClip Frame 1Symbol 13 MovieClip
"firePartLeft"Symbol 213 MovieClip Frame 1Symbol 15 MovieClip
"firePartWhiteLeft"Symbol 213 MovieClip Frame 1Symbol 15 MovieClip
"dustFront"Symbol 213 MovieClip Frame 1Symbol 51 MovieClip
"mcBug1"Symbol 213 MovieClip Frame 1Symbol 135 MovieClip
"firePartBack"Symbol 213 MovieClip Frame 1Symbol 13 MovieClip
"firePart"Symbol 213 MovieClip Frame 1Symbol 15 MovieClip
"firePartWhite"Symbol 213 MovieClip Frame 1Symbol 15 MovieClip
"mcBug2"Symbol 213 MovieClip Frame 1Symbol 135 MovieClip
"mcBug3"Symbol 213 MovieClip Frame 1Symbol 135 MovieClip
"mcBug4"Symbol 213 MovieClip Frame 1Symbol 135 MovieClip
"mcPlant2"Symbol 213 MovieClip Frame 1Symbol 140 MovieClip
"mcPlant1"Symbol 213 MovieClip Frame 1Symbol 145 MovieClip
"mcHUD"Symbol 213 MovieClip Frame 1Symbol 185 MovieClip
"mcBoundL"Symbol 245 MovieClip Frame 1Symbol 234 MovieClip
"mcBar"Symbol 245 MovieClip Frame 1Symbol 236 MovieClip
"mcBoundR"Symbol 245 MovieClip Frame 1Symbol 234 MovieClip
"mcHandle"Symbol 245 MovieClip Frame 1Symbol 238 MovieClip
"mcPlay"Symbol 245 MovieClip Frame 1Symbol 244 MovieClip
"mcHit"Symbol 246 MovieClip Frame 1Symbol 234 MovieClip
"torch0"Symbol 418 MovieClip Frame 1Symbol 417 MovieClip
"firePartBack"Symbol 419 MovieClip Frame 1Symbol 13 MovieClip
"firePart"Symbol 419 MovieClip Frame 1Symbol 15 MovieClip
"firePartWhite"Symbol 419 MovieClip Frame 1Symbol 15 MovieClip
"mcTorch05"Symbol 419 MovieClip Frame 1Symbol 418 MovieClip
"mcSmoke1"Symbol 506 MovieClip Frame 1Symbol 499 MovieClip
"mcSmoke2"Symbol 506 MovieClip Frame 1Symbol 499 MovieClip
"mcSmoke3"Symbol 506 MovieClip Frame 1Symbol 499 MovieClip
"mcSmoke4"Symbol 506 MovieClip Frame 1Symbol 499 MovieClip
"mcSmoke5"Symbol 506 MovieClip Frame 1Symbol 499 MovieClip
"mcSmoke6"Symbol 506 MovieClip Frame 1Symbol 499 MovieClip
"mcSmoke7"Symbol 506 MovieClip Frame 1Symbol 499 MovieClip
"mcSmoke0"Symbol 506 MovieClip Frame 1Symbol 499 MovieClip
"mcBullet"Symbol 597 MovieClip Frame 1Symbol 596 MovieClip
"firePartBack"Symbol 608 MovieClip Frame 1Symbol 13 MovieClip
"firePart"Symbol 608 MovieClip Frame 1Symbol 15 MovieClip
"firePartWhite"Symbol 608 MovieClip Frame 1Symbol 15 MovieClip
"mcTorch05"Symbol 608 MovieClip Frame 1Symbol 418 MovieClip
"mcBody"Symbol 877 MovieClip Frame 1Symbol 874 MovieClip
"mcBody"Symbol 877 MovieClip Frame 10Symbol 874 MovieClip

Special Tags

Protect (24)Timeline Frame 10 bytes ""

Labels

"start"Frame 4
"idle"Symbol 6 MovieClip Frame 1
"idle"Symbol 28 MovieClip Frame 1
"hit"Symbol 28 MovieClip Frame 10
"idle"Symbol 29 MovieClip Frame 1
"dead"Symbol 29 MovieClip Frame 10
"idle"Symbol 43 MovieClip Frame 1
"idle"Symbol 135 MovieClip Frame 1
"run"Symbol 135 MovieClip Frame 10
"eat"Symbol 135 MovieClip Frame 19
"hit"Symbol 135 MovieClip Frame 30
"crushed"Symbol 135 MovieClip Frame 40
"burned"Symbol 135 MovieClip Frame 50
"idle"Symbol 140 MovieClip Frame 1
"dead"Symbol 140 MovieClip Frame 10
"idle"Symbol 145 MovieClip Frame 1
"dead"Symbol 145 MovieClip Frame 10
"LOW"Symbol 156 MovieClip Frame 1
"MEDIUM"Symbol 156 MovieClip Frame 10
"HIGH"Symbol 156 MovieClip Frame 20
"crushed2"Symbol 175 MovieClip Frame 1
"idle"Symbol 175 MovieClip Frame 20
"crushed3"Symbol 175 MovieClip Frame 30
"crushed4"Symbol 175 MovieClip Frame 50
"burned"Symbol 175 MovieClip Frame 70
"fireCrushed"Symbol 175 MovieClip Frame 90
"fireCrushed2"Symbol 175 MovieClip Frame 110
"fireCrushed4"Symbol 175 MovieClip Frame 140
"win"Symbol 175 MovieClip Frame 170
"lose"Symbol 175 MovieClip Frame 200
"minus1"Symbol 179 MovieClip Frame 1
"idle"Symbol 179 MovieClip Frame 20
"done"Symbol 210 MovieClip Frame 4
"idle"Symbol 221 MovieClip Frame 1
"idle"Symbol 230 MovieClip Frame 1
"play"Symbol 244 MovieClip Frame 1
"paused"Symbol 244 MovieClip Frame 10
"down"Symbol 246 MovieClip Frame 1
"up"Symbol 246 MovieClip Frame 10
"idle"Symbol 280 MovieClip Frame 1
"vary"Symbol 280 MovieClip Frame 10
"idle"Symbol 308 MovieClip Frame 1
"idle"Symbol 495 MovieClip Frame 1
"broken"Symbol 495 MovieClip Frame 10
"idle"Symbol 506 MovieClip Frame 1
"walk"Symbol 506 MovieClip Frame 10
"fire"Symbol 506 MovieClip Frame 20
"idle"Symbol 520 MovieClip Frame 1
"idle"Symbol 536 MovieClip Frame 1
"fire"Symbol 536 MovieClip Frame 10
"idle"Symbol 537 MovieClip Frame 1
"walk"Symbol 537 MovieClip Frame 10
"idle"Symbol 594 MovieClip Frame 1
"death"Symbol 594 MovieClip Frame 10
"play"Symbol 855 MovieClip Frame 10
"idle"Symbol 865 MovieClip Frame 1
"move"Symbol 865 MovieClip Frame 10
"idle"Symbol 874 MovieClip Frame 1
"shoot"Symbol 874 MovieClip Frame 10
"idle"Symbol 876 MovieClip Frame 1
"move"Symbol 876 MovieClip Frame 10
"idle"Symbol 877 MovieClip Frame 1
"move"Symbol 877 MovieClip Frame 10




http://swfchan.com/12/57054/info.shtml
Created: 18/4 -2019 17:10:37 Last modified: 18/4 -2019 17:10:37 Server time: 09/05 -2024 10:57:06