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

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

Extra-Terrarium.swf

This is the info page for
Flash #221817

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


Text
CO2

COMPLEXITY

Loading...

EXTRA-TERRARIUM
V_1.0

Programmed, developed, animated
and produced by Russell Collins.

EXTRA-TERRARIUM
V_1.0

Programmed, developed, animated
and produced by Russell Collins.

Score:

1,000,000,000

CO2

COMPLEXITY            

ActionScript [AS1/AS2]

Frame 1
stop();
Instance of Symbol 14 MovieClip in Frame 1
onClipEvent (load) { _global.co2 = 50; this.gotoAndStop(50); temp = 0; }
Instance of Symbol 50 MovieClip in Frame 1
onClipEvent (load) { temp1 = _parent.getBytesTotal(); temp2 = 0; } onClipEvent (enterFrame) { temp2 = _parent.getBytesLoaded(); temp3 = Math.ceil((temp2 * 100) / temp1); this.gotoAndStop(temp3); if (temp3 == 100) { _parent.gotoAndStop(2); } }
Frame 2
stop();
Instance of Symbol 5 MovieClip "shredder" in Frame 2
onClipEvent (load) { _global.gibCount = 10000; active = false; } onClipEvent (enterFrame) { if (active == true) { x = 0; while (x < 501) { removeMovieClip(_root["plant" + x]); if (x < _global.complexity) { _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.splat_5.duplicateMovieClip("gib" + _global.gibCount, _global.gibCount); _root["gib" + _global.gibCount]._x = this._x; _root["gib" + _global.gibCount]._y = this._y; } x++; } x = 500; while (x < 1001) { removeMovieClip(_root["herbivore" + x]); if ((x - 500) < _global.complexity) { _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.splat_2.duplicateMovieClip("gib" + _global.gibCount, _global.gibCount); _root["gib" + _global.gibCount]._x = this._x; _root["gib" + _global.gibCount]._y = this._y; } x++; } x = 1000; while (x < 1501) { removeMovieClip(_root["carnivore" + x]); if ((x - 1000) < _global.complexity) { _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.splat_4.duplicateMovieClip("gib" + _global.gibCount, _global.gibCount); _root["gib" + _global.gibCount]._x = this._x; _root["gib" + _global.gibCount]._y = this._y; } x++; } x = 1500; while (x < 2000) { removeMovieClip(_root["special" + x]); if ((x - 1000) < _global.complexity) { _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.splat_4.duplicateMovieClip("gib" + _global.gibCount, _global.gibCount); _root["gib" + _global.gibCount]._x = this._x; _root["gib" + _global.gibCount]._y = this._y; } x++; } active = false; _root.glass.seedCount = 0; _global.plantCount = 0; _global.herbivoreCount = 500; _global.carnivoreCount = 1000; _global.co2 = 50; _global.complexity = 0; _root.score = 0; } } onClipEvent (mouseUp) { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { active = true; this.gotoAndPlay(2); } }
Instance of Symbol 14 MovieClip in Frame 2
onClipEvent (load) { _global.co2 = 50; this.gotoAndStop(50); temp = 0; } onClipEvent (enterFrame) { if (_global.co2 < 0) { _global.co2 = 1; } if (_global.co2 > 100) { _global.co2 = 100; } temp = Math.ceil(_global.co2); this.gotoAndStop(temp); }
Instance of Symbol 45 MovieClip in Frame 2
onClipEvent (load) { _global.complexity = 0; _global.complexityBonus = 0; } onClipEvent (enterFrame) { if (_global.complexity < 1) { _global.complexity = 0; _global.co2 = 50; } _global.complexityBonus = Math.ceil(_global.complexity / 2); if (_global.complexityBonus > 49) { _global.complexityBonus = 49; } this.gotoAndStop(_global.complexityBonus + 1); }
Instance of Symbol 59 MovieClip "glass" in Frame 2
onClipEvent (load) { _root.score = 0; _global.plantCount = 0; _global.herbivoreCount = 500; _global.carnivoreCount = 1000; _global.specialCount = 1500; seedCount = 0; t = 40; i = 0; specialCount = 1; } onClipEvent (enterFrame) { t++; if (t == 50) { t = 0; if (seedCount < 7) { seedCount++; x = random(40) - 20; y = 60 + random(20); z = random(5); if (_global.complexity > 25) { z = z + 5; } if (_global.complexity > 50) { z = z + 5; } if (_global.complexity > 75) { z = z + 5; } if (specialCount == 0) { z = z + 4; specialCount++; } else if (i > 50) { specialCount = 0; i = 0; } else { i++; } switch (z) { case 0 : _global.plantCount++; if (_global.plantCount > 499) { _global.plantCount = 0; } _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.leaf_plant.duplicateMovieClip("plant" + _global.plantCount, _global.plantCount); _root.flash_2.duplicateMovieClip("flash", _global.gibCount); _root["plant" + _global.plantCount]._x = this._x + x; _root["plant" + _global.plantCount]._y = this._y + y; _root.flash._x = _root["plant" + _global.plantCount]._x; _root.flash._y = _root["plant" + _global.plantCount]._y; break; case 1 : _global.plantCount++; if (_global.plantCount > 499) { _global.plantCount = 0; } _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.flower_plant.duplicateMovieClip("plant" + _global.plantCount, _global.plantCount); _root.flash_2.duplicateMovieClip("flash", _global.gibCount); _root["plant" + _global.plantCount]._x = this._x + x; _root["plant" + _global.plantCount]._y = this._y + y; _root.flash._x = _root["plant" + _global.plantCount]._x; _root.flash._y = _root["plant" + _global.plantCount]._y; break; case 2 : _global.herbivoreCount++; if (_global.herbivoreCount > 999) { _global.herbivoreCount = 500; } _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.snail_herbivore.duplicateMovieClip("herbivore" + _global.herbivoreCount, _global.herbivoreCount); _root.flash_2.duplicateMovieClip("flash", _global.gibCount); _root["herbivore" + _global.herbivoreCount]._x = this._x + x; _root["herbivore" + _global.herbivoreCount]._y = this._y + y; _root.flash._x = _root["herbivore" + _global.herbivoreCount]._x; _root.flash._y = _root["herbivore" + _global.herbivoreCount]._y; break; case 3 : _global.herbivoreCount++; if (_global.herbivoreCount > 999) { _global.herbivoreCount = 500; } _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.insect_herbivore.duplicateMovieClip("herbivore" + _global.herbivoreCount, _global.herbivoreCount); _root.flash_2.duplicateMovieClip("flash", _global.gibCount); _root["herbivore" + _global.herbivoreCount]._x = this._x + x; _root["herbivore" + _global.herbivoreCount]._y = this._y + y; _root.flash._x = _root["herbivore" + _global.herbivoreCount]._x; _root.flash._y = _root["herbivore" + _global.herbivoreCount]._y; break; case 4 : _global.plantCount++; if (_global.plantCount > 499) { _global.plantCount = 0; } _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.jelly_plant.duplicateMovieClip("plant" + _global.plantCount, _global.plantCount); _root.flash_2.duplicateMovieClip("flash", _global.gibCount); _root["plant" + _global.plantCount]._x = this._x + x; _root["plant" + _global.plantCount]._y = this._y + y; _root.flash._x = _root["plant" + _global.plantCount]._x; _root.flash._y = _root["plant" + _global.plantCount]._y; break; case 5 : _global.plantCount++; if (_global.plantCount > 499) { _global.plantCount = 0; } _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.lighttree_plant.duplicateMovieClip("plant" + _global.plantCount, _global.plantCount); _root.flash_2.duplicateMovieClip("flash", _global.gibCount); _root["plant" + _global.plantCount]._x = this._x + x; _root["plant" + _global.plantCount]._y = this._y + y; _root.flash._x = _root["plant" + _global.plantCount]._x; _root.flash._y = _root["plant" + _global.plantCount]._y; break; case 6 : _global.carnivoreCount++; if (_global.carnivoreCount > 1499) { _global.carnivoreCount = 1000; } _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.blob_carnivore.duplicateMovieClip("carnivore" + _global.carnivoreCount, _global.carnivoreCount); _root.flash_2.duplicateMovieClip("flash", _global.gibCount); _root["carnivore" + _global.carnivoreCount]._x = this._x + x; _root["carnivore" + _global.carnivoreCount]._y = this._y + y; _root.flash._x = _root["carnivore" + _global.carnivoreCount]._x; _root.flash._y = _root["carnivore" + _global.carnivoreCount]._y; break; case 7 : _global.carnivoreCount++; if (_global.carnivoreCount > 1499) { _global.carnivoreCount = 1000; } _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.tongue_carnivore.duplicateMovieClip("carnivore" + _global.carnivoreCount, _global.carnivoreCount); _root.flash_2.duplicateMovieClip("flash", _global.gibCount); _root["carnivore" + _global.carnivoreCount]._x = this._x + x; _root["carnivore" + _global.carnivoreCount]._y = this._y + y; _root.flash._x = _root["carnivore" + _global.carnivoreCount]._x; _root.flash._y = _root["carnivore" + _global.carnivoreCount]._y; break; case 8 : _global.herbivoreCount++; if (_global.herbivoreCount > 999) { _global.herbivoreCount = 500; } _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.box_herbivore.duplicateMovieClip("herbivore" + _global.herbivoreCount, _global.herbivoreCount); _root.flash_2.duplicateMovieClip("flash", _global.gibCount); _root["herbivore" + _global.herbivoreCount]._x = this._x + x; _root["herbivore" + _global.herbivoreCount]._y = this._y + y; _root.flash._x = _root["herbivore" + _global.herbivoreCount]._x; _root.flash._y = _root["herbivore" + _global.herbivoreCount]._y; break; case 9 : _global.plantCount++; if (_global.plantCount > 499) { _global.plantCount = 0; } _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.carnivore_plant.duplicateMovieClip("plant" + _global.plantCount, _global.plantCount); _root.flash_2.duplicateMovieClip("flash", _global.gibCount); _root["plant" + _global.plantCount]._x = this._x + x; _root["plant" + _global.plantCount]._y = this._y + y; _root.flash._x = _root["plant" + _global.plantCount]._x; _root.flash._y = _root["plant" + _global.plantCount]._y; break; case 10 : _global.herbivoreCount++; if (_global.herbivoreCount > 999) { _global.herbivoreCount = 500; } _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.mechabunny_herbivore.duplicateMovieClip("herbivore" + _global.herbivoreCount, _global.herbivoreCount); _root.flash_2.duplicateMovieClip("flash", _global.gibCount); _root["herbivore" + _global.herbivoreCount]._x = this._x + x; _root["herbivore" + _global.herbivoreCount]._y = this._y + y; _root.flash._x = _root["herbivore" + _global.herbivoreCount]._x; _root.flash._y = _root["herbivore" + _global.herbivoreCount]._y; break; case 11 : _global.carnivoreCount++; if (_global.carnivoreCount > 1499) { _global.carnivoreCount = 1000; } _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.demon_carnivore.duplicateMovieClip("carnivore" + _global.carnivoreCount, _global.carnivoreCount); _root.flash_2.duplicateMovieClip("flash", _global.gibCount); _root["carnivore" + _global.carnivoreCount]._x = this._x + x; _root["carnivore" + _global.carnivoreCount]._y = this._y + y; _root.flash._x = _root["carnivore" + _global.carnivoreCount]._x; _root.flash._y = _root["carnivore" + _global.carnivoreCount]._y; break; case 12 : _global.carnivoreCount++; if (_global.carnivoreCount > 1499) { _global.carnivoreCount = 1000; } _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.insect_carnivore.duplicateMovieClip("carnivore" + _global.carnivoreCount, _global.carnivoreCount); _root.flash_2.duplicateMovieClip("flash", _global.gibCount); _root["carnivore" + _global.carnivoreCount]._x = this._x + x; _root["carnivore" + _global.carnivoreCount]._y = this._y + y; _root.flash._x = _root["carnivore" + _global.carnivoreCount]._x; _root.flash._y = _root["carnivore" + _global.carnivoreCount]._y; break; case 13 : _global.plantCount++; if (_global.plantCount > 499) { _global.plantCount = 0; } _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.mushroom_plant.duplicateMovieClip("plant" + _global.plantCount, _global.plantCount); _root.flash_2.duplicateMovieClip("flash", _global.gibCount); _root["plant" + _global.plantCount]._x = this._x + x; _root["plant" + _global.plantCount]._y = this._y + y; _root.flash._x = _root["plant" + _global.plantCount]._x; _root.flash._y = _root["plant" + _global.plantCount]._y; break; case 14 : _global.plantCount++; if (_global.plantCount > 499) { _global.plantCount = 0; } _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.psychonaut_plant.duplicateMovieClip("plant" + _global.plantCount, _global.plantCount); _root.flash_2.duplicateMovieClip("flash", _global.gibCount); _root["plant" + _global.plantCount]._x = this._x + x; _root["plant" + _global.plantCount]._y = this._y + y; _root.flash._x = _root["plant" + _global.plantCount]._x; _root.flash._y = _root["plant" + _global.plantCount]._y; break; case 15 : _global.plantCount++; if (_global.plantCount > 499) { _global.plantCount = 0; } _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.spiker_plant.duplicateMovieClip("plant" + _global.plantCount, _global.plantCount); _root.flash_2.duplicateMovieClip("flash", _global.gibCount); _root["plant" + _global.plantCount]._x = this._x + x; _root["plant" + _global.plantCount]._y = this._y + y; _root.flash._x = _root["plant" + _global.plantCount]._x; _root.flash._y = _root["plant" + _global.plantCount]._y; break; case 16 : _global.herbivoreCount++; if (_global.herbivoreCount > 999) { _global.herbivoreCount = 500; } _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.mite_herbivore.duplicateMovieClip("herbivore" + _global.herbivoreCount, _global.herbivoreCount); _root.flash_2.duplicateMovieClip("flash", _global.gibCount); _root["herbivore" + _global.herbivoreCount]._x = this._x + x; _root["herbivore" + _global.herbivoreCount]._y = this._y + y; _root.flash._x = _root["herbivore" + _global.herbivoreCount]._x; _root.flash._y = _root["herbivore" + _global.herbivoreCount]._y; break; case 17 : _global.plantCount++; if (_global.plantCount > 499) { _global.plantCount = 0; } _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.floating_plant.duplicateMovieClip("plant" + _global.plantCount, _global.plantCount); _root.flash_2.duplicateMovieClip("flash", _global.gibCount); _root["plant" + _global.plantCount]._x = this._x + x; _root["plant" + _global.plantCount]._y = this._y + y; _root.flash._x = _root["plant" + _global.plantCount]._x; _root.flash._y = _root["plant" + _global.plantCount]._y; break; case 18 : _global.herbivoreCount++; if (_global.herbivoreCount > 999) { _global.herbivoreCount = 500; } _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.hive_herbivore.duplicateMovieClip("herbivore" + _global.herbivoreCount, _global.herbivoreCount); _root.flash_2.duplicateMovieClip("flash", _global.gibCount); _root["herbivore" + _global.herbivoreCount]._x = this._x + x; _root["herbivore" + _global.herbivoreCount]._y = this._y + y; _root.flash._x = _root["herbivore" + _global.herbivoreCount]._x; _root.flash._y = _root["herbivore" + _global.herbivoreCount]._y; break; case 19 : _global.herbivoreCount++; if (_global.herbivoreCount > 999) { _global.herbivoreCount = 500; } _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.poisondrip_herbivore.duplicateMovieClip("herbivore" + _global.herbivoreCount, _global.herbivoreCount); _root.flash_2.duplicateMovieClip("flash", _global.gibCount); _root["herbivore" + _global.herbivoreCount]._x = this._x + x; _root["herbivore" + _global.herbivoreCount]._y = this._y + y; _root.flash._x = _root["herbivore" + _global.herbivoreCount]._x; _root.flash._y = _root["herbivore" + _global.herbivoreCount]._y; break; case 20 : _global.specialCount++; _global.gibCount++; if (_global.specialCount > 1999) { _global.specialCount = 1500; } if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.droppod_special.duplicateMovieClip("special" + _global.specialCount, _global.specialCount); _root["special" + _global.specialCount]._x = this._x + x; _root["special" + _global.specialCount]._y = this._y + y; _root.flash_2.duplicateMovieClip("flash", _global.gibCount); _root.flash._x = _root["special" + _global.specialCount]._x; _root.flash._y = _root["special" + _global.specialCount]._y; break; case 21 : _global.specialCount++; _global.gibCount++; if (_global.specialCount > 1999) { _global.specialCount = 1500; } if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.predator_special.duplicateMovieClip("special" + _global.specialCount, _global.specialCount); _root["special" + _global.specialCount]._x = this._x + x; _root["special" + _global.specialCount]._y = this._y + y; _root.flash_2.duplicateMovieClip("flash", _global.gibCount); _root.flash._x = _root["special" + _global.specialCount]._x; _root.flash._y = _root["special" + _global.specialCount]._y; break; case 22 : _global.carnivoreCount++; if (_global.carnivoreCount > 1499) { _global.carnivoreCount = 1000; } _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.alien_special.duplicateMovieClip("carnivore" + _global.carnivoreCount, _global.carnivoreCount); _root.flash_2.duplicateMovieClip("flash", _global.gibCount); _root["carnivore" + _global.carnivoreCount]._x = this._x + x; _root["carnivore" + _global.carnivoreCount]._y = this._y + y; _root.flash._x = _root["carnivore" + _global.carnivoreCount]._x; _root.flash._y = _root["carnivore" + _global.carnivoreCount]._y; break; case 23 : _global.specialCount++; _global.gibCount++; if (_global.specialCount > 1999) { _global.specialCount = 1500; } if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.ufo_special.duplicateMovieClip("special" + _global.specialCount, _global.specialCount); _root["special" + _global.specialCount]._x = this._x + x; _root["special" + _global.specialCount]._y = this._y + y; _root.flash_2.duplicateMovieClip("flash", _global.gibCount); _root.flash._x = _root["special" + _global.specialCount]._x; _root.flash._y = _root["special" + _global.specialCount]._y; } } } }
Instance of Symbol 63 MovieClip in Frame 2
onClipEvent (load) { t = 0; } onClipEvent (enterFrame) { if (_root.shredder.hitTest(_root._xmouse, _root._ymouse, true)) { if (t == 0) { t = 9; this.gotoAndPlay(2); } else { t--; } } else { this.gotoAndStop(1); t = 0; } } onClipEvent (mouseDown) { t = 39; this.gotoAndStop(1); }
Instance of Symbol 79 MovieClip "crosshair" in Frame 2
onClipEvent (enterFrame) { if (_root.glass.hitTest(_root._xmouse, _root._ymouse, true)) { this._x = _root._xmouse; this._y = _root._ymouse; if (this._alpha < 100) { this._alpha = this._alpha + 20; } Mouse.hide(); } else { if (this._alpha > 0) { this._alpha = this._alpha - 20; } Mouse.show(); } }
Instance of Symbol 89 MovieClip "predator_special" in Frame 2
onClipEvent (load) { temp3 = this.getDepth(); phase = 100; t = 0; frame = 1; stress = 0; active = false; awake = false; firing = false; targeting = false; targetX = 0; targetY = 0; north = 0; south = 0; east = 0; west = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.glass)) { if ((active == false) && (awake == false)) { if (t > 1000) { _root.glass.seedCount--; _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.flash_2.duplicateMovieClip("flash" + _global.gibCount, _global.gibCount); _root["flash" + _global.gibCount]._x = this._x; _root["flash" + _global.gibCount]._y = this._y; removeMovieClip(this); } else { t++; stress = 0; } if (this._x > _root.glass._x) { east--; west++; } else { east++; west--; } if (this._y > (_root.glass._y + 20)) { north++; south--; } else { north--; south++; } this._y = this._y - (north / 20); this._y = this._y + (south / 5); this._x = this._x + (east / 10); this._x = this._x - (west / 10); } } else if (this._x > 0) { if ((active == false) && (awake == false)) { if (t == 10) { t = 0; frame = 2; awake = true; _global.complexity++; this._width = this._width - 10; this._height = this._height - 10; } else { t++; if (phase > 0) { phase = phase - 10; } } } if (stress > 100000) { _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.explosion_3.duplicateMovieClip("gib" + _global.gibCount, _global.gibCount); _root["gib" + _global.gibCount]._x = this._x; _root["gib" + _global.gibCount]._y = this._y; _global.complexity--; removeMovieClip(this); } if (t > 100) { t = 0; temp = 500; while (temp < 1001) { temp2 = temp + 1000; if (temp2 == temp3) { temp++; temp2 = temp + 1000; } if (this.hitTest(_root["special" + temp2])) { targetX = _root["special" + temp2]._x; targetY = _root["special" + temp2]._y; targeting = true; temp = 0; while (temp < 50) { if (stress > 0) { stress--; } temp++; } break; } temp2 = temp + 500; if (this.hitTest(_root["carnivore" + temp2])) { targetX = _root["carnivore" + temp2]._x; targetY = _root["carnivore" + temp2]._y - _root["carnivore" + temp2].age; targeting = true; temp = 0; while (temp < 30) { if (stress > 0) { stress--; } temp++; } break; } temp2 = temp; if (this.hitTest(_root["herbivore" + temp2])) { targetX = _root["herbivore" + temp2]._x; targetY = _root["herbivore" + temp2]._y - _root["herbivore" + temp2].age; targeting = true; temp = 0; while (temp < 10) { if (stress > 0) { stress--; } temp++; } break; } targeting = false; targetX = 0; targetY = 0; temp++; } } else { t++; } if ((movement > 0) && (awake == true)) { if (targeting == true) { if (phase < 100) { phase = phase + 10; if (phase == 100) { if (rightfacing == true) { rightfacing = false; } else { rightfacing = true; } firing = true; targeting = false; } } } else if (phase > 0) { phase = phase - 10; } movement--; if (rightFacing == false) { if (this._x > 30) { this._x = this._x - 2; frame = 43 - movement; } else { rightFacing = true; this._x = this._x + 5; frame = 23 - movement; } } else if (this._x < 470) { this._x = this._x + 2; frame = 23 - movement; } else { rightFacing = false; this._x = this._x - 5; frame = 43 - movement; } } else if (firing == false) { movement = 20; } else { _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.predator_plasma.duplicateMovieClip("gib" + _global.gibCount, _global.gibCount); _root["gib" + _global.gibCount]._x = this._x; _root["gib" + _global.gibCount]._y = this._y - 30; _root["gib" + _global.gibCount].targetX = targetX; _root["gib" + _global.gibCount].targetY = targetY; firing = false; _root.score = _root.score + 100; } this.gotoAndStop(frame); this._alpha = phase; if (active == true) { if (this._x > 20) { if (this._x < 480) { if (this._y > 20) { if (this._y < 200) { if (north > 0) { north--; } else { south++; } } else { north = south; if (north > 0) { north = north - 3; } if (east > 0) { east--; } if (west > 0) { west--; } south = 0; this._y = 200; } } else { south = north; north = 0; } } else { west = east; east = 0; } } else { east = west; west = 0; } if (((north == 0) && (south == 0)) && ((east == 0) && (west == 0))) { if (this.hitTest(_root.ground)) { active = false; _global.complexity++; this._y = 200; t = 0; } } else { this._y = this._y - north; this._y = this._y + south; this._x = this._x + east; this._x = this._x - west; } } } } onClipEvent (mouseDown) { if (this.hitTest(_root.crosshair)) { if ((active == false) && (this.hitTest(_root.glass))) { active = true; this._x = 470; this._y = 175; north = random(20) + 1; south = 0; east = 0; west = random(20) + 1; _root.glass.seedCount--; } } }
Instance of Symbol 94 MovieClip "predator_plasma" in Frame 2
onClipEvent (load) { t = 1; Xspeed = (targetX - this._x) / 5; Yspeed = (targetY - this._y) / 5; x = 0; } onClipEvent (enterFrame) { if (this._x > 0) { if (x > 50) { removeMovieClip(this); } if (t == 4) { t--; temp = 1500; while (temp < 1999) { if (this.hitTest(_root["special" + temp])) { _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.explosion_2.duplicateMovieClip("gib" + _global.gibCount, _global.gibCount); _root["gib" + _global.gibCount]._x = this._x; _root["gib" + _global.gibCount]._y = this._y + 30; removeMovieClip(this); } temp++; } temp = 1000; while (temp < 1500) { if (this.hitTest(_root["carnivore" + temp])) { _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.explosion_2.duplicateMovieClip("gib" + _global.gibCount, _global.gibCount); _root["gib" + _global.gibCount]._x = this._x; _root["gib" + _global.gibCount]._y = this._y + 30; removeMovieClip(this); } temp++; } temp = 500; while (temp < 1000) { if (this.hitTest(_root["herbivore" + temp])) { _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.explosion_2.duplicateMovieClip("gib" + _global.gibCount, _global.gibCount); _root["gib" + _global.gibCount]._x = this._x; _root["gib" + _global.gibCount]._y = this._y + 30; removeMovieClip(this); } temp++; } } else { t++; } this.gotoAndStop(t); this._rotation = this._rotation + 5; this._x = this._x + Xspeed; this._y = this._y + Yspeed; } }
Instance of Symbol 104 MovieClip "insect_carnivore" in Frame 2
onClipEvent (load) { age = 0; metabolism = 0; consumption = 0; stress = 0; frame = 1; active = false; awake = false; if (random(2) > 0) { rightFacing = true; } else { rightFacing = false; } movement = 0; full = false; north = 0; south = 0; east = 0; west = 0; p = 0; t = 0; hoverHeight = 10; } onClipEvent (enterFrame) { if (this.hitTest(_root.glass) && (age == 0)) { if (active == false) { if (t > 1000) { _root.glass.seedCount--; _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.flash_2.duplicateMovieClip("flash" + _global.gibCount, _global.gibCount); _root["flash" + _global.gibCount]._x = this._x; _root["flash" + _global.gibCount]._y = this._y; removeMovieClip(this); } else { t++; stress = 0; } if (this._x > _root.glass._x) { east--; west++; } else { east++; west--; } if (this._y > (_root.glass._y + 20)) { north++; south--; } else { north--; south++; } this._y = this._y - (north / 20); this._y = this._y + (south / 5); this._x = this._x + (east / 10); this._x = this._x - (west / 10); } } else { if ((active == false) && (age == 0)) { temp = 500; while (temp < 1001) { if (this.hitTest(_root["herbivore" + temp])) { temp2 = temp; _global.complexity++; age = 1; break; } temp++; } } if ((active == false) && (age > 0)) { if (awake == false) { awake = true; } else { metabolism = Math.ceil(_global.co2 + (age + 100)); consumption = age / 1000; if (_global.co2 < 90) { _global.co2 = _global.co2 + consumption; } else { _global.co2 = _global.co2 + consumption; stress = stress + 10; _root.score = _root.score - 10; } if (metabolism < stress) { _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.splat_3.duplicateMovieClip("gib" + _global.gibCount, _global.gibCount); _root["gib" + _global.gibCount]._x = this._x; _root["gib" + _global.gibCount]._y = this._y; _global.complexity--; removeMovieClip(this); } if (t > (metabolism + age)) { t = 0; _global.co2 = _global.co2 + consumption; if (age > 10) { temp = 500; while (temp < 1001) { temp2 = temp; if (this.hitTest(_root["herbivore" + temp2])) { full = true; hoverHeight = 0; temp = 0; while (temp < _root["herbivore" + temp2].age) { if (stress > 0) { stress--; } hoverHeight--; temp++; } break; } temp++; } } else if (this.hitTest(_root["herbivore" + temp2])) { stress = 0; age++; frame++; if (age == 11) { _root["herbivore" + temp2].stress = _root["herbivore" + temp2].stress + 1000; } } else { stress = stress + 1000; } if (full == true) { _root.score = _root.score + 5; if (age > 10) { if (_global.complexity < 100) { p++; _global.carnivoreCount++; if (_global.carnivoreCount > 1499) { _global.carnivoreCount = 1000; } _root.insect_carnivore.duplicateMovieClip("carnivore" + _global.carnivoreCount, _global.carnivoreCount); _root["carnivore" + _global.carnivoreCount]._x = this._x; _root["carnivore" + _global.carnivoreCount]._y = 200; if (p == 3) { stress = stress + 1000; } } } full = false; } else { stress = stress + 2; if (hoverHeight < 150) { hoverHeight = hoverHeight + 10; } } } else { t++; } } if (age > 10) { if (this._y > (hoverHeight + 100)) { this._y--; } else if (this._y < (hoverHeight + 100)) { if (this._y < 200) { this._y++; } } if (rightFacing == false) { if (this._x > 40) { this._x = this._x - (0.5 + (age * 0.05)); } else { rightFacing = true; this._x = this._x + 5; } } else if (this._x < 470) { this._x = this._x + (0.5 + (age * 0.05)); } else { rightFacing = false; this._x = this._x - 5; } } else { this._x = _root["herbivore" + temp2]._x; this._y = _root["herbivore" + temp2]._y - 5; } if (age > 10) { if (frame < 51) { frame++; } else { frame = 11; } } this.gotoAndStop(frame); } } if (active == true) { if (this._x > 10) { if (this._x < 490) { if (this._y > 30) { if (this._y < 200) { if (north > 0) { north--; } else { south++; } } else { north = south; if (north > 0) { north = north - 3; } if (east > 0) { east--; } if (west > 0) { west--; } south = 0; } } else { south = north; north = 0; } } else { west = east; east = 0; } } else { east = west; west = 0; } if (((north == 0) && (south == 0)) && ((east == 0) && (west == 0))) { if (this.hitTest(_root.ground)) { active = false; _global.complexity++; this._y = 200; t = 0; } } else { this._y = this._y - north; this._y = this._y + south; this._x = this._x + east; this._x = this._x - west; } } } onClipEvent (mouseDown) { if (this.hitTest(_root.crosshair)) { if ((((active == false) && (age)) == 0) && (this.hitTest(_root.glass))) { active = true; this._x = 460; this._y = 175; north = random(20) + 1; south = 0; east = 0; west = random(20) + 1; _root.glass.seedCount--; t = 0; } } }
Instance of Symbol 115 MovieClip "carnivore_plant" in Frame 2
onClipEvent (load) { age = 0; metabolism = 0; consumption = 0; stress = 0; frame = 1; active = false; north = 0; south = 0; east = 0; west = 0; t = 0; bitecount = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.glass) && (age == 0)) { if (active == false) { if (t > 1000) { _root.glass.seedCount--; _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.flash_2.duplicateMovieClip("flash" + _global.gibCount, _global.gibCount); _root["flash" + _global.gibCount]._x = this._x; _root["flash" + _global.gibCount]._y = this._y; removeMovieClip(this); } else { t++; stress = 0; } if (this._x > _root.glass._x) { east--; west++; } else { east++; west--; } if (this._y > (_root.glass._y + 50)) { north++; south++; } else { north--; south++; } this._y = this._y - (north / 5); this._y = this._y + (south / 20); this._x = this._x + (east / 10); this._x = this._x - (west / 10); if (this._y > (_root.glass._y + 120)) { this._y = this._y - 5; } } } else { if ((active == false) && (this._y < 180)) { active = true; north = north + (random(10) + 1); if (random(2) > 0) { east = east + (random(10) + 1); } else { west = west + (random(10) + 1); } } if ((active == false) && (age > 0)) { metabolism = Math.ceil((100 - _global.co2) + 5) + (age * 2); consumption = age / 1000; if (_global.co2 > consumption) { _global.co2 = _global.co2 - consumption; } else { _global.co2 = _global.co2 - consumption; stress++; } t++; if (t > metabolism) { t = 0; if (_global.co2 > consumption) { _root.score = _root.score + 3; if (age < 30) { age++; this._height++; this._width++; if (frame < 50) { frame++; } } else if (frame < 40) { frame++; } else { temp = 500; while (temp < 1001) { temp2 = temp; if (this.hitTest(_root["herbivore" + temp2])) { _root["herbivore" + temp2].stress = _root["herbivore" + temp2].stress + 1000; bitecount = 10; temp = 0; while (temp < _root["herbivore" + temp2].age) { if (stress > 0) { stress--; } temp++; } break; } temp2 = temp + 500; if (this.hitTest(_root["carnivore" + temp2]) && (_root["carnivore" + temp2].age < age)) { _root["carnivore" + temp2].stress = _root["carnivore" + temp2].stress + 1000; bitecount = 10; temp = 0; while (temp < _root["carnivore" + temp2].age) { if (stress > 0) { stress--; } temp++; } break; } temp++; } } } else { stress++; } } if (bitecount > 0) { if (bitecount == 10) { if (_global.complexity < 100) { _global.plantcount = _global.plantcount + 1; if (_global.plantCount > 499) { _global.plantCount = 0; } _root.carnivore_plant.duplicateMovieClip("plant" + _global.plantcount, _global.plantcount); _root["plant" + _global.plantcount]._x = this._x; _root["plant" + _global.plantcount]._y = this._y - 50; } } bitecount--; frame--; } if (stress > 19) { stress = 0; if (age < 30) { age--; this._height = this._height - 0.9; this._width--; if (frame < 50) { frame--; } } else if (frame < 40) { frame++; } if ((frame < 2) || (stress > (metabolism + age))) { _global.complexity--; _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.splat_5.duplicateMovieClip("gib" + _global.gibCount, _global.gibCount); _root["gib" + _global.gibCount]._x = this._x; _root["gib" + _global.gibCount]._y = this._y; removeMovieClip(this); } } this.gotoAndStop(frame); } } if (active == true) { if (this._x > 20) { if (this._x < 480) { if (this._y > 20) { if (this._y < 200) { if (north > 0) { north--; } else { south++; } } else { north = south; if (north > 0) { north = north - 3; } if (east > 0) { east--; } if (west > 0) { west--; } south = 0; this._y = 200; } } else { south = north; north = 0; } } else { west = east; east = 0; } } else { east = west; west = 0; } if (((north == 0) && (south == 0)) && ((east == 0) && (west == 0))) { if (this.hitTest(_root.ground)) { active = false; _global.complexity++; age = 1; this._y = 200; t = 0; } } else { this._y = this._y - north; this._y = this._y + south; this._x = this._x + east; this._x = this._x - west; } } } onClipEvent (mouseDown) { if (this.hitTest(_root.crosshair)) { if ((((active == false) && (age)) == 0) && (this.hitTest(_root.glass))) { active = true; this._x = 470; this._y = 175; north = random(20) + 1; south = 0; east = 0; west = random(20) + 1; _root.glass.seedCount--; t = 0; } } }
Instance of Symbol 126 MovieClip "demon_carnivore" in Frame 2
onClipEvent (load) { age = 0; metabolism = 0; consumption = 0; stress = 0; frame = 1; active = false; awake = false; if (random(2) > 0) { rightFacing = true; } else { rightFacing = false; } movement = 0; full = false; north = 0; south = 0; east = 0; west = 0; p = 0; t = 0; hoverHeight = 10; biteCount = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.glass) && (age == 0)) { if (active == false) { if (t > 1000) { _root.glass.seedCount--; _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.flash_2.duplicateMovieClip("flash" + _global.gibCount, _global.gibCount); _root["flash" + _global.gibCount]._x = this._x; _root["flash" + _global.gibCount]._y = this._y; removeMovieClip(this); } else { t++; stress = 0; } if (this._x > _root.glass._x) { east--; west++; } else { east++; west--; } if (this._y > (_root.glass._y + 20)) { north++; south--; } else { north--; south++; } this._y = this._y - (north / 20); this._y = this._y + (south / 5); this._x = this._x + (east / 10); this._x = this._x - (west / 10); } } else { if (((active == false) && (age == 0)) && ((this._x > 20) && (this._x < 490))) { _global.complexity++; age = 1; if (random(2) > 0) { east = east + (random(10) + 1); } else { west = west + (random(10) + 1); } } if ((active == false) && (age > 0)) { if (awake == false) { t++; frame++; if (t == 10) { awake = true; t = 0; } } else { metabolism = Math.ceil(_global.co2 + (age + 100)); consumption = age / 1000; if (_global.co2 > 1) { _global.co2 = _global.co2 + consumption; } else { _global.co2 = _global.co2 + consumption; stress = stress + 10; _root.score = _root.score - 5; } if (metabolism < stress) { _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.splat_3.duplicateMovieClip("gib" + _global.gibCount, _global.gibCount); _root["gib" + _global.gibCount]._x = this._x; _root["gib" + _global.gibCount]._y = this._y; _global.complexity--; removeMovieClip(this); } if (t > (metabolism + age)) { t = 0; _global.co2 = _global.co2 + consumption; temp = 500; while (temp < 1001) { temp2 = temp; if (this.hitTest(_root["herbivore" + temp2])) { _root["herbivore" + temp2].stress = _root["herbivore" + temp2].stress + 1000; full = true; biteCount = 10; hoverHeight = 0; temp = 0; while (temp < _root["herbivore" + temp2].age) { if (stress > 0) { stress--; } hoverHeight--; temp++; } break; } temp2 = temp + 500; if (this.hitTest(_root["carnivore" + temp2]) && (_root["carnivore" + temp2].age < age)) { _root["carnivore" + temp2].stress = _root["carnivore" + temp2].stress + 1000; full = true; biteCount = 10; hoverHeight = 0; temp = 0; while (temp < _root["carnivore" + temp2].age) { if (stress > 0) { stress--; } hoverHeight--; temp++; } break; } temp2 = temp + 1000; if (this.hitTest(_root["special" + temp2])) { _root["special" + temp2].stress = _root["special" + temp2].stress + 1000; full = true; biteCount = 10; hoverHeight = 0; temp = 0; while (temp < 50) { if (stress > 0) { stress--; } hoverHeight--; temp++; } break; } temp++; } if (full == true) { _root.score = _root.score + 3; if (age < 50) { age++; this._height++; this._width++; } else if ((p == 5) && (_global.complexity < 100)) { p = 0; _global.carnivoreCount++; if (_global.carnivoreCount > 1499) { _global.carnivoreCount = 1000; } _root.demon_carnivore.duplicateMovieClip("carnivore" + _global.carnivoreCount, _global.carnivoreCount); _root["carnivore" + _global.carnivoreCount]._x = this._x; _root["carnivore" + _global.carnivoreCount]._y = 200; } else if (p < 5) { p++; } full = false; } else { stress = stress + 2; if (hoverHeight < 150) { hoverHeight = hoverHeight + 10; } } } else { t++; } } if (this._y > (hoverHeight + 100)) { this._y--; } else if (this._y < (hoverHeight + 100)) { if (this._y < 200) { this._y++; } } if (rightFacing == false) { if (this._x > (20 + age)) { this._x = this._x - (0.5 + (age * 0.05)); frame = 41 - movement; } else { rightFacing = true; this._x = this._x + 5; frame = 25 - movement; } } else if (this._x < (490 - age)) { this._x = this._x + (0.5 + (age * 0.05)); frame = 25 - movement; } else { rightFacing = false; this._x = this._x - 5; frame = 41 - movement; } if (movement > 0) { movement--; } else { movement = 15; } if (biteCount > 0) { biteCount--; frame = 52 - biteCount; if (hoverHeight > 0) { hoverHeight--; } } this.gotoAndStop(frame); } } if (active == true) { if (this._x > 10) { if (this._x < 490) { if (this._y > 30) { if (this._y < 200) { if (north > 0) { north--; } else { south++; } } else { north = south; if (north > 0) { north = north - 3; } if (east > 0) { east--; } if (west > 0) { west--; } south = 0; } } else { south = north; north = 0; } } else { west = east; east = 0; } } else { east = west; west = 0; } if (((north == 0) && (south == 0)) && ((east == 0) && (west == 0))) { if (this.hitTest(_root.ground)) { active = false; _global.complexity++; age = 1; this._y = 200; t = 0; } } else { this._y = this._y - north; this._y = this._y + south; this._x = this._x + east; this._x = this._x - west; } } } onClipEvent (mouseDown) { if (this.hitTest(_root.crosshair)) { if ((((active == false) && (age)) == 0) && (this.hitTest(_root.glass))) { active = true; this._x = 460; this._y = 175; north = random(20) + 1; south = 0; east = 0; west = random(20) + 1; _root.glass.seedCount--; t = 0; } } }
Instance of Symbol 130 MovieClip "flash_2" in Frame 2
onClipEvent (load) { t = 0; } onClipEvent (enterFrame) { if (t == 5) { removeMovieClip(this); } else { t++; } }
Instance of Symbol 133 MovieClip "splat_3" in Frame 2
onClipEvent (load) { t = 0; } onClipEvent (enterFrame) { if (t == 5) { removeMovieClip(this); } else { t++; } }
Instance of Symbol 136 MovieClip "splat_4" in Frame 2
onClipEvent (load) { t = 0; north = north + (random(10) + 5); if (random(2) > 0) { east = east + (random(10) + 1); } else { west = west + (random(10) + 1); } south = 0; } onClipEvent (enterFrame) { if (t == 10) { removeMovieClip(this); } else { t++; this._rotation = this._rotation + 2; if (north > 0) { north--; } south++; this._y = this._y - north; this._y = this._y + south; this._x = this._x + east; this._x = this._x - west; } }
Instance of Symbol 144 MovieClip "flower_plant" in Frame 2
onClipEvent (load) { age = 0; metabolism = 0; consumption = 0; stress = 0; frame = 1; active = false; north = 0; south = 0; east = 0; west = 0; t = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.glass) && (age == 0)) { if (active == false) { if (t > 1000) { _root.glass.seedCount--; _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.flash_2.duplicateMovieClip("flash" + _global.gibCount, _global.gibCount); _root["flash" + _global.gibCount]._x = this._x; _root["flash" + _global.gibCount]._y = this._y; removeMovieClip(this); } else { t++; stress = 0; } if (this._x > _root.glass._x) { east--; west++; } else { east++; west--; } if (this._y > (_root.glass._y + 50)) { north++; south++; } else { north--; south++; } this._y = this._y - (north / 5); this._y = this._y + (south / 20); this._x = this._x + (east / 10); this._x = this._x - (west / 10); if (this._y > (_root.glass._y + 120)) { this._y = this._y - 5; } } } else { if ((active == false) && (this._y < 180)) { active = true; north = random(50) + 1; if (random(2) > 0) { east = random(50) + 50; } else { west = random(50) + 50; } } if ((active == false) && (age > 0)) { metabolism = Math.ceil(100 - _global.co2) + age; consumption = age / 1000; if (_global.co2 > 1) { _global.co2 = _global.co2 - consumption; } else { _global.co2 = _global.co2 - consumption; stress++; } t++; if (t > metabolism) { t = 0; if (_global.co2 > consumption) { _root.score++; if (age < 60) { age++; this._height = this._height + 0.5; this._width = this._width + 0.5; if (frame < 60) { frame++; } } else { x = 0; while (x < 5) { _global.plantcount = _global.plantcount + 1; if (_global.plantCount > 499) { _global.plantCount = 0; } _root.flower_plant.duplicateMovieClip("plant" + _global.plantcount, _global.plantcount); _root["plant" + _global.plantcount]._x = this._x; _root["plant" + _global.plantcount]._y = this._y - 70; x++; } _global.complexity--; _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.splat_5.duplicateMovieClip("gib" + _global.gibCount, _global.gibCount); _root["gib" + _global.gibCount]._x = this._x; _root["gib" + _global.gibCount]._y = this._y; removeMovieClip(this); } } else { stress++; } } if (stress > 9) { stress = 0; if (age < 30) { age--; this._height = this._height - 0.45; this._width = this._width - 0.5; if (frame < 50) { frame--; } } else { frame++; age++; } if (frame < 2) { _global.complexity--; _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.splat_5.duplicateMovieClip("gib" + _global.gibCount, _global.gibCount); _root["gib" + _global.gibCount]._x = this._x; _root["gib" + _global.gibCount]._y = this._y; removeMovieClip(this); } if (frame > 60) { _global.complexity--; _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.splat_5.duplicateMovieClip("gib" + _global.gibCount, _global.gibCount); _root["gib" + _global.gibCount]._x = this._x; _root["gib" + _global.gibCount]._y = this._y; x = 0; while (x < 5) { if (_global.complexity < 100) { _global.plantcount = _global.plantcount + 1; if (_global.plantCount > 499) { _global.plantCount = 0; } _root.flower_plant.duplicateMovieClip("plant" + _global.plantcount, _global.plantcount); _root["plant" + _global.plantcount]._x = this._x; _root["plant" + _global.plantcount]._y = this._y - 70; } x++; } removeMovieClip(this); } } this.gotoAndStop(frame); } } if (active == true) { if (this._x > 20) { if (this._x < 480) { if (this._y > 20) { if (this._y < 200) { if (north > 0) { north--; } else { south++; } } else { north = south; x = 0; while (x < 151) { if (north > 0) { north--; } x++; } x = 0; while (x < 21) { if (east > 0) { east--; } x++; } x = 0; while (x < 21) { if (west > 0) { west--; } x++; } south = 0; this._y = 200; } } else { south = north; north = 0; } } else { west = east; east = 0; this._x = this._x - 2; } } else { east = west; west = 0; this._x = this._x + 2; } if (((north == 0) && (south == 0)) && ((east == 0) && (west == 0))) { if (this.hitTest(_root.ground)) { active = false; _global.complexity++; age = 1; this._y = 200; t = 0; } } else { this._y = this._y - (north / 100); this._y = this._y + (south / 100); this._x = this._x + (east / 100); this._x = this._x - (west / 100); } } } onClipEvent (mouseDown) { if (this.hitTest(_root.crosshair)) { if ((((active == false) && (age)) == 0) && (this.hitTest(_root.glass))) { active = true; this._x = 470; this._y = 50; north = random(50) + 1; south = 0; east = 0; west = random(100) + 50; _root.glass.seedCount--; t = 0; } } }
Instance of Symbol 162 MovieClip "insect_herbivore" in Frame 2
onClipEvent (load) { age = 0; metabolism = 0; consumption = 0; stress = 0; frame = 1; active = false; awake = false; if (random(2) > 0) { rightFacing = true; } else { rightFacing = false; } movement = 0; full = false; flying = false; north = 0; south = 0; east = 0; west = 0; p = 0; t = 0; x = 0; y = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.glass) && (age == 0)) { if (active == false) { if (t > 1000) { _root.glass.seedCount--; _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.flash_2.duplicateMovieClip("flash" + _global.gibCount, _global.gibCount); _root["flash" + _global.gibCount]._x = this._x; _root["flash" + _global.gibCount]._y = this._y; removeMovieClip(this); } else { t++; stress = 0; } if (this._x > _root.glass._x) { east--; west++; } else { east++; west--; } if (this._y > (_root.glass._y + 30)) { north++; south--; } else { north--; south++; } this._y = this._y - (north / 20); this._y = this._y + (south / 5); this._x = this._x + (east / 10); this._x = this._x - (west / 10); } } else { if (((active == false) && (age == 0)) && ((this._x > 20) && (this._x < 490))) { active = true; if (random(2) > 0) { east = east + (random(10) + 1); } else { west = west + (random(10) + 1); } } if ((active == false) && (age > 0)) { if (awake == false) { t++; frame++; if (t == 10) { awake = true; t = 0; } } else { metabolism = Math.ceil(_global.co2 + age); consumption = age / 1000; if (_global.co2 < 99) { _global.co2 = _global.co2 + consumption; } else { _global.co2 = _global.co2 + consumption; stress = stress + 10; _root.score = _root.score - 5; } if ((metabolism + age) < stress) { _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.splat_1.duplicateMovieClip("gib" + _global.gibCount, _global.gibCount); _root["gib" + _global.gibCount]._x = this._x; _root["gib" + _global.gibCount]._y = this._y; _global.complexity--; removeMovieClip(this); } if (t > metabolism) { t = 0; _global.co2 = _global.co2 + consumption; if (age < 40) { temp = 1; while (temp < 500) { if (this.hitTest(_root["plant" + temp])) { _root["plant" + temp].stress = _root["plant" + temp].stress + 10; full = true; break; } temp++; } } else if (age < 50) { full = true; if (age == 40) { frame = 41; } } else { full = true; } if (full == true) { _root.score++; if (age < 40) { age++; this._height = this._height + 0.2; this._width = this._width + 0.2; } else if (age > 49) { if (p == 29) { flying = false; } if ((p == 30) && (_global.complexity < 100)) { p = 0; x = 0; while (x < 5) { _global.herbivoreCount = _global.herbivoreCount + 1; if (_global.herbivoreCount > 999) { _global.herbivoreCount = 500; } _root.insect_herbivore.duplicateMovieClip("herbivore" + _global.herbivoreCount, _global.herbivoreCount); _root["herbivore" + _global.herbivoreCount]._x = this._x; _root["herbivore" + _global.herbivoreCount]._y = this._y; x++; } _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.splat_1.duplicateMovieClip("gib" + _global.gibCount, _global.gibCount); _root["gib" + _global.gibCount]._x = this._x; _root["gib" + _global.gibCount]._y = this._y; _global.complexity--; removeMovieClip(this); } else if (p < 30) { p++; } } else { age++; frame++; this._height--; this._width--; } full = false; if (age < 40) { movement = 15; x = 0; while (x < 5) { if (stress > 0) { stress--; } x++; } } } else { stress++; movement = 15; } } else { t++; } } if (age == 50) { if (flying == false) { flying = true; this._y = this._y - 20; north = north + (random(10) + 1); if (random(2) > 0) { east = east + (random(20) + 1); } else { west = west + (random(20) + 1); } } } if (movement > 0) { movement--; if (rightFacing == false) { if (this._x > (20 + age)) { this._x--; frame = 40 - movement; } else { rightFacing = true; this._x = this._x + 5; frame = 25 - movement; } } else if (this._x < (490 - age)) { this._x++; frame = 25 - movement; } else { rightFacing = false; this._x = this._x - 5; frame = 40 - movement; } } if (flying == true) { if (this._x > 40) { if (this._x < 460) { if (this._y > 40) { if (this._y < 150) { if (y == 2) { y = 0; if (frame == 51) { frame = 52; } else { frame = 51; } } else { y++; } if (this._y < 100) { if (north > 0) { north--; } south++; } else { if (south > 0) { south--; } north++; } } else { north = south; south = 0; this._y = this._y - 2; } } else { south = north; north = 0; this._y = this._y + 2; } } else { west = east; east = 0; this._x = this._x - 2; } } else { east = west; west = 0; this._x = this._x + 2; } this._y = this._y - (north / 10); this._y = this._y + (south / 10); this._x = this._x + (east / 10); this._x = this._x - (west / 10); } this.gotoAndStop(frame); } } if (active == true) { if (this._x > 10) { if (this._x < 490) { if (this._y > 30) { if (this._y < 200) { if (north > 0) { north--; } else { south++; } } else { north = south; if (north > 0) { north = north - 3; } if (east > 0) { east--; } if (west > 0) { west--; } south = 0; } } else { south = north; north = 0; } } else { west = east; east = 0; } } else { east = west; west = 0; } if (((north == 0) && (south == 0)) && ((east == 0) && (west == 0))) { if (this.hitTest(_root.ground)) { active = false; _global.complexity++; age = 1; this._y = 200; t = 0; } } else { this._y = this._y - north; this._y = this._y + south; this._x = this._x + east; this._x = this._x - west; } } } onClipEvent (mouseDown) { if (this.hitTest(_root.crosshair)) { if ((((active == false) && (age)) == 0) && (this.hitTest(_root.glass))) { active = true; this._x = 460; this._y = 175; north = random(20) + 1; south = 0; east = 0; west = random(20) + 1; _root.glass.seedCount--; t = 0; } } }
Instance of Symbol 173 MovieClip "blob_carnivore" in Frame 2
onClipEvent (load) { age = 0; metabolism = 0; consumption = 0; stress = 0; frame = 1; active = false; awake = false; if (random(2) > 0) { rightFacing = true; } else { rightFacing = false; } movement = 0; full = false; north = 0; south = 0; east = 0; west = 0; p = 0; t = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.glass) && (age == 0)) { if (active == false) { if (t > 1000) { _root.glass.seedCount--; _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.flash_2.duplicateMovieClip("flash" + _global.gibCount, _global.gibCount); _root["flash" + _global.gibCount]._x = this._x; _root["flash" + _global.gibCount]._y = this._y; removeMovieClip(this); } else { t++; stress = 0; } if (this._x > _root.glass._x) { east--; west++; } else { east++; west--; } if (this._y > (_root.glass._y + 20)) { north++; south--; } else { north--; south++; } this._y = this._y - (north / 20); this._y = this._y + (south / 5); this._x = this._x + (east / 10); this._x = this._x - (west / 10); } } else { if (((active == false) && (age == 0)) && ((this._x > 20) && (this._x < 490))) { _global.complexity++; age = 1; } if ((active == false) && (age > 0)) { if (awake == false) { t++; frame++; if (t == 10) { awake = true; t = 0; } } else { metabolism = Math.ceil(_global.co2 + (age + 200)); consumption = age / 1000; if ((_global.co2 < 99) && (_global.co2 > 1)) { _global.co2 = _global.co2 + consumption; } else { _global.co2 = _global.co2 + consumption; stress = stress + 10; _root.score = _root.score - 5; } if (metabolism < stress) { _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.splat_3.duplicateMovieClip("gib" + _global.gibCount, _global.gibCount); _root["gib" + _global.gibCount]._x = this._x; _root["gib" + _global.gibCount]._y = this._y; _global.complexity--; removeMovieClip(this); } if (t > (metabolism - stress)) { t = 0; _global.co2 = _global.co2 + consumption; temp = 500; while (temp < 1001) { temp2 = temp; if (this.hitTest(_root["herbivore" + temp2])) { _root["herbivore" + temp2].stress = _root["herbivore" + temp2].stress + 1000; full = true; temp = 0; while (temp < _root["herbivore" + temp2].age) { if (stress > 0) { stress--; } temp++; } break; } temp2 = temp + 500; if (this.hitTest(_root["carnivore" + temp2]) && (_root["carnivore" + temp2].age < age)) { _root["carnivore" + temp2].stress = _root["carnivore" + temp2].stress + 1000; full = true; temp = 0; while (temp < _root["carnivore" + temp2].age) { if (stress > 0) { stress--; } temp++; } break; } temp++; } if (full == true) { _root.score++; if (age < 50) { age++; this._height = this._height + 0.5; this._width++; } else if ((p == 5) && (_global.complexity < 100)) { p = 0; _global.carnivoreCount++; if (_global.carnivoreCount > 1499) { _global.carnivoreCount = 1000; } _root.blob_carnivore.duplicateMovieClip("carnivore" + _global.carnivoreCount, _global.carnivoreCount); _root["carnivore" + _global.carnivoreCount]._x = this._x; _root["carnivore" + _global.carnivoreCount]._y = 200; } else if (p < 5) { p++; } full = false; movement = 25; } else { stress = stress + 2; movement = 25; } } else { t++; } } if (movement > 0) { movement--; if (rightFacing == false) { if (this._x > (20 + age)) { this._x = this._x - (age * 0.05); frame = 60 - movement; } else { rightFacing = true; this._x = this._x + 5; frame = 35 - movement; } } else if (this._x < (490 - age)) { this._x = this._x + (age * 0.05); frame = 35 - movement; } else { rightFacing = false; this._x = this._x - 5; frame = 60 - movement; } } this.gotoAndStop(frame); } } if (active == true) { if (this._x > 10) { if (this._x < 490) { if (this._y > 30) { if (this._y < 200) { if (north > 0) { north--; } else { south++; } } else { north = south; if (north > 0) { north = north - 3; } if (east > 0) { east--; } if (west > 0) { west--; } south = 0; } } else { south = north; north = 0; } } else { west = east; east = 0; } } else { east = west; west = 0; } if (((north == 0) && (south == 0)) && ((east == 0) && (west == 0))) { if (this.hitTest(_root.ground)) { active = false; _global.complexity++; age = 1; this._y = 200; t = 0; } } else { this._y = this._y - north; this._y = this._y + south; this._x = this._x + east; this._x = this._x - west; } } } onClipEvent (mouseDown) { if (this.hitTest(_root.crosshair)) { if ((((active == false) && (age)) == 0) && (this.hitTest(_root.glass))) { active = true; this._x = 460; this._y = 175; north = random(20) + 1; south = 0; east = 0; west = random(20) + 1; _root.glass.seedCount--; t = 0; } } }
Instance of Symbol 176 MovieClip "splat_2" in Frame 2
onClipEvent (load) { t = 0; north = north + (random(10) + 5); if (random(2) > 0) { east = east + (random(10) + 1); } else { west = west + (random(10) + 1); } south = 0; } onClipEvent (enterFrame) { if (t == 10) { removeMovieClip(this); } else { t++; this._rotation = this._rotation - 2; if (north > 0) { north--; } south++; this._y = this._y - north; this._y = this._y + south; this._x = this._x + east; this._x = this._x - west; } }
Instance of Symbol 182 MovieClip "leaf_plant" in Frame 2
onClipEvent (load) { age = 0; metabolism = 0; consumption = 0; stress = 0; frame = 1; active = false; north = 0; south = 0; east = 0; west = 0; t = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.glass) && (age == 0)) { if (active == false) { if (t > 1000) { _root.glass.seedCount--; _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.flash_2.duplicateMovieClip("flash" + _global.gibCount, _global.gibCount); _root["flash" + _global.gibCount]._x = this._x; _root["flash" + _global.gibCount]._y = this._y; removeMovieClip(this); } else { t++; stress = 0; } if (this._x > _root.glass._x) { east--; west++; } else { east++; west--; } if (this._y > (_root.glass._y + 50)) { north++; south++; } else { north--; south++; } this._y = this._y - (north / 5); this._y = this._y + (south / 20); this._x = this._x + (east / 10); this._x = this._x - (west / 10); if (this._y > (_root.glass._y + 120)) { this._y = this._y - 5; } } } else { if ((active == false) && (this._y < 180)) { active = true; north = north + (random(10) + 1); if (random(2) > 0) { east = east + (random(10) + 1); } else { west = west + (random(10) + 1); } } if ((active == false) && (age > 0)) { metabolism = Math.ceil((100 - _global.co2) + 5) + (age * 2); consumption = age / 1000; if (_global.co2 > consumption) { _global.co2 = _global.co2 - consumption; } else { _global.co2 = _global.co2 - consumption; stress++; } t++; if (t > metabolism) { t = 0; if (_global.co2 > consumption) { _root.score++; if (age < 50) { age++; this._height++; this._width++; if (frame < 50) { frame++; } } else if (_global.complexity < 100) { _global.plantcount++; if (_global.plantCount > 499) { _global.plantCount = 0; } _root.leaf_plant.duplicateMovieClip("plant" + _global.plantcount, _global.plantcount); _root["plant" + _global.plantcount]._x = this._x; _root["plant" + _global.plantcount]._y = this._y - 50; } } else { stress++; } } if (stress > 9) { stress = 0; if (age < 50) { age--; this._height = this._height - 0.9; this._width--; if (frame < 50) { frame--; } } else { frame++; } if ((frame < 2) || (frame > 60)) { _global.complexity--; _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.splat_5.duplicateMovieClip("gib" + _global.gibCount, _global.gibCount); _root["gib" + _global.gibCount]._x = this._x; _root["gib" + _global.gibCount]._y = this._y; removeMovieClip(this); } } this.gotoAndStop(frame); } } if (active == true) { if (this._x > 20) { if (this._x < 480) { if (this._y > 20) { if (this._y < 200) { if (north > 0) { north--; } else { south++; } } else { north = south; if (north > 0) { north = north - 3; } if (east > 0) { east--; } if (west > 0) { west--; } south = 0; this._y = 200; } } else { south = north; north = 0; } } else { west = east; east = 0; } } else { east = west; west = 0; } if (((north == 0) && (south == 0)) && ((east == 0) && (west == 0))) { if (this.hitTest(_root.ground)) { active = false; _global.complexity++; age = 1; this._y = 200; t = 0; } } else { this._y = this._y - north; this._y = this._y + south; this._x = this._x + east; this._x = this._x - west; } } } onClipEvent (mouseDown) { if (this.hitTest(_root.crosshair)) { if ((((active == false) && (age)) == 0) && (this.hitTest(_root.glass))) { active = true; this._x = 470; this._y = 175; north = random(20) + 1; south = 0; east = 0; west = random(20) + 1; _root.glass.seedCount--; t = 0; } } }
Instance of Symbol 186 MovieClip "snail_herbivore" in Frame 2
onClipEvent (load) { age = 0; metabolism = 0; consumption = 0; stress = 0; frame = 1; active = false; awake = false; if (random(2) > 0) { rightFacing = true; } else { rightFacing = false; } movement = 0; full = false; north = 0; south = 0; east = 0; west = 0; p = 0; t = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.glass) && (age == 0)) { if (active == false) { if (t > 1000) { _root.glass.seedCount--; _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.flash_2.duplicateMovieClip("flash" + _global.gibCount, _global.gibCount); _root["flash" + _global.gibCount]._x = this._x; _root["flash" + _global.gibCount]._y = this._y; removeMovieClip(this); } else { t++; stress = 0; } if (this._x > _root.glass._x) { east--; west++; } else { east++; west--; } if (this._y > (_root.glass._y + 30)) { north++; south--; } else { north--; south++; } this._y = this._y - (north / 20); this._y = this._y + (south / 5); this._x = this._x + (east / 10); this._x = this._x - (west / 10); } } else { if (((active == false) && (age == 0)) && ((this._x > 20) && (this._x < 490))) { _global.complexity++; age = 1; } if ((active == false) && (age > 0)) { if (awake == false) { t++; frame++; if (t == 10) { awake = true; t = 0; } } else { metabolism = Math.ceil(_global.co2 + age); consumption = age / 1000; if (_global.co2 < 99) { _global.co2 = _global.co2 + consumption; } else { _global.co2 = _global.co2 + consumption; stress = stress + 10; _root.score = _root.score - 5; } if ((metabolism + age) < stress) { _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.splat_1.duplicateMovieClip("gib" + _global.gibCount, _global.gibCount); _root["gib" + _global.gibCount]._x = this._x; _root["gib" + _global.gibCount]._y = this._y; _global.complexity--; removeMovieClip(this); } if (t > metabolism) { t = 0; _global.co2 = _global.co2 + consumption; temp = 1; while (temp < 500) { if (this.hitTest(_root["plant" + temp])) { _root["plant" + temp].stress = _root["plant" + temp].stress + 10; full = true; break; } temp++; } if (full == true) { _root.score++; if (age < 50) { age++; this._height = this._height + 0.5; this._width++; } else if ((p == 5) && (_global.complexity < 100)) { p = 0; _global.herbivoreCount = _global.herbivoreCount + 1; if (_global.herbivoreCount > 999) { _global.herbivoreCount = 500; } _root.snail_herbivore.duplicateMovieClip("herbivore" + _global.herbivoreCount, _global.herbivoreCount); _root["herbivore" + _global.herbivoreCount]._x = this._x; _root["herbivore" + _global.herbivoreCount]._y = 200; } else if (p < 5) { p++; } full = false; movement = 15; temp = 0; while (temp < 5) { if (stress > 0) { stress--; } temp++; } } else { stress++; movement = 15; } } else { t++; } } if (movement > 0) { movement--; if (rightFacing == false) { if (this._x > (20 + age)) { this._x--; frame = 40 - movement; } else { rightFacing = true; this._x = this._x + 5; frame = 25 - movement; } } else if (this._x < (490 - age)) { this._x++; frame = 25 - movement; } else { rightFacing = false; this._x = this._x - 5; frame = 40 - movement; } } this.gotoAndStop(frame); } } if (active == true) { if (this._x > 10) { if (this._x < 490) { if (this._y > 30) { if (this._y < 200) { if (north > 0) { north--; } else { south++; } } else { north = south; if (north > 0) { north = north - 3; } if (east > 0) { east--; } if (west > 0) { west--; } south = 0; } } else { south = north; north = 0; } } else { west = east; east = 0; } } else { east = west; west = 0; } if (((north == 0) && (south == 0)) && ((east == 0) && (west == 0))) { if (this.hitTest(_root.ground)) { active = false; _global.complexity++; age = 1; this._y = 200; t = 0; } } else { this._y = this._y - north; this._y = this._y + south; this._x = this._x + east; this._x = this._x - west; } } } onClipEvent (mouseDown) { if (this.hitTest(_root.crosshair)) { if (((active == false) && (age == 0)) && (this.hitTest(_root.glass))) { active = true; this._x = 460; this._y = 175; north = random(20) + 1; south = 0; east = 0; west = random(20) + 1; _root.glass.seedCount--; t = 0; } } }
Instance of Symbol 189 MovieClip "splat_1" in Frame 2
onClipEvent (load) { t = 0; } onClipEvent (enterFrame) { if (t == 5) { removeMovieClip(this); } else { t++; } }
Instance of Symbol 191 MovieClip "splat_5" in Frame 2
onClipEvent (load) { t = 0; } onClipEvent (enterFrame) { if (t == 20) { removeMovieClip(this); } else { t++; } }
Instance of Symbol 194 MovieClip "mechabunny_herbivore" in Frame 2
onClipEvent (load) { age = 0; metabolism = 0; consumption = 0; stress = 0; frame = 1; active = false; awake = false; if (random(2) > 0) { rightFacing = true; } else { rightFacing = false; } movement = 0; full = false; north = 0; south = 0; east = 0; west = 0; p = 0; t = 0; hops = 5; } onClipEvent (enterFrame) { if (this.hitTest(_root.glass) && (age == 0)) { if (active == false) { if (t > 1000) { _root.glass.seedCount--; _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.flash_2.duplicateMovieClip("flash" + _global.gibCount, _global.gibCount); _root["flash" + _global.gibCount]._x = this._x; _root["flash" + _global.gibCount]._y = this._y; removeMovieClip(this); } else { t++; stress = 0; } if (this._x > _root.glass._x) { east--; west++; } else { east++; west--; } if (this._y > (_root.glass._y + 30)) { north++; south--; } else { north--; south++; } this._y = this._y - (north / 20); this._y = this._y + (south / 5); this._x = this._x + (east / 10); this._x = this._x - (west / 10); } } else { if (((active == false) && (age == 0)) && ((this._x > 20) && (this._x < 490))) { _global.complexity++; age = 1; } if ((active == false) && (age > 0)) { if (awake == false) { t++; frame++; this._height--; this._width--; if (t == 10) { awake = true; t = 0; } } else { metabolism = Math.ceil(_global.co2 + 100); consumption = age / 1000; if (_global.co2 < 99) { _global.co2 = _global.co2 + consumption; } else { _global.co2 = _global.co2 + consumption; stress = stress + 10; _root.score = _root.score - 5; } if ((metabolism + age) < stress) { _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.explosion_1.duplicateMovieClip("gib" + _global.gibCount, _global.gibCount); _root["gib" + _global.gibCount]._x = this._x; _root["gib" + _global.gibCount]._y = this._y; _global.complexity--; removeMovieClip(this); } if (t > metabolism) { t = 0; _global.co2 = _global.co2 + consumption; temp = 1; while (temp < 500) { if (this.hitTest(_root["plant" + temp])) { _root["plant" + temp].stress = _root["plant" + temp].stress + 10; full = true; break; } temp++; } if (full == true) { _root.score = _root.score + 5; if (age < 50) { age++; this._height++; this._width++; } else if ((p == 5) && (_global.complexity < 100)) { p = 0; _global.herbivoreCount = _global.herbivoreCount + 1; if (_global.herbivoreCount > 999) { _global.herbivoreCount = 500; } _root.mechabunny_herbivore.duplicateMovieClip("herbivore" + _global.herbivoreCount, _global.herbivoreCount); _root["herbivore" + _global.herbivoreCount]._x = this._x; _root["herbivore" + _global.herbivoreCount]._y = 200; } else if (p < 5) { p++; } full = false; movement = 15; hops = 5; temp = 0; while (temp < 5) { if (stress > 0) { stress--; } temp++; } } else { stress++; movement = 15; hops = 5; } } else { t++; } } if (hops > 0) { if (movement > 0) { movement--; if (rightFacing == false) { if (this._x > (20 + age)) { this._x = this._x - 2; frame = 40 - movement; } else { rightFacing = true; this._x = this._x + 5; frame = 25 - movement; } } else if (this._x < (490 - age)) { this._x = this._x + 2; frame = 25 - movement; } else { rightFacing = false; this._x = this._x - 5; frame = 40 - movement; } } else { movement = 15; hops--; } } this.gotoAndStop(frame); } } if (active == true) { if (this._x > 10) { if (this._x < 490) { if (this._y > 30) { if (this._y < 200) { if (north > 0) { north--; } else { south++; } } else { north = south; if (north > 0) { north = north - 3; } if (east > 0) { east--; } if (west > 0) { west--; } south = 0; } } else { south = north; north = 0; } } else { west = east; east = 0; } } else { east = west; west = 0; } if (((north == 0) && (south == 0)) && ((east == 0) && (west == 0))) { if (this.hitTest(_root.ground)) { active = false; _global.complexity++; age = 1; this._y = 200; t = 0; } } else { this._y = this._y - north; this._y = this._y + south; this._x = this._x + east; this._x = this._x - west; } } } onClipEvent (mouseDown) { if (this.hitTest(_root.crosshair)) { if ((((active == false) && (age)) == 0) && (this.hitTest(_root.glass))) { active = true; this._x = 460; this._y = 175; north = random(20) + 1; south = 0; east = 0; west = random(20) + 1; _root.glass.seedCount--; t = 0; } } }
Instance of Symbol 201 MovieClip "explosion_1" in Frame 2
onClipEvent (load) { t = 0; } onClipEvent (enterFrame) { if (this._x > 0) { if (t == 20) { removeMovieClip(this); } else { t++; } temp = 1; while (temp < 500) { if (this.hitTest(_root["plant" + temp])) { _root["plant" + temp].stress = _root["plant" + temp].stress + 100; } temp++; } temp = 500; while (temp < 1000) { if (this.hitTest(_root["herbivore" + temp])) { _root["herbivore" + temp].stress = _root["herbivore" + temp].stress + 1000; } temp++; } temp = 1000; while (temp < 1500) { if (this.hitTest(_root["carnivore" + temp])) { _root["carnivore" + temp].stress = _root["carnivore" + temp].stress + 1000; } temp++; } temp = 1500; while (temp < 1999) { if (this.hitTest(_root["special" + temp])) { _root["special" + temp].stress = _root["special" + temp].stress + 1000; } temp++; } } }
Instance of Symbol 206 MovieClip "jelly_plant" in Frame 2
onClipEvent (load) { age = 0; metabolism = 0; consumption = 0; stress = 0; frame = 1; active = false; north = 0; south = 0; east = 0; west = 0; t = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.glass) && (age == 0)) { if (active == false) { if (t > 1000) { _root.glass.seedCount--; _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.flash_2.duplicateMovieClip("flash" + _global.gibCount, _global.gibCount); _root["flash" + _global.gibCount]._x = this._x; _root["flash" + _global.gibCount]._y = this._y; removeMovieClip(this); } else { t++; stress = 0; } if (this._x > _root.glass._x) { east--; west++; } else { east++; west--; } if (this._y > (_root.glass._y + 50)) { north++; south++; } else { north--; south++; } this._y = this._y - (north / 5); this._y = this._y + (south / 20); this._x = this._x + (east / 10); this._x = this._x - (west / 10); if (this._y > (_root.glass._y + 120)) { this._y = this._y - 5; } } } else { if ((active == false) && (age == 0)) { if ((this._x < 20) || (this._x > 480)) { _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.splat_1.duplicateMovieClip("gib" + _global.gibCount, _global.gibCount); _root["gib" + _global.gibCount]._x = this._x; _root["gib" + _global.gibCount]._y = this._y; removeMovieClip(this); } else { _global.complexity++; age++; } } if ((active == false) && (age > 0)) { metabolism = Math.ceil((100 - _global.co2) + 5) + (age * 2); consumption = age / 1000; if (_global.co2 > consumption) { _global.co2 = _global.co2 - consumption; } else { _global.co2 = _global.co2 - consumption; stress++; } t++; if (t > metabolism) { t = 0; if (_global.co2 > consumption) { _root.score++; if (age < 20) { age++; if (frame < 20) { frame++; } } else if (_global.complexity < 100) { _global.plantcount = _global.plantcount + 1; if (_global.plantCount > 499) { _global.plantCount = 0; } _root.jelly_plant.duplicateMovieClip("plant" + _global.plantcount, _global.plantcount); _root["plant" + _global.plantcount]._x = this._x + 3; _root["plant" + _global.plantcount]._y = this._y; _global.plantcount = _global.plantcount + 1; if (_global.plantCount > 499) { _global.plantCount = 0; } _root.jelly_plant.duplicateMovieClip("plant" + _global.plantcount, _global.plantcount); _root["plant" + _global.plantcount]._x = this._x - 3; _root["plant" + _global.plantcount]._y = this._y; _global.complexity--; _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.splat_1.duplicateMovieClip("gib" + _global.gibCount, _global.gibCount); _root["gib" + _global.gibCount]._x = this._x; _root["gib" + _global.gibCount]._y = this._y; removeMovieClip(this); } } else { stress++; } } if (stress > 9) { stress = 0; if (age < 20) { age--; if (frame < 20) { frame--; } } else { frame++; } if ((frame < 2) || (frame > 20)) { _global.complexity--; _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.splat_1.duplicateMovieClip("gib" + _global.gibCount, _global.gibCount); _root["gib" + _global.gibCount]._x = this._x; _root["gib" + _global.gibCount]._y = this._y; removeMovieClip(this); } } this.gotoAndStop(frame); } } if (active == true) { if (this._x > 20) { if (this._x < 480) { if (this._y > 20) { if (this._y < 200) { if (north > 0) { north--; } else { south++; } } else { north = south; if (north > 0) { north = north - 3; } if (east > 0) { east--; } if (west > 0) { west--; } south = 0; this._y = 200; } } else { south = north; north = 0; } } else { west = east; east = 0; } } else { east = west; west = 0; } if (((north == 0) && (south == 0)) && ((east == 0) && (west == 0))) { if (this.hitTest(_root.ground)) { active = false; _global.complexity++; age = 1; this._y = 200; t = 0; } } else { this._y = this._y - north; this._y = this._y + south; this._x = this._x + east; this._x = this._x - west; } } } onClipEvent (mouseDown) { if (this.hitTest(_root.crosshair)) { if (((active == false) && (age == 0)) && (this.hitTest(_root.glass))) { active = true; this._x = 470; this._y = 175; north = random(20) + 1; south = 0; east = 0; west = random(20) + 1; _root.glass.seedCount--; t = 0; } } }
Instance of Symbol 212 MovieClip "lighttree_plant" in Frame 2
onClipEvent (load) { age = 0; metabolism = 0; consumption = 0; stress = 0; frame = 1; active = false; north = 0; south = 0; east = 0; west = 0; t = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.glass) && (age == 0)) { if (active == false) { if (t > 1000) { _root.glass.seedCount--; _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.flash_2.duplicateMovieClip("flash" + _global.gibCount, _global.gibCount); _root["flash" + _global.gibCount]._x = this._x; _root["flash" + _global.gibCount]._y = this._y; removeMovieClip(this); } else { t++; stress = 0; } if (this._x > _root.glass._x) { east--; west++; } else { east++; west--; } if (this._y > (_root.glass._y + 50)) { north++; south++; } else { north--; south++; } this._y = this._y - (north / 5); this._y = this._y + (south / 20); this._x = this._x + (east / 10); this._x = this._x - (west / 10); if (this._y > (_root.glass._y + 120)) { this._y = this._y - 5; } } } else { if ((active == false) && (this._y < 180)) { active = true; north = north + (random(10) + 1); if (random(2) > 0) { east = east + (random(10) + 1); } else { west = west + (random(10) + 1); } } if ((active == false) && (age > 0)) { metabolism = Math.ceil((100 - _global.co2) + 50) + (age * 2); consumption = age / 1000; if (_global.co2 > consumption) { _global.co2 = _global.co2 - consumption; } else { _global.co2 = _global.co2 - consumption; stress++; } t++; if (t > metabolism) { t = 0; if (_global.co2 > consumption) { _root.score = _root.score + 2; if (age < 50) { age++; if (frame < 50) { frame++; } } else if (age > 49) { if (_global.complexity < 100) { _global.plantcount = _global.plantcount + 1; if (_global.plantCount > 499) { _global.plantCount = 0; } _root.leaf_plant.duplicateMovieClip("plant" + _global.plantcount, _global.plantcount); _root["plant" + _global.plantcount]._x = this._x; _root["plant" + _global.plantcount]._y = this._y; } } } else { stress++; } } if (stress > 29) { stress = 0; if (age < 100) { age--; if (frame < 100) { frame--; } } else { frame++; } if ((frame < 2) || (frame > 60)) { _global.complexity--; _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.splat_5.duplicateMovieClip("gib" + _global.gibCount, _global.gibCount); _root["gib" + _global.gibCount]._x = this._x; _root["gib" + _global.gibCount]._y = this._y; removeMovieClip(this); } } this.gotoAndStop(frame); } } if (active == true) { if (this._x > 20) { if (this._x < 480) { if (this._y > 20) { if (this._y < 200) { if (north > 0) { north--; } else { south++; } } else { north = south; if (north > 0) { north = north - 3; } if (east > 0) { east--; } if (west > 0) { west--; } south = 0; this._y = 200; } } else { south = north; north = 0; } } else { west = east; east = 0; } } else { east = west; west = 0; } if (((north == 0) && (south == 0)) && ((east == 0) && (west == 0))) { if (this.hitTest(_root.ground)) { active = false; _global.complexity++; age = 1; this._y = 200; t = 0; } } else { this._y = this._y - north; this._y = this._y + south; this._x = this._x + east; this._x = this._x - west; } } } onClipEvent (mouseDown) { if (this.hitTest(_root.crosshair)) { if ((((active == false) && (age)) == 0) && (this.hitTest(_root.glass))) { active = true; this._x = 470; this._y = 175; north = random(20) + 1; south = 0; east = 0; west = random(20) + 1; _root.glass.seedCount--; t = 0; } } }
Instance of Symbol 222 MovieClip "tongue_carnivore" in Frame 2
onClipEvent (load) { age = 0; metabolism = 0; consumption = 0; stress = 0; frame = 1; active = false; awake = false; full = false; north = 0; south = 0; east = 0; west = 0; p = 0; t = 0; appetite = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.glass) && (age == 0)) { if (active == false) { if (t > 1000) { _root.glass.seedCount--; _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.flash_2.duplicateMovieClip("flash" + _global.gibCount, _global.gibCount); _root["flash" + _global.gibCount]._x = this._x; _root["flash" + _global.gibCount]._y = this._y; removeMovieClip(this); } else { t++; stress = 0; } if (this._x > _root.glass._x) { east--; west++; } else { east++; west--; } if (this._y > (_root.glass._y + 20)) { north++; south--; } else { north--; south++; } this._y = this._y - (north / 20); this._y = this._y + (south / 5); this._x = this._x + (east / 10); this._x = this._x - (west / 10); } } else { if (((active == false) && (age == 0)) && ((this._x > 20) && (this._x < 490))) { _global.complexity++; age = 1; } if ((active == false) && (age > 0)) { if (awake == false) { t++; frame++; if (t == 10) { awake = true; t = 0; } } else { metabolism = Math.ceil(_global.co2 + age); consumption = age / 1000; if ((_global.co2 < 99) && (_global.co2 > 1)) { _global.co2 = _global.co2 + consumption; } else { _global.co2 = _global.co2 + consumption; stress = stress + 10; _root.score = _root.score - 5; } if ((metabolism + 50) < stress) { _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.splat_3.duplicateMovieClip("gib" + _global.gibCount, _global.gibCount); _root["gib" + _global.gibCount]._x = this._x; _root["gib" + _global.gibCount]._y = this._y; _global.complexity--; removeMovieClip(this); } if (t > (metabolism - stress)) { t = 0; _global.co2 = _global.co2 + consumption; temp = 500; while (temp < 1001) { temp2 = temp; if (this.hitTest(_root["herbivore" + temp2])) { _root["herbivore" + temp2].stress = _root["herbivore" + temp2].stress + 1000; full = true; appetite = 0; temp = 0; while (temp < _root["herbivore" + temp2].age) { if (stress > 0) { stress--; } temp++; } break; } temp2 = temp + 500; if (this.hitTest(_root["carnivore" + temp2]) && (_root["carnivore" + temp2].age < age)) { _root["carnivore" + temp2].stress = _root["carnivore" + temp2].stress + 1000; full = true; appetite = 0; temp = 0; while (temp < _root["carnivore" + temp2].age) { if (stress > 0) { stress--; } temp++; } break; } temp++; } if (full == true) { _root.score = _root.score + 5; if (age < 50) { age++; } else if ((p == 5) && (_global.complexity < 100)) { p = 0; _global.carnivoreCount++; if (_global.carnivoreCount > 1499) { _global.carnivoreCount = 1000; } _root.tongue_carnivore.duplicateMovieClip("carnivore" + _global.carnivoreCount, _global.carnivoreCount); _root["carnivore" + _global.carnivoreCount]._x = this._x; _root["carnivore" + _global.carnivoreCount]._y = 200; } else if (p < 5) { p++; } full = false; } else { stress++; if (appetite < 20) { appetite++; } } } else { t++; } } this.gotoAndStop(frame + appetite); } } if (active == true) { if (this._x > 20) { if (this._x < 490) { if (this._y > 5) { if (this._y < 200) { if (south > 0) { south--; } else { north++; } } else { north = south; south = 0; } } else { south = north; if (south > 0) { south = south - 3; } if (east > 0) { east--; } if (west > 0) { west--; } north = 0; } } else { west = east; east = 0; } } else { east = west; west = 0; } if (((north == 0) && (south == 0)) && ((east == 0) && (west == 0))) { active = false; _global.complexity++; age = 1; this._y = 5; t = 0; } else { this._y = this._y - north; this._y = this._y + south; this._x = this._x + east; this._x = this._x - west; } } } onClipEvent (mouseDown) { if (this.hitTest(_root.crosshair)) { if ((((active == false) && (age)) == 0) && (this.hitTest(_root.glass))) { active = true; this._x = 460; this._y = 50; south = random(20) + 1; south = 0; east = 0; west = random(20) + 1; _root.glass.seedCount--; t = 0; } } }
Instance of Symbol 230 MovieClip "mushroom_plant" in Frame 2
onClipEvent (load) { age = 0; metabolism = 0; consumption = 0; stress = 0; frame = 1; this.gotoAndStop(2); active = false; north = 0; south = 0; east = 0; west = 0; t = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.glass) && (age == 0)) { if (active == false) { if (t > 1000) { _root.glass.seedCount--; _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.flash_2.duplicateMovieClip("flash" + _global.gibCount, _global.gibCount); _root["flash" + _global.gibCount]._x = this._x; _root["flash" + _global.gibCount]._y = this._y; removeMovieClip(this); } else { t++; stress = 0; } if (this._x > _root.glass._x) { east--; west++; } else { east++; west--; } if (this._y > (_root.glass._y + 50)) { north++; south++; } else { north--; south++; } this._y = this._y - (north / 5); this._y = this._y + (south / 20); this._x = this._x + (east / 10); this._x = this._x - (west / 10); if (this._y > (_root.glass._y + 120)) { this._y = this._y - 5; } } } else { if ((active == false) && (this._y < 180)) { active = true; this.gotoAndStop(1); north = random(20) + 1; if (random(2) > 0) { east = random(100) + 100; } else { west = random(100) + 100; } } if ((active == false) && (age > 0)) { metabolism = Math.ceil(100 - _global.co2) + age; consumption = age / 1000; if (_global.co2 > 25) { _global.co2 = _global.co2 - consumption; } else { _global.co2 = _global.co2 + (consumption * 5); } t++; if (t > metabolism) { t = 0; if (_global.co2 > consumption) { _root.score++; if (age < 100) { age++; this._height = this._height + 0.5; this._width = this._width + 0.5; if (frame < 60) { frame++; } } else { _global.plantcount = _global.plantcount + 1; if (_global.plantCount > 499) { _global.plantCount = 0; } _root.mushroom_plant.duplicateMovieClip("plant" + _global.plantcount, _global.plantcount); _root["plant" + _global.plantcount]._x = this._x; _root["plant" + _global.plantcount]._y = this._y - 50; _global.complexity--; _global.gibCount++; } } else { stress++; } } if (stress > 9) { stress = 0; if (age > 0) { age--; this._height = this._height - 0.45; this._width = this._width - 0.5; if (frame > 0) { frame--; } } if (frame < 2) { _global.complexity--; _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.splat_5.duplicateMovieClip("gib" + _global.gibCount, _global.gibCount); _root["gib" + _global.gibCount]._x = this._x; _root["gib" + _global.gibCount]._y = this._y; removeMovieClip(this); } } this.gotoAndStop(frame); } } if (active == true) { if (this._x > 20) { if (this._x < 480) { if (this._y > 20) { if (this._y < 200) { if (north > 0) { north--; } else { south++; } } else { north = south; x = 0; while (x < 151) { if (north > 0) { north--; } x++; } x = 0; while (x < 21) { if (east > 0) { east--; } x++; } x = 0; while (x < 21) { if (west > 0) { west--; } x++; } south = 0; this._y = 200; } } else { south = north; north = 0; } } else { west = east; east = 0; this._x = this._x - 2; } } else { east = west; west = 0; this._x = this._x + 2; } if (((north == 0) && (south == 0)) && ((east == 0) && (west == 0))) { if (this.hitTest(_root.ground)) { active = false; _global.complexity++; age = 1; this._y = 200; t = 0; } } else { this._y = this._y - (north / 100); this._y = this._y + (south / 100); this._x = this._x + (east / 100); this._x = this._x - (west / 100); } } } onClipEvent (mouseDown) { if (this.hitTest(_root.crosshair)) { if ((((active == false) && (age)) == 0) && (this.hitTest(_root.glass))) { active = true; this._x = 470; this._y = 50; north = random(50) + 1; south = 0; east = 0; west = random(100) + 50; _root.glass.seedCount--; t = 0; this.gotoAndStop(1); } } }
Instance of Symbol 239 MovieClip "psychonaut_plant" in Frame 2
onClipEvent (load) { age = 0; metabolism = 0; consumption = 0; stress = 0; frame = 1; active = false; north = 0; south = 0; east = 0; west = 0; t = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.glass) && (age == 0)) { if (active == false) { if (t > 1000) { _root.glass.seedCount--; _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.flash_2.duplicateMovieClip("flash" + _global.gibCount, _global.gibCount); _root["flash" + _global.gibCount]._x = this._x; _root["flash" + _global.gibCount]._y = this._y; removeMovieClip(this); } else { t++; stress = 0; } if (this._x > _root.glass._x) { east--; west++; } else { east++; west--; } if (this._y > (_root.glass._y + 50)) { north++; south++; } else { north--; south++; } this._y = this._y - (north / 5); this._y = this._y + (south / 20); this._x = this._x + (east / 10); this._x = this._x - (west / 10); if (this._y > (_root.glass._y + 120)) { this._y = this._y - 5; } } } else { if ((active == false) && (this._y < 180)) { active = true; north = north + (random(10) + 1); if (random(2) > 0) { east = east + (random(10) + 1); } else { west = west + (random(10) + 1); } } if ((active == false) && (age > 0)) { metabolism = Math.ceil((100 - _global.co2) + 5) + (age * 2); consumption = age / 1000; if (_global.co2 > consumption) { _global.co2 = _global.co2 - consumption; } else { _global.co2 = _global.co2 - consumption; stress++; } t++; if (t > metabolism) { temp = 500; while (temp < 1001) { temp2 = temp; if (this.hitTest(_root["herbivore" + temp2])) { _root["herbivore" + temp2].t = _root["herbivore" + temp2].t + age; } else { temp2 = temp + 500; if (this.hitTest(_root["carnivore" + temp2])) { _root["carnivore" + temp2].t = _root["carnivore" + temp2].t + age; } } temp++; } t = 0; if (_global.co2 > consumption) { _root.score = _root.score + 3; if (age < 50) { age++; this._height++; this._width++; if (frame < 50) { frame++; } } else if (_global.complexity < 100) { _global.plantcount = _global.plantcount + 1; if (_global.plantCount > 499) { _global.plantCount = 0; } _root.psychonaut_plant.duplicateMovieClip("plant" + _global.plantcount, _global.plantcount); _root["plant" + _global.plantcount]._x = this._x; _root["plant" + _global.plantcount]._y = this._y - 50; } } else { stress++; } } if (stress > 9) { if (age < 50) { stress = 0; age--; this._height = this._height - 0.9; this._width--; if (frame < 50) { frame--; } } else if (stress > (age * 2)) { i = 0; while (i < 5) { if (_global.complexity < 100) { _global.plantcount = _global.plantcount + 1; if (_global.plantCount > 499) { _global.plantCount = 0; } _root.psychonaut_plant.duplicateMovieClip("plant" + _global.plantcount, _global.plantcount); _root["plant" + _global.plantcount]._x = this._x; _root["plant" + _global.plantcount]._y = this._y - 50; } i++; } _global.complexity--; _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.splat_5.duplicateMovieClip("gib" + _global.gibCount, _global.gibCount); _root["gib" + _global.gibCount]._x = this._x; _root["gib" + _global.gibCount]._y = this._y; removeMovieClip(this); } if (frame < 2) { _global.complexity--; _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.splat_5.duplicateMovieClip("gib" + _global.gibCount, _global.gibCount); _root["gib" + _global.gibCount]._x = this._x; _root["gib" + _global.gibCount]._y = this._y; removeMovieClip(this); } } this.gotoAndStop(frame); } } if (active == true) { if (this._x > 20) { if (this._x < 480) { if (this._y > 20) { if (this._y < 200) { if (north > 0) { north--; } else { south++; } } else { north = south; if (north > 0) { north = north - 3; } if (east > 0) { east--; } if (west > 0) { west--; } south = 0; this._y = 200; } } else { south = north; north = 0; } } else { west = east; east = 0; } } else { east = west; west = 0; } if (((north == 0) && (south == 0)) && ((east == 0) && (west == 0))) { if (this.hitTest(_root.ground)) { active = false; _global.complexity++; age = 1; this._y = 200; t = 0; } } else { this._y = this._y - north; this._y = this._y + south; this._x = this._x + east; this._x = this._x - west; } } } onClipEvent (mouseDown) { if (this.hitTest(_root.crosshair)) { if ((((active == false) && (age)) == 0) && (this.hitTest(_root.glass))) { active = true; this._x = 470; this._y = 175; north = random(20) + 1; south = 0; east = 0; west = random(20) + 1; _root.glass.seedCount--; t = 0; } } }
Instance of Symbol 256 MovieClip "box_herbivore" in Frame 2
onClipEvent (load) { age = 0; metabolism = 0; consumption = 0; stress = 0; frame = 1; active = false; awake = false; if (random(2) > 0) { rightFacing = true; } else { rightFacing = false; } movement = 0; full = false; north = 0; south = 0; east = 0; west = 0; p = 0; t = 0; i = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.glass) && (age == 0)) { if (active == false) { if (t > 1000) { _root.glass.seedCount--; _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.flash_2.duplicateMovieClip("flash" + _global.gibCount, _global.gibCount); _root["flash" + _global.gibCount]._x = this._x; _root["flash" + _global.gibCount]._y = this._y; removeMovieClip(this); } else { t++; stress = 0; } if (this._x > _root.glass._x) { east--; west++; } else { east++; west--; } if (this._y > (_root.glass._y + 30)) { north++; south--; } else { north--; south++; } this._y = this._y - (north / 20); this._y = this._y + (south / 5); this._x = this._x + (east / 10); this._x = this._x - (west / 10); } } else { if (((active == false) && (age == 0)) && ((this._x > 20) && (this._x < 490))) { _global.complexity++; age = 1; frame = 2; } if ((active == false) && (age > 0)) { if (awake == false) { if (i == 500) { t++; frame++; if (t == 9) { awake = true; t = 0; } } else if (_global.co2 < 75) { i++; temp = 1; while (temp < 500) { if (this.hitTest(_root["plant" + temp])) { _root["plant" + temp].t++; break; } temp++; } } } else { metabolism = Math.ceil(_global.co2 + age); consumption = age / 1000; if (_global.co2 < 99) { _global.co2 = _global.co2 + consumption; } else { _global.co2 = _global.co2 + consumption; stress = stress + 10; _root.score = _root.score - 5; } if ((metabolism + age) < stress) { _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.splat_1.duplicateMovieClip("gib" + _global.gibCount, _global.gibCount); _root["gib" + _global.gibCount]._x = this._x; _root["gib" + _global.gibCount]._y = this._y; _global.complexity--; removeMovieClip(this); } if (t > metabolism) { t = 0; _global.co2 = _global.co2 + consumption; temp = 1; while (temp < 500) { if (this.hitTest(_root["plant" + temp])) { _root["plant" + temp].stress = _root["plant" + temp].stress + 10; full = true; break; } temp++; } if (full == true) { _root.score = _root.score + 2; if (age < 50) { age++; this._height = this._height + 0.5; this._width++; } else if ((p == 10) && (_global.complexity < 100)) { p = 0; _global.herbivoreCount = _global.herbivoreCount + 1; if (_global.herbivoreCount > 999) { _global.herbivoreCount = 500; } _root.box_herbivore.duplicateMovieClip("herbivore" + _global.herbivoreCount, _global.herbivoreCount); _root["herbivore" + _global.herbivoreCount]._x = this._x; _root["herbivore" + _global.herbivoreCount]._y = 200; } else if (p < 10) { p++; } full = false; movement = 20; temp = 0; while (temp < 5) { if (stress > 0) { stress--; } temp++; } } else { stress++; movement = 20; } } else { t++; } } if (movement > 0) { movement--; if (rightFacing == false) { if (this._x > (20 + age)) { this._x--; frame = 30 - movement; } else { rightFacing = true; this._x = this._x + 5; frame = 30 - movement; } } else if (this._x < (490 - age)) { this._x++; frame = 30 - movement; } else { rightFacing = false; this._x = this._x - 5; frame = 30 - movement; } } this.gotoAndStop(frame); } } if (active == true) { if (this._x > 10) { if (this._x < 490) { if (this._y > 30) { if (this._y < 200) { if (north > 0) { north--; } else { south++; } } else { i = 0; while (i < 5) { north = south; if (north > 0) { north = north - 3; } if (east > 0) { east--; } if (west > 0) { west--; } south = 0; i++; } } } else { south = north; north = 0; } } else { west = east; east = 0; } } else { east = west; west = 0; } if (((north == 0) && (south == 0)) && ((east == 0) && (west == 0))) { if (this.hitTest(_root.ground)) { active = false; _global.complexity++; age = 1; this._y = 200; t = 0; frame = 2; } } else { this._y = this._y - north; this._y = this._y + south; this._x = this._x + east; this._x = this._x - west; } } } onClipEvent (mouseDown) { if (this.hitTest(_root.crosshair)) { if ((((active == false) && (age)) == 0) && (this.hitTest(_root.glass))) { active = true; this._x = 460; this._y = 175; north = random(20) + 1; south = 0; east = 0; west = random(20) + 1; _root.glass.seedCount--; t = 0; } } }
Instance of Symbol 259 MovieClip "spiker_plant" in Frame 2
onClipEvent (load) { age = 0; metabolism = 0; consumption = 0; stress = 0; frame = 1; active = false; north = 0; south = 0; east = 0; west = 0; t = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.glass) && (age == 0)) { if (active == false) { if (t > 1000) { _root.glass.seedCount--; _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.flash_2.duplicateMovieClip("flash" + _global.gibCount, _global.gibCount); _root["flash" + _global.gibCount]._x = this._x; _root["flash" + _global.gibCount]._y = this._y; removeMovieClip(this); } else { t++; stress = 0; } if (this._x > _root.glass._x) { east--; west++; } else { east++; west--; } if (this._y > (_root.glass._y + 50)) { north++; south++; } else { north--; south++; } this._y = this._y - (north / 5); this._y = this._y + (south / 20); this._x = this._x + (east / 10); this._x = this._x - (west / 10); if (this._y > (_root.glass._y + 120)) { this._y = this._y - 5; } } } else { if (((active == false) && (age == 0)) && ((this._x > 20) && (this._x < 490))) { _global.complexity++; age = 1; } if ((active == false) && (age > 0)) { metabolism = Math.ceil((100 - _global.co2) + 5) + (age * 2); consumption = age / 1000; if (_global.co2 > consumption) { _global.co2 = _global.co2 - consumption; } else { _global.co2 = _global.co2 - consumption; stress++; } t++; if (t > metabolism) { t = 0; if (_global.co2 > consumption) { _root.score = _root.score + 5; if (age < 50) { age++; if (frame < 50) { frame++; } } else if (_global.complexity < 100) { _global.herbivoreCount++; if (_global.herbivoreCount > 1499) { _global.herbivoreCount = 1000; } _root.spiker_herbivore.duplicateMovieClip("herbivore" + _global.herbivoreCount, _global.herbivoreCount); _root["herbivore" + _global.herbivoreCount]._x = this._x; _root["herbivore" + _global.herbivoreCount]._y = 200; _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.splat_5.duplicateMovieClip("gib" + _global.gibCount, _global.gibCount); _root["gib" + _global.gibCount]._x = this._x; _root["gib" + _global.gibCount]._y = this._y; removeMovieClip(this); } } else { stress++; } } if (stress > 9) { stress = 0; if (age < 50) { age--; if (frame < 50) { frame--; } } if (frame < 2) { _global.complexity--; _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.splat_5.duplicateMovieClip("gib" + _global.gibCount, _global.gibCount); _root["gib" + _global.gibCount]._x = this._x; _root["gib" + _global.gibCount]._y = this._y; removeMovieClip(this); } } this.gotoAndStop(frame); } } if (active == true) { if (this._x > 20) { if (this._x < 480) { if (this._y > 20) { if (this._y < 200) { if (north > 0) { north--; } else { south++; } } else { north = south; if (north > 0) { north = north - 3; } if (east > 0) { east--; } if (west > 0) { west--; } south = 0; this._y = 200; } } else { south = north; north = 0; } } else { west = east; east = 0; } } else { east = west; west = 0; } if (((north == 0) && (south == 0)) && ((east == 0) && (west == 0))) { if (this.hitTest(_root.ground)) { active = false; _global.complexity++; age = 1; this._y = 200; t = 0; } } else { this._y = this._y - north; this._y = this._y + south; this._x = this._x + east; this._x = this._x - west; } } } onClipEvent (mouseDown) { if (this.hitTest(_root.crosshair)) { if ((((active == false) && (age)) == 0) && (this.hitTest(_root.glass))) { active = true; this._x = 470; this._y = 175; north = random(20) + 1; south = 0; east = 0; west = random(20) + 1; _root.glass.seedCount--; t = 0; } } }
Instance of Symbol 265 MovieClip "spiker_herbivore" in Frame 2
onClipEvent (load) { rightFacing = true; stress = 0; hiding = false; full = false; age = 0; frame = 1; t = 0; metabolism = 0; consumption = 0; } onClipEvent (enterFrame) { if (this._x > 0) { metabolism = Math.ceil(_global.co2 + age); consumption = age / 1000; if (_global.co2 < 99) { _global.co2 = _global.co2 + consumption; } else { _global.co2 = _global.co2 + consumption; stress = stress + 10; _root.score = _root.score - 5; } if ((metabolism + age) < stress) { _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.splat_1.duplicateMovieClip("gib" + _global.gibCount, _global.gibCount); _root["gib" + _global.gibCount]._x = this._x; _root["gib" + _global.gibCount]._y = this._y; _global.complexity--; removeMovieClip(this); } if (t > (metabolism + age)) { t = 0; _global.co2 = _global.co2 + consumption; temp = 1; while (temp < 500) { if (this.hitTest(_root["plant" + temp])) { _root["plant" + temp].stress = _root["plant" + temp].stress + 10; full = true; break; } temp++; } temp = 1000; while (temp < 1500) { if (this.hitTest(_root["carnivore" + temp])) { hiding = true; break; } temp++; } temp = 1500; while (temp < 2000) { if (this.hitTest(_root["special" + temp])) { hiding = true; break; } temp++; } if (full == true) { _root.score = _root.score + 5; if (age < 20) { age++; this._height++; this._width++; } else if ((p == 5) && (_global.complexity < 100)) { p = 0; _global.herbivoreCount = _global.herbivoreCount + 1; if (_global.herbivoreCount > 999) { _global.herbivoreCount = 500; } _root.spiker_plant.duplicateMovieClip("plant" + _global.plantCount, _global.plantCount); _root["plant" + _global.plantCount]._x = this._x; _root["plant" + _global.plantCount]._y = 200; } else if (p < 10) { p++; } full = false; temp = 0; while (temp < 5) { if (stress > 0) { stress--; } temp++; } } else { stress++; } } else { t++; } if (hiding == false) { if (frame > 9) { if (rightFacing == false) { if (this._x > (50 + age)) { this._x--; if (frame < 50) { frame++; } else { frame = 31; } } else { rightFacing = true; this._x = this._x + 5; frame = 10; } } else if (this._x < (450 - age)) { this._x++; if (frame < 30) { frame++; } else { frame = 10; } } else { rightFacing = false; this._x = this._x - 5; frame = 30; } } else { frame++; } } else if (frame > 10) { frame = 9; } else if (frame > 1) { frame--; } else { _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.spike_spray.duplicateMovieClip("gib" + _global.gibCount, _global.gibCount); _root["gib" + _global.gibCount]._x = this._x; _root["gib" + _global.gibCount]._y = this._y - (20 + age); _global.complexity--; hiding = false; rightFacing = true; } this.gotoAndStop(frame); } }
Instance of Symbol 269 MovieClip "spike_spray" in Frame 2
onClipEvent (load) { t = 0; } onClipEvent (enterFrame) { if (this._x > 0) { if (t == 30) { removeMovieClip(this); } else { t++; } temp = 1000; while (temp < 1500) { if (this.hitTest(_root["carnivore" + temp])) { _root["carnivore" + temp].stress = _root["carnivore" + temp].stress + 1000; } temp++; } temp = 1500; while (temp < 1999) { if (this.hitTest(_root["special" + temp])) { _root["special" + temp].stress = _root["special" + temp].stress + 1000; } temp++; } } }
Instance of Symbol 274 MovieClip "mite_herbivore" in Frame 2
onClipEvent (load) { age = 0; metabolism = 0; consumption = 0; stress = 0; frame = 1; active = false; awake = false; if (random(2) > 0) { rightFacing = true; } else { rightFacing = false; } movement = 0; full = false; north = 0; south = 0; east = 0; west = 0; p = 0; t = 0; hosted = false; hostref = -1; } onClipEvent (enterFrame) { if (this.hitTest(_root.glass) && (age == 0)) { if (active == false) { if (t > 1000) { _root.glass.seedCount--; _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.flash_2.duplicateMovieClip("flash" + _global.gibCount, _global.gibCount); _root["flash" + _global.gibCount]._x = this._x; _root["flash" + _global.gibCount]._y = this._y; removeMovieClip(this); } else { t++; stress = 0; } if (this._x > _root.glass._x) { east--; west++; } else { east++; west--; } if (this._y > (_root.glass._y + 30)) { north++; south--; } else { north--; south++; } this._y = this._y - (north / 20); this._y = this._y + (south / 5); this._x = this._x + (east / 10); this._x = this._x - (west / 10); } } else { if (((active == false) && (age == 0)) && ((this._x > 20) && (this._x < 490))) { _global.complexity++; age = 1; this._height = 3; this._width = 2.5; } if ((active == false) && (age > 0)) { if (awake == false) { t++; frame++; if (t == 10) { awake = true; t = 0; } } else { metabolism = Math.ceil(_global.co2 + (age * 2)); consumption = age / 1000; if (_global.co2 < 99) { _global.co2 = _global.co2 + consumption; } else { _global.co2 = _global.co2 + consumption; stress = stress + 10; _root.score = _root.score - 5; } if ((metabolism + age) < stress) { _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.splat_1.duplicateMovieClip("gib" + _global.gibCount, _global.gibCount); _root["gib" + _global.gibCount]._x = this._x; _root["gib" + _global.gibCount]._y = this._y; _global.complexity--; removeMovieClip(this); } if (t > metabolism) { t = 0; _global.co2 = _global.co2 + consumption; temp = 1; while (temp < 500) { if (this.hitTest(_root["plant" + temp])) { _root["plant" + temp].stress = _root["plant" + temp].stress + 10; full = true; hosted = true; hostref = temp; break; } temp++; } if (full == true) { _root.score = _root.score + 2; if (age < 20) { age++; this._height = this._height + 1.2; this._width++; } else if ((p == 5) && (_global.complexity < 100)) { p = 0; _global.herbivoreCount = _global.herbivoreCount + 1; if (_global.herbivoreCount > 999) { _global.herbivoreCount = 500; } _root.mite_herbivore.duplicateMovieClip("herbivore" + _global.herbivoreCount, _global.herbivoreCount); _root["herbivore" + _global.herbivoreCount]._x = this._x; _root["herbivore" + _global.herbivoreCount]._y = 200; } else if (p < 5) { p++; } full = false; frame = 31; temp = 0; while (temp < 5) { if (stress > 0) { stress--; } temp++; } } else { stress++; movement = 10; hosted = false; hostref = -1; } } else { t++; } } if (movement > 0) { movement--; if (rightFacing == false) { if (this._x > (20 + age)) { this._x--; frame = 30 - movement; } else { rightFacing = true; this._x = this._x + 5; frame = 20 - movement; } } else if (this._x < (490 - age)) { this._x++; frame = 20 - movement; } else { rightFacing = false; this._x = this._x - 5; frame = 30 - movement; } } else if (hosted == true) { if (hostref > -1) { this._x = _root["plant" + hostref]._x; this._y = _root["plant" + hostref]._y; } } else if (movement == 0) { movement = 9; } this.gotoAndStop(frame); } } if (active == true) { if (this._x > 10) { if (this._x < 490) { if (this._y > 30) { if (this._y < 200) { if (north > 0) { north--; } else { south++; } } else { north = south; if (north > 0) { north = north - 3; } if (east > 0) { east--; } if (west > 0) { west--; } south = 0; } } else { south = north; north = 0; } } else { west = east; east = 0; } } else { east = west; west = 0; } if (((north == 0) && (south == 0)) && ((east == 0) && (west == 0))) { if (this.hitTest(_root.ground)) { active = false; _global.complexity++; age = 1; this._y = 200; t = 0; } } else { this._y = this._y - north; this._y = this._y + south; this._x = this._x + east; this._x = this._x - west; } } } onClipEvent (mouseDown) { if (this.hitTest(_root.crosshair)) { if ((((active == false) && (age)) == 0) && (this.hitTest(_root.glass))) { active = true; this._x = 460; this._y = 175; north = random(20) + 1; south = 0; east = 0; west = random(20) + 1; _root.glass.seedCount--; t = 0; this._height = 3; this._width = 2.5; } } }
Instance of Symbol 291 MovieClip "floating_plant" in Frame 2
onClipEvent (load) { age = 0; metabolism = 0; consumption = 0; stress = 0; frame = 1; active = false; north = 0; south = 0; east = 0; west = 0; t = 0; floating = false; if (random(2) > 0) { rightFacing = true; } else { rightFacing = false; } } onClipEvent (enterFrame) { if (this.hitTest(_root.glass) && (age == 0)) { if (active == false) { if (t > 1000) { _root.glass.seedCount--; _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.flash_2.duplicateMovieClip("flash" + _global.gibCount, _global.gibCount); _root["flash" + _global.gibCount]._x = this._x; _root["flash" + _global.gibCount]._y = this._y; removeMovieClip(this); } else { t++; stress = 0; } if (this._x > _root.glass._x) { east--; west++; } else { east++; west--; } if (this._y > (_root.glass._y + 50)) { north++; south++; } else { north--; south++; } this._y = this._y - (north / 5); this._y = this._y + (south / 20); this._x = this._x + (east / 10); this._x = this._x - (west / 10); if (this._y > (_root.glass._y + 120)) { this._y = this._y - 5; } } } else { if ((active == false) && ((age == 0) && (this._y < 180))) { active = true; north = north + (random(10) + 1); if (random(2) > 0) { east = east + (random(10) + 1); } else { west = west + (random(10) + 1); } } if ((active == false) && (age > 0)) { metabolism = Math.ceil((100 - _global.co2) + 5) + (age * 2); consumption = age / 1000; if (_global.co2 > consumption) { _global.co2 = _global.co2 - consumption; } else { _global.co2 = _global.co2 - consumption; stress++; } t++; if (t > metabolism) { t = 0; if (_global.co2 > consumption) { _root.score = _root.score + 5; if (age < 50) { age++; if (frame < 50) { frame++; } } else if (floating == true) { if (_global.complexity < 100) { _global.plantcount = _global.plantcount + 1; if (_global.plantCount > 499) { _global.plantCount = 0; } _root.floating_plant.duplicateMovieClip("plant" + _global.plantcount, _global.plantcount); _root["plant" + _global.plantcount]._x = this._x; _root["plant" + _global.plantcount]._y = this._y - 50; } } else { floating = true; } } else { stress++; } } if (stress > 9) { stress = 0; age--; frame--; if (frame < 2) { _global.complexity--; _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.splat_5.duplicateMovieClip("gib" + _global.gibCount, _global.gibCount); _root["gib" + _global.gibCount]._x = this._x; _root["gib" + _global.gibCount]._y = this._y; removeMovieClip(this); } } if (floating == true) { if (this._y > (150 - _global.co2)) { this._y--; } if (rightFacing == false) { if (this._x > (20 + age)) { this._x--; } else { rightFacing = true; this._x = this._x + 5; } } else if (this._x < (490 - age)) { this._x++; } else { rightFacing = false; this._x = this._x - 5; } } else if (this._y < 200) { this._y++; } this.gotoAndStop(frame); } } if (active == true) { if (this._x > 20) { if (this._x < 480) { if (this._y > 20) { if (this._y < 200) { if (north > 0) { north--; } else { south++; } } else { north = south; if (north > 0) { north = north - 3; } if (east > 0) { east--; } if (west > 0) { west--; } south = 0; this._y = 200; } } else { south = north; north = 0; } } else { west = east; east = 0; } } else { east = west; west = 0; } if (((north == 0) && (south == 0)) && ((east == 0) && (west == 0))) { if (this.hitTest(_root.ground)) { active = false; _global.complexity++; age = 1; this._y = 200; t = 0; } } else { this._y = this._y - north; this._y = this._y + south; this._x = this._x + east; this._x = this._x - west; } } } onClipEvent (mouseDown) { if (this.hitTest(_root.crosshair)) { if ((((active == false) && (age)) == 0) && (this.hitTest(_root.glass))) { active = true; this._x = 470; this._y = 175; north = random(20) + 1; south = 0; east = 0; west = random(20) + 1; _root.glass.seedCount--; t = 0; } } }
Instance of Symbol 298 MovieClip "hive_herbivore" in Frame 2
onClipEvent (load) { age = 0; metabolism = 0; consumption = 0; stress = 0; frame = 1; active = false; awake = false; if (random(2) > 0) { rightFacing = true; } else { rightFacing = false; } movement = 0; full = false; north = 0; south = 0; east = 0; west = 0; p = 0; t = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.glass) && (age == 0)) { if (active == false) { if (t > 1000) { _root.glass.seedCount--; _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.flash_2.duplicateMovieClip("flash" + _global.gibCount, _global.gibCount); _root["flash" + _global.gibCount]._x = this._x; _root["flash" + _global.gibCount]._y = this._y; removeMovieClip(this); } else { t++; stress = 0; } if (this._x > _root.glass._x) { east--; west++; } else { east++; west--; } if (this._y > (_root.glass._y + 30)) { north++; south--; } else { north--; south++; } this._y = this._y - (north / 20); this._y = this._y + (south / 5); this._x = this._x + (east / 10); this._x = this._x - (west / 10); } } else { if (((active == false) && (age == 0)) && ((this._x > 20) && (this._x < 490))) { _global.complexity++; age = 1; } if ((active == false) && (age > 0)) { if (awake == false) { t++; frame++; if (t == 8) { awake = true; t = 0; } } else { metabolism = Math.ceil(_global.co2 + age); consumption = age / 1000; if (_global.co2 < 99) { _global.co2 = _global.co2 + consumption; } else { _global.co2 = _global.co2 + consumption; stress = stress + 10; _root.score = _root.score - 5; } if ((metabolism + age) < stress) { _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.splat_2.duplicateMovieClip("gib" + _global.gibCount, _global.gibCount); _root["gib" + _global.gibCount]._x = this._x; _root["gib" + _global.gibCount]._y = this._y; _global.complexity--; removeMovieClip(this); } if (t > metabolism) { t = 0; _global.co2 = _global.co2 + consumption; temp = 1; while (temp < 500) { if (this.hitTest(_root["plant" + temp])) { _root["plant" + temp].stress = _root["plant" + temp].stress + 10; full = true; break; } temp++; } if (full == true) { _root.score = _root.score + 3; if (age < 50) { age++; frame++; } else if ((p == 5) && (_global.complexity < 100)) { p = 0; _global.herbivoreCount = _global.herbivoreCount + 1; if (_global.herbivoreCount > 999) { _global.herbivoreCount = 500; } _root.hive_herbivore.duplicateMovieClip("herbivore" + _global.herbivoreCount, _global.herbivoreCount); _root["herbivore" + _global.herbivoreCount]._x = this._x; _root["herbivore" + _global.herbivoreCount]._y = 200; } else if (p < 5) { p++; } full = false; temp = 0; while (temp < 5) { if (stress > 0) { stress--; } temp++; } } else { stress++; } } else { t++; } } this.gotoAndStop(frame); } } if (active == true) { if (this._x > 10) { if (this._x < 490) { if (this._y > 30) { if (this._y < 200) { if (north > 0) { north--; } else { south++; } } else { north = south; if (north > 0) { north = north - 3; } if (east > 0) { east--; } if (west > 0) { west--; } south = 0; } } else { south = north; north = 0; } } else { west = east; east = 0; } } else { east = west; west = 0; } if (((north == 0) && (south == 0)) && ((east == 0) && (west == 0))) { if (this.hitTest(_root.ground)) { active = false; _global.complexity++; age = 1; this._y = 200; t = 0; } } else { this._y = this._y - north; this._y = this._y + south; this._x = this._x + east; this._x = this._x - west; } } } onClipEvent (mouseDown) { if (this.hitTest(_root.crosshair)) { if ((((active == false) && (age)) == 0) && (this.hitTest(_root.glass))) { active = true; this._x = 460; this._y = 175; north = random(20) + 1; south = 0; east = 0; west = random(20) + 1; _root.glass.seedCount--; t = 0; } } }
Instance of Symbol 311 MovieClip "poisondrip_herbivore" in Frame 2
onClipEvent (load) { age = 0; metabolism = 0; consumption = 0; stress = 0; frame = 1; active = false; awake = false; if (random(2) > 0) { rightFacing = true; } else { rightFacing = false; } movement = 0; full = false; north = 0; south = 0; east = 0; west = 0; p = 0; t = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.glass) && (age == 0)) { if (active == false) { if (t > 1000) { _root.glass.seedCount--; _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.flash_2.duplicateMovieClip("flash" + _global.gibCount, _global.gibCount); _root["flash" + _global.gibCount]._x = this._x; _root["flash" + _global.gibCount]._y = this._y; removeMovieClip(this); } else { t++; stress = 0; } if (this._x > _root.glass._x) { east--; west++; } else { east++; west--; } if (this._y > (_root.glass._y + 20)) { north++; south--; } else { north--; south++; } this._y = this._y - (north / 20); this._y = this._y + (south / 5); this._x = this._x + (east / 10); this._x = this._x - (west / 10); } } else { if (((active == false) && (age == 0)) && ((this._x > 20) && (this._x < 490))) { active = true; } if ((active == false) && (age > 0)) { if (awake == false) { t++; frame++; if (t == 10) { awake = true; t = 0; _global.complexity++; age = 1; } } else { metabolism = Math.ceil(_global.co2 + age); consumption = age / 1000; if ((_global.co2 < 99) && (_global.co2 > 1)) { _global.co2 = _global.co2 + consumption; } else { _global.co2 = _global.co2 + consumption; stress = stress + 10; _root.score = _root.score - 5; } if (metabolism < stress) { _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.splat_3.duplicateMovieClip("gib" + _global.gibCount, _global.gibCount); _root["gib" + _global.gibCount]._x = this._x; _root["gib" + _global.gibCount]._y = this._y; _global.complexity--; removeMovieClip(this); } if (t > (metabolism - stress)) { t = 0; _global.co2 = _global.co2 + consumption; if (age < 30) { temp = 0; while (temp < 501) { temp2 = temp; if (this.hitTest(_root["plant" + temp2])) { _root["plant" + temp2].stress = _root["plant" + temp2].stress + 1000; full = true; temp = 0; while (temp < _root["plant" + temp2].age) { if (stress > 0) { stress--; } temp++; } break; } temp++; } } if (full == true) { _root.score++; if (age < 30) { age++; } full = false; movement = 25; } else if (age > 29) { if (frame < 60) { frame = 60; } else if (frame < 70) { frame++; } else if (_global.complexity < 100) { p = 0; _global.plantCount++; if (_global.plantCount > 1499) { _global.plantCount = 1000; } _root.poisondrip_plant.duplicateMovieClip("plant" + _global.plantCount, _global.plantCount); _root["plant" + _global.plantCount]._x = this._x; _root["plant" + _global.plantCount]._y = 180; _global.complexity--; removeMovieClip(this); } } else { stress = stress + 2; movement = 25; } } else { t++; } } if (movement > 0) { movement--; if (rightFacing == false) { if (this._x > (20 + age)) { this._x = this._x - (age * 0.05); frame = 60 - movement; } else { rightFacing = true; this._x = this._x + 5; frame = 35 - movement; } } else if (this._x < (490 - age)) { this._x = this._x + (age * 0.05); frame = 35 - movement; } else { rightFacing = false; this._x = this._x - 5; frame = 60 - movement; } } this.gotoAndStop(frame); } } if (active == true) { if (this._x > 10) { if (this._x < 490) { if (this._y > 30) { if (this._y < 200) { if (north > 0) { north--; } else { south++; } } else { north = south; if (north > 0) { north = north - 3; } if (east > 0) { east--; } if (west > 0) { west--; } south = 0; } } else { south = north; north = 0; } } else { west = east; east = 0; } } else { east = west; west = 0; } if (((north == 0) && (south == 0)) && ((east == 0) && (west == 0))) { if (this.hitTest(_root.ground)) { active = false; _global.complexity++; age = 1; this._y = 200; t = 0; } } else { this._y = this._y - (north / 5); this._y = this._y + south; this._x = this._x + east; this._x = this._x - west; } } } onClipEvent (mouseDown) { if (this.hitTest(_root.crosshair)) { if ((((active == false) && (age)) == 0) && (this.hitTest(_root.glass))) { active = true; this._x = 460; this._y = 175; north = random(20) + 1; south = 0; east = 0; west = random(20) + 1; _root.glass.seedCount--; t = 0; } } }
Instance of Symbol 318 MovieClip "poisondrip_plant" in Frame 2
onClipEvent (load) { age = 0; metabolism = 0; consumption = 0; stress = 0; frame = 1; active = false; north = 0; south = 0; east = 0; west = 0; t = 0; } onClipEvent (enterFrame) { if (this._x > 0) { if ((active == false) && (this._y > 20)) { active = true; } if ((active == false) && (age > 0)) { metabolism = Math.ceil((100 - _global.co2) + 5) + (age * 2); consumption = age / 1000; if (_global.co2 > consumption) { _global.co2 = _global.co2 - consumption; } else { _global.co2 = _global.co2 - consumption; stress++; } t++; if (t > metabolism) { t = 0; if (_global.co2 > consumption) { _root.score = _root.score + 4; if (age < 50) { age++; this._height++; this._width++; if (frame < 50) { frame++; } } else if (_global.complexity < 100) { _global.herbivoreCount = _global.herbivoreCount + 1; if (_global.herbivoreCount > 999) { _global.herbivoreCount = 500; } _root.poisondrip_herbivore.duplicateMovieClip("herbivore" + _global.herbivoreCount, _global.herbivoreCount); _root["herbivore" + _global.herbivoreCount]._x = this._x; _root["herbivore" + _global.herbivoreCount]._y = this._y + 120; } } else { stress++; } } if (stress > 9) { stress = 0; if (age < 50) { age--; this._height = this._height - 0.9; this._width--; if (frame < 50) { frame--; } } if (frame < 2) { _global.complexity--; _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.splat_5.duplicateMovieClip("gib" + _global.gibCount, _global.gibCount); _root["gib" + _global.gibCount]._x = this._x; _root["gib" + _global.gibCount]._y = this._y; removeMovieClip(this); } } this.gotoAndStop(frame); } if (active == true) { if (this._x > 20) { if (this._x < 490) { if (this._y > 5) { if (this._y < 200) { if (south > 0) { south--; } else { north++; } } else { north = south; south = 0; } } else { south = north; if (south > 0) { south = south - 3; } if (east > 0) { east--; } if (west > 0) { west--; } north = 0; } } else { west = east; east = 0; } } else { east = west; west = 0; } if (((north == 0) && (south == 0)) && ((east == 0) && (west == 0))) { if (this._y < 6) { active = false; _global.complexity++; age = 1; this._y = 5; t = 0; } } else { this._y = this._y - (north / 5); this._y = this._y + (south / 20); this._x = this._x + (east / 10); this._x = this._x - (west / 10); } } } }
Instance of Symbol 323 MovieClip "droppod_special" in Frame 2
onClipEvent (load) { t = 0; frame = 1; active = false; awake = false; north = 0; south = 0; east = 0; west = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.glass)) { if (active == false) { if (t > 1000) { _root.glass.seedCount--; _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.flash_2.duplicateMovieClip("flash" + _global.gibCount, _global.gibCount); _root["flash" + _global.gibCount]._x = this._x; _root["flash" + _global.gibCount]._y = this._y; removeMovieClip(this); } else { t++; stress = 0; } if (this._x > _root.glass._x) { east--; west++; } else { east++; west--; } if (this._y > (_root.glass._y + 20)) { north++; south--; } else { north--; south++; } this._y = this._y - (north / 20); this._y = this._y + (south / 5); this._x = this._x + (east / 10); this._x = this._x - (west / 10); } } else if (this._x > 0) { if (stress > 100) { _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.explosion_1.duplicateMovieClip("gib" + _global.gibCount, _global.gibCount); _root["gib" + _global.gibCount]._x = this._x; _root["gib" + _global.gibCount]._y = this._y; removeMovieClip(this); } if ((awake == false) && (active == false)) { t++; frame++; gotoAndStop(frame); if (t == 9) { awake = true; t = 0; } } else if ((t > 100) && (awake == true)) { t = 0; if (_global.complexity < 100) { _global.specialCount++; _root.score = _root.score + 10; if (_global.specialCount > 1999) { _global.specialCount = 1500; } _root.marine_special.duplicateMovieClip("special" + _global.specialCount, _global.specialCount); _root["special" + _global.specialCount]._x = this._x; _root["special" + _global.specialCount]._y = this._y; } } else { t++; } } if (active == true) { if (this._x > 20) { if (this._x < 480) { if (this._y > 20) { if (this._y < 200) { if (north > 0) { north--; } else { south++; } } else { north = south; if (north > 0) { north = north - 3; } if (east > 0) { east--; } if (west > 0) { west--; } south = 0; this._y = 200; } } else { south = north; north = 0; } } else { west = east; east = 0; } } else { east = west; west = 0; } if (((north == 0) && (south == 0)) && ((east == 0) && (west == 0))) { if (this.hitTest(_root.ground)) { active = false; _global.complexity++; this._y = 200; t = 0; } } else { this._y = this._y - north; this._y = this._y + south; this._x = this._x + east; this._x = this._x - west; } } } onClipEvent (mouseDown) { if (this.hitTest(_root.crosshair)) { if ((active == false) && (this.hitTest(_root.glass))) { active = true; this._x = 470; this._y = 175; north = random(20) + 1; south = 0; east = 0; west = random(20) + 1; _root.glass.seedCount--; t = 0; gotoAndStop (2); } } }
Instance of Symbol 349 MovieClip "marine_special" in Frame 2
onClipEvent (load) { rightFacing = true; stress = 0; age = 0; frame = 1; t = 0; metabolism = 0; consumption = 0; } onClipEvent (enterFrame) { if (this._x > 0) { metabolism = Math.ceil(_global.co2 + 50); consumption = age / 1000; if (_global.co2 < 99) { _global.co2 = _global.co2 + consumption; } else { _global.co2 = _global.co2 + consumption; stress = stress + 10; _root.score = _root.score - 5; } if (metabolism < stress) { _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.splat_3.duplicateMovieClip("gib" + _global.gibCount, _global.gibCount); _root["gib" + _global.gibCount]._x = this._x; _root["gib" + _global.gibCount]._y = this._y; _global.complexity--; removeMovieClip(this); } if (movement > 0) { movement--; if (rightFacing == false) { if (this._x > 20) { if (movement > 2) { this._x--; } frame = 22 - movement; } else { rightFacing = true; this._x = this._x + 5; frame = 10 - movement; } if (movement < 3) { temp = 500; while (temp < 1000) { if (this.hitTest(_root["herbivore" + temp])) { _root["herbivore" + temp].stress = _root["herbivore" + temp].stress + 100; if (t == 1) { t = 0; frame = 24; } else { t++; frame = 23; } movement = 2; break; } temp++; } temp = 1000; while (temp < 1500) { if (this.hitTest(_root["carnivore" + temp])) { _root["carnivore" + temp].stress = _root["carnivore" + temp].stress + 100; if (t == 1) { t = 0; frame = 24; } else { t++; frame = 23; } movement = 2; break; } temp++; } } } else { if (this._x < 490) { if (movement > 2) { this._x++; } frame = 10 - movement; } else { rightFacing = false; this._x = this._x - 5; frame = 22 - movement; } if (movement < 3) { temp = 500; while (temp < 1000) { if (this.hitTest(_root["herbivore" + temp])) { _root["herbivore" + temp].stress = _root["herbivore" + temp].stress + 100; if (t == 1) { t = 0; frame = 12; } else { t++; frame = 11; } movement = 2; break; } temp++; } temp = 1000; while (temp < 1500) { if (this.hitTest(_root["carnivore" + temp])) { _root["carnivore" + temp].stress = _root["carnivore" + temp].stress + 100; if (t == 1) { t = 0; frame = 12; } else { t++; frame = 11; } movement = 2; break; } temp++; } } } } else { movement = 10; } this.gotoAndStop(frame); } }
Instance of Symbol 356 MovieClip "explosion_2" in Frame 2
onClipEvent (load) { t = 0; } onClipEvent (enterFrame) { if (this._x > 0) { if (t == 20) { removeMovieClip(this); } else { t++; } temp = 1; while (temp < 500) { if (this.hitTest(_root["plant" + temp])) { _root["plant" + temp].stress = _root["plant" + temp].stress + 100; } temp++; } temp = 500; while (temp < 1000) { if (this.hitTest(_root["herbivore" + temp])) { _root["herbivore" + temp].stress = _root["herbivore" + temp].stress + 1000; } temp++; } temp = 1000; while (temp < 1500) { if (this.hitTest(_root["carnivore" + temp])) { _root["carnivore" + temp].stress = _root["carnivore" + temp].stress + 1000; } temp++; } temp = 1500; while (temp < 1999) { if (this.hitTest(_root["special" + temp])) { _root["special" + temp].stress = _root["special" + temp].stress + 1000; } temp++; } } }
Instance of Symbol 363 MovieClip "explosion_3" in Frame 2
onClipEvent (load) { t = 0; } onClipEvent (enterFrame) { if (this._x > 0) { if (t == 20) { removeMovieClip(this); } else { t++; } temp = 1; while (temp < 500) { if (this.hitTest(_root["plant" + temp])) { _root["plant" + temp].stress = _root["plant" + temp].stress + 100; } temp++; } temp = 500; while (temp < 1000) { if (this.hitTest(_root["herbivore" + temp])) { _root["herbivore" + temp].stress = _root["herbivore" + temp].stress + 1000; } temp++; } temp = 1000; while (temp < 1500) { if (this.hitTest(_root["carnivore" + temp])) { _root["carnivore" + temp].stress = _root["carnivore" + temp].stress + 1000; } temp++; } temp = 1500; while (temp < 1999) { if (this.hitTest(_root["special" + temp])) { _root["special" + temp].stress = _root["special" + temp].stress + 1000; } temp++; } } }
Instance of Symbol 388 MovieClip "alien_special" in Frame 2
onClipEvent (load) { age = 0; metabolism = 0; consumption = 0; stress = 0; frame = 1; active = false; if (random(2) > 0) { rightFacing = true; } else { rightFacing = false; } movement = 0; full = false; north = 0; south = 0; east = 0; west = 0; p = 0; t = 0; temp3 = this.getDepth(); } onClipEvent (enterFrame) { if (this.hitTest(_root.glass) && (age == 0)) { if (active == false) { if (t > 1000) { _root.glass.seedCount--; _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.flash_2.duplicateMovieClip("flash" + _global.gibCount, _global.gibCount); _root["flash" + _global.gibCount]._x = this._x; _root["flash" + _global.gibCount]._y = this._y; removeMovieClip(this); } else { t++; stress = 0; } if (this._x > _root.glass._x) { east--; west++; } else { east++; west--; } if (this._y > (_root.glass._y + 20)) { north++; south--; } else { north--; south++; } this._y = this._y - (north / 20); this._y = this._y + (south / 5); this._x = this._x + (east / 10); this._x = this._x - (west / 10); } } else { if ((active == false) && ((age == 0) && (this._x > 0))) { if (state == "facehugger") { if (t < 20) { t++; temp = 500; while (temp < 1001) { if (this.hitTest(_root["herbivore" + temp])) { this._x = _root["herbivore" + temp]._x; this._y = _root["herbivore" + temp]._y; break; } temp2 = temp + 500; if (this.hitTest(_root["carnivore" + temp])) { this._x = _root["carnivore" + temp]._x; this._y = _root["carnivore" + temp]._y; break; } temp++; } } else { t = 0; _global.complexity++; age = 1; state = "hibernating"; } } else { state = "hibernating"; age = 1; } } if ((active == false) && (age > 0)) { if (state == "hibernating") { t++; frame++; if (t == 10) { state = "hunting"; t = 0; } } if (state == "hunting") { metabolism = Math.ceil(_global.co2 + (age + 100)); consumption = age / 1000; if (_global.co2 < 90) { _global.co2 = _global.co2 + consumption; } else { state = "hibernating"; _root.score = _root.score - 10; } if (stress > 5000) { _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.splat_6.duplicateMovieClip("gib" + _global.gibCount, _global.gibCount); _root["gib" + _global.gibCount]._x = this._x; _root["gib" + _global.gibCount]._y = this._y; _global.complexity--; removeMovieClip(this); } if (t > 5) { t = 0; _global.co2 = _global.co2 + consumption; if (state == "hunting") { temp = 500; while (temp < 1001) { temp2 = temp; if (this.hitTest(_root["herbivore" + temp2])) { _root["herbivore" + temp2].stress = _root["herbivore" + temp2].stress + 1000; full = true; temp = 0; while (temp < 50) { if (stress > 0) { stress--; } temp++; } break; } temp2 = temp + 500; if (temp2 == temp3) { temp++; temp2 = temp + 500; } if (this.hitTest(_root["carnivore" + temp2])) { _root["carnivore" + temp2].stress = _root["carnivore" + temp2].stress + 1000; full = true; temp = 0; while (temp < 50) { if (stress > 0) { stress--; } temp++; } break; } temp2 = temp + 1000; if (this.hitTest(_root["special" + temp2])) { _root["special" + temp2].stress = _root["special" + temp2].stress + 1000; full = true; temp = 0; while (temp < 50) { if (stress > 0) { stress--; } temp++; } break; } temp++; } } if (full == true) { _root.score = _root.score + 5; if (age < 50) { age++; this._height = this._height + 0.2; this._width = this._width + 0.4; } else if ((p == 5) && (_global.complexity < 100)) { p = 0; _global.carnivoreCount++; if (_global.carnivoreCount > 1499) { _global.carnivoreCount = 1000; } _root.alien_special.duplicateMovieClip("carnivore" + _global.carnivoreCount, _global.carnivoreCount); _root["carnivore" + _global.carnivoreCount]._x = this._x; _root["carnivore" + _global.carnivoreCount]._y = 200; _root["carnivore" + _global.carnivoreCount].state = "facehugger"; } else if (p < 5) { p++; } full = false; } else { stress++; } } else { t++; } } if (movement > 0) { if (state == "hunting") { if (rightFacing == false) { if (this._x > 40) { this._x = this._x - (1 + (age * 0.05)); movement--; frame = 16 - movement; } else { rightFacing = true; this._x = this._x + 5; movement--; frame = 22 - movement; } } else if (this._x < 470) { this._x = this._x + (1 + (age * 0.05)); movement--; frame = 22 - movement; } else { rightFacing = false; this._x = this._x - 5; movement--; frame = 16 - movement; } } else { movement = 0; if (state == "hibernating") { frame = 1; } } } else if (state == "hunting") { movement = 6; } if (state == "facehugger") { frame = 23; } this.gotoAndStop(frame); } } if (active == true) { if (this._x > 10) { if (this._x < 490) { if (this._y > 30) { if (this._y < 200) { if (north > 0) { north--; } else { south++; } } else { north = south; if (north > 0) { north = north - 3; } if (east > 0) { east--; } if (west > 0) { west--; } south = 0; } } else { south = north; north = 0; } } else { west = east; east = 0; } } else { east = west; west = 0; } if (((north == 0) && (south == 0)) && ((east == 0) && (west == 0))) { if (this.hitTest(_root.ground)) { active = false; _global.complexity++; this._y = 200; t = 0; } } else { this._y = this._y - north; this._y = this._y + south; this._x = this._x + east; this._x = this._x - west; } } } onClipEvent (mouseDown) { if (this.hitTest(_root.crosshair)) { if ((((active == false) && (age)) == 0) && (this.hitTest(_root.glass))) { active = true; this._x = 460; this._y = 175; north = random(20) + 1; south = 0; east = 0; west = random(20) + 1; _root.glass.seedCount--; t = 0; } } }
Instance of Symbol 390 MovieClip "splat_6" in Frame 2
onClipEvent (load) { t = 0; } onClipEvent (enterFrame) { if (this._x > 0) { if (t == 5) { removeMovieClip(this); } else { t++; } temp = 1; while (temp < 500) { if (this.hitTest(_root["plant" + temp])) { _root["plant" + temp].stress = _root["plant" + temp].stress + 100; } temp++; } temp = 500; while (temp < 1000) { if (this.hitTest(_root["herbivore" + temp])) { _root["herbivore" + temp].stress = _root["herbivore" + temp].stress + 1000; } temp++; } temp = 1500; while (temp < 1999) { if (this.hitTest(_root["special" + temp])) { _root["special" + temp].stress = _root["special" + temp].stress + 1000; } temp++; } } }
Instance of Symbol 406 MovieClip "ufo_special" in Frame 2
onClipEvent (load) { age = 0; metabolism = 0; consumption = 0; stress = 0; frame = 1; active = false; rightFacing = true; t = 0; a = 0; mode = "flying"; lastMode = "flying"; temp3 = this.getDepth(); targetX = 0; targetY = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.glass)) { if (active == false) { if (t > 1000) { _root.glass.seedCount--; _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.flash_2.duplicateMovieClip("flash" + _global.gibCount, _global.gibCount); _root["flash" + _global.gibCount]._x = this._x; _root["flash" + _global.gibCount]._y = this._y; removeMovieClip(this); } else { t++; stress = 0; } if (this._x > _root.glass._x) { east--; west++; } else { east++; west--; } if (this._y > (_root.glass._y + 20)) { north++; south--; } else { north--; south++; } this._y = this._y - (north / 20); this._y = this._y + (south / 5); this._x = this._x + (east / 10); this._x = this._x - (west / 10); } } else if (active == true) { if (mode == "attacking") { if (this._y > 100) { this._y--; } if (t > 50) { t = 0; temp = 500; while (temp < 1001) { temp2 = temp + 1000; if (temp2 == temp3) { temp++; temp2 = temp + 1000; } if (this.hitTest(_root["special" + temp2])) { targetX = _root["special" + temp2]._x; targetY = 200; _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.predator_plasma.duplicateMovieClip("gib" + _global.gibCount, _global.gibCount); _root["gib" + _global.gibCount]._x = this._x; _root["gib" + _global.gibCount]._y = this._y + 20; _root["gib" + _global.gibCount].targetX = targetX; _root["gib" + _global.gibCount].targetY = targetY; stress = 0; a++; break; } temp2 = temp + 500; if (this.hitTest(_root["carnivore" + temp2])) { targetX = _root["carnivore" + temp2]._x; targetY = 200; _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.predator_plasma.duplicateMovieClip("gib" + _global.gibCount, _global.gibCount); _root["gib" + _global.gibCount]._x = this._x; _root["gib" + _global.gibCount]._y = this._y + 20; _root["gib" + _global.gibCount].targetX = targetX; _root["gib" + _global.gibCount].targetY = targetY; stress = 0; a++; break; } temp2 = temp; if (this.hitTest(_root["herbivore" + temp2])) { targetX = _root["herbivore" + temp2]._x; targetY = 200; _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.predator_plasma.duplicateMovieClip("gib" + _global.gibCount, _global.gibCount); _root["gib" + _global.gibCount]._x = this._x; _root["gib" + _global.gibCount]._y = this._y + 20; _root["gib" + _global.gibCount].targetX = targetX; _root["gib" + _global.gibCount].targetY = targetY; stress = 0; a++; break; } targetX = 0; targetY = 0; temp++; } } else { t++; } if (a > 10) { a = 0; mode = "flying"; } } if (mode == "landing") { if (this._y < 200) { this._y++; } if ((frame < 90) && (this._y == 200)) { frame++; this.gotoAndStop(frame); } if ((frame == 90) && (this._y == 200)) { if (t > 200) { t = 0; mode = "flying"; } else { t++; } if (stress > 0) { mode = "attacking"; _global.gibCount++; if (_global.gibCount > 19999) { _global.gibCount = 10000; } _root.flash_3.duplicateMovieClip("flash" + _global.gibCount, _global.gibCount); _root["flash" + _global.gibCount]._x = this._x - 44; _root["flash" + _global.gibCount]._y = this._y; } } } if ((mode == "flying") || (mode == "attacking")) { if (t > 1000) { t = 0; mode = "landing"; } else { t++; } if (this._y > 100) { this._y--; } if (rightFacing == false) { if (this._x > 30) { this._x = this._x - 2; } else { rightFacing = true; this._x = this._x + 5; } } else if (this._x < 470) { this._x = this._x + 2; } else { rightFacing = false; this._x = this._x - 5; } } } if (lastMode != mode) { switch (mode) { case "flying" : frame = 3; this.gotoAndStop(frame); lastMode = mode; break; case "attacking" : frame = 2; this.gotoAndStop(frame); lastMode = mode; break; case "landing" : frame = 3; this.gotoAndStop(frame); lastMode = mode; } } } onClipEvent (mouseDown) { if (this.hitTest(_root.crosshair)) { if ((((active == false) && (age)) == 0) && (this.hitTest(_root.glass))) { this.gotoAndStop(3); active = true; this._x = 450; this._y = 100; _root.glass.seedCount--; t = 0; frame = 3; } } }
Instance of Symbol 412 MovieClip "flash_3" in Frame 2
onClipEvent (load) { t = 0; } onClipEvent (enterFrame) { if (t == 5) { removeMovieClip(this); } else { t++; } }
Symbol 5 MovieClip Frame 1
stop();
Symbol 5 MovieClip Frame 40
gotoAndStop (1);
Symbol 14 MovieClip Frame 1
stop();
Symbol 14 MovieClip Frame 2
stop();
Symbol 14 MovieClip Frame 3
stop();
Symbol 14 MovieClip Frame 4
stop();
Symbol 14 MovieClip Frame 5
stop();
Symbol 14 MovieClip Frame 6
stop();
Symbol 14 MovieClip Frame 7
stop();
Symbol 14 MovieClip Frame 8
stop();
Symbol 14 MovieClip Frame 9
stop();
Symbol 14 MovieClip Frame 10
stop();
Symbol 14 MovieClip Frame 11
stop();
Symbol 14 MovieClip Frame 12
stop();
Symbol 14 MovieClip Frame 13
stop();
Symbol 14 MovieClip Frame 14
stop();
Symbol 14 MovieClip Frame 15
stop();
Symbol 14 MovieClip Frame 16
stop();
Symbol 14 MovieClip Frame 17
stop();
Symbol 14 MovieClip Frame 18
stop();
Symbol 14 MovieClip Frame 19
stop();
Symbol 14 MovieClip Frame 20
stop();
Symbol 14 MovieClip Frame 21
stop();
Symbol 14 MovieClip Frame 22
stop();
Symbol 14 MovieClip Frame 23
stop();
Symbol 14 MovieClip Frame 24
stop();
Symbol 14 MovieClip Frame 25
stop();
Symbol 14 MovieClip Frame 26
stop();
Symbol 14 MovieClip Frame 27
stop();
Symbol 14 MovieClip Frame 28
stop();
Symbol 14 MovieClip Frame 29
stop();
Symbol 14 MovieClip Frame 30
stop();
Symbol 14 MovieClip Frame 31
stop();
Symbol 14 MovieClip Frame 32
stop();
Symbol 14 MovieClip Frame 33
stop();
Symbol 14 MovieClip Frame 34
stop();
Symbol 14 MovieClip Frame 35
stop();
Symbol 14 MovieClip Frame 36
stop();
Symbol 14 MovieClip Frame 37
stop();
Symbol 14 MovieClip Frame 38
stop();
Symbol 14 MovieClip Frame 39
stop();
Symbol 14 MovieClip Frame 40
stop();
Symbol 14 MovieClip Frame 41
stop();
Symbol 14 MovieClip Frame 42
stop();
Symbol 14 MovieClip Frame 43
stop();
Symbol 14 MovieClip Frame 44
stop();
Symbol 14 MovieClip Frame 45
stop();
Symbol 14 MovieClip Frame 46
stop();
Symbol 14 MovieClip Frame 47
stop();
Symbol 14 MovieClip Frame 48
stop();
Symbol 14 MovieClip Frame 49
stop();
Symbol 14 MovieClip Frame 50
stop();
Symbol 14 MovieClip Frame 51
stop();
Symbol 14 MovieClip Frame 52
stop();
Symbol 14 MovieClip Frame 53
stop();
Symbol 14 MovieClip Frame 54
stop();
Symbol 14 MovieClip Frame 55
stop();
Symbol 14 MovieClip Frame 56
stop();
Symbol 14 MovieClip Frame 57
stop();
Symbol 14 MovieClip Frame 58
stop();
Symbol 14 MovieClip Frame 59
stop();
Symbol 14 MovieClip Frame 60
stop();
Symbol 14 MovieClip Frame 61
stop();
Symbol 14 MovieClip Frame 62
stop();
Symbol 14 MovieClip Frame 63
stop();
Symbol 14 MovieClip Frame 64
stop();
Symbol 14 MovieClip Frame 65
stop();
Symbol 14 MovieClip Frame 66
stop();
Symbol 14 MovieClip Frame 67
stop();
Symbol 14 MovieClip Frame 68
stop();
Symbol 14 MovieClip Frame 69
stop();
Symbol 14 MovieClip Frame 70
stop();
Symbol 14 MovieClip Frame 71
stop();
Symbol 14 MovieClip Frame 72
stop();
Symbol 14 MovieClip Frame 73
stop();
Symbol 14 MovieClip Frame 74
stop();
Symbol 14 MovieClip Frame 75
stop();
Symbol 14 MovieClip Frame 76
stop();
Symbol 14 MovieClip Frame 77
stop();
Symbol 14 MovieClip Frame 78
stop();
Symbol 14 MovieClip Frame 79
stop();
Symbol 14 MovieClip Frame 80
stop();
Symbol 14 MovieClip Frame 81
stop();
Symbol 14 MovieClip Frame 82
stop();
Symbol 14 MovieClip Frame 83
stop();
Symbol 14 MovieClip Frame 84
stop();
Symbol 14 MovieClip Frame 85
stop();
Symbol 14 MovieClip Frame 86
stop();
Symbol 14 MovieClip Frame 87
stop();
Symbol 14 MovieClip Frame 88
stop();
Symbol 14 MovieClip Frame 89
stop();
Symbol 14 MovieClip Frame 90
stop();
Symbol 14 MovieClip Frame 91
stop();
Symbol 14 MovieClip Frame 92
stop();
Symbol 14 MovieClip Frame 93
stop();
Symbol 14 MovieClip Frame 94
stop();
Symbol 14 MovieClip Frame 95
stop();
Symbol 14 MovieClip Frame 96
stop();
Symbol 14 MovieClip Frame 97
stop();
Symbol 14 MovieClip Frame 98
stop();
Symbol 14 MovieClip Frame 99
stop();
Symbol 14 MovieClip Frame 100
stop();
Symbol 45 MovieClip Frame 1
stop();
Symbol 45 MovieClip Frame 2
stop();
Symbol 45 MovieClip Frame 3
stop();
Symbol 45 MovieClip Frame 4
stop();
Symbol 45 MovieClip Frame 5
stop();
Symbol 45 MovieClip Frame 6
stop();
Symbol 45 MovieClip Frame 7
stop();
Symbol 45 MovieClip Frame 8
stop();
Symbol 45 MovieClip Frame 9
stop();
Symbol 45 MovieClip Frame 10
stop();
Symbol 45 MovieClip Frame 11
stop();
Symbol 45 MovieClip Frame 12
stop();
Symbol 45 MovieClip Frame 13
stop();
Symbol 45 MovieClip Frame 14
stop();
Symbol 45 MovieClip Frame 15
stop();
Symbol 45 MovieClip Frame 16
stop();
Symbol 45 MovieClip Frame 17
stop();
Symbol 45 MovieClip Frame 18
stop();
Symbol 45 MovieClip Frame 19
stop();
Symbol 45 MovieClip Frame 20
stop();
Symbol 45 MovieClip Frame 21
stop();
Symbol 45 MovieClip Frame 22
stop();
Symbol 45 MovieClip Frame 23
stop();
Symbol 45 MovieClip Frame 24
stop();
Symbol 45 MovieClip Frame 25
stop();
Symbol 45 MovieClip Frame 26
stop();
Symbol 45 MovieClip Frame 27
stop();
Symbol 45 MovieClip Frame 28
stop();
Symbol 45 MovieClip Frame 29
stop();
Symbol 45 MovieClip Frame 30
stop();
Symbol 45 MovieClip Frame 31
stop();
Symbol 45 MovieClip Frame 32
stop();
Symbol 45 MovieClip Frame 33
stop();
Symbol 45 MovieClip Frame 34
stop();
Symbol 45 MovieClip Frame 35
stop();
Symbol 45 MovieClip Frame 36
stop();
Symbol 45 MovieClip Frame 37
stop();
Symbol 45 MovieClip Frame 38
stop();
Symbol 45 MovieClip Frame 39
stop();
Symbol 45 MovieClip Frame 40
stop();
Symbol 45 MovieClip Frame 41
stop();
Symbol 45 MovieClip Frame 42
stop();
Symbol 45 MovieClip Frame 43
stop();
Symbol 45 MovieClip Frame 44
stop();
Symbol 45 MovieClip Frame 45
stop();
Symbol 45 MovieClip Frame 46
stop();
Symbol 45 MovieClip Frame 47
stop();
Symbol 45 MovieClip Frame 48
stop();
Symbol 45 MovieClip Frame 49
stop();
Symbol 45 MovieClip Frame 50
stop();
Symbol 50 MovieClip Frame 1
stop();
Symbol 50 MovieClip Frame 2
stop();
Symbol 50 MovieClip Frame 3
stop();
Symbol 50 MovieClip Frame 4
stop();
Symbol 50 MovieClip Frame 5
stop();
Symbol 50 MovieClip Frame 6
stop();
Symbol 50 MovieClip Frame 7
stop();
Symbol 50 MovieClip Frame 8
stop();
Symbol 50 MovieClip Frame 9
stop();
Symbol 50 MovieClip Frame 10
stop();
Symbol 50 MovieClip Frame 11
stop();
Symbol 50 MovieClip Frame 12
stop();
Symbol 50 MovieClip Frame 13
stop();
Symbol 50 MovieClip Frame 14
stop();
Symbol 50 MovieClip Frame 15
stop();
Symbol 50 MovieClip Frame 16
stop();
Symbol 50 MovieClip Frame 17
stop();
Symbol 50 MovieClip Frame 18
stop();
Symbol 50 MovieClip Frame 19
stop();
Symbol 50 MovieClip Frame 20
stop();
Symbol 50 MovieClip Frame 21
stop();
Symbol 50 MovieClip Frame 22
stop();
Symbol 50 MovieClip Frame 23
stop();
Symbol 50 MovieClip Frame 24
stop();
Symbol 50 MovieClip Frame 25
stop();
Symbol 50 MovieClip Frame 26
stop();
Symbol 50 MovieClip Frame 27
stop();
Symbol 50 MovieClip Frame 28
stop();
Symbol 50 MovieClip Frame 29
stop();
Symbol 50 MovieClip Frame 30
stop();
Symbol 50 MovieClip Frame 31
stop();
Symbol 50 MovieClip Frame 32
stop();
Symbol 50 MovieClip Frame 33
stop();
Symbol 50 MovieClip Frame 34
stop();
Symbol 50 MovieClip Frame 35
stop();
Symbol 50 MovieClip Frame 36
stop();
Symbol 50 MovieClip Frame 37
stop();
Symbol 50 MovieClip Frame 38
stop();
Symbol 50 MovieClip Frame 39
stop();
Symbol 50 MovieClip Frame 40
stop();
Symbol 50 MovieClip Frame 41
stop();
Symbol 50 MovieClip Frame 42
stop();
Symbol 50 MovieClip Frame 43
stop();
Symbol 50 MovieClip Frame 44
stop();
Symbol 50 MovieClip Frame 45
stop();
Symbol 50 MovieClip Frame 46
stop();
Symbol 50 MovieClip Frame 47
stop();
Symbol 50 MovieClip Frame 48
stop();
Symbol 50 MovieClip Frame 49
stop();
Symbol 50 MovieClip Frame 50
stop();
Symbol 50 MovieClip Frame 51
stop();
Symbol 50 MovieClip Frame 52
stop();
Symbol 50 MovieClip Frame 53
stop();
Symbol 50 MovieClip Frame 54
stop();
Symbol 50 MovieClip Frame 55
stop();
Symbol 50 MovieClip Frame 56
stop();
Symbol 50 MovieClip Frame 57
stop();
Symbol 50 MovieClip Frame 58
stop();
Symbol 50 MovieClip Frame 59
stop();
Symbol 50 MovieClip Frame 60
stop();
Symbol 50 MovieClip Frame 61
stop();
Symbol 50 MovieClip Frame 62
stop();
Symbol 50 MovieClip Frame 63
stop();
Symbol 50 MovieClip Frame 64
stop();
Symbol 50 MovieClip Frame 65
stop();
Symbol 50 MovieClip Frame 66
stop();
Symbol 50 MovieClip Frame 67
stop();
Symbol 50 MovieClip Frame 68
stop();
Symbol 50 MovieClip Frame 69
stop();
Symbol 50 MovieClip Frame 70
stop();
Symbol 50 MovieClip Frame 71
stop();
Symbol 50 MovieClip Frame 72
stop();
Symbol 50 MovieClip Frame 73
stop();
Symbol 50 MovieClip Frame 74
stop();
Symbol 50 MovieClip Frame 75
stop();
Symbol 50 MovieClip Frame 76
stop();
Symbol 50 MovieClip Frame 77
stop();
Symbol 50 MovieClip Frame 78
stop();
Symbol 50 MovieClip Frame 79
stop();
Symbol 50 MovieClip Frame 80
stop();
Symbol 50 MovieClip Frame 81
stop();
Symbol 50 MovieClip Frame 82
stop();
Symbol 50 MovieClip Frame 83
stop();
Symbol 50 MovieClip Frame 84
stop();
Symbol 50 MovieClip Frame 85
stop();
Symbol 50 MovieClip Frame 86
stop();
Symbol 50 MovieClip Frame 87
stop();
Symbol 50 MovieClip Frame 88
stop();
Symbol 50 MovieClip Frame 89
stop();
Symbol 50 MovieClip Frame 90
stop();
Symbol 50 MovieClip Frame 91
stop();
Symbol 50 MovieClip Frame 92
stop();
Symbol 50 MovieClip Frame 93
stop();
Symbol 50 MovieClip Frame 94
stop();
Symbol 50 MovieClip Frame 95
stop();
Symbol 50 MovieClip Frame 96
stop();
Symbol 50 MovieClip Frame 97
stop();
Symbol 50 MovieClip Frame 98
stop();
Symbol 50 MovieClip Frame 99
stop();
Symbol 50 MovieClip Frame 100
stop();
Symbol 53 MovieClip Frame 20
stop();
Symbol 63 MovieClip Frame 1
stop();
Symbol 63 MovieClip Frame 11
stop();
Symbol 89 MovieClip Frame 1
stop();
Symbol 89 MovieClip Frame 2
stop();
Symbol 89 MovieClip Frame 3
stop();
Symbol 89 MovieClip Frame 4
stop();
Symbol 89 MovieClip Frame 5
stop();
Symbol 89 MovieClip Frame 6
stop();
Symbol 89 MovieClip Frame 7
stop();
Symbol 89 MovieClip Frame 8
stop();
Symbol 89 MovieClip Frame 9
stop();
Symbol 89 MovieClip Frame 10
stop();
Symbol 89 MovieClip Frame 11
stop();
Symbol 89 MovieClip Frame 12
stop();
Symbol 89 MovieClip Frame 13
stop();
Symbol 89 MovieClip Frame 14
stop();
Symbol 89 MovieClip Frame 15
stop();
Symbol 89 MovieClip Frame 16
stop();
Symbol 89 MovieClip Frame 17
stop();
Symbol 89 MovieClip Frame 18
stop();
Symbol 89 MovieClip Frame 19
stop();
Symbol 89 MovieClip Frame 20
stop();
Symbol 89 MovieClip Frame 21
stop();
Symbol 89 MovieClip Frame 22
stop();
Symbol 89 MovieClip Frame 23
stop();
Symbol 89 MovieClip Frame 24
stop();
Symbol 89 MovieClip Frame 25
stop();
Symbol 89 MovieClip Frame 26
stop();
Symbol 89 MovieClip Frame 27
stop();
Symbol 89 MovieClip Frame 28
stop();
Symbol 89 MovieClip Frame 29
stop();
Symbol 89 MovieClip Frame 30
stop();
Symbol 89 MovieClip Frame 31
stop();
Symbol 89 MovieClip Frame 32
stop();
Symbol 89 MovieClip Frame 33
stop();
Symbol 89 MovieClip Frame 34
stop();
Symbol 89 MovieClip Frame 35
stop();
Symbol 89 MovieClip Frame 36
stop();
Symbol 89 MovieClip Frame 37
stop();
Symbol 89 MovieClip Frame 38
stop();
Symbol 89 MovieClip Frame 39
stop();
Symbol 89 MovieClip Frame 40
stop();
Symbol 89 MovieClip Frame 41
stop();
Symbol 89 MovieClip Frame 42
stop();
Symbol 89 MovieClip Frame 43
stop();
Symbol 94 MovieClip Frame 1
stop();
Symbol 94 MovieClip Frame 2
stop();
Symbol 94 MovieClip Frame 3
stop();
Symbol 94 MovieClip Frame 4
stop();
Symbol 104 MovieClip Frame 1
stop();
Symbol 104 MovieClip Frame 2
stop();
Symbol 104 MovieClip Frame 3
stop();
Symbol 104 MovieClip Frame 4
stop();
Symbol 104 MovieClip Frame 5
stop();
Symbol 104 MovieClip Frame 6
stop();
Symbol 104 MovieClip Frame 7
stop();
Symbol 104 MovieClip Frame 8
stop();
Symbol 104 MovieClip Frame 9
stop();
Symbol 104 MovieClip Frame 10
stop();
Symbol 104 MovieClip Frame 11
stop();
Symbol 104 MovieClip Frame 12
stop();
Symbol 104 MovieClip Frame 13
stop();
Symbol 104 MovieClip Frame 14
stop();
Symbol 104 MovieClip Frame 15
stop();
Symbol 104 MovieClip Frame 16
stop();
Symbol 104 MovieClip Frame 17
stop();
Symbol 104 MovieClip Frame 18
stop();
Symbol 104 MovieClip Frame 19
stop();
Symbol 104 MovieClip Frame 20
stop();
Symbol 104 MovieClip Frame 21
stop();
Symbol 104 MovieClip Frame 22
stop();
Symbol 104 MovieClip Frame 23
stop();
Symbol 104 MovieClip Frame 24
stop();
Symbol 104 MovieClip Frame 25
stop();
Symbol 104 MovieClip Frame 26
stop();
Symbol 104 MovieClip Frame 27
stop();
Symbol 104 MovieClip Frame 28
stop();
Symbol 104 MovieClip Frame 29
stop();
Symbol 104 MovieClip Frame 30
stop();
Symbol 104 MovieClip Frame 31
stop();
Symbol 104 MovieClip Frame 32
stop();
Symbol 104 MovieClip Frame 33
stop();
Symbol 104 MovieClip Frame 34
stop();
Symbol 104 MovieClip Frame 35
stop();
Symbol 104 MovieClip Frame 36
stop();
Symbol 104 MovieClip Frame 37
stop();
Symbol 104 MovieClip Frame 38
stop();
Symbol 104 MovieClip Frame 39
stop();
Symbol 104 MovieClip Frame 40
stop();
Symbol 104 MovieClip Frame 41
stop();
Symbol 104 MovieClip Frame 42
stop();
Symbol 104 MovieClip Frame 43
stop();
Symbol 104 MovieClip Frame 44
stop();
Symbol 104 MovieClip Frame 45
stop();
Symbol 104 MovieClip Frame 46
stop();
Symbol 104 MovieClip Frame 47
stop();
Symbol 104 MovieClip Frame 48
stop();
Symbol 104 MovieClip Frame 49
stop();
Symbol 104 MovieClip Frame 50
stop();
Symbol 115 MovieClip Frame 1
stop();
Symbol 115 MovieClip Frame 2
stop();
Symbol 115 MovieClip Frame 3
stop();
Symbol 115 MovieClip Frame 4
stop();
Symbol 115 MovieClip Frame 5
stop();
Symbol 115 MovieClip Frame 6
stop();
Symbol 115 MovieClip Frame 7
stop();
Symbol 115 MovieClip Frame 8
stop();
Symbol 115 MovieClip Frame 9
stop();
Symbol 115 MovieClip Frame 10
stop();
Symbol 115 MovieClip Frame 11
stop();
Symbol 115 MovieClip Frame 12
stop();
Symbol 115 MovieClip Frame 13
stop();
Symbol 115 MovieClip Frame 14
stop();
Symbol 115 MovieClip Frame 15
stop();
Symbol 115 MovieClip Frame 16
stop();
Symbol 115 MovieClip Frame 17
stop();
Symbol 115 MovieClip Frame 18
stop();
Symbol 115 MovieClip Frame 19
stop();
Symbol 115 MovieClip Frame 20
stop();
Symbol 115 MovieClip Frame 21
stop();
Symbol 115 MovieClip Frame 22
stop();
Symbol 115 MovieClip Frame 23
stop();
Symbol 115 MovieClip Frame 24
stop();
Symbol 115 MovieClip Frame 25
stop();
Symbol 115 MovieClip Frame 26
stop();
Symbol 115 MovieClip Frame 27
stop();
Symbol 115 MovieClip Frame 28
stop();
Symbol 115 MovieClip Frame 29
stop();
Symbol 115 MovieClip Frame 30
stop();
Symbol 115 MovieClip Frame 31
stop();
Symbol 115 MovieClip Frame 32
stop();
Symbol 115 MovieClip Frame 33
stop();
Symbol 115 MovieClip Frame 34
stop();
Symbol 115 MovieClip Frame 35
stop();
Symbol 115 MovieClip Frame 36
stop();
Symbol 115 MovieClip Frame 37
stop();
Symbol 115 MovieClip Frame 38
stop();
Symbol 115 MovieClip Frame 39
stop();
Symbol 115 MovieClip Frame 40
stop();
Symbol 126 MovieClip Frame 1
stop();
Symbol 126 MovieClip Frame 2
stop();
Symbol 126 MovieClip Frame 3
stop();
Symbol 126 MovieClip Frame 4
stop();
Symbol 126 MovieClip Frame 5
stop();
Symbol 126 MovieClip Frame 6
stop();
Symbol 126 MovieClip Frame 7
stop();
Symbol 126 MovieClip Frame 8
stop();
Symbol 126 MovieClip Frame 9
stop();
Symbol 126 MovieClip Frame 10
stop();
Symbol 126 MovieClip Frame 11
stop();
Symbol 126 MovieClip Frame 12
stop();
Symbol 126 MovieClip Frame 13
stop();
Symbol 126 MovieClip Frame 14
stop();
Symbol 126 MovieClip Frame 15
stop();
Symbol 126 MovieClip Frame 16
stop();
Symbol 126 MovieClip Frame 17
stop();
Symbol 126 MovieClip Frame 18
stop();
Symbol 126 MovieClip Frame 19
stop();
Symbol 126 MovieClip Frame 20
stop();
Symbol 126 MovieClip Frame 21
stop();
Symbol 126 MovieClip Frame 22
stop();
Symbol 126 MovieClip Frame 23
stop();
Symbol 126 MovieClip Frame 24
stop();
Symbol 126 MovieClip Frame 25
stop();
Symbol 126 MovieClip Frame 26
stop();
Symbol 126 MovieClip Frame 27
stop();
Symbol 126 MovieClip Frame 28
stop();
Symbol 126 MovieClip Frame 29
stop();
Symbol 126 MovieClip Frame 30
stop();
Symbol 126 MovieClip Frame 31
stop();
Symbol 126 MovieClip Frame 32
stop();
Symbol 126 MovieClip Frame 33
stop();
Symbol 126 MovieClip Frame 34
stop();
Symbol 126 MovieClip Frame 35
stop();
Symbol 126 MovieClip Frame 36
stop();
Symbol 126 MovieClip Frame 37
stop();
Symbol 126 MovieClip Frame 38
stop();
Symbol 126 MovieClip Frame 39
stop();
Symbol 126 MovieClip Frame 40
stop();
Symbol 126 MovieClip Frame 41
stop();
Symbol 126 MovieClip Frame 42
stop();
Symbol 126 MovieClip Frame 43
stop();
Symbol 126 MovieClip Frame 44
stop();
Symbol 126 MovieClip Frame 45
stop();
Symbol 126 MovieClip Frame 46
stop();
Symbol 126 MovieClip Frame 47
stop();
Symbol 126 MovieClip Frame 48
stop();
Symbol 126 MovieClip Frame 49
stop();
Symbol 126 MovieClip Frame 50
stop();
Symbol 126 MovieClip Frame 51
stop();
Symbol 129 MovieClip Frame 6
stop();
Symbol 130 MovieClip Frame 6
stop();
Symbol 133 MovieClip Frame 6
stop();
Symbol 136 MovieClip Frame 11
stop();
Symbol 144 MovieClip Frame 1
stop();
Symbol 144 MovieClip Frame 2
stop();
Symbol 144 MovieClip Frame 3
stop();
Symbol 144 MovieClip Frame 4
stop();
Symbol 144 MovieClip Frame 5
stop();
Symbol 144 MovieClip Frame 6
stop();
Symbol 144 MovieClip Frame 7
stop();
Symbol 144 MovieClip Frame 8
stop();
Symbol 144 MovieClip Frame 9
stop();
Symbol 144 MovieClip Frame 10
stop();
Symbol 144 MovieClip Frame 11
stop();
Symbol 144 MovieClip Frame 12
stop();
Symbol 144 MovieClip Frame 13
stop();
Symbol 144 MovieClip Frame 14
stop();
Symbol 144 MovieClip Frame 15
stop();
Symbol 144 MovieClip Frame 16
stop();
Symbol 144 MovieClip Frame 17
stop();
Symbol 144 MovieClip Frame 18
stop();
Symbol 144 MovieClip Frame 19
stop();
Symbol 144 MovieClip Frame 20
stop();
Symbol 144 MovieClip Frame 21
stop();
Symbol 144 MovieClip Frame 22
stop();
Symbol 144 MovieClip Frame 23
stop();
Symbol 144 MovieClip Frame 24
stop();
Symbol 144 MovieClip Frame 25
stop();
Symbol 144 MovieClip Frame 26
stop();
Symbol 144 MovieClip Frame 27
stop();
Symbol 144 MovieClip Frame 28
stop();
Symbol 144 MovieClip Frame 29
stop();
Symbol 144 MovieClip Frame 30
stop();
Symbol 144 MovieClip Frame 31
stop();
Symbol 144 MovieClip Frame 32
stop();
Symbol 144 MovieClip Frame 33
stop();
Symbol 144 MovieClip Frame 34
stop();
Symbol 144 MovieClip Frame 35
stop();
Symbol 144 MovieClip Frame 36
stop();
Symbol 144 MovieClip Frame 37
stop();
Symbol 144 MovieClip Frame 38
stop();
Symbol 144 MovieClip Frame 39
stop();
Symbol 144 MovieClip Frame 40
stop();
Symbol 144 MovieClip Frame 41
stop();
Symbol 144 MovieClip Frame 42
stop();
Symbol 144 MovieClip Frame 43
stop();
Symbol 144 MovieClip Frame 44
stop();
Symbol 144 MovieClip Frame 45
stop();
Symbol 144 MovieClip Frame 46
stop();
Symbol 144 MovieClip Frame 47
stop();
Symbol 144 MovieClip Frame 48
stop();
Symbol 144 MovieClip Frame 49
stop();
Symbol 144 MovieClip Frame 50
stop();
Symbol 144 MovieClip Frame 51
stop();
Symbol 144 MovieClip Frame 52
stop();
Symbol 144 MovieClip Frame 53
stop();
Symbol 144 MovieClip Frame 54
stop();
Symbol 144 MovieClip Frame 55
stop();
Symbol 144 MovieClip Frame 56
stop();
Symbol 144 MovieClip Frame 57
stop();
Symbol 144 MovieClip Frame 58
stop();
Symbol 144 MovieClip Frame 59
stop();
Symbol 144 MovieClip Frame 60
stop();
Symbol 162 MovieClip Frame 1
stop();
Symbol 162 MovieClip Frame 2
stop();
Symbol 162 MovieClip Frame 3
stop();
Symbol 162 MovieClip Frame 4
stop();
Symbol 162 MovieClip Frame 5
stop();
Symbol 162 MovieClip Frame 6
stop();
Symbol 162 MovieClip Frame 7
stop();
Symbol 162 MovieClip Frame 8
stop();
Symbol 162 MovieClip Frame 9
stop();
Symbol 162 MovieClip Frame 10
stop();
Symbol 162 MovieClip Frame 11
stop();
Symbol 162 MovieClip Frame 12
stop();
Symbol 162 MovieClip Frame 13
stop();
Symbol 162 MovieClip Frame 14
stop();
Symbol 162 MovieClip Frame 15
stop();
Symbol 162 MovieClip Frame 16
stop();
Symbol 162 MovieClip Frame 17
stop();
Symbol 162 MovieClip Frame 18
stop();
Symbol 162 MovieClip Frame 19
stop();
Symbol 162 MovieClip Frame 20
stop();
Symbol 162 MovieClip Frame 21
stop();
Symbol 162 MovieClip Frame 22
stop();
Symbol 162 MovieClip Frame 23
stop();
Symbol 162 MovieClip Frame 24
stop();
Symbol 162 MovieClip Frame 25
stop();
Symbol 162 MovieClip Frame 26
stop();
Symbol 162 MovieClip Frame 27
stop();
Symbol 162 MovieClip Frame 28
stop();
Symbol 162 MovieClip Frame 29
stop();
Symbol 162 MovieClip Frame 30
stop();
Symbol 162 MovieClip Frame 31
stop();
Symbol 162 MovieClip Frame 32
stop();
Symbol 162 MovieClip Frame 33
stop();
Symbol 162 MovieClip Frame 34
stop();
Symbol 162 MovieClip Frame 35
stop();
Symbol 162 MovieClip Frame 36
stop();
Symbol 162 MovieClip Frame 37
stop();
Symbol 162 MovieClip Frame 38
stop();
Symbol 162 MovieClip Frame 39
stop();
Symbol 162 MovieClip Frame 40
stop();
Symbol 162 MovieClip Frame 41
stop();
Symbol 162 MovieClip Frame 42
stop();
Symbol 162 MovieClip Frame 43
stop();
Symbol 162 MovieClip Frame 44
stop();
Symbol 162 MovieClip Frame 45
stop();
Symbol 162 MovieClip Frame 46
stop();
Symbol 162 MovieClip Frame 47
stop();
Symbol 162 MovieClip Frame 48
stop();
Symbol 162 MovieClip Frame 49
stop();
Symbol 162 MovieClip Frame 50
stop();
Symbol 162 MovieClip Frame 51
stop();
Symbol 162 MovieClip Frame 52
stop();
Symbol 173 MovieClip Frame 1
stop();
Symbol 173 MovieClip Frame 2
stop();
Symbol 173 MovieClip Frame 3
stop();
Symbol 173 MovieClip Frame 4
stop();
Symbol 173 MovieClip Frame 5
stop();
Symbol 173 MovieClip Frame 6
stop();
Symbol 173 MovieClip Frame 7
stop();
Symbol 173 MovieClip Frame 8
stop();
Symbol 173 MovieClip Frame 9
stop();
Symbol 173 MovieClip Frame 10
stop();
Symbol 173 MovieClip Frame 11
stop();
Symbol 173 MovieClip Frame 12
stop();
Symbol 173 MovieClip Frame 13
stop();
Symbol 173 MovieClip Frame 14
stop();
Symbol 173 MovieClip Frame 15
stop();
Symbol 173 MovieClip Frame 16
stop();
Symbol 173 MovieClip Frame 17
stop();
Symbol 173 MovieClip Frame 18
stop();
Symbol 173 MovieClip Frame 19
stop();
Symbol 173 MovieClip Frame 20
stop();
Symbol 173 MovieClip Frame 21
stop();
Symbol 173 MovieClip Frame 22
stop();
Symbol 173 MovieClip Frame 23
stop();
Symbol 173 MovieClip Frame 24
stop();
Symbol 173 MovieClip Frame 25
stop();
Symbol 173 MovieClip Frame 26
stop();
Symbol 173 MovieClip Frame 27
stop();
Symbol 173 MovieClip Frame 28
stop();
Symbol 173 MovieClip Frame 29
stop();
Symbol 173 MovieClip Frame 30
stop();
Symbol 173 MovieClip Frame 31
stop();
Symbol 173 MovieClip Frame 32
stop();
Symbol 173 MovieClip Frame 33
stop();
Symbol 173 MovieClip Frame 34
stop();
Symbol 173 MovieClip Frame 35
stop();
Symbol 173 MovieClip Frame 36
stop();
Symbol 173 MovieClip Frame 37
stop();
Symbol 173 MovieClip Frame 38
stop();
Symbol 173 MovieClip Frame 39
stop();
Symbol 173 MovieClip Frame 40
stop();
Symbol 173 MovieClip Frame 41
stop();
Symbol 173 MovieClip Frame 42
stop();
Symbol 173 MovieClip Frame 43
stop();
Symbol 173 MovieClip Frame 44
stop();
Symbol 173 MovieClip Frame 45
stop();
Symbol 173 MovieClip Frame 46
stop();
Symbol 173 MovieClip Frame 47
stop();
Symbol 173 MovieClip Frame 48
stop();
Symbol 173 MovieClip Frame 49
stop();
Symbol 173 MovieClip Frame 50
stop();
Symbol 173 MovieClip Frame 51
stop();
Symbol 173 MovieClip Frame 52
stop();
Symbol 173 MovieClip Frame 53
stop();
Symbol 173 MovieClip Frame 54
stop();
Symbol 173 MovieClip Frame 55
stop();
Symbol 173 MovieClip Frame 56
stop();
Symbol 173 MovieClip Frame 57
stop();
Symbol 173 MovieClip Frame 58
stop();
Symbol 173 MovieClip Frame 59
stop();
Symbol 173 MovieClip Frame 60
stop();
Symbol 176 MovieClip Frame 11
stop();
Symbol 182 MovieClip Frame 1
stop();
Symbol 182 MovieClip Frame 2
stop();
Symbol 182 MovieClip Frame 3
stop();
Symbol 182 MovieClip Frame 4
stop();
Symbol 182 MovieClip Frame 5
stop();
Symbol 182 MovieClip Frame 6
stop();
Symbol 182 MovieClip Frame 7
stop();
Symbol 182 MovieClip Frame 8
stop();
Symbol 182 MovieClip Frame 9
stop();
Symbol 182 MovieClip Frame 10
stop();
Symbol 182 MovieClip Frame 11
stop();
Symbol 182 MovieClip Frame 12
stop();
Symbol 182 MovieClip Frame 13
stop();
Symbol 182 MovieClip Frame 14
stop();
Symbol 182 MovieClip Frame 15
stop();
Symbol 182 MovieClip Frame 16
stop();
Symbol 182 MovieClip Frame 17
stop();
Symbol 182 MovieClip Frame 18
stop();
Symbol 182 MovieClip Frame 19
stop();
Symbol 182 MovieClip Frame 20
stop();
Symbol 182 MovieClip Frame 21
stop();
Symbol 182 MovieClip Frame 22
stop();
Symbol 182 MovieClip Frame 23
stop();
Symbol 182 MovieClip Frame 24
stop();
Symbol 182 MovieClip Frame 25
stop();
Symbol 182 MovieClip Frame 26
stop();
Symbol 182 MovieClip Frame 27
stop();
Symbol 182 MovieClip Frame 28
stop();
Symbol 182 MovieClip Frame 29
stop();
Symbol 182 MovieClip Frame 30
stop();
Symbol 182 MovieClip Frame 31
stop();
Symbol 182 MovieClip Frame 32
stop();
Symbol 182 MovieClip Frame 33
stop();
Symbol 182 MovieClip Frame 34
stop();
Symbol 182 MovieClip Frame 35
stop();
Symbol 182 MovieClip Frame 36
stop();
Symbol 182 MovieClip Frame 37
stop();
Symbol 182 MovieClip Frame 38
stop();
Symbol 182 MovieClip Frame 39
stop();
Symbol 182 MovieClip Frame 40
stop();
Symbol 182 MovieClip Frame 41
stop();
Symbol 182 MovieClip Frame 42
stop();
Symbol 182 MovieClip Frame 43
stop();
Symbol 182 MovieClip Frame 44
stop();
Symbol 182 MovieClip Frame 45
stop();
Symbol 182 MovieClip Frame 46
stop();
Symbol 182 MovieClip Frame 47
stop();
Symbol 182 MovieClip Frame 48
stop();
Symbol 182 MovieClip Frame 49
stop();
Symbol 182 MovieClip Frame 50
stop();
Symbol 182 MovieClip Frame 51
stop();
Symbol 182 MovieClip Frame 52
stop();
Symbol 182 MovieClip Frame 53
stop();
Symbol 182 MovieClip Frame 54
stop();
Symbol 182 MovieClip Frame 55
stop();
Symbol 182 MovieClip Frame 56
stop();
Symbol 182 MovieClip Frame 57
stop();
Symbol 182 MovieClip Frame 58
stop();
Symbol 182 MovieClip Frame 59
stop();
Symbol 182 MovieClip Frame 60
stop();
Symbol 186 MovieClip Frame 1
stop();
Symbol 186 MovieClip Frame 2
stop();
Symbol 186 MovieClip Frame 3
stop();
Symbol 186 MovieClip Frame 4
stop();
Symbol 186 MovieClip Frame 5
stop();
Symbol 186 MovieClip Frame 6
stop();
Symbol 186 MovieClip Frame 7
stop();
Symbol 186 MovieClip Frame 8
stop();
Symbol 186 MovieClip Frame 9
stop();
Symbol 186 MovieClip Frame 10
stop();
Symbol 186 MovieClip Frame 11
stop();
Symbol 186 MovieClip Frame 12
stop();
Symbol 186 MovieClip Frame 13
stop();
Symbol 186 MovieClip Frame 14
stop();
Symbol 186 MovieClip Frame 15
stop();
Symbol 186 MovieClip Frame 16
stop();
Symbol 186 MovieClip Frame 17
stop();
Symbol 186 MovieClip Frame 18
stop();
Symbol 186 MovieClip Frame 19
stop();
Symbol 186 MovieClip Frame 20
stop();
Symbol 186 MovieClip Frame 21
stop();
Symbol 186 MovieClip Frame 22
stop();
Symbol 186 MovieClip Frame 23
stop();
Symbol 186 MovieClip Frame 24
stop();
Symbol 186 MovieClip Frame 25
stop();
Symbol 186 MovieClip Frame 26
stop();
Symbol 186 MovieClip Frame 27
stop();
Symbol 186 MovieClip Frame 28
stop();
Symbol 186 MovieClip Frame 29
stop();
Symbol 186 MovieClip Frame 30
stop();
Symbol 186 MovieClip Frame 31
stop();
Symbol 186 MovieClip Frame 32
stop();
Symbol 186 MovieClip Frame 33
stop();
Symbol 186 MovieClip Frame 34
stop();
Symbol 186 MovieClip Frame 35
stop();
Symbol 186 MovieClip Frame 36
stop();
Symbol 186 MovieClip Frame 37
stop();
Symbol 186 MovieClip Frame 38
stop();
Symbol 186 MovieClip Frame 39
stop();
Symbol 186 MovieClip Frame 40
stop();
Symbol 189 MovieClip Frame 6
stop();
Symbol 191 MovieClip Frame 21
stop();
Symbol 194 MovieClip Frame 1
stop();
Symbol 194 MovieClip Frame 2
stop();
Symbol 194 MovieClip Frame 3
stop();
Symbol 194 MovieClip Frame 4
stop();
Symbol 194 MovieClip Frame 5
stop();
Symbol 194 MovieClip Frame 6
stop();
Symbol 194 MovieClip Frame 7
stop();
Symbol 194 MovieClip Frame 8
stop();
Symbol 194 MovieClip Frame 9
stop();
Symbol 194 MovieClip Frame 10
stop();
Symbol 194 MovieClip Frame 11
stop();
Symbol 194 MovieClip Frame 12
stop();
Symbol 194 MovieClip Frame 13
stop();
Symbol 194 MovieClip Frame 14
stop();
Symbol 194 MovieClip Frame 15
stop();
Symbol 194 MovieClip Frame 16
stop();
Symbol 194 MovieClip Frame 17
stop();
Symbol 194 MovieClip Frame 18
stop();
Symbol 194 MovieClip Frame 19
stop();
Symbol 194 MovieClip Frame 20
stop();
Symbol 194 MovieClip Frame 21
stop();
Symbol 194 MovieClip Frame 22
stop();
Symbol 194 MovieClip Frame 23
stop();
Symbol 194 MovieClip Frame 24
stop();
Symbol 194 MovieClip Frame 25
stop();
Symbol 194 MovieClip Frame 26
stop();
Symbol 194 MovieClip Frame 27
stop();
Symbol 194 MovieClip Frame 28
stop();
Symbol 194 MovieClip Frame 29
stop();
Symbol 194 MovieClip Frame 30
stop();
Symbol 194 MovieClip Frame 31
stop();
Symbol 194 MovieClip Frame 32
stop();
Symbol 194 MovieClip Frame 33
stop();
Symbol 194 MovieClip Frame 34
stop();
Symbol 194 MovieClip Frame 35
stop();
Symbol 194 MovieClip Frame 36
stop();
Symbol 194 MovieClip Frame 37
stop();
Symbol 194 MovieClip Frame 38
stop();
Symbol 194 MovieClip Frame 39
stop();
Symbol 194 MovieClip Frame 40
stop();
Symbol 201 MovieClip Frame 21
stop();
Symbol 206 MovieClip Frame 1
stop();
Symbol 206 MovieClip Frame 2
stop();
Symbol 206 MovieClip Frame 3
stop();
Symbol 206 MovieClip Frame 4
stop();
Symbol 206 MovieClip Frame 5
stop();
Symbol 206 MovieClip Frame 6
stop();
Symbol 206 MovieClip Frame 7
stop();
Symbol 206 MovieClip Frame 8
stop();
Symbol 206 MovieClip Frame 9
stop();
Symbol 206 MovieClip Frame 10
stop();
Symbol 206 MovieClip Frame 11
stop();
Symbol 206 MovieClip Frame 12
stop();
Symbol 206 MovieClip Frame 13
stop();
Symbol 206 MovieClip Frame 14
stop();
Symbol 206 MovieClip Frame 15
stop();
Symbol 206 MovieClip Frame 16
stop();
Symbol 206 MovieClip Frame 17
stop();
Symbol 206 MovieClip Frame 18
stop();
Symbol 206 MovieClip Frame 19
stop();
Symbol 206 MovieClip Frame 20
stop();
Symbol 212 MovieClip Frame 1
stop();
Symbol 212 MovieClip Frame 2
stop();
Symbol 212 MovieClip Frame 3
stop();
Symbol 212 MovieClip Frame 4
stop();
Symbol 212 MovieClip Frame 5
stop();
Symbol 212 MovieClip Frame 6
stop();
Symbol 212 MovieClip Frame 7
stop();
Symbol 212 MovieClip Frame 8
stop();
Symbol 212 MovieClip Frame 9
stop();
Symbol 212 MovieClip Frame 10
stop();
Symbol 212 MovieClip Frame 11
stop();
Symbol 212 MovieClip Frame 12
stop();
Symbol 212 MovieClip Frame 13
stop();
Symbol 212 MovieClip Frame 14
stop();
Symbol 212 MovieClip Frame 15
stop();
Symbol 212 MovieClip Frame 16
stop();
Symbol 212 MovieClip Frame 17
stop();
Symbol 212 MovieClip Frame 18
stop();
Symbol 212 MovieClip Frame 19
stop();
Symbol 212 MovieClip Frame 20
stop();
Symbol 212 MovieClip Frame 21
stop();
Symbol 212 MovieClip Frame 22
stop();
Symbol 212 MovieClip Frame 23
stop();
Symbol 212 MovieClip Frame 24
stop();
Symbol 212 MovieClip Frame 25
stop();
Symbol 212 MovieClip Frame 26
stop();
Symbol 212 MovieClip Frame 27
stop();
Symbol 212 MovieClip Frame 28
stop();
Symbol 212 MovieClip Frame 29
stop();
Symbol 212 MovieClip Frame 30
stop();
Symbol 212 MovieClip Frame 31
stop();
Symbol 212 MovieClip Frame 32
stop();
Symbol 212 MovieClip Frame 33
stop();
Symbol 212 MovieClip Frame 34
stop();
Symbol 212 MovieClip Frame 35
stop();
Symbol 212 MovieClip Frame 36
stop();
Symbol 212 MovieClip Frame 37
stop();
Symbol 212 MovieClip Frame 38
stop();
Symbol 212 MovieClip Frame 39
stop();
Symbol 212 MovieClip Frame 40
stop();
Symbol 212 MovieClip Frame 41
stop();
Symbol 212 MovieClip Frame 42
stop();
Symbol 212 MovieClip Frame 43
stop();
Symbol 212 MovieClip Frame 44
stop();
Symbol 212 MovieClip Frame 45
stop();
Symbol 212 MovieClip Frame 46
stop();
Symbol 212 MovieClip Frame 47
stop();
Symbol 212 MovieClip Frame 48
stop();
Symbol 212 MovieClip Frame 49
stop();
Symbol 212 MovieClip Frame 50
stop();
Symbol 212 MovieClip Frame 51
stop();
Symbol 212 MovieClip Frame 52
stop();
Symbol 212 MovieClip Frame 53
stop();
Symbol 212 MovieClip Frame 54
stop();
Symbol 212 MovieClip Frame 55
stop();
Symbol 212 MovieClip Frame 56
stop();
Symbol 212 MovieClip Frame 57
stop();
Symbol 212 MovieClip Frame 58
stop();
Symbol 212 MovieClip Frame 59
stop();
Symbol 212 MovieClip Frame 60
stop();
Symbol 212 MovieClip Frame 61
stop();
Symbol 212 MovieClip Frame 62
stop();
Symbol 212 MovieClip Frame 63
stop();
Symbol 212 MovieClip Frame 64
stop();
Symbol 212 MovieClip Frame 65
stop();
Symbol 212 MovieClip Frame 66
stop();
Symbol 212 MovieClip Frame 67
stop();
Symbol 212 MovieClip Frame 68
stop();
Symbol 212 MovieClip Frame 69
stop();
Symbol 212 MovieClip Frame 70
stop();
Symbol 212 MovieClip Frame 71
stop();
Symbol 212 MovieClip Frame 72
stop();
Symbol 212 MovieClip Frame 73
stop();
Symbol 212 MovieClip Frame 74
stop();
Symbol 212 MovieClip Frame 75
stop();
Symbol 212 MovieClip Frame 76
stop();
Symbol 212 MovieClip Frame 77
stop();
Symbol 212 MovieClip Frame 78
stop();
Symbol 212 MovieClip Frame 79
stop();
Symbol 212 MovieClip Frame 80
stop();
Symbol 212 MovieClip Frame 81
stop();
Symbol 212 MovieClip Frame 82
stop();
Symbol 212 MovieClip Frame 83
stop();
Symbol 212 MovieClip Frame 84
stop();
Symbol 212 MovieClip Frame 85
stop();
Symbol 212 MovieClip Frame 86
stop();
Symbol 212 MovieClip Frame 87
stop();
Symbol 212 MovieClip Frame 88
stop();
Symbol 212 MovieClip Frame 89
stop();
Symbol 212 MovieClip Frame 90
stop();
Symbol 212 MovieClip Frame 91
stop();
Symbol 212 MovieClip Frame 92
stop();
Symbol 212 MovieClip Frame 93
stop();
Symbol 212 MovieClip Frame 94
stop();
Symbol 212 MovieClip Frame 95
stop();
Symbol 212 MovieClip Frame 96
stop();
Symbol 212 MovieClip Frame 97
stop();
Symbol 212 MovieClip Frame 98
stop();
Symbol 212 MovieClip Frame 99
stop();
Symbol 212 MovieClip Frame 100
stop();
Symbol 222 MovieClip Frame 1
stop();
Symbol 222 MovieClip Frame 2
stop();
Symbol 222 MovieClip Frame 3
stop();
Symbol 222 MovieClip Frame 4
stop();
Symbol 222 MovieClip Frame 5
stop();
Symbol 222 MovieClip Frame 6
stop();
Symbol 222 MovieClip Frame 7
stop();
Symbol 222 MovieClip Frame 8
stop();
Symbol 222 MovieClip Frame 9
stop();
Symbol 222 MovieClip Frame 10
stop();
Symbol 222 MovieClip Frame 11
stop();
Symbol 222 MovieClip Frame 12
stop();
Symbol 222 MovieClip Frame 13
stop();
Symbol 222 MovieClip Frame 14
stop();
Symbol 222 MovieClip Frame 15
stop();
Symbol 222 MovieClip Frame 16
stop();
Symbol 222 MovieClip Frame 17
stop();
Symbol 222 MovieClip Frame 18
stop();
Symbol 222 MovieClip Frame 19
stop();
Symbol 222 MovieClip Frame 20
stop();
Symbol 222 MovieClip Frame 21
stop();
Symbol 222 MovieClip Frame 22
stop();
Symbol 222 MovieClip Frame 23
stop();
Symbol 222 MovieClip Frame 24
stop();
Symbol 222 MovieClip Frame 25
stop();
Symbol 222 MovieClip Frame 26
stop();
Symbol 222 MovieClip Frame 27
stop();
Symbol 222 MovieClip Frame 28
stop();
Symbol 222 MovieClip Frame 29
stop();
Symbol 222 MovieClip Frame 30
stop();
Symbol 230 MovieClip Frame 1
stop();
Symbol 230 MovieClip Frame 2
stop();
Symbol 230 MovieClip Frame 3
stop();
Symbol 230 MovieClip Frame 4
stop();
Symbol 230 MovieClip Frame 5
stop();
Symbol 230 MovieClip Frame 6
stop();
Symbol 230 MovieClip Frame 7
stop();
Symbol 230 MovieClip Frame 8
stop();
Symbol 230 MovieClip Frame 9
stop();
Symbol 230 MovieClip Frame 10
stop();
Symbol 230 MovieClip Frame 11
stop();
Symbol 230 MovieClip Frame 12
stop();
Symbol 230 MovieClip Frame 13
stop();
Symbol 230 MovieClip Frame 14
stop();
Symbol 230 MovieClip Frame 15
stop();
Symbol 230 MovieClip Frame 16
stop();
Symbol 230 MovieClip Frame 17
stop();
Symbol 230 MovieClip Frame 18
stop();
Symbol 230 MovieClip Frame 19
stop();
Symbol 230 MovieClip Frame 20
stop();
Symbol 230 MovieClip Frame 21
stop();
Symbol 230 MovieClip Frame 22
stop();
Symbol 230 MovieClip Frame 23
stop();
Symbol 230 MovieClip Frame 24
stop();
Symbol 230 MovieClip Frame 25
stop();
Symbol 230 MovieClip Frame 26
stop();
Symbol 230 MovieClip Frame 27
stop();
Symbol 230 MovieClip Frame 28
stop();
Symbol 230 MovieClip Frame 29
stop();
Symbol 230 MovieClip Frame 30
stop();
Symbol 230 MovieClip Frame 31
stop();
Symbol 230 MovieClip Frame 32
stop();
Symbol 230 MovieClip Frame 33
stop();
Symbol 230 MovieClip Frame 34
stop();
Symbol 230 MovieClip Frame 35
stop();
Symbol 230 MovieClip Frame 36
stop();
Symbol 230 MovieClip Frame 37
stop();
Symbol 230 MovieClip Frame 38
stop();
Symbol 230 MovieClip Frame 39
stop();
Symbol 230 MovieClip Frame 40
stop();
Symbol 230 MovieClip Frame 41
stop();
Symbol 230 MovieClip Frame 42
stop();
Symbol 230 MovieClip Frame 43
stop();
Symbol 230 MovieClip Frame 44
stop();
Symbol 230 MovieClip Frame 45
stop();
Symbol 230 MovieClip Frame 46
stop();
Symbol 230 MovieClip Frame 47
stop();
Symbol 230 MovieClip Frame 48
stop();
Symbol 230 MovieClip Frame 49
stop();
Symbol 230 MovieClip Frame 50
stop();
Symbol 230 MovieClip Frame 51
stop();
Symbol 230 MovieClip Frame 52
stop();
Symbol 230 MovieClip Frame 53
stop();
Symbol 230 MovieClip Frame 54
stop();
Symbol 230 MovieClip Frame 55
stop();
Symbol 230 MovieClip Frame 56
stop();
Symbol 230 MovieClip Frame 57
stop();
Symbol 230 MovieClip Frame 58
stop();
Symbol 230 MovieClip Frame 59
stop();
Symbol 230 MovieClip Frame 60
stop();
Symbol 230 MovieClip Frame 61
stop();
Symbol 230 MovieClip Frame 62
stop();
Symbol 230 MovieClip Frame 63
stop();
Symbol 230 MovieClip Frame 64
stop();
Symbol 230 MovieClip Frame 65
stop();
Symbol 230 MovieClip Frame 66
stop();
Symbol 230 MovieClip Frame 67
stop();
Symbol 230 MovieClip Frame 68
stop();
Symbol 230 MovieClip Frame 69
stop();
Symbol 230 MovieClip Frame 70
stop();
Symbol 230 MovieClip Frame 71
stop();
Symbol 230 MovieClip Frame 72
stop();
Symbol 230 MovieClip Frame 73
stop();
Symbol 230 MovieClip Frame 74
stop();
Symbol 230 MovieClip Frame 75
stop();
Symbol 230 MovieClip Frame 76
stop();
Symbol 230 MovieClip Frame 77
stop();
Symbol 230 MovieClip Frame 78
stop();
Symbol 230 MovieClip Frame 79
stop();
Symbol 230 MovieClip Frame 80
stop();
Symbol 230 MovieClip Frame 81
stop();
Symbol 230 MovieClip Frame 82
stop();
Symbol 230 MovieClip Frame 83
stop();
Symbol 230 MovieClip Frame 84
stop();
Symbol 230 MovieClip Frame 85
stop();
Symbol 230 MovieClip Frame 86
stop();
Symbol 230 MovieClip Frame 87
stop();
Symbol 230 MovieClip Frame 88
stop();
Symbol 230 MovieClip Frame 89
stop();
Symbol 230 MovieClip Frame 90
stop();
Symbol 230 MovieClip Frame 91
stop();
Symbol 230 MovieClip Frame 92
stop();
Symbol 230 MovieClip Frame 93
stop();
Symbol 230 MovieClip Frame 94
stop();
Symbol 230 MovieClip Frame 95
stop();
Symbol 230 MovieClip Frame 96
stop();
Symbol 230 MovieClip Frame 97
stop();
Symbol 230 MovieClip Frame 98
stop();
Symbol 230 MovieClip Frame 99
stop();
Symbol 230 MovieClip Frame 100
stop();
Symbol 239 MovieClip Frame 1
stop();
Symbol 239 MovieClip Frame 2
stop();
Symbol 239 MovieClip Frame 3
stop();
Symbol 239 MovieClip Frame 4
stop();
Symbol 239 MovieClip Frame 5
stop();
Symbol 239 MovieClip Frame 6
stop();
Symbol 239 MovieClip Frame 7
stop();
Symbol 239 MovieClip Frame 8
stop();
Symbol 239 MovieClip Frame 9
stop();
Symbol 239 MovieClip Frame 10
stop();
Symbol 239 MovieClip Frame 11
stop();
Symbol 239 MovieClip Frame 12
stop();
Symbol 239 MovieClip Frame 13
stop();
Symbol 239 MovieClip Frame 14
stop();
Symbol 239 MovieClip Frame 15
stop();
Symbol 239 MovieClip Frame 16
stop();
Symbol 239 MovieClip Frame 17
stop();
Symbol 239 MovieClip Frame 18
stop();
Symbol 239 MovieClip Frame 19
stop();
Symbol 239 MovieClip Frame 20
stop();
Symbol 239 MovieClip Frame 21
stop();
Symbol 239 MovieClip Frame 22
stop();
Symbol 239 MovieClip Frame 23
stop();
Symbol 239 MovieClip Frame 24
stop();
Symbol 239 MovieClip Frame 25
stop();
Symbol 239 MovieClip Frame 26
stop();
Symbol 239 MovieClip Frame 27
stop();
Symbol 239 MovieClip Frame 28
stop();
Symbol 239 MovieClip Frame 29
stop();
Symbol 239 MovieClip Frame 30
stop();
Symbol 239 MovieClip Frame 31
stop();
Symbol 239 MovieClip Frame 32
stop();
Symbol 239 MovieClip Frame 33
stop();
Symbol 239 MovieClip Frame 34
stop();
Symbol 239 MovieClip Frame 35
stop();
Symbol 239 MovieClip Frame 36
stop();
Symbol 239 MovieClip Frame 37
stop();
Symbol 239 MovieClip Frame 38
stop();
Symbol 239 MovieClip Frame 39
stop();
Symbol 239 MovieClip Frame 40
stop();
Symbol 239 MovieClip Frame 41
stop();
Symbol 239 MovieClip Frame 42
stop();
Symbol 239 MovieClip Frame 43
stop();
Symbol 239 MovieClip Frame 44
stop();
Symbol 239 MovieClip Frame 45
stop();
Symbol 239 MovieClip Frame 46
stop();
Symbol 239 MovieClip Frame 47
stop();
Symbol 239 MovieClip Frame 48
stop();
Symbol 239 MovieClip Frame 49
stop();
Symbol 239 MovieClip Frame 50
stop();
Symbol 256 MovieClip Frame 1
stop();
Symbol 256 MovieClip Frame 2
stop();
Symbol 256 MovieClip Frame 3
stop();
Symbol 256 MovieClip Frame 4
stop();
Symbol 256 MovieClip Frame 5
stop();
Symbol 256 MovieClip Frame 6
stop();
Symbol 256 MovieClip Frame 7
stop();
Symbol 256 MovieClip Frame 8
stop();
Symbol 256 MovieClip Frame 9
stop();
Symbol 256 MovieClip Frame 10
stop();
Symbol 256 MovieClip Frame 11
stop();
Symbol 256 MovieClip Frame 12
stop();
Symbol 256 MovieClip Frame 13
stop();
Symbol 256 MovieClip Frame 14
stop();
Symbol 256 MovieClip Frame 15
stop();
Symbol 256 MovieClip Frame 16
stop();
Symbol 256 MovieClip Frame 17
stop();
Symbol 256 MovieClip Frame 18
stop();
Symbol 256 MovieClip Frame 19
stop();
Symbol 256 MovieClip Frame 20
stop();
Symbol 256 MovieClip Frame 21
stop();
Symbol 256 MovieClip Frame 22
stop();
Symbol 256 MovieClip Frame 23
stop();
Symbol 256 MovieClip Frame 24
stop();
Symbol 256 MovieClip Frame 25
stop();
Symbol 256 MovieClip Frame 26
stop();
Symbol 256 MovieClip Frame 27
stop();
Symbol 256 MovieClip Frame 28
stop();
Symbol 256 MovieClip Frame 29
stop();
Symbol 256 MovieClip Frame 30
stop();
Symbol 259 MovieClip Frame 1
stop();
Symbol 259 MovieClip Frame 2
stop();
Symbol 259 MovieClip Frame 3
stop();
Symbol 259 MovieClip Frame 4
stop();
Symbol 259 MovieClip Frame 5
stop();
Symbol 259 MovieClip Frame 6
stop();
Symbol 259 MovieClip Frame 7
stop();
Symbol 259 MovieClip Frame 8
stop();
Symbol 259 MovieClip Frame 9
stop();
Symbol 259 MovieClip Frame 10
stop();
Symbol 259 MovieClip Frame 11
stop();
Symbol 259 MovieClip Frame 12
stop();
Symbol 259 MovieClip Frame 13
stop();
Symbol 259 MovieClip Frame 14
stop();
Symbol 259 MovieClip Frame 15
stop();
Symbol 259 MovieClip Frame 16
stop();
Symbol 259 MovieClip Frame 17
stop();
Symbol 259 MovieClip Frame 18
stop();
Symbol 259 MovieClip Frame 19
stop();
Symbol 259 MovieClip Frame 20
stop();
Symbol 259 MovieClip Frame 21
stop();
Symbol 259 MovieClip Frame 22
stop();
Symbol 259 MovieClip Frame 23
stop();
Symbol 259 MovieClip Frame 24
stop();
Symbol 259 MovieClip Frame 25
stop();
Symbol 259 MovieClip Frame 26
stop();
Symbol 259 MovieClip Frame 27
stop();
Symbol 259 MovieClip Frame 28
stop();
Symbol 259 MovieClip Frame 29
stop();
Symbol 259 MovieClip Frame 30
stop();
Symbol 259 MovieClip Frame 31
stop();
Symbol 259 MovieClip Frame 32
stop();
Symbol 259 MovieClip Frame 33
stop();
Symbol 259 MovieClip Frame 34
stop();
Symbol 259 MovieClip Frame 35
stop();
Symbol 259 MovieClip Frame 36
stop();
Symbol 259 MovieClip Frame 37
stop();
Symbol 259 MovieClip Frame 38
stop();
Symbol 259 MovieClip Frame 39
stop();
Symbol 259 MovieClip Frame 40
stop();
Symbol 259 MovieClip Frame 41
stop();
Symbol 259 MovieClip Frame 42
stop();
Symbol 259 MovieClip Frame 43
stop();
Symbol 259 MovieClip Frame 44
stop();
Symbol 259 MovieClip Frame 45
stop();
Symbol 259 MovieClip Frame 46
stop();
Symbol 259 MovieClip Frame 47
stop();
Symbol 259 MovieClip Frame 48
stop();
Symbol 259 MovieClip Frame 49
stop();
Symbol 259 MovieClip Frame 50
stop();
Symbol 265 MovieClip Frame 1
stop();
Symbol 265 MovieClip Frame 2
stop();
Symbol 265 MovieClip Frame 3
stop();
Symbol 265 MovieClip Frame 4
stop();
Symbol 265 MovieClip Frame 5
stop();
Symbol 265 MovieClip Frame 6
stop();
Symbol 265 MovieClip Frame 7
stop();
Symbol 265 MovieClip Frame 8
stop();
Symbol 265 MovieClip Frame 9
stop();
Symbol 265 MovieClip Frame 10
stop();
Symbol 265 MovieClip Frame 11
stop();
Symbol 265 MovieClip Frame 12
stop();
Symbol 265 MovieClip Frame 13
stop();
Symbol 265 MovieClip Frame 14
stop();
Symbol 265 MovieClip Frame 15
stop();
Symbol 265 MovieClip Frame 16
stop();
Symbol 265 MovieClip Frame 17
stop();
Symbol 265 MovieClip Frame 18
stop();
Symbol 265 MovieClip Frame 19
stop();
Symbol 265 MovieClip Frame 20
stop();
Symbol 265 MovieClip Frame 21
stop();
Symbol 265 MovieClip Frame 22
stop();
Symbol 265 MovieClip Frame 23
stop();
Symbol 265 MovieClip Frame 24
stop();
Symbol 265 MovieClip Frame 25
stop();
Symbol 265 MovieClip Frame 26
stop();
Symbol 265 MovieClip Frame 27
stop();
Symbol 265 MovieClip Frame 28
stop();
Symbol 265 MovieClip Frame 29
stop();
Symbol 265 MovieClip Frame 30
stop();
Symbol 265 MovieClip Frame 31
stop();
Symbol 265 MovieClip Frame 32
stop();
Symbol 265 MovieClip Frame 33
stop();
Symbol 265 MovieClip Frame 34
stop();
Symbol 265 MovieClip Frame 35
stop();
Symbol 265 MovieClip Frame 36
stop();
Symbol 265 MovieClip Frame 37
stop();
Symbol 265 MovieClip Frame 38
stop();
Symbol 265 MovieClip Frame 39
stop();
Symbol 265 MovieClip Frame 40
stop();
Symbol 265 MovieClip Frame 41
stop();
Symbol 265 MovieClip Frame 42
stop();
Symbol 265 MovieClip Frame 43
stop();
Symbol 265 MovieClip Frame 44
stop();
Symbol 265 MovieClip Frame 45
stop();
Symbol 265 MovieClip Frame 46
stop();
Symbol 265 MovieClip Frame 47
stop();
Symbol 265 MovieClip Frame 48
stop();
Symbol 265 MovieClip Frame 49
stop();
Symbol 265 MovieClip Frame 50
stop();
Symbol 268 MovieClip Frame 10
stop();
Symbol 269 MovieClip Frame 16
stop();
Symbol 274 MovieClip Frame 1
stop();
Symbol 274 MovieClip Frame 2
stop();
Symbol 274 MovieClip Frame 3
stop();
Symbol 274 MovieClip Frame 4
stop();
Symbol 274 MovieClip Frame 5
stop();
Symbol 274 MovieClip Frame 6
stop();
Symbol 274 MovieClip Frame 7
stop();
Symbol 274 MovieClip Frame 8
stop();
Symbol 274 MovieClip Frame 9
stop();
Symbol 274 MovieClip Frame 10
stop();
Symbol 274 MovieClip Frame 11
stop();
Symbol 274 MovieClip Frame 12
stop();
Symbol 274 MovieClip Frame 13
stop();
Symbol 274 MovieClip Frame 14
stop();
Symbol 274 MovieClip Frame 15
stop();
Symbol 274 MovieClip Frame 16
stop();
Symbol 274 MovieClip Frame 17
stop();
Symbol 274 MovieClip Frame 18
stop();
Symbol 274 MovieClip Frame 19
stop();
Symbol 274 MovieClip Frame 20
stop();
Symbol 274 MovieClip Frame 21
stop();
Symbol 274 MovieClip Frame 22
stop();
Symbol 274 MovieClip Frame 23
stop();
Symbol 274 MovieClip Frame 24
stop();
Symbol 274 MovieClip Frame 25
stop();
Symbol 274 MovieClip Frame 26
stop();
Symbol 274 MovieClip Frame 27
stop();
Symbol 274 MovieClip Frame 28
stop();
Symbol 274 MovieClip Frame 29
stop();
Symbol 274 MovieClip Frame 30
stop();
Symbol 274 MovieClip Frame 31
stop();
Symbol 284 MovieClip Frame 20
stop();
Symbol 291 MovieClip Frame 1
stop();
Symbol 291 MovieClip Frame 2
stop();
Symbol 291 MovieClip Frame 3
stop();
Symbol 291 MovieClip Frame 4
stop();
Symbol 291 MovieClip Frame 5
stop();
Symbol 291 MovieClip Frame 6
stop();
Symbol 291 MovieClip Frame 7
stop();
Symbol 291 MovieClip Frame 8
stop();
Symbol 291 MovieClip Frame 9
stop();
Symbol 291 MovieClip Frame 10
stop();
Symbol 291 MovieClip Frame 11
stop();
Symbol 291 MovieClip Frame 12
stop();
Symbol 291 MovieClip Frame 13
stop();
Symbol 291 MovieClip Frame 14
stop();
Symbol 291 MovieClip Frame 15
stop();
Symbol 291 MovieClip Frame 16
stop();
Symbol 291 MovieClip Frame 17
stop();
Symbol 291 MovieClip Frame 18
stop();
Symbol 291 MovieClip Frame 19
stop();
Symbol 291 MovieClip Frame 20
stop();
Symbol 291 MovieClip Frame 21
stop();
Symbol 291 MovieClip Frame 22
stop();
Symbol 291 MovieClip Frame 23
stop();
Symbol 291 MovieClip Frame 24
stop();
Symbol 291 MovieClip Frame 25
stop();
Symbol 291 MovieClip Frame 26
stop();
Symbol 291 MovieClip Frame 27
stop();
Symbol 291 MovieClip Frame 28
stop();
Symbol 291 MovieClip Frame 29
stop();
Symbol 291 MovieClip Frame 30
stop();
Symbol 291 MovieClip Frame 31
stop();
Symbol 291 MovieClip Frame 32
stop();
Symbol 291 MovieClip Frame 33
stop();
Symbol 291 MovieClip Frame 34
stop();
Symbol 291 MovieClip Frame 35
stop();
Symbol 291 MovieClip Frame 36
stop();
Symbol 291 MovieClip Frame 37
stop();
Symbol 291 MovieClip Frame 38
stop();
Symbol 291 MovieClip Frame 39
stop();
Symbol 291 MovieClip Frame 40
stop();
Symbol 291 MovieClip Frame 41
stop();
Symbol 291 MovieClip Frame 42
stop();
Symbol 291 MovieClip Frame 43
stop();
Symbol 291 MovieClip Frame 44
stop();
Symbol 291 MovieClip Frame 45
stop();
Symbol 291 MovieClip Frame 46
stop();
Symbol 291 MovieClip Frame 47
stop();
Symbol 291 MovieClip Frame 48
stop();
Symbol 291 MovieClip Frame 49
stop();
Symbol 291 MovieClip Frame 50
stop();
Symbol 298 MovieClip Frame 1
stop();
Symbol 298 MovieClip Frame 2
stop();
Symbol 298 MovieClip Frame 3
stop();
Symbol 298 MovieClip Frame 4
stop();
Symbol 298 MovieClip Frame 5
stop();
Symbol 298 MovieClip Frame 6
stop();
Symbol 298 MovieClip Frame 7
stop();
Symbol 298 MovieClip Frame 8
stop();
Symbol 298 MovieClip Frame 9
stop();
Symbol 298 MovieClip Frame 10
stop();
Symbol 298 MovieClip Frame 11
stop();
Symbol 298 MovieClip Frame 12
stop();
Symbol 298 MovieClip Frame 13
stop();
Symbol 298 MovieClip Frame 14
stop();
Symbol 298 MovieClip Frame 15
stop();
Symbol 298 MovieClip Frame 16
stop();
Symbol 298 MovieClip Frame 17
stop();
Symbol 298 MovieClip Frame 18
stop();
Symbol 298 MovieClip Frame 19
stop();
Symbol 298 MovieClip Frame 20
stop();
Symbol 298 MovieClip Frame 21
stop();
Symbol 298 MovieClip Frame 22
stop();
Symbol 298 MovieClip Frame 23
stop();
Symbol 298 MovieClip Frame 24
stop();
Symbol 298 MovieClip Frame 25
stop();
Symbol 298 MovieClip Frame 26
stop();
Symbol 298 MovieClip Frame 27
stop();
Symbol 298 MovieClip Frame 28
stop();
Symbol 298 MovieClip Frame 29
stop();
Symbol 298 MovieClip Frame 30
stop();
Symbol 298 MovieClip Frame 31
stop();
Symbol 298 MovieClip Frame 32
stop();
Symbol 298 MovieClip Frame 33
stop();
Symbol 298 MovieClip Frame 34
stop();
Symbol 298 MovieClip Frame 35
stop();
Symbol 298 MovieClip Frame 36
stop();
Symbol 298 MovieClip Frame 37
stop();
Symbol 298 MovieClip Frame 38
stop();
Symbol 298 MovieClip Frame 39
stop();
Symbol 298 MovieClip Frame 40
stop();
Symbol 298 MovieClip Frame 41
stop();
Symbol 298 MovieClip Frame 42
stop();
Symbol 298 MovieClip Frame 43
stop();
Symbol 298 MovieClip Frame 44
stop();
Symbol 298 MovieClip Frame 45
stop();
Symbol 298 MovieClip Frame 46
stop();
Symbol 298 MovieClip Frame 47
stop();
Symbol 298 MovieClip Frame 48
stop();
Symbol 298 MovieClip Frame 49
stop();
Symbol 298 MovieClip Frame 50
stop();
Symbol 311 MovieClip Frame 1
stop();
Symbol 311 MovieClip Frame 2
stop();
Symbol 311 MovieClip Frame 3
stop();
Symbol 311 MovieClip Frame 4
stop();
Symbol 311 MovieClip Frame 5
stop();
Symbol 311 MovieClip Frame 6
stop();
Symbol 311 MovieClip Frame 7
stop();
Symbol 311 MovieClip Frame 8
stop();
Symbol 311 MovieClip Frame 9
stop();
Symbol 311 MovieClip Frame 10
stop();
Symbol 311 MovieClip Frame 11
stop();
Symbol 311 MovieClip Frame 12
stop();
Symbol 311 MovieClip Frame 13
stop();
Symbol 311 MovieClip Frame 14
stop();
Symbol 311 MovieClip Frame 15
stop();
Symbol 311 MovieClip Frame 16
stop();
Symbol 311 MovieClip Frame 17
stop();
Symbol 311 MovieClip Frame 18
stop();
Symbol 311 MovieClip Frame 19
stop();
Symbol 311 MovieClip Frame 20
stop();
Symbol 311 MovieClip Frame 21
stop();
Symbol 311 MovieClip Frame 22
stop();
Symbol 311 MovieClip Frame 23
stop();
Symbol 311 MovieClip Frame 24
stop();
Symbol 311 MovieClip Frame 25
stop();
Symbol 311 MovieClip Frame 26
stop();
Symbol 311 MovieClip Frame 27
stop();
Symbol 311 MovieClip Frame 28
stop();
Symbol 311 MovieClip Frame 29
stop();
Symbol 311 MovieClip Frame 30
stop();
Symbol 311 MovieClip Frame 31
stop();
Symbol 311 MovieClip Frame 32
stop();
Symbol 311 MovieClip Frame 33
stop();
Symbol 311 MovieClip Frame 34
stop();
Symbol 311 MovieClip Frame 35
stop();
Symbol 311 MovieClip Frame 36
stop();
Symbol 311 MovieClip Frame 37
stop();
Symbol 311 MovieClip Frame 38
stop();
Symbol 311 MovieClip Frame 39
stop();
Symbol 311 MovieClip Frame 40
stop();
Symbol 311 MovieClip Frame 41
stop();
Symbol 311 MovieClip Frame 42
stop();
Symbol 311 MovieClip Frame 43
stop();
Symbol 311 MovieClip Frame 44
stop();
Symbol 311 MovieClip Frame 45
stop();
Symbol 311 MovieClip Frame 46
stop();
Symbol 311 MovieClip Frame 47
stop();
Symbol 311 MovieClip Frame 48
stop();
Symbol 311 MovieClip Frame 49
stop();
Symbol 311 MovieClip Frame 50
stop();
Symbol 311 MovieClip Frame 51
stop();
Symbol 311 MovieClip Frame 52
stop();
Symbol 311 MovieClip Frame 53
stop();
Symbol 311 MovieClip Frame 54
stop();
Symbol 311 MovieClip Frame 55
stop();
Symbol 311 MovieClip Frame 56
stop();
Symbol 311 MovieClip Frame 57
stop();
Symbol 311 MovieClip Frame 58
stop();
Symbol 311 MovieClip Frame 59
stop();
Symbol 311 MovieClip Frame 60
stop();
Symbol 311 MovieClip Frame 61
stop();
Symbol 311 MovieClip Frame 62
stop();
Symbol 311 MovieClip Frame 63
stop();
Symbol 311 MovieClip Frame 64
stop();
Symbol 311 MovieClip Frame 65
stop();
Symbol 311 MovieClip Frame 66
stop();
Symbol 311 MovieClip Frame 67
stop();
Symbol 311 MovieClip Frame 68
stop();
Symbol 311 MovieClip Frame 69
stop();
Symbol 311 MovieClip Frame 70
stop();
Symbol 318 MovieClip Frame 1
stop();
Symbol 318 MovieClip Frame 2
stop();
Symbol 318 MovieClip Frame 3
stop();
Symbol 318 MovieClip Frame 4
stop();
Symbol 318 MovieClip Frame 5
stop();
Symbol 318 MovieClip Frame 6
stop();
Symbol 318 MovieClip Frame 7
stop();
Symbol 318 MovieClip Frame 8
stop();
Symbol 318 MovieClip Frame 9
stop();
Symbol 318 MovieClip Frame 10
stop();
Symbol 318 MovieClip Frame 11
stop();
Symbol 318 MovieClip Frame 12
stop();
Symbol 318 MovieClip Frame 13
stop();
Symbol 318 MovieClip Frame 14
stop();
Symbol 318 MovieClip Frame 15
stop();
Symbol 318 MovieClip Frame 16
stop();
Symbol 318 MovieClip Frame 17
stop();
Symbol 318 MovieClip Frame 18
stop();
Symbol 318 MovieClip Frame 19
stop();
Symbol 318 MovieClip Frame 20
stop();
Symbol 318 MovieClip Frame 21
stop();
Symbol 318 MovieClip Frame 22
stop();
Symbol 318 MovieClip Frame 23
stop();
Symbol 318 MovieClip Frame 24
stop();
Symbol 318 MovieClip Frame 25
stop();
Symbol 318 MovieClip Frame 26
stop();
Symbol 318 MovieClip Frame 27
stop();
Symbol 318 MovieClip Frame 28
stop();
Symbol 318 MovieClip Frame 29
stop();
Symbol 318 MovieClip Frame 30
stop();
Symbol 318 MovieClip Frame 31
stop();
Symbol 318 MovieClip Frame 32
stop();
Symbol 318 MovieClip Frame 33
stop();
Symbol 318 MovieClip Frame 34
stop();
Symbol 318 MovieClip Frame 35
stop();
Symbol 318 MovieClip Frame 36
stop();
Symbol 318 MovieClip Frame 37
stop();
Symbol 318 MovieClip Frame 38
stop();
Symbol 318 MovieClip Frame 39
stop();
Symbol 318 MovieClip Frame 40
stop();
Symbol 318 MovieClip Frame 41
stop();
Symbol 318 MovieClip Frame 42
stop();
Symbol 318 MovieClip Frame 43
stop();
Symbol 318 MovieClip Frame 44
stop();
Symbol 318 MovieClip Frame 45
stop();
Symbol 318 MovieClip Frame 46
stop();
Symbol 318 MovieClip Frame 47
stop();
Symbol 318 MovieClip Frame 48
stop();
Symbol 318 MovieClip Frame 49
stop();
Symbol 318 MovieClip Frame 50
stop();
Symbol 323 MovieClip Frame 1
stop();
Symbol 323 MovieClip Frame 2
stop();
Symbol 323 MovieClip Frame 3
stop();
Symbol 323 MovieClip Frame 4
stop();
Symbol 323 MovieClip Frame 5
stop();
Symbol 323 MovieClip Frame 6
stop();
Symbol 323 MovieClip Frame 7
stop();
Symbol 323 MovieClip Frame 8
stop();
Symbol 323 MovieClip Frame 9
stop();
Symbol 323 MovieClip Frame 10
stop();
Symbol 349 MovieClip Frame 1
stop();
Symbol 349 MovieClip Frame 2
stop();
Symbol 349 MovieClip Frame 3
stop();
Symbol 349 MovieClip Frame 4
stop();
Symbol 349 MovieClip Frame 5
stop();
Symbol 349 MovieClip Frame 6
stop();
Symbol 349 MovieClip Frame 7
stop();
Symbol 349 MovieClip Frame 8
stop();
Symbol 349 MovieClip Frame 9
stop();
Symbol 349 MovieClip Frame 10
stop();
Symbol 349 MovieClip Frame 11
stop();
Symbol 349 MovieClip Frame 12
stop();
Symbol 349 MovieClip Frame 13
stop();
Symbol 349 MovieClip Frame 14
stop();
Symbol 349 MovieClip Frame 15
stop();
Symbol 349 MovieClip Frame 16
stop();
Symbol 349 MovieClip Frame 17
stop();
Symbol 349 MovieClip Frame 18
stop();
Symbol 349 MovieClip Frame 19
stop();
Symbol 349 MovieClip Frame 20
stop();
Symbol 349 MovieClip Frame 21
stop();
Symbol 349 MovieClip Frame 22
stop();
Symbol 349 MovieClip Frame 23
stop();
Symbol 349 MovieClip Frame 24
stop();
Symbol 356 MovieClip Frame 21
stop();
Symbol 363 MovieClip Frame 21
stop();
Symbol 388 MovieClip Frame 1
stop();
Symbol 388 MovieClip Frame 2
stop();
Symbol 388 MovieClip Frame 3
stop();
Symbol 388 MovieClip Frame 4
stop();
Symbol 388 MovieClip Frame 5
stop();
Symbol 388 MovieClip Frame 6
stop();
Symbol 388 MovieClip Frame 7
stop();
Symbol 388 MovieClip Frame 8
stop();
Symbol 388 MovieClip Frame 9
stop();
Symbol 388 MovieClip Frame 10
stop();
Symbol 388 MovieClip Frame 11
stop();
Symbol 388 MovieClip Frame 12
stop();
Symbol 388 MovieClip Frame 13
stop();
Symbol 388 MovieClip Frame 14
stop();
Symbol 388 MovieClip Frame 15
stop();
Symbol 388 MovieClip Frame 16
stop();
Symbol 388 MovieClip Frame 17
stop();
Symbol 388 MovieClip Frame 18
stop();
Symbol 388 MovieClip Frame 19
stop();
Symbol 388 MovieClip Frame 20
stop();
Symbol 388 MovieClip Frame 21
stop();
Symbol 388 MovieClip Frame 22
stop();
Symbol 388 MovieClip Frame 23
stop();
Symbol 388 MovieClip Frame 24
stop();
Symbol 390 MovieClip Frame 6
stop();
Symbol 406 MovieClip Frame 1
stop();
Symbol 406 MovieClip Frame 2
stop();
Symbol 406 MovieClip Frame 3
stop();
Symbol 406 MovieClip Frame 4
stop();
Symbol 406 MovieClip Frame 5
stop();
Symbol 406 MovieClip Frame 6
stop();
Symbol 406 MovieClip Frame 7
stop();
Symbol 406 MovieClip Frame 8
stop();
Symbol 406 MovieClip Frame 9
stop();
Symbol 406 MovieClip Frame 10
stop();
Symbol 406 MovieClip Frame 11
stop();
Symbol 406 MovieClip Frame 12
stop();
Symbol 406 MovieClip Frame 13
stop();
Symbol 406 MovieClip Frame 14
stop();
Symbol 406 MovieClip Frame 15
stop();
Symbol 406 MovieClip Frame 16
stop();
Symbol 406 MovieClip Frame 17
stop();
Symbol 406 MovieClip Frame 18
stop();
Symbol 406 MovieClip Frame 19
stop();
Symbol 406 MovieClip Frame 20
stop();
Symbol 406 MovieClip Frame 21
stop();
Symbol 406 MovieClip Frame 22
stop();
Symbol 406 MovieClip Frame 23
stop();
Symbol 406 MovieClip Frame 24
stop();
Symbol 406 MovieClip Frame 25
stop();
Symbol 406 MovieClip Frame 26
stop();
Symbol 406 MovieClip Frame 27
stop();
Symbol 406 MovieClip Frame 28
stop();
Symbol 406 MovieClip Frame 29
stop();
Symbol 406 MovieClip Frame 30
stop();
Symbol 406 MovieClip Frame 31
stop();
Symbol 406 MovieClip Frame 32
stop();
Symbol 406 MovieClip Frame 33
stop();
Symbol 406 MovieClip Frame 34
stop();
Symbol 406 MovieClip Frame 35
stop();
Symbol 406 MovieClip Frame 36
stop();
Symbol 406 MovieClip Frame 37
stop();
Symbol 406 MovieClip Frame 38
stop();
Symbol 406 MovieClip Frame 39
stop();
Symbol 406 MovieClip Frame 40
stop();
Symbol 406 MovieClip Frame 41
stop();
Symbol 406 MovieClip Frame 42
stop();
Symbol 406 MovieClip Frame 43
stop();
Symbol 406 MovieClip Frame 44
stop();
Symbol 406 MovieClip Frame 45
stop();
Symbol 406 MovieClip Frame 46
stop();
Symbol 406 MovieClip Frame 47
stop();
Symbol 406 MovieClip Frame 48
stop();
Symbol 406 MovieClip Frame 49
stop();
Symbol 406 MovieClip Frame 50
stop();
Symbol 406 MovieClip Frame 51
stop();
Symbol 406 MovieClip Frame 52
stop();
Symbol 406 MovieClip Frame 53
stop();
Symbol 406 MovieClip Frame 54
stop();
Symbol 406 MovieClip Frame 55
stop();
Symbol 406 MovieClip Frame 56
stop();
Symbol 406 MovieClip Frame 57
stop();
Symbol 406 MovieClip Frame 58
stop();
Symbol 406 MovieClip Frame 59
stop();
Symbol 406 MovieClip Frame 60
stop();
Symbol 406 MovieClip Frame 61
stop();
Symbol 406 MovieClip Frame 62
stop();
Symbol 406 MovieClip Frame 63
stop();
Symbol 406 MovieClip Frame 64
stop();
Symbol 406 MovieClip Frame 65
stop();
Symbol 406 MovieClip Frame 66
stop();
Symbol 406 MovieClip Frame 67
stop();
Symbol 406 MovieClip Frame 68
stop();
Symbol 406 MovieClip Frame 69
stop();
Symbol 406 MovieClip Frame 70
stop();
Symbol 406 MovieClip Frame 71
stop();
Symbol 406 MovieClip Frame 72
stop();
Symbol 406 MovieClip Frame 73
stop();
Symbol 406 MovieClip Frame 74
stop();
Symbol 406 MovieClip Frame 75
stop();
Symbol 406 MovieClip Frame 76
stop();
Symbol 406 MovieClip Frame 77
stop();
Symbol 406 MovieClip Frame 78
stop();
Symbol 406 MovieClip Frame 79
stop();
Symbol 406 MovieClip Frame 80
stop();
Symbol 406 MovieClip Frame 81
stop();
Symbol 406 MovieClip Frame 82
stop();
Symbol 406 MovieClip Frame 83
stop();
Symbol 406 MovieClip Frame 84
stop();
Symbol 406 MovieClip Frame 85
stop();
Symbol 406 MovieClip Frame 86
stop();
Symbol 406 MovieClip Frame 87
stop();
Symbol 406 MovieClip Frame 88
stop();
Symbol 406 MovieClip Frame 89
stop();
Symbol 406 MovieClip Frame 90
stop();
Symbol 412 MovieClip Frame 6
stop();

Library Items

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

Instance Names

"shredder"Frame 1Symbol 5 MovieClip
"glass"Frame 1Symbol 59 MovieClip
"ground"Frame 2Symbol 72 MovieClip
"shredder"Frame 2Symbol 5 MovieClip
"tt"Frame 2Symbol 75 EditableText
"glass"Frame 2Symbol 59 MovieClip
"crosshair"Frame 2Symbol 79 MovieClip
"predator_special"Frame 2Symbol 89 MovieClip
"predator_plasma"Frame 2Symbol 94 MovieClip
"insect_carnivore"Frame 2Symbol 104 MovieClip
"carnivore_plant"Frame 2Symbol 115 MovieClip
"demon_carnivore"Frame 2Symbol 126 MovieClip
"flash_2"Frame 2Symbol 130 MovieClip
"splat_3"Frame 2Symbol 133 MovieClip
"splat_4"Frame 2Symbol 136 MovieClip
"flower_plant"Frame 2Symbol 144 MovieClip
"insect_herbivore"Frame 2Symbol 162 MovieClip
"blob_carnivore"Frame 2Symbol 173 MovieClip
"splat_2"Frame 2Symbol 176 MovieClip
"leaf_plant"Frame 2Symbol 182 MovieClip
"snail_herbivore"Frame 2Symbol 186 MovieClip
"splat_1"Frame 2Symbol 189 MovieClip
"splat_5"Frame 2Symbol 191 MovieClip
"mechabunny_herbivore"Frame 2Symbol 194 MovieClip
"explosion_1"Frame 2Symbol 201 MovieClip
"jelly_plant"Frame 2Symbol 206 MovieClip
"lighttree_plant"Frame 2Symbol 212 MovieClip
"tongue_carnivore"Frame 2Symbol 222 MovieClip
"mushroom_plant"Frame 2Symbol 230 MovieClip
"psychonaut_plant"Frame 2Symbol 239 MovieClip
"box_herbivore"Frame 2Symbol 256 MovieClip
"spiker_plant"Frame 2Symbol 259 MovieClip
"spiker_herbivore"Frame 2Symbol 265 MovieClip
"spike_spray"Frame 2Symbol 269 MovieClip
"mite_herbivore"Frame 2Symbol 274 MovieClip
"floating_plant"Frame 2Symbol 291 MovieClip
"hive_herbivore"Frame 2Symbol 298 MovieClip
"poisondrip_herbivore"Frame 2Symbol 311 MovieClip
"poisondrip_plant"Frame 2Symbol 318 MovieClip
"droppod_special"Frame 2Symbol 323 MovieClip
"marine_special"Frame 2Symbol 349 MovieClip
"explosion_2"Frame 2Symbol 356 MovieClip
"explosion_3"Frame 2Symbol 363 MovieClip
"alien_special"Frame 2Symbol 388 MovieClip
"splat_6"Frame 2Symbol 390 MovieClip
"ufo_special"Frame 2Symbol 406 MovieClip
"flash_3"Frame 2Symbol 412 MovieClip

Special Tags

Protect (24)Timeline Frame 131 bytes "..$1$TC$p89Bu0QJhYT7ycdMoeYQ1/."

Dynamic Text Variables

scoreSymbol 75 EditableText"1,000,000,000 "




http://swfchan.com/45/221817/info.shtml
Created: 10/8 -2019 16:40:50 Last modified: 10/8 -2019 16:40:50 Server time: 29/04 -2024 02:07:42