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

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

Amorphous.swf

This is the info page for
Flash #41648

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


Text
You were killed...

Nest Clear Bonus:

Nest Clear Bonus:

Glooples Left

New High Score!

New High Score!

Gloople Bestiary

?

Amalgam

Biter

Clutter

Frostie

Fuzzle

Gloople

Gray

Grinder

Horror

Inkie

Meltie

Oozle

Queen

Razor

Sharp

Stickie

Torchie

Void

Eater

Display Quality

Spawn Limit

Game Length

FPS Display

HIGH

12

Normal

Off

Sound

All

Backdrops

Random

Practice Mode

Select the Glooples you want to practice against
and then

Go Practice

Instructions

The character will continually move toward the
curser's position.  Guide the character around the
screen by moving the cursor.  To stop moving, simply
move the cursor to the character and leave it still.

To attack, click the left mouse button.  The character
will always attack facing the cursor's current
location.  To attack in a specific direction, move the
cursor so that the character faces that direction
before clicking.

The "X" key will quit the current game and
return to the Main Menu.

Press "N" at any time to change to a different song.
Pressing "M" will display the name of the song
currently playing without changing it.

For

and

High Scores

Single Nest

Bounty Run

v 1.1

ActionScript [AS1/AS2]

Frame 1
stop();
Instance of Symbol 32 MovieClip [Play Button] "PlayMe" in Frame 1
onClipEvent (load) { stop(); onMe = false; _visible = false; _xscale = 30; _yscale = 30; } onClipEvent (enterFrame) { if (hitTest(_root._xmouse, _root._ymouse, false) && (_visible)) { onMe = true; gotoAndStop (2); } else { onMe = false; gotoAndStop (1); } if (_root.SwordMask._currentframe == 101) { _visible = true; } if (_visible && (_xscale < 100)) { if (_xscale < 80) { _xscale = (_xscale + 10); _yscale = (_yscale + 10); } else { _xscale = (_xscale + 5); _yscale = (_yscale + 5); } } } onClipEvent (mouseDown) { if (onMe) { _level0.play(); } }
Instance of Symbol 29 MovieClip [Blanket of Goo] "GooBlanket" in Frame 1
onClipEvent (load) { this.setMask(_root.SwordMask); }
Instance of Symbol 136 MovieClip "SwordMask" in Frame 1
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { TotalNeeded = _level0.getBytesTotal(); HowMuchDone = _level0.getBytesLoaded(); PercentDone = int((HowMuchDone / TotalNeeded) * 100) + 1; gotoAndStop(PercentDone); }
Instance of Symbol 140 MovieClip "LoadingMarker" in Frame 1
onClipEvent (load) { _xscale = 75; _yscale = 75; startingX = _x; startingY = _y; } onClipEvent (enterFrame) { Progress = _root.SwordMask._currentframe - 1; if (Progress < 22) { _x = (startingX + (20 * ((21 - Progress) / 21))); } else if (Progress < 44) { _x = (startingX + (20 * ((Progress - 21) / 22))); } else { _x = ((startingX + 20) + (155 * ((Progress - 43) / 57))); } _y = (startingY - (320 * (Progress / 100))); }
Frame 3
stop();
Instance of Symbol 1055 MovieClip "innocuousLogo" in Frame 3
onClipEvent (load) { _xscale = 90; _yscale = 90; throughOnce = false; myAmb = new Sound(this); myAmb.attachSound("LogoAmb"); myAmb.start(0); myHit = new Sound(this); myHit.attachSound("LogoHit"); } onClipEvent (mouseDown) { _level0.nextFrame(); } onClipEvent (unload) { myAmb.stop(); } onClipEvent (enterFrame) { if (_currentframe == 330) { throughOnce = true; } if (throughOnce) { if (_currentframe == 64) { _visible = false; } } else if (_currentframe == 200) { myHit.start(0); } }
Instance of Symbol 1058 MovieClip "ForAnd" in Frame 3
onClipEvent (load) { _alpha = 0; framesExisted = 0; } onClipEvent (enterFrame) { if (_root.innocuousLogo._visible == false) { if (framesExisted < 150) { if (_alpha < 100) { _alpha = (_alpha + 10); } } else if (framesExisted < 210) { if (_alpha > 0) { _alpha = (_alpha - 10); } } else { _level0.nextFrame(); } framesExisted++; } }
Instance of Symbol 1061 MovieClip "MadNonnieLogo" in Frame 3
onClipEvent (load) { _alpha = 0; framesExisted = 0; _xscale = 40; _yscale = 40; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, false) && (_alpha > 50)) { getURL ("http://www.MadNonnie.com", "blank"); } } onClipEvent (enterFrame) { if (_root.innocuousLogo._visible == false) { if (framesExisted < 150) { if (_alpha < 100) { _alpha = (_alpha + 5); _xscale = (_xscale + 3); _yscale = (_yscale + 3); } } else if (framesExisted < 210) { if (_alpha > 0) { _alpha = (_alpha - 5); } } framesExisted++; } }
Instance of Symbol 1063 MovieClip "NewgroundsLogo" in Frame 3
onClipEvent (load) { _alpha = 0; framesExisted = 0; _xscale = 40; _yscale = 40; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, false) && (_alpha > 50)) { getURL ("http://www.Newgrounds.com", "blank"); } } onClipEvent (enterFrame) { if (_root.innocuousLogo._visible == false) { if (framesExisted < 150) { if (_alpha < 100) { _alpha = (_alpha + 5); _xscale = (_xscale + 3); _yscale = (_yscale + 3); } } else if (framesExisted < 210) { if (_alpha > 0) { _alpha = (_alpha - 5); } } framesExisted++; } }
Instance of Symbol 1065 MovieClip [Disclaimer] "Disclaim" in Frame 4
onClipEvent (load) { _alpha = 0; framesExisted = 0; } onClipEvent (enterFrame) { if (framesExisted < 100) { _alpha = (_alpha+1); } else if ((framesExisted > 200) && (framesExisted < 300)) { _alpha = (_alpha-1); } else if (framesExisted >= 300) { _level0.nextFrame(); } framesExisted++; } onClipEvent (mouseDown) { _level0.nextFrame(); }
Frame 5
stop(); if (!RanOnce) { _global.interval = 30; _global.spawnLimit = 12; _global.showFPS = false; _global.soundMode = "All"; _global.floorMode = "Random"; subMenu = false; _global.RanOnce = true; _global.EnemiesSeen = new Array(); _global.EnemiesSeen.push("Gloople"); _global.EnemiesKilled = new Array(); _global.EnemiesKilled.push("Gloople"); _global.gameMode = null; _global.GameTime = 0; _global.PracticeEnemies = new Array(); _global.PracticeEnemies.push("Gloople"); _global.activeEnemies = new Array(); _global.EnemySet = new Array(); _global.EnemySet.push("Gloople"); _global.NestSize = 0; _global.KillsLeft = 0; _global.BountyRunHighScore = 0; _global.SingleNestHighScore = 0; _global.Rematch = false; _global.RematchesLeft = 0; _global.RazorGlaiveUnlocked = false; _global.RazorGlaiveEquipped = false; _global.SearchArray = function (ArraytoSearch, ItemtoFind) { x = 0; while (x < ArraytoSearch.length) { if (ArraytoSearch[x] == ItemtoFind) { return(x); } x++; } return(null); }; mySound = new Sound(); _global.MakeNoise = function (NoisetoMake, startAt) { if ((soundMode == "All") || (soundMode == "FX Only")) { mySound.attachSound(NoisetoMake); mySound.start(startAt); } }; Music = new Sound(_root); _global.lastSong = ""; _global.playSong = function (WhatSong) { if (WhatSong != "tellMeAgain") { Music.stop(); if ((soundMode == "All") || (soundMode == "Music Only")) { Songname = _global.lastSong; if (WhatSong == "juke") { while (Songname == _global.lastSong) { songPicker = int(Math.random() * 12) + 1; switch (songPicker) { case 1 : Songname = "Invisible Walls"; break; case 2 : Songname = "Accelerated Lifestyle"; break; case 3 : Songname = "Double the Daily Dose"; break; case 4 : Songname = "Habitual Ritual"; break; case 5 : Songname = "Weekend Amnesia"; break; case 6 : Songname = "City Lights at Night"; break; case 7 : Songname = "Mind Mapping"; break; case 8 : Songname = "Ventus Solaris"; break; case 9 : Songname = "As We May Think"; break; case 10 : Songname = "Biomythos"; break; case 11 : Songname = "Obscure Terrain"; break; case 12 : Songname = "Effects of Elevation"; } } Music.attachSound(Songname); _global.lastSong = Songname; } else { Music.attachSound(WhatSong); _global.lastSong = WhatSong; } Music.onSoundComplete = function () { _global.playSong("juke"); }; Music.start(); if (_root._currentframe < 7) { _root.attachMovie("Jukebox Backdrop", "jukeboxBack", 6649); with (_root.jukeboxBack) { _x = 30; _y = 30; } } _root.attachMovie("Jukebox Display", "Jukebox", 6650); with (_root.Jukebox) { _x = 30; _y = 30; } } } else if ((soundMode == "All") || (soundMode == "Music Only")) { if (_root._currentframe < 7) { _root.attachMovie("Jukebox Backdrop", "jukeboxBack", 6649); with (_root.jukeboxBack) { _x = 30; _y = 30; } } _root.attachMovie("Jukebox Display", "Jukebox", 6650); with (_root.Jukebox) { _x = 30; _y = 30; } } }; } _global.playSong("Ventus Solaris");
Instance of Symbol 1085 MovieClip "Practice" in Frame 5
onClipEvent (load) { stop(); onMe = false; myTipText = "Play freely with any or all of the Glooples that you have previously encountered"; } onClipEvent (enterFrame) { if (hitTest(_root._xmouse, _root._ymouse, false) && (_root.subMenu == false)) { onMe = true; _root.infoBox.tipText = myTipText; if (_currentframe != 16) { play(); } else { stop(); } } else { onMe = false; if (_root.infoBox.tipText == myTipText) { _root.infoBox.tipText = null; } if (_currentframe != 1) { play(); } else { stop(); } } } onClipEvent (mouseDown) { if (onMe) { _root.attachMovie("Practice Plate", "PracticeMenu", 1000); with (_root.PracticeMenu) { _x = 275; _y = 205; } _root.subMenu = true; } }
Instance of Symbol 1108 MovieClip "SingleNest" in Frame 5
onClipEvent (load) { stop(); onMe = false; myTipText = "Fight through a single Gloople nest with the goal of reducing the Gloople numbers to 0 before dying"; } onClipEvent (enterFrame) { if (hitTest(_root._xmouse, _root._ymouse, false) && (_root.subMenu == false)) { onMe = true; _root.infoBox.tipText = myTipText; if (_currentframe != 16) { play(); } else { stop(); } } else { onMe = false; if (_root.infoBox.tipText == myTipText) { _root.infoBox.tipText = null; } if (_currentframe != 1) { play(); } else { stop(); } } } onClipEvent (mouseDown) { if (onMe) { _global.gameMode = "Single"; switch (interval) { case 15 : breedsInNest = 5; _global.NestSize = 200; break; case 30 : breedsInNest = 8; _global.NestSize = 350; break; case 60 : breedsInNest = 11; _global.NestSize = 500; } while (EnemySet.length < breedsInNest) { if (EnemySet.length < 5) { switch (int(Math.random() * 4) + 1) { case 1 : if (SearchArray(EnemySet, "Stickie") == null) { EnemySet.push("Stickie"); } break; case 2 : if (SearchArray(EnemySet, "Biter") == null) { EnemySet.push("Biter"); } break; case 3 : if (SearchArray(EnemySet, "Meltie") == null) { EnemySet.push("Meltie"); } break; case 4 : if (SearchArray(EnemySet, "Clutter") != null) { break; } EnemySet.push("Clutter"); } } else if (EnemySet.length < 9) { switch (int(Math.random() * 4) + 1) { case 1 : if (SearchArray(EnemySet, "Sharp") == null) { EnemySet.push("Sharp"); } break; case 2 : if (SearchArray(EnemySet, "Inkie") == null) { EnemySet.push("Inkie"); } break; case 3 : if (SearchArray(EnemySet, "Grinder") == null) { EnemySet.push("Grinder"); } break; case 4 : if (SearchArray(EnemySet, "Fuzzle") != null) { break; } EnemySet.push("Fuzzle"); } } else { switch (int(Math.random() * 2) + 1) { case 1 : if (SearchArray(EnemySet, "Torchie") == null) { EnemySet.push("Torchie"); } break; case 2 : if (SearchArray(EnemySet, "Frostie") != null) { break; } EnemySet.push("Frostie"); } } } _level0.nextFrame(); } }
Instance of Symbol 1129 MovieClip "BountyRun" in Frame 5
onClipEvent (load) { stop(); onMe = false; myTipText = "Dive into an endless Gloople nest in an attempt to collect the highest bounty score possible - the longer you last, the more Glooples will join the battle"; } onClipEvent (enterFrame) { if (hitTest(_root._xmouse, _root._ymouse, false) && (_root.subMenu == false)) { onMe = true; _root.infoBox.tipText = myTipText; if (_currentframe != 16) { play(); } else { stop(); } } else { onMe = false; if (_root.infoBox.tipText == myTipText) { _root.infoBox.tipText = null; } if (_currentframe != 1) { play(); } else { stop(); } } } onClipEvent (mouseDown) { if (onMe) { _global.gameMode = "Bounty"; while (EnemySet.length < 11) { if (EnemySet.length < 5) { switch (int(Math.random() * 4) + 1) { case 1 : if (SearchArray(EnemySet, "Stickie") == null) { EnemySet.push("Stickie"); } break; case 2 : if (SearchArray(EnemySet, "Biter") == null) { EnemySet.push("Biter"); } break; case 3 : if (SearchArray(EnemySet, "Meltie") == null) { EnemySet.push("Meltie"); } break; case 4 : if (SearchArray(EnemySet, "Clutter") != null) { break; } EnemySet.push("Clutter"); } } else if (EnemySet.length < 9) { switch (int(Math.random() * 4) + 1) { case 1 : if (SearchArray(EnemySet, "Sharp") == null) { EnemySet.push("Sharp"); } break; case 2 : if (SearchArray(EnemySet, "Inkie") == null) { EnemySet.push("Inkie"); } break; case 3 : if (SearchArray(EnemySet, "Grinder") == null) { EnemySet.push("Grinder"); } break; case 4 : if (SearchArray(EnemySet, "Fuzzle") != null) { break; } EnemySet.push("Fuzzle"); } } else { switch (int(Math.random() * 2) + 1) { case 1 : if (SearchArray(EnemySet, "Torchie") == null) { EnemySet.push("Torchie"); } break; case 2 : if (SearchArray(EnemySet, "Frostie") != null) { break; } EnemySet.push("Frostie"); } } } _level0.nextFrame(); } }
Instance of Symbol 1146 MovieClip "Options" in Frame 5
onClipEvent (load) { stop(); onMe = false; myTipText = "Modify gameplay and technical settings"; } onClipEvent (enterFrame) { if (hitTest(_root._xmouse, _root._ymouse, false) && (_root.subMenu == false)) { onMe = true; _root.infoBox.tipText = myTipText; if (_currentframe != 16) { play(); } else { stop(); } } else { onMe = false; if (_root.infoBox.tipText == myTipText) { _root.infoBox.tipText = null; } if (_currentframe != 1) { play(); } else { stop(); } } } onClipEvent (mouseDown) { if (onMe) { _root.attachMovie("Option Menu", "OptionMenu", 1000); with (_root.OptionMenu) { _x = 250; _y = 250; } _root.subMenu = true; } }
Instance of Symbol 1165 MovieClip "Beastiary" in Frame 5
onClipEvent (load) { stop(); onMe = false; myTipText = "View information on each type of Gloople you have encountered so far"; } onClipEvent (enterFrame) { if (hitTest(_root._xmouse, _root._ymouse, false) && (_root.subMenu == false)) { onMe = true; _root.infoBox.tipText = myTipText; if (_currentframe != 16) { play(); } else { stop(); } } else { onMe = false; if (_root.infoBox.tipText == myTipText) { _root.infoBox.tipText = null; } if (_currentframe != 1) { play(); } else { stop(); } } } onClipEvent (mouseDown) { if (onMe) { _root.attachMovie("Beastiary Plate", "BeastiaryMenu", 1000); with (_root.BeastiaryMenu) { _x = 275; _y = 205; } _root.subMenu = true; } }
Instance of Symbol 1167 MovieClip "MainTitle" in Frame 5
onClipEvent (load) { widthGoal = 100; heightGoal = 100; } onClipEvent (enterFrame) { if (int(_xscale) == widthGoal) { widthGoal = int(Math.random() * 80) + 60; } else if (int(_xscale) < widthGoal) { _xscale = (_xscale + 0.1); } else { _xscale = (_xscale - 0.1); } if (int(_yscale) == heightGoal) { heightGoal = int(Math.random() * 80) + 60; } else if (int(_yscale) < heightGoal) { _yscale = (_yscale + 0.1); } else { _yscale = (_yscale - 0.1); } }
Instance of Symbol 1169 MovieClip "InfoBox" in Frame 5
onClipEvent (load) { this.addProperty("tipText", this.getTipText, this.setTipText); tipText = null; _alpha = 0; showingCreds = false; timeRemaining = 0; framesRunning = 1; currentCred = 1; infoTextFormat = new TextFormat(); infoTextFormat.font = "Cooper Black"; infoTextFormat.color = 39168; infoTextFormat.size = 14; infoTextFormat.align = "center"; credTextFormat = new TextFormat(); credTextFormat.font = "Cooper Black"; credTextFormat.color = 16777215 /* 0xFFFFFF */; credTextFormat.size = 12; credTextFormat.align = "center"; this.createTextField("infoText", this.getDepth + 1, 0, 0, this._width, this._height); infoText.embedFonts = true; infoText.wordWrap = true; infoText.selectable = false; } onClipEvent (enterFrame) { framesRunning++; if (tipText != null) { infoText.text = tipText; showingCreds = false; infoText.setTextFormat(infoTextFormat); if (_alpha < 100) { _alpha = (_alpha + 25); } } else if (showingCreds == false) { if (_alpha > 0) { _alpha = (_alpha - 25); } else { infoText.text = ""; if (int(framesRunning / 10) == (framesRunning / 10)) { showingCreds = true; } } } else { if ((timeRemaining == 0) && (infoText.text == "")) { switch (currentCred) { case 1 : infoText.text = "Designed, Coded, Drawn and Animated by\rCaleb Rhodes\rinnocuousGames@gmail.com"; break; case 2 : infoText.text = "Music excerpted from\rRevolution Void\r(check them out at Jamendo.com)"; break; case 3 : infoText.text = "Sound Effects by\rJanus Professional\r(and other misc. sounds)"; } currentCred++; if (currentCred == 4) { currentCred = 1; } infoText.setTextFormat(credTextFormat); timeRemaining = 180; } else if (timeRemaining > 8) { if (_alpha < 100) { _alpha = (_alpha + 25); } } else if (timeRemaining > 0) { if (_alpha > 0) { _alpha = (_alpha - 25); } } else { infoText.text = ""; showingCreds = false; } if (timeRemaining > 0) { timeRemaining--; } } } onClipEvent (keyDown) { if (Key.getCode() == 78) { _global.playSong("juke"); } if (Key.getCode() == 77) { _global.playSong("tellMeAgain"); } } onClipEvent (mouseDown) { if (Key.isDown(81) && (Key.isDown(82))) { if (SearchArray(EnemiesSeen, "RazorQueen") == null) { EnemiesSeen.push("RazorQueen"); _root.infoBox.tipText = "You cheater.\rRazor Queen unlocked"; } } }
Instance of Symbol 1173 MovieClip [High Scores] "Scoreboard" in Frame 5
onClipEvent (load) { _xscale = 70; _yscale = 70; _alpha = 0; } onClipEvent (enterFrame) { if ((_global.SingleNestHighScore == 0) && (_global.BountyRunHighScore == 0)) { _alpha = 0; } else { _alpha = 100; } }
Instance of Symbol 770 MovieClip [Weapon Select] "WeaponSelect" in Frame 5
onClipEvent (load) { _visible = false; _xscale = 80; _yscale = 80; } onClipEvent (enterFrame) { if (_global.RazorGlaiveUnlocked) { _visible = true; } }
Instance of Symbol 1200 MovieClip "Instructions" in Frame 5
onClipEvent (load) { stop(); onMe = false; myTipText = "Review controls and basics of how to play the game"; } onClipEvent (enterFrame) { if (hitTest(_root._xmouse, _root._ymouse, false) && (_root.subMenu == false)) { onMe = true; _root.infoBox.tipText = myTipText; if (_currentframe != 16) { play(); } else { stop(); } } else { onMe = false; if (_root.infoBox.tipText == myTipText) { _root.infoBox.tipText = null; } if (_currentframe != 1) { play(); } else { stop(); } } } onClipEvent (mouseDown) { if (onMe) { _root.attachMovie("Instruction Plate", "InstructionMenu", 1000); with (_root.InstructionMenu) { _x = 275; _y = 205; } _root.subMenu = true; } }
Instance of Symbol 1204 MovieClip "HintBox" in Frame 6
onClipEvent (load) { myText = null; _global.unbuildTo = null; dataTextFormat = new TextFormat(); dataTextFormat.font = "Cooper Black"; dataTextFormat.color = 39168; dataTextFormat.size = 14; dataTextFormat.align = "center"; this.createTextField("dataText", this.getDepth + 1, 0, 0, this._width, this._height); dataText.embedFonts = true; dataText.wordWrap = true; dataText.selectable = false; switch (_global.gameMode) { case "Practice" : hintPick = int((Math.random() * (PracticeEnemies.length + 1)) + 1); switch (hintPick) { case 1 : hintCatagory = "General"; break; default : hintCatagory = PracticeEnemies[hintPick - 2]; } break; default : hintPick = int((Math.random() * (EnemiesSeen.length + 2)) + 1); switch (hintPick) { case 1 : hintCatagory = "General"; break; case 2 : hintCatagory = _global.gameMode; break; default : hintCatagory = EnemiesSeen[hintPick - 3]; } } } onClipEvent (enterFrame) { if (myText == null) { switch (hintCatagory) { case "General" : switch (int(Math.random() * 11) + 1) { case 1 : myText = "Coax troublesome Glooples into moving out of the play area - they'll be eliminated from play. You will not score for them, however, and there are a few Glooples that this won't work on."; break; case 2 : myText = "Be very careful around the edges of the play area, a Gloople may come in from the edges and leave you too little time to get out of the way."; break; case 3 : myText = "Sometimes it's a better idea to just try and stay out of the way for a moment than to swing wildly - that brief second of immobility may be your demise."; break; case 4 : myText = "Most anything a Gloople can toss at you can be batted away, so if getting out of the way isn't an option, take a swing at it."; break; case 5 : myText = "Avoid swinging at anything too hard to damage - if your weapon bounces off, you'll be stunned for a moment. Make sure your whole swing arc is clear of obstructions."; break; case 6 : myText = "When you swing the SplatMaster3000, you create a wide killzone in front of you that lasts a tiny bit longer than you may think that it does. This means you can swing a bit early and let an enemy \"run into\" your swing from outside your actual reach."; break; case 7 : myText = "To splat a Gloople, make sure you get most of it in your swing arc - just grazing the edge of it won't count."; break; case 8 : myText = "The Spawn Limit option in the Options menu determines the general maximum number of glooples allowed onscreen at a time - this isn't an absolute limit, but turning it down will make the game a little easier and run a little better (and vice versa)."; break; case 9 : myText = "The Game Length setting in the Options menu is more or less a difficulty setting. Long Single Nests are harder than short ones, but a short Bounty Run is harder than a long one (It's short because you'll probably die pretty quickly)."; break; case 10 : myText = "Stay aware of where your swing arc is going to be before you attack. If there's a danger you might hit something you need to avoid, try using the corners of the arc instead of the broad part in front of you."; break; case 11 : myText = "The closer you keep the cursor to the character, the more quickly you'll be able to make fine movements, and the more control you'll have over your facing and swings."; } break; case "Single" : switch (int(Math.random() * 4) + 1) { case 1 : myText = "As you near the end of the Nest, there is a chance that you'll come across a particularly dangerous Gloople. This is much more likely the longer your Game Length is set to."; break; case 2 : myText = "It doesn't matter what type of Gloople you splat, each kill counts down the nest by one, so go for the easy targets when you can - they count just as much as the real problem Glooples do."; break; case 3 : myText = "The Game Length setting determines the number of Glooples you'll have to kill to clear the nest. The longer the game, the more types of Glooples will show up by the end, and the harder time you'll have."; break; case 4 : myText = "You don't need to try and splat every single Gloople; the ones that get away don't count against you in any way and the Glooples will keep coming until you've met the quota."; } break; case "Bounty" : switch (int(Math.random() * 3) + 1) { case 1 : myText = "Try to catch as many Glooples in a single swing as you can. Not only will this leave you vulnerable less often, but each additional Gloople acts as a bounty multiplier."; break; case 2 : myText = "More high point value Glooples in one swing means a higher base value for the multiplier to be applied to. Three Biters are far more valuable than three Glooples."; break; case 3 : myText = "The Game Length setting for a Bounty Run determines how quickly new types of Glooples begin to appear. Shorter games have shorter intervals between new (and harder) Glooples being added to the fray."; } break; case "Gloople" : switch (int(Math.random() * 4) + 1) { case 1 : myText = "Green Glooples can't directly hurt you, but letting them bump into you will knock you off balance for a moment and give something worse a chance to strike."; break; case 2 : myText = "Glooples can stick together and form larger Glooples if you allow them to touch, although it only happens occasionally."; break; case 3 : myText = "Regular Glooples are subject to more or less all of the same dangers as you are - keep an eye on them when something new shows up. If it kills the Glooples, it'll probably do the same to you!"; break; case 4 : myText = "Green Glooples are plentiful, don't put yourself in danger trying to chase one down, and don't hesitate to use them as cover between yourself and something dangerous (although it may not do much good.)"; } break; case "Biter" : switch (int(Math.random() * 3) + 1) { case 1 : myText = "Biters are quick, but they can only lunge in a straight line, and they can't stop. Wait for it to pounce, and then either splat it or step out of the way."; break; case 2 : myText = "A Biter can't lunge (or hurt you) if it's gummed up in Stickie goo, so use the opportunity to splat it safely, or clean up some other threats."; break; case 3 : myText = "Although it's very rare, Biters can glom together to form a very scary gloople - don't let them touch too often."; } break; case "Stickie" : switch (int(Math.random() * 5) + 1) { case 1 : myText = "Stickies will pop when they touch anything, but they move completely straight so you can't steer them into things. Better to splat them and leave the goo as a trap or protective barrier."; break; case 2 : myText = "Stickie goo is a great insulator, and though it gums you up and slows you down, it will keep you from catching fire or being stuck in ice."; break; case 3 : myText = "When a Stickie enters the play field, it always aims for you. If you stay in one place while there are Stickies around, you'll eventually be bogged down."; break; case 4 : myText = "Big things are just too large and heavy to be slowed down (any more than they are) by Stickie goo, don't count an any help there."; break; case 5 : myText = "Certain Glooples have the ability to shake off Stickie goo more quickly than others, so keep on eye on those that don't seem to be affected as long as you'd hoped."; } break; case "Meltie" : switch (int(Math.random() * 5) + 1) { case 1 : myText = "While Meltie acid makes short work of a lot of Glooples, there are some who are too well protected to be hurt by it."; break; case 2 : myText = "Be very careful when splatting a Meltie: just because you hit it doesn't mean it can't splash toward you. Take note of the direction things splat when you hit them, and catch Melties on the correct side."; break; case 3 : myText = "Meltie acid lasts a while, so use them as defensive barriers while you can - most Glooples can't cross it safely."; break; case 4 : myText = "Right when a gloople gets caught in Meltie acid, there's a very brief time when it's stuck but not quite dissolved when you can still splat it and get the credit."; break; case 5 : myText = "Melties will gently curve toward you while traveling. Use this to your advantage and steer them into threats you don't want to deal with - or can't."; } break; case "Inkie" : switch (int(Math.random() * 4) + 1) { case 1 : myText = "Don't let an Inkie touch you - their thick black goo will blind you for more than long enough to get you killed."; break; case 2 : myText = "It's a good idea to steer clear of Inkie splats. It won't hurt you directly, but it'll cause you to slide a short way without any control - it takes a little luck to come out okay."; break; case 3 : myText = "Inkie ink pools are very flammable, and if lit on fire will create a big, long-burning fire. Anything caught in the blaze will go up as well."; break; case 4 : myText = "Under no circumstances should you let an Inkie get anywhere near a fire (don't worry about the little flames, though). If lit before they splat, they detonate and take out everything around them."; } break; case "Clutter" : switch (int(Math.random() * 7) + 1) { case 1 : myText = "A Clutter will never intentionally get anywhere near you - you'll have to take the fight to them. But don't let them get you into trouble trying to chase them down."; break; case 2 : myText = "Because of the way Clutters avoid you, don't be ashamed to just \"push\" them off of the edge of the play area. It's easy, and we all do it. You don't score, but they're out of the way."; break; case 3 : myText = "If you swing immediately after a swing that kills an adult Clutter, you'll usually mop up the babies it drops as well (and get a pretty good score for it, as well). Just don't do this at the expense of watching your back."; break; case 4 : myText = "You can really ignore baby Clutters safely for a while - it takes them a short time to grow up, and until then they aren't a threat. Just make sure you get to them before they reach full size."; break; case 5 : myText = "Most of the time you're better off just stepping out of the way of spit baby Clutters rather than swatting them. They splat when they hit the ground anyway. If you do splat them, though, they're worth as much as any small Clutter."; break; case 6 : myText = "If you get a baby Clutter stuck to you, you can shake them off quickly by spinning around in circles as fast as you can."; break; case 7 : myText = "Having more than one baby Clutter stuck to you is a serious problem because it begins to slow you down a lot, and can sometimes keep you from swinging. Shake them off as soon as you can."; } break; case "Sharp" : switch (int(Math.random() * 6) + 1) { case 1 : myText = "You can't take a Sharp head-on, with it's spines out it's pretty much invulnerable. Get around behind it, and it'll let it's guard down."; case 2 : myText = "More often than you'd like, the best way to deal with a Sharp is just to bat it out of the play area. You don't get credit for it, but you don't have to deal with it either."; break; case 3 : myText = "Sharps are clever enough that, if they see a hazard in front of them, they'll put their spines out. This goes for you, a dangerous pool, or any other Gloople, really."; break; case 4 : myText = "With their spines out, a Sharp is immune to the effect of any standing hazardous pool. Don't rely on defensively placed goo splats keeping Sharps off your back."; break; case 5 : myText = "Sharps can splat a lot of glooples, and a well placed swat can send them into some other unpleasantness that you'd rather not deal with."; break; case 6 : myText = "Continuously whacking at a Sharp won't work - if they take a smack, no matter which way they're facing, they'll leave their spines out for a few seconds."; } break; case "Grinder" : switch (int(Math.random() * 4) + 1) { case 1 : myText = "Most of the time the best thing you can do about a Grinder is get out of the way. On the bright side, they demolish basically anything they roll over."; break; case 2 : myText = "Grinders try and steer very subtly toward you, so it's possible to guide them into other threats (or each other, which is a different matter altogether)."; break; case 3 : myText = "Even if you find a way to weaken a Grinder's stony skin enough that you can hurt it, they still take a ton of punishment. Killing one is an impressive achievement."; break; case 4 : myText = "Grinders are big, and so is your swing area. Be very cautious when swinging anywhere around a Grinder - if you hit it at all, you'll bounce off and be stunned for a couple of seconds."; } break; case "Fuzzle" : switch (int(Math.random() * 5) + 1) { case 1 : myText = "Like a Super-biter, a Fuzzle is better in pretty much every way. Give them your full attention when they show up."; break; case 2 : myText = "Be persistent when trying to splat a Fuzzle. If you knock off all of their fur, and then give them a few seconds, they'll grow it back and be just as tough as when they started. Make sure you get that last swing in when you can."; break; case 3 : myText = "When you've got a Fuzzle down to it's skin, it won't try and bite you and instead will try to run away for a while. If you're really in trouble, you can use this time to deal with something else - just don't take too long. It'll be back."; break; case 4 : myText = "It's easy to tell when a Fuzzle's about to lunge, it hunkers down and crawls for a couple of seconds first. Be careful though, while it's getting ready to jump it can adjust it's aim very quickly"; break; case 5 : myText = "Fuzzles are even resistant to many of the hazardous splats - they still have an effect, but it's not as severe as with other glooples."; } break; case "Torchie" : switch (int(Math.random() * 5) + 1) { case 1 : myText = "Do not, under any circumstances, attack a Torchie while it's on fire - this is instant death, as the little beast will explode and take you with it."; break; case 2 : myText = "Once a Torchie has gone out, make sure you kill it before it has a chance to get into any flame. If it does, it will re-light itself and be just as dangerous as before. You can stomp out the little fires it leaves behind to take out some insurance against this happening."; break; case 3 : myText = "Torchies light almost anything they bump into on fire. This is the end of a lot of glooples, but not before they have the chance to spread the fire themselves. Don't touch anything on fire, or you'll join them."; break; case 4 : myText = "As dangerous as they are, a lot of things can extinguish a Torchie and make it an easy target. Try and use one of these methods if you don't feel like waiting for it to go out on it's own."; break; case 5 : myText = "Should you catch fire, you have a few seconds of panicky running about to try and put yourself out. The same things that put out most fires will work on you (although acid is not recommended)."; } break; case "Oozle" : switch (int(Math.random() * 2) + 1) { case 1 : myText = "Don't stand in front of an Oozle while trying to splat it. While you may get off a swing, you won't slow it down, and it'll just roll over you while you're getting ready to swing again."; break; case 2 : myText = "It's a good idea to take care of Oozles wherever they pop up. Letting them hang around gives them a chance to glom together with another Green Gloople and make your life harder."; } break; case "Gray" : switch (int(Math.random() * 3) + 1) { case 1 : myText = "Most of the time it's useless to take a swing at a Gray, they can harden into a ball of steel faster than you can get your SplatMaster3000 into them. You'll have to wait for them to concentrate on something else before you get the chance to hurt them."; break; case 2 : myText = "As lethal as the Gray's tendril lance is, it's pretty easy to avoid. Mainly try not to get stunned or staggered while one is around and keep your eye on it, and you should be okay."; break; case 3 : myText = "If you have a Gray bearing down on you, but need to take a swing, it is possible to deflect it's lance with your attack. Just make sure you time it right."; } break; case "Frostie" : switch (int(Math.random() * 4) + 1) { case 1 : myText = "The blast of frozen air from a burst Frostie is bigger than the reach of your SplatMaster3000. If you don't want to be frozen at all, just dodge, don't swing."; break; case 2 : myText = "How long you're frozen is a direct result of how far you were from the Frostie when it popped. If it hit you, you're in trouble. If you splatted it from as far away as you could manage, you'll be stuck for a couple of seconds at most."; break; case 3 : myText = "Frostie hit you, and you're frozen good? Try wiggling up and down, you'll break it much faster that way."; break; case 4 : myText = "Anything frozen (including you) can be destroyed by just bumping into it. On the other hand, you don't score for breaking frozen Glooples."; } break; case "Amalgam" : switch (int(Math.random() * 4) + 1) { case 1 : myText = "Persistence is the key when you have an Amalgam after you. Keep swinging, and keep in mind that every absorbed Gloople is another swing you have to make."; break; case 2 : myText = "It's not as important to immediately chase down small Amalgam that break off of the big one when you attack it - they can't hurt you until they get bigger."; break; case 3 : myText = "The old \"lure it into moving out of the play area\" trick won't work an Amalgam, they stay in the game even if they cross the border. You have to kill them all."; break; case 4 : myText = "Every time you land a hit on an Amalgam, you stun it for just about long enough to get another swing in. You can't stand right in front of it, but you can get in quite a few swipes before you'll even have to move if you get along side one."; } break; case "VoidEater" : switch (int(Math.random() * 4) + 1) { case 1 : myText = "With a Void Eater on your hands, your main concern should be staying away from it. Most of what it does will try and draw you close enough for it to blast you into oblivion, so focus on keeping your distance and wait for your chance."; break; case 2 : myText = "It's very possible that a Void Eater could form right next to you and blast you with a shockwave before you even have a chance to react to it. The solution? Don't leave Grays hanging around."; break; case 3 : myText = "A Void Eater's density beam has a much more powerful gravity effect than it's gravity well. If you aren't well out of the way when it starts, you're probably doomed."; break; case 4 : myText = "You can tell the killzone around a Void Eater by where the Glooples are getting annihilated."; } break; case "Horror" : switch (int(Math.random() * 5) + 1) { case 1 : myText = "Don't try to attack a Horror directly. Doing so is almost certainly your undoing, as it's way to hard for your SplatMaster3000 to damage, and in the time it takes you to recover from the recoil it will have already turned you into kibble."; break; case 2 : myText = "Horrors move fast enough that you'll have enough to do just trying to keep it from mowing you down in your tracks. Step around the side of it as close as you dare, and you'll force it to make a bit of a \"U\" turn and buy yourself a little time."; break; case 3 : myText = "It's basically impossible to know when a Horror is going to fling off a bunch of it's deadly little teeth, although it normally reserves this move for when you're too far for it to just roll over you and turn you into mulch. On the other hand, a Horror will never send it's disks after you unless you're well away from it."; break; case 4 : myText = "Horror teeth that it flings off of it's body aren't too hard to dodge, but if you have to you can just bat them out of the air. Also, keep track of any Green Glooples in the way: if they get hit, they'll mutate into a Biter and come after you."; break; case 5 : myText = "When a Horror sends it's disks after you, it becomes a bit more paranoid and makes an effort to keep a little distance from you. Don't let it draw you in long enough for the disks to come back around and slice you in half."; } break; case "Queen" : switch (int(Math.random() * 6) + 1) { case 1 : myText = "Don't let Queen larva hang around. You can splat them or just step on them, but leaving them alive means that if you manage to outmaneuver the Queen and get that killing blow, another one may pop up right behind her."; break; case 2 : myText = "If you should kill a Queen and notice a larva still crawling around, get it as fast as you can. It can't spawn a new Queen unless it gets to a Gloople host, and it will be trying it's hardest to do just that."; break; case 3 : myText = "The Queen's long reach and ability to lunge makes her very difficult to dodge. Sometimes your best bet is to swing into her in an attempt to parry. She'll do the same to you, after all."; break; case 4 : myText = "Because the Queen is cautious and will dodge away any time you make a swipe at her, it's possible to bully her around a bit if you need a moment to collect yourself. Just make sure you don't get caught swinging at nothing when she decides to pounce."; break; case 5 : myText = "It's always best to keep your distance when you can while fighting a Queen. The best time to strike her is during a lunge, and if you get in tight, remember: She has two huge sharp cutting thingies. You only have one."; break; case 6 : myText = "Should you be fighting a Queen and actually bump into one another (usually by way of you both missing one another) you can probably expect to get creamed immediately. She's much quicker at reacting to that sort of situation than you are."; } break; case "RazorQueen" : switch (int(Math.random() * 10) + 1) { case 1 : myText = "The fact that you've seen a Razor Queen at all should make you proud. In that \"What the heck is tha-Ow. I died.\" sort of way"; break; case 2 : myText = "When the Razor Queen digs her claws into the ground, you'd do well to put some distance between you and her. She starts to attack at range, and if you can't keep your eye on her and do some fancy footwork, you're not going to survive it."; break; case 3 : myText = "Like most things, the quills a Razor Queen launches from her body can be destroyed by slashing them. However, because this keeps you from moving, it's best to only do this if you really need to."; break; case 4 : myText = "The Razor Queen has five huge blades to your one. Trying to swing at her when she's not left herself open is blatant suicide."; break; case 5 : myText = "The spiny larva a Razor Queen spawns while she's chasing you around will explode if you get near enough, but it takes them a second. If you step in and then move away, you should be able to get rid of them safely without having to swing."; break; case 6 : myText = "The digging razor mites that a Razor Queen will spit while dug in are, safe from attack while underground. However, they come up to lunge very predictably, and you should take the opportunity to kill them, lest they circle around and surprise you."; break; case 7 : myText = "When a Razor Queen spits a spine jack, she lobs it through the air. As long as you aren't nearby when it lands, you can walk safely under it while it's airborne."; break; case 8 : myText = "A spine jack stuck in the ground can really help you survive a Razor Queen's bombardment - the quills she launches will break when they hit it, and airborne razor mites will bounce off of it. Watch carefully though - mites can burrow under it, and the spine jack will break eventually"; break; case 9 : myText = "Like most glooples with distance-covering attacks, a Razor Queen will only lunge if you're far enough away for her to need to."; break; case 10 : myText = "If a Razor Queen has littered the screen with so many spine jacks you can't move around well, you can break them down with enough hits. This takes some time though - make sure you have it to spare."; } } dataText.text = myText; dataText.setTextFormat(dataTextFormat); dataText._width = dataText._width - 1; } } onClipEvent (mouseDown) { _level0.nextFrame(); }
Instance of Symbol 1206 MovieClip "PointMark" in Frame 7
onClipEvent (load) { if (_name != "PointMark") { this.addProperty("speed", this.getSpeed, this.setSpeed); this.addProperty("turnMode", this.getTurnMode, this.setTurnMode); this.addProperty("pointsOnSwing", this.getPointsOnSwing, this.setPointsOnSwing); this.addProperty("killsOnSwing", this.getKillsOnSwing, this.setKillsOnSwing); this.addProperty("clutters", this.getClutters, this.setClutters); this.addProperty("frozenFrames", this.getFrozenFrames, this.setFrozenFrames); pointsOnSwing = 0; killsOnSwing = 0; speed = 5; topSpeed = 5; clutters = 0; if (_global.RazorGlaiveEquipped) { speed = 4; topSpeed = 4; } frozenFrames = 0; wiggleTo = "up"; _visible = false; turnMode = true; _global.HeroAction = "none"; _global.justHit = null; _global.Score = 0; _global.HeroKilled = false; } else { duplicateMovieClip (this, "HeroPointer", 20); _root.HeroPointer._x = 222; _root.HeroPointer._y = 183; } } onClipEvent (mouseDown) { if (_name != "PointMark") { if ((_global.HeroAction == "none") && ((_global.ClearTime == 0) || (_global.gameMode != "Single"))) { if ((clutters < 2) || ((int(Math.random() * 10) + 1) > clutters)) { _global.HeroAction = "attacking"; if (_global.RazorGlaiveEquipped) { duplicateMovieClip (_root.HeroSlashRazor, "HeroSlashin", _global.heroDepth++); } else { duplicateMovieClip (_root.HeroSlash, "HeroSlashin", _global.heroDepth++); } with (_root.HeroSlashin) { _x = this._x; _y = this._y; _rotation = this._rotation; } _global.MakeNoise("Swing"); if (eval (_root.HeroWalkin) != undefined) { removeMovieClip(_root.HeroWalkin); } } else { _global.justHit = this; } } } } onClipEvent (enterFrame) { if (_name != "PointMark") { if ((killsOnSwing > 1) && (_global.HeroAction != "attacking")) { CP = String(random(100)); duplicateMovieClip (_root.Bounty, (_name + "Multi") + CP, _global.markDepth++); setProperty((("_root." + _name) + "Multi") + CP, _x , this._x); setProperty((("_root." + _name) + "Multi") + CP, _y , this._y); BountyObject = eval ((("_root." + _name) + "Multi") + CP); BountyObject.bounty = "x" + String(killsOnSwing); pointsOnSwing = pointsOnSwing * killsOnSwing; } if ((killsOnSwing > 0) && (_global.HeroAction != "attacking")) { _global.Score = _global.Score + pointsOnSwing; CP = String(random(300)); duplicateMovieClip (_root.Bounty, (_name + "Plus") + CP, _global.markDepth++); setProperty((("_root." + _name) + "Plus") + CP, _x , _root.ScoreDisplay._x - 20); setProperty((("_root." + _name) + "Plus") + CP, _y , _root.ScoreDisplay._y); BountyObject = eval ((("_root." + _name) + "Plus") + CP); BountyObject.bounty = "+" + String(pointsOnSwing); killsOnSwing = 0; pointsOnSwing = 0; } if (_global.HeroAction == "melted") { if (eval (_root.HeroWalkin) != undefined) { removeMovieClip(_root.HeroWalkin); } if (eval (_root.HeroSlashin) != undefined) { removeMovieClip(_root.HeroSlashin); } if (eval (_root.HeroStagger) != undefined) { removeMovieClip(_root.HeroStagger); } duplicateMovieClip (_root.Sword, "mySword", _global.backgroundDepth++); with (_root.mySword) { _x = this._x; _y = this._y; _rotation = this._rotation; } duplicateMovieClip (_root.HeroMelt, "HeroMelting", _global.effectDepth++); with (_root.HeroMelting) { _x = this._x; _y = this._y; _rotation = this._rotation; } _global.HeroKilled = true; this.removeMovieClip(); } if (_global.HeroAction == "frozen") { if (eval (_root.HeroWalkin) != undefined) { removeMovieClip(_root.HeroWalkin); } if (eval (_root.HeroSlashin) != undefined) { removeMovieClip(_root.HeroSlashin); } if (eval (_root.HeroStagger) != undefined) { removeMovieClip(_root.HeroStagger); } if (eval (_root.HeroOnFire) != undefined) { removeMovieClip(_root.HeroOnFire); } if (eval (_root.HeroOnIce) == undefined) { duplicateMovieClip (_root.HeroFrozen, "HeroOnIce", _global.heroDepth++); } with (_root.HeroOnIce) { _x = this._x; _y = this._y; _rotation = this._rotation; } } if (_global.HeroAction == "flamed") { if (eval (_root.HeroWalkin) != undefined) { removeMovieClip(_root.HeroWalkin); } if (eval (_root.HeroSlashin) != undefined) { removeMovieClip(_root.HeroSlashin); } if (eval (_root.HeroStagger) != undefined) { removeMovieClip(_root.HeroStagger); } if (eval (_root.HeroOnFire) == undefined) { if (_global.RazorGlaiveEquipped) { duplicateMovieClip (_root.HeroFlamingRazor, "HeroOnFire", _global.heroDepth++); } else { duplicateMovieClip (_root.HeroFlaming, "HeroOnFire", _global.heroDepth++); } } with (_root.HeroOnFire) { _x = this._x; _y = this._y; _rotation = this._rotation; } } if (_global.HeroAction == "burned") { if (eval (_root.HeroWalkin) != undefined) { removeMovieClip(_root.HeroWalkin); } if (eval (_root.HeroSlashin) != undefined) { removeMovieClip(_root.HeroSlashin); } if (eval (_root.HeroStagger) != undefined) { removeMovieClip(_root.HeroStagger); } duplicateMovieClip (_root.Sword, "mySword", _global.backgroundDepth++); with (_root.mySword) { _x = this._x; _y = this._y; _rotation = this._rotation; } duplicateMovieClip (_root.HeroBurn, "HeroBurning", _global.effectDepth++); with (_root.HeroBurning) { _x = this._x; _y = this._y; _rotation = this._rotation; } _global.HeroKilled = true; this.removeMovieClip(); } if (_global.HeroAction == "bounceback") { if (eval (_root.HeroBounce) == undefined) { if (eval (_root.HeroWalkin) != undefined) { removeMovieClip(_root.HeroWalkin); } if (eval (_root.HeroSlashin) != undefined) { removeMovieClip(_root.HeroSlashin); } if (eval (_root.HeroStagger) != undefined) { removeMovieClip(_root.HeroStagger); } if (_global.RazorGlaiveEquipped) { duplicateMovieClip (_root.HeroBouncebackRazor, "HeroBounce", _global.heroDepth++); } else { duplicateMovieClip (_root.HeroBounceback, "HeroBounce", _global.heroDepth++); } with (_root.HeroBounce) { _x = this._x; _y = this._y; _rotation = this._rotation; } } } if (_global.justHit != null) { if (HeroAction == "frozen") { targetEnemy = _global.justHit; _global.justHit = null; removeMovieClip(_root.HeroOnIce); duplicateMovieClip (_root.SwordCold, "mySword", _global.backgroundDepth++); with (_root.mySword) { _x = this._x; _y = this._y; _rotation = this._rotation; } iceNum = int(Math.random() * 6) + 8; toKillX = targetEnemy._x - _x; toKillY = targetEnemy._y - _y; brokeTo = (-Math.atan2(toKillX, toKillY)) / (Math.PI/180); _global.MakeNoise("HeroIcebreak"); ice = 1; while (ice < iceNum) { IceName = (("_root." + this._name) + "Ice") + ice; duplicateMovieClip (eval ("_root.Ice" + String(random(3) + 1)), (this._name + "Ice") + Ice, _global.effectDepth++); setProperty(IceName, _rotation , (brokeTo + int(Math.random() * 100)) - 59); setProperty(IceName, _x , this._x); setProperty(IceName, _xscale , 150); setProperty(IceName, _y , this._y); setProperty(IceName, _yscale , 150); ice++; } targetEnemy = null; _global.HeroKilled = true; this.removeMovieClip(); } else if (((_global.justHit._name.slice(0, 5) == "Oozle") || ((_global.justHit._name.slice(0, 4) == "Gray") && (_global.justHit.action == "none"))) || ((_global.justHit._name.slice(0, 7) == "Amalgam") && (_global.justHit._xscale > 70))) { _global.MakeNoise("Glom"); targetEnemy = _global.justHit; _global.justHit = null; if (_global.HeroAction == "staggered") { removeMovieClip(_root.HeroStagger); } _global.HeroAction = "absorbed"; if (eval (_root.HeroWalkin) != undefined) { removeMovieClip(_root.HeroWalkin); } if (eval (_root.HeroSlashin) != undefined) { removeMovieClip(_root.HeroSlashin); } duplicateMovieClip (_root.Sword, "mySword", _global.backgroundDepth++); with (_root.mySword) { _x = this._x; _y = this._y; _rotation = this._rotation; } duplicateMovieClip (_root.HeroAbsorbed, targetEnemy._name + "Hero", _global.effectDepth++); with (eval (("_root." + targetEnemy._name) + "Hero")) { _x = targetEnemy._x; _y = targetEnemy._y; _rotation = targetEnemy._rotation; } targetEnemy._xscale = 120; targetEnemy._yscale = 120; targetEnemy._alpha = 75; targetEnemy = null; _global.HeroKilled = true; this.removeMovieClip(); } else if ((_global.justHit._name.slice(0, 5) == "Biter") && (_global.justHit.lunging == true)) { _global.MakeNoise("Wound"); targetEnemy = _global.justHit; _global.justHit = null; if (_global.HeroAction == "staggered") { removeMovieClip(_root.HeroStagger); } _global.HeroAction = "mangled"; if (eval (_root.HeroWalkin) != undefined) { removeMovieClip(_root.HeroWalkin); } if (eval (_root.HeroSlashin) != undefined) { removeMovieClip(_root.HeroSlashin); } duplicateMovieClip (_root.Sword, "mySword", _global.backgroundDepth++); with (_root.mySword) { _x = this._x; _y = this._y; _rotation = this._rotation; } _global.HeroKilled = true; this.removeMovieClip(); } else if ((_global.justHit._name.slice(0, 5) == "Sharp") && (_global.justHit.spines == true)) { _global.MakeNoise("Wound"); targetEnemy = _global.justHit; _global.justHit = null; if (_global.HeroAction == "staggered") { removeMovieClip(_root.HeroStagger); } _global.HeroAction = "impaled"; if (eval (_root.HeroWalkin) != undefined) { removeMovieClip(_root.HeroWalkin); } if (eval (_root.HeroSlashin) != undefined) { removeMovieClip(_root.HeroSlashin); } duplicateMovieClip (_root.Sword, "mySword", _global.backgroundDepth++); with (_root.mySword) { _x = this._x; _y = this._y; _rotation = this._rotation; } splats = 1; while (splats < 4) { BloodName = (("_root." + this._name) + "Blood") + splats; duplicateMovieClip (eval ("_root.Blood" + String(random(3) + 1)), (this._name + "Blood") + splats, _global.effectDepth++); setProperty(BloodName, _rotation , (targetEnemy._rotation + int(Math.random() * 180)) - 89); setProperty(BloodName, _x , this._x); setProperty(BloodName, _y , this._y); splats++; } _global.HeroKilled = true; removeMovieClip(targetEnemy); this.removeMovieClip(); } else if (_global.justHit._name.slice(0, 7) == "Grinder") { _global.MakeNoise("Wound"); targetEnemy = _global.justHit; _global.justHit = null; if (_global.HeroAction == "staggered") { removeMovieClip(_root.HeroStagger); } _global.HeroAction = "squashed"; if (eval (_root.HeroWalkin) != undefined) { removeMovieClip(_root.HeroWalkin); } if (eval (_root.HeroSlashin) != undefined) { removeMovieClip(_root.HeroSlashin); } duplicateMovieClip (_root.Sword, "mySword", _global.backgroundDepth++); with (_root.mySword) { _x = this._x; _y = this._y; _rotation = this._rotation; } splats = 1; while (splats < 6) { BloodName = (("_root." + this._name) + "Blood") + splats; duplicateMovieClip (eval ("_root.Blood" + String(random(3) + 1)), (this._name + "Blood") + splats, _global.effectDepth++); setProperty(BloodName, _rotation , (targetEnemy._rotation + int(Math.random() * 180)) - 89); setProperty(BloodName, _x , (this._x + int(Math.random() * 30)) - 15); setProperty(BloodName, _y , (this._y + int(Math.random() * 30)) - 15); splats++; } _global.HeroKilled = true; this.removeMovieClip(); } else if ((_global.justHit._name.slice(0, 6) == "Fuzzle") && (_global.justHit.lunging == true)) { _global.MakeNoise("Wound"); targetEnemy = _global.justHit; _global.justHit = null; if (_global.HeroAction == "staggered") { removeMovieClip(_root.HeroStagger); } _global.HeroAction = "chowed"; if (eval (_root.HeroWalkin) != undefined) { removeMovieClip(_root.HeroWalkin); } if (eval (_root.HeroSlashin) != undefined) { removeMovieClip(_root.HeroSlashin); } duplicateMovieClip (_root.Sword, "mySword", _global.backgroundDepth++); with (_root.mySword) { _x = this._x; _y = this._y; _rotation = this._rotation; } _global.HeroKilled = true; this.removeMovieClip(); } else if ((_global.justHit._name.slice(0, 4) == "Gray") && (_global.justHit.lancing)) { _global.MakeNoise("Wound"); targetEnemy = _global.justHit; _global.justHit = null; if (_global.HeroAction == "staggered") { removeMovieClip(_root.HeroStagger); } _global.HeroAction = "speared"; if (eval (_root.HeroWalkin) != undefined) { removeMovieClip(_root.HeroWalkin); } if (eval (_root.HeroSlashin) != undefined) { removeMovieClip(_root.HeroSlashin); } duplicateMovieClip (_root.Sword, "mySword", _global.backgroundDepth++); with (_root.mySword) { _x = this._x; _y = this._y; _rotation = this._rotation; } _global.HeroKilled = true; this.removeMovieClip(); } else if (_global.justHit.exploded && (Math.sqrt(Math.pow(_x - justHit._x, 2) + Math.pow(_y - justHit._y, 2)) < 150)) { _global.MakeNoise("Wound"); targetEnemy = _global.justHit; _global.justHit = null; if (_global.HeroAction == "staggered") { removeMovieClip(_root.HeroStagger); } _global.HeroAction = "gibbed"; if (eval (_root.HeroWalkin) != undefined) { removeMovieClip(_root.HeroWalkin); } if (eval (_root.HeroSlashin) != undefined) { removeMovieClip(_root.HeroSlashin); } duplicateMovieClip (_root.Sword, "mySword", _global.backgroundDepth++); with (_root.mySword) { _x = this._x; _y = this._y; _rotation = this._rotation; } toBlastX = _x - targetEnemy._x; toBlastY = _y - targetEnemy._y; blastDir = (-Math.atan2(toBlastX, toBlastY)) / (Math.PI/180); blastDir = blastDir - 180; gibsNum = int(Math.random() * 5) + 6; gibs = 1; while (gibs < gibsNum) { GibName = (("_root." + this._name) + "Gib") + gibs; duplicateMovieClip (eval ("_root.Gib" + String(random(3) + 1)), (this._name + "Gib") + gibs, _global.effectDepth++); setProperty(GibName, _rotation , blastDir + (int(Math.random() * 20) - 40)); setProperty(GibName, _x , this._x); setProperty(GibName, _y , this._y); gibs++; } splats = 1; while (splats < 4) { BloodName = (("_root." + this._name) + "Blood") + splats; duplicateMovieClip (eval ("_root.Blood" + String(random(3) + 1)), (this._name + "Blood") + splats, _global.effectDepth++); setProperty(BloodName, _rotation , (blastDir + int(Math.random() * 40)) - 20); setProperty(BloodName, _x , this._x); setProperty(BloodName, _y , this._y); setProperty(BloodName, _xscale , 50); setProperty(BloodName, _yscale , 50); splats++; } _global.HeroKilled = true; this.removeMovieClip(); } else if ((_global.justHit._name.slice(0, 4) == "Void") && (_global.justHit.action == "shoot")) { _global.justHit = null; if (_global.HeroAction == "staggered") { removeMovieClip(_root.HeroStagger); } _global.HeroAction = "disintigrated"; if (eval (_root.HeroWalkin) != undefined) { removeMovieClip(_root.HeroWalkin); } if (eval (_root.HeroSlashin) != undefined) { removeMovieClip(_root.HeroSlashin); } duplicateMovieClip (_root.Sword, "mySword", _global.backgroundDepth++); with (_root.mySword) { _x = this._x; _y = this._y; _rotation = this._rotation; } _global.HeroKilled = true; this.removeMovieClip(); } else if (_global.justHit.hook || _global.justHit.spike) { _global.MakeNoise("Wound"); targetEnemy = _global.justHit; _global.justHit = null; if (_global.HeroAction == "staggered") { removeMovieClip(_root.HeroStagger); } _global.HeroAction = "hooked"; if (eval (_root.HeroWalkin) != undefined) { removeMovieClip(_root.HeroWalkin); } if (eval (_root.HeroSlashin) != undefined) { removeMovieClip(_root.HeroSlashin); } duplicateMovieClip (_root.Sword, "mySword", _global.backgroundDepth++); with (_root.mySword) { _x = this._x; _y = this._y; _rotation = this._rotation; } deltaE_x = _x - targetEnemy._x; deltaE_y = _y - targetEnemy._y; enemyDir = (-Math.atan2(deltaE_x, deltaE_y)) / (Math.PI/180); b = 1; while (b < 4) { BloodName = (("_root." + this._name) + "Blood") + b; duplicateMovieClip (eval ("_root.Blood" + String(random(3) + 1)), (this._name + "Blood") + b, _global.effectDepth++); setProperty(BloodName, _rotation , ((enemyDir + 180) + int(Math.random() * 40)) - 20); setProperty(BloodName, _x , this._x); setProperty(BloodName, _xscale , 40); setProperty(BloodName, _y , this._y); setProperty(BloodName, _yscale , 40); b++; } if (targetEnemy.hook) { duplicateMovieClip (_root.HeroHooked, "HeroTagged", _global.effectDepth++); } else { duplicateMovieClip (_root.HeroSpiked, "HeroTagged", _global.effectDepth++); } with (_root.HeroTagged) { _x = this._x; _y = this._y; _rotation = enemyDir; if (targetEnemy.spike) { _rotation = _rotation + 180; } } _global.HeroKilled = true; removeMovieClip(targetEnemy); this.removeMovieClip(); } else if (_global.justHit.quill) { _global.MakeNoise("Wound"); targetEnemy = _global.justHit; _global.justHit = null; if (_global.HeroAction == "staggered") { removeMovieClip(_root.HeroStagger); } _global.HeroAction = "stapled"; if (eval (_root.HeroWalkin) != undefined) { removeMovieClip(_root.HeroWalkin); } if (eval (_root.HeroSlashin) != undefined) { removeMovieClip(_root.HeroSlashin); } duplicateMovieClip (_root.Sword, "mySword", _global.backgroundDepth++); with (_root.mySword) { _x = this._x; _y = this._y; _rotation = this._rotation; } _global.HeroKilled = true; removeMovieClip(targetEnemy); this.removeMovieClip(); } else if (_global.justHit.mite) { _global.MakeNoise("Wound"); targetEnemy = _global.justHit; _global.justHit = null; if (_global.HeroAction == "staggered") { removeMovieClip(_root.HeroStagger); } _global.HeroAction = "split"; if (eval (_root.HeroWalkin) != undefined) { removeMovieClip(_root.HeroWalkin); } if (eval (_root.HeroSlashin) != undefined) { removeMovieClip(_root.HeroSlashin); } x = 1; while (x < 3) { duplicateMovieClip (_root.GroundDirt, (this._name + "Spray") + x, _global.effectDepth++); with (eval ((("_root." + this._name) + "Spray") + x)) { _x = this._x; _y = this._y; _rotation = (this._rotation + int(Math.random() * 40)) - 179; } BloodColor = new Color(eval ((("_root." + this._name) + "Spray") + x)); BloodColor.setRGB(11800592); x++; } x = 1; while (x < 3) { duplicateMovieClip (_root.HeroHalf, (this._name + "BodyHalf") + x, _global.heroDepth++); with (eval ((("_root." + _name) + "BodyHalf") + x)) { _x = this._x; _y = this._y; _rotation = this._rotation; } x++; } duplicateMovieClip (_root.Sword, "mySword", _global.backgroundDepth++); with (_root.mySword) { _x = this._x; _y = this._y; _rotation = this._rotation; } _global.HeroKilled = true; this.removeMovieClip(); } else if (_global.justHit.hedgehog == "Crush") { _global.MakeNoise("Wound"); targetEnemy = _global.justHit; _global.justHit = null; if (_global.HeroAction == "staggered") { removeMovieClip(_root.HeroStagger); } _global.HeroAction = "piked"; if (eval (_root.HeroWalkin) != undefined) { removeMovieClip(_root.HeroWalkin); } if (eval (_root.HeroSlashin) != undefined) { removeMovieClip(_root.HeroSlashin); } b = 1; while (b < 4) { duplicateMovieClip (eval ("_root.Blood" + String(random(3) + 1)), (this._name + "Blood") + b, _global.effectDepth++); BloodName = eval ((("_root." + this._name) + "Blood") + b); with (BloodName) { _rotation = int(Math.random() * 360) - 179; _x = this._x; _y = this._y; } b++; } x = 1; while (x < 4) { duplicateMovieClip (_root.GroundDirt, (this._name + "Spray") + x, _global.effectDepth++); with (eval ((("_root." + this._name) + "Spray") + x)) { _x = this._x; _y = this._y; _rotation = int(Math.random() * 360) - 179; } BloodColor = new Color(eval ((("_root." + this._name) + "Spray") + x)); BloodColor.setRGB(11800592); x++; } duplicateMovieClip (_root.HeroMangled, this._name + "Body", _global.heroDepth++); with (eval (("_root." + _name) + "Body")) { _x = targetEnemy._x; _y = targetEnemy._y; _rotation = this._rotation; } duplicateMovieClip (_root.Sword, "mySword", _global.backgroundDepth++); with (_root.mySword) { _x = this._x; _y = this._y; _rotation = this._rotation; } _global.HeroKilled = true; this.removeMovieClip(); } else if (_global.justHit.hedgehog == "Ground") { _global.MakeNoise("Wound"); targetEnemy = _global.justHit; _global.justHit = null; if (_global.HeroAction == "staggered") { removeMovieClip(_root.HeroStagger); } _global.HeroAction = "piked"; if (eval (_root.HeroWalkin) != undefined) { removeMovieClip(_root.HeroWalkin); } if (eval (_root.HeroSlashin) != undefined) { removeMovieClip(_root.HeroSlashin); } duplicateMovieClip (_root.Sword, "mySword", _global.backgroundDepth++); with (_root.mySword) { _x = this._x; _y = this._y; _rotation = this._rotation; } _global.HeroKilled = true; this.removeMovieClip(); } else if (_global.justHit.disk || _global.justHit.claw) { _global.MakeNoise("Wound"); targetEnemy = _global.justHit; _global.justHit = null; if (_global.HeroAction == "staggered") { removeMovieClip(_root.HeroStagger); } _global.HeroAction = "sliced"; if (eval (_root.HeroWalkin) != undefined) { removeMovieClip(_root.HeroWalkin); } if (eval (_root.HeroSlashin) != undefined) { removeMovieClip(_root.HeroSlashin); } duplicateMovieClip (_root.Sword, "mySword", _global.backgroundDepth++); with (_root.mySword) { _x = this._x; _y = this._y; _rotation = this._rotation; } deltaE_x = _x - targetEnemy._x; deltaE_y = _y - targetEnemy._y; enemyDir = (-Math.atan2(deltaE_x, deltaE_y)) / (Math.PI/180); b = 1; while (b < 3) { BloodName = (("_root." + this._name) + "Blood") + b; duplicateMovieClip (eval ("_root.Blood" + String(random(3) + 1)), (this._name + "Blood") + b, _global.effectDepth++); setProperty(BloodName, _rotation , ((enemyDir + 180) + int(Math.random() * 40)) - 20); setProperty(BloodName, _x , this._x); setProperty(BloodName, _y , this._y); b++; } if (int(Math.random() * 2) == 1) { duplicateMovieClip (_root.HeroBisect, "HeroBisected", _global.effectDepth++); with (_root.HeroBisected) { _x = this._x; _y = this._y; _rotation = enemyDir; } duplicateMovieClip (_root.HeroTorso, "MyTorso", _global.effectDepth++); with (_root.MyTorso) { _x = this._x; _y = this._y; _rotation = enemyDir + (int(Math.random() * 120) - 60); } } else { duplicateMovieClip (_root.HeroDecapitate, "HeroDecapitated", _global.effectDepth++); with (_root.HeroDecapitated) { _x = this._x; _y = this._y; _rotation = enemyDir; } duplicateMovieClip (_root.HeroHead, "MyHead", _global.effectDepth++); with (_root.MyHead) { _x = this._x; _y = this._y; _rotation = enemyDir + (int(Math.random() * 120) - 60); } } _global.HeroKilled = true; this.removeMovieClip(); } else if ((_global.justHit._name.slice(0, 6) == "Horror") && (_global.justHit.action != "collect")) { _global.MakeNoise("Wound"); targetEnemy = _global.justHit; _global.justHit = null; if (_global.HeroAction == "staggered") { removeMovieClip(_root.HeroStagger); } _global.HeroAction = "splattered"; if (eval (_root.HeroWalkin) != undefined) { removeMovieClip(_root.HeroWalkin); } if (eval (_root.HeroSlashin) != undefined) { removeMovieClip(_root.HeroSlashin); } duplicateMovieClip (_root.Sword, "mySword", _global.backgroundDepth++); with (_root.mySword) { _x = this._x; _y = this._y; _rotation = this._rotation; } deltaE_x = _x - targetEnemy._x; deltaE_y = _y - targetEnemy._y; enemyRotation = (-Math.atan2(deltaE_x, deltaE_y)) / (Math.PI/180); splats = 1; while (splats < 6) { BloodName = (("_root." + this._name) + "Blood") + splats; duplicateMovieClip (eval ("_root.Blood" + String(random(3) + 1)), (this._name + "Blood") + splats, _global.effectDepth++); setProperty(BloodName, _rotation , ((enemyRotation + 180) + int(Math.random() * 180)) - 89); setProperty(BloodName, _x , (this._x + int(Math.random() * 30)) - 15); setProperty(BloodName, _y , (this._y + int(Math.random() * 30)) - 15); splats++; } splats = 1; while (splats < 4) { duplicateMovieClip (_root.GroundDirt, (this._name + "Spray") + splats, _global.effectDepth++); with (eval ((("_root." + this._name) + "Spray") + splats)) { _x = this._x; _y = this._y; _rotation = ((enemyRotation + 180) + int(Math.random() * 180)) - 89; } BloodColor = new Color(eval ((("_root." + this._name) + "Spray") + splats)); BloodColor.setRGB(11800592); splats++; } gibsNum = int(Math.random() * 6) + 8; gibs = 1; while (gibs < gibsNum) { GibName = (("_root." + this._name) + "Gib") + gibs; duplicateMovieClip (eval ("_root.Gib" + String(random(3) + 1)), (this._name + "Gib") + gibs, _global.effectDepth++); setProperty(GibName, _rotation , ((enemyRotation + 180) + int(Math.random() * 180)) - 89); setProperty(GibName, _x , this._x); setProperty(GibName, _y , this._y); gibs++; } _global.HeroKilled = true; this.removeMovieClip(); } else if (_global.HeroAction != "flamed") { targetEnemy = _global.justHit; _global.justHit = null; deltaE_x = _x - targetEnemy._x; deltaE_y = _y - targetEnemy._y; enemyRotation = (-Math.atan2(deltaE_x, deltaE_y)) / (Math.PI/180); degreesToEnemy = enemyRotation - _rotation; if (degreesToEnemy < 0) { degreesToEnemy = degreesToEnemy + 360; } StaggerLink = "_root.HeroStagger"; if (_global.HeroAction != "staggered") { if (eval (_root.HeroWalkin) != undefined) { removeMovieClip(_root.HeroWalkin); } if (eval (_root.HeroSlashin) != undefined) { removeMovieClip(_root.HeroSlashin); } if (degreesToEnemy < 46) { StaggerLink = StaggerLink + "Down"; } else if (degreesToEnemy < 136) { StaggerLink = StaggerLink + "Left"; } else if (degreesToEnemy < 226) { StaggerLink = StaggerLink + "Up"; } else if (degreesToEnemy < 316) { StaggerLink = StaggerLink + "Right"; } else { StaggerLink = StaggerLink + "Down"; } if (_global.RazorGlaiveEquipped) { StaggerLink = StaggerLink + "Razor"; } duplicateMovieClip (eval (StaggerLink), "HeroStagger", _global.heroDepth++); setProperty(_root.HeroStagger, _x , this._x); setProperty(_root.HeroStagger, _y , this._y); setProperty(_root.HeroStagger, _rotation , this._rotation); _global.MakeNoise("Oomph"); } _global.HeroAction = "staggered"; } } if (_global.HeroAction == "none") { if (eval (_root.HeroWalkin) == undefined) { if (_global.RazorGlaiveEquipped) { duplicateMovieClip (_root.HeroWalkRazor, "HeroWalkin", _global.heroDepth++); } else { duplicateMovieClip (_root.HeroWalk, "HeroWalkin", _global.heroDepth++); } with (_root.HeroWalkin) { _x = this._x; _y = this._y; _rotation = this._rotation; } } gotoSpotX = _root._xmouse; gotoSpotY = _root._ymouse; delta_x = _x - gotoSpotX; delta_y = _y - gotoSpotY; targetRotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180); if (turnMode) { _rotation = targetRotation; } if (speed > topSpeed) { speed = topSpeed; } if (speed < 0) { speed = 0; } if (Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) > speed) { _root.HeroWalkin.play(); ProjPosY = _y - (speed * Math.cos(_rotation * (Math.PI/180))); if ((ProjPosY > 0) && (ProjPosY < 400)) { _y = (_y - (speed * Math.cos(_rotation * (Math.PI/180)))); } else if (ProjPosY <= 0) { _y = 1; } else { _y = 399; } ProjPosX = _x + (speed * Math.sin(_rotation * (Math.PI/180))); if ((ProjPosX > 0) && (ProjPosX < 550)) { _x = (_x + (speed * Math.sin(_rotation * (Math.PI/180)))); } else if (ProjPosX <= 0) { _x = 1; } else { _x = 549; } } else { _root.HeroWalkin.stop(); } with (_root.HeroWalkin) { _x = this._x; _y = this._y; _rotation = this._rotation; } } else if (_global.HeroAction == "attacking") { if (_root.HeroSlashin._currentframe == _root.HeroSlashin._totalframes) { removeMovieClip(_root.HeroSlashin); _global.HeroAction = "none"; if (_global.RazorGlaiveEquipped) { duplicateMovieClip (_root.HeroWalkRazor, "HeroWalkin", _global.heroDepth++); } else { duplicateMovieClip (_root.HeroWalk, "HeroWalkin", _global.heroDepth++); } with (_root.HeroWalkin) { _x = this._x; _y = this._y; _rotation = this._rotation; } if (killsOnSwing > 1) { CP = String(random(100)); duplicateMovieClip (_root.Bounty, (_name + "Multi") + CP, _global.markDepth++); setProperty((("_root." + _name) + "Multi") + CP, _x , this._x); setProperty((("_root." + _name) + "Multi") + CP, _y , this._y); BountyObject = eval ((("_root." + _name) + "Multi") + CP); BountyObject.bounty = "x" + String(killsOnSwing); pointsOnSwing = pointsOnSwing * killsOnSwing; } if (killsOnSwing > 0) { _global.Score = _global.Score + pointsOnSwing; CP = String(random(100)); duplicateMovieClip (_root.Bounty, (_name + "Plus") + CP, _global.markDepth++); setProperty((("_root." + _name) + "Plus") + CP, _x , _root.ScoreDisplay._x - 20); setProperty((("_root." + _name) + "Plus") + CP, _y , _root.ScoreDisplay._y); BountyObject = eval ((("_root." + _name) + "Plus") + CP); BountyObject.bounty = "+" + String(pointsOnSwing); } killsOnSwing = 0; pointsOnSwing = 0; } } else if (_global.HeroAction == "staggered") { if (_root.HeroStagger._currentframe == 40) { removeMovieClip(_root.HeroStagger); if (_global.RazorGlaiveEquipped) { duplicateMovieClip (_root.HeroWalkRazor, "HeroWalkin", _global.heroDepth++); } else { duplicateMovieClip (_root.HeroWalk, "HeroWalkin", _global.heroDepth++); } with (_root.HeroWalkin) { _x = this._x; _y = this._y; _rotation = this._rotation; } _global.HeroAction = "none"; } } else if (_global.HeroAction == "bounceback") { if (_root.HeroBounce._currentframe == 30) { removeMovieClip(_root.HeroBounce); if (_global.RazorGlaiveEquipped) { duplicateMovieClip (_root.HeroWalkRazor, "HeroWalkin", _global.heroDepth++); } else { duplicateMovieClip (_root.HeroWalk, "HeroWalkin", _global.heroDepth++); } with (_root.HeroWalkin) { _x = this._x; _y = this._y; _rotation = this._rotation; } _global.HeroAction = "none"; } } else if (_global.HeroAction == "flamed") { delta_x = _x - gotoSpotX; delta_y = _y - gotoSpotY; targetRotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180); if (turnMode) { _rotation = targetRotation; } if (Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) > speed) { ProjPosY = _y - (speed * Math.cos(_rotation * (Math.PI/180))); if ((ProjPosY > 0) && (ProjPosY < 400)) { _y = (_y - (speed * Math.cos(_rotation * (Math.PI/180)))); } else if (ProjPosY <= 0) { _y = 1; } else { _y = 399; } ProjPosX = _x + (speed * Math.sin(_rotation * (Math.PI/180))); if ((ProjPosX > 0) && (ProjPosX < 550)) { _x = (_x + (speed * Math.sin(_rotation * (Math.PI/180)))); } else if (ProjPosX <= 0) { _x = 1; } else { _x = 549; } } else { gotoSpotX = _root._xmouse + (int(Math.random() * 100) - 50); gotoSpotY = _root._ymouse + (int(Math.random() * 100) - 50); } } else if (_global.HeroAction == "frozen") { if (frozenFrames > 0) { if ((wiggleTo == "up") && (_root._ymouse < (_y - 5))) { _y = (_y - 4); frozenFrames = frozenFrames - 5; wiggleTo = "down"; } else if ((wiggleTo == "down") && (_root._ymouse > (_y + 5))) { _y = (_y + 4); frozenFrames = frozenFrames - 5; wiggleTo = "up"; } frozenFrames--; } else { iceNum = int(Math.random() * 6) + 8; ice = 1; while (ice < iceNum) { Spread = int(Math.random() * 100); IceName = ((("_root." + this._name) + "Ice") + ice) + Spread; duplicateMovieClip (eval ("_root.Ice" + String(random(3) + 1)), ((this._name + "Ice") + ice) + Spread, _global.effectDepth++); setProperty(IceName, _rotation , int(Math.random() * 360) - 179); setProperty(IceName, _x , this._x); setProperty(IceName, _y , this._y); ice++; } _global.MakeNoise("Icebreak" + (int(Math.random() * 3) + 1)); removeMovieClip(_root.HeroOnIce); if (_global.RazorGlaiveEquipped) { duplicateMovieClip (_root.HeroWalkRazor, "HeroWalkin", _global.heroDepth++); } else { duplicateMovieClip (_root.HeroWalk, "HeroWalkin", _global.heroDepth++); } with (_root.HeroWalkin) { _x = this._x; _y = this._y; _rotation = this._rotation; } _global.HeroAction = "none"; } } if (eval (_root.HeroWalkin) != undefined) { with (_root.HeroWalkin) { _x = this._x; _y = this._y; _rotation = this._rotation; } } if (eval (_root.HeroSlashin) != undefined) { with (_root.HeroSlashin) { _x = this._x; _y = this._y; _rotation = this._rotation; } } with (_root.HeroSwing) { _x = this._x; _y = this._y; _rotation = this._rotation; } if (_global.HeroAction == "staggered") { with (_root.HeroStagger) { _x = this._x; _y = this._y; _rotation = this._rotation; } } if (_global.HeroAction == "frozen") { with (_root.HeroOnIce) { _x = this._x; _y = this._y; _rotation = this._rotation; } } } }
Instance of Symbol 1208 MovieClip "SpawnPoint" in Frame 7
onClipEvent (load) { function SearchArray(ArraytoSearch, ItemtoFind) { x = 0; while (x < ArraytoSearch.length) { if (ArraytoSearch[x] == ItemtoFind) { return(x); } x++; } return(null); } this.addProperty("ChildCounter", this.getChildCounter, this.setChildCounter); noBoss = false; noBossTime = 0; ChildCounter = 0; _global.framesElapsed = 0; _global.QueenRevive = false; _global.Enemies = new Array(); _global.Hazards = new Array(); _global.activeEnemies = new Array(); _global.backgroundDepth = 50; _global.markDepth = 1000; _global.effectDepth = 2000; _global.baddieDepth = 3000; _global.heroDepth = 4000; _global.capDepth = 5000; if (_global.floorMode == "Random") { _root.attachMovie("Backdrop" + (int(Math.random() * 8) + 2), "Backdrop", _global.backgroundDepth++); } else { _root.attachMovie("Backdrop1", "Backdrop", _global.backgroundDepth++); } with (_root.Backdrop) { _x = 275; _y = 200; } if (_global.Rematch) { _global.activeEnemies.push("RazorQueen"); } } onClipEvent (keyDown) { if ((Key.getCode() == 32) && (_global.gameMode == "Practice")) { _global.unbuildTo = "Menu"; } if (Key.getCode() == 88) { _global.unbuildTo = "Menu"; } if (Key.getCode() == 78) { _global.playSong("juke"); } if (Key.getCode() == 77) { _global.playSong("tellMeAgain"); } } onClipEvent (enterFrame) { _global.GameTime = int(_global.framesElapsed / 30); if (!HeroKilled) { _global.framesElapsed++; } x = 1; while (x <= _global.activeEnemies.length) { if (HeroKilled) { break; } spawnType = _global.activeEnemies[x - 1]; switch (spawnType) { case "Gloople" : spawnRate = 40; break; case "Oozle" : spawnRate = 5; break; case "Stickie" : spawnRate = 6; break; case "Biter" : spawnRate = 5; break; case "Meltie" : spawnRate = 4; break; case "Sharp" : spawnRate = 2; break; case "Clutter" : spawnRate = 3; break; case "Inkie" : spawnRate = 4; break; case "Grinder" : spawnRate = 2; break; case "Gray" : spawnRate = 0; break; case "Fuzzle" : spawnRate = 3; break; case "Torchie" : spawnRate = 2; break; case "Frostie" : spawnRate = 2; break; case "Amalgam" : spawnRate = 0; break; case "Queen" : spawnRate = 0; break; case "Horror" : spawnRate = 0; break; case "VoidEater" : spawnRate = 0; break; case "RazorQueen" : spawnRate = 0; } if (_global.gameMode == "Practice") { if (((_global.PracticeEnemies.length < 8) && (spawnRate < 3)) && (spawnRate != 0)) { spawnRate = 3; } if (((_global.PracticeEnemies.length < 5) && (spawnRate < 5)) && (spawnRate != 0)) { spawnRate = 5; } if (((_global.PracticeEnemies.length < 3) && (spawnRate < 7)) && (spawnRate != 0)) { spawnRate = 7; } if (((_global.PracticeEnemies.length == 1) && (spawnRate < 10)) && (spawnRate != 0)) { spawnRate = 10; } } if (((((int(Math.random() * 1000) + 1) < spawnRate) && (_global.Enemies.length < _global.spawnLimit)) || (spawnRate == 0)) || (((_global.gameMode == "Practice") && (Enemies.length == 0)) && (int(Math.random() * 10) == 1))) { if (_global.gameMode == "Single") { if (_global.Enemies.length >= _global.KillsLeft) { break; } } if (_global.gameMode != "Practice") { RazorQueenisOut = false; x = 0; while (x < _global.Enemies.length) { if (_global.Enemies[x].slice(0, 5) == "Razor") { RazorQueenisOut = true; } x++; } if (RazorQueenisOut) { break; } } GloopleName = ("_root." + spawnType) + String(ChildCounter); duplicateMovieClip (eval ("_root." + spawnType), spawnType + String(ChildCounter), _global.baddieDepth++); switchVar = int(Math.random() * 4) + 1; switch (switchVar) { case 1 : default : setProperty(GloopleName, _x , -5); setProperty(GloopleName, _y , int(Math.random() * 399) + 1); if ((spawnRate == 0) || (spawnType == "Oozle")) { setProperty(GloopleName, _rotation , 90); } break; case 2 : setProperty(GloopleName, _x , 555); setProperty(GloopleName, _y , int(Math.random() * 399) + 1); if ((spawnRate == 0) || (spawnType == "Oozle")) { setProperty(GloopleName, _rotation , -90); } break; case 3 : setProperty(GloopleName, _y , -5); setProperty(GloopleName, _x , int(Math.random() * 549) + 1); if ((spawnRate == 0) || (spawnType == "Oozle")) { setProperty(GloopleName, _rotation , 180); } break; case 4 : setProperty(GloopleName, _y , 405); setProperty(GloopleName, _x , int(Math.random() * 549) + 1); if (!((spawnRate == 0) || (spawnType == "Oozle"))) { break; } setProperty(GloopleName, _rotation , 0); } _global.Enemies.push(spawnType + String(ChildCounter)); if (SearchArray(EnemiesSeen, spawnType) == null) { EnemiesSeen.push(spawnType); } ChildCounter++; if (spawnRate == 0) { _global.activeEnemies.splice(SearchArray(_global.activeEnemies, spawnType), 1); } } x++; } if (_global.backgroundDepth > 980) { _global.backgroundDepth = 50; } if (_global.markDepth > 1980) { _global.markDepth = 1000; } if (_global.effectDepth > 2980) { _global.effectDepth = 2000; } if (_global.baddieDepth > 3980) { _global.baddieDepth = 3000; } if (_global.heroDepth > 4980) { _global.heroDepth = 4000; } if (_global.capDepth > 5980) { _global.capDepth = 5000; } noBoss = true; x = 0; while (x < _global.Enemies.length) { if ((Enemies[x].slice(0, 5) == "Queen") || (Enemies[x].slice(0, 5) == "Amalg")) { noBoss = false; } x++; } if (noBoss) { noBossTime++; } else { noBossTime = 0; } if (noBossTime == 300) { QueenRevive = false; _global.BossOnDeck = false; } }
Instance of Symbol 1211 MovieClip "HeroSwing" in Frame 7
onClipEvent (load) { _visible = false; if (_global.RazorGlaiveEquipped) { _xscale = 150; _yscale = 150; } }
Instance of Symbol 971 MovieClip [Splat2] "Splat2" in Frame 7
onClipEvent (load) { if (_name == "Splat2") { stop(); } } onClipEvent (enterFrame) { if (_currentframe == 32) { stop(); this.removeMovieClip(); } }
Instance of Symbol 985 MovieClip [Splat3] "Splat3" in Frame 7
onClipEvent (load) { if (_name == "Splat3") { stop(); } } onClipEvent (enterFrame) { if (_currentframe == 32) { stop(); this.removeMovieClip(); } }
Instance of Symbol 1215 MovieClip "StickyMark" in Frame 7
onClipEvent (load) { mommy = false; if (_name == "StickyMark") { mommy = true; } else { _visible = false; framesSitting = 0; daddySplat = eval ("_root." + _name.slice(0, _name.length - 10)); _rotation = daddySplat._rotation; _global.Hazards.push(_name); } } onClipEvent (enterFrame) { if (!mommy) { if (daddySplat._currentframe == 5) { daddySplat.stop(); } if (hitTest(_root.HeroPointer._x, _root.HeroPointer._y, true)) { if (_root.HeroPointerGoo == undefined) { duplicateMovieClip (_root.Goo, "HeroPointerGoo", _global.capDepth++); _global.MakeNoise("Goo"); } } else { x = 0; while (x < _global.Enemies.length) { if (_global.Enemies[x].slice(0, 5) == "Oozle") { } else if (_global.Enemies[x].slice(0, 4) == "Gray") { } else if (_global.Enemies[x].slice(0, 7) == "Grinder") { } else if (_global.Enemies[x].slice(0, 4) == "Void") { } else if (_global.Enemies[x].slice(0, 6) == "Horror") { } else if (_global.Enemies[x].slice(0, 7) == "Amalgam") { } else if (_global.Enemies[x].slice(0, 5) == "Queen") { } else if (_global.Enemies[x].slice(0, 5) == "Razor") { } else { targetEnemy = eval ("_root." + _global.Enemies[x]); if ((targetEnemy._name.slice(0, 5) == "Sharp") && targetEnemy.spines) { } else if (hitTest(targetEnemy._x, targetEnemy._y, true)) { if (eval (("_root." + targetEnemy._name) + "Goo") == undefined) { duplicateMovieClip (_root.Goo, targetEnemy._name + "Goo", _global.capDepth++); _global.MakeNoise("Goo"); } } } x++; } } framesSitting++; if (framesSitting >= 155) { daddySplat.play(); _global.Hazards.splice(_root.SpawnPoint.SearchArray(_global.Hazards, _name), 1); removeMovieClip(this); } } }
Instance of Symbol 1227 MovieClip "Goo" in Frame 7
onClipEvent (load) { if (_name == "Goo") { stop(); } else { framesExisted = 0; hostObject = eval ("_root." + _name.slice(0, _name.length - 3)); if (hostObject._name.slice(0, 7) == "Clutter") { _xscale = hostObject._xscale; _yscale = hostObject._yscale; } } } onClipEvent (enterFrame) { if (_name != "Goo") { if (eval (hostObject) == undefined) { removeMovieClip(this); } _x = hostObject._x; _y = hostObject._y; _rotation = hostObject._rotation; if (_currentframe == 12) { if (hostObject._name != "HeroPointer") { hostObject.speed = hostObject.speed / 2; } else { hostObject.speed = hostObject.speed - 2.5; } } if ((_currentframe == 30) && (hostObject._name.slice(0, 6) == "Meltie")) { _global.MakeNoise("Sizzle"); gotoAndPlay (41); } if ((_currentframe == 30) && (hostObject._name.slice(0, 7) == "Frostie")) { iceNum = 4; ice = 1; while (ice < iceNum) { IceName = (("_root." + this._name) + "Ice") + ice; duplicateMovieClip (eval ("_root.Ice" + String(random(3) + 1)), (this._name + "Ice") + Ice, _global.effectDepth++); setProperty(IceName, _rotation , (this._rotation + int(Math.random() * 100)) - 59); setProperty(IceName, _x , this._x); setProperty(IceName, _y , this._y); ice++; } gotoAndPlay (55); } if ((_currentframe == 40) && (framesExisted < 166)) { gotoAndPlay (16); } framesExisted++; if (_currentframe == 55) { if (hostObject._name != "HeroPointer") { hostObject.speed = hostObject.speed * 2; } else { hostObject.speed = hostObject.speed + 2.5; } removeMovieClip(this); } } }
Instance of Symbol 1229 MovieClip "Bounty" in Frame 7
onClipEvent (load) { if ((_name != "Bounty") && (_global.gameMode != "Practice")) { this.addProperty(bounty, getBounty, setBounty); _visible = false; framesExisted = 0; pointTextFormat = new TextFormat(); pointTextFormat.font = "Cooper Black"; pointTextFormat.color = 0; pointTextFormat.size = 20; pointTextFormat.align = "left"; _root.createTextField(_name + "Text", _global.capDepth++, this._x, this._y, 100, 35); pointText = eval (("_root." + _name) + "Text"); pointText.embedFonts = true; pointText.selectable = false; } else if (_global.gameMode == "Practice") { removeMovieClip(this); } } onClipEvent (enterFrame) { if ((_name != "Bounty") && (_global.gameMode != "Practice")) { if (framesExisted < 40) { if (bounty == 0) { pointText.removeTextField(); removeMovieClip(this); } if (framesExisted == 0) { pointText.text = bounty; pointText.setTextFormat(pointTextFormat); leadingChar = bounty.slice(0, 1); if ((leadingChar != "x") && (leadingChar != "+")) { _root.HeroPointer.pointsOnSwing = _root.HeroPointer.pointsOnSwing + bounty; _root.HeroPointer.killsOnSwing++; if ((gameMode == "Single") && (KillsLeft > 0)) { _global.KillsLeft--; } } } _y = (_y - 0.5); pointText._x = this._x - 5; pointText._y = this._y - 5; framesExisted++; } else { pointText.removeTextField(); removeMovieClip(this); } } }
Instance of Symbol 1231 MovieClip "ScoreDisplay" in Frame 7
onClipEvent (load) { if (_global.gameMode != "Practice") { lastScore = 0; sinceChanged = 0; _visible = false; scoreTextFormat = new TextFormat(); scoreTextFormat.font = "Cooper Black"; scoreTextFormat.color = 0; scoreTextFormat.size = 26; scoreTextFormat.align = "left"; _root.createTextField("scoreText", 7000, this._x, this._y, 100, 20); scoreText = _root.scoreText; scoreText.embedFonts = true; scoreText.selectable = false; } } onClipEvent (enterFrame) { if (_global.gameMode != "practice") { if ((!HeroKilled) && ((_global.ClearTime < 110) || (_global.gameMode != "Single"))) { if (_global.Score > lastScore) { scoreText.text = String(_global.Score); scoreText.setTextFormat(scoreTextFormat); scoreText._alpha = 100; lastScore = _global.Score; sinceChanged = 0; } else if ((sinceChanged > 60) && ((_global.KillsLeft > 0) || (_global.gameMode != "Single"))) { if (scoreText._alpha > 0) { scoreText._alpha--; } } else { sinceChanged++; } } else { scoreText._alpha = 100; } dist_x = _x - _root.HeroPointer._x; dist_y = _y - _root.HeroPointer._y; if ((Math.sqrt((dist_x * dist_x) + (dist_y * dist_y)) < 50) && (scoreText._alpha > 50)) { scoreText._alpha = 50; } } }
Instance of Symbol 1234 MovieClip "Sword" in Frame 7
onClipEvent (load) { if (_global.RazorGlaiveEquipped) { gotoAndStop (2); } else { gotoAndStop (1); } }
Instance of Symbol 1251 MovieClip "HeroAbsorbed" in Frame 7
onClipEvent (load) { if (_name == "HeroAbsorbed") { stop(); } else { hostObject = eval ("_root." + _name.slice(0, _name.length - 4)); } } onClipEvent (enterFrame) { if (_name != "HeroAbsorbed") { if (eval (hostObject) == undefined) { removeMovieClip(this); } _x = hostObject._x; _y = hostObject._y; _rotation = hostObject._rotation; } }
Instance of Symbol 514 MovieClip "Meltie" in Frame 7
onClipEvent (load) { mommy = false; if (_name == "Meltie") { mommy = true; stop(); } this.addProperty("speed", this.getSpeed, this.setSpeed); this.addProperty("turnSpeed", this.getTurnSpeed, this.setTurnSpeed); speed = 3; turnSpeed = 1; if (eval (_root.HeroPointer) != undefined) { gotoSpotX = _root.HeroPointer._x; gotoSpotY = _root.HeroPointer._y; } else { gotoSpotX = 275; gotoSpotY = 200; } delta_x = _x - gotoSpotX; delta_y = _y - gotoSpotY; _rotation = ((-Math.atan2(delta_x, delta_y)) / (Math.PI/180)); objectHitX = null; objectHitY = null; } onClipEvent (enterFrame) { if (!mommy) { if (SearchArray(_global.Enemies, _name) == null) { _global.Enemies.push(_name); } if (eval (_root.HeroPointer) != undefined) { gotoSpotX = _root.HeroPointer._x; gotoSpotY = _root.HeroPointer._y; } else if (Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) <= speed) { gotoSpotX = int(Math.random() * 540) + 6; gotoSpotY = int(Math.random() * 390) + 6; } if (((_currentframe == 20) || (_currentframe == 40)) || (_currentframe == 60)) { switch (_currentframe) { case 20 : bubbleRotation = _rotation + 45; break; case 40 : bubbleRotation = _rotation - 90; break; case 60 : bubbleRotation = _rotation - 180; } if (bubbleRotation > 179) { bubbleRotation = bubbleRotation - 360; } if (bubbleRotation < -180) { bubbleRotation = bubbleRotation + 360; } PopName = (("_root." + this._name) + "Pop") + _currentframe; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), (this._name + "Pop") + _currentframe, _global.effectDepth++); setProperty(PopName, _rotation , bubbleRotation); setProperty(PopName, _x , this._x + (10 * Math.sin(bubbleRotation * (Math.PI/180)))); setProperty(PopName, _y , this._y - (10 * Math.cos(bubbleRotation * (Math.PI/180)))); setProperty(PopName, _xscale , 30); setProperty(PopName, _yscale , 30); PopColor = new Color(eval (PopName)); PopColor.setRGB(15898925); } if (_global.HeroAction == "attacking") { if ((_root.HeroSlashin._currentframe > 4) && (_root.HeroSlashin._currentframe < 14)) { if (_root.HeroSwing.hittest(_x, _y, true)) { SplatName = ("_root." + this._name) + "Splat"; SplatNum = int(Math.random() * 3) + 1; duplicateMovieClip (eval ("_root.Splat" + SplatNum), this._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , (_root.HeroPointer._rotation + int(Math.random() * 61)) + 30); setProperty(SplatName, _x , this._x); setProperty(SplatName, _y , this._y); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(15898925); duplicateMovieClip (_root.AcidMark, this._name + "SplatAcidMark", _global.markDepth++); with (eval (SplatName + "AcidMark")) { _x = this._x; _y = this._y; gotoAndStop(SplatNum); } _global.MakeNoise("Splat"); _global.MakeNoise("Sizzle"); duplicateMovieClip (_root.Bounty, _name + "Bounty", _global.markDepth++); setProperty(("_root." + _name) + "Bounty", _x , this._x); setProperty(("_root." + _name) + "Bounty", _y , this._y); BountyObject = eval (("_root." + _name) + "Bounty"); BountyObject.bounty = 10; if (SearchArray(EnemiesKilled, "Meltie") == null) { EnemiesKilled.push("Meltie"); } _visible = false; _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } } } if (killedBy != null) { toKillX = _x - killedBy._x; toKillY = _y - killedBy._y; killDir = (-Math.atan2(toKillX, toKillY)) / (Math.PI/180); killDir = killDir - 180; SplatName = ("_root." + this._name) + "Splat"; SplatNum = int(Math.random() * 3) + 1; duplicateMovieClip (eval ("_root.Splat" + SplatNum), this._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , killDir); setProperty(SplatName, _x , this._x); setProperty(SplatName, _y , this._y); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(15898925); duplicateMovieClip (_root.AcidMark, this._name + "SplatAcidMark", _global.markDepth++); with (eval (SplatName + "AcidMark")) { _x = this._x; _y = this._y; gotoAndStop(SplatNum); } _global.MakeNoise("Splat"); _global.MakeNoise("Sizzle"); _visible = false; _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } if (_root.HeroPointer.hitTest(_x, _y, true)) { objectHitX = _root.HeroPointer._x; objectHitY = _root.HeroPointer._y; _global.justHit = this; } else { x = 0; while (x < _global.Enemies.length) { if (_global.Enemies[x] != _name) { hitTarget = eval ("_root." + _global.Enemies[x]); if (hitTarget.hitTest(_x, _y, true)) { objectHitX = hitTarget._x; objectHitY = hitTarget._y; break; } } x++; } } if ((objectHitX != null) && (objectHitY != null)) { SplatName = ("_root." + this._name) + "Splat"; SplatNum = int(Math.random() * 3) + 1; duplicateMovieClip (eval ("_root.Splat" + SplatNum), this._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , (-Math.atan2(_x - objectHitX, _y - objectHitY)) / (Math.PI/180)); setProperty(SplatName, _x , this._x); setProperty(SplatName, _y , this._y); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(15898925); duplicateMovieClip (_root.AcidMark, this._name + "SplatAcidMark", _global.markDepth++); with (eval (SplatName + "AcidMark")) { _x = this._x; _y = this._y; gotoAndStop(SplatNum); } _global.MakeNoise("Splat"); _global.MakeNoise("Sizzle"); _visible = false; _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } delta_x = _x - gotoSpotX; delta_y = _y - gotoSpotY; targetRotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180); if (_rotation != targetRotation) { if ((_rotation >= 0) && (targetRotation >= 0)) { if (_rotation > targetRotation) { if ((_rotation - targetRotation) > turnSpeed) { _rotation = (_rotation - turnSpeed); } else { _rotation = targetRotation; } } else if ((targetRotation - _rotation) > turnSpeed) { _rotation = (_rotation + turnSpeed); } else { _rotation = targetRotation; } } else if ((_rotation < 0) && (targetRotation < 0)) { if (_rotation > targetRotation) { if ((_rotation - targetRotation) > turnSpeed) { _rotation = (_rotation - turnSpeed); } else { _rotation = targetRotation; } } else if ((targetRotation - _rotation) > turnSpeed) { _rotation = (_rotation + turnSpeed); } else { _rotation = targetRotation; } } else if (_rotation > targetRotation) { if (_rotation < (targetRotation + 180)) { _rotation = (_rotation - turnSpeed); } else { _rotation = (_rotation + turnSpeed); } } else if (_rotation > (targetRotation - 180)) { _rotation = (_rotation + turnSpeed); } else { _rotation = (_rotation - turnSpeed); } } if ((((_y > -6) && (_x > -6)) && (_y < 406)) && (_x < 556)) { _y = (_y - (speed * Math.cos(_rotation * (Math.PI/180)))); _x = (_x + (speed * Math.sin(_rotation * (Math.PI/180)))); } else { _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } } }
Instance of Symbol 1255 MovieClip "AcidMark" in Frame 7
onClipEvent (load) { mommy = false; if (_name == "AcidMark") { mommy = true; } else { _visible = false; framesSitting = 0; daddySplat = eval ("_root." + _name.slice(0, _name.length - 8)); _rotation = daddySplat._rotation; _global.Hazards.push(_name); } } onClipEvent (enterFrame) { if (!mommy) { if (daddySplat._currentframe == 5) { daddySplat.stop(); } if (daddySplat._currentframe == 5) { if (int(framesSitting / 10) == (framesSitting / 10)) { BubbleName = (("_root." + _name) + "Bubble") + _global.effectDepth; duplicateMovieClip (_root.AcidBubble, (this._name + "Bubble") + _global.effectDepth, _global.effectDepth++); BubbleDistance = int(Math.random() * 60); BubbleOffset = (_rotation + int(Math.random() * 40)) - 20; setProperty(BubbleName, _x , this._x + (BubbleDistance * Math.sin(BubbleOffset * (Math.PI/180)))); setProperty(BubbleName, _y , this._y - (BubbleDistance * Math.cos(BubbleOffset * (Math.PI/180)))); } } if (hitTest(_root.HeroPointer._x, _root.HeroPointer._y, true)) { _global.HeroAction = "melted"; _global.MakeNoise("Sizzle"); } else { x = 0; for ( ; x < _global.Enemies.length ; x++) { if (_global.Enemies[x].slice(0, 6) == "Meltie") { } else if (_global.Enemies[x].slice(0, 7) == "Torchie") { } else if (_global.Enemies[x].slice(0, 4) == "Void") { } else if (_global.Enemies[x].slice(0, 6) == "Horror") { } else if (_global.Enemies[x].slice(0, 5) == "Queen") { } else if (_global.Enemies[x].slice(0, 5) == "Razor") { } else { targetEnemy = eval ("_root." + _global.Enemies[x]); if ((targetEnemy._name.slice(0, 5) == "Sharp") && targetEnemy.spines) { } else if ((targetEnemy._name.slice(0, 5) == "Amalg") && (targetEnemy.burnProtection > 0)) { } else if (hitTest(targetEnemy._x, targetEnemy._y, true)) { if (targetEnemy._name.slice(0, 7) == "Grinder") { targetEnemy.acidized = true; } else if (targetEnemy._name.slice(0, 7) == "Amalgam") { if (targetEnemy._xscale > 60) { targetEnemy._xscale = targetEnemy._xscale - 10; targetEnemy._yscale = targetEnemy._yscale - 10; targetEnemy.burnProtection = 60; _global.MakeNoise("Sizzle"); x = 1; while (x < 3) { duplicateMovieClip (_root.WhiteSmoke, (_name + "Smoke") + x, _global.capDepth++); with (eval ((("_root." + _name) + "Smoke") + x)) { _x = (targetEnemy._x + int(Math.random() * 60)) - 30; _y = (targetEnemy._y + int(Math.random() * 60)) - 30; } x++; } continue; } } else if (targetEnemy._name.slice(0, 6) == "Fuzzle") { if (targetEnemy.gracePeriod > 0) { continue; } if (targetEnemy.fuzz != undefined) { if (eval (("_root." + targetEnemy._name) + "Flame") == undefined) { if (eval (("_root." + targetEnemy._name) + "Goo") != undefined) { continue; } duplicateMovieClip (_root.Flames, targetEnemy._name + "Flame", _global.capDepth++); } } else if (eval (("_root." + targetEnemy._name) + "GloopleMelt") == undefined) { targetEnemy.gotoAndStop(1); duplicateMovieClip (_root.GloopleMelt, targetEnemy._name + "GloopleMelt", _global.capDepth++); _global.MakeNoise("Sizzle"); } } else if (eval (("_root." + targetEnemy._name) + "GloopleMelt") == undefined) { targetEnemy.gotoAndStop(1); duplicateMovieClip (_root.GloopleMelt, targetEnemy._name + "GloopleMelt", _global.capDepth++); _global.MakeNoise("Sizzle"); } } } } } framesSitting++; if (framesSitting >= 155) { daddySplat.play(); _global.Hazards.splice(_root.SpawnPoint.SearchArray(_global.Hazards, _name), 1); removeMovieClip(this); } } }
Instance of Symbol 1260 MovieClip "GloopleMelt" in Frame 7
onClipEvent (load) { if (_name == "GloopleMelt") { stop(); } else { hostObject = eval ("_root." + _name.slice(0, _name.length - 11)); } } onClipEvent (enterFrame) { if (_name != "GloopleMelt") { _x = hostObject._x; _y = hostObject._y; if (_currentframe == 2) { if (eval (hostObject) == undefined) { removeMovieClip(this); } _x = hostObject._x; _y = hostObject._y; _rotation = hostObject._rotation; if ((hostObject._name.slice(0, 5) == "Oozle") || (hostObject._name.slice(0, 4) == "Gray")) { _xscale = 170; _yscale = 170; } if (hostObject._name.slice(0, 7) == "Clutter") { _xscale = hostObject._xscale; _yscale = hostObject._yscale; } hostObject.gotoAndStop(1); hostObject.speed = 1; _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, hostObject._name), 1); } if (_currentframe == 41) { removeMovieClip(hostObject); } if (_currentframe == 81) { removeMovieClip(this); } if (int(_currentframe / 5) == (_currentframe / 5)) { BubbleName = (("_root." + _name) + "Bubble") + _global.capDepth; duplicateMovieClip (_root.AcidBubble, (this._name + "Bubble") + _global.capDepth, _global.capDepth++); BubbleDistance = int(Math.random() * 20); BubbleOffset = int(Math.random() * 359) - 180; setProperty(BubbleName, _x , this._x + (BubbleDistance * Math.sin(BubbleOffset * (Math.PI/180)))); setProperty(BubbleName, _y , this._y - (BubbleDistance * Math.cos(BubbleOffset * (Math.PI/180)))); } } }
Instance of Symbol 1289 MovieClip "HeroMelt" in Frame 7
onClipEvent (load) { if (_name == "HeroMelt") { stop(); } } onClipEvent (enterFrame) { if (_currentframe < 81) { if (int(_currentframe / 5) == (_currentframe / 5)) { BubbleName = (("_root." + _name) + "Bubble") + _global.capDepth; duplicateMovieClip (_root.AcidBubble, (this._name + "Bubble") + _global.capDepth, _global.capDepth++); BubbleDistance = int(Math.random() * 20); BubbleOffset = int(Math.random() * 359) - 180; setProperty(BubbleName, _x , this._x + (BubbleDistance * Math.sin(BubbleOffset * (Math.PI/180)))); setProperty(BubbleName, _y , this._y - (BubbleDistance * Math.cos(BubbleOffset * (Math.PI/180)))); } } if (_currentframe == 121) { stop(); } }
Instance of Symbol 1296 MovieClip "BloodPrint" in Frame 7
onClipEvent (load) { if (_name == "BloodPrint") { stop(); } }
Instance of Symbol 501 MovieClip "Inkie" in Frame 7
onClipEvent (load) { mommy = false; if (_name == "Inkie") { mommy = true; stop(); } else { this.addProperty("speed", this.getSpeed, this.setSpeed); this.addProperty("killedBy", this.getKilledBy, this.setKilledBy); this.addProperty("exploded", this.getExploded, this.setExploded); killedBy = null; exploded = false; speed = 4; turnSpeed = 2; duplicateMovieClip (_root.InkTrail, this._name + "Trail", _global.effectDepth++); if (eval (_root.HeroPointer) != undefined) { gotoSpotX = _root.HeroPointer._x; gotoSpotY = _root.HeroPointer._y; } else { gotoSpotX = 275; gotoSpotY = 200; } delta_x = _x - gotoSpotX; delta_y = _y - gotoSpotY; _rotation = ((-Math.atan2(delta_x, delta_y)) / (Math.PI/180)); objectHitX = null; objectHitY = null; } } onClipEvent (enterFrame) { if (!mommy) { if (exploded) { removeMovieClip(this); } if (eval (_root.HeroPointer) != undefined) { gotoSpotX = _root.HeroPointer._x; gotoSpotY = _root.HeroPointer._y; } else if (Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) <= speed) { gotoSpotX = int(Math.random() * 540) + 6; gotoSpotY = int(Math.random() * 390) + 6; } if (eval (("_root." + _name) + "Flame") != undefined) { exploded = true; _global.MakeNoise("Explode"); if (eval (("_root." + _name) + "Shockwave") != undefined) { removeMovieClip(_root.fakeBackdrop); removeMovieClip(eval (("_root." + _name) + "Shockwave")); } duplicateMovieClip (_root.VoidPulse, _name + "Shockwave", _global.effectDepth++); with (eval (("_root." + _name) + "Shockwave")) { _x = this._x; _y = this._y; } duplicateMovieClip (_root.Blastmark, this._name + "Blastmark", _global.backgroundDepth++); with (eval (("_root." + this._name) + "Blastmark")) { _x = this._x; _y = this._y; } duplicateMovieClip (_root.Blackout, this._name + "Bright", 6000); with (eval (("_root." + this._name) + "Bright")) { _x = 275; _y = 200; _xscale = 1000; _yscale = 1000; } BlinkColor = new Color(eval (("_root." + this._name) + "Bright")); BlinkColor.setRGB(16777215); x = 1; while (x < 5) { FireName = (("_root." + this._name) + "Fire") + littleFires; duplicateMovieClip (_root.SmallFire, (this._name + "Fire") + littleFires, _global.effectDepth++); setProperty(FireName, _x , (this._x + int(Math.random() * 160)) - 80); setProperty(FireName, _y , (this._y + int(Math.random() * 160)) - 80); littleFires++; x++; } ashpuffs = int(Math.random() * 3) + 2; x = 0; while (x < ashpuffs) { duplicateMovieClip (_root.GroundDirt, (this._name + "Ash") + x, _global.effectDepth++); with (eval ((("_root." + this._name) + "Ash") + x)) { _x = this._x; _y = this._y; _rotation = int(Math.random() * 360) - 179; } AshColor = new Color(eval ((("_root." + this._name) + "Ash") + x)); AshColor.setRGB(0); x++; } FireName = ("_root." + this._name) + "BigFire"; duplicateMovieClip (_root.BigFire, this._name + "BigFire", _global.effectDepth++); setProperty(FireName, _x , this._x); setProperty(FireName, _y , this._y); if ((eval (_root.HeroPointer) != undefined) && (_global.justHit == null)) { _global.justHit = this; } x = 0; while (x < _global.Enemies.length) { if (_global.Enemies[x] != _name) { hitTarget = eval ("_root." + _global.Enemies[x]); toTargetX = _x - hitTarget._x; toTargetY = _y - hitTarget._y; targetDirection = (-Math.atan2(toTargetX, toTargetY)) / (Math.PI/180); if (Math.sqrt((toTargetX * toTargetX) + (toTargetY * toTargetY)) <= 250) { hitTarget.killedBy = this; } else { hitTarget._y = hitTarget._y - (30 * Math.cos(targetDirection * (Math.PI/180))); hitTarget._x = hitTarget._x + (30 * Math.sin(targetDirection * (Math.PI/180))); hitTarget._rotation = targetDirection; } } x++; } x = 0; while (x < _global.Hazards.length) { targetHazard = eval ("_root." + _global.Hazards[x]); if (targetHazard._name.slice(0, 5) == "Razor") { toTargetX = _x - targetHazard._x; toTargetY = _y - targetHazard._y; targetDirection = (-Math.atan2(toTargetX, toTargetY)) / (Math.PI/180); if (Math.sqrt((toTargetX * toTargetX) + (toTargetY * toTargetY)) <= 250) { targetHazard.killedBy = this; } } x++; } } if (_global.HeroAction == "attacking") { if ((_root.HeroSlashin._currentframe > 4) && (_root.HeroSlashin._currentframe < 14)) { if (_root.HeroSwing.hittest(_x, _y, true)) { SplatName = ("_root." + this._name) + "Splat"; SplatNum = int(Math.random() * 3) + 1; duplicateMovieClip (eval ("_root.Splat" + SplatNum), this._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , (_root.HeroPointer._rotation + int(Math.random() * 61)) + 30); setProperty(SplatName, _x , this._x); setProperty(SplatName, _y , this._y); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(0); duplicateMovieClip (_root.OilMark, this._name + "SplatOilMark", _global.markDepth++); with (eval (SplatName + "OilMark")) { _x = this._x; _y = this._y; gotoAndStop(SplatNum); } _global.MakeNoise("Splat"); duplicateMovieClip (_root.Bounty, _name + "Bounty", _global.markDepth++); setProperty(("_root." + _name) + "Bounty", _x , this._x); setProperty(("_root." + _name) + "Bounty", _y , this._y); BountyObject = eval (("_root." + _name) + "Bounty"); BountyObject.bounty = 8; if (SearchArray(EnemiesKilled, "Inkie") == null) { EnemiesKilled.push("Inkie"); } _visible = false; _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } } } if (killedBy != null) { toKillX = _x - killedBy._x; toKillY = _y - killedBy._y; killDir = (-Math.atan2(toKillX, toKillY)) / (Math.PI/180); killDir = killDir - 180; SplatName = ("_root." + this._name) + "Splat"; SplatNum = int(Math.random() * 3) + 1; duplicateMovieClip (eval ("_root.Splat" + SplatNum), this._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , killDir); setProperty(SplatName, _x , this._x); setProperty(SplatName, _y , this._y); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(0); duplicateMovieClip (_root.OilMark, this._name + "SplatOilMark", _global.markDepth++); with (eval (SplatName + "OilMark")) { _x = this._x; _y = this._y; gotoAndStop(SplatNum); } _global.MakeNoise("Splat"); _visible = false; _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } if (_root.HeroPointer.hitTest(_x, _y, true)) { objectHitX = _root.HeroPointer._x; objectHitY = _root.HeroPointer._y; _global.justHit = this; duplicateMovieClip (_root.Blackout, this._name + "Blackout", 6000); with (eval (("_root." + this._name) + "Blackout")) { _x = 275; _y = 200; _xscale = 1000; _yscale = 1000; } } else { x = 0; while (x < _global.Enemies.length) { if (_global.Enemies[x] != _name) { hitTarget = eval ("_root." + _global.Enemies[x]); if (hitTarget.hitTest(_x, _y, true)) { objectHitX = hitTarget._x; objectHitY = hitTarget._y; break; } } x++; } } if ((objectHitX != null) && (objectHitY != null)) { SplatName = ("_root." + this._name) + "Splat"; SplatNum = int(Math.random() * 3) + 1; duplicateMovieClip (eval ("_root.Splat" + SplatNum), this._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , (-Math.atan2(_x - objectHitX, _y - objectHitY)) / (Math.PI/180)); setProperty(SplatName, _x , this._x); setProperty(SplatName, _y , this._y); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(0); duplicateMovieClip (_root.OilMark, this._name + "SplatOilMark", _global.markDepth++); with (eval (SplatName + "OilMark")) { _x = this._x; _y = this._y; gotoAndStop(SplatNum); } _global.MakeNoise("Splat"); _visible = false; _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } delta_x = _x - gotoSpotX; delta_y = _y - gotoSpotY; targetRotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180); if (_rotation != targetRotation) { if ((_rotation >= 0) && (targetRotation >= 0)) { if (_rotation > targetRotation) { if ((_rotation - targetRotation) > turnSpeed) { _rotation = (_rotation - turnSpeed); } else { _rotation = targetRotation; } } else if ((targetRotation - _rotation) > turnSpeed) { _rotation = (_rotation + turnSpeed); } else { _rotation = targetRotation; } } else if ((_rotation < 0) && (targetRotation < 0)) { if (_rotation > targetRotation) { if ((_rotation - targetRotation) > turnSpeed) { _rotation = (_rotation - turnSpeed); } else { _rotation = targetRotation; } } else if ((targetRotation - _rotation) > turnSpeed) { _rotation = (_rotation + turnSpeed); } else { _rotation = targetRotation; } } else if (_rotation > targetRotation) { if (_rotation < (targetRotation + 180)) { _rotation = (_rotation - turnSpeed); } else { _rotation = (_rotation + turnSpeed); } } else if (_rotation > (targetRotation - 180)) { _rotation = (_rotation + turnSpeed); } else { _rotation = (_rotation - turnSpeed); } } if ((((_y > -6) && (_x > -6)) && (_y < 406)) && (_x < 556)) { _y = (_y - (speed * Math.cos(_rotation * (Math.PI/180)))); _x = (_x + (speed * Math.sin(_rotation * (Math.PI/180)))); } else { _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } } }
Instance of Symbol 1297 MovieClip "InkTrail" in Frame 7
onClipEvent (load) { if (_name == "InkTrail") { mommy = true; } else { mommy = false; this.lineStyle(6, 0, 100); hostObject = eval ("_root." + _name.slice(0, _name.length - 5)); _x = 0; _y = 0; notset = true; if (eval (hostObject) != undefined) { this.moveTo(hostObject._x, hostObject._y); } } } onClipEvent (enterFrame) { if (!mommy) { if (eval (hostObject) == undefined) { _alpha = (_alpha - 1); } else if (((hostObject._y > 0) && (hostObject._x > 0)) || (notset)) { this.lineTo(hostObject._x, hostObject._y); notset = false; } if (_alpha <= 0) { removeMovieClip(this); } } }
Instance of Symbol 1301 MovieClip "OilMark" in Frame 7
onClipEvent (load) { mommy = false; if (_name == "OilMark") { mommy = true; } else { _visible = false; framesSitting = 0; this.addProperty("onFire", this.getOnFire, this.setOnFire); onFire = false; daddySplat = eval ("_root." + _name.slice(0, _name.length - 7)); _rotation = daddySplat._rotation; _global.Hazards.push(_name); } } onClipEvent (enterFrame) { if (!mommy) { if (daddySplat._currentframe == 5) { daddySplat.stop(); } if (onFire) { ignitePointY = _y - (30 * Math.cos(_rotation * (Math.PI/180))); ignitePointX = _x + (30 * Math.sin(_rotation * (Math.PI/180))); FireName = ("_root." + this._name) + "Fire"; duplicateMovieClip (_root.BigFire, this._name + "Fire", _global.effectDepth++); setProperty(FireName, _x , ignitePointX); setProperty(FireName, _y , ignitePointY); daddySplat.play(); _global.Hazards.splice(_root.SpawnPoint.SearchArray(_global.Hazards, _name), 1); removeMovieClip(this); } if (hitTest(_root.HeroPointer._x, _root.HeroPointer._y, true)) { if (_root.HeroPointerSlickTag == undefined) { duplicateMovieClip (_root.SlickTag, "HeroPointerSlickTag", _global.markDepth++); } } else { x = 0; while (x < _global.Enemies.length) { if (_global.Enemies[x].slice(0, 5) == "Inkie") { } else if (_global.Enemies[x].slice(0, 7) == "Grinder") { } else if (_global.Enemies[x].slice(0, 7) == "Torchie") { } else if (_global.Enemies[x].slice(0, 4) == "Void") { } else if (_global.Enemies[x].slice(0, 5) == "Razor") { } else { targetEnemy = eval ("_root." + _global.Enemies[x]); if ((targetEnemy._name.slice(0, 5) == "Sharp") && (targetEnemy.spines)) { } else if (hitTest(targetEnemy._x, targetEnemy._y, true)) { if (eval (("_root." + targetEnemy._name) + "SlickTag") == undefined) { duplicateMovieClip (_root.SlickTag, targetEnemy._name + "SlickTag", _global.markDepth++); } } } x++; } } framesSitting++; if (framesSitting >= 155) { daddySplat.play(); _global.Hazards.splice(_root.SpawnPoint.SearchArray(_global.Hazards, _name), 1); removeMovieClip(this); } } }
Instance of Symbol 1303 MovieClip "SlickTag" in Frame 7
onClipEvent (load) { if (_name == "SlickTag") { } else { _visible = false; framesExisted = 0; hostObject = eval ("_root." + _name.slice(0, _name.length - 8)); hostTurnSpeed = 0; hostSpeed = 0; } } onClipEvent (enterFrame) { if (_name != "SlickTag") { if (eval (hostObject) == undefined) { removeMovieClip(this); } _x = hostObject._x; _y = hostObject._y; if (framesExisted == 0) { if (hostObject._name != "HeroPointer") { if (hostObject._name.slice(0, 5) != "Frost") { hostSpeed = hostObject.speed; hostObject.speed = 3; } hostTurnSpeed = hostObject.turnSpeed; hostObject.turnSpeed = 0; } else if (hostObject.fuzz < 1) { hostSpeed = hostObject.speed; hostObject.speed = 3; hostObject.turnMode = false; } } if (framesExisted == 1) { duplicateMovieClip (_root.InkTrail, _name + "Trail", _global.effectDepth++); } if (framesExisted >= 60) { if (hostObject._name != "HeroPointer") { if (hostObject._name.slice(0, 5) != "Frost") { hostObject.speed = hostSpeed; } hostObject.turnSpeed = hostTurnSpeed; } else if (hostObject.fuzz < 1) { hostObject.speed = hostSpeed; hostObject.turnMode = true; } removeMovieClip(this); } framesExisted++; } }
Instance of Symbol 327 MovieClip "Fuzzle" in Frame 7
onClipEvent (load) { mommy = false; justBounced = 0; fuzzRecover = 0; recoil = 0; if (_name == "Fuzzle") { mommy = true; stop(); } this.addProperty("speed", this.getSpeed, this.setSpeed); this.addProperty("turnSpeed", this.getTurnSpeed, this.setTurnSpeed); this.addProperty("killedBy", this.getKilledBy, this.setKilledBy); this.addProperty("lunging", this.getLunging, null); this.addProperty("fuzz", this.getFuzz, this.setFuzz); killedBy = null; lunging = false; speed = 4; turnSpeed = 4; fuzz = 2; furDecal = 0; if ((((_x < 0) || (_x > 550)) || (_y < 0)) || (_y > 400)) { switch (_x) { case -5 : if (_y < 200) { if ((int(Math.random() * 3) + 1) == 1) { gotoSpotX = int(Math.random() * 550) + 1; gotoSpotY = 405; } else { gotoSpotX = 555; gotoSpotY = int(Math.random() * 400) + 1; } } else if ((int(Math.random() * 3) + 1) == 1) { gotoSpotX = int(Math.random() * 550) + 1; gotoSpotY = -5; } else { gotoSpotX = 555; gotoSpotY = int(Math.random() * 400) + 1; } break; case 555 : if (_y < 200) { if ((int(Math.random() * 3) + 1) == 1) { gotoSpotX = int(Math.random() * 550) + 1; gotoSpotY = 405; } else { gotoSpotX = -5; gotoSpotY = int(Math.random() * 400) + 1; } } else if ((int(Math.random() * 3) + 1) == 1) { gotoSpotX = int(Math.random() * 550) + 1; gotoSpotY = -5; } else { gotoSpotX = -5; gotoSpotY = int(Math.random() * 400) + 1; } break; default : if (_y == -5) { if (_x < 275) { if ((int(Math.random() * 3) + 1) == 1) { gotoSpotX = 555; gotoSpotY = int(Math.random() * 400) + 1; } else { gotoSpotX = int(Math.random() * 550) + 1; gotoSpotY = 405; } } else if ((int(Math.random() * 3) + 1) == 1) { gotoSpotX = -5; gotoSpotY = int(Math.random() * 400) + 1; } else { gotoSpotX = int(Math.random() * 500) + 1; gotoSpotY = 405; } } else if (_x < 275) { if ((int(Math.random() * 3) + 1) == 1) { gotoSpotX = 555; gotoSpotY = int(Math.random() * 400) + 1; } else { gotoSpotX = int(Math.random() * 550) + 1; gotoSpotY = -5; } } else if ((int(Math.random() * 3) + 1) == 1) { gotoSpotX = -5; gotoSpotY = int(Math.random() * 400) + 1; } else { gotoSpotX = int(Math.random() * 500) + 1; gotoSpotY = -5; } } delta_x = _x - gotoSpotX; delta_y = _y - gotoSpotY; _rotation = ((-Math.atan2(delta_x, delta_y)) / (Math.PI/180)); } if (eval (_root.HeroPointer) == undefined) { if (_root.SpawnPoint.SearchArray(_global.Enemies, _name) == null) { _global.Enemies.push(_name); } } } onClipEvent (enterFrame) { if (!mommy) { if (SearchArray(_global.Enemies, _name) == null) { _global.Enemies.push(_name); } if (eval (_root.HeroPointer) != undefined) { gotoSpotX = _root.HeroPointer._x; gotoSpotY = _root.HeroPointer._y; } else if (Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) <= speed) { gotoSpotX = int(Math.random() * 540) + 6; gotoSpotY = int(Math.random() * 390) + 6; } myFire = eval (("_root." + _name) + "Flame"); if (eval (myFire) != undefined) { if (myFire._currentframe > 30) { duplicateMovieClip (_root.BlackSmoke, _name + "BSmoke", _global.capDepth++); with (eval (("_root." + _name) + "BSmoke")) { _x = this._x; _y = this._y; } removeMovieClip(myFire); duplicateMovieClip (_root.FuzzleHairless, _name + "Hairless", _global.baddieDepth++); myFuzzle = eval (("_root." + _name) + "Hairless"); with (myFuzzle) { _x = this._x; _y = this._y; _rotation = this._rotation; } _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); _visible = false; removeMovieClip(this); } } if (fuzzRecover > 0) { fuzzRecover--; } if ((fuzz < 2) && (fuzzRecover == 0)) { fuzz++; } if (recoil > 0) { recoil--; } if (speedBoost > 0) { speedBoost = speedBoost - 0.5; } if (_global.HeroAction == "attacking") { if ((_root.HeroSlashin._currentframe > 4) && (_root.HeroSlashin._currentframe < 14)) { if (_root.HeroSwing.hittest(_x, _y, true) && (recoil == 0)) { if (_global.RazorGlaiveEquipped) { FuzzName = (("_root." + this._name) + "Fuzz") + furDecal; duplicateMovieClip (_root.FuzzPuff, (this._name + "Fuzz") + (furDecal++), _global.effectDepth++); setProperty(FuzzName, _rotation , (_root.HeroPointer._rotation + int(Math.random() * 61)) + 30); setProperty(FuzzName, _x , this._x); setProperty(FuzzName, _y , this._y); SplatName = ("_root." + this._name) + "Splat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , (_root.HeroPointer._rotation + int(Math.random() * 61)) + 30); setProperty(SplatName, _x , this._x); setProperty(SplatName, _y , this._y); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(13806391); _global.MakeNoise("Splat"); duplicateMovieClip (_root.Bounty, _name + "Bounty", _global.markDepth++); setProperty(("_root." + _name) + "Bounty", _x , this._x); setProperty(("_root." + _name) + "Bounty", _y , this._y); BountyObject = eval (("_root." + _name) + "Bounty"); BountyObject.bounty = 14; if (SearchArray(EnemiesKilled, "Fuzzle") == null) { EnemiesKilled.push("Fuzzle"); } _visible = false; _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } if (fuzz == 1) { FuzzName = (("_root." + this._name) + "Fuzz") + furDecal; duplicateMovieClip (_root.FuzzPuff, (this._name + "Fuzz") + (furDecal++), _global.effectDepth++); setProperty(FuzzName, _rotation , (_root.HeroPointer._rotation + int(Math.random() * 61)) + 30); setProperty(FuzzName, _x , this._x); setProperty(FuzzName, _y , this._y); _global.MakeNoise("Slice"); _rotation = ((_root.HeroPointer._rotation + int(Math.random() * 61)) + 30); duplicateMovieClip (_root.FuzzleHairless, _name + "Hairless", _global.baddieDepth++); myFuzzle = eval (("_root." + _name) + "Hairless"); with (myFuzzle) { _x = this._x; _y = this._y; _rotation = this._rotation; } _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); _visible = false; removeMovieClip(this); } else { FuzzName = (("_root." + this._name) + "Fuzz") + furDecal; duplicateMovieClip (_root.FuzzPuff, (this._name + "Fuzz") + (furDecal++), _global.effectDepth++); setProperty(FuzzName, _rotation , (_root.HeroPointer._rotation + int(Math.random() * 61)) + 30); setProperty(FuzzName, _x , this._x); setProperty(FuzzName, _y , this._y); _global.MakeNoise("Slice"); fuzz--; fuzzRecover = 120; recoil = 20; _rotation = ((_root.HeroPointer._rotation + int(Math.random() * 61)) + 30); speedBoost = 3; lunging = false; if (_currentframe > 85) { speed = speed / 2; } else if (_currentframe > 61) { speed = speed * 2; } gotoAndPlay (1); } } } } if ((killedBy != null) && (recoil == 0)) { toKillX = _x - killedBy._x; toKillY = _y - killedBy._y; killDir = (-Math.atan2(toKillX, toKillY)) / (Math.PI/180); killDir = killDir - 180; if ((killedBy._name.slice(0, 7) == "Grinder") || (killedBy.exploded)) { FuzzName = (("_root." + this._name) + "Fuzz") + furDecal; duplicateMovieClip (_root.FuzzPuff, (this._name + "Fuzz") + (furDecal++), _global.effectDepth++); setProperty(FuzzName, _rotation , killDir); setProperty(FuzzName, _x , this._x); setProperty(FuzzName, _y , this._y); SplatName = ("_root." + this._name) + "Splat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , killDir); setProperty(SplatName, _x , this._x); setProperty(SplatName, _y , this._y); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(13806391); _global.MakeNoise("Splat"); _visible = false; _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } else { FuzzName = (("_root." + this._name) + "Fuzz") + furDecal; duplicateMovieClip (_root.FuzzPuff, (this._name + "Fuzz") + (furDecal++), _global.effectDepth++); setProperty(FuzzName, _rotation , killDir); setProperty(FuzzName, _x , this._x); setProperty(FuzzName, _y , this._y); _global.MakeNoise("Slice"); fuzz--; fuzzRecover = 120; justBounced = 8; recoil = 20; bouncedOffX = killedBy._x; bouncedOffY = killedBy._y; } } if ((justBounced == 0) || (killedBy != null)) { if (_root.HeroPointer.hitTest(_x, _y, true)) { if (!lunging) { justBounced = 8; bouncedOffX = _root.HeroPointer._x; bouncedOffY = _root.HeroPointer._y; _global.justHit = this; } else { _global.justHit = this; duplicateMovieClip (_root.HeroChow, _name + "Chowing", _global.heroDepth++); myChow = eval (("_root." + _name) + "Chowing"); with (myChow) { _x = this._x; _y = this._y; _rotation = this._rotation; } _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); } } else { x = 0; while (x < _global.Enemies.length) { if (_global.Enemies[x] != _name) { hitTarget = eval ("_root." + _global.Enemies[x]); if (hitTarget.hitTest(_x, _y, true)) { if (!lunging) { justBounced = 8; bouncedOffX = hitTarget._x; bouncedOffY = hitTarget._y; break; } hitTarget.killedBy = this; } } x++; } } if (justBounced != 0) { _global.MakeNoise("Boing"); if (_x > bouncedOffX) { BouncetoSpotX = (int(Math.random() * (550 - _x)) + _x) + 20; } else { BouncetoSpotX = int(Math.random() * _x) - 19; } if (_y > bouncedOffY) { BouncetoSpotY = (int(Math.random() * (400 - _y)) + _y) + 20; } else { BouncetoSpotY = int(Math.random() * _y) - 19; } delta_bounceX = Math.abs(_x - bouncedOffX); delta_bounceY = Math.abs(_y - bouncedOffY); if (delta_bounceX > delta_bounceY) { if (BouncetoSpotX > 275) { BouncetoSpotX = 555; } else { BouncetoSpotX = -5; } } else if (BouncetoSpotY > 200) { BouncetoSpotY = 405; } else { BouncetoSpotY = -5; } _rotation = ((-Math.atan2(_x - BouncetoSpotX, _y - BouncetoSpotY)) / (Math.PI/180)); killedBy = null; } } else { justBounced--; } delta_x = _x - gotoSpotX; delta_y = _y - gotoSpotY; targetRotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180); if ((_rotation != targetRotation) && (!lunging)) { if ((_rotation >= 0) && (targetRotation >= 0)) { if (_rotation > targetRotation) { if ((_rotation - targetRotation) > turnSpeed) { _rotation = (_rotation - turnSpeed); } else { _rotation = targetRotation; } } else if ((targetRotation - _rotation) > turnSpeed) { _rotation = (_rotation + turnSpeed); } else { _rotation = targetRotation; } } else if ((_rotation < 0) && (targetRotation < 0)) { if (_rotation > targetRotation) { if ((_rotation - targetRotation) > turnSpeed) { _rotation = (_rotation - turnSpeed); } else { _rotation = targetRotation; } } else if ((targetRotation - _rotation) > turnSpeed) { _rotation = (_rotation + turnSpeed); } else { _rotation = targetRotation; } } else if (_rotation > targetRotation) { if (_rotation < (targetRotation + 180)) { _rotation = (_rotation - turnSpeed); } else { _rotation = (_rotation + turnSpeed); } } else if (_rotation > (targetRotation - 180)) { _rotation = (_rotation + turnSpeed); } else { _rotation = (_rotation - turnSpeed); } } if ((((_y > -6) && (_x > -6)) && (_y < 406)) && (_x < 556)) { _y = (_y - ((speed + speedBoost) * Math.cos(_rotation * (Math.PI/180)))); _x = (_x + ((speed + speedBoost) * Math.sin(_rotation * (Math.PI/180)))); } else { _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } if (((!lunging) && (speed == 4)) && (eval (_root.HeroPointer) != undefined)) { if (Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) <= 120) { if (Math.abs(_rotation - targetRotation) < 20) { speed = speed * 0.5; gotoAndPlay (62); } } } if (_currentframe == 86) { speed = speed * 4; lunging = true; _global.MakeNoise("FuzzGrowl"); } else if (_currentframe == 106) { speed = speed / 2; lunging = false; } else if (_currentframe == 61) { gotoAndPlay (1); } } }
Instance of Symbol 1332 MovieClip "FuzzleHairless" in Frame 7
onClipEvent (load) { mommy = false; justBounced = 0; fuzzRecover = 120; gracePeriod = 20; if (_name == "FuzzleHairless") { mommy = true; stop(); } else { this.addProperty("speed", this.getSpeed, this.setSpeed); this.addProperty("turnSpeed", this.getTurnSpeed, this.setTurnSpeed); this.addProperty("killedBy", this.getKilledBy, this.setKilledBy); this.addProperty("gracePeriod", this.getGracePeriod, null); killedBy = null; speed = 4; turnSpeed = 4; if (_root.SpawnPoint.SearchArray(_global.Enemies, _name) == null) { _global.Enemies.push(_name); } gotoSpotX = int(Math.random() * 540) + 6; gotoSpotY = int(Math.random() * 390) + 6; } } onClipEvent (enterFrame) { if (!mommy) { if (SearchArray(_global.Enemies, _name) == null) { _global.Enemies.push(_name); } if (Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) <= speed) { gotoSpotX = int(Math.random() * 540) + 6; gotoSpotY = int(Math.random() * 390) + 6; } if (fuzzRecover > 0) { fuzzRecover--; } if (gracePeriod > 0) { gracePeriod--; } if ((_global.HeroAction == "attacking") && (gracePeriod == 0)) { if ((_root.HeroSlashin._currentframe > 4) && (_root.HeroSlashin._currentframe < 14)) { if (_root.HeroSwing.hittest(_x, _y, true)) { SplatName = ("_root." + this._name) + "Splat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , (_root.HeroPointer._rotation + int(Math.random() * 61)) + 30); setProperty(SplatName, _x , this._x); setProperty(SplatName, _y , this._y); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(13806391); _global.MakeNoise("Splat"); duplicateMovieClip (_root.Bounty, _name + "Bounty", _global.markDepth++); setProperty(("_root." + _name) + "Bounty", _x , this._x); setProperty(("_root." + _name) + "Bounty", _y , this._y); BountyObject = eval (("_root." + _name) + "Bounty"); BountyObject.bounty = 14; if (SearchArray(EnemiesKilled, "Fuzzle") == null) { EnemiesKilled.push("Fuzzle"); } _visible = false; _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } } } if ((killedBy != null) & (gracePeriod == 0)) { toKillX = _x - killedBy._x; toKillY = _y - killedBy._y; killDir = (-Math.atan2(toKillX, toKillY)) / (Math.PI/180); killDir = killDir - 180; SplatName = ("_root." + this._name) + "Splat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , killDir); setProperty(SplatName, _x , this._x); setProperty(SplatName, _y , this._y); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(13806391); _global.MakeNoise("Splat"); _visible = false; _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } if (justBounced == 0) { if (_root.HeroPointer.hitTest(_x, _y, true)) { justBounced = 8; bouncedOffX = _root.HeroPointer._x; bouncedOffY = _root.HeroPointer._y; _global.justHit = this; } else { x = 0; while (x < _global.Enemies.length) { if (_global.Enemies[x] != _name) { hitTarget = eval ("_root." + _global.Enemies[x]); if (hitTarget.hitTest(_x, _y, true)) { justBounced = 8; bouncedOffX = hitTarget._x; bouncedOffY = hitTarget._y; break; } } x++; } } if (justBounced != 0) { _global.MakeNoise("Boing"); if (_x > bouncedOffX) { BouncetoSpotX = (int(Math.random() * (550 - _x)) + _x) + 20; } else { BouncetoSpotX = int(Math.random() * _x) - 19; } if (_y > bouncedOffY) { BouncetoSpotY = (int(Math.random() * (400 - _y)) + _y) + 20; } else { BouncetoSpotY = int(Math.random() * _y) - 19; } delta_bounceX = Math.abs(_x - bouncedOffX); delta_bounceY = Math.abs(_y - bouncedOffY); if (delta_bounceX > delta_bounceY) { if (BouncetoSpotX > 275) { BouncetoSpotX = 555; } else { BouncetoSpotX = -5; } } else if (BouncetoSpotY > 200) { BouncetoSpotY = 405; } else { BouncetoSpotY = -5; } _rotation = ((-Math.atan2(_x - BouncetoSpotX, _y - BouncetoSpotY)) / (Math.PI/180)); } } else { justBounced--; } delta_x = _x - gotoSpotX; delta_y = _y - gotoSpotY; targetRotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180); if (_rotation != targetRotation) { if ((_rotation >= 0) && (targetRotation >= 0)) { if (_rotation > targetRotation) { if ((_rotation - targetRotation) > turnSpeed) { _rotation = (_rotation - turnSpeed); } else { _rotation = targetRotation; } } else if ((targetRotation - _rotation) > turnSpeed) { _rotation = (_rotation + turnSpeed); } else { _rotation = targetRotation; } } else if ((_rotation < 0) && (targetRotation < 0)) { if (_rotation > targetRotation) { if ((_rotation - targetRotation) > turnSpeed) { _rotation = (_rotation - turnSpeed); } else { _rotation = targetRotation; } } else if ((targetRotation - _rotation) > turnSpeed) { _rotation = (_rotation + turnSpeed); } else { _rotation = targetRotation; } } else if (_rotation > targetRotation) { if (_rotation < (targetRotation + 180)) { _rotation = (_rotation - turnSpeed); } else { _rotation = (_rotation + turnSpeed); } } else if (_rotation > (targetRotation - 180)) { _rotation = (_rotation + turnSpeed); } else { _rotation = (_rotation - turnSpeed); } } if ((((_y > -6) && (_x > -6)) && (_y < 406)) && (_x < 556)) { _y = (_y - (speed * Math.cos(_rotation * (Math.PI/180)))); _x = (_x + (speed * Math.sin(_rotation * (Math.PI/180)))); } else { _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } if ((fuzzRecover == 0) && (_currentframe < 41)) { gotoAndPlay (41); } if (_currentframe == 40) { gotoAndPlay (1); } else if (_currentframe == 81) { duplicateMovieClip (_root.Fuzzle, _name.slice(0, _name.length - 8), _global.baddieDepth++); myFuzzle = eval ("_root." + _name.slice(0, _name.length - 8)); with (myFuzzle) { _x = this._x; _y = this._y; _rotation = this._rotation; } _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); _global.Enemies.push(_name.slice(0, _name.length - 8)); _visible = false; removeMovieClip(this); } } }
Instance of Symbol 1431 MovieClip "HeroChow" in Frame 7
onClipEvent (load) { if (_name == "HeroChow") { stop(); } else { speed = 4; playsthrough = 0; splats = 0; daddyFuzzle = eval ("_root." + _name.slice(0, _name.length - 7)); } } onClipEvent (enterFrame) { if (_name != "HeroChow") { if (_currentframe == 2) { x = 1; while (x < 3) { BloodName = (("_root." + this._name) + "Blood") + splats; duplicateMovieClip (eval ("_root.Blood" + String(random(3) + 1)), (this._name + "Blood") + splats, _global.effectDepth++); setProperty(BloodName, _rotation , (this._rotation + int(Math.random() * 40)) - 20); setProperty(BloodName, _x , this._x); setProperty(BloodName, _xscale , 40); setProperty(BloodName, _y , this._y); setProperty(BloodName, _yscale , 40); splats++; x++; } } if (_currentframe == 3) { removeMovieClip(daddyFuzzle); } if (_currentframe < 15) { if ((((_y > -6) && (_x > -6)) && (_y < 406)) && (_x < 556)) { _y = (_y - (speed * Math.cos(_rotation * (Math.PI/180)))); _x = (_x + (speed * Math.sin(_rotation * (Math.PI/180)))); } else { this.removeMovieClip(); } } if ((_currentframe == 47) || (_currentframe == 77)) { BloodName = (("_root." + this._name) + "Blood") + splats; duplicateMovieClip (eval ("_root.Blood" + String(random(3) + 1)), (this._name + "Blood") + splats, _global.effectDepth++); setProperty(BloodName, _rotation , (this._rotation + int(Math.random() * 120)) - 50); setProperty(BloodName, _x , this._x); setProperty(BloodName, _y , this._y); splats++; _global.MakeNoise("FuzzBite" + (int(Math.random() * 2) + 1)); } if ((_currentframe == 55) || (_currentframe == 85)) { BloodName = (("_root." + this._name) + "Blood") + splats; duplicateMovieClip (eval ("_root.Blood" + String(random(3) + 1)), (this._name + "Blood") + splats, _global.effectDepth++); setProperty(BloodName, _rotation , (this._rotation + int(Math.random() * 50)) - 180); setProperty(BloodName, _x , this._x); setProperty(BloodName, _y , this._y); splats++; duplicateMovieClip (_root.GroundDirt, (this._name + "Spray") + splats, _global.effectDepth++); with (eval ((("_root." + this._name) + "Spray") + splats)) { _x = this._x; _y = this._y; _rotation = (this._rotation + int(Math.random() * 360)) - 180; } BloodColor = new Color(eval ((("_root." + this._name) + "Spray") + (splats++))); BloodColor.setRGB(11800592); _global.MakeNoise("Rend"); } if ((_currentframe == 72) && (playsthrough < 2)) { gotoAndPlay (42); playsthrough++; } if ((_currentframe == 110) && (playsthrough == 2)) { stop(); duplicateMovieClip (_root.HeroChowed, "DeadHero", _global.effectDepth++); with (_root.DeadHero) { _x = this._x; _y = this._y; _rotation = this._rotation; } duplicateMovieClip (_root.Fuzzle, "Fuzzle00", _global.baddieDepth++); with (_root.Fuzzle00) { _x = this._x; _y = this._y; _rotation = this._rotation; } removeMovieClip(this); } } }
Instance of Symbol 1438 MovieClip "OozleGlom" in Frame 7
onClipEvent (load) { mommy = false; justBounced = 0; if (_name == "OozleGlom") { mommy = true; stop(); } this.addProperty("speed", this.getSpeed, this.setSpeed); this.addProperty("turnSpeed", this.getTurnSpeed, this.setTurnSpeed); speed = 1; } onClipEvent (enterFrame) { if (!mommy) { if (_global.HeroAction == "attacking") { if ((_root.HeroSlashin._currentframe > 4) && (_root.HeroSlashin._currentframe < 14)) { if (_root.HeroSwing.hittest(_x, _y, true)) { SplatName = ("_root." + this._name) + "Splat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , (_root.HeroPointer._rotation + int(Math.random() * 61)) + 30); setProperty(SplatName, _x , this._x); setProperty(SplatName, _y , this._y); _global.MakeNoise("Splat"); duplicateMovieClip (_root.Bounty, _name + "Bounty", _global.markDepth++); setProperty(("_root." + _name) + "Bounty", _x , this._x); setProperty(("_root." + _name) + "Bounty", _y , this._y); BountyObject = eval (("_root." + _name) + "Bounty"); BountyObject.bounty = 1; duplicateMovieClip (_root.Oozle, "Oozle" + _name.slice(4), _global.baddieDepth++); _global.Enemies.push("Oozle" + _name.slice(4)); with (eval ("_root.Oozle" + _name.slice(4))) { _x = this._x; _y = this._y; _rotation = this._rotation; } _visible = false; _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } } } if (killedBy != null) { toKillX = _x - killedBy._x; toKillY = _y - killedBy._y; killDir = (-Math.atan2(toKillX, toKillY)) / (Math.PI/180); killDir = killDir - 180; SplatName = ("_root." + this._name) + "Splat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , killDir); setProperty(SplatName, _x , this._x); setProperty(SplatName, _y , this._y); _global.MakeNoise("Splat"); SplatName = ("_root." + this._name) + "BigSplat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "BigSplat", _global.effectDepth++); setProperty(SplatName, _rotation , killDir); setProperty(SplatName, _x , this._x); setProperty(SplatName, _xscale , 170); setProperty(SplatName, _y , this._y); setProperty(SplatName, _yscale , 170); _global.MakeNoise("Pop"); _global.MakeNoise("Splash"); _visible = false; _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } if (justBounced == 0) { if (_root.HeroPointer.hitTest(_x, _y, true)) { justBounced = 8; bouncedOffX = _root.HeroPointer._x; bouncedOffY = _root.HeroPointer._x; _global.justHit = this; } else { x = 0; while (x < _global.Enemies.length) { if (_global.Enemies[x] != _name) { hitTarget = eval ("_root." + _global.Enemies[x]); if (hitTarget.hitTest(_x, _y, true)) { hitTarget.killedBy = this; } } x++; } } if (justBounced != 0) { BoingNoise = new Sound(); BoingNoise.attachSound("Boing Sound"); BoingNoise.onSoundComplete = function () { BoingNoise.stop(); }; BoingNoise.start(); if (_x > bouncedOffX) { gotoSpotX = (int(Math.random() * (550 - _x)) + _x) + 20; } else { gotoSpotX = int(Math.random() * _x) - 19; } if (_y > bouncedOffY) { gotoSpotY = (int(Math.random() * (400 - _y)) + _y) + 20; } else { gotoSpotY = int(Math.random() * _y) - 19; } delta_bounceX = Math.abs(_x - bouncedOffX); delta_bounceY = Math.abs(_y - bouncedOffY); if (delta_bounceX > delta_bounceY) { if (gotoSpotX > 275) { gotoSpotX = 555; } else { gotoSpotX = -5; } } else if (gotoSpotY > 200) { gotoSpotY = 405; } else { gotoSpotY = -5; } } } else { justBounced--; } if (justBounced > 0) { delta_x = _x - gotoSpotX; delta_y = _y - gotoSpotY; targetRotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180); _rotation = targetRotation; } if ((((_y > -6) && (_x > -6)) && (_y < 406)) && (_x < 556)) { _y = (_y - (speed * Math.cos(_rotation * (Math.PI/180)))); _x = (_x + (speed * Math.sin(_rotation * (Math.PI/180)))); } else { _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } if (_currentframe == 31) { duplicateMovieClip (_root.Gray, "Gray" + _name.slice(4), _global.baddieDepth++); _global.Enemies.push("Gray" + _name.slice(4)); with (eval ("_root.Gray" + _name.slice(4))) { _x = this._x; _y = this._y; _rotation = this._rotation; } _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } } }
Instance of Symbol 455 MovieClip "Gray" in Frame 7
onClipEvent (load) { mommy = false; if (_name == "Gray") { mommy = true; stop(); } else { this.addProperty("speed", this.getSpeed, this.setSpeed); this.addProperty("turnSpeed", this.getTurnSpeed, this.setTurnSpeed); this.addProperty("health", this.getHealth, this.setHealth); this.addProperty("hazard", this.getHazard, this.setHazard); this.addProperty("action", this.getAction, this.setAction); health = 3; recoil = 0; speed = 2; turnSpeed = 2; action = "none"; if (eval (_root.HeroPointer) != undefined) { gotoSpotX = _root.HeroPointer._x; gotoSpotY = _root.HeroPointer._y; } else { gotoSpotX = _x + 20; gotoSpotY = _y + 20; } if (SearchArray(EnemiesSeen, "Gray") == null) { EnemiesSeen.push("Gray"); } if (SearchArray(_global.Enemies, _name) == null) { _global.Enemies.push(_name); } } } onClipEvent (enterFrame) { if (!mommy) { if (SearchArray(_global.Enemies, _name) == null) { _global.Enemies.push(_name); } if (eval (_root.HeroPointer) != undefined) { gotoSpotX = _root.HeroPointer._x; gotoSpotY = _root.HeroPointer._y; } if (recoil > 0) { recoil--; if (recoil == 18) { action = "none"; } } if (_global.HeroAction == "attacking") { if ((_root.HeroSlashin._currentframe > 4) && (_root.HeroSlashin._currentframe < 14)) { if (_root.HeroSwing.hittest(_x, _y, true) && (recoil == 0)) { if (action != "gaurd") { health--; recoil = 20; action = "stun"; SplatName = ("_root." + this._name) + "Splat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , (_root.HeroPointer._rotation + int(Math.random() * 61)) + 30); setProperty(SplatName, _x , this._x); setProperty(SplatName, _y , this._y); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(9803157); if ((health == 0) || (_global.RazorGlaiveEquipped)) { SplatName = ("_root." + this._name) + "BigSplat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "BigSplat", _global.effectDepth++); setProperty(SplatName, _rotation , (_root.HeroPointer._rotation + int(Math.random() * 61)) + 30); setProperty(SplatName, _x , this._x); setProperty(SplatName, _xscale , 170); setProperty(SplatName, _y , this._y); setProperty(SplatName, _yscale , 170); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(9803157); _global.MakeNoise("Pop"); _global.MakeNoise("Splash"); duplicateMovieClip (_root.Bounty, _name + "Bounty", _global.markDepth++); setProperty(("_root." + _name) + "Bounty", _x , this._x); setProperty(("_root." + _name) + "Bounty", _y , this._y); BountyObject = eval (("_root." + _name) + "Bounty"); BountyObject.bounty = 35; if (SearchArray(EnemiesKilled, "Gray") == null) { EnemiesKilled.push("Gray"); } _visible = false; _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } else { _global.MakeNoise("Slice"); } } else { SparkName = ("_root." + this._name) + "Sparks"; duplicateMovieClip (_root.Sparks, this._name + "Sparks", _global.effectDepth++); setProperty(SparkName, _rotation , _root.HeroPointer._rotation - 90); setProperty(SparkName, _x , this._x); setProperty(SparkName, _y , this._y); _global.MakeNoise("Clang"); _global.HeroAction = "bounceback"; } } } } if (hitTest(_root.HeroPointer._x, _root.HeroPointer._y, true)) { _global.justHit = this; } else { x = 0; while (x < _global.Enemies.length) { if (_global.Enemies[x] != _name) { hitTarget = eval ("_root." + _global.Enemies[x]); if (hitTest(hitTarget._x, hitTarget._y, true)) { if ((hitTarget._name.slice(0, 7) == "Gloople") && ((int(Math.random() * 100) + 1) < 11)) { _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, hitTarget._name), 1); _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); duplicateMovieClip (_root.GrayGlom, "Glom" + _name.slice(4), _global.baddieDepth++); _global.Enemies.push("Glom" + _name.slice(4)); Glommie = eval ("_root.Glom" + _name.slice(4)); with (Glommie) { _x = this._x; _y = this._y; _rotation = (-Math.atan2(this._x - hitTarget._x, this._y - hitTarget._y)) / (Math.PI/180); } _global.MakeNoise("Glom"); removeMovieClip(hitTarget); this.removeMovieClip(); } else { hitTarget.killedBy = this; } } } x++; } } if (killedBy != null) { if ((((((killedBy._name.slice(0, 5) == "Sharp") || (killedBy._name.slice(0, 4) == "Gray")) || (killedBy._name.slice(0, 7) == "Grinder")) || (killedBy.exploded)) || (killedBy._name.slice(0, 6) == "Horror")) || (killedBy.claw)) { if (action != "gaurd") { toKillX = _x - killedBy._x; toKillY = _y - killedBy._y; killDir = (-Math.atan2(toKillX, toKillY)) / (Math.PI/180); killDir = killDir - 180; SplatName = ("_root." + this._name) + "BigSplat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "BigSplat", _global.effectDepth++); setProperty(SplatName, _rotation , killDir); setProperty(SplatName, _x , this._x); setProperty(SplatName, _xscale , 170); setProperty(SplatName, _y , this._y); setProperty(SplatName, _yscale , 170); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(9803157); _global.MakeNoise("Pop"); _global.MakeNoise("Splash"); _visible = false; _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } else { killedBy = null; } } } delta_x = _x - gotoSpotX; delta_y = _y - gotoSpotY; targetRotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180); if (_rotation != targetRotation) { if ((_rotation >= 0) && (targetRotation >= 0)) { if (_rotation > targetRotation) { if ((_rotation - targetRotation) > turnSpeed) { _rotation = (_rotation - turnSpeed); } else { _rotation = targetRotation; } } else if ((targetRotation - _rotation) > turnSpeed) { _rotation = (_rotation + turnSpeed); } else { _rotation = targetRotation; } } else if ((_rotation < 0) && (targetRotation < 0)) { if (_rotation > targetRotation) { if ((_rotation - targetRotation) > turnSpeed) { _rotation = (_rotation - turnSpeed); } else { _rotation = targetRotation; } } else if ((targetRotation - _rotation) > turnSpeed) { _rotation = (_rotation + turnSpeed); } else { _rotation = targetRotation; } } else if (_rotation > targetRotation) { if (_rotation < (targetRotation + 180)) { _rotation = (_rotation - turnSpeed); } else { _rotation = (_rotation + turnSpeed); } } else if (_rotation > (targetRotation - 180)) { _rotation = (_rotation + turnSpeed); } else { _rotation = (_rotation - turnSpeed); } } if ((((_y > -6) && (_x > -6)) && (_y < 406)) && (_x < 556)) { _y = (_y - (speed * Math.cos(_rotation * (Math.PI/180)))); _x = (_x + (speed * Math.sin(_rotation * (Math.PI/180)))); } else { _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } if (Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) <= speed) { gotoSpotX = int(Math.random() * 540) + 6; gotoSpotY = int(Math.random() * 390) + 6; } hazard = false; toHazardX = _x - _root.HeroPointer._x; toHazardY = _y - _root.HeroPointer._y; if (Math.sqrt((toHazardX * toHazardX) + (toHazardY * toHazardY)) <= 100) { if (_global.HeroAction == "attacking") { hazard = true; } } x = 0; while (x < _global.Enemies.length) { if (_global.Enemies[x] != _name) { hazTarget = eval ("_root." + _global.Enemies[x]); if ((hazTarget._name.slice(0, 5) == "Sharp") || (hazTarget._name.slice(0, 7) == "Grinder")) { toHazardX = _x - hazTarget._x; toHazardY = _y - hazTarget._y; if (Math.sqrt((toHazardX * toHazardX) + (toHazardY * toHazardY)) <= 100) { hazard = true; } } } x++; } x = 0; while (x < _global.Hazards.length) { targetHazard = eval ("_root." + _global.Hazards[x]); if (targetHazard._name.slice(0, 6) == "Meltie") { p = 10; while (p < 70) { ProjPathX = _x + (p * Math.sin(_rotation * (Math.PI/180))); ProjPathY = _y - (p * Math.cos(_rotation * (Math.PI/180))); if (targetHazard.hitTest(ProjPathX, ProjPathY, false)) { hazard = true; } p = p + 10; } } x++; } if (((action == "none") && (eval (_root.HeroPointer) != undefined)) && (_currentframe < 55)) { if (Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) <= 210) { if (Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) > 120) { if (Math.abs(_rotation - targetRotation) < 20) { gotoAndPlay (101); } } } } if (((hazard == true) && ((action == "none") || (action == "reel"))) && ((_currentframe < 55) || (_currentframe > 92))) { gotoAndPlay (55); speed = 1; } if ((_currentframe > 55) && (_currentframe < 93)) { speed = 0; action = "gaurd"; } if ((_currentframe > 92) && (_currentframe < 100)) { speed = 1; action = "none"; } if (((_currentframe == 51) || (_currentframe == 100)) || (_currentframe == 140)) { speed = 2; turnSpeed = 2; action = "none"; gotoAndPlay (11); } if ((_currentframe > 100) && (_currentframe < 126)) { speed = 1; action = "none"; } if ((_currentframe == 126) && (action == "none")) { speed = 0; turnSpeed = 0; stop(); action = "lance"; duplicateMovieClip (_root.GrayTip, _name + "Tip", _global.baddieDepth++); with (eval (("_root." + _name) + "Tip")) { _y = this._y - (25 * Math.cos(this._rotation * (Math.PI/180))); _x = this._x + (25 * Math.sin(this._rotation * (Math.PI/180))); _rotation = this._rotation; } _global.MakeNoise("GraySpear"); } if ((_currentframe == 126) && (action == "reel")) { gotoAndStop (127); } if ((_currentframe == 127) && (action == "none")) { speed = 1; turnSpeed = 2; play(); } if (action == "stun") { gotoAndPlay (1); } } }
Instance of Symbol 1442 MovieClip "GrayBit" in Frame 7
onClipEvent (load) { mommy = false; if (_name == "GrayTip") { mommy = true; stop(); } else { gotoAndStop (1); } } onClipEvent (enterFrame) { if (!mommy) { if (_currentframe == 16) { this.removeMovieClip(); } } }
Instance of Symbol 1446 MovieClip "GrayTip" in Frame 7
onClipEvent (load) { mommy = false; gotoSpotX = null; gotoSpotY = null; if (_name == "GrayTip") { mommy = true; stop(); } else { this.addProperty("lancing", this.getLancing, null); killedBy = null; lancing = true; bowing = false; reeling = false; speed = 8; framesExisted = 0; tendrilBits = 0; buildAtY = _y - (speed * Math.cos(_rotation * (Math.PI/180))); buildAtX = _x + (speed * Math.sin(_rotation * (Math.PI/180))); daddyGray = eval ("_root." + _name.slice(0, _name.length - 3)); bankName = daddyGray._name; heroSpeared = null; gotoAndStop (1); } } onClipEvent (enterFrame) { if (!mommy) { if (gotoSpotX == null) { gotoSpotX = _x + (210 * Math.sin(_rotation * (Math.PI/180))); gotoSpotY = _y - (210 * Math.cos(_rotation * (Math.PI/180))); } if (((eval (daddyGray) == undefined) || (daddyGray.action == "stun")) || (daddyGray.action == "gaurd")) { lancing = false; bowing = false; reeling = false; x = 0; while (x < tendrilBits) { BitName = eval ((("_root." + bankName) + "Bit") + x); BitName.play(); x++; } play(); } if (_global.HeroAction == "attacking") { if ((_root.HeroSlashin._currentframe > 4) && (_root.HeroSlashin._currentframe < 14)) { if (_root.HeroSwing.hittest(_x, _y, true)) { SparkName = ("_root." + this._name) + "Sparks"; duplicateMovieClip (_root.Sparks, this._name + "Sparks", _global.effectDepth++); setProperty(SparkName, _rotation , _root.HeroPointer._rotation - 90); setProperty(SparkName, _x , this._x); setProperty(SparkName, _y , this._y); _global.MakeNoise("Clang"); lancing = false; bowing = true; framesExisted = 0; daddyGray.action = "reel"; _global.HeroAction = "bounceback"; } } } if (_root.HeroPointer.hitTest(_x, _y, true)) { if (lancing) { _visible = false; duplicateMovieClip (_root.HeroSpear, daddyGray._name + "HeroSpear", _global.heroDepth++); heroSpeared = eval (("_root." + daddyGray._name) + "HeroSpear"); with (heroSpeared) { _x = this._x; _y = this._y; _rotation = this._rotation; } _global.justHit = this; } else { _global.justHit = this; } } else { x = 0; while (x < _global.Enemies.length) { if (_global.Enemies[x] != daddyGray._name) { hitTarget = eval ("_root." + _global.Enemies[x]); if (hitTarget.hitTest(_x, _y, true)) { if ((hitTarget._name.slice(0, 7) == "Grinder") || ((hitTarget._name.slice(0, 4) == "Gray") && (hitTarget.action == "guard"))) { SparkName = ("_root." + this._name) + "Sparks"; duplicateMovieClip (_root.Sparks, this._name + "Sparks", _global.effectDepth++); setProperty(SparkName, _rotation , _root.HeroPointer._rotation - 90); setProperty(SparkName, _x , this._x); setProperty(SparkName, _y , this._y); _global.MakeNoise("Clang"); if (lancing) { lancing = false; bowing = true; framesExisted = 0; daddyGray.action = "reel"; } } else if ((hitTarget._name.slice(0, 5) == "Sharp") && (hitTarget.spines)) { SparkName = ("_root." + this._name) + "Sparks"; duplicateMovieClip (_root.Sparks, this._name + "Sparks", _global.effectDepth++); setProperty(SparkName, _rotation , _root.HeroPointer._rotation - 90); setProperty(SparkName, _x , this._x); setProperty(SparkName, _y , this._y); _global.MakeNoise("Clang"); if (lancing) { lancing = false; bowing = true; framesExisted = 0; daddyGray.action = "reel"; } hitTarget.killedBy = this; } else { hitTarget.killedBy = this; } } } x++; } } if (lancing) { delta_x = _x - gotoSpotX; delta_y = _y - gotoSpotY; if (Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) > speed) { _y = (_y - (speed * Math.cos(_rotation * (Math.PI/180)))); _x = (_x + (speed * Math.sin(_rotation * (Math.PI/180)))); x = 0; while (x < tendrilBits) { BitName = (("_root." + daddyGray._name) + "Bit") + x; with (eval (BitName)) { _y = _y - (speed * Math.cos(_rotation * (Math.PI/180))); _x = _x + (speed * Math.sin(_rotation * (Math.PI/180))); } x++; } } else { lancing = false; bowing = true; framesExisted = 0; daddyGray.action = "reel"; _global.MakeNoise("GraySnap"); } } else if (bowing) { if (framesExisted < 11) { speed = 4; gotoSpotX = daddyGray._x; gotoSpotY = daddyGray._y; delta_x = _x - gotoSpotX; delta_y = _y - gotoSpotY; moveRotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180); _y = (_y - (speed * Math.cos(moveRotation * (Math.PI/180)))); _x = (_x + (speed * Math.sin(moveRotation * (Math.PI/180)))); position = "leftout"; x = 0; while (x < tendrilBits) { dirRotation = moveRotation; BitName = eval ((("_root." + daddyGray._name) + "Bit") + x); if (eval ((("_root." + daddyGray._name) + "Bit") + x) == undefined) { tendrilBits--; } else { with (BitName) { switch (position) { case "leftout" : _rotation = _rotation - 4.5; position = "leftfull"; break; case "leftfull" : dirRotation = dirRotation - 20; position = "leftin"; break; case "leftin" : dirRotation = dirRotation - 20; _rotation = _rotation + 4.5; position = "leftbridge"; break; case "leftbridge" : _rotation = _rotation + 0; position = "rightout"; speed = speed - 0.5; break; case "rightout" : _rotation = _rotation + 4.5; position = "rightfull"; break; case "rightfull" : dirRotation = dirRotation + 20; position = "rightin"; break; case "rightin" : dirRotation = dirRotation + 20; _rotation = _rotation - 4.5; position = "rightbridge"; break; case "rightbridge" : _rotation = _rotation - 0; position = "leftout"; speed = speed - 0.5; } _y = _y - (speed * Math.cos(dirRotation * (Math.PI/180))); _x = _x + (speed * Math.sin(dirRotation * (Math.PI/180))); } if (daddyGray.hitTest(BitName._x, BitName._y, true)) { BitName.removeMovieClip(); tendrilBits--; } } x++; } } else { bowing = false; reeling = true; _global.MakeNoise("GrayRetract"); } } else if (reeling == true) { speed = 4; nextBit = eval (("_root." + daddyGray._name) + "Bit1"); if (nextBit == undefined) { gotoSpotX = daddyGray._x; gotoSpotY = daddyGray._y; } else { gotoSpotX = nextBit._x; gotoSpotY = nextBit._y; } delta_x = _x - gotoSpotX; delta_y = _y - gotoSpotY; moveRotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180); _y = (_y - (speed * Math.cos(moveRotation * (Math.PI/180)))); _x = (_x + (speed * Math.sin(moveRotation * (Math.PI/180)))); _rotation = (moveRotation - 180); x = 0; while (x < tendrilBits) { dirRotation = moveRotation; BitName = eval ((("_root." + daddyGray._name) + "Bit") + x); if (eval ((("_root." + daddyGray._name) + "Bit") + x) == undefined) { tendrilBits--; } else { with (BitName) { nextBit = eval ((("_root." + daddyGray._name) + "Bit") + (x + 1)); if (nextBit == undefined) { gotoSpotX = daddyGray._x; gotoSpotY = daddyGray._y; } else { gotoSpotX = nextBit._x; gotoSpotY = nextBit._y; } delta_x = _x - gotoSpotX; delta_y = _y - gotoSpotY; moveRotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180); _y = _y - (speed * Math.cos(moveRotation * (Math.PI/180))); _x = _x + (speed * Math.sin(moveRotation * (Math.PI/180))); _rotation = moveRotation - 180; } if (daddyGray.hitTest(BitName._x, BitName._y, true)) { BitName.removeMovieClip(); tendrilBits--; } } x++; } if (daddyGray.hitTest(_x, _y, true)) { x = 0; while (x < 15) { BitName = (("_root." + daddyGray._name) + "Bit") + x; if (eval (BitName) != undefined) { removeMovieClip(eval (BitName)); } x++; } if (heroSpeared != null) { removeMovieClip(heroSpeared); _global.MakeNoise("Glom"); duplicateMovieClip (_root.HeroSpearAbsorbed, daddyGray._name + "Hero", _global.effectDepth++); with (eval (("_root." + daddyGray._name) + "Hero")) { _x = daddyGray._x; _y = daddyGray._y; _rotation = daddyGray._rotation; } daddyGray._xscale = 120; daddyGray._yscale = 120; daddyGray._alpha = 75; } daddyGray.action = "none"; removeMovieClip(this); } } if (lancing && (int(framesExisted / 2) == (framesExisted / 2))) { BitName = (("_root." + daddyGray._name) + "Bit") + tendrilBits; duplicateMovieClip (_root.GrayBit, (daddyGray._name + "Bit") + tendrilBits, _global.effectDepth++); with (eval (BitName)) { _x = buildAtX; _y = buildAtY; _rotation = this._rotation; bitNumber = tendrilBits; } tendrilBits++; } framesExisted++; if (_currentframe == 16) { removeMovieClip(heroSpeared); removeMovieClip(this); } if (heroSpeared != null) { heroSpeared._x = this._x; heroSpeared._y = this._y; heroSpeared._rotation = this._rotation; } } }
Instance of Symbol 1462 MovieClip "HeroSpear" in Frame 7
onClipEvent (load) { if (_name == "HeroSpear") { stop(); } else { splats = 0; daddyGray = eval ("_root." + _name.slice(0, _name.length - 9)); } } onClipEvent (enterFrame) { if (_name != "HeroSpear") { if (_currentframe == 2) { x = 1; while (x < 3) { BloodName = (("_root." + this._name) + "Blood") + splats; duplicateMovieClip (eval ("_root.Blood" + String(random(3) + 1)), (this._name + "Blood") + splats, _global.effectDepth++); setProperty(BloodName, _rotation , (this._rotation + int(Math.random() * 40)) - 20); setProperty(BloodName, _x , this._x); setProperty(BloodName, _xscale , 40); setProperty(BloodName, _y , this._y); setProperty(BloodName, _yscale , 40); splats++; x++; } duplicateMovieClip (_root.GroundDirt, (this._name + "Spray") + splats, _global.effectDepth++); with (eval ((("_root." + this._name) + "Spray") + splats)) { _x = this._x; _y = this._y; _rotation = this._rotation - 180; } BloodColor = new Color(eval ((("_root." + this._name) + "Spray") + (splats++))); BloodColor.setRGB(11800592); } if ((_currentframe == 11) && (daddyGray.action == "lance")) { stop(); } if ((_currentframe == 11) && (daddyGray.action == "reel")) { play(); } if (_currentframe == 21) { stop(); } } }
Instance of Symbol 1494 MovieClip "HeroSpearAbsorbed" in Frame 7
onClipEvent (load) { if (_name == "HeroSpearAbsorbed") { stop(); } else { hostObject = eval ("_root." + _name.slice(0, _name.length - 4)); } } onClipEvent (enterFrame) { if (_name != "HeroSpearAbsorbed") { if (eval (hostObject) == undefined) { removeMovieClip(this); } _x = hostObject._x; _y = hostObject._y; _rotation = hostObject._rotation; } }
Instance of Symbol 607 MovieClip "Torchie" in Frame 7
onClipEvent (load) { mommy = false; if (_name == "Torchie") { mommy = true; stop(); } else { this.addProperty("speed", this.getSpeed, this.setSpeed); this.addProperty("burning", this.getBurning, this.setBurning); this.addProperty("killedBy", this.getKilledBy, this.setKilledBy); this.addProperty("exploded", this.getExploded, this.setExploded); killedBy = null; exploded = false; speed = 4; turnSpeed = 2; justBounced = 0; burning = true; littleFires = 0; framesBurned = 0; if (eval (_root.HeroPointer) != undefined) { gotoSpotX = _root.HeroPointer._x; gotoSpotY = _root.HeroPointer._y; } else { gotoSpotX = 275; gotoSpotY = 200; } delta_x = _x - gotoSpotX; delta_y = _y - gotoSpotY; _rotation = ((-Math.atan2(delta_x, delta_y)) / (Math.PI/180)); objectHitX = null; objectHitY = null; if ((((_x == -5) || (_x == 555)) || (_y == -5)) || (_y == 405)) { duplicateMovieClip (_root.Flames, _name + "Flame", _global.capDepth++); myFire = eval (("_root." + _name) + "Flame"); stop(); } } } onClipEvent (enterFrame) { if (!mommy) { if (exploded) { removeMovieClip(this); } if (SearchArray(_global.Enemies, _name) == null) { _global.Enemies.push(_name); } if (eval (myFire) == undefined) { burning = false; framesBurned = 0; play(); } else { gotoAndStop (1); burning = true; if ((framesBurned > 120) && (int(Math.random() * 100) == 1)) { duplicateMovieClip (_root.WhiteSmoke, _name + "WSmoke", _global.capDepth++); with (eval (("_root." + _name) + "WSmoke")) { _x = this._x; _y = this._y; } removeMovieClip(myFire); } } if (eval (_root.HeroPointer) != undefined) { gotoSpotX = _root.HeroPointer._x; gotoSpotY = _root.HeroPointer._y; } else if (Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) <= speed) { gotoSpotX = int(Math.random() * 540) + 6; gotoSpotY = int(Math.random() * 390) + 6; } if (burning) { if (int(framesBurned / 8) == (framesBurned / 8)) { FireName = (("_root." + this._name) + "Fire") + littleFires; duplicateMovieClip (_root.SmallFire, (this._name + "Fire") + littleFires, _global.effectDepth++); setProperty(FireName, _x , this._x); setProperty(FireName, _y , this._y); littleFires++; } } if (_global.HeroAction == "attacking") { if ((_root.HeroSlashin._currentframe > 4) && (_root.HeroSlashin._currentframe < 14)) { if (_root.HeroSwing.hittest(_x, _y, true)) { if (burning) { exploded = true; _global.MakeNoise("Explode"); if (eval (("_root." + _name) + "Shockwave") != undefined) { removeMovieClip(_root.fakeBackdrop); removeMovieClip(eval (("_root." + _name) + "Shockwave")); } duplicateMovieClip (_root.VoidPulse, _name + "Shockwave", _global.effectDepth++); with (eval (("_root." + _name) + "Shockwave")) { _x = this._x; _y = this._y; } duplicateMovieClip (_root.Blastmark, this._name + "Blastmark", _global.backgroundDepth++); with (eval (("_root." + this._name) + "Blastmark")) { _x = this._x; _y = this._y; } duplicateMovieClip (_root.Blackout, this._name + "Bright", 6000); with (eval (("_root." + this._name) + "Bright")) { _x = 275; _y = 200; _xscale = 1000; _yscale = 1000; } BlinkColor = new Color(eval (("_root." + this._name) + "Bright")); BlinkColor.setRGB(16777215); x = 1; while (x < 5) { FireName = (("_root." + this._name) + "Fire") + littleFires; duplicateMovieClip (_root.SmallFire, (this._name + "Fire") + littleFires, _global.effectDepth++); setProperty(FireName, _x , (this._x + int(Math.random() * 160)) - 80); setProperty(FireName, _y , (this._y + int(Math.random() * 160)) - 80); littleFires++; x++; } ashpuffs = int(Math.random() * 3) + 2; x = 0; while (x < ashpuffs) { duplicateMovieClip (_root.GroundDirt, (this._name + "Ash") + x, _global.effectDepth++); with (eval ((("_root." + this._name) + "Ash") + x)) { _x = this._x; _y = this._y; _rotation = int(Math.random() * 360) - 179; } AshColor = new Color(eval ((("_root." + this._name) + "Ash") + x)); AshColor.setRGB(0); x++; } FireName = ("_root." + this._name) + "BigFire"; duplicateMovieClip (_root.BigFire, this._name + "BigFire", _global.effectDepth++); setProperty(FireName, _x , this._x); setProperty(FireName, _y , this._y); if ((eval (_root.HeroPointer) != undefined) && (_global.justHit == null)) { _global.justHit = this; } x = 0; while (x < _global.Enemies.length) { if (_global.Enemies[x] != _name) { hitTarget = eval ("_root." + _global.Enemies[x]); toTargetX = _x - hitTarget._x; toTargetY = _y - hitTarget._y; targetDirection = (-Math.atan2(toTargetX, toTargetY)) / (Math.PI/180); if (Math.sqrt((toTargetX * toTargetX) + (toTargetY * toTargetY)) <= 250) { hitTarget.killedBy = this; } else { hitTarget._y = hitTarget._y - (30 * Math.cos(targetDirection * (Math.PI/180))); hitTarget._x = hitTarget._x + (30 * Math.sin(targetDirection * (Math.PI/180))); hitTarget._rotation = targetDirection; } } x++; } x = 0; while (x < _global.Hazards.length) { targetHazard = eval ("_root." + _global.Hazards[x]); if (targetHazard._name.slice(0, 5) == "Razor") { toTargetX = _x - targetHazard._x; toTargetY = _y - targetHazard._y; targetDirection = (-Math.atan2(toTargetX, toTargetY)) / (Math.PI/180); if (Math.sqrt((toTargetX * toTargetX) + (toTargetY * toTargetY)) <= 250) { targetHazard.killedBy = this; } } x++; } } else { SplatName = ("_root." + this._name) + "Splat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , (_root.HeroPointer._rotation + int(Math.random() * 61)) + 30); setProperty(SplatName, _x , this._x); setProperty(SplatName, _y , this._y); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(8207650); _global.MakeNoise("Splat"); duplicateMovieClip (_root.Bounty, _name + "Bounty", _global.markDepth++); setProperty(("_root." + _name) + "Bounty", _x , this._x); setProperty(("_root." + _name) + "Bounty", _y , this._y); BountyObject = eval (("_root." + _name) + "Bounty"); BountyObject.bounty = 28; if (SearchArray(EnemiesKilled, "Torchie") == null) { EnemiesKilled.push("Torchie"); } _visible = false; _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } } } } if (killedBy != null) { if (burning) { exploded = true; _global.MakeNoise("Explode"); duplicateMovieClip (_root.Blackout, this._name + "Bright", 6000); with (eval (("_root." + this._name) + "Bright")) { _x = 275; _y = 200; _xscale = 1000; _yscale = 1000; } BlinkColor = new Color(eval (("_root." + this._name) + "Bright")); BlinkColor.setRGB(16777215); x = 1; while (x < 5) { FireName = (("_root." + this._name) + "Fire") + littleFires; duplicateMovieClip (_root.SmallFire, (this._name + "Fire") + littleFires, _global.effectDepth++); setProperty(FireName, _x , (this._x + int(Math.random() * 160)) - 80); setProperty(FireName, _y , (this._y + int(Math.random() * 160)) - 80); littleFires++; x++; } duplicateMovieClip (_root.Blastmark, this._name + "Blastmark", _global.backgroundDepth++); with (eval (("_root." + this._name) + "Blastmark")) { _x = this._x; _y = this._y; } ashpuffs = int(Math.random() * 3) + 2; x = 0; while (x < ashpuffs) { duplicateMovieClip (_root.GroundDirt, (this._name + "Ash") + x, _global.effectDepth++); with (eval ((("_root." + this._name) + "Ash") + x)) { _x = this._x; _y = this._y; _rotation = int(Math.random() * 360) - 179; } AshColor = new Color(eval ((("_root." + this._name) + "Ash") + x)); AshColor.setRGB(0); x++; } FireName = ("_root." + this._name) + "BigFire"; duplicateMovieClip (_root.BigFire, this._name + "BigFire", _global.effectDepth++); setProperty(FireName, _x , this._x); setProperty(FireName, _y , this._y); if ((eval (_root.HeroPointer) != undefined) && (_global.justHit == null)) { _global.justHit = this; } x = 0; while (x < _global.Enemies.length) { if (_global.Enemies[x] != _name) { hitTarget = eval ("_root." + _global.Enemies[x]); toTargetX = _x - hitTarget._x; toTargetY = _y - hitTarget._y; targetDirection = (-Math.atan2(toTargetX, toTargetY)) / (Math.PI/180); if (Math.sqrt((toTargetX * toTargetX) + (toTargetY * toTargetY)) <= 250) { hitTarget.killedBy = this; } else { hitTarget._y = hitTarget._y - (30 * Math.cos(targetDirection * (Math.PI/180))); hitTarget._x = hitTarget._x + (30 * Math.sin(targetDirection * (Math.PI/180))); hitTarget._rotation = targetDirection; } } x++; } x = 0; while (x < _global.Hazards.length) { targetHazard = eval ("_root." + _global.Hazards[x]); if (targetHazard._name.slice(0, 5) == "Razor") { toTargetX = _x - targetHazard._x; toTargetY = _y - targetHazard._y; targetDirection = (-Math.atan2(toTargetX, toTargetY)) / (Math.PI/180); if (Math.sqrt((toTargetX * toTargetX) + (toTargetY * toTargetY)) <= 250) { targetHazard.killedBy = this; } } x++; } } else { toKillX = _x - killedBy._x; toKillY = _y - killedBy._y; killDir = (-Math.atan2(toKillX, toKillY)) / (Math.PI/180); killDir = killDir - 180; SplatName = ("_root." + this._name) + "Splat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , killDir); setProperty(SplatName, _x , this._x); setProperty(SplatName, _y , this._y); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(8207650); _global.MakeNoise("Splat"); _visible = false; _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } } if (justBounced == 0) { if (_root.HeroPointer.hitTest(_x, _y, true)) { justBounced = 8; bouncedOffX = _root.HeroPointer._x; bouncedOffY = _root.HeroPointer._y; _global.justHit = this; if (burning) { } } else { x = 0; while (x < _global.Enemies.length) { if (_global.Enemies[x] != _name) { hitTarget = eval ("_root." + _global.Enemies[x]); if (hitTarget.hitTest(_x, _y, true)) { justBounced = 8; bouncedOffX = hitTarget._x; bouncedOffY = hitTarget._y; if (burning) { } break; } } x++; } } if (justBounced != 0) { _global.MakeNoise("Boing"); if (_x > bouncedOffX) { BouncetoSpotX = (int(Math.random() * (550 - _x)) + _x) + 20; } else { BouncetoSpotX = int(Math.random() * _x) - 19; } if (_y > bouncedOffY) { BouncetoSpotY = (int(Math.random() * (400 - _y)) + _y) + 20; } else { BouncetoSpotY = int(Math.random() * _y) - 19; } delta_bounceX = Math.abs(_x - bouncedOffX); delta_bounceY = Math.abs(_y - bouncedOffY); if (delta_bounceX > delta_bounceY) { if (BouncetoSpotX > 275) { BouncetoSpotX = 555; } else { BouncetoSpotX = -5; } } else if (BouncetoSpotY > 200) { BouncetoSpotY = 405; } else { BouncetoSpotY = -5; } _rotation = ((-Math.atan2(_x - BouncetoSpotX, _y - BouncetoSpotY)) / (Math.PI/180)); } } else { justBounced--; } delta_x = _x - gotoSpotX; delta_y = _y - gotoSpotY; targetRotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180); if (_rotation != targetRotation) { if ((_rotation >= 0) && (targetRotation >= 0)) { if (_rotation > targetRotation) { if ((_rotation - targetRotation) > turnSpeed) { _rotation = (_rotation - turnSpeed); } else { _rotation = targetRotation; } } else if ((targetRotation - _rotation) > turnSpeed) { _rotation = (_rotation + turnSpeed); } else { _rotation = targetRotation; } } else if ((_rotation < 0) && (targetRotation < 0)) { if (_rotation > targetRotation) { if ((_rotation - targetRotation) > turnSpeed) { _rotation = (_rotation - turnSpeed); } else { _rotation = targetRotation; } } else if ((targetRotation - _rotation) > turnSpeed) { _rotation = (_rotation + turnSpeed); } else { _rotation = targetRotation; } } else if (_rotation > targetRotation) { if (_rotation < (targetRotation + 180)) { _rotation = (_rotation - turnSpeed); } else { _rotation = (_rotation + turnSpeed); } } else if (_rotation > (targetRotation - 180)) { _rotation = (_rotation + turnSpeed); } else { _rotation = (_rotation - turnSpeed); } } if ((((_y > -6) && (_x > -6)) && (_y < 406)) && (_x < 556)) { _y = (_y - (speed * Math.cos(_rotation * (Math.PI/180)))); _x = (_x + (speed * Math.sin(_rotation * (Math.PI/180)))); } else { _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } if (burning) { framesBurned++; } } }
Instance of Symbol 1499 MovieClip "GloopleBurn" in Frame 7
onClipEvent (load) { if (_name == "GloopleBurn") { stop(); } else { hostObject = eval ("_root." + _name.slice(0, _name.length - 11)); } } onClipEvent (enterFrame) { if (_name != "GloopleBurn") { _x = hostObject._x; _y = hostObject._y; if (_currentframe == 2) { if (eval (hostObject) == undefined) { removeMovieClip(this); } _x = hostObject._x; _y = hostObject._y; _rotation = hostObject._rotation; if ((hostObject._name.slice(0, 5) == "Oozle") || (hostObject._name.slice(0, 4) == "Gray")) { _xscale = 170; _yscale = 170; } if (hostObject._name.slice(0, 7) == "Clutter") { _xscale = hostObject._xscale; _yscale = hostObject._yscale; } if (hostObject._name.slice(0, 7) == "Amalgam") { _xscale = (hostObject._xscale + 70); _yscale = (hostObject._yscale + 70); } hostObject.gotoAndStop(1); hostObject.speed = 1; _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, hostObject._name), 1); } if (_currentframe == 41) { removeMovieClip(hostObject); duplicateMovieClip (_root.BlackSmoke, _name + "BSmoke", _global.capDepth++); with (eval (("_root." + _name) + "BSmoke")) { _x = this._x; _y = this._y; } } if (_currentframe == 81) { removeMovieClip(this); } } }
Instance of Symbol 1501 MovieClip "Gib1" in Frame 7
onClipEvent (load) { if (_name != "Gib1") { flyRange = int(Math.random() * 6) + 1; speed = 8; framesAtSpeed = 0; moveDirection = _rotation; rotateSpeed = int(Math.random() * 20) + 6; } } onClipEvent (enterFrame) { if (_name != "Gib1") { if (speed != 0) { _rotation = (_rotation + rotateSpeed); _y = (_y - (speed * Math.cos(moveDirection * (Math.PI/180)))); _x = (_x + (speed * Math.sin(moveDirection * (Math.PI/180)))); if (framesAtSpeed >= flyRange) { speed = speed - 1; framesAtSpeed = 0; } framesAtSpeed++; } } }
Instance of Symbol 1503 MovieClip "Gib2" in Frame 7
onClipEvent (load) { if (_name != "Gib2") { flyRange = int(Math.random() * 6) + 1; speed = 8; framesAtSpeed = 0; moveDirection = _rotation; rotateSpeed = int(Math.random() * 20) + 6; } } onClipEvent (enterFrame) { if (_name != "Gib2") { if (speed != 0) { _rotation = (_rotation + rotateSpeed); _y = (_y - (speed * Math.cos(moveDirection * (Math.PI/180)))); _x = (_x + (speed * Math.sin(moveDirection * (Math.PI/180)))); if (framesAtSpeed >= flyRange) { speed = speed - 1; framesAtSpeed = 0; } framesAtSpeed++; } } }
Instance of Symbol 1505 MovieClip "Gib3" in Frame 7
onClipEvent (load) { if (_name != "Gib3") { flyRange = int(Math.random() * 6) + 1; speed = 8; framesAtSpeed = 0; moveDirection = _rotation; rotateSpeed = int(Math.random() * 20) + 6; } } onClipEvent (enterFrame) { if (_name != "Gib3") { if (speed != 0) { _rotation = (_rotation + rotateSpeed); _y = (_y - (speed * Math.cos(moveDirection * (Math.PI/180)))); _x = (_x + (speed * Math.sin(moveDirection * (Math.PI/180)))); if (framesAtSpeed >= flyRange) { speed = speed - 1; framesAtSpeed = 0; } framesAtSpeed++; } } }
Instance of Symbol 493 MovieClip "Horror" in Frame 7
onClipEvent (load) { mommy = false; if (_name == "Horror") { mommy = true; stop(); } else { this.addProperty("speed", this.getSpeed, this.setSpeed); this.addProperty("turnSpeed", this.getTurnSpeed, this.setTurnSpeed); this.addProperty("action", this.getAction, this.setAction); speed = 1; turnSpeed = 1; justBounced = 0; action = "none"; hookCount = 10; if (eval (_root.HeroPointer) != undefined) { gotoSpotX = _root.HeroPointer._x; gotoSpotY = _root.HeroPointer._y; } else { gotoSpotX = _x + 20; gotoSpotY = _y + 20; } if ((_global.soundMode == "All") || (_global.soundMode == "FX Only")) { myWhine = new Sound(this); myWhine.attachSound("HorrorAmb"); myWhine.start(0, 100); } if (SearchArray(EnemiesSeen, "Horror") == null) { EnemiesSeen.push("Horror"); } } } onClipEvent (unload) { myWhine.stop(); } onClipEvent (enterFrame) { if (!mommy) { if (SearchArray(_global.Enemies, _name) == null) { _global.Enemies.push(_name); } if (eval (_root.HeroPointer) != undefined) { gotoSpotX = _root.HeroPointer._x; gotoSpotY = _root.HeroPointer._y; } if (_global.HeroAction == "attacking") { if ((_root.HeroSlashin._currentframe > 4) && (_root.HeroSlashin._currentframe < 14)) { if (_root.HeroSwing.hittest(_x, _y, true)) { if (action == "collect") { SplatName = ("_root." + this._name) + "Splat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , (_root.HeroPointer._rotation + int(Math.random() * 61)) + 30); setProperty(SplatName, _x , this._x); setProperty(SplatName, _y , this._y); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(2781657); _global.MakeNoise("Splat"); _global.MakeNoise("HorrorKill"); duplicateMovieClip (_root.Bounty, _name + "Bounty", _global.markDepth++); setProperty(("_root." + _name) + "Bounty", _x , this._x); setProperty(("_root." + _name) + "Bounty", _y , this._y); BountyObject = eval (("_root." + _name) + "Bounty"); BountyObject.bounty = 50; if (SearchArray(EnemiesKilled, "Horror") == null) { EnemiesKilled.push("Horror"); } _visible = false; _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } else { SparkName = ("_root." + this._name) + "Sparks"; duplicateMovieClip (_root.Sparks, this._name + "Sparks", _global.effectDepth++); setProperty(SparkName, _rotation , _root.HeroPointer._rotation - 90); setProperty(SparkName, _x , this._x); setProperty(SparkName, _y , this._y); _global.MakeNoise("Clang"); _global.HeroAction = "bounceback"; } } } } if (hitTest(_root.HeroPointer._x, _root.HeroPointer._y, false)) { _global.justHit = this; } else if (justBounced == 0) { x = 0; while (x < _global.Enemies.length) { if (_global.Enemies[x] != _name) { hitTarget = eval ("_root." + _global.Enemies[x]); if (hitTest(hitTarget._x, hitTarget._y, false)) { if (((hitTarget._name.slice(0, 7) == "Grinder") || (hitTarget.action == "gaurd")) || (hitTarget._name.slice(0, 6) == "Horror")) { justBounced = 8; bouncedOffX = hitTarget._x; bouncedOffY = hitTarget._y; break; } hitTarget.killedBy = this; } } x++; } } else if (justBounced == 8) { SparkName = ("_root." + this._name) + "Sparks"; duplicateMovieClip (_root.Sparks, this._name + "Sparks", _global.effectDepth++); setProperty(SparkName, _rotation , this._rotation); setProperty(SparkName, _x , this._x); setProperty(SparkName, _y , this._y); _global.MakeNoise("Clang"); if (_x > bouncedOffX) { BouncetoSpotX = (int(Math.random() * (550 - _x)) + _x) + 20; } else { BouncetoSpotX = int(Math.random() * _x) - 19; } if (_y > bouncedOffY) { BouncetoSpotY = (int(Math.random() * (400 - _y)) + _y) + 20; } else { BouncetoSpotY = int(Math.random() * _y) - 19; } delta_bounceX = Math.abs(_x - bouncedOffX); delta_bounceY = Math.abs(_y - bouncedOffY); if (delta_bounceX > delta_bounceY) { if (BouncetoSpotX > 275) { BouncetoSpotX = 555; } else { BouncetoSpotX = -5; } } else if (BouncetoSpotY > 200) { BouncetoSpotY = 405; } else { BouncetoSpotY = -5; } _rotation = ((-Math.atan2(_x - BouncetoSpotX, _y - BouncetoSpotY)) / (Math.PI/180)); justBounced--; } else { justBounced--; } if (killedBy != null) { if (action != "collect") { if ((killedBy._name.slice(0, 7) == "Grinder") || (killedBy.claw)) { toKillX = _x - killedBy._x; toKillY = _y - killedBy._y; killDir = (-Math.atan2(toKillX, toKillY)) / (Math.PI/180); killDir = killDir - 180; SplatName = ("_root." + this._name) + "BigSplat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "BigSplat", _global.effectDepth++); setProperty(SplatName, _rotation , killDir); setProperty(SplatName, _x , this._x); setProperty(SplatName, _xscale , 170); setProperty(SplatName, _y , this._y); setProperty(SplatName, _yscale , 170); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(2781657); _global.MakeNoise("Pop"); _global.MakeNoise("Splash"); _visible = false; _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } else { killedBy = null; } } else { SplatName = ("_root." + this._name) + "Splat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , (_root.HeroPointer._rotation + int(Math.random() * 61)) + 30); setProperty(SplatName, _x , this._x); setProperty(SplatName, _y , this._y); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(2781657); _global.MakeNoise("Splat"); _visible = false; _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } } delta_x = _x - gotoSpotX; delta_y = _y - gotoSpotY; targetRotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180); if (_rotation != targetRotation) { if ((_rotation >= 0) && (targetRotation >= 0)) { if (_rotation > targetRotation) { if ((_rotation - targetRotation) > turnSpeed) { _rotation = (_rotation - turnSpeed); } else { _rotation = targetRotation; } } else if ((targetRotation - _rotation) > turnSpeed) { _rotation = (_rotation + turnSpeed); } else { _rotation = targetRotation; } } else if ((_rotation < 0) && (targetRotation < 0)) { if (_rotation > targetRotation) { if ((_rotation - targetRotation) > turnSpeed) { _rotation = (_rotation - turnSpeed); } else { _rotation = targetRotation; } } else if ((targetRotation - _rotation) > turnSpeed) { _rotation = (_rotation + turnSpeed); } else { _rotation = targetRotation; } } else if (_rotation > targetRotation) { if (_rotation < (targetRotation + 180)) { _rotation = (_rotation - turnSpeed); } else { _rotation = (_rotation + turnSpeed); } } else if (_rotation > (targetRotation - 180)) { _rotation = (_rotation + turnSpeed); } else { _rotation = (_rotation - turnSpeed); } } if ((((_y > -6) && (_x > -6)) && (_y < 406)) && (_x < 556)) { _y = (_y - (speed * Math.cos(_rotation * (Math.PI/180)))); _x = (_x + (speed * Math.sin(_rotation * (Math.PI/180)))); } else { _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } if (Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) <= speed) { gotoSpotX = int(Math.random() * 540) + 6; gotoSpotY = int(Math.random() * 390) + 6; } if (((action == "collect") && (speed == 0)) && (Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) <= 100)) { if ((((_y > 10) && (_y < 390)) && (_x > 10)) && (_x < 540)) { _y = (_y - (2 * Math.cos((_rotation + 180) * (Math.PI/180)))); _x = (_x + (2 * Math.sin((_rotation + 180) * (Math.PI/180)))); } } if ((((action == "none") && (eval (_root.HeroPointer) != undefined)) && (_currentframe < 71)) && (_currentframe > 40)) { if (Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) >= 70) { if (int(Math.random() * 100) == 1) { gotoAndPlay (102); _global.MakeNoise("HorrorHooks"); } } } if ((((action == "none") && (eval (_root.HeroPointer) != undefined)) && (_currentframe < 71)) && (_currentframe > 40)) { if (Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) >= 150) { if (int(Math.random() * 100) == 1) { gotoAndPlay (72); _global.MakeNoise("HorrorSplit"); myWhine.stop(); myWhine.attachSound("HorrorDisk"); myWhine.start(0, 100); } } } if ((_currentframe == 21) || (_currentframe == 72)) { speed = 2; turnSpeed = 2; } else if (_currentframe == 31) { speed = 3; turnSpeed = 3; } if (_currentframe == 76) { speed = 1; turnSpeed = 1; h = 1; while (h < 5) { duplicateMovieClip (_root.HorrorDisk, (_name + "Disk") + h, _global.baddieDepth++); myDisk = eval ((("_root." + _name) + "Disk") + h); diskRotation = (_rotation + ((h - 1) * 90)) + 45; with (myDisk) { _y = this._y - (20 * Math.cos(hookRotation * (Math.PI/180))); _x = this._x + (20 * Math.sin(hookRotation * (Math.PI/180))); _rotation = diskRotation; } h++; } action = "collect"; } if (_currentframe == 91) { speed = 0; disksBack = 0; stop(); h = 1; while (h < 5) { myDisk = eval ((("_root." + _name) + "Disk") + h); toDiskX = _x - myDisk._x; toDiskY = _y - myDisk._y; if (Math.sqrt((toDiskX * toDiskX) + (toDiskY * toDiskY)) <= 15) { disksBack++; } h++; } if (disksBack == 4) { speed = 1; action = "none"; play(); removeMovieClip(eval (("_root." + _name) + "Disk1")); removeMovieClip(eval (("_root." + _name) + "Disk2")); removeMovieClip(eval (("_root." + _name) + "Disk3")); removeMovieClip(eval (("_root." + _name) + "Disk4")); } } if (_currentframe == 101) { gotoAndPlay (1); myWhine.stop(); myWhine.attachSound("HorrorAmb"); myWhine.start(0, 100); } if (_currentframe == 102) { h = 1; while (h < 9) { duplicateMovieClip (_root.HorrorHook, (_name + "Hook") + hookCount, _global.capDepth++); myHook = eval ((("_root." + _name) + "Hook") + hookCount); hookRotation = _rotation + ((h - 1) * 45); with (myHook) { _y = this._y - (30 * Math.cos(hookRotation * (Math.PI/180))); _x = this._x + (30 * Math.sin(hookRotation * (Math.PI/180))); _rotation = hookRotation; } hookCount++; if (hookCount > 99) { hookCount = 10; } h++; } } if ((_currentframe == 71) || (_currentframe == 131)) { action = "none"; speed = 3; turnSpeed = 3; gotoAndPlay (41); } } }
Instance of Symbol 1511 MovieClip "HorrorDisk" in Frame 7
onClipEvent (load) { mommy = false; if (_name == "HorrorDisk") { mommy = true; stop(); } else { this.addProperty("killedBy", this.getKilledBy, this.setKilledBy); this.addProperty("disk", this.getDisk, null); disk = true; killedBy = null; wayBack = false; speed = 8; turnSpeed = 6; speedBoost = 0; beenDead = 0; daddyHorror = eval ("_root." + _name.slice(0, _name.length - 5)); gotoAndStop (1); moveDirection = _rotation; justStruck = 0; if (eval (_root.HeroPointer) != undefined) { gotoSpotX = (_root.HeroPointer._x + int(Math.random() * 80)) - 40; gotoSpotY = (_root.HeroPointer._y + int(Math.random() * 80)) - 40; } else { gotoSpotX = 275; gotoSpotY = 200; } framesExisted = 0; } } onClipEvent (enterFrame) { if ((!mommy) && (!stuck)) { if (beenDead == 0) { _rotation = (_rotation + 30); if (framesExisted > 120) { wayBack = true; turnSpeed = 30; } } if (speedBoost > 0) { speedBoost = speedBoost - 0.5; } if (justStruck > 0) { justStruck--; } if (wayBack) { gotoSpotX = daddyHorror._x; gotoSpotY = daddyHorror._y; } if ((eval (daddyHorror) == undefined) || (beenDead > 0)) { if (beenDead == 0) { play(); speed = 0; turnSpeed = 0; speedBoost = 0; } else if (beenDead < 150) { if (_currentframe == 31) { stop(); } } else if (_alpha > 0) { _alpha = (_alpha - 5); } else { removeMovieClip(this); } beenDead++; } if (_global.HeroAction == "attacking") { if ((_root.HeroSlashin._currentframe > 4) && (_root.HeroSlashin._currentframe < 14)) { if (_root.HeroSwing.hittest(_x, _y, true)) { if ((justStruck == 0) && (beenDead == 0)) { SparkName = ("_root." + this._name) + "Sparks"; duplicateMovieClip (_root.Sparks, this._name + "Sparks", _global.effectDepth++); setProperty(SparkName, _rotation , moveDirection); setProperty(SparkName, _x , this._x); setProperty(SparkName, _y , this._y); _global.MakeNoise("Clang"); moveDirection = (_root.HeroPointer._rotation + int(Math.random() * 61)) + 30; speedBoost = 3; justStruck = 20; } } } } if (beenDead == 0) { if (_root.HeroPointer.hitTest(_x, _y, true)) { _global.justHit = this; } else { x = 0; while (x < _global.Enemies.length) { if (_global.Enemies[x] != daddyHorror._name) { hitTarget = eval ("_root." + _global.Enemies[x]); if (hitTarget.hitTest(_x, _y, false)) { if (((((hitTarget._name.slice(0, 7) == "Grinder") || (hitTarget.spines)) || (hitTarget.action == "gaurd")) || (hitTarget._name.slice(0, 6) == "Horror")) || (hitTarget._name.slice(0, 5) == "Queen")) { if (justStruck == 0) { SparkName = ("_root." + this._name) + "Sparks"; duplicateMovieClip (_root.Sparks, this._name + "Sparks", _global.effectDepth++); setProperty(SparkName, _rotation , moveDirection); setProperty(SparkName, _x , this._x); setProperty(SparkName, _y , this._y); _global.MakeNoise("Clang"); moveDirection = moveDirection - 180; speedBoost = 3; justStruck = 5; } } else { hitTarget.killedBy = this; } } } x++; } } } delta_x = _x - gotoSpotX; delta_y = _y - gotoSpotY; targetRotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180); if (moveDirection > 180) { moveDirection = moveDirection - 360; } if (moveDirection < -180) { moveDirection = moveDirection + 360; } if (moveDirection != targetRotation) { if ((moveDirection >= 0) && (targetRotation >= 0)) { if (moveDirection > targetRotation) { if ((moveDirection - targetRotation) > turnSpeed) { moveDirection = moveDirection - turnSpeed; } else { moveDirection = targetRotation; } } else if ((targetRotation - moveDirection) > turnSpeed) { moveDirection = moveDirection + turnSpeed; } else { moveDirection = targetRotation; } } else if ((moveDirection < 0) && (targetRotation < 0)) { if (moveDirection > targetRotation) { if ((moveDirection - targetRotation) > turnSpeed) { moveDirection = moveDirection - turnSpeed; } else { moveDirection = targetRotation; } } else if ((targetRotation - moveDirection) > turnSpeed) { moveDirection = moveDirection + turnSpeed; } else { moveDirection = targetRotation; } } else if (moveDirection > targetRotation) { if (moveDirection < (targetRotation + 180)) { moveDirection = moveDirection - turnSpeed; } else { moveDirection = moveDirection + turnSpeed; } } else if (moveDirection > (targetRotation - 180)) { moveDirection = moveDirection + turnSpeed; } else { moveDirection = moveDirection - turnSpeed; } } if (beenDead == 0) { _y = (_y - ((speedBoost + speed) * Math.cos(moveDirection * (Math.PI/180)))); _x = (_x + ((speedBoost + speed) * Math.sin(moveDirection * (Math.PI/180)))); if (Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) <= 30) { if (!wayBack) { gotoSpotX = daddyHorror._x; gotoSpotY = daddyHorror._y; wayBack = true; } else if (Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) <= 15) { speed = 0.5; } else { speed = 8; } } else { speed = 8; } } framesExisted++; } }
Instance of Symbol 1514 MovieClip "HorrorHook" in Frame 7
onClipEvent (load) { mommy = false; if (_name == "HorrorHook") { mommy = true; stop(); } else { this.addProperty("killedBy", this.getKilledBy, this.setKilledBy); this.addProperty("hook", this.getHook, null); hook = true; killedBy = null; framesLoose = 0; speed = 10; moveDirection = _rotation; daddyHorror = eval ("_root." + _name.slice(0, _name.length - 6)); gotoAndStop (1); } } onClipEvent (enterFrame) { if (!mommy) { if (framesLoose < 30) { _rotation = (_rotation + 30); } if (framesLoose > 0) { if (framesLoose < 30) { speed = 3; } else if (framesLoose < 90) { speed = 0; } else { removeMovieClip(this); } framesLoose++; } if ((_global.HeroAction == "attacking") && (framesLoose == 0)) { if ((_root.HeroSlashin._currentframe > 4) && (_root.HeroSlashin._currentframe < 14)) { if (_root.HeroSwing.hittest(_x, _y, true)) { SplatDir = (_root.HeroPointer._rotation + int(Math.random() * 61)) + 30; SplatName = ("_root." + this._name) + "Splat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , SplatDir); setProperty(SplatName, _x , this._x); setProperty(SplatName, _xscale , 40); setProperty(SplatName, _y , this._y); setProperty(SplatName, _yscale , 40); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(2781657); _global.MakeNoise("LilSplat"); moveDirection = SplatDir; gotoAndStop (2); framesLoose++; } } } if (framesLoose == 0) { if (_root.HeroPointer.hitTest(_x, _y, true)) { _global.justHit = this; } else { x = 0; while (x < _global.Enemies.length) { if (_global.Enemies[x] != daddyHorror._name) { hitTarget = eval ("_root." + _global.Enemies[x]); if (hitTarget.hitTest(_x, _y, false)) { Hit = hitTarget._name.slice(0, 4); if (((((((((Hit == "Bite") || ((Hit == "Shar") && (hitTarget.spines))) || (Hit == "Grin")) || (Hit == "Oozl")) || (Hit == "Gray")) || (Hit == "Void")) || (Hit == "Horr")) || (Hit == "Quee")) || ((Hit == "Amal") && (hitTarget._xscale > 70))) { SplatDir = _rotation - 180; SplatName = ("_root." + this._name) + "Splat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , SplatDir); setProperty(SplatName, _x , this._x); setProperty(SplatName, _xscale , 40); setProperty(SplatName, _y , this._y); setProperty(SplatName, _yscale , 40); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(2781657); _global.MakeNoise("LilSplat"); moveDirection = SplatDir; gotoAndStop (2); framesLoose++; } else { hitTarget.gotoAndStop(1); duplicateMovieClip (_root.BiterMorph, hitTarget._name + "Morph", _global.capDepth++); removeMovieClip(this); } } } x++; } } } if ((((_y > -6) && (_x > -6)) && (_y < 406)) && (_x < 556)) { _y = (_y - (speed * Math.cos(moveDirection * (Math.PI/180)))); _x = (_x + (speed * Math.sin(moveDirection * (Math.PI/180)))); } else { _visible = false; this.removeMovieClip(); } } }
Instance of Symbol 1519 MovieClip "BiterMorph" in Frame 7
onClipEvent (load) { if (_name == "BiterMorph") { stop(); } else { hostObject = eval ("_root." + _name.slice(0, _name.length - 5)); } } onClipEvent (enterFrame) { if (_name != "BiterMorph") { if (eval (hostObject) == undefined) { removeMovieClip(this); } _x = hostObject._x; _y = hostObject._y; _rotation = hostObject._rotation; if (_currentframe == 31) { _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, hostObject._name), 1); removeMovieClip(hostObject); duplicateMovieClip (_root.Biter, "Biter" + _root.SpawnPoint.ChildCounter, _global.baddieDepth++); with (eval ("_root.Biter" + _root.SpawnPoint.ChildCounter)) { _x = this._x; _y = this._y; _rotation = this._rotation; } _global.Enemies.push("Biter" + _root.SpawnPoint.ChildCounter); _root.SpawnPoint.ChildCounter++; removeMovieClip(this); } } }
Instance of Symbol 1529 MovieClip "HeroHooked" in Frame 7
onClipEvent (load) { if (_name == "HeroHooked") { stop(); } } onClipEvent (enterFrame) { if (_name != "HeroHooked") { if (_currentframe == 15) { stop(); } else { _y = (_y - (3 * Math.cos(_rotation * (Math.PI/180)))); _x = (_x + (3 * Math.sin(_rotation * (Math.PI/180)))); } } }
Instance of Symbol 1538 MovieClip "HeroBisect" in Frame 7
onClipEvent (load) { if (_name == "HeroBisect") { stop(); } } onClipEvent (enterFrame) { if (_name != "HeroBisect") { if (_currentframe == 15) { stop(); } } }
Instance of Symbol 1546 MovieClip "HeroDecapitate" in Frame 7
onClipEvent (load) { if (_name == "HeroDecapitate") { stop(); splat = false; } } onClipEvent (enterFrame) { if (_name != "HeroDecapitate") { if (_currentframe == 15) { stop(); if (!splat) { BloodName = ("_root." + this._name) + "Blood"; duplicateMovieClip (eval ("_root.Blood" + String(random(3) + 1)), this._name + "Blood", _global.effectDepth++); setProperty(BloodName, _rotation , this._rotation); setProperty(BloodName, _x , this._x + (10 * Math.sin(_rotation * (Math.PI/180)))); setProperty(BloodName, _xscale , 40); setProperty(BloodName, _y , this._y - (10 * Math.cos(_rotation * (Math.PI/180)))); setProperty(BloodName, _yscale , 40); splat = true; } } else { _y = (_y - (3 * Math.cos(_rotation * (Math.PI/180)))); _x = (_x + (3 * Math.sin(_rotation * (Math.PI/180)))); } } }
Instance of Symbol 1551 MovieClip "HeroHead" in Frame 7
onClipEvent (load) { if (_name != "HeroHead") { flyRange = int(Math.random() * 10) + 5; speed = 4; framesAtSpeed = 0; prints = 0; } else { stop(); } } onClipEvent (enterFrame) { if (_name != "HeroHead") { if (speed != 0) { if (_currentframe == 30) { duplicateMovieClip (_root.BloodPrint, (_name + "print") + prints, _global.backgroundDepth++); with (eval ((("_root." + _name) + "print") + prints)) { _x = this._x; _y = this._y; _rotation = this._rotation; gotoAndStop(6); } prints++; } _y = (_y - (speed * Math.cos(_rotation * (Math.PI/180)))); _x = (_x + (speed * Math.sin(_rotation * (Math.PI/180)))); if (framesAtSpeed >= flyRange) { speed = speed - 0.5; framesAtSpeed = 0; } framesAtSpeed++; } else { stop(); } } }
Instance of Symbol 1556 MovieClip "HeroTorso" in Frame 7
onClipEvent (load) { if (_name == "HeroTorso") { stop(); } else { speed = int(Math.random() * 3) + 2; } } onClipEvent (enterFrame) { if (_name != "HeroTorso") { if (_currentframe == 15) { stop(); if (speed > 0) { BloodName = ("_root." + this._name) + "Blood"; duplicateMovieClip (eval ("_root.Blood" + String(random(3) + 1)), this._name + "Blood", _global.effectDepth++); setProperty(BloodName, _rotation , _rotation + 180); setProperty(BloodName, _x , this._x); setProperty(BloodName, _xscale , 40); setProperty(BloodName, _y , this._y); setProperty(BloodName, _yscale , 40); speed = 0; } } else { _y = (_y - (Speed * Math.cos(_rotation * (Math.PI/180)))); _x = (_x + (Speed * Math.sin(_rotation * (Math.PI/180)))); } } }
Instance of Symbol 278 MovieClip "Frostie" in Frame 7
onClipEvent (load) { mommy = false; if (_name == "Frostie") { mommy = true; stop(); } else { this.addProperty("speed", this.getSpeed, this.setSpeed); this.addProperty("killedBy", this.getKilledBy, this.setKilledBy); killedBy = null; framesExisted = 0; speed = 6; turnSpeed = 4; if (eval (_root.HeroPointer) != undefined) { gotoSpotX = _root.HeroPointer._x; gotoSpotY = _root.HeroPointer._y; } else { gotoSpotX = 275; gotoSpotY = 200; } delta_x = _x - gotoSpotX; delta_y = _y - gotoSpotY; _rotation = ((-Math.atan2(delta_x, delta_y)) / (Math.PI/180)); objectHitX = null; objectHitY = null; } } onClipEvent (enterFrame) { if (!mommy) { if (SearchArray(_global.Enemies, _name) == null) { _global.Enemies.push(_name); } if (eval (_root.HeroPointer) != undefined) { gotoSpotX = _root.HeroPointer._x; gotoSpotY = _root.HeroPointer._y; } else if (Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) <= speed) { gotoSpotX = int(Math.random() * 540) + 6; gotoSpotY = int(Math.random() * 390) + 6; } if (int(framesExisted / 3) == (framesExisted / 3)) { FrostName = (("_root." + this._name) + "Frost") + littleFrosts; duplicateMovieClip (_root.Frost, (this._name + "Frost") + littleFrosts, _global.effectDepth++); setProperty(FrostName, _x , this._x); setProperty(FrostName, _y , this._y); littleFrosts++; } if (_global.HeroAction == "attacking") { if ((_root.HeroSlashin._currentframe > 4) && (_root.HeroSlashin._currentframe < 14)) { if (_root.HeroSwing.hittest(_x, _y, true)) { SplatName = ("_root." + this._name) + "Splat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , (_root.HeroPointer._rotation + int(Math.random() * 61)) + 30); setProperty(SplatName, _x , this._x); setProperty(SplatName, _y , this._y); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(16777215); duplicateMovieClip (_root.ColdBurst, this._name + "ColdBurst", _global.capDepth++); with (eval (("_root." + _name) + "ColdBurst")) { _x = this._x; _y = this._y; } _global.MakeNoise("Splat"); _global.MakeNoise("FrostiePop"); duplicateMovieClip (_root.Bounty, _name + "Bounty", _global.markDepth++); setProperty(("_root." + _name) + "Bounty", _x , this._x); setProperty(("_root." + _name) + "Bounty", _y , this._y); BountyObject = eval (("_root." + _name) + "Bounty"); BountyObject.bounty = 8; if (SearchArray(EnemiesKilled, "Frostie") == null) { EnemiesKilled.push("Frostie"); } _visible = false; _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } } } if (killedBy != null) { toKillX = _x - killedBy._x; toKillY = _y - killedBy._y; killDir = (-Math.atan2(toKillX, toKillY)) / (Math.PI/180); killDir = killDir - 180; SplatName = ("_root." + this._name) + "Splat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , killDir); setProperty(SplatName, _x , this._x); setProperty(SplatName, _y , this._y); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(16777215); duplicateMovieClip (_root.ColdBurst, this._name + "ColdBurst", _global.capDepth++); with (eval (("_root." + _name) + "ColdBurst")) { _x = this._x; _y = this._y; } _global.MakeNoise("Splat"); _global.MakeNoise("FrostiePop"); _visible = false; _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } if (_root.HeroPointer.hitTest(_x, _y, true)) { objectHitX = _root.HeroPointer._x; objectHitY = _root.HeroPointer._y; _global.justHit = this; } else { x = 0; while (x < _global.Enemies.length) { if (_global.Enemies[x] != _name) { hitTarget = eval ("_root." + _global.Enemies[x]); if (hitTarget.hitTest(_x, _y, true)) { objectHitX = hitTarget._x; objectHitY = hitTarget._y; break; } } x++; } } if (((eval (("_root." + _name) + "Flame") != undefined) || (eval (("_root." + _name) + "Morph") != undefined)) || (eval (("_root." + _name) + "GloopleMelt") != undefined)) { objectHitY = _y - (5 * Math.cos(_rotation * (Math.PI/180))); objectHitX = _x + (5 * Math.sin(_rotation * (Math.PI/180))); } if ((objectHitX != null) && (objectHitY != null)) { SplatName = ("_root." + this._name) + "Splat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , (-Math.atan2(_x - objectHitX, _y - objectHitY)) / (Math.PI/180)); setProperty(SplatName, _x , this._x); setProperty(SplatName, _y , this._y); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(16777215); duplicateMovieClip (_root.ColdBurst, this._name + "ColdBurst", _global.capDepth++); with (eval (("_root." + _name) + "ColdBurst")) { _x = this._x; _y = this._y; } _global.MakeNoise("Splat"); _global.MakeNoise("FrostiePop"); _visible = false; _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } delta_x = _x - gotoSpotX; delta_y = _y - gotoSpotY; targetRotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180); if (_rotation != targetRotation) { if ((_rotation >= 0) && (targetRotation >= 0)) { if (_rotation > targetRotation) { if ((_rotation - targetRotation) > turnSpeed) { _rotation = (_rotation - turnSpeed); } else { _rotation = targetRotation; } } else if ((targetRotation - _rotation) > turnSpeed) { _rotation = (_rotation + turnSpeed); } else { _rotation = targetRotation; } } else if ((_rotation < 0) && (targetRotation < 0)) { if (_rotation > targetRotation) { if ((_rotation - targetRotation) > turnSpeed) { _rotation = (_rotation - turnSpeed); } else { _rotation = targetRotation; } } else if ((targetRotation - _rotation) > turnSpeed) { _rotation = (_rotation + turnSpeed); } else { _rotation = targetRotation; } } else if (_rotation > targetRotation) { if (_rotation < (targetRotation + 180)) { _rotation = (_rotation - turnSpeed); } else { _rotation = (_rotation + turnSpeed); } } else if (_rotation > (targetRotation - 180)) { _rotation = (_rotation + turnSpeed); } else { _rotation = (_rotation - turnSpeed); } } if ((((_y > -6) && (_x > -6)) && (_y < 406)) && (_x < 556)) { _y = (_y - (speed * Math.cos(_rotation * (Math.PI/180)))); _x = (_x + (speed * Math.sin(_rotation * (Math.PI/180)))); } else { _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } framesExisted++; } }
Instance of Symbol 853 MovieClip [Frost] "Frost" in Frame 7
onClipEvent (load) { if (_name != "Frost") { framesExisted = 0; this._rotation = int(Math.random() * 360) - 180; } } onClipEvent (enterFrame) { if (_name != "Frost") { if (framesExisted < 30) { this._xscale--; this._yscale--; } else if (framesExisted > 59) { this._alpha = this._alpha - 10; } if (_alpha <= 0) { removeMovieClip(this); } framesExisted++; } }
Instance of Symbol 1558 MovieClip "ColdBurst" in Frame 7
onClipEvent (load) { if (_name != "ColdBurst") { framesExisted = 0; littleFrosts = 0; this._xscale = 1000; this._yscale = 1000; this._alpha = 50; _global.Hazards.push(_name); } } onClipEvent (enterFrame) { if (_name != "ColdBurst") { if (framesExisted < 6) { this._xscale = this._xscale + 100; this._yscale = this._yscale + 100; if (framesExisted > 2) { this._alpha = this._alpha - 20; } } else { _global.Hazards.splice(_root.SpawnPoint.SearchArray(_global.Hazards, _name), 1); removeMovieClip(this); } f = 1; while (f < 6) { setOutDir = int(Math.random() * 360) - 179; setOutDist = int(Math.random() * 100) + 1; FrostName = (("_root." + this._name) + "Frost") + littleFrosts; duplicateMovieClip (_root.Frost, (this._name + "Frost") + littleFrosts, _global.effectDepth++); setProperty(FrostName, _x , this._x + (setOutDist * Math.sin(setOutDir * (Math.PI/180)))); setProperty(FrostName, _y , this._y - (setOutDist * Math.cos(setOutDir * (Math.PI/180)))); littleFrosts++; f++; } if (framesExisted == 2) { if (hitTest(_root.HeroPointer._x, _root.HeroPointer._y, true)) { if (_root.HeroPointerGoo == undefined) { _global.HeroAction = "frozen"; toHero_x = _x - _root.HeroPointer._x; toHero_y = _y - _root.HeroPointer._y; heroDist = Math.sqrt((toHero_x * toHero_x) + (toHero_y * toHero_y)); _root.HeroPointer.frozenFrames = 120 - heroDist; } } x = 0; while (x < _global.Enemies.length) { if (_global.Enemies[x].slice(0, 4) == "Void") { } else if (_global.Enemies[x].slice(0, 7) == "Frostie") { } else if (_global.Enemies[x].slice(0, 7) == "Grinder") { } else if (_global.Enemies[x].slice(0, 5) == "Queen") { } else if (_global.Enemies[x].slice(0, 5) == "Razor") { } else if (eval (("_root." + _global.Enemies[x]) + "Goo") != undefined) { } else { targetEnemy = eval ("_root." + _global.Enemies[x]); if ((targetEnemy._name.slice(0, 7) == "Torchie") && targetEnemy.burning) { } else if (hitTest(targetEnemy._x, targetEnemy._y, true)) { if (targetEnemy._name.slice(targetEnemy._name.length - 6) != "Frozen") { duplicateMovieClip (_root.Frozen, targetEnemy._name + "Frozen", _global.effectDepth++); with (eval (("_root." + targetEnemy._name) + "Frozen")) { _x = targetEnemy._x; _y = targetEnemy._y; _rotation = targetEnemy._rotation; if (((targetEnemy._name.slice(0, 5) == "Oozle") || (targetEnemy._name.slice(0, 4) == "Gray")) || (targetEnemy._name.slice(0, 6) == "Horror")) { _xscale = 170; _yscale = 170; } else if (targetEnemy._name.slice(0, 7) == "Clutter") { _xscale = targetEnemy._xscale; _yscale = targetEnemy._yscale; } else if (targetEnemy._name.slice(0, 7) == "Amalgam") { _xscale = targetEnemy._xscale + 70; _xscale = targetEnemy._yscale + 70; } } } } } x++; } } framesExisted++; } }
Instance of Symbol 1561 MovieClip "Frozen" in Frame 7
onClipEvent (load) { if (_name == "Frozen") { stop(); } else { stop(); framesExisted = 0; hostObject = eval ("_root." + _name.slice(0, _name.length - 6)); hostName = hostObject._name; numDigs = 0; brokeTo = null; gimpedHorror = false; if (hostName.slice(hostName.length - 4) != Number(hostName.slice(hostName.length - 4))) { if (hostName.slice(hostName.length - 3) != Number(hostName.slice(hostName.length - 3))) { if (hostName.slice(hostName.length - 2) != Number(hostName.slice(hostName.length - 2))) { numDigs = 1; } else { numDigs = 2; } } else { numDigs = 3; } } else { numDigs = 4; } hostArch = "_root." + hostName.slice(0, hostName.length - numDigs); _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, hostName), 1); removeMovieClip(hostObject); _global.Enemies.push(_name); if (hostArch == "_root.Meltie") { framesExisted = 60; } } } onClipEvent (enterFrame) { if (_name != "Frozen") { if (_currentframe == 1) { if (_global.HeroAction == "attacking") { if ((_root.HeroSlashin._currentframe > 4) && (_root.HeroSlashin._currentframe < 14)) { if (_root.HeroSwing.hittest(_x, _y, true)) { brokeTo = (_root.HeroPointer._rotation + int(Math.random() * 61)) + 30; } } } if (killedBy != null) { toKillX = killedBy._x - _x; toKillY = killedBy._y - _y; brokeTo = (-Math.atan2(toKillX, toKillY)) / (Math.PI/180); } if (_root.HeroPointer.hitTest(_x, _y, true)) { toKillX = _root.HeroPointer._x - _x; toKillY = _root.HeroPointer._y - _y; brokeTo = (-Math.atan2(toKillX, toKillY)) / (Math.PI/180); } else { x = 0; while (x < _global.Enemies.length) { if (_global.Enemies[x] != _name) { hitTarget = eval ("_root." + _global.Enemies[x]); if (hitTarget.hitTest(_x, _y, true)) { toKillX = hitTarget._x - _x; toKillY = hitTarget._y - _y; brokeTo = (-Math.atan2(toKillX, toKillY)) / (Math.PI/180); } } x++; } } if (broketo != null) { iceNum = int(Math.random() * 6) + 8; if (_xscale > 101) { iceNum = iceNum + 5; } ice = 1; while (ice < iceNum) { IceName = (("_root." + this._name) + "Ice") + ice; duplicateMovieClip (eval ("_root.Ice" + String(random(3) + 1)), (this._name + "Ice") + Ice, _global.effectDepth++); setProperty(IceName, _rotation , (brokeTo + int(Math.random() * 100)) - 59); setProperty(IceName, _x , this._x); setProperty(IceName, _y , this._y); ice++; } FrostName = ("_root." + this._name) + "Frost"; duplicateMovieClip (_root.Frost, this._name + "Frost", _global.effectDepth++); setProperty(FrostName, _x , this._x); setProperty(FrostName, _y , this._y); _global.MakeNoise("Icebreak" + (int(Math.random() * 3) + 1)); _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); removeMovieClip(this); } } if (framesExisted > 120) { play(); } if (_currentframe == 10) { _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); duplicateMovieClip (eval (hostArch), hostName, _global.baddieDepth++); hostObject = eval ("_root." + hostName); hostObject._x = this._x; hostObject._y = this._y; hostObject._rotation = this._rotation; if (hostArch == "_root.Clutter") { hostObject._xscale = this._xscale; hostObject._yscale = this._yscale; } _global.Enemies.push(hostName); _global.Hazards.push(_name.slice(2)); } else if (_currentframe == 31) { stop(); if (framesExisted > 200) { _alpha = (_alpha - 5); } } if (_alpha <= 0) { _global.Hazards.splice(_root.SpawnPoint.SearchArray(_global.Hazards, _name.slice(2)), 1); removeMovieClip(this); } framesExisted++; } }
Instance of Symbol 1563 MovieClip "Ice1" in Frame 7
onClipEvent (load) { if (_name != "Ice1") { flyRange = int(Math.random() * 6) + 1; speed = 8; framesAtSpeed = 0; moveDirection = _rotation; rotateSpeed = int(Math.random() * 15) + 6; } } onClipEvent (enterFrame) { if (_name != "Ice1") { if (speed != 0) { _rotation = (_rotation + rotateSpeed); _y = (_y - (speed * Math.cos(moveDirection * (Math.PI/180)))); _x = (_x + (speed * Math.sin(moveDirection * (Math.PI/180)))); if (framesAtSpeed >= flyRange) { speed = speed - 1; framesAtSpeed = 0; } } else if (framesAtSpeed > 90) { if (_alpha > 0) { _alpha = (_alpha - 5); } else { removeMovieClip(this); } } framesAtSpeed++; } }
Instance of Symbol 1565 MovieClip "Ice2" in Frame 7
onClipEvent (load) { if (_name != "Ice2") { flyRange = int(Math.random() * 6) + 1; speed = 8; framesAtSpeed = 0; moveDirection = _rotation; rotateSpeed = int(Math.random() * 15) + 6; } } onClipEvent (enterFrame) { if (_name != "Ice2") { if (speed != 0) { _rotation = (_rotation + rotateSpeed); _y = (_y - (speed * Math.cos(moveDirection * (Math.PI/180)))); _x = (_x + (speed * Math.sin(moveDirection * (Math.PI/180)))); if (framesAtSpeed >= flyRange) { speed = speed - 1; framesAtSpeed = 0; } } else if (framesAtSpeed > 90) { if (_alpha > 0) { _alpha = (_alpha - 5); } else { removeMovieClip(this); } } framesAtSpeed++; } }
Instance of Symbol 1567 MovieClip "Ice3" in Frame 7
onClipEvent (load) { if (_name != "Ice3") { flyRange = int(Math.random() * 6) + 1; speed = 8; framesAtSpeed = 0; moveDirection = _rotation; rotateSpeed = int(Math.random() * 15) + 6; } } onClipEvent (enterFrame) { if (_name != "Ice3") { if (speed != 0) { _rotation = (_rotation + rotateSpeed); _y = (_y - (speed * Math.cos(moveDirection * (Math.PI/180)))); _x = (_x + (speed * Math.sin(moveDirection * (Math.PI/180)))); if (framesAtSpeed >= flyRange) { speed = speed - 1; framesAtSpeed = 0; } } else if (framesAtSpeed > 90) { if (_alpha > 0) { _alpha = (_alpha - 5); } else { removeMovieClip(this); } } framesAtSpeed++; } }
Instance of Symbol 1570 MovieClip "SwordCold" in Frame 7
onClipEvent (load) { if (_global.RazorGlaiveEquipped) { gotoAndStop (2); } else { gotoAndStop (1); } }
Instance of Symbol 1573 MovieClip "HeroFrozen" in Frame 7
onClipEvent (load) { if (_global.RazorGlaiveEquipped) { gotoAndStop (2); } else { gotoAndStop (1); } }
Instance of Symbol 1575 MovieClip "FPSdisplay" in Frame 7
onClipEvent (load) { FramesThisSecond = 0; ThisSecond = 0; LastSecond = 0; _visible = false; _root.createTextField("FPSText", _global.capDepth++, this._x, this._y, 20, 10); myText = _root.FPSText; } onClipEvent (enterFrame) { if (!_global.showFPS) { myText._visible = false; } if (myText.autoSize != "right") { myText.text = " "; myText.type = "dynamic"; myText.autoSize = "right"; myText._alpha = 75; myText.selectable = false; myFormat = new TextFormat(); myFormat.font = "Arial"; myFormat.Color = 0; myFormat.size = 18; myFormat.bold = true; myText.setTextFormat(myFormat); myText.setNewTextFormat(myFormat); } FramesThisSecond++; ThisSecond = getTimer(); if (ThisSecond >= ((LastSecond * 1000) + 1000)) { myText.text = String(FramesThisSecond); myText.Color = 16777215 /* 0xFFFFFF */; FramesThisSecond = 0; LastSecond = Math.round(ThisSecond / 1000); } else { myText.Color = 0; } }
Instance of Symbol 235 MovieClip "Amalgam" in Frame 7
onClipEvent (load) { mommy = false; if (_name == "Amalgam") { mommy = true; stop(); } else { this.addProperty("speed", this.getSpeed, this.setSpeed); this.addProperty("turnSpeed", this.getTurnSpeed, this.setTurnSpeed); this.addProperty("burnProtection", this.getBurnProtection, this.setBurnProtection); recoil = 20; stuffEaten = 0; justBounced = 0; burnProtection = 0; speed = 3; turnSpeed = 4; Splitting = false; if ((eval (_root.HeroPointer) != undefined) && (_xscale > 70)) { gotoSpotX = _root.HeroPointer._x; gotoSpotY = _root.HeroPointer._y; } else { gotoSpotX = int(Math.random() * 490) + 26; gotoSpotY = int(Math.random() * 340) + 26; } } } onClipEvent (enterFrame) { if (!mommy) { if (SearchArray(_global.Enemies, _name) == null) { _global.Enemies.push(_name); } if ((eval (_root.HeroPointer) != undefined) && (_xscale > 70)) { gotoSpotX = _root.HeroPointer._x; gotoSpotY = _root.HeroPointer._y; } speed = 3 + (0.1 * ((100 - _xscale) / 5)); turnSpeed = 4 + (0.2 * ((100 - _xscale) / 5)); if (turnSpeed < 1) { turnSpeed = 1; } if (burnProtection > 0) { burnProtection--; } if (recoil > 0) { recoil--; speed = speed / 2; turnSpeed = turnSpeed / 2; } if (_global.HeroAction == "attacking") { if ((_root.HeroSlashin._currentframe > 4) && (_root.HeroSlashin._currentframe < 14)) { if (_root.HeroSwing.hittest(_x, _y, true) && (recoil == 0)) { recoil = 20; _xscale = (_xscale - 10); _yscale = (_yscale - 10); if (_global.RazorGlaiveEquipped) { _xscale = (_xscale - 10); _yscale = (_yscale - 10); } SplatNum = "Splat" + String(random(20)); SplatName = ("_root." + this._name) + SplatNum; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + SplatNum, _global.effectDepth++); setProperty(SplatName, _rotation , (_root.HeroPointer._rotation + int(Math.random() * 61)) + 30); setProperty(SplatName, _x , this._x); setProperty(SplatName, _y , this._y); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(11589714); _global.MakeNoise("Slice"); if (_xscale == 70) { gotoSpotX = int(Math.random() * 490) + 26; gotoSpotY = int(Math.random() * 340) + 26; } if (_xscale < 50) { _global.MakeNoise("Splat"); duplicateMovieClip (_root.Bounty, _name + "Bounty", _global.markDepth++); setProperty(("_root." + _name) + "Bounty", _x , this._x); setProperty(("_root." + _name) + "Bounty", _y , this._y); BountyObject = eval (("_root." + _name) + "Bounty"); BountyObject.bounty = 30; if (SearchArray(EnemiesKilled, "Amalgam") == null) { EnemiesKilled.push("Amalgam"); } _visible = false; _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } else if (_xscale >= 70) { if ((int(Math.random() * 2) + 1) == 1) { SpitDir = (_root.HeroPointer._rotation + int(Math.random() * 61)) + 30; KidName = "Amalgam" + String(_root.SpawnPoint.ChildCounter++); duplicateMovieClip (_root.Amalgam, KidName, _global.baddieDepth++); with (eval ("_root." + KidName)) { _x = this._x + ((_xscale - 50) * Math.sin(SpitDir * (Math.PI/180))); _y = this._y - ((_xscale - 50) * Math.cos(SpitDir * (Math.PI/180))); _xscale = 50; _yscale = 50; _rotation = SpitDir; } _global.Enemies.push(KidName); } } } } } if (hitTest(_root.HeroPointer._x, _root.HeroPointer._y, true)) { if (_xscale > 70) { _global.justHit = this; } else if (justBounced == 0) { justBounced = 8; bouncedOffX = _root.HeroPointer._x; bouncedOffY = _root.HeroPointer._y; _global.justHit = this; } } else { x = 0; while (x < _global.Enemies.length) { if (_global.Enemies[x] != _name) { hitTarget = eval ("_root." + _global.Enemies[x]); if (hitTest(hitTarget._x, hitTarget._y, true)) { TouchWhat = hitTarget._name.slice(0, 4); if (((((TouchWhat == "Quee") || (TouchWhat == "Grin")) || (TouchWhat == "Void")) || (TouchWhat == "Horr")) || (((TouchWhat == "Amal") && (hitTarget._xscale > 90)) && (_xscale > 90))) { if (justBounced == 0) { justBounced = 8; bouncedOffX = hitTarget._x; bouncedOffY = hitTarget._y; } } else { _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, hitTarget._name), 1); duplicateMovieClip (_root.Absorbing, "Yum" + String(stuffEaten), _global.effectDepth++); Slurp = eval ("_root.Yum" + String(stuffEaten++)); with (Slurp) { _x = hitTarget._x; _y = hitTarget._y; _rotation = (-Math.atan2(this._x - hitTarget._x, this._y - hitTarget._y)) / (Math.PI/180); } if ((TouchWhat == "Gray") || (TouchWhat == "Oozl")) { with (Slurp) { _xscale = 170; _yscale = 170; } } _global.MakeNoise("Glom"); _xscale = (_xscale + 10); _yscale = (_yscale + 10); if (((TouchWhat == "Gray") || (TouchWhat == "Oozl")) || ((TouchWhat == "Amal") && (hitTarget._xscale > 70))) { _xscale = (_xscale + 20); _yscale = (_yscale + 20); } removeMovieClip(hitTarget); } } } x++; } } if (killedBy != null) { killName = killedBy._name.slice(0, 4); if (((((killName == "Horr") || (killedBy.exploded)) || (killedBy.claw)) || (killName == "Grin")) || (killName == "Razo")) { toKillX = _x - killedBy._x; toKillY = _y - killedBy._y; killDir = (-Math.atan2(toKillX, toKillY)) / (Math.PI/180); killDir = killDir - 180; if (_xscale > 70) { SplatName = ("_root." + this._name) + "BigSplat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "BigSplat", _global.effectDepth++); setProperty(SplatName, _rotation , killDir); setProperty(SplatName, _x , this._x); setProperty(SplatName, _xscale , 170); setProperty(SplatName, _y , this._y); setProperty(SplatName, _yscale , 170); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(11589714); _global.MakeNoise("Pop"); _global.MakeNoise("Splash"); } else { SplatNum = "Splat" + String(random(20)); SplatName = ("_root." + this._name) + SplatNum; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + SplatNum, _global.effectDepth++); setProperty(SplatName, _rotation , (_root.HeroPointer._rotation + int(Math.random() * 61)) + 30); setProperty(SplatName, _x , this._x); setProperty(SplatName, _y , this._y); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(11589714); _global.MakeNoise("Splat"); } _visible = false; _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } } if ((justBounced != 0) && (bouncedOffX != null)) { _global.MakeNoise("Boing"); if (_x > bouncedOffX) { BouncetoSpotX = (int(Math.random() * (550 - _x)) + _x) + 20; } else { BouncetoSpotX = int(Math.random() * _x) - 19; } if (_y > bouncedOffY) { BouncetoSpotY = (int(Math.random() * (400 - _y)) + _y) + 20; } else { BouncetoSpotY = int(Math.random() * _y) - 19; } delta_bounceX = Math.abs(_x - bouncedOffX); delta_bounceY = Math.abs(_y - bouncedOffY); if (delta_bounceX > delta_bounceY) { if (BouncetoSpotX > 275) { BouncetoSpotX = 555; } else { BouncetoSpotX = -5; } } else if (BouncetoSpotY > 200) { BouncetoSpotY = 405; } else { BouncetoSpotY = -5; } _rotation = ((-Math.atan2(_x - BouncetoSpotX, _y - BouncetoSpotY)) / (Math.PI/180)); bouncedOffX = null; } else if (justBounced > 0) { justBounced--; } delta_x = _x - gotoSpotX; delta_y = _y - gotoSpotY; targetRotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180); if (_rotation != targetRotation) { if ((_rotation >= 0) && (targetRotation >= 0)) { if (_rotation > targetRotation) { if ((_rotation - targetRotation) > turnSpeed) { _rotation = (_rotation - turnSpeed); } else { _rotation = targetRotation; } } else if ((targetRotation - _rotation) > turnSpeed) { _rotation = (_rotation + turnSpeed); } else { _rotation = targetRotation; } } else if ((_rotation < 0) && (targetRotation < 0)) { if (_rotation > targetRotation) { if ((_rotation - targetRotation) > turnSpeed) { _rotation = (_rotation - turnSpeed); } else { _rotation = targetRotation; } } else if ((targetRotation - _rotation) > turnSpeed) { _rotation = (_rotation + turnSpeed); } else { _rotation = targetRotation; } } else if (_rotation > targetRotation) { if (_rotation < (targetRotation + 180)) { _rotation = (_rotation - turnSpeed); } else { _rotation = (_rotation + turnSpeed); } } else if (_rotation > (targetRotation - 180)) { _rotation = (_rotation + turnSpeed); } else { _rotation = (_rotation - turnSpeed); } } _y = (_y - (speed * Math.cos(_rotation * (Math.PI/180)))); _x = (_x + (speed * Math.sin(_rotation * (Math.PI/180)))); if (Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) <= speed) { gotoSpotX = int(Math.random() * 490) + 26; gotoSpotY = int(Math.random() * 340) + 26; } if (_currentframe == 61) { if ((_xscale > 130) && ((int(Math.random() * 5) + 1) == 1)) { Splitting = true; } else { gotoAndPlay (1); } } if (_currentframe == 81) { SplatNum = "Splat" + String(random(20)); SplatName = ("_root." + this._name) + SplatNum; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + SplatNum, _global.effectDepth++); setProperty(SplatName, _rotation , this._rotation); setProperty(SplatName, _x , this._x); setProperty(SplatName, _y , this._y); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(11589714); _global.MakeNoise("Splat"); SpitDir = _rotation + 90; newSize = _xscale * 0.8; newSize = int(newSize / 5) * 5; KidName = "Amalgam" + String(_root.SpawnPoint.ChildCounter++); duplicateMovieClip (_root.Amalgam, KidName, _global.baddieDepth++); with (eval ("_root." + KidName)) { _x = this._x + ((newSize / 2) * Math.sin(SpitDir * (Math.PI/180))); _y = this._y - ((newSize / 2) * Math.cos(SpitDir * (Math.PI/180))); _xscale = newSize; _yscale = newSize; _rotation = SpitDir; } _global.Enemies.push(KidName); _rotation = (_rotation - 90); _xscale = newSize; _yscale = newSize; _x = (_x + ((oldSize / 2) * Math.sin(_rotation * (Math.PI/180)))); _y = (_y - ((oldSize / 2) * Math.cos(_rotation * (Math.PI/180)))); Splitting = false; gotoAndPlay (1); } } }
Instance of Symbol 1578 MovieClip "Absorbing" in Frame 7
onClipEvent (load) { if (_name == "Absorbing") { stop(); } } onClipEvent (enterFrame) { if (_name != "Absorbing") { if (_currentframe == 16) { removeMovieClip(this); } } }
Instance of Symbol 1592 MovieClip "QueenLarva" in Frame 7
onClipEvent (load) { mommy = false; if (_name == "QueenLarva") { mommy = true; stop(); } else { this.addProperty("killedBy", this.getKilledBy, this.setKilledBy); killedBy = null; nearTarget = 0; speed = 1; turnSpeed = 2; _rotation = (int(Math.random() * 360) - 179); mommyQueen = eval ("_root." + _name.slice(0, _name.length - 6)); gotoSpotX = 275; gotoSpotY = 200; } } onClipEvent (enterFrame) { if (!mommy) { if (int(Math.random() * 200) == 1) { _global.MakeNoise("LarvaSpawn"); } if (_global.HeroAction == "attacking") { if ((_root.HeroSlashin._currentframe > 4) && (_root.HeroSlashin._currentframe < 14)) { if (_root.HeroSwing.hittest(_x, _y, true)) { SplatName = ("_root." + this._name) + "Splat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , (_root.HeroPointer._rotation + int(Math.random() * 61)) + 30); setProperty(SplatName, _x , this._x); setProperty(SplatName, _xscale , 40); setProperty(SplatName, _y , this._y); setProperty(SplatName, _yscale , 40); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(16206387); _global.MakeNoise("LarvaCrunch"); mommyQueen.larva--; this.removeMovieClip(); } } } nearTarget = 1000; if (_root.HeroPointer.hitTest(_x, _y, true)) { SplatName = ("_root." + this._name) + "Splat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , (_root.HeroPointer._rotation + int(Math.random() * 61)) + 30); setProperty(SplatName, _x , this._x); setProperty(SplatName, _xscale , 40); setProperty(SplatName, _y , this._y); setProperty(SplatName, _yscale , 40); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(16206387); _global.MakeNoise("LarvaCrunch"); mommyQueen.larva--; this.removeMovieClip(); } else { x = 0; while (x < _global.Enemies.length) { if (_global.Enemies[x] != mommyQueen._name) { hitTarget = eval ("_root." + _global.Enemies[x]); Targ = hitTarget._name.slice(0, 4); if (hitTarget.hitTest(_x, _y, false)) { if (((((((Targ == "Grin") || (hitTarget.spines)) || (hitTarget.action == "gaurd")) || (Targ == "Horr")) || (Targ == "Quee")) || (Targ == "Razo")) || (Targ == "Void")) { SplatName = ("_root." + this._name) + "Splat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , (_root.HeroPointer._rotation + int(Math.random() * 61)) + 30); setProperty(SplatName, _x , this._x); setProperty(SplatName, _xscale , 40); setProperty(SplatName, _y , this._y); setProperty(SplatName, _yscale , 40); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(16206387); _global.MakeNoise("LarvaCrunch"); mommyQueen.larva--; this.removeMovieClip(); } else if (eval (("_root." + hitTarget._name) + "Seed") == undefined) { duplicateMovieClip (_root.QueenSeed, hitTarget._name + "Seed", _global.effectDepth++); seedName = eval (("_root." + hitTarget._name) + "Seed"); seedName.mommyQueen = mommyQueen; hitTarget._alpha = 70; mommyQueen.larva--; this.removeMovieClip(); } } else if (((((Targ != "Grin") && (Targ != "Horr")) && (Targ != "Gray")) && (Targ != "Razo")) && (Targ != "Void")) { deltaX = _x - hitTarget._x; deltaY = _y - hitTarget._y; toGloople = Math.sqrt((deltaX * deltaX) + (deltaY * deltaY)); if (toGloople < nearTarget) { gotoSpotX = hitTarget._x; gotoSpotY = hitTarget._y; nearTarget = toGloople; } } } x++; } } delta_x = _x - gotoSpotX; delta_y = _y - gotoSpotY; targetRotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180); if (_rotation != targetRotation) { if ((_rotation >= 0) && (targetRotation >= 0)) { if (_rotation > targetRotation) { if ((_rotation - targetRotation) > turnSpeed) { _rotation = (_rotation - turnSpeed); } else { _rotation = targetRotation; } } else if ((targetRotation - _rotation) > turnSpeed) { _rotation = (_rotation + turnSpeed); } else { _rotation = targetRotation; } } else if ((_rotation < 0) && (targetRotation < 0)) { if (_rotation > targetRotation) { if ((_rotation - targetRotation) > turnSpeed) { _rotation = (_rotation - turnSpeed); } else { _rotation = targetRotation; } } else if ((targetRotation - _rotation) > turnSpeed) { _rotation = (_rotation + turnSpeed); } else { _rotation = targetRotation; } } else if (_rotation > targetRotation) { if (_rotation < (targetRotation + 180)) { _rotation = (_rotation - turnSpeed); } else { _rotation = (_rotation + turnSpeed); } } else if (_rotation > (targetRotation - 180)) { _rotation = (_rotation + turnSpeed); } else { _rotation = (_rotation - turnSpeed); } } if ((((_y > -6) && (_x > -6)) && (_y < 406)) && (_x < 556)) { _y = (_y - (speed * Math.cos(_rotation * (Math.PI/180)))); _x = (_x + (speed * Math.sin(_rotation * (Math.PI/180)))); } else { mommyQueen.larva--; this.removeMovieClip(); } } }
Instance of Symbol 1594 MovieClip "GameControl" in Frame 7
onClipEvent (load) { deadFor = null; GlooplesInGame = 0; _global.BossOnDeck = false; frameInterval = interval * 30; UserClicked = false; SwordUnlockStatus = 0; if (_global.RazorGlaiveUnlocked) { SwordUnlockStatus = 2; } if (_global.gameMode == "Single") { _global.KillsLeft = _global.NestSize; foundQueen = false; _global.ClearTime = 0; _root.attachMovie("Nest Counter", "NestCount", 6500); with (_root.NestCount) { _x = 135; _y = 380; } } if (_global.gameMode == "Practice") { _root.attachMovie("To Exit Practice", "ExitSign", 6500); with (_root.ExitSign) { _x = 270; _y = 380; ExitBlink = true; } } _global.playSong("juke"); } onClipEvent (mouseDown) { if (ClearTime > 160) { UserClicked = true; } } onClipEvent (enterFrame) { if (_global.RazorGlaiveUnlocked && (SwordUnlockStatus == 0)) { SwordUnlockStatus = 1; } switch (_global.gameMode) { case "Bounty" : if ((GameTime > (interval * GlooplesInGame)) && (GlooplesInGame < _global.EnemySet.length)) { _global.activeEnemies.push(_global.EnemySet[GlooplesInGame]); GlooplesInGame++; } if (GlooplesInGame > (_global.EnemySet.length / 2)) { if (((int(framesElapsed / frameInterval) == (framesElapsed / frameInterval)) && (!_global.BossOnDeck)) && (int(Math.random() * 15) == 1)) { _global.activeEnemies.push("Amalgam"); _global.BossOnDeck = true; } } if (GlooplesInGame == _global.EnemySet.length) { if (((int(framesElapsed / (frameInterval * 2)) == (framesElapsed / (frameInterval * 2))) && (!_global.BossOnDeck)) && (int(Math.random() * 5) == 1)) { if ((_global.EnemiesSeen.length >= 17) && ((int(Math.random() * 100) + 1) <= 20)) { _global.activeEnemies.push("RazorQueen"); } else { _global.activeEnemies.push("Queen"); } _global.BossOnDeck = true; } } break; case "Single" : if ((GameTime > (30 * GlooplesInGame)) && (GlooplesInGame < _global.EnemySet.length)) { _global.activeEnemies.push(_global.EnemySet[GlooplesInGame]); GlooplesInGame++; } if (KillsLeft < (NestSize / 2)) { if (((int(framesElapsed / frameInterval) == (framesElapsed / frameInterval)) && (!_global.BossOnDeck)) && (int(Math.random() * 15) == 1)) { _global.activeEnemies.push("Amalgam"); _global.BossOnDeck = true; } } if (KillsLeft <= (NestSize / 10)) { if (((((framesElapsed / 30) == (GameTime + 1)) && (!foundQueen)) && (int(Math.random() * 400) < (interval / 10))) && (!_global.BossOnDeck)) { if ((_global.EnemiesSeen.length >= 17) && ((int(Math.random() * 100) + 1) <= 35)) { _global.activeEnemies.push("RazorQueen"); } else { _global.activeEnemies.push("Queen"); } _global.BossOnDeck = true; foundQueen = true; } } if ((KillsLeft == 0) && (_global.Enemies.length == 0)) { if (ClearTime == 0) { _root.attachMovie("Clear Message", "AllClear", 7001); with (_root.AllClear) { _x = 270; _y = 180; _alpha = 0; } _global.MakeNoise("Victory!"); } else if (ClearTime == 60) { clearBonus = interval * 20; _global.Score = _global.Score + clearBonus; CP = String(random(300)); duplicateMovieClip (_root.Bounty, (_name + "Plus") + CP, _global.markDepth++); setProperty((("_root." + _name) + "Plus") + CP, _x , _root.ScoreDisplay._x - 20); setProperty((("_root." + _name) + "Plus") + CP, _y , _root.ScoreDisplay._y); BountyObject = eval ((("_root." + _name) + "Plus") + CP); BountyObject.bounty = "+" + String(clearBonus); _root.attachMovie("Nest Clear Bonus", "BonusPoints", 7002); with (_root.BonusPoints) { _x = 270; _y = 100; } _global.MakeNoise("Kaching"); } else if (ClearTime == 90) { if (SwordUnlockStatus == 1) { _root.attachMovie("New Weapon Unlocked!", "NewWeapon", 7004); with (_root.NewWeapon) { _x = 270; _y = 50; } } } else if (ClearTime == 130) { if (_global.Score > _global.SingleNestHighScore) { _global.SingleNestHighScore = _global.Score; _root.attachMovie("New High Score!", "NewHigh", 7005); with (_root.NewHigh) { _x = 270; _y = 280; } } } else if (ClearTime == 160) { _root.attachMovie("Click to Exit", "ClickExit", 7007); with (_root.ClickExit) { _x = 270; _y = 380; } } else if (ClearTime > 160) { if (UserClicked) { _global.unbuildTo = "Menu"; } if (ExitBlink) { if (_root.ClickExit._alpha > 0) { _root.ClickExit._alpha = _root.ClickExit._alpha - 2; } else { ExitBlink = false; } } else if (_root.ClickExit._alpha < 100) { _root.ClickExit._alpha = _root.ClickExit._alpha + 2; } else { ExitBlink = true; } } if (_root.AllClear._alpha < 100) { _root.AllClear._alpha = _root.AllClear._alpha + 5; _root.NestCount._alpha = _root.NestCount._alpha - 5; } _global.ClearTime++; } break; case "Practice" : if (!SetPracticeFoes) { x = 1; while (x <= _global.PracticeEnemies.length) { _global.activeEnemies.push(_global.PracticeEnemies[x - 1]); x++; } SetPracticeFoes = true; _global.BossOnDeck = true; } else if ((framesElapsed / 150) == int(framesElapsed / 150)) { x = 1; while (x <= _global.PracticeEnemies.length) { switch (PracticeEnemies[x - 1]) { case "RazorQueen" : remake = true; y = 0; while (y < Enemies.length) { if (Enemies[y].slice(0, 5) == "Razor") { remake = false; } y++; } if (remake) { _global.activeEnemies.push("RazorQueen"); } break; case "Queen" : remake = true; y = 0; while (y < Enemies.length) { if (Enemies[y].slice(0, 5) == "Queen") { remake = false; } y++; } if (remake) { if (!BossOnDeck) { _global.activeEnemies.push("Queen"); _global.BossOnDeck = true; } } break; case "VoidEater" : remake = true; y = 0; while (y < Enemies.length) { if (Enemies[y].slice(0, 4) == "Void") { remake = false; } y++; } if (remake) { _global.activeEnemies.push("VoidEater"); } break; case "Amalgam" : remake = true; y = 0; while (y < Enemies.length) { if (Enemies[y].slice(0, 7) == "Amalgam") { remake = false; } y++; } if (remake) { _global.activeEnemies.push("Amalgam"); } break; case "Horror" : remake = true; y = 0; while (y < Enemies.length) { if (Enemies[y].slice(0, 6) == "Horror") { remake = false; } y++; } if (remake) { _global.activeEnemies.push("Horror"); } break; case "Gray" : remake = true; y = 0; while (y < Enemies.length) { if (Enemies[y].slice(0, 4) == "Gray") { remake = false; } y++; } if (!remake) { break; } _global.activeEnemies.push("Gray"); } x++; } } if (ExitBlink) { if (_root.ExitSign._alpha > 0) { _root.ExitSign._alpha = _root.ExitSign._alpha - 2; } else { ExitBlink = false; } } else if (_root.ExitSign._alpha < 100) { _root.ExitSign._alpha = _root.ExitSign._alpha + 2; } else { ExitBlink = true; } } if (HeroKilled) { if (deadFor == null) { deadFor = 100; } if ((deadFor == 100) && (_global.gameMode != "Practice")) { RazorQueenisOut = false; x = 0; while (x < _global.Enemies.length) { if (_global.Enemies[x].slice(0, 5) == "Razor") { RazorQueenisOut = true; } x++; } if (RazorQueenisOut) { if (_global.Rematch) { _global.RematchesLeft--; } else { _global.RematchesLeft = 3; } } else { _global.RematchesLeft = 0; } _global.Rematch = false; } if ((gameMode == "Single") && (deadFor == 40)) { if (_global.Score > _global.SingleNestHighScore) { _global.SingleNestHighScore = _global.Score; _root.attachMovie("New High Score!", "NewHigh", 7005); with (_root.NewHigh) { _x = 270; _y = 280; } } } if (((gameMode == "Single") && (deadFor == 70)) && (SwordUnlockStatus == 1)) { _root.attachMovie("New Weapon Unlocked!", "NewWeapon", 7004); with (_root.NewWeapon) { _x = 270; _y = 50; } } if ((gameMode == "Bounty") && (deadFor == 40)) { if (_global.Score > _global.BountyRunHighScore) { _global.BountyRunHighScore = _global.Score; _root.attachMovie("New High Score!", "NewHigh", 7005); with (_root.NewHigh) { _x = 270; _y = 280; } } } if (((gameMode == "Bounty") && (deadFor == 70)) && (SwordUnlockStatus == 1)) { _root.attachMovie("New Weapon Unlocked!", "NewWeapon", 7004); with (_root.NewWeapon) { _x = 270; _y = 50; } } if (deadFor > 0) { deadFor--; } else if (eval (_root.DeathPop) == undefined) { _root.attachMovie("Death Popup", "DeathPop", 7001); with (_root.DeathPop) { _x = 270; _y = 200; } } } if (_global.unbuildTo != null) { x = 1; while (x < 7100) { _root.createEmptyMovieClip("Cleaner", x); removeMovieClip(_root.Cleaner); x++; } _global.Enemies.splice(0); _global.Hazards.splice(0); _global.activeEnemies.splice(0); _global.GameTime = 0; soundkill = new Sound(); soundkill.stop(); if (unbuildTo == "Menu") { _global.unbuildTo = null; _level0.gotoAndStop(5); } else { _global.unbuildTo = null; _level0.prevFrame(); } } x = 0; while (x < _global.Enemies.length) { if (eval ("_root." + _global.Enemies[x]) == undefined) { _global.Enemies.splice(x, 1); } x++; } x = 0; while (x < _global.Hazards.length) { if (eval ("_root." + _global.Hazards[x]) == undefined) { _global.Hazards.splice(x, 1); } x++; } }
Instance of Symbol 1596 MovieClip "GroundPebble" in Frame 7
onClipEvent (load) { if (_name != "GroundPebble") { flyRange = int(Math.random() * 10) + 5; speed = 4; framesAtSpeed = 0; moveDirection = _rotation; myScale = int(Math.random() * 30) + 50; _xscale = myScale; _yscale = myScale; } } onClipEvent (enterFrame) { if (_name != "GroundPebble") { if (speed == 4) { } if (speed != 0) { if ((_rotation + 20) > 179) { _rotation = (_rotation - 340); } else { _rotation = (_rotation + 20); } _y = (_y - (speed * Math.cos(moveDirection * (Math.PI/180)))); _x = (_x + (speed * Math.sin(moveDirection * (Math.PI/180)))); if (framesAtSpeed >= flyRange) { speed = speed - 1; framesAtSpeed = 0; } } else if (framesAtSpeed >= 30) { removeMovieClip(this); } framesAtSpeed++; } }
Instance of Symbol 1598 MovieClip "GroundDust" in Frame 7
onClipEvent (load) { if (_name != "GroundDust") { framesExisted = 0; this._rotation = int(Math.random() * 360) - 180; } } onClipEvent (enterFrame) { if (_name != "GroundDust") { if (_alpha == 100) { _alpha = 50; } if (framesExisted < 100) { if ((framesExisted / 5) == int(framesExisted / 5)) { this._xscale++; this._yscale++; } this._x = this._x + 1; this._y = this._y - 1; if (framesExisted > 89) { this._alpha = this._alpha - 5; } } else { removeMovieClip(this); } framesExisted++; } }
Instance of Symbol 1600 MovieClip "RazorQuill" in Frame 7
onClipEvent (load) { mommy = false; if (_name == "RazorQuill") { mommy = true; stop(); } else { this.addProperty("killedBy", this.getKilledBy, this.setKilledBy); this.addProperty("quill", this.getQuill, null); quill = true; this.addProperty("claw", this.getClaw, null); claw = true; killedBy = null; framesExisted = 0; speed = 0; Loose = false; _yscale = 40; mommyQueen = eval ("_root." + _name.slice(0, _name.length - 7)); myAim = _rotation - mommyQueen._rotation; if (myAim > 180) { myAim = myAim - 360; } if (myAim < 180) { myAim = myAim + 360; } if (int(Math.random() * 2) == 1) { _xscale = -100; } } } onClipEvent (enterFrame) { if (!mommy) { ColPtY = _y - (18 * Math.cos(_rotation * (Math.PI/180))); ColPtX = _x + (18 * Math.sin(_rotation * (Math.PI/180))); if (!Loose) { _y = mommyQueen._y; _x = mommyQueen._x; _rotation = (mommyQueen._rotation + myAim); if (framesExisted < 30) { _yscale = (_yscale + 2); } else if (framesExisted == 45) { duplicateMovieClip (_root.QuillPop, _name + "Pop", _global.effectDepth++); with (eval (("_root." + _name) + "Pop")) { _x = ColPtX; _y = ColPtY; _rotation = this._rotation; } _global.MakeNoise("LilSplat"); Loose = true; speed = 15; _yscale = 100; } } if (_global.HeroAction == "attacking") { if ((_root.HeroSlashin._currentframe > 4) && (_root.HeroSlashin._currentframe < 14)) { if (_root.HeroSwing.hittest(ColPtX, ColPtY, true)) { if (Loose) { pieces = int(Math.random() * 2) + 3; x = 1; while (x <= pieces) { duplicateMovieClip (eval ("_root.BoneChip" + String(random(2) + 1)), (this._name + "Chip") + x, _global.effectDepth++); with (eval ((("_root." + _name) + "Chip") + x)) { _x = (ColPtX + int(Math.random() * 20)) - 10; _y = (ColPtY + int(Math.random() * 20)) - 10; _rotation = (_root.HeroPointer._rotation + int(Math.random() * 140)) + 70; } x++; } SparkName = ("_root." + this._name) + "Sparks"; duplicateMovieClip (_root.Sparks, this._name + "Sparks", _global.effectDepth++); setProperty(SparkName, _rotation , _root.HeroPointer._rotation + 80); setProperty(SparkName, _x , ColPtX); setProperty(SparkName, _y , ColPtY); _global.MakeNoise("Shatter"); this.removeMovieClip(); } else { SparkName = ("_root." + this._name) + "Sparks"; duplicateMovieClip (_root.Sparks, this._name + "Sparks", _global.effectDepth++); setProperty(SparkName, _rotation , moveDirection); setProperty(SparkName, _x , ColPtX); setProperty(SparkName, _y , ColPtY); _global.MakeNoise("Clang"); _global.HeroAction = "bounceback"; } } } } if (_root.HeroPointer.hitTest(ColPtX, ColPtY, true)) { if (Loose) { _global.justHit = this; duplicateMovieClip (_root.HeroQuilled, _name + "Hit", _global.heroDepth++); myHit = eval (("_root." + _name) + "Hit"); with (myHit) { _x = this._x; _y = this._y; _rotation = this._rotation; } } } else { x = 0; while (x < _global.Enemies.length) { if (_global.Enemies[x] != mommyQueen._name) { hitTarget = eval ("_root." + _global.Enemies[x]); if (hitTarget.hitTest(ColPtX, ColPtY, true)) { Hit = hitTarget._name.slice(0, 4); if (((hitTarget.spines || (Hit == "Grin")) || ((Hit == "Gray") && (hitTarget.action == "gaurd"))) || ((Hit == "Horr") && (hitTarget.action != "collect"))) { _rotation = (_rotation - 180); pieces = int(Math.random() * 2) + 3; x = 1; while (x <= pieces) { duplicateMovieClip (eval ("_root.BoneChip" + String(random(2) + 1)), (this._name + "Chip") + x, _global.effectDepth++); with (eval ((("_root." + _name) + "Chip") + x)) { _x = (ColPtX + int(Math.random() * 20)) - 10; _y = (ColPtY + int(Math.random() * 20)) - 10; _rotation = (this._rotation + int(Math.random() * 90)) - 45; } x++; } _global.MakeNoise("Shatter"); this.removeMovieClip(); } else { hitTarget.killedBy = this; } } } x++; } x = 0; while (x < _global.Hazards.length) { targetHazard = eval ("_root." + _global.Hazards[x]); if (targetHazard.hitTest(_x, _y, true)) { if (targetHazard._name.slice(0, 5) == "Razor") { _rotation = (_rotation - 180); pieces = int(Math.random() * 2) + 3; x = 1; while (x <= pieces) { duplicateMovieClip (eval ("_root.BoneChip" + String(random(2) + 1)), (this._name + "Chip") + x, _global.effectDepth++); with (eval ((("_root." + _name) + "Chip") + x)) { _x = (ColPtX + int(Math.random() * 20)) - 10; _y = (ColPtY + int(Math.random() * 20)) - 10; _rotation = (this._rotation + int(Math.random() * 90)) - 45; } x++; } targetHazard.Health--; _global.MakeNoise("Shatter"); this.removeMovieClip(); } } x++; } } if (Loose) { if ((((_y > -6) && (_x > -6)) && (_y < 406)) && (_x < 556)) { _y = (_y - (speed * Math.cos(_rotation * (Math.PI/180)))); _x = (_x + (speed * Math.sin(_rotation * (Math.PI/180)))); } else { _visible = false; this.removeMovieClip(); } } framesExisted++; } }
Instance of Symbol 1612 MovieClip "QuillPop" in Frame 7
onClipEvent (load) { if (_name == "QuillPop") { stop(); } else if (int(Math.random() * 2) == 1) { _xscale = -100; } } onClipEvent (enterFrame) { if (_currentframe == 12) { removeMovieClip(this); } }
Instance of Symbol 1614 MovieClip "BoneChip1" in Frame 7
onClipEvent (load) { if (_name != "BoneChip1") { flyRange = int(Math.random() * 8) + 5; speed = int(Math.random() * 3) + 3; framesAtSpeed = 0; moveDirection = _rotation; if (int(Math.random() * 2) == 0) { Clockwise = true; } if (int(Math.random() * 2) == 0) { _xscale = -100; } } } onClipEvent (enterFrame) { if (_name != "BoneChip1") { if (speed != 0) { if (Clockwise) { _rotation = (_rotation + (speed * 15)); } else { _rotation = (_rotation - (speed * 15)); } _y = (_y - (speed * Math.cos(moveDirection * (Math.PI/180)))); _x = (_x + (speed * Math.sin(moveDirection * (Math.PI/180)))); if (framesAtSpeed >= flyRange) { speed = speed - 1; framesAtSpeed = 0; } } else if (framesAtSpeed >= 90) { _alpha = (_alpha - 5); } if (_alpha <= 0) { removeMovieClip(this); } framesAtSpeed++; } }
Instance of Symbol 1616 MovieClip "BoneChip2" in Frame 7
onClipEvent (load) { if (_name != "BoneChip2") { flyRange = int(Math.random() * 8) + 5; speed = int(Math.random() * 3) + 3; framesAtSpeed = 0; moveDirection = _rotation; if (int(Math.random() * 2) == 0) { Clockwise = true; } if (int(Math.random() * 2) == 0) { _xscale = -100; } } } onClipEvent (enterFrame) { if (_name != "BoneChip2") { if (speed != 0) { if (Clockwise) { _rotation = (_rotation + (speed * 15)); } else { _rotation = (_rotation - (speed * 15)); } _y = (_y - (speed * Math.cos(moveDirection * (Math.PI/180)))); _x = (_x + (speed * Math.sin(moveDirection * (Math.PI/180)))); if (framesAtSpeed >= flyRange) { speed = speed - 1; framesAtSpeed = 0; } } else if (framesAtSpeed >= 90) { _alpha = (_alpha - 5); } if (_alpha <= 0) { removeMovieClip(this); } framesAtSpeed++; } }
Instance of Symbol 1625 MovieClip "RazorMite" in Frame 7
onClipEvent (load) { mommy = false; justBounced = 0; overheadObstruction = false; if (_name == "RazorMite") { mommy = true; stop(); } this.addProperty("speed", this.getSpeed, this.setSpeed); this.addProperty("turnSpeed", this.getTurnSpeed, this.setTurnSpeed); this.addProperty("mite", this.getMite, null); mite = true; this.addProperty("killedBy", this.getKilledBy, this.setKilledBy); this.addProperty("inGround", this.getInGround, null); killedBy = null; inGround = false; surfaceFrames = 0; burrowFrames = 0; _xscale = 70; _yscale = 70; impacts = 0; swells = 0; mommyQueen = eval ("_root." + _name.slice(0, _name.length - 6)); if ((_global.soundMode == "All") || (_global.soundMode == "FX Only")) { mySound = new Sound(this); mySound.attachSound("Grind"); } } onClipEvent (unload) { mySound.stop(); } onClipEvent (enterFrame) { if (!mommy) { if (eval (_root.HeroPointer) != undefined) { gotoSpotX = _root.HeroPointer._x; gotoSpotY = _root.HeroPointer._y; } else if (Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) <= speed) { gotoSpotX = int(Math.random() * 540) + 6; gotoSpotY = int(Math.random() * 390) + 6; } overheadObstruction = false; if (!inGround) { speed = 10; turnSpeed = 0; if (surfaceFrames < 8) { _xscale = (_xscale + 5); _yscale = (_yscale + 5); surfaceFrames++; } else if (surfaceFrames < 16) { _xscale = (_xscale - 5); _yscale = (_yscale - 5); surfaceFrames++; } else { _visible = false; inGround = true; surfaceFrames = 0; impacts++; duplicateMovieClip (_root.GroundHole, (this._name + "Hole") + impacts, _global.markDepth++); with (eval ((("_root." + this._name) + "Hole") + impacts)) { _x = this._x; _y = this._y; _rotation = int(Math.random() * 360) - 179; } Pebbles = int(Math.random() * 4) + 2; x = 0; while (x <= Pebbles) { duplicateMovieClip (_root.GroundPebble, ((this._name + "Pebble") + x) + impacts, _global.effectDepth++); with (eval (((("_root." + this._name) + "Pebble") + x) + impacts)) { _x = this._x; _y = this._y; _rotation = int(Math.random() * 360) - 179; } x++; } Dustpuffs = int(Math.random() * 2) + 1; x = 0; while (x < Dustpuffs) { duplicateMovieClip (_root.GroundDust, ((this._name + "Dust") + x) + impacts, _global.capDepth++); with (eval (((("_root." + this._name) + "Dust") + x) + impacts)) { _x = (this._x + int(Math.random() * 20)) - 10; _y = (this._y + int(Math.random() * 20)) - 10; _rotation = int(Math.random() * 360) - 179; } x++; } Dirtpuffs = int(Math.random() * 3) + 3; x = 0; while (x < Dirtpuffs) { duplicateMovieClip (_root.GroundDirt, ((this._name + "Dirt") + x) + impacts, _global.effectDepth++); with (eval (((("_root." + this._name) + "Dirt") + x) + impacts)) { _x = (this._x + int(Math.random() * 10)) - 5; _y = (this._y + int(Math.random() * 10)) - 5; _rotation = (this._rotation + int(Math.random() * 180)) - 90; } x++; } speed = 4; turnSpeed = 5; _global.MakeNoise("SharpsIn"); _global.MakeNoise("GrinderHurt"); mySound.start(0, 100); } } else { burrowFrames++; } if (inGround && (burrowFrames > 0)) { if (int(burrowFrames / 7) == (burrowFrames / 7)) { duplicateMovieClip (_root.GroundMound, (this._name + "Swell") + swells, _global.markDepth++); with (eval ((("_root." + this._name) + "Swell") + swells)) { _x = this._x; _y = this._y; _rotation = int(Math.random() * 360) - 179; } swells++; } } if (_global.HeroAction == "attacking") { if ((_root.HeroSlashin._currentframe > 4) && (_root.HeroSlashin._currentframe < 14)) { if (_root.HeroSwing.hittest(_x, _y, true) && (!inGround)) { SplatName = ("_root." + this._name) + "Splat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , (_root.HeroPointer._rotation + int(Math.random() * 61)) + 30); setProperty(SplatName, _x , this._x); setProperty(SplatName, _xscale , 70); setProperty(SplatName, _y , this._y); setProperty(SplatName, _yscale , 70); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(3560301); teeth = int(Math.random() * 3) + 1; x = 1; while (x <= teeth) { duplicateMovieClip ("_root.ShedTooth", (this._name + "Tooth") + x, _global.effectDepth++); with (eval ((("_root." + _name) + "Tooth") + x)) { _x = (this._x + int(Math.random() * 20)) - 10; _y = (this._y + int(Math.random() * 20)) - 10; _rotation = (_root.HeroPointer._rotation + int(Math.random() * 140)) + 70; } x++; } pieces = int(Math.random() * 2) + 2; x = 1; while (x <= pieces) { duplicateMovieClip (eval ("_root.BoneChip" + String(random(2) + 1)), (this._name + "Chip") + x, _global.effectDepth++); with (eval ((("_root." + _name) + "Chip") + x)) { _x = (this._x + int(Math.random() * 20)) - 10; _y = (this._y + int(Math.random() * 20)) - 10; _rotation = (_root.HeroPointer._rotation + int(Math.random() * 140)) + 70; } x++; } SparkName = ("_root." + this._name) + "Sparks"; duplicateMovieClip (_root.Sparks, this._name + "Sparks", _global.effectDepth++); setProperty(SparkName, _rotation , _root.HeroPointer._rotation + 80); setProperty(SparkName, _x , this._x); setProperty(SparkName, _y , this._y); _global.MakeNoise("Clang"); _global.MakeNoise("LilSplat"); mommyQueen.mites--; this.removeMovieClip(); } } } if (justBounced == 0) { if (_root.HeroPointer.hitTest(_x, _y, true)) { if (!inGround) { _global.justHit = this; } } else { x = 0; while (x < _global.Enemies.length) { if (_global.Enemies[x] != mommyQueen._name) { hitTarget = eval ("_root." + _global.Enemies[x]); if (hitTarget.hitTest(_x, _y, true)) { hitWhat = hitTarget._name.slice(0, 4); if ((((hitWhat == "Grin") || ((hitWhat == "Horr") && (hitTarget.action == "none"))) || ((hitWhat == "Gray") && (hitTarget.action == "guard"))) || (hitTarget.spines)) { if (!inGround) { justBounced = 8; bouncedOffX = hitTarget._x; bouncedOffY = hitTarget._y; break; } overheadObstruction = true; } else if (!inGround) { hitTarget.killedBy = this; } } } x++; } } x = 0; while (x < _global.Hazards.length) { targetHazard = eval ("_root." + _global.Hazards[x]); if (targetHazard.hitTest(_x, _y, true)) { if (targetHazard._name.slice(0, 5) == "Razor") { if (!inGround) { justBounced = 8; targetHazard.Health--; bouncedOffX = hitTarget._x; bouncedOffY = hitTarget._y; break; } overheadObstruction = true; } } x++; } if (justBounced != 0) { _global.MakeNoise("Clang"); SparkName = ("_root." + this._name) + "Sparks"; duplicateMovieClip (_root.Sparks, this._name + "Sparks", _global.effectDepth++); with (eval (SparkName)) { _rotation = this._rotation; _x = this._x; _y = this._y; } if (_x > bouncedOffX) { BouncetoSpotX = (int(Math.random() * (550 - _x)) + _x) + 20; } else { BouncetoSpotX = int(Math.random() * _x) - 19; } if (_y > bouncedOffY) { BouncetoSpotY = (int(Math.random() * (400 - _y)) + _y) + 20; } else { BouncetoSpotY = int(Math.random() * _y) - 19; } delta_bounceX = Math.abs(_x - bouncedOffX); delta_bounceY = Math.abs(_y - bouncedOffY); if (delta_bounceX > delta_bounceY) { if (BouncetoSpotX > 275) { BouncetoSpotX = 555; } else { BouncetoSpotX = -5; } } else if (BouncetoSpotY > 200) { BouncetoSpotY = 405; } else { BouncetoSpotY = -5; } _rotation = ((-Math.atan2(_x - BouncetoSpotX, _y - BouncetoSpotY)) / (Math.PI/180)); } } else { justBounced--; } x = 0; while (x < _global.Hazards.length) { targetHazard = eval ("_root." + _global.Hazards[x]); if (targetHazard._name.slice(0, 5) == "Razor") { p = 10; while (p < 30) { ProjPathX = _x + (p * Math.sin(_rotation * (Math.PI/180))); ProjPathY = _y - (p * Math.cos(_rotation * (Math.PI/180))); if (targetHazard.hitTest(ProjPathX, ProjPathY, false)) { overheadObstruction = true; } p = p + 10; } } x++; } delta_x = _x - gotoSpotX; delta_y = _y - gotoSpotY; targetRotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180); if ((_rotation != targetRotation) && (inGround)) { if ((_rotation >= 0) && (targetRotation >= 0)) { if (_rotation > targetRotation) { if ((_rotation - targetRotation) > turnSpeed) { _rotation = (_rotation - turnSpeed); } else { _rotation = targetRotation; } } else if ((targetRotation - _rotation) > turnSpeed) { _rotation = (_rotation + turnSpeed); } else { _rotation = targetRotation; } } else if ((_rotation < 0) && (targetRotation < 0)) { if (_rotation > targetRotation) { if ((_rotation - targetRotation) > turnSpeed) { _rotation = (_rotation - turnSpeed); } else { _rotation = targetRotation; } } else if ((targetRotation - _rotation) > turnSpeed) { _rotation = (_rotation + turnSpeed); } else { _rotation = targetRotation; } } else if (_rotation > targetRotation) { if (_rotation < (targetRotation + 180)) { _rotation = (_rotation - turnSpeed); } else { _rotation = (_rotation + turnSpeed); } } else if (_rotation > (targetRotation - 180)) { _rotation = (_rotation + turnSpeed); } else { _rotation = (_rotation - turnSpeed); } } _y = (_y - (speed * Math.cos(_rotation * (Math.PI/180)))); _x = (_x + (speed * Math.sin(_rotation * (Math.PI/180)))); if (inGround && (eval (_root.HeroPointer) != undefined)) { if (Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) <= 90) { if ((Math.abs(_rotation - targetRotation) < 15) && (!overheadObstruction)) { inGround = false; _visible = true; burrowFrames = 0; impacts++; duplicateMovieClip (_root.GroundHole, (this._name + "Hole") + impacts, _global.markDepth++); with (eval ((("_root." + this._name) + "Hole") + impacts)) { _x = this._x; _y = this._y; _rotation = int(Math.random() * 360) - 179; } Pebbles = int(Math.random() * 4) + 2; x = 0; while (x <= Pebbles) { duplicateMovieClip (_root.GroundPebble, ((this._name + "Pebble") + x) + impacts, _global.effectDepth++); with (eval (((("_root." + this._name) + "Pebble") + x) + impacts)) { _x = this._x; _y = this._y; _rotation = int(Math.random() * 360) - 179; } x++; } Dustpuffs = int(Math.random() * 2) + 1; x = 0; while (x < Dustpuffs) { duplicateMovieClip (_root.GroundDust, ((this._name + "Dust") + x) + impacts, _global.capDepth++); with (eval (((("_root." + this._name) + "Dust") + x) + impacts)) { _x = (this._x + int(Math.random() * 20)) - 10; _y = (this._y + int(Math.random() * 20)) - 10; _rotation = int(Math.random() * 360) - 179; } x++; } Dirtpuffs = int(Math.random() * 3) + 3; x = 0; while (x < Dirtpuffs) { duplicateMovieClip (_root.GroundDirt, ((this._name + "Dirt") + x) + impacts, _global.effectDepth++); with (eval (((("_root." + this._name) + "Dirt") + x) + impacts)) { _x = (this._x + int(Math.random() * 10)) - 5; _y = (this._y + int(Math.random() * 10)) - 5; _rotation = (this._rotation + int(Math.random() * 180)) - 90; } x++; } mySound.stop(); _global.MakeNoise("GrinderHurt"); _global.MakeNoise("Mite Jump"); } } } } }
Instance of Symbol 1627 MovieClip "GroundMound" in Frame 7
onClipEvent (load) { if (_name != "GroundMound") { framesExisted = 0; _alpha = 0; this._rotation = int(Math.random() * 360) - 180; } } onClipEvent (enterFrame) { if (_name != "GroundMound") { if (framesExisted < 80) { if (_alpha < 100) { _alpha = (_alpha + 25); } if (framesExisted < 10) { _xscale = (_xscale + 2); _yscale = (_yscale + 2); } else if (framesExisted < 20) { _xscale = (_xscale - 2); _yscale = (_yscale - 2); } } else if (_alpha > 0) { _alpha = (_alpha - 10); } else { removeMovieClip(this); } framesExisted++; } }
Instance of Symbol 1629 MovieClip "GroundHole" in Frame 7
onClipEvent (load) { if (_name != "GroundHole") { framesExisted = 0; _xscale = 50; _yscale = 50; this._rotation = int(Math.random() * 360) - 180; } } onClipEvent (enterFrame) { if (_name != "GroundHole") { if (framesExisted < 120) { if (framesExisted < 5) { _xscale = (_xscale + 10); _yscale = (_yscale + 10); } } else if (_xscale > 10) { _xscale = (_xscale - 10); _yscale = (_yscale - 10); } else { removeMovieClip(this); } framesExisted++; } }
Instance of Symbol 1642 MovieClip "RazorMaw" in Frame 7
onClipEvent (load) { if (_name == "RazorMaw") { stop(); } else { this.addProperty("task", this.getTask, this.setTask); mommyQueen = eval ("_root." + _name.slice(0, _name.length - 3)); started = false; pause = 0; stop(); } } onClipEvent (enterFrame) { if (_name != "RazorMaw") { if (eval (mommyQueen) == undefined) { removeMovieClip(this); } _rotation = mommyQueen._rotation; _x = mommyQueen._x; _y = mommyQueen._y; ColPtY = _y - (20 * Math.cos(_rotation * (Math.PI/180))); ColPtX = _x + (20 * Math.sin(_rotation * (Math.PI/180))); switch (task) { case "mite" : if (!started) { gotoAndPlay (1); started = true; } else if (_currentframe == 5) { if (pause == 0) { duplicateMovieClip (_root.RazorMite, (mommyQueen._name + "Mite") + mommyQueen.miteCounter, _global.capDepth++); with (eval ((("_root." + mommyQueen._name) + "Mite") + mommyQueen.miteCounter)) { _x = ColPtX; _y = ColPtY; _rotation = this._rotation; } mommyQueen.miteCounter++; mommyQueen.mites++; if (mommyQueen.miteCounter == 80) { mommyQueen.miteCounter = 10; } duplicateMovieClip (_root.GroundDirt, this._name + "Spit", _global.effectDepth++); with (eval (("_root." + this._name) + "Spit")) { _x = ColPtX; _y = ColPtY; _rotation = this._rotation; } SpitColor = new Color(eval (("_root." + this._name) + "Spit")); SpitColor.setRGB(3560301); stop(); pause++; } else if (pause > 10) { play(); } else { pause++; } } else if (_currentframe == 20) { removeMovieClip(this); } case "hedgehog" : if (!started) { gotoAndPlay (1); started = true; } else if (_currentframe == 5) { if (pause == 0) { duplicateMovieClip (_root.RazorHedgehog, (mommyQueen._name + "Hog") + mommyQueen.hogs, _global.capDepth++); with (eval ((("_root." + mommyQueen._name) + "Hog") + mommyQueen.hogs)) { _x = ColPtX; _y = ColPtY; _rotation = this._rotation; } mommyQueen.hogs++; duplicateMovieClip (_root.GroundDirt, this._name + "Spit", _global.effectDepth++); with (eval (("_root." + this._name) + "Spit")) { _x = ColPtX; _y = ColPtY; _rotation = this._rotation; } SpitColor = new Color(eval (("_root." + this._name) + "Spit")); SpitColor.setRGB(3560301); stop(); pause++; } else if (pause > 15) { play(); } else { pause++; } } else { if (_currentframe != 20) { break; } removeMovieClip(this); } } } }
Instance of Symbol 1653 MovieClip "RazorHedgehog" in Frame 7
onClipEvent (load) { mommy = false; justBounced = 0; if (_name == "RazorHedgehog") { mommy = true; stop(); } else { this.addProperty("hedgehog", this.getHedgehog, null); hedgehog = "Stun"; this.addProperty("claw", this.getClaw, null); claw = true; this.addProperty("speed", this.getSpeed, this.setSpeed); this.addProperty("killedBy", this.getKilledBy, this.setKilledBy); this.addProperty("Health", this.getHealth, this.setHealth); killedBy = null; Planted = false; flightFrames = 0; Health = 5; chips = 1; speed = int(3 * (Math.sqrt(((_x - _root.HeroPointer._x) * (_x - _root.HeroPointer._x)) + ((_y - _root.HeroPointer._y) * (_y - _root.HeroPointer._y))) / 100)); speed = speed + ((int(Math.random() * 3) + 1) * 0.5); gotoAndPlay(int(Math.random() * 10) + 1); } } onClipEvent (enterFrame) { if (!mommy) { claw = true; if (Planted && (hedgehog != "Crush")) { hedgehog = "Ground"; } else { hedgehog = "Stun"; } if (!Planted) { if (flightFrames < 15) { _xscale = (_xscale + 5); _yscale = (_yscale + 5); flightFrames++; } else if (flightFrames < 30) { _xscale = (_xscale - 5); _yscale = (_yscale - 5); flightFrames++; } else { Planted = true; stop(); flightFrames = 0; duplicateMovieClip (_root.GroundCrack, this._name + "Crack", _global.backgroundDepth++); with (eval (("_root." + this._name) + "Crack")) { _x = this._x; _y = this._y; _rotation = int(Math.random() * 360) - 179; gotoAndPlay(((int(Math.random() * 3) + 1) * 2) - 1); } Pebbles = int(Math.random() * 4) + 4; x = 0; while (x <= Pebbles) { duplicateMovieClip (_root.GroundPebble, ((this._name + "Pebble") + x) + impacts, _global.effectDepth++); with (eval (((("_root." + this._name) + "Pebble") + x) + impacts)) { _x = this._x; _y = this._y; _rotation = int(Math.random() * 360) - 179; } x++; } Dustpuffs = int(Math.random() * 2) + 1; x = 0; while (x < Dustpuffs) { duplicateMovieClip (_root.GroundDust, ((this._name + "Dust") + x) + impacts, _global.capDepth++); with (eval (((("_root." + this._name) + "Dust") + x) + impacts)) { _x = (this._x + int(Math.random() * 20)) - 10; _y = (this._y + int(Math.random() * 20)) - 10; _rotation = int(Math.random() * 360) - 179; } x++; } Dirtpuffs = int(Math.random() * 3) + 3; x = 0; while (x < Dirtpuffs) { duplicateMovieClip (_root.GroundDirt, (this._name + "Dirt") + x, _global.effectDepth++); with (eval ((("_root." + this._name) + "Dirt") + x)) { _x = (this._x + int(Math.random() * 10)) - 5; _y = (this._y + int(Math.random() * 10)) - 5; _rotation = int(Math.random() * 360) - 179; } x++; } speed = 0; _global.MakeNoise("GrinderHurt"); _global.MakeNoise("Impact"); if (int(Math.random() * 2) == 1) { _global.MakeNoise("Pebble"); } if (hitTest(_root.HeroPointer._x, _root.HeroPointer._y, true)) { hedgehog = "Crush"; _global.justHit = this; } else if (Math.sqrt(((_x - _root.HeroPointer._x) * (_x - _root.HeroPointer._x)) + ((_y - _root.HeroPointer._y) * (_y - _root.HeroPointer._y))) < 40) { claw = false; _global.justHit = this; } x = 0; while (x < _global.Hazards.length) { targetHazard = eval ("_root." + _global.Hazards[x]); if (targetHazard.hitTest(_x, _y, false)) { if (targetHazard._name.slice(0, 5) == "Razor") { targetHazard.killedBy = this; } } x++; } _global.Hazards.push(_name); } } if (_global.HeroAction == "attacking") { if ((_root.HeroSlashin._currentframe > 4) && (_root.HeroSlashin._currentframe < 14)) { if (_root.HeroSwing.hittest(_x, _y, true) && (Planted)) { if ((Health > 1) && (!_global.RazorGlaiveEquipped)) { pieces = int(Math.random() * 3) + int((7 - Health) / 2); x = 1; while (x <= pieces) { duplicateMovieClip (eval ("_root.BoneChip" + String(random(2) + 1)), (this._name + "Chip") + chips, _global.effectDepth++); with (eval ((("_root." + _name) + "Chip") + (chips++))) { _x = (this._x + int(Math.random() * 20)) - 10; _y = (this._y + int(Math.random() * 20)) - 10; _rotation = (_root.HeroPointer._rotation - int(Math.random() * 140)) + 70; } x++; } SparkName = ("_root." + this._name) + "Sparks"; duplicateMovieClip (_root.Sparks, this._name + "Sparks", _global.effectDepth++); setProperty(SparkName, _rotation , _root.HeroPointer._rotation + 80); setProperty(SparkName, _x , this._x); setProperty(SparkName, _y , this._y); _global.MakeNoise("Clang"); Health--; _global.HeroAction = "bounceback"; } else { pieces = int(Math.random() * 3) + 4; x = 1; while (x <= pieces) { duplicateMovieClip (eval ("_root.BoneChip" + String(random(2) + 1)), (this._name + "Chip") + chips, _global.effectDepth++); with (eval ((("_root." + _name) + "Chip") + (chips++))) { _x = (this._x + int(Math.random() * 20)) - 10; _y = (this._y + int(Math.random() * 20)) - 10; _rotation = (_root.HeroPointer._rotation + int(Math.random() * 140)) + 70; } x++; } pieces = int(Math.random() * 2) + 2; x = 1; while (x <= pieces) { duplicateMovieClip (eval ("_root.BoneChip" + String(random(2) + 1)), (this._name + "Chip") + chips, _global.effectDepth++); with (eval ((("_root." + _name) + "Chip") + (chips++))) { _x = (this._x + int(Math.random() * 20)) - 10; _y = (this._y + int(Math.random() * 20)) - 10; _rotation = (_root.HeroPointer._rotation + int(Math.random() * 140)) + 70; _xscale = 150; _yscale = 150; } x++; } _global.MakeNoise("Shatter"); _global.Hazards.splice(_root.SpawnPoint.SearchArray(_global.Hazards, _name), 1); removeMovieClip(this); } } } } if (_root.HeroPointer.hitTest(_x, _y, true)) { if (Planted && (hedgehog == "Ground")) { _global.justHit = this; duplicateMovieClip (_root.HeroPiked, _name + "Hit", _global.capDepth++); myHit = eval (("_root." + _name) + "Hit"); with (myHit) { _x = this._x; _y = this._y; _rotation = (-Math.atan2(_x - _root.HeroPointer._x, _y - _root.HeroPointer._y)) / (Math.PI/180); } } } else if (Planted) { x = 0; while (x < _global.Enemies.length) { hitTarget = eval ("_root." + _global.Enemies[x]); if (hitTarget.hitTest(_x, _y, true)) { Hit = hitTarget._name.slice(0, 4); if (((Hit == "Grin") || ((Hit == "Horr") && (hitTarget.action != "collect"))) || (hitTarget.claw)) { pieces = int(Math.random() * 3) + 4; x = 1; while (x <= pieces) { duplicateMovieClip (eval ("_root.BoneChip" + String(random(2) + 1)), (this._name + "Chip") + chips, _global.effectDepth++); with (eval ((("_root." + _name) + "Chip") + (chips++))) { _x = (this._x + int(Math.random() * 20)) - 10; _y = (this._y + int(Math.random() * 20)) - 10; _rotation = (_root.HeroPointer._rotation + int(Math.random() * 360)) - 179; } x++; } pieces = int(Math.random() * 2) + 2; x = 1; while (x <= pieces) { duplicateMovieClip (eval ("_root.BoneChip" + String(random(2) + 1)), (this._name + "Chip") + chips, _global.effectDepth++); with (eval ((("_root." + _name) + "Chip") + (chips++))) { _x = (this._x + int(Math.random() * 20)) - 10; _y = (this._y + int(Math.random() * 20)) - 10; _rotation = (_root.HeroPointer._rotation + int(Math.random() * 360)) - 179; _xscale = 150; _yscale = 150; } x++; } _global.MakeNoise("Shatter"); _global.Hazards.splice(_root.SpawnPoint.SearchArray(_global.Hazards, _name), 1); removeMovieClip(this); } else { hitTarget.killedBy = this; } } x++; } } if ((killedBy != null) || (Health <= 0)) { pieces = int(Math.random() * 3) + 4; x = 1; while (x <= pieces) { duplicateMovieClip (eval ("_root.BoneChip" + String(random(2) + 1)), (this._name + "Chip") + chips, _global.effectDepth++); with (eval ((("_root." + _name) + "Chip") + (chips++))) { _x = (this._x + int(Math.random() * 20)) - 10; _y = (this._y + int(Math.random() * 20)) - 10; _rotation = (_root.HeroPointer._rotation + int(Math.random() * 360)) - 179; } x++; } pieces = int(Math.random() * 2) + 2; x = 1; while (x <= pieces) { duplicateMovieClip (eval ("_root.BoneChip" + String(random(2) + 1)), (this._name + "Chip") + chips, _global.effectDepth++); with (eval ((("_root." + _name) + "Chip") + (chips++))) { _x = (this._x + int(Math.random() * 20)) - 10; _y = (this._y + int(Math.random() * 20)) - 10; _rotation = (_root.HeroPointer._rotation + int(Math.random() * 360)) - 179; _xscale = 150; _yscale = 150; } x++; } _global.MakeNoise("Shatter"); _global.Hazards.splice(_root.SpawnPoint.SearchArray(_global.Hazards, _name), 1); removeMovieClip(this); } if ((((_y > -6) && (_x > -6)) && (_y < 406)) && (_x < 556)) { _y = (_y - (speed * Math.cos(_rotation * (Math.PI/180)))); _x = (_x + (speed * Math.sin(_rotation * (Math.PI/180)))); } else { removeMovieClip(this); } } }
Instance of Symbol 1669 MovieClip "HeroQuilled" in Frame 7
onClipEvent (load) { if (_name == "HeroQuilled") { stop(); } else { speed = 6; splats = 0; pauseFor = 6; } } onClipEvent (enterFrame) { if (_name != "HeroQuilled") { if (_currentframe == 2) { duplicateMovieClip (eval ("_root.Blood" + String(random(3) + 1)), (this._name + "Blood") + splats, _global.effectDepth++); BloodName = eval ((("_root." + this._name) + "Blood") + (splats++)); with (BloodName) { _rotation = (this._rotation + int(Math.random() * 40)) - 200; _x = this._x; _xscale = 40; _y = this._y; _yscale = 40; } duplicateMovieClip (_root.GroundDirt, (this._name + "Spray") + splats, _global.effectDepth++); with (eval ((("_root." + this._name) + "Spray") + splats)) { _x = this._x; _y = this._y; _rotation = (this._rotation + int(Math.random() * 40)) - 200; } BloodColor = new Color(eval ((("_root." + this._name) + "Spray") + (splats++))); BloodColor.setRGB(11800592); } if (_currentframe < 20) { if (_currentframe == 12) { speed = 4; } if ((((_y > -6) && (_x > -6)) && (_y < 406)) && (_x < 556)) { _y = (_y - (speed * Math.cos(_rotation * (Math.PI/180)))); _x = (_x + (speed * Math.sin(_rotation * (Math.PI/180)))); } else { this.removeMovieClip(); } if (_currentframe == 11) { if (pauseFor > 0) { stop(); pauseFor--; } else { play(); } } } else if (_currentframe == 20) { duplicateMovieClip (eval ("_root.Blood" + String(random(3) + 1)), (this._name + "Blood") + splats, _global.effectDepth++); BloodName = eval ((("_root." + this._name) + "Blood") + (splats++)); with (BloodName) { _rotation = (this._rotation + int(Math.random() * 40)) - 20; _x = this._x; _y = this._y; } x = 1; while (x < 3) { duplicateMovieClip (_root.GroundDirt, (this._name + "Spray") + splats, _global.effectDepth++); with (eval ((("_root." + this._name) + "Spray") + splats)) { _x = this._x; _y = this._y; _rotation = (this._rotation + int(Math.random() * 80)) - 40; } BloodColor = new Color(eval ((("_root." + this._name) + "Spray") + (splats++))); BloodColor.setRGB(11800592); x++; } } else if (_currentframe == 30) { stop(); } } }
Instance of Symbol 1680 MovieClip "RazorLarva" in Frame 7
onClipEvent (load) { mommy = false; if (_name == "RazorLarva") { mommy = true; stop(); } else { this.addProperty("killedBy", this.getKilledBy, this.setKilledBy); killedBy = null; huntHero = false; speed = 1; turnSpeed = 2; spikeCounter = 0; _rotation = (int(Math.random() * 360) - 179); mommyQueen = eval ("_root." + _name.slice(0, _name.length - 6)); gotoSpotX = int(Math.random() * 540) + 6; gotoSpotY = int(Math.random() * 390) + 6; } } onClipEvent (enterFrame) { if (!mommy) { if (eval (_root.HeroPointer) != undefined) { if (Math.sqrt(Math.pow(_x - _root.HeroPointer._x, 2) + Math.pow(_y - _root.HeroPointer._y, 2)) < 150) { gotoSpotX = _root.HeroPointer._x; gotoSpotY = _root.HeroPointer._y; huntHero = true; } else if (huntHero) { gotoSpotX = int(Math.random() * 540) + 6; gotoSpotY = int(Math.random() * 390) + 6; huntHero = false; } } if (int(Math.random() * 100) == 1) { _global.MakeNoise("Spiny Chirp"); } if (_global.HeroAction == "attacking") { if ((_root.HeroSlashin._currentframe > 4) && (_root.HeroSlashin._currentframe < 14)) { if (_root.HeroSwing.hittest(_x, _y, true)) { SplatName = ("_root." + this._name) + "Splat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , (_root.HeroPointer._rotation + int(Math.random() * 61)) + 30); setProperty(SplatName, _x , this._x); setProperty(SplatName, _xscale , 80); setProperty(SplatName, _y , this._y); setProperty(SplatName, _yscale , 80); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(3560301); pieces = int(Math.random() * 3) + 3; x = 1; while (x <= pieces) { duplicateMovieClip (eval ("_root.BoneChip" + String(random(2) + 1)), (this._name + "Chip") + x, _global.effectDepth++); with (eval ((("_root." + _name) + "Chip") + x)) { _x = (this._x + int(Math.random() * 20)) - 10; _y = (this._y + int(Math.random() * 20)) - 10; _rotation = (_root.HeroPointer._rotation + int(Math.random() * 140)) + 70; } x++; } SparkName = ("_root." + this._name) + "Sparks"; duplicateMovieClip (_root.Sparks, this._name + "Sparks", _global.effectDepth++); setProperty(SparkName, _rotation , _root.HeroPointer._rotation + 80); setProperty(SparkName, _x , this._x); setProperty(SparkName, _y , this._y); _global.MakeNoise("Clang"); _global.MakeNoise("LilSplat"); mommyQueen.larva--; this.removeMovieClip(); } } } if (_root.HeroPointer.hitTest(_x, _y, true)) { } else { x = 0; while (x < _global.Enemies.length) { if (_global.Enemies[x] != mommyQueen._name) { hitTarget = eval ("_root." + _global.Enemies[x]); Targ = hitTarget._name.slice(0, 4); if (hitTarget.hitTest(_x, _y, false)) { if (((((Targ == "Grin") || (hitTarget.spines)) || (hitTarget.action == "gaurd")) || (Targ == "Horr")) || (Targ == "Quee")) { SplatName = ("_root." + this._name) + "Splat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , (_root.HeroPointer._rotation + int(Math.random() * 61)) + 30); setProperty(SplatName, _x , this._x); setProperty(SplatName, _xscale , 40); setProperty(SplatName, _y , this._y); setProperty(SplatName, _yscale , 40); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(16206387); _global.MakeNoise("LarvaCrunch"); mommyQueen.larva--; this.removeMovieClip(); } else { hitTarget.killedBy = this; } } } x++; } } delta_x = _x - gotoSpotX; delta_y = _y - gotoSpotY; targetRotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180); if (_rotation != targetRotation) { if ((_rotation >= 0) && (targetRotation >= 0)) { if (_rotation > targetRotation) { if ((_rotation - targetRotation) > turnSpeed) { _rotation = (_rotation - turnSpeed); } else { _rotation = targetRotation; } } else if ((targetRotation - _rotation) > turnSpeed) { _rotation = (_rotation + turnSpeed); } else { _rotation = targetRotation; } } else if ((_rotation < 0) && (targetRotation < 0)) { if (_rotation > targetRotation) { if ((_rotation - targetRotation) > turnSpeed) { _rotation = (_rotation - turnSpeed); } else { _rotation = targetRotation; } } else if ((targetRotation - _rotation) > turnSpeed) { _rotation = (_rotation + turnSpeed); } else { _rotation = targetRotation; } } else if (_rotation > targetRotation) { if (_rotation < (targetRotation + 180)) { _rotation = (_rotation - turnSpeed); } else { _rotation = (_rotation + turnSpeed); } } else if (_rotation > (targetRotation - 180)) { _rotation = (_rotation + turnSpeed); } else { _rotation = (_rotation - turnSpeed); } } if ((((_y > -6) && (_x > -6)) && (_y < 406)) && (_x < 556)) { _y = (_y - (speed * Math.cos(_rotation * (Math.PI/180)))); _x = (_x + (speed * Math.sin(_rotation * (Math.PI/180)))); if (Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) <= speed) { gotoSpotX = int(Math.random() * 540) + 6; gotoSpotY = int(Math.random() * 390) + 6; } } else { mommyQueen.larva--; this.removeMovieClip(); } if (huntHero && (Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) <= 100)) { if (_currentframe < 26) { gotoAndPlay (26); speed = 0; turnSpeed = 0; _global.MakeNoise("Spiny Pressure"); } } else if (_currentframe == 25) { gotoAndPlay (1); } if (_currentframe == 40) { facing = 0; while (facing < 4) { Spikes = int(Math.random() * 3) + 3; x = 0; while (x <= Spikes) { duplicateMovieClip (_root.RazorSpike, (this._name + "Spike") + spikeCounter, _global.effectDepth++); with (eval ((("_root." + this._name) + "Spike") + spikeCounter)) { _x = this._x; _y = this._y; _rotation = (int(Math.random() * 90) - 45) + (90 * facing); } spikeCounter++; x++; } facing++; } SplatName = ("_root." + this._name) + "Pop"; duplicateMovieClip (_root.RazorLarvaPop, this._name + "Pop", _global.effectDepth++); setProperty(SplatName, _x , this._x); setProperty(SplatName, _y , this._y); _global.MakeNoise("Spiny Pop"); mommyQueen.larva--; this.removeMovieClip(); } } }
Instance of Symbol 1682 MovieClip [Razor Spike] "RazorSpike" in Frame 7
onClipEvent (load) { if (_name != "RazorSpike") { this.addProperty("spike", this.getSpike, null); spike = true; flyRange = int(Math.random() * 6) + 10; speed = 6; framesAtSpeed = 0; moveDirection = _rotation; myScale = int(Math.random() * 30) + 100; _xscale = myScale; _yscale = myScale; } } onClipEvent (enterFrame) { if (_name != "RazorSpike") { if (speed != 0) { _y = (_y - (speed * Math.cos(moveDirection * (Math.PI/180)))); _x = (_x + (speed * Math.sin(moveDirection * (Math.PI/180)))); if (framesAtSpeed >= flyRange) { if (speed > 2) { speed = speed / 2; framesAtSpeed = 0; _yscale = (_yscale - 30); } else { speed = 0; } } if (_root.HeroPointer.hitTest(_x, _y, true) && (speed > 2)) { _global.justHit = this; } } else if (framesAtSpeed >= 30) { removeMovieClip(this); } framesAtSpeed++; } }
Instance of Symbol 1688 MovieClip "HeroSpiked" in Frame 7
onClipEvent (load) { if (_name == "HeroSpiked") { stop(); } } onClipEvent (enterFrame) { if (_name != "HeroSpiked") { if (_currentframe == 15) { stop(); } else { _y = (_y - (3 * Math.cos(_rotation * (Math.PI/180)))); _x = (_x + (3 * Math.sin(_rotation * (Math.PI/180)))); } } }
Instance of Symbol 1809 MovieClip [Lil Guy Flaming Razor] "HeroFlamingRazor" in Frame 7
onClipEvent (load) { if (_name == "HeroFlamingRazor") { stop(); } else { framesExisted = 0; putOut = false; smokies = 0; } } onClipEvent (enterFrame) { if (_name != "HeroFlamingRazor") { if ((eval (_root.HeroPointer) == undefined) && (_currentframe < 92)) { removeMovieClip(this); } if (eval (_root.HeroPointer) != undefined) { _x = _root.HeroPointer._x; _y = _root.HeroPointer._y; _rotation = _root.HeroPointer._rotation; } if ((_currentframe > 30) && (_currentframe < 92)) { if (int(framesExisted / 20) == (framesExisted / 20)) { duplicateMovieClip (_root.BlackSmoke, (_name + "Smoke") + smokies, _global.capDepth++); with (eval ((("_root." + _name) + "Smoke") + smokies)) { _x = this._x; _y = this._y; } smokies++; } x = 0; while (x < _global.Enemies.length) { if (_global.Enemies[x] != hostObject._name) { hitTarget = eval ("_root." + _global.Enemies[x]); if (hitTarget.hitTest(_x, _y, true)) { if (eval (("_root." + hitTarget._name) + "Flame") == undefined) { if (eval (("_root." + hitTarget._name) + "Goo") != undefined) { } else if (hitTarget._name.slice(0, 7) == "Stickie") { } else if (hitTarget._name.slice(0, 7) == "Grinder") { } else { duplicateMovieClip (_root.Flames, hitTarget._name + "Flame", _global.capDepth++); GloopleFire = eval (("_root." + hitTarget._name) + "Flame"); if ((hitTarget._name.slice(0, 5) == "Oozle") || (hitTarget._name.slice(0, 4) == "Gray")) { with (GloopleFire) { _xscale = 170; _yscale = 170; } } } } } } x++; } x = 0; while (x < _global.Hazards.length) { targetHazard = eval ("_root." + _global.Hazards[x]); if (targetHazard.hitTest(_x, _y, true)) { if (targetHazard._name.slice(0, 5) == "Inkie") { targetHazard.onFire = true; } else { p = 1; while (p < 4) { duplicateMovieClip (_root.WhiteSmoke, (_name + "WSmoke") + p, _global.capDepth++); with (eval ((("_root." + _name) + "WSmoke") + p)) { _x = this._x; _y = this._y; } p++; } _global.HeroAction = "none"; removeMovieClip(this); } } x++; } } if ((_currentframe == 91) && (framesExisted < 200)) { gotoAndPlay (31); } if (_currentframe == 92) { if (!putOut) { _global.HeroAction = "burned"; } } if (_currentframe == 130) { removeMovieClip(this); } framesExisted++; } }
Instance of Symbol 1811 MovieClip "Blastmark" in Frame 7
onClipEvent (load) { _rotation = (int(Math.random() * 360) - 180); if (int(Math.random() * 2) == 1) { _xscale = -100; } }
Instance of Symbol 957 MovieClip [Splat1] "Splat1" in Frame 7
onClipEvent (load) { if (_name == "Splat1") { stop(); } } onClipEvent (enterFrame) { if (_currentframe == 32) { stop(); this.removeMovieClip(); } }
Instance of Symbol 1817 MovieClip "Blood1" in Frame 7
onClipEvent (load) { if (_name == "Blood1") { stop(); } } onClipEvent (enterFrame) { if (_currentframe == 5) { stop(); } }
Instance of Symbol 1823 MovieClip "Blood2" in Frame 7
onClipEvent (load) { if (_name == "Blood2") { stop(); } } onClipEvent (enterFrame) { if (_currentframe == 5) { stop(); } }
Instance of Symbol 1829 MovieClip "Blood3" in Frame 7
onClipEvent (load) { if (_name == "Blood3") { stop(); } } onClipEvent (enterFrame) { if (_currentframe == 5) { stop(); } }
Instance of Symbol 1831 MovieClip "MoltenStone" in Frame 7
onClipEvent (load) { if (_name != "MoltenStone") { flyRange = int(Math.random() * 4) + 2; speed = 8; framesAtSpeed = 0; moveDirection = _rotation; } } onClipEvent (enterFrame) { if (_name != "MoltenStone") { if (speed == 8) { if (int(Math.random() * 30) == 1) { _global.MakeNoise("Pebble"); } } if (speed != 0) { if ((_rotation + 20) > 179) { _rotation = (_rotation - 340); } else { _rotation = (_rotation + 20); } _y = (_y - (speed * Math.cos(moveDirection * (Math.PI/180)))); _x = (_x + (speed * Math.sin(moveDirection * (Math.PI/180)))); if (framesAtSpeed >= flyRange) { speed = speed - 1; framesAtSpeed = 0; } } else if (framesAtSpeed >= 30) { removeMovieClip(this); } framesAtSpeed++; } }
Instance of Symbol 1833 MovieClip "Stone" in Frame 7
onClipEvent (load) { if (_name != "Stone") { flyRange = int(Math.random() * 4) + 2; speed = 8; framesAtSpeed = 0; moveDirection = _rotation; } } onClipEvent (enterFrame) { if (_name != "Stone") { if (speed == 8) { if (int(Math.random() * 30) == 1) { _global.MakeNoise("Pebble"); } } if (speed != 0) { if ((_rotation + 20) > 179) { _rotation = (_rotation - 340); } else { _rotation = (_rotation + 20); } _y = (_y - (speed * Math.cos(moveDirection * (Math.PI/180)))); _x = (_x + (speed * Math.sin(moveDirection * (Math.PI/180)))); if (framesAtSpeed >= flyRange) { speed = speed - 1; framesAtSpeed = 0; } } else if (framesAtSpeed >= 30) { removeMovieClip(this); } framesAtSpeed++; } }
Instance of Symbol 335 MovieClip "Gloople" in Frame 7
onClipEvent (load) { mommy = false; justBounced = 0; if (_name == "Gloople") { mommy = true; stop(); } this.addProperty("speed", this.getSpeed, this.setSpeed); this.addProperty("turnSpeed", this.getTurnSpeed, this.setTurnSpeed); this.addProperty("killedBy", this.getKilledBy, this.setKilledBy); killedBy = null; speed = 3; switch (_x) { case -5 : if (_y < 200) { if ((int(Math.random() * 3) + 1) == 1) { gotoSpotX = int(Math.random() * 550) + 1; gotoSpotY = 405; } else { gotoSpotX = 555; gotoSpotY = int(Math.random() * 400) + 1; } } else if ((int(Math.random() * 3) + 1) == 1) { gotoSpotX = int(Math.random() * 550) + 1; gotoSpotY = -5; } else { gotoSpotX = 555; gotoSpotY = int(Math.random() * 400) + 1; } break; case 555 : if (_y < 200) { if ((int(Math.random() * 3) + 1) == 1) { gotoSpotX = int(Math.random() * 550) + 1; gotoSpotY = 405; } else { gotoSpotX = -5; gotoSpotY = int(Math.random() * 400) + 1; } } else if ((int(Math.random() * 3) + 1) == 1) { gotoSpotX = int(Math.random() * 550) + 1; gotoSpotY = -5; } else { gotoSpotX = -5; gotoSpotY = int(Math.random() * 400) + 1; } break; default : if (_y == -5) { if (_x < 275) { if ((int(Math.random() * 3) + 1) == 1) { gotoSpotX = 555; gotoSpotY = int(Math.random() * 400) + 1; } else { gotoSpotX = int(Math.random() * 550) + 1; gotoSpotY = 405; } } else if ((int(Math.random() * 3) + 1) == 1) { gotoSpotX = -5; gotoSpotY = int(Math.random() * 400) + 1; } else { gotoSpotX = int(Math.random() * 500) + 1; gotoSpotY = 405; } } else if (_x < 275) { if ((int(Math.random() * 3) + 1) == 1) { gotoSpotX = 555; gotoSpotY = int(Math.random() * 400) + 1; } else { gotoSpotX = int(Math.random() * 550) + 1; gotoSpotY = -5; } } else if ((int(Math.random() * 3) + 1) == 1) { gotoSpotX = -5; gotoSpotY = int(Math.random() * 400) + 1; } else { gotoSpotX = int(Math.random() * 500) + 1; gotoSpotY = -5; } } } onClipEvent (enterFrame) { if (!mommy) { if (SearchArray(_global.Enemies, _name) == null) { _global.Enemies.push(_name); } if (_global.HeroAction == "attacking") { if ((_root.HeroSlashin._currentframe > 4) && (_root.HeroSlashin._currentframe < 14)) { if (_root.HeroSwing.hittest(_x, _y, true)) { SplatName = ("_root." + this._name) + "Splat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , (_root.HeroPointer._rotation + int(Math.random() * 61)) + 30); setProperty(SplatName, _x , this._x); setProperty(SplatName, _y , this._y); _global.MakeNoise("Splat"); duplicateMovieClip (_root.Bounty, _name + "Bounty", _global.markDepth++); setProperty(("_root." + _name) + "Bounty", _x , this._x); setProperty(("_root." + _name) + "Bounty", _y , this._y); BountyObject = eval (("_root." + _name) + "Bounty"); BountyObject.bounty = 1; if (SearchArray(EnemiesKilled, "Gloople") == null) { EnemiesKilled.push("Gloople"); } _visible = false; _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } } } if (killedBy != null) { toKillX = _x - killedBy._x; toKillY = _y - killedBy._y; killDir = (-Math.atan2(toKillX, toKillY)) / (Math.PI/180); killDir = killDir - 180; SplatName = ("_root." + this._name) + "Splat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , killDir); setProperty(SplatName, _x , this._x); setProperty(SplatName, _y , this._y); _global.MakeNoise("Splat"); _visible = false; _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } if (justBounced == 0) { if (_root.HeroPointer.hitTest(_x, _y, true)) { justBounced = 8; bouncedOffX = _root.HeroPointer._x; bouncedOffY = _root.HeroPointer._y; _global.justHit = this; } else { x = 0; while (x < _global.Enemies.length) { if (_global.Enemies[x] != _name) { hitTarget = eval ("_root." + _global.Enemies[x]); if (hitTarget.hitTest(_x, _y, true)) { if ((hitTarget._name.slice(0, 7) == "Gloople") && ((int(Math.random() * 100) + 1) < 6)) { _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, hitTarget._name), 1); _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); duplicateMovieClip (_root.GloopleGlom, "Glom" + _name.slice(7), _global.baddieDepth++); _global.Enemies.push("Glom" + _name.slice(7)); Glommie = eval ("_root.Glom" + _name.slice(7)); with (Glommie) { _x = this._x; _y = this._y; _rotation = (-Math.atan2(this._x - hitTarget._x, this._y - hitTarget._y)) / (Math.PI/180); } _global.MakeNoise("Glom"); removeMovieClip(hitTarget); this.removeMovieClip(); } else if (hitTarget._name.slice(0, 4) != "Amal") { justBounced = 8; bouncedOffX = hitTarget._x; bouncedOffY = hitTarget._y; break; } } } x++; } } if (justBounced != 0) { _global.MakeNoise("Boing"); if (_x > bouncedOffX) { gotoSpotX = (int(Math.random() * (550 - _x)) + _x) + 20; } else { gotoSpotX = int(Math.random() * _x) - 19; } if (_y > bouncedOffY) { gotoSpotY = (int(Math.random() * (400 - _y)) + _y) + 20; } else { gotoSpotY = int(Math.random() * _y) - 19; } delta_bounceX = Math.abs(_x - bouncedOffX); delta_bounceY = Math.abs(_y - bouncedOffY); if (delta_bounceX > delta_bounceY) { if (gotoSpotX > 275) { gotoSpotX = 555; } else { gotoSpotX = -5; } } else if (gotoSpotY > 200) { gotoSpotY = 405; } else { gotoSpotY = -5; } } } else { justBounced--; } delta_x = _x - gotoSpotX; delta_y = _y - gotoSpotY; targetRotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180); _rotation = targetRotation; if (Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) > speed) { _y = (_y - (speed * Math.cos(_rotation * (Math.PI/180)))); _x = (_x + (speed * Math.sin(_rotation * (Math.PI/180)))); } else { _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } } }
Instance of Symbol 597 MovieClip "Stickie" in Frame 7
onClipEvent (load) { mommy = false; hasMoved = false; if (_name == "Stickie") { mommy = true; stop(); } this.addProperty("speed", this.getSpeed, this.setSpeed); this.addProperty("turnSpeed", this.getTurnSpeed, this.setTurnSpeed); speed = 3; if (eval (_root.HeroPointer) != undefined) { pathSpotX = _root.HeroPointer._x; pathSpotY = _root.HeroPointer._y; } else { pathSpotX = 275; pathSpotY = 200; } objectHitX = null; objectHitY = null; } onClipEvent (enterFrame) { if (!mommy) { if (SearchArray(_global.Enemies, _name) == null) { _global.Enemies.push(_name); } if (_global.HeroAction == "attacking") { if ((_root.HeroSlashin._currentframe > 4) && (_root.HeroSlashin._currentframe < 14)) { if (_root.HeroSwing.hittest(_x, _y, true)) { SplatName = ("_root." + this._name) + "Splat"; SplatNum = int(Math.random() * 3) + 1; duplicateMovieClip (eval ("_root.Splat" + SplatNum), this._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , (_root.HeroPointer._rotation + int(Math.random() * 61)) + 30); setProperty(SplatName, _x , this._x); setProperty(SplatName, _y , this._y); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(15329345); duplicateMovieClip (_root.StickyMark, this._name + "SplatStickyMark", _global.markDepth++); with (eval (SplatName + "StickyMark")) { _x = this._x; _y = this._y; gotoAndStop(SplatNum); } _global.MakeNoise("Splat"); duplicateMovieClip (_root.Bounty, _name + "Bounty", _global.markDepth++); setProperty(("_root." + _name) + "Bounty", _x , this._x); setProperty(("_root." + _name) + "Bounty", _y , this._y); BountyObject = eval (("_root." + _name) + "Bounty"); BountyObject.bounty = 3; if (SearchArray(EnemiesKilled, "Stickie") == null) { EnemiesKilled.push("Stickie"); } _visible = false; _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } } } if (killedBy != null) { toKillX = _x - killedBy._x; toKillY = _y - killedBy._y; killDir = (-Math.atan2(toKillX, toKillY)) / (Math.PI/180); killDir = killDir - 180; SplatName = ("_root." + this._name) + "Splat"; SplatNum = int(Math.random() * 3) + 1; duplicateMovieClip (eval ("_root.Splat" + SplatNum), this._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , killDir); setProperty(SplatName, _x , this._x); setProperty(SplatName, _y , this._y); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(15329345); duplicateMovieClip (_root.StickyMark, this._name + "SplatStickyMark", _global.markDepth++); with (eval (SplatName + "StickyMark")) { _x = this._x; _y = this._y; gotoAndStop(SplatNum); } _global.MakeNoise("Splat"); _visible = false; _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } if (_root.HeroPointer.hitTest(_x, _y, true)) { objectHitX = _root.HeroPointer._x; objectHitY = _root.HeroPointer._y; _global.justHit = this; } else { x = 0; while (x < _global.Enemies.length) { if (_global.Enemies[x] != _name) { hitTarget = eval ("_root." + _global.Enemies[x]); if (hitTarget.hitTest(_x, _y, true)) { objectHitX = hitTarget._x; objectHitY = hitTarget._y; break; } } x++; } } if ((objectHitX != null) && (objectHitY != null)) { SplatName = ("_root." + this._name) + "Splat"; SplatNum = int(Math.random() * 3) + 1; duplicateMovieClip (eval ("_root.Splat" + SplatNum), this._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , (-Math.atan2(_x - objectHitX, _y - objectHitY)) / (Math.PI/180)); setProperty(SplatName, _x , this._x); setProperty(SplatName, _y , this._y); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(15329345); duplicateMovieClip (_root.StickyMark, this._name + "SplatStickyMark", _global.markDepth++); with (eval (SplatName + "StickyMark")) { _x = this._x; _y = this._y; gotoAndStop(SplatNum); } _global.MakeNoise("Splat"); _visible = false; _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } if (!hasMoved) { delta_x = _x - pathSpotX; delta_y = _y - pathSpotY; targetRotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180); _rotation = targetRotation; } if ((((_y > -6) && (_x > -6)) && (_y < 406)) && (_x < 556)) { _y = (_y - (speed * Math.cos(_rotation * (Math.PI/180)))); _x = (_x + (speed * Math.sin(_rotation * (Math.PI/180)))); hasMoved = true; } else { _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } } }
Instance of Symbol 1837 MovieClip "GloopleGlom" in Frame 7
onClipEvent (load) { mommy = false; justBounced = 0; if (_name == "GloopleGlom") { mommy = true; stop(); } this.addProperty("speed", this.getSpeed, this.setSpeed); this.addProperty("turnSpeed", this.getTurnSpeed, this.setTurnSpeed); speed = 1; } onClipEvent (enterFrame) { if (!mommy) { if (_global.HeroAction == "attacking") { if ((_root.HeroSlashin._currentframe > 4) && (_root.HeroSlashin._currentframe < 14)) { if (_root.HeroSwing.hittest(_x, _y, true)) { SplatName = ("_root." + this._name) + "Splat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , (_root.HeroPointer._rotation + int(Math.random() * 61)) + 30); setProperty(SplatName, _x , this._x); setProperty(SplatName, _y , this._y); SplatName = ("_root." + this._name) + "Splat2"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "Splat2", _global.effectDepth++); setProperty(SplatName, _rotation , (_root.HeroPointer._rotation + int(Math.random() * 61)) + 30); setProperty(SplatName, _x , this._x + 10); setProperty(SplatName, _y , this._y + 10); _global.MakeNoise("Splat"); duplicateMovieClip (_root.Bounty, _name + "Bounty", _global.markDepth++); setProperty(("_root." + _name) + "Bounty", _x , this._x); setProperty(("_root." + _name) + "Bounty", _y , this._y); BountyObject = eval (("_root." + _name) + "Bounty"); BountyObject.bounty = 2; _visible = false; _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } } } if (killedBy != null) { toKillX = _x - killedBy._x; toKillY = _y - killedBy._y; killDir = (-Math.atan2(toKillX, toKillY)) / (Math.PI/180); killDir = killDir - 180; SplatName = ("_root." + this._name) + "Splat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , killdir); setProperty(SplatName, _x , this._x); setProperty(SplatName, _y , this._y); _global.MakeNoise("Splat"); _visible = false; _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } if (justBounced == 0) { if (_root.HeroPointer.hitTest(_x, _y, true)) { justBounced = 8; bouncedOffX = _root.HeroPointer._x; bouncedOffY = _root.HeroPointer._x; _global.justHit = this; } else { x = 0; while (x < _global.Enemies.length) { if (_global.Enemies[x] != _name) { hitTarget = eval ("_root." + _global.Enemies[x]); if (hitTarget.hitTest(_x, _y, true)) { justBounced = 8; bouncedOffX = hitTarget._x; bouncedOffY = hitTarget._y; break; } } x++; } } if (justBounced != 0) { BoingNoise = new Sound(); BoingNoise.attachSound("Boing Sound"); BoingNoise.onSoundComplete = function () { BoingNoise.stop(); }; BoingNoise.start(); if (_x > bouncedOffX) { gotoSpotX = (int(Math.random() * (550 - _x)) + _x) + 20; } else { gotoSpotX = int(Math.random() * _x) - 19; } if (_y > bouncedOffY) { gotoSpotY = (int(Math.random() * (400 - _y)) + _y) + 20; } else { gotoSpotY = int(Math.random() * _y) - 19; } delta_bounceX = Math.abs(_x - bouncedOffX); delta_bounceY = Math.abs(_y - bouncedOffY); if (delta_bounceX > delta_bounceY) { if (gotoSpotX > 275) { gotoSpotX = 555; } else { gotoSpotX = -5; } } else if (gotoSpotY > 200) { gotoSpotY = 405; } else { gotoSpotY = -5; } } } else { justBounced--; } if (justBounced > 0) { delta_x = _x - gotoSpotX; delta_y = _y - gotoSpotY; targetRotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180); _rotation = targetRotation; } if ((((_y > -6) && (_x > -6)) && (_y < 406)) && (_x < 556)) { _y = (_y - (speed * Math.cos(_rotation * (Math.PI/180)))); _x = (_x + (speed * Math.sin(_rotation * (Math.PI/180)))); } else { _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } if (_currentframe == 31) { duplicateMovieClip (_root.Oozle, "Oozle" + _name.slice(4), _global.baddieDepth++); _global.Enemies.push("Oozle" + _name.slice(4)); with (eval ("_root.Oozle" + _name.slice(4))) { _x = this._x; _y = this._y; _rotation = this._rotation; } _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } } }
Instance of Symbol 522 MovieClip "Oozle" in Frame 7
onClipEvent (load) { mommy = false; if (_name == "Oozle") { mommy = true; stop(); } else { this.addProperty("speed", this.getSpeed, this.setSpeed); this.addProperty("turnSpeed", this.getTurnSpeed, this.setTurnSpeed); this.addProperty("health", this.getHealth, this.setHealth); health = 3; recoil = 0; lilSplats = 0; speed = 2; turnSpeed = 2; if (eval (_root.HeroPointer) != undefined) { gotoSpotX = _root.HeroPointer._x; gotoSpotY = _root.HeroPointer._y; } else { gotoSpotX = _x + 20; gotoSpotY = _y + 20; } if (SearchArray(EnemiesSeen, "Oozle") == null) { EnemiesSeen.push("Oozle"); } if (SearchArray(_global.Enemies, _name) == null) { _global.Enemies.push(_name); } } } onClipEvent (enterFrame) { if (!mommy) { if (SearchArray(_global.Enemies, _name) == null) { _global.Enemies.push(_name); } if (eval (_root.HeroPointer) != undefined) { gotoSpotX = _root.HeroPointer._x; gotoSpotY = _root.HeroPointer._y; } if (recoil > 0) { recoil--; } if (_global.HeroAction == "attacking") { if ((_root.HeroSlashin._currentframe > 4) && (_root.HeroSlashin._currentframe < 14)) { if (_root.HeroSwing.hittest(_x, _y, true) && (recoil == 0)) { health--; recoil = 20; SplatName = (("_root." + this._name) + "Splat") + lilSplats; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), (this._name + "Splat") + (lilSplats++), _global.effectDepth++); setProperty(SplatName, _rotation , (_root.HeroPointer._rotation + int(Math.random() * 61)) + 30); setProperty(SplatName, _x , this._x); setProperty(SplatName, _y , this._y); if ((health == 0) || (_global.RazorGlaiveEquipped)) { SplatName = ("_root." + this._name) + "BigSplat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "BigSplat", _global.effectDepth++); setProperty(SplatName, _rotation , (_root.HeroPointer._rotation + int(Math.random() * 61)) + 30); setProperty(SplatName, _x , this._x); setProperty(SplatName, _xscale , 170); setProperty(SplatName, _y , this._y); setProperty(SplatName, _yscale , 170); _global.MakeNoise("Pop"); _global.MakeNoise("Splash"); duplicateMovieClip (_root.Bounty, _name + "Bounty", _global.markDepth++); setProperty(("_root." + _name) + "Bounty", _x , this._x); setProperty(("_root." + _name) + "Bounty", _y , this._y); BountyObject = eval (("_root." + _name) + "Bounty"); BountyObject.bounty = 15; if (SearchArray(EnemiesKilled, "Oozle") == null) { EnemiesKilled.push("Oozle"); } _visible = false; _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } else { _global.MakeNoise("Slice"); } } } } if (hitTest(_root.HeroPointer._x, _root.HeroPointer._y, true)) { _global.justHit = this; } else { x = 0; while (x < _global.Enemies.length) { if (_global.Enemies[x] != _name) { hitTarget = eval ("_root." + _global.Enemies[x]); if (hitTest(hitTarget._x, hitTarget._y, true)) { if ((hitTarget._name.slice(0, 7) == "Gloople") && ((int(Math.random() * 100) + 1) < 11)) { _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, hitTarget._name), 1); _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); duplicateMovieClip (_root.OozleGlom, "Glom" + _name.slice(5), _global.baddieDepth++); _global.Enemies.push("Glom" + _name.slice(5)); Glommie = eval ("_root.Glom" + _name.slice(5)); with (Glommie) { _x = this._x; _y = this._y; _rotation = (-Math.atan2(this._x - hitTarget._x, this._y - hitTarget._y)) / (Math.PI/180); } _global.MakeNoise("Glom"); removeMovieClip(hitTarget); this.removeMovieClip(); } else { hitTarget.killedBy = this; } } } x++; } } if (killedBy != null) { killName = killedBy._name.slice(0, 4); if (((((((killName == "Oozl") || (killName == "Shar")) || (killName == "Grin")) || (killName == "Gray")) || (killedBy.exploded)) || (killName == "Horr")) || (killedBy.claw)) { toKillX = _x - killedBy._x; toKillY = _y - killedBy._y; killDir = (-Math.atan2(toKillX, toKillY)) / (Math.PI/180); killDir = killDir - 180; SplatName = ("_root." + this._name) + "BigSplat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "BigSplat", _global.effectDepth++); setProperty(SplatName, _rotation , killDir); setProperty(SplatName, _x , this._x); setProperty(SplatName, _xscale , 170); setProperty(SplatName, _y , this._y); setProperty(SplatName, _yscale , 170); _global.MakeNoise("Pop"); _global.MakeNoise("Splash"); _visible = false; _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } } delta_x = _x - gotoSpotX; delta_y = _y - gotoSpotY; targetRotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180); if (_rotation != targetRotation) { if ((_rotation >= 0) && (targetRotation >= 0)) { if (_rotation > targetRotation) { if ((_rotation - targetRotation) > turnSpeed) { _rotation = (_rotation - turnSpeed); } else { _rotation = targetRotation; } } else if ((targetRotation - _rotation) > turnSpeed) { _rotation = (_rotation + turnSpeed); } else { _rotation = targetRotation; } } else if ((_rotation < 0) && (targetRotation < 0)) { if (_rotation > targetRotation) { if ((_rotation - targetRotation) > turnSpeed) { _rotation = (_rotation - turnSpeed); } else { _rotation = targetRotation; } } else if ((targetRotation - _rotation) > turnSpeed) { _rotation = (_rotation + turnSpeed); } else { _rotation = targetRotation; } } else if (_rotation > targetRotation) { if (_rotation < (targetRotation + 180)) { _rotation = (_rotation - turnSpeed); } else { _rotation = (_rotation + turnSpeed); } } else if (_rotation > (targetRotation - 180)) { _rotation = (_rotation + turnSpeed); } else { _rotation = (_rotation - turnSpeed); } } if ((((_y > -6) && (_x > -6)) && (_y < 406)) && (_x < 556)) { _y = (_y - (speed * Math.cos(_rotation * (Math.PI/180)))); _x = (_x + (speed * Math.sin(_rotation * (Math.PI/180)))); } else { _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } if (Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) <= speed) { gotoSpotX = int(Math.random() * 540) + 6; gotoSpotY = int(Math.random() * 390) + 6; } } }
Instance of Symbol 259 MovieClip "Biter" in Frame 7
onClipEvent (load) { mommy = false; justBounced = 0; if (_name == "Biter") { mommy = true; stop(); } this.addProperty("speed", this.getSpeed, this.setSpeed); this.addProperty("turnSpeed", this.getTurnSpeed, this.setTurnSpeed); this.addProperty("killedBy", this.getKilledBy, this.setKilledBy); this.addProperty("lunging", this.getLunging, null); killedBy = null; lunging = false; speed = 4; turnSpeed = 3; switch (_x) { case -5 : if (_y < 200) { if ((int(Math.random() * 3) + 1) == 1) { gotoSpotX = int(Math.random() * 550) + 1; gotoSpotY = 405; } else { gotoSpotX = 555; gotoSpotY = int(Math.random() * 400) + 1; } } else if ((int(Math.random() * 3) + 1) == 1) { gotoSpotX = int(Math.random() * 550) + 1; gotoSpotY = -5; } else { gotoSpotX = 555; gotoSpotY = int(Math.random() * 400) + 1; } break; case 555 : if (_y < 200) { if ((int(Math.random() * 3) + 1) == 1) { gotoSpotX = int(Math.random() * 550) + 1; gotoSpotY = 405; } else { gotoSpotX = -5; gotoSpotY = int(Math.random() * 400) + 1; } } else if ((int(Math.random() * 3) + 1) == 1) { gotoSpotX = int(Math.random() * 550) + 1; gotoSpotY = -5; } else { gotoSpotX = -5; gotoSpotY = int(Math.random() * 400) + 1; } break; default : if (_y == -5) { if (_x < 275) { if ((int(Math.random() * 3) + 1) == 1) { gotoSpotX = 555; gotoSpotY = int(Math.random() * 400) + 1; } else { gotoSpotX = int(Math.random() * 550) + 1; gotoSpotY = 405; } } else if ((int(Math.random() * 3) + 1) == 1) { gotoSpotX = -5; gotoSpotY = int(Math.random() * 400) + 1; } else { gotoSpotX = int(Math.random() * 500) + 1; gotoSpotY = 405; } } else if (_x < 275) { if ((int(Math.random() * 3) + 1) == 1) { gotoSpotX = 555; gotoSpotY = int(Math.random() * 400) + 1; } else { gotoSpotX = int(Math.random() * 550) + 1; gotoSpotY = -5; } } else if ((int(Math.random() * 3) + 1) == 1) { gotoSpotX = -5; gotoSpotY = int(Math.random() * 400) + 1; } else { gotoSpotX = int(Math.random() * 500) + 1; gotoSpotY = -5; } } delta_x = _x - gotoSpotX; delta_y = _y - gotoSpotY; _rotation = ((-Math.atan2(delta_x, delta_y)) / (Math.PI/180)); if (eval (_root.HeroPointer) == undefined) { if (_root.SpawnPoint.SearchArray(_global.Enemies, _name) == null) { _global.Enemies.push(_name); } } } onClipEvent (enterFrame) { if (!mommy) { if (SearchArray(_global.Enemies, _name) == null) { _global.Enemies.push(_name); } if (eval (_root.HeroPointer) != undefined) { gotoSpotX = _root.HeroPointer._x; gotoSpotY = _root.HeroPointer._y; } else if (Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) <= speed) { gotoSpotX = int(Math.random() * 540) + 6; gotoSpotY = int(Math.random() * 390) + 6; } if (_global.HeroAction == "attacking") { if ((_root.HeroSlashin._currentframe > 4) && (_root.HeroSlashin._currentframe < 14)) { if (_root.HeroSwing.hittest(_x, _y, true)) { SplatName = ("_root." + this._name) + "Splat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , (_root.HeroPointer._rotation + int(Math.random() * 61)) + 30); setProperty(SplatName, _x , this._x); setProperty(SplatName, _y , this._y); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(2781657); _global.MakeNoise("Splat"); duplicateMovieClip (_root.Bounty, _name + "Bounty", _global.markDepth++); setProperty(("_root." + _name) + "Bounty", _x , this._x); setProperty(("_root." + _name) + "Bounty", _y , this._y); BountyObject = eval (("_root." + _name) + "Bounty"); BountyObject.bounty = 8; if (SearchArray(EnemiesKilled, "Biter") == null) { EnemiesKilled.push("Biter"); } _visible = false; _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } } } if (killedBy != null) { toKillX = _x - killedBy._x; toKillY = _y - killedBy._y; killDir = (-Math.atan2(toKillX, toKillY)) / (Math.PI/180); killDir = killDir - 180; SplatName = ("_root." + this._name) + "Splat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , killDir); setProperty(SplatName, _x , this._x); setProperty(SplatName, _y , this._y); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(2781657); _global.MakeNoise("Splat"); _visible = false; _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } if (justBounced == 0) { if (_root.HeroPointer.hitTest(_x, _y, true)) { if (!lunging) { justBounced = 8; bouncedOffX = _root.HeroPointer._x; bouncedOffY = _root.HeroPointer._y; _global.justHit = this; } else { _global.justHit = this; removeMovieClip(myLunge); duplicateMovieClip (_root.HeroMangle, _name + "Mangling", _global.heroDepth++); myMangler = eval (("_root." + _name) + "Mangling"); with (myMangler) { _x = this._x; _y = this._y; _rotation = this._rotation; } _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); } } else { x = 0; while (x < _global.Enemies.length) { if (_global.Enemies[x] != _name) { hitTarget = eval ("_root." + _global.Enemies[x]); if (hitTarget.hitTest(_x, _y, true)) { if ((hitTarget._name.slice(0, 5) == "Biter") && ((int(Math.random() * 100) + 1) < 11)) { _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, hitTarget._name), 1); _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); duplicateMovieClip (_root.BiterGlom, "Glom" + _name.slice(5), _global.baddieDepth++); _global.Enemies.push("Glom" + _name.slice(5)); Glommie = eval ("_root.Glom" + _name.slice(5)); with (Glommie) { _x = this._x; _y = this._y; _rotation = (-Math.atan2(this._x - hitTarget._x, this._y - hitTarget._y)) / (Math.PI/180); } _global.MakeNoise("Glom"); removeMovieClip(hitTarget); this.removeMovieClip(); } else { if (!lunging) { justBounced = 8; bouncedOffX = hitTarget._x; bouncedOffY = hitTarget._y; break; } if (hitTarget._name.slice(0, 5) != "Oozle") { hitTarget.killedBy = this; } } } } x++; } } if (justBounced != 0) { _global.MakeNoise("Boing"); if (_x > bouncedOffX) { BouncetoSpotX = (int(Math.random() * (550 - _x)) + _x) + 20; } else { BouncetoSpotX = int(Math.random() * _x) - 19; } if (_y > bouncedOffY) { BouncetoSpotY = (int(Math.random() * (400 - _y)) + _y) + 20; } else { BouncetoSpotY = int(Math.random() * _y) - 19; } delta_bounceX = Math.abs(_x - bouncedOffX); delta_bounceY = Math.abs(_y - bouncedOffY); if (delta_bounceX > delta_bounceY) { if (BouncetoSpotX > 275) { BouncetoSpotX = 555; } else { BouncetoSpotX = -5; } } else if (BouncetoSpotY > 200) { BouncetoSpotY = 405; } else { BouncetoSpotY = -5; } _rotation = ((-Math.atan2(_x - BouncetoSpotX, _y - BouncetoSpotY)) / (Math.PI/180)); } } else { justBounced--; } delta_x = _x - gotoSpotX; delta_y = _y - gotoSpotY; targetRotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180); if ((_rotation != targetRotation) && (!lunging)) { if ((_rotation >= 0) && (targetRotation >= 0)) { if (_rotation > targetRotation) { if ((_rotation - targetRotation) > turnSpeed) { _rotation = (_rotation - turnSpeed); } else { _rotation = targetRotation; } } else if ((targetRotation - _rotation) > turnSpeed) { _rotation = (_rotation + turnSpeed); } else { _rotation = targetRotation; } } else if ((_rotation < 0) && (targetRotation < 0)) { if (_rotation > targetRotation) { if ((_rotation - targetRotation) > turnSpeed) { _rotation = (_rotation - turnSpeed); } else { _rotation = targetRotation; } } else if ((targetRotation - _rotation) > turnSpeed) { _rotation = (_rotation + turnSpeed); } else { _rotation = targetRotation; } } else if (_rotation > targetRotation) { if (_rotation < (targetRotation + 180)) { _rotation = (_rotation - turnSpeed); } else { _rotation = (_rotation + turnSpeed); } } else if (_rotation > (targetRotation - 180)) { _rotation = (_rotation + turnSpeed); } else { _rotation = (_rotation - turnSpeed); } } if ((((_y > -6) && (_x > -6)) && (_y < 406)) && (_x < 556)) { _y = (_y - (speed * Math.cos(_rotation * (Math.PI/180)))); _x = (_x + (speed * Math.sin(_rotation * (Math.PI/180)))); } else { _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } if (((!lunging) && (speed == 4)) && (eval (_root.HeroPointer) != undefined)) { if (Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) <= 120) { if (Math.abs(_rotation - targetRotation) < 20) { _visible = false; duplicateMovieClip (_root.BiterLunge, _name + "Lunge", _global.baddieDepth++); myLunge = eval (("_root." + _name) + "Lunge"); with (myLunge) { _x = this._x; _y = this._y; _rotation = this._rotation; } speed = speed * 1.5; lunging = true; _global.MakeNoise("BiterGrowl" + (int(Math.random() * 3) + 1)); } } } if (lunging && (myLunge._currentFrame == 20)) { removeMovieClip(myLunge); _visible = true; speed = speed / 1.5; lunging = false; } } }
Instance of Symbol 1858 MovieClip "BiterLunge" in Frame 7
onClipEvent (load) { if (_name == "BiterLunge") { stop(); } else { daddyBiter = eval ("_root." + _name.slice(0, _name.length - 5)); } } onClipEvent (enterFrame) { if (_name != "BiterLunge") { if (eval (daddyBiter) == undefined) { removeMovieClip(this); } _x = daddyBiter._x; _y = daddyBiter._y; _rotation = daddyBiter._rotation; } }
Instance of Symbol 1905 MovieClip "HeroMangle" in Frame 7
onClipEvent (load) { if (_name == "HeroMangle") { stop(); } else { speed = 4; playsthrough = 0; splats = 0; daddyBiter = eval ("_root." + _name.slice(0, _name.length - 8)); } } onClipEvent (enterFrame) { if (_name != "HeroMangle") { if (_currentframe == 4) { removeMovieClip(daddyBiter); } if (_currentframe < 16) { if ((((_y > -6) && (_x > -6)) && (_y < 406)) && (_x < 556)) { _y = (_y - (speed * Math.cos(_rotation * (Math.PI/180)))); _x = (_x + (speed * Math.sin(_rotation * (Math.PI/180)))); } else { this.removeMovieClip(); } } if ((_currentframe == 25) || (_currentframe == 40)) { BloodName = (("_root." + this._name) + "Blood") + splats; duplicateMovieClip (eval ("_root.Blood" + String(random(3) + 1)), (this._name + "Blood") + splats, _global.effectDepth++); setProperty(BloodName, _rotation , int(Math.random() * 360) - 180); setProperty(BloodName, _x , this._x); setProperty(BloodName, _y , this._y); splats++; _global.MakeNoise("Wound"); } if ((_currentframe == 46) && (playsthrough < 3)) { gotoAndPlay (16); playsthrough++; } else if (playsthrough == 3) { stop(); duplicateMovieClip (_root.HeroMangled, "DeadHero", _global.effectDepth++); with (_root.DeadHero) { _x = this._x; _y = this._y; _rotation = this._rotation; } duplicateMovieClip (_root.Biter, "Biter00", _global.baddieDepth++); with (_root.Biter00) { _x = this._x; _y = this._y; _rotation = this._rotation; } removeMovieClip(this); } } }
Instance of Symbol 1910 MovieClip "AcidBubble" in Frame 7
onClipEvent (load) { if (_name == "AcidBubble") { stop(); } } onClipEvent (enterFrame) { if (_currentframe == 20) { bubbleRotation = int(Math.random() * 359) - 180; PopName = (("_root." + this._name) + "Pop") + _currentframe; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), (this._name + "Pop") + _currentframe, _global.effectDepth++); setProperty(PopName, _rotation , bubbleRotation); setProperty(PopName, _x , this._x); setProperty(PopName, _y , this._y); setProperty(PopName, _xscale , 30); setProperty(PopName, _yscale , 30); PopColor = new Color(eval (PopName)); PopColor.setRGB(15898925); removeMovieClip(this); } }
Instance of Symbol 590 MovieClip "Sharp" in Frame 7
onClipEvent (load) { mommy = false; justBounced = 0; justStruck = 0; rattled = 0; if (_name == "Sharp") { mommy = true; stop(); } this.addProperty("speed", this.getSpeed, this.setSpeed); this.addProperty("turnSpeed", this.getTurnSpeed, this.setTurnSpeed); this.addProperty("killedBy", this.getKilledBy, this.setKilledBy); this.addProperty("hazard", this.getHazard, setHazard); this.addProperty("spines", this.getSpines, null); killedBy = null; spines = false; hazard = false; speed = 3; turnSpeed = 3; speedBoost = 0; switch (_x) { case -5 : if (_y < 200) { if ((int(Math.random() * 3) + 1) == 1) { gotoSpotX = int(Math.random() * 550) + 1; gotoSpotY = 405; } else { gotoSpotX = 555; gotoSpotY = int(Math.random() * 400) + 1; } } else if ((int(Math.random() * 3) + 1) == 1) { gotoSpotX = int(Math.random() * 550) + 1; gotoSpotY = -5; } else { gotoSpotX = 555; gotoSpotY = int(Math.random() * 400) + 1; } break; case 555 : if (_y < 200) { if ((int(Math.random() * 3) + 1) == 1) { gotoSpotX = int(Math.random() * 550) + 1; gotoSpotY = 405; } else { gotoSpotX = -5; gotoSpotY = int(Math.random() * 400) + 1; } } else if ((int(Math.random() * 3) + 1) == 1) { gotoSpotX = int(Math.random() * 550) + 1; gotoSpotY = -5; } else { gotoSpotX = -5; gotoSpotY = int(Math.random() * 400) + 1; } break; default : if (_y == -5) { if (_x < 275) { if ((int(Math.random() * 3) + 1) == 1) { gotoSpotX = 555; gotoSpotY = int(Math.random() * 400) + 1; } else { gotoSpotX = int(Math.random() * 550) + 1; gotoSpotY = 405; } } else if ((int(Math.random() * 3) + 1) == 1) { gotoSpotX = -5; gotoSpotY = int(Math.random() * 400) + 1; } else { gotoSpotX = int(Math.random() * 500) + 1; gotoSpotY = 405; } } else if (_x < 275) { if ((int(Math.random() * 3) + 1) == 1) { gotoSpotX = 555; gotoSpotY = int(Math.random() * 400) + 1; } else { gotoSpotX = int(Math.random() * 550) + 1; gotoSpotY = -5; } } else if ((int(Math.random() * 3) + 1) == 1) { gotoSpotX = -5; gotoSpotY = int(Math.random() * 400) + 1; } else { gotoSpotX = int(Math.random() * 500) + 1; gotoSpotY = -5; } } delta_x = _x - gotoSpotX; delta_y = _y - gotoSpotY; _rotation = ((-Math.atan2(delta_x, delta_y)) / (Math.PI/180)); if (eval (_root.HeroPointer) == undefined) { if (_root.SpawnPoint.SearchArray(_global.Enemies, _name) == null) { _global.Enemies.push(_name); } } } onClipEvent (enterFrame) { if (!mommy) { if (SearchArray(_global.Enemies, _name) == null) { _global.Enemies.push(_name); } if (eval (_root.HeroPointer) != undefined) { gotoSpotX = _root.HeroPointer._x; gotoSpotY = _root.HeroPointer._y; } else if (Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) <= speed) { gotoSpotX = int(Math.random() * 540) + 6; gotoSpotY = int(Math.random() * 390) + 6; } if (speedBoost > 0) { speedBoost = speedBoost - 0.5; } if (_global.HeroAction == "attacking") { if ((_root.HeroSlashin._currentframe > 4) && (_root.HeroSlashin._currentframe < 14)) { if (_root.HeroSwing.hittest(_x, _y, true)) { if (justStruck == 0) { if ((!spines) || (_global.RazorGlaiveEquipped)) { if (spines) { SparkName = ("_root." + this._name) + "Sparks"; duplicateMovieClip (_root.Sparks, this._name + "Sparks", _global.effectDepth++); setProperty(SparkName, _rotation , this._rotation); setProperty(SparkName, _x , this._x); setProperty(SparkName, _y , this._y); _global.MakeNoise("Clang"); } SplatName = ("_root." + this._name) + "Splat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , (_root.HeroPointer._rotation + int(Math.random() * 61)) + 30); setProperty(SplatName, _x , this._x); setProperty(SplatName, _y , this._y); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(4776397); _global.MakeNoise("Splat"); duplicateMovieClip (_root.Bounty, _name + "Bounty", _global.markDepth++); setProperty(("_root." + _name) + "Bounty", _x , this._x); setProperty(("_root." + _name) + "Bounty", _y , this._y); BountyObject = eval (("_root." + _name) + "Bounty"); BountyObject.bounty = 12; if (SearchArray(EnemiesKilled, "Sharp") == null) { EnemiesKilled.push("Sharp"); } _visible = false; _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } else { SparkName = ("_root." + this._name) + "Sparks"; duplicateMovieClip (_root.Sparks, this._name + "Sparks", _global.effectDepth++); setProperty(SparkName, _rotation , this._rotation); setProperty(SparkName, _x , this._x); setProperty(SparkName, _y , this._y); _global.MakeNoise("Clang"); _rotation = ((_root.HeroPointer._rotation + int(Math.random() * 61)) + 30); speedBoost = 3; justStruck = 20; rattled = 50; } } } } } if (justStruck > 0) { justStruck--; } if ((killedBy != null) && (!spines)) { toKillX = _x - killedBy._x; toKillY = _y - killedBy._y; killDir = (-Math.atan2(toKillX, toKillY)) / (Math.PI/180); killDir = killDir - 180; SplatName = ("_root." + this._name) + "Splat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , killDir); setProperty(SplatName, _x , this._x); setProperty(SplatName, _y , this._y); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(4776397); _global.MakeNoise("Splat"); _visible = false; _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } else if (killedBy != null) { if (killedBy.exploded) { toKillX = _x - killedBy._x; toKillY = _y - killedBy._y; killDir = (-Math.atan2(toKillX, toKillY)) / (Math.PI/180); killDir = killDir - 180; SplatName = ("_root." + this._name) + "Splat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , killDir); setProperty(SplatName, _x , this._x); setProperty(SplatName, _y , this._y); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(4776397); _global.MakeNoise("Splat"); _visible = false; _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } else { SparkName = ("_root." + this._name) + "Sparks"; duplicateMovieClip (_root.Sparks, this._name + "Sparks", _global.effectDepth++); setProperty(SparkName, _rotation , this._rotation); setProperty(SparkName, _x , this._x); setProperty(SparkName, _y , this._y); _global.MakeNoise("Clang"); _rotation = ((killedBy._rotation + int(Math.random() * 61)) + 30); speedBoost = 3; justStruck = 20; rattled = 50; killedBy = null; } } if (justBounced == 0) { if (hitTest(_root.HeroPointer._x, _root.HeroPointer._y, true)) { if (!spines) { justBounced = 8; bouncedOffX = _root.HeroPointer._x; bouncedOffY = _root.HeroPointer._y; _global.justHit = this; } else { _global.justHit = this; duplicateMovieClip (_root.HeroImpaled, _name + "Impale", _global.heroDepth++); myImpale = eval (("_root." + _name) + "Impale"); with (myImpale) { _x = this._x; _y = this._y; _rotation = this._rotation; } _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); _visible = false; } } else { x = 0; while (x < _global.Enemies.length) { if (_global.Enemies[x] != _name) { hitTarget = eval ("_root." + _global.Enemies[x]); if (hitTest(hitTarget._x, hitTarget._y, true)) { if (!spines) { justBounced = 8; bouncedOffX = hitTarget._x; bouncedOffY = hitTarget._y; break; } if (((hitTarget._name.slice(0, 5) == "Sharp") && (hitTarget.spines)) || (hitTarget._name.slice(0, 7) == "Grinder")) { justBounced = 8; bouncedOffX = hitTarget._x; bouncedOffY = hitTarget._y; break; } hitTarget.killedBy = this; } } x++; } } if (justBounced != 0) { if (spines) { SparkName = ("_root." + this._name) + "Sparks"; duplicateMovieClip (_root.Sparks, this._name + "Sparks", _global.effectDepth++); setProperty(SparkName, _rotation , this._rotation); setProperty(SparkName, _x , this._x); setProperty(SparkName, _y , this._y); _global.MakeNoise("Clang"); } else { _global.MakeNoise("Boing"); } if (_x > bouncedOffX) { BouncetoSpotX = (int(Math.random() * (550 - _x)) + _x) + 20; } else { BouncetoSpotX = int(Math.random() * _x) - 19; } if (_y > bouncedOffY) { BouncetoSpotY = (int(Math.random() * (400 - _y)) + _y) + 20; } else { BouncetoSpotY = int(Math.random() * _y) - 19; } delta_bounceX = Math.abs(_x - bouncedOffX); delta_bounceY = Math.abs(_y - bouncedOffY); if (delta_bounceX > delta_bounceY) { if (BouncetoSpotX > 275) { BouncetoSpotX = 555; } else { BouncetoSpotX = -5; } } else if (BouncetoSpotY > 200) { BouncetoSpotY = 405; } else { BouncetoSpotY = -5; } _rotation = ((-Math.atan2(_x - BouncetoSpotX, _y - BouncetoSpotY)) / (Math.PI/180)); } } else { justBounced--; } delta_x = _x - gotoSpotX; delta_y = _y - gotoSpotY; targetRotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180); if (_rotation != targetRotation) { if ((_rotation >= 0) && (targetRotation >= 0)) { if (_rotation > targetRotation) { if ((_rotation - targetRotation) > turnSpeed) { _rotation = (_rotation - turnSpeed); } else { _rotation = targetRotation; } } else if ((targetRotation - _rotation) > turnSpeed) { _rotation = (_rotation + turnSpeed); } else { _rotation = targetRotation; } } else if ((_rotation < 0) && (targetRotation < 0)) { if (_rotation > targetRotation) { if ((_rotation - targetRotation) > turnSpeed) { _rotation = (_rotation - turnSpeed); } else { _rotation = targetRotation; } } else if ((targetRotation - _rotation) > turnSpeed) { _rotation = (_rotation + turnSpeed); } else { _rotation = targetRotation; } } else if (_rotation > targetRotation) { if (_rotation < (targetRotation + 180)) { _rotation = (_rotation - turnSpeed); } else { _rotation = (_rotation + turnSpeed); } } else if (_rotation > (targetRotation - 180)) { _rotation = (_rotation + turnSpeed); } else { _rotation = (_rotation - turnSpeed); } } if ((((_y > -6) && (_x > -6)) && (_y < 406)) && (_x < 556)) { _y = (_y - ((speed + speedBoost) * Math.cos(_rotation * (Math.PI/180)))); _x = (_x + ((speed + speedBoost) * Math.sin(_rotation * (Math.PI/180)))); } else { _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } if (hazard) { if (_currentframe < 42) { gotoAndPlay (42); } if (_currentframe == 76) { gotoAndPlay (56); } } else if (_currentframe == 41) { gotoAndPlay (1); } hazard = false; if (_currentframe == 45) { _global.MakeNoise("SharpsOut"); } if (_currentframe == 77) { _global.MakeNoise("SharpsIn"); } if (eval (("_root." + _name) + "Flame") != undefined) { gotoAndStop (1); } if (eval (("_root." + _name) + "Goo") != undefined) { gotoAndStop (1); } if (eval (("_root." + _name) + "Morph") != undefined) { gotoAndStop (1); } if (eval (("_root." + _name) + "GloopleBurn") != undefined) { gotoAndStop (1); } if (eval (("_root." + _name) + "GloopleMelt") != undefined) { gotoAndStop (1); } toHazardX = _x - _root.HeroPointer._x; toHazardY = _y - _root.HeroPointer._y; hazardRotation = (-Math.atan2(toHazardX, toHazardY)) / (Math.PI/180); if (Math.sqrt((toHazardX * toHazardX) + (toHazardY * toHazardY)) <= 200) { if (Math.abs(_rotation - hazardRotation) < 60) { hazard = true; } } x = 0; while (x < _global.Enemies.length) { if (_global.Enemies[x] != _name) { hazTarget = eval ("_root." + _global.Enemies[x]); toHazardX = _x - hazTarget._x; toHazardY = _y - hazTarget._y; hazardRotation = (-Math.atan2(toHazardX, toHazardY)) / (Math.PI/180); if (Math.sqrt((toHazardX * toHazardX) + (toHazardY * toHazardY)) <= 100) { if (Math.abs(_rotation - hazardRotation) < 30) { hazard = true; } } } x++; } x = 0; while (x < _global.Hazards.length) { targetHazard = eval ("_root." + _global.Hazards[x]); p = 10; while (p < 70) { ProjPathX = _x + (p * Math.sin(_rotation * (Math.PI/180))); ProjPathY = _y - (p * Math.cos(_rotation * (Math.PI/180))); if (targetHazard.hitTest(ProjPathX, ProjPathY, false)) { hazard = true; } p = p + 10; } x++; } if (rattled > 0) { hazard = true; rattled--; } if ((_currentframe < 46) || (_currentframe > 89)) { spines = false; turnspeed = 3; } else { spines = true; turnspeed = 2; } } }
Instance of Symbol 1919 MovieClip "Sparks" in Frame 7
onClipEvent (load) { if (_name == "Sparks") { stop(); } } onClipEvent (enterFrame) { if (_currentframe == _totalframes) { removeMovieClip(this); } }
Instance of Symbol 1966 MovieClip "HeroImpaled" in Frame 7
onClipEvent (load) { mommy = false; justBounced = 0; printcount = 0; if (_name == "HeroImpaled") { mommy = true; stop(); } else { killedBy = null; spines = true; speed = 3; turnSpeed = 3; _global.Enemies.push(_name); } } onClipEvent (enterFrame) { if (!mommy) { if (eval (_root.HeroPointer) != undefined) { gotoSpotX = _root.HeroPointer._x; gotoSpotY = _root.HeroPointer._y; } else if (Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) <= speed) { gotoSpotX = int(Math.random() * 540) + 6; gotoSpotY = int(Math.random() * 390) + 6; } if (justBounced == 0) { x = 0; while (x < _global.Enemies.length) { if (_global.Enemies[x] != _name) { hitTarget = eval ("_root." + _global.Enemies[x]); if (hitTest(hitTarget._x, hitTarget._y, true)) { if ((hitTarget._name.slice(0, 5) == "Sharp") && (hitTarget.spines)) { justBounced = 8; bouncedOffX = hitTarget._x; bouncedOffY = hitTarget._y; break; } hitTarget.killedBy = this; } } x++; } if (justBounced != 0) { SparkName = ("_root." + this._name) + "Sparks"; duplicateMovieClip (_root.Sparks, this._name + "Sparks", _global.effectDepth++); setProperty(SparkName, _rotation , this._rotation); setProperty(SparkName, _x , this._x); setProperty(SparkName, _y , this._y); ClangNoise = new Sound(); ClangNoise.attachSound("Sword Clang Sound"); ClangNoise.onSoundComplete = function () { ClangNoise.stop(); }; ClangNoise.start(); if (_x > bouncedOffX) { BouncetoSpotX = (int(Math.random() * (550 - _x)) + _x) + 20; } else { BouncetoSpotX = int(Math.random() * _x) - 19; } if (_y > bouncedOffY) { BouncetoSpotY = (int(Math.random() * (400 - _y)) + _y) + 20; } else { BouncetoSpotY = int(Math.random() * _y) - 19; } delta_bounceX = Math.abs(_x - bouncedOffX); delta_bounceY = Math.abs(_y - bouncedOffY); if (delta_bounceX > delta_bounceY) { if (BouncetoSpotX > 275) { BouncetoSpotX = 555; } else { BouncetoSpotX = -5; } } else if (BouncetoSpotY > 200) { BouncetoSpotY = 405; } else { BouncetoSpotY = -5; } _rotation = ((-Math.atan2(_x - BouncetoSpotX, _y - BouncetoSpotY)) / (Math.PI/180)); } } else { justBounced--; } delta_x = _x - gotoSpotX; delta_y = _y - gotoSpotY; targetRotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180); if (_rotation != targetRotation) { if ((_rotation >= 0) && (targetRotation >= 0)) { if (_rotation > targetRotation) { if ((_rotation - targetRotation) > turnSpeed) { _rotation = (_rotation - turnSpeed); } else { _rotation = targetRotation; } } else if ((targetRotation - _rotation) > turnSpeed) { _rotation = (_rotation + turnSpeed); } else { _rotation = targetRotation; } } else if ((_rotation < 0) && (targetRotation < 0)) { if (_rotation > targetRotation) { if ((_rotation - targetRotation) > turnSpeed) { _rotation = (_rotation - turnSpeed); } else { _rotation = targetRotation; } } else if ((targetRotation - _rotation) > turnSpeed) { _rotation = (_rotation + turnSpeed); } else { _rotation = targetRotation; } } else if (_rotation > targetRotation) { if (_rotation < (targetRotation + 180)) { _rotation = (_rotation - turnSpeed); } else { _rotation = (_rotation + turnSpeed); } } else if (_rotation > (targetRotation - 180)) { _rotation = (_rotation + turnSpeed); } else { _rotation = (_rotation - turnSpeed); } } if ((((_y > -6) && (_x > -6)) && (_y < 406)) && (_x < 556)) { _y = (_y - ((speed + speedBoost) * Math.cos(_rotation * (Math.PI/180)))); _x = (_x + ((speed + speedBoost) * Math.sin(_rotation * (Math.PI/180)))); } else { _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } if ((_currentframe == 6) && (printcount < 6)) { printName = (("_root." + _name) + "Bloodprint") + printcount; duplicateMovieClip (_root.BloodPrint, (_name + "Bloodprint") + (printcount++), _global.effectDepth++); with (eval (printName)) { _x = this._x; _y = this._y; _rotation = this._rotation; gotoAndStop(printcount); } } } }
Instance of Symbol 274 MovieClip "Clutter" in Frame 7
onClipEvent (load) { mommy = false; justBounced = 0; spitting = false; spitDelay = 0; if (_name == "Clutter") { mommy = true; stop(); } this.addProperty("speed", this.getSpeed, this.setSpeed); this.addProperty("turnSpeed", this.getTurnSpeed, this.setTurnSpeed); this.addProperty("killedBy", this.getKilledBy, this.setKilledBy); this.addProperty("little", this.getLittle, null); killedBy = null; little = false; orbitDir = "left"; speed = 4; turnSpeed = 4; driftChange = 0; lockX = false; lockY = false; posture = "search"; spitBabies = 10; beenLittle = 0; switch (_x) { case -5 : if (_y < 200) { if ((int(Math.random() * 3) + 1) == 1) { gotoSpotX = int(Math.random() * 550) + 1; gotoSpotY = 405; } else { gotoSpotX = 555; gotoSpotY = int(Math.random() * 400) + 1; } } else if ((int(Math.random() * 3) + 1) == 1) { gotoSpotX = int(Math.random() * 550) + 1; gotoSpotY = -5; } else { gotoSpotX = 555; gotoSpotY = int(Math.random() * 400) + 1; } break; case 555 : if (_y < 200) { if ((int(Math.random() * 3) + 1) == 1) { gotoSpotX = int(Math.random() * 550) + 1; gotoSpotY = 405; } else { gotoSpotX = -5; gotoSpotY = int(Math.random() * 400) + 1; } } else if ((int(Math.random() * 3) + 1) == 1) { gotoSpotX = int(Math.random() * 550) + 1; gotoSpotY = -5; } else { gotoSpotX = -5; gotoSpotY = int(Math.random() * 400) + 1; } break; default : if (_y == -5) { if (_x < 275) { if ((int(Math.random() * 3) + 1) == 1) { gotoSpotX = 555; gotoSpotY = int(Math.random() * 400) + 1; } else { gotoSpotX = int(Math.random() * 550) + 1; gotoSpotY = 405; } } else if ((int(Math.random() * 3) + 1) == 1) { gotoSpotX = -5; gotoSpotY = int(Math.random() * 400) + 1; } else { gotoSpotX = int(Math.random() * 500) + 1; gotoSpotY = 405; } } else if (_x < 275) { if ((int(Math.random() * 3) + 1) == 1) { gotoSpotX = 555; gotoSpotY = int(Math.random() * 400) + 1; } else { gotoSpotX = int(Math.random() * 550) + 1; gotoSpotY = -5; } } else if ((int(Math.random() * 3) + 1) == 1) { gotoSpotX = -5; gotoSpotY = int(Math.random() * 400) + 1; } else { gotoSpotX = int(Math.random() * 500) + 1; gotoSpotY = -5; } } delta_x = _x - gotoSpotX; delta_y = _y - gotoSpotY; _rotation = ((-Math.atan2(delta_x, delta_y)) / (Math.PI/180)); moveRotation = _rotation; if (eval (_root.HeroPointer) == undefined) { if (_root.SpawnPoint.SearchArray(_global.Enemies, _name) == null) { _global.Enemies.push(_name); } } } onClipEvent (enterFrame) { if (!mommy) { if (SearchArray(_global.Enemies, _name) == null) { _global.Enemies.push(_name); } if (_xscale < 95) { little = true; } else { little = false; } if ((_global.HeroAction == "attacking") && ((!little) || (beenLittle > 10))) { if ((_root.HeroSlashin._currentframe > 4) && (_root.HeroSlashin._currentframe < 14)) { if (_root.HeroSwing.hittest(_x, _y, true)) { SplatName = ("_root." + this._name) + "Splat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , (_root.HeroPointer._rotation + int(Math.random() * 61)) + 30); setProperty(SplatName, _x , this._x); setProperty(SplatName, _xscale , this._xscale); setProperty(SplatName, _y , this._y); setProperty(SplatName, _yscale , this._yscale); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(13781982); if (!little) { littleClutters = int(Math.random() * 3) + 2; x = 1; while (x < littleClutters) { ClutterNum = _root.SpawnPoint.ChildCounter; ClutterName = "_root.Clutter" + String(ClutterNum); duplicateMovieClip (_root.Clutter, "Clutter" + String(ClutterNum), _global.baddieDepth++); with (eval (ClutterName)) { _x = (this._x + int(Math.random() * 20)) - 10; _xscale = 40; _y = (this._y + int(Math.random() * 20)) - 10; _yscale = 40; _rotation = this._rotation - ((180 + int(Math.random() * 40)) - 20); } _global.Enemies.push("Clutter" + String(ClutterNum)); _root.SpawnPoint.ChildCounter++; x++; } } duplicateMovieClip (_root.Bounty, _name + "Bounty", _global.markDepth++); setProperty(("_root." + _name) + "Bounty", _x , this._x); setProperty(("_root." + _name) + "Bounty", _y , this._y); BountyObject = eval (("_root." + _name) + "Bounty"); if (!little) { BountyObject.bounty = 8; if (SearchArray(EnemiesKilled, "Clutter") == null) { EnemiesKilled.push("Clutter"); } _global.MakeNoise("Splat"); } else { BountyObject.bounty = 3; _global.MakeNoise("LilSplat"); } _visible = false; _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } } } if (killedBy != null) { toKillX = _x - killedBy._x; toKillY = _y - killedBy._y; killDir = (-Math.atan2(toKillX, toKillY)) / (Math.PI/180); killDir = killDir - 180; SplatName = ("_root." + this._name) + "Splat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , killDir); setProperty(SplatName, _x , this._x); setProperty(SplatName, _xscale , this._xscale); setProperty(SplatName, _y , this._y); setProperty(SplatName, _yscale , this._yscale); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(13781982); _global.MakeNoise("Splat"); if (!little) { littleClutters = int(Math.random() * 3) + 2; x = 1; while (x < littleClutters) { ClutterNum = _root.SpawnPoint.ChildCounter; ClutterName = "_root.Clutter" + String(ClutterNum); duplicateMovieClip (_root.Clutter, "Clutter" + String(ClutterNum), _global.baddieDepth++); with (eval (ClutterName)) { _x = (this._x + int(Math.random() * 20)) - 10; _xscale = 40; _y = (this._y + int(Math.random() * 20)) - 10; _yscale = 40; _rotation = this._rotation - ((180 + int(Math.random() * 40)) - 20); } _global.Enemies.push("Clutter" + String(ClutterNum)); _root.SpawnPoint.ChildCounter++; x++; } } _visible = false; _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } if (justBounced == 0) { if (_root.HeroPointer.hitTest(_x, _y, true)) { if (!little) { justBounced = 8; bouncedOffX = _root.HeroPointer._x; bouncedOffY = _root.HeroPointer._y; _global.justHit = this; } else { justBounced = 8; bouncedOffX = _root.HeroPointer._x; bouncedOffX = _root.HeroPointer._y; } } else { x = 0; while (x < _global.Enemies.length) { if (_global.Enemies[x] != _name) { hitTarget = eval ("_root." + _global.Enemies[x]); if (hitTarget.hitTest(_x, _y, true)) { justBounced = 8; bouncedOffX = hitTarget._x; bouncedOffY = hitTarget._y; break; } } x++; } } if (justBounced != 0) { _global.MakeNoise("Boing"); if (_x > bouncedOffX) { BouncetoSpotX = (int(Math.random() * (550 - _x)) + _x) + 20; } else { BouncetoSpotX = int(Math.random() * _x) - 19; } if (_y > bouncedOffY) { BouncetoSpotY = (int(Math.random() * (400 - _y)) + _y) + 20; } else { BouncetoSpotY = int(Math.random() * _y) - 19; } delta_bounceX = Math.abs(_x - bouncedOffX); delta_bounceY = Math.abs(_y - bouncedOffY); if (delta_bounceX > delta_bounceY) { if (BouncetoSpotX > 275) { BouncetoSpotX = 555; } else { BouncetoSpotX = -5; } } else if (BouncetoSpotY > 200) { BouncetoSpotY = 405; } else { BouncetoSpotY = -5; } _rotation = ((-Math.atan2(_x - BouncetoSpotX, _y - BouncetoSpotY)) / (Math.PI/180)); } } else { justBounced--; } if (posture != "drift") { gotoSpotX = _root.HeroPointer._x; gotoSpotY = _root.HeroPointer._y; } if ((eval (_root.HeroPointer) != undefined) && (posture != "leave")) { toHero_x = _x - _root.HeroPointer._x; toHero_y = _y - _root.HeroPointer._y; heroDist = Math.sqrt((toHero_x * toHero_x) + (toHero_y * toHero_y)); if (!little) { if (heroDist > 160) { posture = "search"; } else if ((heroDist <= 160) && (heroDist > 140)) { posture = "orbit"; } else { posture = "flee"; } } else if (heroDist > 140) { if ((posture != "drift") || (Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) <= speed)) { gotoSpotX = int(Math.random() * 500) + 26; gotoSpotY = int(Math.random() * 350) + 26; delta_x = _x - gotoSpotX; delta_y = _y - gotoSpotY; _rotation = ((-Math.atan2(delta_x, delta_y)) / (Math.PI/180)); } posture = "drift"; } else { posture = "flee"; } } else if (posture != "leave") { posture = "search"; if (Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) <= speed) { gotoSpotX = int(Math.random() * 540) + 6; gotoSpotY = int(Math.random() * 390) + 6; } } CluttersOnScreen = 0; x = 0; while (x < _global.Enemies.length) { if (_global.Enemies[x].slice(0, 7) == "Clutter") { CluttersOnScreen++; } x++; } if (CluttersOnScreen >= (_global.spawnLimit * 0.7)) { if (int(Math.random() * 130) == 1) { posture = "leave"; } } else if (posture == "leave") { posture = "flee"; } delta_x = _x - gotoSpotX; delta_y = _y - gotoSpotY; targetRotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180); if (_rotation != targetRotation) { if ((_rotation >= 0) && (targetRotation >= 0)) { if (_rotation > targetRotation) { if ((_rotation - targetRotation) > turnSpeed) { _rotation = (_rotation - turnSpeed); } else { _rotation = targetRotation; } } else if ((targetRotation - _rotation) > turnSpeed) { _rotation = (_rotation + turnSpeed); } else { _rotation = targetRotation; } } else if ((_rotation < 0) && (targetRotation < 0)) { if (_rotation > targetRotation) { if ((_rotation - targetRotation) > turnSpeed) { _rotation = (_rotation - turnSpeed); } else { _rotation = targetRotation; } } else if ((targetRotation - _rotation) > turnSpeed) { _rotation = (_rotation + turnSpeed); } else { _rotation = targetRotation; } } else if (_rotation > targetRotation) { if (_rotation < (targetRotation + 180)) { _rotation = (_rotation - turnSpeed); } else { _rotation = (_rotation + turnSpeed); } } else if (_rotation > (targetRotation - 180)) { _rotation = (_rotation + turnSpeed); } else { _rotation = (_rotation - turnSpeed); } } switch (posture) { case "search" : moveRotation = _rotation; throttle = speed; break; case "orbit" : throttle = speed / 2; if (driftChange > 60) { if ((int(Math.random() * 2) + 1) == 1) { orbitDir = "left"; } else { orbitDir = "right"; } driftChange = 0; } if ((orbitDir = "left")) { moveRotation = targetRotation - (int(Math.random() * 20) + 80); } else { moveRotation = targetRotation + (int(Math.random() * 20) + 80); } break; case "flee" : case "leave" : if (driftChange > 10) { moveRotation = targetRotation - (int(Math.random() * 20) - 170); driftChange = 0; } if (!little) { throttle = speed / 2; } else { throttle = speed * 0.75; } driftChange++; break; case "drift" : moveRotation = _rotation; throttle = speed * 0.75; } if (moveRotation > 179) { moveRotation = moveRotation - 360; } if (moveRotation < -180) { moveRotation = moveRotation + 360; } driftChange++; if (posture != "leave") { if ((((_y < 10) || (_y > 390)) && (heroDist > 100)) && ((posture == "flee") || (posture == "orbit"))) { lockY = true; } else { lockY = false; } if ((((_x < 10) || (_x > 540)) && (heroDist > 100)) && ((posture == "flee") || (posture == "orbit"))) { lockX = true; } else { lockX = false; } } if (((((_y > -6) && (_x > -6)) && (_y < 406)) && (_x < 556)) && (!spitting)) { if (((Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) > speed) || (posture == "flee")) || (posture == "leave")) { if (!lockY) { _y = (_y - (throttle * Math.cos(moveRotation * (Math.PI/180)))); } if (!lockX) { _x = (_x + (throttle * Math.sin(moveRotation * (Math.PI/180)))); } } } else if (!spitting) { _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } if (little) { beenLittle++; } if ((little && (beenLittle > 150)) && (_currentframe == 2)) { this._xscale = this._xscale + 10; this._yscale = this._yscale + 10; } if ((!little) && (eval (_root.HeroPointer) != undefined)) { if ((heroDist < 156) && (posture == "orbit")) { if ((_rotation == targetRotation) && (spitDelay == 0)) { gotoAndPlay (81); spitting = true; spitDelay = 60; } } } if (spitDelay > 0) { spitDelay--; } if (_currentframe == 80) { gotoAndPlay (1); } else if (_currentframe == 101) { BabyName = (("_root." + this._name) + "Spit") + spitBabies; duplicateMovieClip (_root.ClutterSpit, (this._name + "Spit") + spitBabies, _global.baddieDepth++); setProperty(BabyName, _rotation , this._rotation); setProperty(BabyName, _x , this._x); setProperty(BabyName, _y , this._y); if (spitBabies < 99) { spitBabies++; } else { spitBabies = 10; } _global.MakeNoise("Spit"); } else if (_currentframe == 111) { spitting = false; } } }
Instance of Symbol 1969 MovieClip "ClutterSpit" in Frame 7
onClipEvent (load) { mommy = false; gotoSpotX = null; gotoSpotY = null; if (_name == "ClutterSpit") { mommy = true; stop(); } else { this.addProperty("killedBy", this.getKilledBy, this.setKilledBy); killedBy = null; stuck = false; speed = 8; priorRotation = 0; totalRotation = 0; daddyClutter = eval ("_root." + _name.slice(0, _name.length - 6)); gotoAndStop (1); } } onClipEvent (enterFrame) { if ((!mommy) && (!stuck)) { if (gotoSpotX == null) { gotoSpotX = _x + (170 * Math.sin(_rotation * (Math.PI/180))); gotoSpotY = _y - (170 * Math.cos(_rotation * (Math.PI/180))); } if (_global.HeroAction == "attacking") { if ((_root.HeroSlashin._currentframe > 4) && (_root.HeroSlashin._currentframe < 14)) { if (_root.HeroSwing.hittest(_x, _y, true)) { SplatName = ("_root." + this._name) + "Splat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , (_root.HeroPointer._rotation + int(Math.random() * 61)) + 30); setProperty(SplatName, _x , this._x); setProperty(SplatName, _xscale , 40); setProperty(SplatName, _y , this._y); setProperty(SplatName, _yscale , 40); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(13781982); _global.MakeNoise("LilSplat"); duplicateMovieClip (_root.Bounty, _name + "Bounty", _global.markDepth++); setProperty(("_root." + _name) + "Bounty", _x , this._x); setProperty(("_root." + _name) + "Bounty", _y , this._y); BountyObject = eval (("_root." + _name) + "Bounty"); BountyObject.bounty = 3; _visible = false; this.removeMovieClip(); } } } if (killedBy != null) { SplatName = ("_root." + this._name) + "Splat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , killedBy._rotation); setProperty(SplatName, _x , this._x); setProperty(SplatName, _xscale , 40); setProperty(SplatName, _y , this._y); setProperty(SplatName, _yscale , 40); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(13781982); _global.MakeNoise("LilSplat"); _visible = false; this.removeMovieClip(); } if (_root.HeroPointer.hitTest(_x, _y, true)) { play(); stuck = true; stuck_x = _root.HeroPointer._x - this._x; stuck_y = _root.HeroPointer._y - this._y; stuckRotation = (-Math.atan2(stuck_x, stuck_y)) / (Math.PI/180); offHeroRotation = stuckRotation - _root.HeroPointer._rotation; _root.HeroPointer.clutters = _root.HeroPointer.clutters + 1; _root.HeroPointer.speed = _root.HeroPointer.speed - 1; } else { x = 0; while (x < _global.Enemies.length) { if (_global.Enemies[x] != daddyClutter._name) { hitTarget = eval ("_root." + _global.Enemies[x]); if (hitTarget.hitTest(_x, _y, false)) { SplatName = ("_root." + this._name) + "Splat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , killedBy._rotation); setProperty(SplatName, _x , this._x); setProperty(SplatName, _xscale , 40); setProperty(SplatName, _y , this._y); setProperty(SplatName, _yscale , 40); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(13781982); _global.MakeNoise("LilSplat"); _visible = false; this.removeMovieClip(); } } x++; } } delta_x = _x - gotoSpotX; delta_y = _y - gotoSpotY; targetRotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180); _rotation = targetRotation; if (Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) > speed) { _y = (_y - (speed * Math.cos(_rotation * (Math.PI/180)))); _x = (_x + (speed * Math.sin(_rotation * (Math.PI/180)))); } else { SplatName = ("_root." + this._name) + "Splat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , this._rotation); setProperty(SplatName, _x , this._x); setProperty(SplatName, _xscale , 40); setProperty(SplatName, _y , this._y); setProperty(SplatName, _yscale , 40); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(13781982); _global.MakeNoise("LilSplat"); _visible = false; this.removeMovieClip(); } } else if ((!mommy) && (stuck)) { gotoSpotX = _root.HeroPointer._x; gotoSpotY = _root.HeroPointer._y; if (_currentframe == 10) { stop(); } delta_x = _x - gotoSpotX; delta_y = _y - gotoSpotY; myRotation = _root.HeroPointer._rotation + offHeroRotation; if (myRotation > 179) { myRotation = myRotation - 360; } if (myRotation < -180) { myRotation = myRotation + 360; } this._x = gotoSpotX + (10 * Math.sin(myRotation * (Math.PI/180))); this._y = gotoSpotY - (10 * Math.cos(myRotation * (Math.PI/180))); this._rotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180); if (Math.abs(_rotation - priorRotation) < 190) { totalRotation = totalRotation + Math.abs(_rotation - priorRotation); } priorRotation = _rotation; if ((totalRotation >= 3000) || (eval (_root.HeroPointer) == undefined)) { _root.HeroPointer.clutters = _root.HeroPointer.clutters - 1; _root.HeroPointer.speed = _root.HeroPointer.speed + 1; ClutterNum = _root.SpawnPoint.ChildCounter; ClutterName = "_root.Clutter" + String(ClutterNum); duplicateMovieClip (_root.Clutter, "Clutter" + String(ClutterNum), _global.baddieDepth++); with (eval (ClutterName)) { _x = this._x; _xscale = 40; _y = this._y; _yscale = 40; _rotation = this._rotation - 180; } _global.Enemies.push("Clutter" + String(ClutterNum)); _root.SpawnPoint.ChildCounter++; this.removeMovieClip(); } } }
Instance of Symbol 462 MovieClip "Grinder" in Frame 7
onClipEvent (load) { mommy = false; justBounced = 0; rockCounter = 0; if (_name == "Grinder") { mommy = true; stop(); } else { this.addProperty("speed", this.getSpeed, this.setSpeed); this.addProperty("turnSpeed", this.getTurnSpeed, this.setTurnSpeed); this.addProperty("killedBy", this.getKilledBy, this.setKilledBy); this.addProperty("acidized", this.getAcidized, this.setAcidized); killedBy = null; acidized = false; speed = 2.5; turnSpeed = 0.7; switch (_x) { case -5 : if (_y < 200) { if ((int(Math.random() * 3) + 1) == 1) { gotoSpotX = int(Math.random() * 550) + 1; gotoSpotY = 405; } else { gotoSpotX = 555; gotoSpotY = int(Math.random() * 400) + 1; } } else if ((int(Math.random() * 3) + 1) == 1) { gotoSpotX = int(Math.random() * 550) + 1; gotoSpotY = -5; } else { gotoSpotX = 555; gotoSpotY = int(Math.random() * 400) + 1; } break; case 555 : if (_y < 200) { if ((int(Math.random() * 3) + 1) == 1) { gotoSpotX = int(Math.random() * 550) + 1; gotoSpotY = 405; } else { gotoSpotX = -5; gotoSpotY = int(Math.random() * 400) + 1; } } else if ((int(Math.random() * 3) + 1) == 1) { gotoSpotX = int(Math.random() * 550) + 1; gotoSpotY = -5; } else { gotoSpotX = -5; gotoSpotY = int(Math.random() * 400) + 1; } break; default : if (_y == -5) { if (_x < 275) { if ((int(Math.random() * 3) + 1) == 1) { gotoSpotX = 555; gotoSpotY = int(Math.random() * 400) + 1; } else { gotoSpotX = int(Math.random() * 550) + 1; gotoSpotY = 405; } } else if ((int(Math.random() * 3) + 1) == 1) { gotoSpotX = -5; gotoSpotY = int(Math.random() * 400) + 1; } else { gotoSpotX = int(Math.random() * 500) + 1; gotoSpotY = 405; } } else if (_x < 275) { if ((int(Math.random() * 3) + 1) == 1) { gotoSpotX = 555; gotoSpotY = int(Math.random() * 400) + 1; } else { gotoSpotX = int(Math.random() * 550) + 1; gotoSpotY = -5; } } else if ((int(Math.random() * 3) + 1) == 1) { gotoSpotX = -5; gotoSpotY = int(Math.random() * 400) + 1; } else { gotoSpotX = int(Math.random() * 500) + 1; gotoSpotY = -5; } } delta_x = _x - gotoSpotX; delta_y = _y - gotoSpotY; _rotation = ((-Math.atan2(delta_x, delta_y)) / (Math.PI/180)); if (eval (_root.HeroPointer) == undefined) { if (_root.SpawnPoint.SearchArray(_global.Enemies, _name) == null) { _global.Enemies.push(_name); } } if ((_global.soundMode == "All") || (_global.soundMode == "FX Only")) { myGrind = new Sound(this); myGrind.attachSound("Grind"); myGrind.start(0, 10); } } } onClipEvent (unload) { myGrind.stop(); } onClipEvent (enterFrame) { if (!mommy) { if (SearchArray(_global.Enemies, _name) == null) { _global.Enemies.push(_name); } if (eval (_root.HeroPointer) != undefined) { gotoSpotX = _root.HeroPointer._x; gotoSpotY = _root.HeroPointer._y; } else if (Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) <= speed) { gotoSpotX = int(Math.random() * 540) + 6; gotoSpotY = int(Math.random() * 390) + 6; } if (acidized) { _global.MakeNoise("Sizzle"); x = 1; while (x < 5) { duplicateMovieClip (_root.WhiteSmoke, (_name + "Smoke") + x, _global.capDepth++); with (eval ((("_root." + _name) + "Smoke") + x)) { _x = (this._x + int(Math.random() * 60)) - 30; _y = (this._y + int(Math.random() * 60)) - 30; } x++; } duplicateMovieClip (_root.GrinderCracked, _name + "Cracked", _global.baddieDepth++); myGrinder = eval (("_root." + _name) + "Cracked"); with (myGrinder) { _x = this._x; _y = this._y; _rotation = this._rotation; } _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); _visible = false; removeMovieClip(this); } if (_global.HeroAction == "attacking") { if ((_root.HeroSlashin._currentframe > 6) && (_root.HeroSlashin._currentframe < 14)) { distance_x = _x - _root.HeroSwing._x; distance_y = _y - _root.HeroSwing._y; adjustedRotation = (-Math.atan2(distance_x, distance_y)) / (Math.PI/180); impactPointY = _y - (25 * Math.cos(adjustedRotation * (Math.PI/180))); impactPointX = _x + (25 * Math.sin(adjustedRotation * (Math.PI/180))); if (_root.HeroSwing.hittest(impactPointX, impactPointY, true)) { SparkName = ("_root." + this._name) + "Sparks"; duplicateMovieClip (_root.Sparks, this._name + "Sparks", _global.effectDepth++); setProperty(SparkName, _rotation , _root.HeroPointer._rotation - 90); setProperty(SparkName, _x , ImpactPointX); setProperty(SparkName, _y , ImpactPointY); _global.MakeNoise("Clang"); _global.HeroAction = "bounceback"; if (_global.RazorGlaiveEquipped) { _global.MakeNoise("Pebble"); _global.MakeNoise("GrindRumble", 1.2); debrisNum = int(Math.random() * 5) + 4; x = 0; while (x < debrisNum) { if ((int(Math.random() * 3) + 1) != 1) { rockType = "_root.Stone"; } else { rockType = "_root.MoltenStone"; } RockName = (this._name + "Stone") + int(Math.random() * 1000); duplicateMovieClip (eval (rockType), RockName, _global.effectDepth++); RockName = "_root." + RockName; if ((int(Math.random() * 2) + 1) == 1) { setProperty(RockName, _rotation , this._rotation + (int(Math.random() * 40) + 70)); } else { setProperty(RockName, _rotation , this._rotation - (int(Math.random() * 40) + 70)); } rockScale = int(Math.random() * 40) + 40; setProperty(RockName, _x , impactPointX); setProperty(RockName, _xscale , rockScale); setProperty(RockName, _y , impactPointY); setProperty(RockName, _yscale , rockScale); x++; } _rotation = ((_root.HeroPointer._rotation + int(Math.random() * 61)) + 30); duplicateMovieClip (_root.GrinderCracked, _name + "Cracked", _global.baddieDepth++); myGrinder = eval (("_root." + _name) + "Cracked"); with (myGrinder) { _x = this._x; _y = this._y; _rotation = this._rotation; } _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); _visible = false; removeMovieClip(this); } } } } if (killedBy != null) { if (killedBy._name.slice(0, 7) == "Grinder") { justBounced = 8; bouncedOffX = killedBy._x; bouncedOffY = killedBy._y; } else if (killedBy.exploded) { toBlastX = _x - killedBy._x; toBlastY = _y - killedBy._y; blastDir = (-Math.atan2(toBlastX, toBlastY)) / (Math.PI/180); blastDir = blastDir - 180; debrisNum = int(Math.random() * 5) + 4; x = 0; while (x < debrisNum) { if ((int(Math.random() * 3) + 1) != 1) { rockType = "_root.Stone"; } else { rockType = "_root.MoltenStone"; } RockName = (this._name + "Stone") + int(Math.random() * 1000); duplicateMovieClip (eval (rockType), RockName, _global.effectDepth++); RockName = "_root." + RockName; setProperty(RockName, _rotation , blastDir - (int(Math.random() * 40) + 70)); rockScale = int(Math.random() * 40) + 40; setProperty(RockName, _x , this._x); setProperty(RockName, _xscale , rockScale); setProperty(RockName, _y , this._y); setProperty(RockName, _yscale , rockScale); x++; } duplicateMovieClip (_root.GrinderCracked, _name + "Cracked", _global.baddieDepth++); myGrinder = eval (("_root." + _name) + "Cracked"); with (myGrinder) { _x = this._x; _y = this._y; _rotation = this._rotation; } _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); _visible = false; removeMovieClip(this); } else { killedBy = null; } } x = 0; while (x < _global.Hazards.length) { targetHazard = eval ("_root." + _global.Hazards[x]); if (targetHazard.hitTest(_x, _y, true)) { if (targetHazard._name.slice(0, 5) == "Razor") { targetHazard.killedBy = this; } } x++; } if ((justBounced == 0) || (killedBy != null)) { if (hitTest(_root.HeroPointer._x, _root.HeroPointer._y, true)) { _global.justHit = this; } else { x = 0; while (x < _global.Enemies.length) { if (_global.Enemies[x] != _name) { hitTarget = eval ("_root." + _global.Enemies[x]); if ((hitTarget._name.slice(0, 7) != "Grinder") && (!((hitTarget._name.slice(0, 4) == "Gray") && (hitTarget.action == "gaurd")))) { if (hitTest(hitTarget._x, hitTarget._y, true)) { hitTarget.killedBy = this; } } else { distance_x = hitTarget._x - _x; distance_y = hitTarget._y - _y; adjustedRotation = (-Math.atan2(distance_x, distance_y)) / (Math.PI/180); if (hitTarget._name.slice(0, 4) == "Grin") { impactDistance = 25; } else { impactDistance = 5; } impactPointY = hitTarget._y - (impactDistance * Math.cos(adjustedRotation * (Math.PI/180))); impactPointX = hitTarget._x + (impactDistance * Math.sin(adjustedRotation * (Math.PI/180))); if (hitTest(impactPointX, impactPointY, true)) { hitTarget.killedBy = this; justBounced = 8; bouncedOffX = hitTarget._x; bouncedOffY = hitTarget._y; break; } } } x++; } } if ((justBounced != 0) || (killedBy != null)) { _global.MakeNoise("Pebble"); _global.MakeNoise("GrindRumble", 1.2); debrisNum = int(Math.random() * 5) + 4; x = 0; while (x < debrisNum) { if ((int(Math.random() * 3) + 1) != 1) { rockType = "_root.Stone"; } else { rockType = "_root.MoltenStone"; } RockName = (this._name + "Stone") + int(Math.random() * 1000); duplicateMovieClip (eval (rockType), RockName, _global.effectDepth++); RockName = "_root." + RockName; if ((int(Math.random() * 2) + 1) == 1) { setProperty(RockName, _rotation , this._rotation + (int(Math.random() * 40) + 70)); } else { setProperty(RockName, _rotation , this._rotation - (int(Math.random() * 40) + 70)); } rockScale = int(Math.random() * 40) + 40; setProperty(RockName, _x , impactPointX); setProperty(RockName, _xscale , rockScale); setProperty(RockName, _y , impactPointY); setProperty(RockName, _yscale , rockScale); x++; } if (_x > bouncedOffX) { BouncetoSpotX = (int(Math.random() * (550 - _x)) + _x) + 20; } else { BouncetoSpotX = int(Math.random() * _x) - 19; } if (_y > bouncedOffY) { BouncetoSpotY = (int(Math.random() * (400 - _y)) + _y) + 20; } else { BouncetoSpotY = int(Math.random() * _y) - 19; } delta_bounceX = Math.abs(_x - bouncedOffX); delta_bounceY = Math.abs(_y - bouncedOffY); if (delta_bounceX > delta_bounceY) { if (BouncetoSpotX > 275) { BouncetoSpotX = 555; } else { BouncetoSpotX = -5; } } else if (BouncetoSpotY > 200) { BouncetoSpotY = 405; } else { BouncetoSpotY = -5; } _rotation = ((-Math.atan2(_x - BouncetoSpotX, _y - BouncetoSpotY)) / (Math.PI/180)); duplicateMovieClip (_root.GrinderCracked, _name + "Cracked", _global.baddieDepth++); myGrinder = eval (("_root." + _name) + "Cracked"); with (myGrinder) { _x = this._x; _y = this._y; _rotation = this._rotation; } _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); _visible = false; removeMovieClip(this); } } else { justBounced--; } delta_x = _x - gotoSpotX; delta_y = _y - gotoSpotY; targetRotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180); if (_rotation != targetRotation) { if ((_rotation >= 0) && (targetRotation >= 0)) { if (_rotation > targetRotation) { if ((_rotation - targetRotation) > turnSpeed) { _rotation = (_rotation - turnSpeed); } else { _rotation = targetRotation; } } else if ((targetRotation - _rotation) > turnSpeed) { _rotation = (_rotation + turnSpeed); } else { _rotation = targetRotation; } } else if ((_rotation < 0) && (targetRotation < 0)) { if (_rotation > targetRotation) { if ((_rotation - targetRotation) > turnSpeed) { _rotation = (_rotation - turnSpeed); } else { _rotation = targetRotation; } } else if ((targetRotation - _rotation) > turnSpeed) { _rotation = (_rotation + turnSpeed); } else { _rotation = targetRotation; } } else if (_rotation > targetRotation) { if (_rotation < (targetRotation + 180)) { _rotation = (_rotation - turnSpeed); } else { _rotation = (_rotation + turnSpeed); } } else if (_rotation > (targetRotation - 180)) { _rotation = (_rotation + turnSpeed); } else { _rotation = (_rotation - turnSpeed); } } if ((((_y > -16) && (_x > -16)) && (_y < 416)) && (_x < 566)) { _y = (_y - (speed * Math.cos(_rotation * (Math.PI/180)))); _x = (_x + (speed * Math.sin(_rotation * (Math.PI/180)))); } else { _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } } }
Instance of Symbol 1973 MovieClip "GrinderCracked" in Frame 7
onClipEvent (load) { mommy = false; justBounced = 0; recoil = 0; rockCounter = 0; if (_name == "GrinderCracked") { mommy = true; stop(); } else { this.addProperty("speed", this.getSpeed, this.setSpeed); this.addProperty("health", this.getHealth, this.setHealth); this.addProperty("turnSpeed", this.getTurnSpeed, this.setTurnSpeed); this.addProperty("killedBy", this.getKilledBy, this.setKilledBy); this.addProperty("acidized", this.getAcidized, this.setAcidized); killedBy = null; health = 5; speed = 2; turnSpeed = 0.5; _global.Enemies.push(_name); if ((_global.soundMode == "All") || (_global.soundMode == "FX Only")) { myGrind = new Sound(this); myGrind.attachSound("Grind"); myGrind.start(0, 10); } } } onClipEvent (unload) { myGrind.stop(); } onClipEvent (enterFrame) { if (!mommy) { if (SearchArray(_global.Enemies, _name) == null) { _global.Enemies.push(_name); } if (eval (_root.HeroPointer) != undefined) { gotoSpotX = _root.HeroPointer._x; gotoSpotY = _root.HeroPointer._y; } else if (Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) <= speed) { gotoSpotX = int(Math.random() * 540) + 6; gotoSpotY = int(Math.random() * 390) + 6; } if (recoil > 0) { recoil--; } if (_global.HeroAction == "attacking") { if ((_root.HeroSlashin._currentframe > 6) && (_root.HeroSlashin._currentframe < 14)) { distance_x = _x - _root.HeroSwing._x; distance_y = _y - _root.HeroSwing._y; adjustedRotation = (-Math.atan2(distance_x, distance_y)) / (Math.PI/180); impactPointY = _y - (25 * Math.cos(adjustedRotation * (Math.PI/180))); impactPointX = _x + (25 * Math.sin(adjustedRotation * (Math.PI/180))); if (_root.HeroSwing.hittest(impactPointX, impactPointY, true) && (recoil == 0)) { health--; recoil = 20; SplatName = ("_root." + this._name) + "Splat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , (_root.HeroPointer._rotation + int(Math.random() * 61)) + 30); setProperty(SplatName, _x , impactPointX); setProperty(SplatName, _y , impactPointY); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(15884813); if ((health == 0) || (_global.RazorGlaiveEquipped)) { SplatName = ("_root." + this._name) + "BigSplat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "BigSplat", _global.effectDepth++); setProperty(SplatName, _rotation , (_root.HeroPointer._rotation + int(Math.random() * 61)) + 30); setProperty(SplatName, _x , this._x); setProperty(SplatName, _xscale , 230); setProperty(SplatName, _y , this._y); setProperty(SplatName, _yscale , 230); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(15884813); debrisNum = int(Math.random() * 5) + 10; x = 0; while (x < debrisNum) { if ((int(Math.random() * 3) + 1) != 1) { rockType = "_root.Stone"; } else { rockType = "_root.MoltenStone"; } RockName = (this._name + "Stone") + int(Math.random() * 1000); duplicateMovieClip (eval (rockType), RockName, _global.effectDepth++); RockName = "_root." + RockName; setProperty(RockName, _rotation , (_root.HeroPointer._rotation + int(Math.random() * 61)) + 30); rockScale = int(Math.random() * 40) + 40; setProperty(RockName, _x , impactPointX); setProperty(RockName, _xscale , rockScale); setProperty(RockName, _y , impactPointY); setProperty(RockName, _yscale , rockScale); x++; } _global.MakeNoise("GrinderKill"); duplicateMovieClip (_root.Bounty, _name + "Bounty", _global.markDepth++); setProperty(("_root." + _name) + "Bounty", _x , this._x); setProperty(("_root." + _name) + "Bounty", _y , this._y); BountyObject = eval (("_root." + _name) + "Bounty"); BountyObject.bounty = 100; if (SearchArray(EnemiesKilled, "Grinder") == null) { EnemiesKilled.push("Grinder"); } _visible = false; _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } else { _global.MakeNoise("Slice"); _global.MakeNoise("GrinderHurt"); debrisNum = int(Math.random() * 5) + 4; x = 0; while (x < debrisNum) { if ((int(Math.random() * 3) + 1) != 1) { rockType = "_root.Stone"; } else { rockType = "_root.MoltenStone"; } RockName = (this._name + "Stone") + int(Math.random() * 1000); duplicateMovieClip (eval (rockType), RockName, _global.effectDepth++); RockName = "_root." + RockName; setProperty(RockName, _rotation , (_root.HeroPointer._rotation + int(Math.random() * 61)) + 30); rockScale = int(Math.random() * 40) + 40; setProperty(RockName, _x , impactPointX); setProperty(RockName, _xscale , rockScale); setProperty(RockName, _y , impactPointY); setProperty(RockName, _yscale , rockScale); x++; } } } } } if (killedBy != null) { if (killedBy._name.slice(0, 7) != "Grinder") { justBounced = 8; bouncedOffX = killedBy._x; bouncedOffY = killedBy._y; } else if (killedBy.exploded) { toBlastX = _x - killedBy._x; toBlastY = _y - killedBy._y; blastDir = (-Math.atan2(toBlastX, toBlastY)) / (Math.PI/180); blastDir = blastDir - 180; debrisNum = int(Math.random() * 5) + 10; x = 0; while (x < debrisNum) { if ((int(Math.random() * 3) + 1) != 1) { rockType = "_root.Stone"; } else { rockType = "_root.MoltenStone"; } RockName = (this._name + "Stone") + int(Math.random() * 1000); duplicateMovieClip (eval (rockType), RockName, _global.effectDepth++); RockName = "_root." + RockName; setProperty(RockName, _rotation , blastDir - (int(Math.random() * 40) + 70)); rockScale = int(Math.random() * 40) + 40; setProperty(RockName, _x , this._x); setProperty(RockName, _xscale , rockScale); setProperty(RockName, _y , this._y); setProperty(RockName, _yscale , rockScale); x++; } _visible = false; _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } else { killedBy = null; } } x = 0; while (x < _global.Hazards.length) { targetHazard = eval ("_root." + _global.Hazards[x]); if (targetHazard.hitTest(_x, _y, true)) { if (targetHazard._name.slice(0, 5) == "Razor") { targetHazard.killedBy = this; } } x++; } if (justBounced == 0) { if (hitTest(_root.HeroPointer._x, _root.HeroPointer._y, true)) { _global.justHit = this; } else { x = 0; while (x < _global.Enemies.length) { if (_global.Enemies[x] != _name) { hitTarget = eval ("_root." + _global.Enemies[x]); if ((hitTarget._name.slice(0, 7) != "Grinder") && (!((hitTarget._name.slice(0, 4) == "Gray") && (hitTarget.action == "gaurd")))) { if (hitTest(hitTarget._x, hitTarget._y, true)) { hitTarget.killedBy = this; } } else { distance_x = hitTarget._x - _x; distance_y = hitTarget._y - _y; adjustedRotation = (-Math.atan2(distance_x, distance_y)) / (Math.PI/180); if (hitTarget._name.slice(0, 4) == "Grin") { impactDistance = 25; } else { impactDistance = 5; } impactPointY = hitTarget._y - (impactDistance * Math.cos(adjustedRotation * (Math.PI/180))); impactPointX = hitTarget._x + (impactDistance * Math.sin(adjustedRotation * (Math.PI/180))); if (hitTest(impactPointX, impactPointY, true)) { hitTarget.killedBy = this; justBounced = 8; bouncedOffX = hitTarget._x; bouncedOffY = hitTarget._y; break; } } } x++; } } if (justBounced != 0) { SparkName = ("_root." + this._name) + "Sparks"; duplicateMovieClip (_root.Sparks, this._name + "Sparks", _global.effectDepth++); setProperty(SparkName, _rotation , this._rotation); setProperty(SparkName, _x , this._x); setProperty(SparkName, _y , this._y); _global.MakeNoise("Pebble"); _global.MakeNoise("GrindRumble", 1.2); debrisNum = int(Math.random() * 5) + 4; x = 0; while (x < debrisNum) { if ((int(Math.random() * 3) + 1) != 1) { rockType = "_root.Stone"; } else { rockType = "_root.MoltenStone"; } RockName = (this._name + "Stone") + int(Math.random() * 1000); duplicateMovieClip (eval (rockType), RockName, _global.effectDepth++); RockName = "_root." + RockName; if ((int(Math.random() * 2) + 1) == 1) { setProperty(RockName, _rotation , this._rotation + (int(Math.random() * 40) + 70)); } else { setProperty(RockName, _rotation , this._rotation - (int(Math.random() * 40) + 70)); } rockScale = int(Math.random() * 40) + 40; setProperty(RockName, _x , impactPointX); setProperty(RockName, _xscale , rockScale); setProperty(RockName, _y , impactPointY); setProperty(RockName, _yscale , rockScale); x++; } if (_x > bouncedOffX) { BouncetoSpotX = (int(Math.random() * (550 - _x)) + _x) + 20; } else { BouncetoSpotX = int(Math.random() * _x) - 19; } if (_y > bouncedOffY) { BouncetoSpotY = (int(Math.random() * (400 - _y)) + _y) + 20; } else { BouncetoSpotY = int(Math.random() * _y) - 19; } delta_bounceX = Math.abs(_x - bouncedOffX); delta_bounceY = Math.abs(_y - bouncedOffY); if (delta_bounceX > delta_bounceY) { if (BouncetoSpotX > 275) { BouncetoSpotX = 555; } else { BouncetoSpotX = -5; } } else if (BouncetoSpotY > 200) { BouncetoSpotY = 405; } else { BouncetoSpotY = -5; } _rotation = ((-Math.atan2(_x - BouncetoSpotX, _y - BouncetoSpotY)) / (Math.PI/180)); } } else { justBounced--; } delta_x = _x - gotoSpotX; delta_y = _y - gotoSpotY; targetRotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180); if (_rotation != targetRotation) { if ((_rotation >= 0) && (targetRotation >= 0)) { if (_rotation > targetRotation) { if ((_rotation - targetRotation) > turnSpeed) { _rotation = (_rotation - turnSpeed); } else { _rotation = targetRotation; } } else if ((targetRotation - _rotation) > turnSpeed) { _rotation = (_rotation + turnSpeed); } else { _rotation = targetRotation; } } else if ((_rotation < 0) && (targetRotation < 0)) { if (_rotation > targetRotation) { if ((_rotation - targetRotation) > turnSpeed) { _rotation = (_rotation - turnSpeed); } else { _rotation = targetRotation; } } else if ((targetRotation - _rotation) > turnSpeed) { _rotation = (_rotation + turnSpeed); } else { _rotation = targetRotation; } } else if (_rotation > targetRotation) { if (_rotation < (targetRotation + 180)) { _rotation = (_rotation - turnSpeed); } else { _rotation = (_rotation + turnSpeed); } } else if (_rotation > (targetRotation - 180)) { _rotation = (_rotation + turnSpeed); } else { _rotation = (_rotation - turnSpeed); } } if ((((_y > -6) && (_x > -6)) && (_y < 406)) && (_x < 556)) { _y = (_y - (speed * Math.cos(_rotation * (Math.PI/180)))); _x = (_x + (speed * Math.sin(_rotation * (Math.PI/180)))); } else { _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } } }
Instance of Symbol 1986 MovieClip "FuzzPuff" in Frame 7
onClipEvent (load) { if (_name == "FuzzPuff") { stop(); } } onClipEvent (enterFrame) { if (_currentframe == 31) { stop(); _alpha = (_alpha - 5); if (_alpha <= 0) { this.removeMovieClip(); } } }
Instance of Symbol 2027 MovieClip "SmallFire" in Frame 7
onClipEvent (load) { if (_name != "SmallFire") { framesExisted = 0; putOut = false; } else { stop(); } } onClipEvent (enterFrame) { if (_name != "SmallFire") { if ((_currentframe == 60) && (framesExisted < 150)) { gotoAndPlay (20); } if ((_currentframe > 19) && (_currentframe < 61)) { if (_global.HeroAction == "attacking") { if ((_root.HeroSlashin._currentframe > 4) && (_root.HeroSlashin._currentframe < 14)) { if (_root.HeroSwing.hittest(_x, _y, true)) { putOut = true; } } } if (_root.HeroPointer.hitTest(_x, _y, true)) { putOut = true; } else { x = 0; while (x < _global.Enemies.length) { hitTarget = eval ("_root." + _global.Enemies[x]); if (hitTarget.hitTest(_x, _y, true)) { if (eval (("_root." + hitTarget._name) + "Flame") == undefined) { if ((hitTarget._name.slice(0, 7) == "Torchie") && (eval (("_root." + hitTarget._name) + "Goo") == undefined)) { duplicateMovieClip (_root.Flames, hitTarget._name + "Flame", _global.capDepth++); } else { putOut = true; } } } x++; } } x = 0; while (x < _global.Hazards.length) { targetHazard = eval ("_root." + _global.Hazards[x]); if (targetHazard.hitTest(_x, _y, true)) { if (targetHazard._name.slice(0, 5) == "Inkie") { targetHazard.onFire = true; } else { putOut = true; } } x++; } } if (putOut) { duplicateMovieClip (_root.WhiteSmoke, _name + "WSmoke", _global.capDepth++); with (eval (("_root." + _name) + "WSmoke")) { _x = this._x; _y = this._y; } removeMovieClip(this); } if (_currentframe == 87) { duplicateMovieClip (_root.BlackSmoke, _name + "BSmoke", _global.capDepth++); with (eval (("_root." + _name) + "BSmoke")) { _x = this._x; _y = this._y; } } if (_currentframe == 90) { removeMovieClip(this); } framesExisted++; } }
Instance of Symbol 2029 MovieClip "BlackSmoke" in Frame 7
onClipEvent (load) { if (_name != "BlackSmoke") { framesExisted = 0; this._xscale = 30; this._yscale = 30; this._rotation = int(Math.random() * 360) - 180; } } onClipEvent (enterFrame) { if (_name != "BlackSmoke") { if (framesExisted < 100) { this._xscale++; this._yscale++; this._x = this._x + 0.5; this._y = this._y - 0.5; if (framesExisted > 89) { this._alpha = this._alpha - 10; } } else { removeMovieClip(this); } framesExisted++; } }
Instance of Symbol 2031 MovieClip "WhiteSmoke" in Frame 7
onClipEvent (load) { if (_name != "WhiteSmoke") { framesExisted = 0; this._xscale = 30; this._yscale = 30; this._rotation = int(Math.random() * 360) - 180; } } onClipEvent (enterFrame) { if (_name != "WhiteSmoke") { if (framesExisted < 100) { this._xscale++; this._yscale++; this._x = this._x + 0.5; this._y = this._y - 0.5; if (framesExisted > 89) { this._alpha = this._alpha - 10; } } else { removeMovieClip(this); } framesExisted++; } }
Instance of Symbol 920 MovieClip [Gloople Flame] "Flames" in Frame 7
onClipEvent (load) { if (_name == "Flames") { stop(); } else { framesExisted = 0; TorchieFlame = false; hostObject = eval ("_root." + _name.slice(0, _name.length - 5)); if (hostObject._name.slice(0, 7) == "Torchie") { TorchieFlame = true; } _global.MakeNoise("Lit"); } } onClipEvent (enterFrame) { if (_name != "Flames") { if (eval (hostObject) == undefined) { removeMovieClip(this); } _x = hostObject._x; _y = hostObject._y; _rotation = hostObject._rotation; if ((_currentframe == 2) && (!TorchieFlame)) { hostObject.speed = 2; } if ((_currentframe > 29) && (_currentframe < 101)) { if (_root.HeroPointer.hitTest(_x, _y, true)) { if (_global.HeroAction != "flamed") { if (_root.HeroPointerGoo == undefined) { _global.HeroAction = "flamed"; } } } else { x = 0; while (x < _global.Enemies.length) { if (_global.Enemies[x] != hostObject._name) { hitTarget = eval ("_root." + _global.Enemies[x]); if (hitTarget.hitTest(_x, _y, true)) { if (eval (("_root." + hitTarget._name) + "Flame") == undefined) { if (eval (("_root." + hitTarget._name) + "Goo") != undefined) { } else if (hitTarget._name.slice(0, 7) == "Stickie") { } else if (hitTarget._name.slice(0, 7) == "Grinder") { } else if (hitTarget._name.slice(0, 4) == "Void") { } else if (hitTarget._name.slice(0, 6) == "Horror") { } else if (hitTarget._name.slice(0, 5) == "Queen") { } else if (hitTarget._name.slice(0, 5) == "Razor") { } else { duplicateMovieClip (_root.Flames, hitTarget._name + "Flame", _global.capDepth++); GloopleFire = eval (("_root." + hitTarget._name) + "Flame"); if ((hitTarget._name.slice(0, 5) == "Oozle") || (hitTarget._name.slice(0, 4) == "Gray")) { with (GloopleFire) { _xscale = 170; _yscale = 170; } } else if (hitTarget._name.slice(0, 7) == "Clutter") { with (GloopleFire) { _xscale = hitTarget._xscale; _yscale = hitTarget._yscale; } } else if (hitTarget._name.slice(0, 7) == "Amalgam") { with (GloopleFire) { _xscale = hitTarget._xscale + 70; _yscale = hitTarget._yscale + 70; } } } } } } x++; } } x = 0; while (x < _global.Hazards.length) { targetHazard = eval ("_root." + _global.Hazards[x]); if (targetHazard.hitTest(_x, _y, true)) { if (targetHazard._name.slice(0, 5) == "Inkie") { targetHazard.onFire = true; } else { duplicateMovieClip (_root.WhiteSmoke, _name + "WSmoke", _global.capDepth++); with (eval (("_root." + _name) + "WSmoke")) { _x = this._x; _y = this._y; } removeMovieClip(this); } } x++; } } if ((_currentframe == 100) && (TorchieFlame)) { gotoAndPlay (30); } if ((_currentframe == 100) && (!TorchieFlame)) { hostObject.gotoAndStop(1); duplicateMovieClip (_root.GloopleBurn, hostObject._name + "GloopleBurn", _global.capDepth++); } if (_currentframe == 130) { removeMovieClip(this); } framesExisted++; } }
Instance of Symbol 2184 MovieClip "BigFire" in Frame 7
onClipEvent (load) { if (_name != "BigFire") { framesExisted = 0; putOut = false; smokies = 0; if ((_global.soundMode == "All") || (_global.soundMode == "FX Only")) { flameSound = new Sound(this); flameSound.attachSound("BigFire"); flameSound.start(0, 5); } } else { stop(); } } onClipEvent (unload) { flameSound.stop(); } onClipEvent (enterFrame) { if (_name != "BigFire") { if ((_currentframe == 121) && (framesExisted < 300)) { gotoAndPlay (41); } if (int(framesExisted / 20) == (framesExisted / 20)) { duplicateMovieClip (_root.BlackSmoke, (_name + "Smoke") + smokies, _global.capDepth++); with (eval ((("_root." + _name) + "Smoke") + smokies)) { _x = (this._x + int(Math.random() * 40)) + 10; _y = (this._y + int(Math.random() * 40)) - 70; } smokies++; } if ((_currentframe > 40) && (_currentframe < 122)) { if (_root.HeroPointer.hitTest(_x, _y, true)) { if (_global.HeroAction != "flamed") { if (_root.HeroPointerGoo == undefined) { _global.HeroAction = "flamed"; } } } else { x = 0; while (x < _global.Enemies.length) { hitTarget = eval ("_root." + _global.Enemies[x]); if (hitTest(hitTarget._x, hitTarget._y, true)) { if (eval (("_root." + hitTarget._name) + "Flame") == undefined) { if (eval (("_root." + hitTarget._name) + "Goo") != undefined) { } else if (hitTarget._name.slice(0, 7) == "Stickie") { } else if (hitTarget._name.slice(0, 7) == "Grinder") { } else if (hitTarget._name.slice(0, 6) == "Horror") { } else if (hitTarget._name.slice(0, 4) == "Void") { } else if (hitTarget._name.slice(0, 5) == "Queen") { } else if (hitTarget._name.slice(0, 5) == "Razor") { } else { duplicateMovieClip (_root.Flames, hitTarget._name + "Flame", _global.capDepth++); GloopleFire = eval (("_root." + hitTarget._name) + "Flame"); if ((hitTarget._name.slice(0, 5) == "Oozle") || (hitTarget._name.slice(0, 4) == "Gray")) { with (GloopleFire) { _xscale = 170; _yscale = 170; } } else if (hitTarget._name.slice(0, 7) == "Clutter") { with (GloopleFire) { _xscale = hitTarget._xscale; _yscale = hitTarget._yscale; } } else if (hitTarget._name.slice(0, 7) == "Amalgam") { with (GloopleFire) { _xscale = hitTarget._xscale + 70; _yscale = hitTarget._yscale + 70; } } } } } x++; } } x = 0; while (x < _global.Hazards.length) { targetHazard = eval ("_root." + _global.Hazards[x]); if (targetHazard.hitTest(_x, _y, true)) { if (targetHazard._name.slice(0, 5) == "Inkie") { targetHazard.onFire = true; } else { putOut = true; x = 1; while (x < 5) { duplicateMovieClip (_root.WhiteSmoke, (_name + "WSmoke") + x, _global.capDepth++); with (eval ((("_root." + _name) + "WSmoke") + x)) { _x = (this._x + int(Math.random() * 40)) + 10; _y = (this._y + int(Math.random() * 40)) - 70; } x++; } gotoAndPlay (122); } } x++; } } if ((_currentframe == 160) || ((_currentframe == 25) && (!putOut))) { x = 1; while (x < 5) { duplicateMovieClip (_root.BlackSmoke, (_name + "BSmoke") + x, _global.capDepth++); with (eval ((("_root." + _name) + "BSmoke") + x)) { _x = (this._x + int(Math.random() * 40)) + 10; _y = (this._y + int(Math.random() * 40)) - 70; } x++; } } if (_currentframe == 170) { removeMovieClip(this); flameSound.stop(); } framesExisted++; } }
Instance of Symbol 2307 MovieClip "HeroFlaming" in Frame 7
onClipEvent (load) { if (_name == "HeroFlaming") { stop(); } else { framesExisted = 0; putOut = false; smokies = 0; } } onClipEvent (enterFrame) { if (_name != "HeroFlaming") { if ((eval (_root.HeroPointer) == undefined) && (_currentframe < 92)) { removeMovieClip(this); } if (eval (_root.HeroPointer) != undefined) { _x = _root.HeroPointer._x; _y = _root.HeroPointer._y; _rotation = _root.HeroPointer._rotation; } if ((_currentframe > 30) && (_currentframe < 92)) { if (int(framesExisted / 20) == (framesExisted / 20)) { duplicateMovieClip (_root.BlackSmoke, (_name + "Smoke") + smokies, _global.capDepth++); with (eval ((("_root." + _name) + "Smoke") + smokies)) { _x = this._x; _y = this._y; } smokies++; } x = 0; while (x < _global.Enemies.length) { if (_global.Enemies[x] != hostObject._name) { hitTarget = eval ("_root." + _global.Enemies[x]); if (hitTarget.hitTest(_x, _y, true)) { if (eval (("_root." + hitTarget._name) + "Flame") == undefined) { if (eval (("_root." + hitTarget._name) + "Goo") != undefined) { } else if (hitTarget._name.slice(0, 7) == "Stickie") { } else if (hitTarget._name.slice(0, 7) == "Grinder") { } else { duplicateMovieClip (_root.Flames, hitTarget._name + "Flame", _global.capDepth++); GloopleFire = eval (("_root." + hitTarget._name) + "Flame"); if ((hitTarget._name.slice(0, 5) == "Oozle") || (hitTarget._name.slice(0, 4) == "Gray")) { with (GloopleFire) { _xscale = 170; _yscale = 170; } } } } } } x++; } x = 0; while (x < _global.Hazards.length) { targetHazard = eval ("_root." + _global.Hazards[x]); if (targetHazard.hitTest(_x, _y, true)) { if (targetHazard._name.slice(0, 5) == "Inkie") { targetHazard.onFire = true; } else { p = 1; while (p < 4) { duplicateMovieClip (_root.WhiteSmoke, (_name + "WSmoke") + p, _global.capDepth++); with (eval ((("_root." + _name) + "WSmoke") + p)) { _x = this._x; _y = this._y; } p++; } _global.HeroAction = "none"; removeMovieClip(this); } } x++; } } if ((_currentframe == 91) && (framesExisted < 200)) { gotoAndPlay (31); } if (_currentframe == 92) { if (!putOut) { _global.HeroAction = "burned"; } } if (_currentframe == 130) { removeMovieClip(this); } framesExisted++; } }
Instance of Symbol 2330 MovieClip "HeroBurn" in Frame 7
onClipEvent (load) { if (_name == "HeroBurn") { stop(); } } onClipEvent (enterFrame) { if (_currentframe == 81) { duplicateMovieClip (_root.BlackSmoke, _name + "BSmoke", _global.capDepth++); with (eval (("_root." + _name) + "BSmoke")) { _x = this._x; _y = this._y; } } if (_currentframe == 121) { stop(); } }
Instance of Symbol 733 MovieClip "VoidEater" in Frame 7
onClipEvent (load) { mommy = false; if (_name == "VoidEater") { mommy = true; stop(); } else { this.addProperty("speed", this.getSpeed, this.setSpeed); this.addProperty("turnSpeed", this.getTurnSpeed, this.setTurnSpeed); this.addProperty("action", this.getAction, this.setAction); this.addProperty("exploded", this.getExploded, null); speed = 1; turnSpeed = 1; action = "none"; proximity = false; chargedUp = 0; pulseDown = 0; exploded = false; if (eval (_root.HeroPointer) != undefined) { gotoSpotX = _root.HeroPointer._x; gotoSpotY = _root.HeroPointer._y; } else { gotoSpotX = _x + 20; gotoSpotY = _y + 20; } if (SearchArray(EnemiesSeen, "VoidEater") == null) { EnemiesSeen.push("VoidEater"); } } } onClipEvent (enterFrame) { if (!mommy) { if (SearchArray(_global.Enemies, _name) == null) { _global.Enemies.push(_name); } if (eval (_root.HeroPointer) != undefined) { gotoSpotX = _root.HeroPointer._x; gotoSpotY = _root.HeroPointer._y; } if (exploded) { exploded = false; } if (_global.HeroAction == "attacking") { if ((_root.HeroSlashin._currentframe > 4) && (_root.HeroSlashin._currentframe < 14)) { if (_root.HeroSwing.hittest(_x, _y, true)) { SplatName = ("_root." + this._name) + "Splat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , (_root.HeroPointer._rotation + int(Math.random() * 61)) + 30); setProperty(SplatName, _x , this._x); setProperty(SplatName, _y , this._y); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(8589215); _global.MakeNoise("Splat"); duplicateMovieClip (_root.Bounty, _name + "Bounty", _global.markDepth++); setProperty(("_root." + _name) + "Bounty", _x , this._x); setProperty(("_root." + _name) + "Bounty", _y , this._y); BountyObject = eval (("_root." + _name) + "Bounty"); BountyObject.bounty = 50; if (SearchArray(EnemiesKilled, "VoidEater") == null) { EnemiesKilled.push("VoidEater"); } removeMovieClip(eval (myDim)); _visible = false; _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } } } if (hitTest(_root.HeroPointer._x, _root.HeroPointer._y, true)) { _global.justHit = this; } else { x = 0; while (x < _global.Enemies.length) { if (_global.Enemies[x] != _name) { hitTarget = eval ("_root." + _global.Enemies[x]); if (hitTest(hitTarget._x, hitTarget._y, true)) { hitTarget.killedBy = this; } } x++; } } if (killedBy != null) { if ((((killedBy._name.slice(0, 5) == "Sharp") || (killedBy._name.slice(0, 7) == "Grinder")) || (killedBy.exploded)) || (killedBy.claw)) { toKillX = _x - killedBy._x; toKillY = _y - killedBy._y; killDir = (-Math.atan2(toKillX, toKillY)) / (Math.PI/180); killDir = killDir - 180; SplatName = ("_root." + this._name) + "Splat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , killDir); setProperty(SplatName, _x , this._x); setProperty(SplatName, _y , this._y); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(8589215); _global.MakeNoise("Splat"); removeMovieClip(eval (myDim)); _visible = false; _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } } delta_x = _x - gotoSpotX; delta_y = _y - gotoSpotY; targetRotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180); if (_rotation != targetRotation) { if ((_rotation >= 0) && (targetRotation >= 0)) { if (_rotation > targetRotation) { if ((_rotation - targetRotation) > turnSpeed) { _rotation = (_rotation - turnSpeed); } else { _rotation = targetRotation; } } else if ((targetRotation - _rotation) > turnSpeed) { _rotation = (_rotation + turnSpeed); } else { _rotation = targetRotation; } } else if ((_rotation < 0) && (targetRotation < 0)) { if (_rotation > targetRotation) { if ((_rotation - targetRotation) > turnSpeed) { _rotation = (_rotation - turnSpeed); } else { _rotation = targetRotation; } } else if ((targetRotation - _rotation) > turnSpeed) { _rotation = (_rotation + turnSpeed); } else { _rotation = targetRotation; } } else if (_rotation > targetRotation) { if (_rotation < (targetRotation + 180)) { _rotation = (_rotation - turnSpeed); } else { _rotation = (_rotation + turnSpeed); } } else if (_rotation > (targetRotation - 180)) { _rotation = (_rotation + turnSpeed); } else { _rotation = (_rotation - turnSpeed); } } if ((((_y > -6) && (_x > -6)) && (_y < 406)) && (_x < 556)) { _y = (_y - (speed * Math.cos(_rotation * (Math.PI/180)))); _x = (_x + (speed * Math.sin(_rotation * (Math.PI/180)))); } else { _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } if (Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) <= speed) { gotoSpotX = int(Math.random() * 540) + 6; gotoSpotY = int(Math.random() * 390) + 6; } proximity = false; if ((action == "none") || (action == "grav")) { toHazardX = _x - _root.HeroPointer._x; toHazardY = _y - _root.HeroPointer._y; if (Math.sqrt((toHazardX * toHazardX) + (toHazardY * toHazardY)) <= 120) { proximity = true; } x = 0; while (x < _global.Enemies.length) { if (_global.Enemies[x] != _name) { hazTarget = eval ("_root." + _global.Enemies[x]); toHazardX = _x - hazTarget._x; toHazardY = _y - hazTarget._y; if (Math.sqrt((toHazardX * toHazardX) + (toHazardY * toHazardY)) <= 50) { proximity = true; } } x++; } } if ((((action == "none") && (eval (_root.HeroPointer) != undefined)) && (!proximity)) && (_currentframe < 71)) { if (Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) >= 200) { if ((Math.abs(_rotation - targetRotation) < 20) && (int(Math.random() * 10) == 1)) { gotoAndPlay (81); } } } if ((((action == "none") && (!proximity)) && (int(Math.random() * 60) == 1)) && (_currentframe < 71)) { action = "grav"; gotoAndPlay (71); } if ((proximity && (_currentframe < 71)) && (pulseDown == 0)) { action == "none"; gotoAndPlay (71); } if (_currentframe == 78) { stop(); speed = 0; turnspeed = 0; if ((action == "none") || (action == "grav")) { if (_xscale > 20) { _xscale = (_xscale - 20); _yscale = (_yscale - 20); } else if (action == "none") { action = "pulse"; pulseDown = 20; exploded = true; if (eval (("_root." + _name) + "Pulse") != undefined) { removeMovieClip(_root.fakeBackdrop); removeMovieClip(eval (("_root." + _name) + "Pulse")); } duplicateMovieClip (_root.VoidPulse, _name + "Pulse", _global.effectDepth++); with (eval (("_root." + _name) + "Pulse")) { _x = this._x; _y = this._y; } _global.MakeNoise("VoidPulse"); if ((eval (_root.HeroPointer) != undefined) && (_global.justHit == null)) { if (Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) <= 120) { _global.justHit = this; } } x = 0; while (x < _global.Enemies.length) { if (_global.Enemies[x] != _name) { hitTarget = eval ("_root." + _global.Enemies[x]); toTargetX = _x - hitTarget._x; toTargetY = _y - hitTarget._y; targetDirection = (-Math.atan2(toTargetX, toTargetY)) / (Math.PI/180); if (Math.sqrt((toTargetX * toTargetX) + (toTargetY * toTargetY)) <= 150) { hitTarget.killedBy = this; } } x++; } } else if (action == "grav") { if (eval (("_root." + _name) + "Spiral") == undefined) { duplicateMovieClip (_root.VoidSpiral, _name + "Spiral", _global.effectDepth++); with (eval (("_root." + _name) + "Spiral")) { _x = this._x; _y = this._y; } } myDim = ("_root." + _name) + "Dim"; if (eval (myDim) == undefined) { duplicateMovieClip (_root.Blackout, _name + "Dim", 6000); with (eval (myDim)) { _x = 275; _y = 200; _xscale = 1000; _yscale = 1000; _alpha = 20; } } if (_root.HeroPointer != undefined) { toMyX = _root.HeroPointer._x - _x; toMyY = _root.HeroPointer._y - _y; toMyDir = (-Math.atan2(toMyX, toMyY)) / (Math.PI/180); _root.HeroPointer._y = _root.HeroPointer._y - (4 * Math.cos(toMyDir * (Math.PI/180))); _root.HeroPointer._x = _root.HeroPointer._x + (4 * Math.sin(toMyDir * (Math.PI/180))); } x = 0; while (x < _global.Enemies.length) { if ((_global.Enemies[x] != _name) && (_global.Enemies[x].slice(0, 7) != "Grinder")) { hitTarget = eval ("_root." + _global.Enemies[x]); if ((hitTarget._name.slice(0, 4) == "Gray") && (hitTarget.action != "none")) { break; } toMyX = hitTarget._x - _x; toMyY = hitTarget._y - _y; toMyDir = (-Math.atan2(toMyX, toMyY)) / (Math.PI/180); hitTarget._y = hitTarget._y - (4 * Math.cos(toMyDir * (Math.PI/180))); hitTarget._x = hitTarget._x + (4 * Math.sin(toMyDir * (Math.PI/180))); } x++; } if (proximity && (pulseDown == 0)) { removeMovieClip(eval (myDim)); removeMovieClip(eval (("_root." + _name) + "Spiral")); action = "none"; } } } else if (action == "pulse") { if (_xscale < 100) { _xscale = (_xscale + 20); _yscale = (_yscale + 20); } else { speed = 1; turnSpeed = 1; action = "none"; gotoAndPlay (1); } } } if (_currentframe == 107) { if (chargedUp == 0) { stop(); speed = 0; turnSpeed = 0; action = "charge"; chargePointY = _y - (20 * Math.cos(_rotation * (Math.PI/180))); chargePointX = _x + (20 * Math.sin(_rotation * (Math.PI/180))); myDim = ("_root." + _name) + "Dim"; if (eval (myDim) == undefined) { duplicateMovieClip (_root.Blackout, _name + "Dim", 6000); with (eval (myDim)) { _x = 275; _y = 200; _xscale = 1000; _yscale = 1000; _alpha = 20; } } chargedUp++; } else if (chargedUp < 45) { if (int(chargedUp / 5) == (chargedUp / 5)) { chargeDir = (_rotation + int(Math.random() * 180)) - 90; duplicateMovieClip (_root.VoidBall, (_name + "Charge") + chargedUp, _global.effectDepth++); myCharge = eval ((("_root." + _name) + "Charge") + chargedUp); with (myCharge) { _y = chargePointY - (50 * Math.cos(chargeDir * (Math.PI/180))); _x = chargePointX + (50 * Math.sin(chargeDir * (Math.PI/180))); _rotation = chargeDir - 180; } } chargedUp++; } else { removeMovieClip(eval (myDim)); chargedUp = 0; play(); } } if (_currentframe == 109) { stop(); if (action == "charge") { duplicateMovieClip (_root.VoidBeam, _name + "Beam", _global.effectDepth++); myBeam = eval (("_root." + _name) + "Beam"); with (myBeam) { _y = this._y - (10 * Math.cos(this._rotation * (Math.PI/180))); _x = this._x + (10 * Math.sin(this._rotation * (Math.PI/180))); _rotation = this._rotation; _yscale = 4000; } action = "shoot"; } else if (eval (myBeam) == undefined) { speed = 1; turnSpeed = 1; action = "none"; play(); } } if (_currentframe == 70) { gotoAndPlay (11); } if (_currentframe == 117) { gotoAndPlay (1); } if (pulseDown > 0) { pulseDown--; } } }
Instance of Symbol 2334 MovieClip "GrayGlom" in Frame 7
onClipEvent (load) { mommy = false; justBounced = 0; if (_name == "GrayGlom") { mommy = true; stop(); } this.addProperty("speed", this.getSpeed, this.setSpeed); this.addProperty("turnSpeed", this.getTurnSpeed, this.setTurnSpeed); speed = 1; } onClipEvent (enterFrame) { if (!mommy) { if (_global.HeroAction == "attacking") { if ((_root.HeroSlashin._currentframe > 4) && (_root.HeroSlashin._currentframe < 14)) { if (_root.HeroSwing.hittest(_x, _y, true)) { SplatName = ("_root." + this._name) + "Splat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , (_root.HeroPointer._rotation + int(Math.random() * 61)) + 30); setProperty(SplatName, _x , this._x); setProperty(SplatName, _y , this._y); _global.MakeNoise("Splat"); duplicateMovieClip (_root.Bounty, _name + "Bounty", _global.markDepth++); setProperty(("_root." + _name) + "Bounty", _x , this._x); setProperty(("_root." + _name) + "Bounty", _y , this._y); BountyObject = eval (("_root." + _name) + "Bounty"); BountyObject.bounty = 1; duplicateMovieClip (_root.Gray, "Gray" + _name.slice(4), _global.baddieDepth++); _global.Enemies.push("Gray" + _name.slice(4)); with (eval ("_root.Gray" + _name.slice(4))) { _x = this._x; _y = this._y; _rotation = this._rotation; } _visible = false; _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } } } if (killedBy != null) { toKillX = _x - killedBy._x; toKillY = _y - killedBy._y; killDir = (-Math.atan2(toKillX, toKillY)) / (Math.PI/180); killDir = killDir - 180; SplatName = ("_root." + this._name) + "Splat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , killDir); setProperty(SplatName, _x , this._x); setProperty(SplatName, _y , this._y); _global.MakeNoise("Splat"); SplatName = ("_root." + this._name) + "BigSplat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "BigSplat", _global.effectDepth++); setProperty(SplatName, _rotation , killDir); setProperty(SplatName, _x , this._x); setProperty(SplatName, _xscale , 170); setProperty(SplatName, _y , this._y); setProperty(SplatName, _yscale , 170); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(9803157); _global.MakeNoise("Pop"); _global.MakeNoise("Splash"); _visible = false; _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } if (justBounced == 0) { if (_root.HeroPointer.hitTest(_x, _y, true)) { justBounced = 8; bouncedOffX = _root.HeroPointer._x; bouncedOffY = _root.HeroPointer._x; _global.justHit = this; } else { x = 0; while (x < _global.Enemies.length) { if (_global.Enemies[x] != _name) { hitTarget = eval ("_root." + _global.Enemies[x]); if (hitTarget.hitTest(_x, _y, true)) { hitTarget.killedBy = this; } } x++; } } if (justBounced != 0) { BoingNoise = new Sound(); BoingNoise.attachSound("Boing Sound"); BoingNoise.onSoundComplete = function () { BoingNoise.stop(); }; BoingNoise.start(); if (_x > bouncedOffX) { gotoSpotX = (int(Math.random() * (550 - _x)) + _x) + 20; } else { gotoSpotX = int(Math.random() * _x) - 19; } if (_y > bouncedOffY) { gotoSpotY = (int(Math.random() * (400 - _y)) + _y) + 20; } else { gotoSpotY = int(Math.random() * _y) - 19; } delta_bounceX = Math.abs(_x - bouncedOffX); delta_bounceY = Math.abs(_y - bouncedOffY); if (delta_bounceX > delta_bounceY) { if (gotoSpotX > 275) { gotoSpotX = 555; } else { gotoSpotX = -5; } } else if (gotoSpotY > 200) { gotoSpotY = 405; } else { gotoSpotY = -5; } } } else { justBounced--; } if (justBounced > 0) { delta_x = _x - gotoSpotX; delta_y = _y - gotoSpotY; targetRotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180); _rotation = targetRotation; } if ((((_y > -6) && (_x > -6)) && (_y < 406)) && (_x < 556)) { _y = (_y - (speed * Math.cos(_rotation * (Math.PI/180)))); _x = (_x + (speed * Math.sin(_rotation * (Math.PI/180)))); } else { _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } if (_currentframe == 31) { duplicateMovieClip (_root.VoidEater, "VoidEater" + _name.slice(4), _global.baddieDepth++); _global.Enemies.push("VoidEater" + _name.slice(4)); with (eval ("_root.VoidEater" + _name.slice(4))) { _x = this._x; _y = this._y; _rotation = this._rotation; } _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } } }
Instance of Symbol 2336 MovieClip "VoidPulse" in Frame 7
onClipEvent (load) { if (_name != "VoidPulse") { framesExisted = 0; duplicateMovieClip (_root.Backdrop, "fakeBackdrop", _global.backgroundDepth++); _root.fakeBackdrop._xscale = 105; _root.fakeBackdrop._yscale = 105; _root.fakeBackdrop.setMask(this); } } onClipEvent (enterFrame) { if (_name != "VoidPulse") { if (framesExisted < 30) { this._xscale = this._xscale + 60; this._yscale = this._yscale + 60; } else { removeMovieClip(_root.fakeBackdrop); removeMovieClip(this); } framesExisted++; } }
Instance of Symbol 2338 MovieClip "VoidSpiral" in Frame 7
onClipEvent (load) { if (_name != "VoidSpiral") { _alpha = 50; if ((_global.soundMode == "All") || (_global.soundMode == "FX Only")) { voidSound = new Sound(this); voidSound.attachSound("VoidField"); voidSound.start(0, 15); } } } onClipEvent (unload) { voidSound.stop(); } onClipEvent (enterFrame) { if (_name != "VoidSpiral") { _rotation = (_rotation+1); } }
Instance of Symbol 2340 MovieClip "VoidBall" in Frame 7
onClipEvent (load) { if (_name != "VoidBall") { framesExisted = 0; _global.MakeNoise("VoidCharge"); } } onClipEvent (enterFrame) { if (_name != "VoidBall") { if (framesExisted < 20) { _xscale = (_xscale - 5); _yscale = (_yscale - 5); _y = (_y - (3 * Math.cos(_rotation * (Math.PI/180)))); _x = (_x + (3 * Math.sin(_rotation * (Math.PI/180)))); } else { removeMovieClip(this); } framesExisted++; } }
Instance of Symbol 2344 MovieClip "VoidBeam" in Frame 7
onClipEvent (load) { if (_name != "VoidBeam") { framesExisted = 0; hostObject = eval ("_root." + _name.slice(0, _name.length - 4)); if ((_global.soundMode == "All") || (_global.soundMode == "FX Only")) { beamSound = new Sound(this); beamSound.attachSound("VoidBeam"); beamSound.start(0, 3); } } else { stop(); } } onClipEvent (unload) { beamSound.stop(); } onClipEvent (enterFrame) { if (_name != "VoidBeam") { if (eval (hostObject) == undefined) { removeMovieClip(this); } if (framesExisted < 90) { if (_root.HeroPointer != undefined) { movingForward = true; dragToX = _x; dragToY = _y; testAtX = _x + (20 * Math.sin(_rotation * (Math.PI/180))); testAtY = _y - (20 * Math.cos(_rotation * (Math.PI/180))); m = 0; while (m < 15) { dragDifX = dragToX - _root.HeroPointer._x; dragDifY = dragToY - _root.HeroPointer._y; dragToDist = Math.sqrt((dragDifX * dragDifX) + (dragDifY * dragDifY)); testDifX = testAtX - _root.HeroPointer._x; testDifY = testAtY - _root.HeroPointer._y; testAtDist = Math.sqrt((testDifX * testDifX) + (testDifY * testDifY)); if (testAtDist < dragToDist) { dragToX = testAtX; dragToY = testAtY; if (movingForward) { testAtX = testAtX + (20 * Math.sin(_rotation * (Math.PI/180))); testAtY = testAtY - (20 * Math.cos(_rotation * (Math.PI/180))); } else { testAtX = testAtX + (20 * Math.sin((_rotation - 180) * (Math.PI/180))); testAtY = testAtY - (20 * Math.cos((_rotation - 180) * (Math.PI/180))); } } else if (movingForward && (dragToX == _x)) { movingForward = false; testAtX = _x + (20 * Math.sin((_rotation - 180) * (Math.PI/180))); testAtY = _y - (20 * Math.cos((_rotation - 180) * (Math.PI/180))); } else { m = 20; } if (!hitTest(testAtX, testAtY, true)) { if (movingForward && (dragToX == _x)) { movingForward = false; testAtX = _x + (20 * Math.sin((_rotation - 180) * (Math.PI/180))); testAtY = _y - (20 * Math.cos((_rotation - 180) * (Math.PI/180))); } else { m = 20; } } m++; } toMyX = _root.HeroPointer._x - dragToX; toMyY = _root.HeroPointer._y - dragToY; toMyDir = (-Math.atan2(toMyX, toMyY)) / (Math.PI/180); _root.HeroPointer._y = _root.HeroPointer._y - (6 * Math.cos(toMyDir * (Math.PI/180))); _root.HeroPointer._x = _root.HeroPointer._x + (6 * Math.sin(toMyDir * (Math.PI/180))); if (hitTest(_root.HeroPointer._x, _root.HeroPointer._y, true)) { _global.justHit = hostObject; duplicateMovieClip (_root.HeroDisintigrate, "HeroDisInt", _global.effectDepth++); with (_root.HeroDisInt) { _x = _root.HeroPointer._x; _y = _root.HeroPointer._y; _rotation = toMyDir; } } } x = 0; while (x < _global.Enemies.length) { if ((_global.Enemies[x] != hostObject._name) && (_global.Enemies[x].slice(0, 7) != "Grinder")) { hitTarget = eval ("_root." + _global.Enemies[x]); if ((hitTarget._name.slice(0, 4) == "Gray") && (hitTarget.action != "none")) { break; } movingForward = true; dragToX = _x; dragToY = _y; testAtX = _x + (20 * Math.sin(_rotation * (Math.PI/180))); testAtY = _y - (20 * Math.cos(_rotation * (Math.PI/180))); m = 0; while (m < 15) { dragDifX = dragToX - hitTarget._x; dragDifY = dragToY - hitTarget._y; dragToDist = Math.sqrt((dragDifX * dragDifX) + (dragDifY * dragDifY)); testDifX = testAtX - hitTarget._x; testDifY = testAtY - hitTarget._y; testAtDist = Math.sqrt((testDifX * testDifX) + (testDifY * testDifY)); if (testAtDist < dragToDist) { dragToX = testAtX; dragToY = testAtY; if (movingForward) { testAtX = testAtX + (20 * Math.sin(_rotation * (Math.PI/180))); testAtY = testAtY - (20 * Math.cos(_rotation * (Math.PI/180))); } else { testAtX = testAtX + (20 * Math.sin((_rotation - 180) * (Math.PI/180))); testAtY = testAtY - (20 * Math.cos((_rotation - 180) * (Math.PI/180))); } } else if (movingForward && (dragToX == _x)) { movingForward = false; testAtX = _x + (20 * Math.sin((_rotation - 180) * (Math.PI/180))); testAtY = _y - (20 * Math.cos((_rotation - 180) * (Math.PI/180))); } else { m = 20; } if (!hitTest(testAtX, testAtY, true)) { if (movingForward && (dragToX == _x)) { movingForward = false; testAtX = _x + (20 * Math.sin((_rotation - 180) * (Math.PI/180))); testAtY = _y - (20 * Math.cos((_rotation - 180) * (Math.PI/180))); } else { m = 20; } } m++; } toMyX = hitTarget._x - dragToX; toMyY = hitTarget._y - dragToY; toMyDir = (-Math.atan2(toMyX, toMyY)) / (Math.PI/180); if (((hitTarget._name.slice(0, 5) == "Oozle") || (hitTarget._name.slice(0, 4) == "Gray")) || ((hitTarget._name.slice(0, 6) == "Horror") && (hitTarget.action != "collect"))) { hitTarget._y = hitTarget._y - (2 * Math.cos(toMyDir * (Math.PI/180))); hitTarget._x = hitTarget._x + (2 * Math.sin(toMyDir * (Math.PI/180))); } else { hitTarget._y = hitTarget._y - (6 * Math.cos(toMyDir * (Math.PI/180))); hitTarget._x = hitTarget._x + (6 * Math.sin(toMyDir * (Math.PI/180))); } if (hitTest(hitTarget._x, hitTarget._y, true)) { duplicateMovieClip (_root.GloopleDisintigrate, hitTarget._name + "DisInt", _global.effectDepth++); with (eval (("_root." + hitTarget._name) + "DisInt")) { _x = hitTarget._x; _y = hitTarget._y; _rotation = toMyDir; if (((hitTarget._name.slice(0, 5) == "Oozle") || (hitTarget._name.slice(0, 4) == "Gray")) || ((hitTarget._name.slice(0, 6) == "Horror") && (hitTarget.action != "collect"))) { _xscale = 170; _yscale = 170; } } _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, hitTarget._name), 1); removeMovieClip(hitTarget); } } x++; } } else { removeMovieClip(this); } framesExisted++; } }
Instance of Symbol 2380 MovieClip "GloopleDisintigrate" in Frame 7
onClipEvent (load) { if (_name == "GloopleDisintigrate") { stop(); } else { _global.MakeNoise("Disintigrate"); } } onClipEvent (enterFrame) { if (_name != "GloopleDisintigrate") { if (_currentframe == 45) { removeMovieClip(this); } } }
Instance of Symbol 2402 MovieClip "HeroDisintigrate" in Frame 7
onClipEvent (load) { if (_name == "HeroDisintigrate") { stop(); } else { _global.MakeNoise("Disintigrate"); } } onClipEvent (enterFrame) { if (_name != "HeroDisintigrate") { if (_currentframe == 38) { removeMovieClip(this); } } }
Instance of Symbol 2422 MovieClip "BiterGlom" in Frame 7
onClipEvent (load) { mommy = false; justBounced = 0; if (_name == "BiterGlom") { mommy = true; stop(); } this.addProperty("speed", this.getSpeed, this.setSpeed); this.addProperty("turnSpeed", this.getTurnSpeed, this.setTurnSpeed); speed = 1; } onClipEvent (enterFrame) { if (!mommy) { if (_global.HeroAction == "attacking") { if ((_root.HeroSlashin._currentframe > 4) && (_root.HeroSlashin._currentframe < 14)) { if (_root.HeroSwing.hittest(_x, _y, true)) { SplatName = ("_root." + this._name) + "Splat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , (_root.HeroPointer._rotation + int(Math.random() * 61)) + 30); setProperty(SplatName, _x , this._x); setProperty(SplatName, _y , this._y); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(2781657); SplatName = ("_root." + this._name) + "Splat2"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "Splat2", _global.effectDepth++); setProperty(SplatName, _rotation , (_root.HeroPointer._rotation + int(Math.random() * 61)) + 30); setProperty(SplatName, _x , this._x + 10); setProperty(SplatName, _y , this._y + 10); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(2781657); _global.MakeNoise("Splat"); duplicateMovieClip (_root.Bounty, _name + "Bounty", _global.markDepth++); setProperty(("_root." + _name) + "Bounty", _x , this._x); setProperty(("_root." + _name) + "Bounty", _y , this._y); BountyObject = eval (("_root." + _name) + "Bounty"); BountyObject.bounty = 16; _visible = false; _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } } } if (killedBy != null) { toKillX = _x - killedBy._x; toKillY = _y - killedBy._y; killDir = (-Math.atan2(toKillX, toKillY)) / (Math.PI/180); killDir = killDir - 180; SplatName = ("_root." + this._name) + "Splat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , killdir); setProperty(SplatName, _x , this._x); setProperty(SplatName, _y , this._y); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(2781657); _global.MakeNoise("Splat"); _visible = false; _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } if (justBounced == 0) { if (_root.HeroPointer.hitTest(_x, _y, true)) { justBounced = 8; bouncedOffX = _root.HeroPointer._x; bouncedOffY = _root.HeroPointer._x; _global.justHit = this; } else { x = 0; while (x < _global.Enemies.length) { if (_global.Enemies[x] != _name) { hitTarget = eval ("_root." + _global.Enemies[x]); if (hitTarget.hitTest(_x, _y, true)) { justBounced = 8; bouncedOffX = hitTarget._x; bouncedOffY = hitTarget._y; break; } } x++; } } if (justBounced != 0) { _global.MakeNoise("Boing"); if (_x > bouncedOffX) { gotoSpotX = (int(Math.random() * (550 - _x)) + _x) + 20; } else { gotoSpotX = int(Math.random() * _x) - 19; } if (_y > bouncedOffY) { gotoSpotY = (int(Math.random() * (400 - _y)) + _y) + 20; } else { gotoSpotY = int(Math.random() * _y) - 19; } delta_bounceX = Math.abs(_x - bouncedOffX); delta_bounceY = Math.abs(_y - bouncedOffY); if (delta_bounceX > delta_bounceY) { if (gotoSpotX > 275) { gotoSpotX = 555; } else { gotoSpotX = -5; } } else if (gotoSpotY > 200) { gotoSpotY = 405; } else { gotoSpotY = -5; } } } else { justBounced--; } if (justBounced > 0) { delta_x = _x - gotoSpotX; delta_y = _y - gotoSpotY; targetRotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180); _rotation = targetRotation; } if ((((_y > -6) && (_x > -6)) && (_y < 406)) && (_x < 556)) { _y = (_y - (speed * Math.cos(_rotation * (Math.PI/180)))); _x = (_x + (speed * Math.sin(_rotation * (Math.PI/180)))); } else { _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } if (_currentframe == 31) { duplicateMovieClip (_root.Horror, "Horror" + _name.slice(4), _global.baddieDepth++); _global.Enemies.push("Horror" + _name.slice(4)); with (eval ("_root.Horror" + _name.slice(4))) { _x = this._x; _y = this._y; _rotation = this._rotation; } _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } } }
Instance of Symbol 528 MovieClip "Queen" in Frame 7
onClipEvent (load) { mommy = false; if (_name == "Queen") { mommy = true; stop(); } else { this.addProperty("speed", this.getSpeed, this.setSpeed); this.addProperty("turnSpeed", this.getTurnSpeed, this.setTurnSpeed); this.addProperty("action", this.getAction, this.setAction); this.addProperty("wisps", this.getWisps, this.setWisps); this.addProperty("larva", this.getLarva, this.setLarva); speed = 3; turnSpeed = 4; justBounced = 0; justSwung = 0; stop(); action = "prowl"; lungeFrames = 0; larva = 0; _global.QueenRevive = false; LeftClaw = null; RightClaw = null; wisps = 0; wispCounter = 0; wigglers = 0; if (eval (_root.HeroPointer) != undefined) { gotoSpotX = _root.HeroPointer._x; gotoSpotY = _root.HeroPointer._y; } else { gotoSpotX = _x + 20; gotoSpotY = _y + 20; } duplicateMovieClip (_root.QueenClaw, _name + "ClawL", _global.baddieDepth++); LeftClaw = eval (("_root." + _name) + "ClawL"); ClawRotation = _rotation - 135; with (LeftClaw) { _y = this._y - (20 * Math.cos(ClawRotation * (Math.PI/180))); _x = this._x + (20 * Math.sin(ClawRotation * (Math.PI/180))); _rotation = this._rotation; } duplicateMovieClip (_root.QueenClaw, _name + "ClawR", _global.baddieDepth++); RightClaw = eval (("_root." + _name) + "ClawR"); ClawRotation = _rotation + 135; with (RightClaw) { _y = this._y - (20 * Math.cos(ClawRotation * (Math.PI/180))); _x = this._x + (20 * Math.sin(ClawRotation * (Math.PI/180))); _rotation = this._rotation; } } } onClipEvent (enterFrame) { if (!mommy) { if (SearchArray(_global.Enemies, _name) == null) { _global.Enemies.push(_name); } if (eval (_root.HeroPointer) != undefined) { gotoSpotX = _root.HeroPointer._x; gotoSpotY = _root.HeroPointer._y; } if (action != "lunge") { turnSpeed = 4; if (eval (_root.HeroPointer) != undefined) { toHero = Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)); if (toHero <= 150) { speed = 2; if (toHero <= 100) { speed = 1; if (toHero <= 50) { speed = 0.5; } } } else { speed = 3; } } else { speed = 3; } } else { speed = 10; turnSpeed = 0; lungeFrames++; } if ((wisps < 10) && (int(Math.random() * 5) == 1)) { duplicateMovieClip (_root.QueenWisp, (_name + "Wisp") + wispCounter, _global.effectDepth++); wisps++; wispCounter++; if (wispCounter == 10) { wispCounter = 0; } } if (int(Math.random() * 20) == 1) { duplicateMovieClip (_root.QueenWiggler, (_name + "Wiggler") + wigglers, _global.effectDepth++); with (eval ((("_root." + _name) + "Wiggler") + wigglers)) { _x = (this._x + int(Math.random() * 20)) - 10; _y = (this._y + int(Math.random() * 20)) - 10; } wigglers++; } if ((larva < 5) && (int(Math.random() * 100) == 1)) { LarvaName = null; useNum = 0; while (useNum < 10) { if (eval ((("_root." + _name) + "Larva") + useNum) == undefined) { LarvaName = (_name + "Larva") + useNum; break; } useNum++; } if (LarvaName == null) { } else { duplicateMovieClip (_root.QueenLarva, LarvaName, _global.markDepth++); with (eval ("_root." + LarvaName)) { _x = (this._x + int(Math.random() * 20)) - 10; _y = (this._y + int(Math.random() * 20)) - 10; } larva++; _global.MakeNoise("LarvaSpawn"); } } if (_global.HeroAction == "attacking") { if ((_root.HeroSlashin._currentframe > 4) && (_root.HeroSlashin._currentframe < 14)) { if (_root.HeroSwing.hittest(_x, _y, true)) { SplatName = ("_root." + this._name) + "Splat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , (_root.HeroPointer._rotation + int(Math.random() * 61)) + 30); setProperty(SplatName, _x , this._x); setProperty(SplatName, _y , this._y); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(16206129); _global.MakeNoise("Splat"); duplicateMovieClip (_root.Bounty, _name + "Bounty", _global.markDepth++); setProperty(("_root." + _name) + "Bounty", _x , this._x); setProperty(("_root." + _name) + "Bounty", _y , this._y); BountyObject = eval (("_root." + _name) + "Bounty"); BountyObject.bounty = 75; if (SearchArray(EnemiesKilled, "Queen") == null) { EnemiesKilled.push("Queen"); } _visible = false; _global.QueenRevive = true; _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } } } if (hitTest(_root.HeroPointer._x, _root.HeroPointer._y, false)) { _global.justHit = this; justBounced = 8; bouncedOffX = HeroPointer._x; bouncedOffY = HeroPointer._y; } else if (justBounced == 0) { x = 0; while (x < _global.Enemies.length) { if (_global.Enemies[x] != _name) { hitTarget = eval ("_root." + _global.Enemies[x]); if (hitTest(hitTarget._x, hitTarget._y, false)) { justBounced = 8; bouncedOffX = hitTarget._x; bouncedOffY = hitTarget._y; break; } } x++; } } else if (justBounced == 8) { _global.MakeNoise("Boing"); if (_x > bouncedOffX) { BouncetoSpotX = (int(Math.random() * (550 - _x)) + _x) + 20; } else { BouncetoSpotX = int(Math.random() * _x) - 19; } if (_y > bouncedOffY) { BouncetoSpotY = (int(Math.random() * (400 - _y)) + _y) + 20; } else { BouncetoSpotY = int(Math.random() * _y) - 19; } delta_bounceX = Math.abs(_x - bouncedOffX); delta_bounceY = Math.abs(_y - bouncedOffY); if (delta_bounceX > delta_bounceY) { if (BouncetoSpotX > 275) { BouncetoSpotX = 555; } else { BouncetoSpotX = -5; } } else if (BouncetoSpotY > 200) { BouncetoSpotY = 405; } else { BouncetoSpotY = -5; } _rotation = ((-Math.atan2(_x - BouncetoSpotX, _y - BouncetoSpotY)) / (Math.PI/180)); justBounced--; } else { justBounced--; } if (killedBy != null) { if ((((killedBy._name.slice(0, 7) == "Grinder") || (killedBy.exploded)) || (killedBy._name.slice(0, 6) == "Horror")) || (killedBy._name.slice(0, 5) == "Razor")) { toKillX = _x - killedBy._x; toKillY = _y - killedBy._y; killDir = (-Math.atan2(toKillX, toKillY)) / (Math.PI/180); killDir = killDir - 180; SplatName = ("_root." + this._name) + "Splat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , killDir); setProperty(SplatName, _x , this._x); setProperty(SplatName, _y , this._y); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(16206129); _global.MakeNoise("Splat"); _visible = false; _global.QueenRevive = true; _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } else { killedBy = null; } } delta_x = _x - gotoSpotX; delta_y = _y - gotoSpotY; targetRotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180); if (_rotation != targetRotation) { if ((_rotation >= 0) && (targetRotation >= 0)) { if (_rotation > targetRotation) { if ((_rotation - targetRotation) > turnSpeed) { _rotation = (_rotation - turnSpeed); } else { _rotation = targetRotation; } } else if ((targetRotation - _rotation) > turnSpeed) { _rotation = (_rotation + turnSpeed); } else { _rotation = targetRotation; } } else if ((_rotation < 0) && (targetRotation < 0)) { if (_rotation > targetRotation) { if ((_rotation - targetRotation) > turnSpeed) { _rotation = (_rotation - turnSpeed); } else { _rotation = targetRotation; } } else if ((targetRotation - _rotation) > turnSpeed) { _rotation = (_rotation + turnSpeed); } else { _rotation = targetRotation; } } else if (_rotation > targetRotation) { if (_rotation < (targetRotation + 180)) { _rotation = (_rotation - turnSpeed); } else { _rotation = (_rotation + turnSpeed); } } else if (_rotation > (targetRotation - 180)) { _rotation = (_rotation + turnSpeed); } else { _rotation = (_rotation - turnSpeed); } } if (((action == "prowl") || (action == "swing")) && (Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) <= 100)) { if (((_global.HeroAction == "attacking") && (_currentframe == 1)) && (_root.HeroSlashin._currentframe < 14)) { action = "dodge"; gotoAndPlay (1); } if (((justSwung == 0) && (eval (_root.HeroPointer) != undefined)) && (Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) <= 20)) { action = "dodge"; gotoAndPlay (1); } } if ((action == "prowl") && (Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) <= 100)) { if ((Math.abs(_rotation - targetRotation) < 100) && (justSwung == 0)) { if ((int(Math.random() * 2) == 1) && (Math.abs(_rotation - LeftClaw._rotation) < 20)) { LeftClaw.action = "swipe"; action = "swing"; justSwung = justSwung + (int(Math.random() * 50) + 15); _global.MakeNoise("Swing"); } else if (Math.abs(_rotation - RightClaw._rotation) < 20) { RightClaw.action = "swipe"; action = "swing"; justSwung = justSwung + (int(Math.random() * 50) + 15); _global.MakeNoise("Swing"); } } } if ((action == "prowl") && (Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) <= 300)) { if ((Math.abs(_rotation - targetRotation) < 50) && (justSwung == 0)) { if ((Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) >= 100) && (_global.HeroAction != "attacking")) { if ((int(Math.random() * 2) == 1) && (Math.abs(_rotation - LeftClaw._rotation) < 20)) { LeftClaw.action = "swipe"; action = "lunge"; justSwung = justSwung + (int(Math.random() * 60) + 25); _rotation = (_rotation - 10); _global.MakeNoise("Swing"); } else if (Math.abs(_rotation - RightClaw._rotation) < 20) { RightClaw.action = "swipe"; action = "lunge"; justSwung = justSwung + (int(Math.random() * 60) + 25); _rotation = (_rotation + 10); _global.MakeNoise("Swing"); } } } } if (justSwung > 0) { justSwung--; } if ((action == "prowl") || (action == "lunge")) { _y = (_y - (speed * Math.cos(_rotation * (Math.PI/180)))); _x = (_x + (speed * Math.sin(_rotation * (Math.PI/180)))); if (Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) <= speed) { gotoSpotX = int(Math.random() * 540) + 6; gotoSpotY = int(Math.random() * 390) + 6; } } else if (action == "dodge") { _rotation = targetRotation; _y = (_y - (12 * Math.cos((_rotation + 180) * (Math.PI/180)))); _x = (_x + (12 * Math.sin((_rotation + 180) * (Math.PI/180)))); } if (lungeFrames == 10) { action = "swing"; lungeFrames = 0; } if (_currentframe == 10) { action = "prowl"; } if (_currentframe == 30) { gotoAndStop (1); } } }
Instance of Symbol 2425 MovieClip "QueenClaw" in Frame 7
onClipEvent (load) { mommy = false; if (_name == "QueenClaw") { mommy = true; stop(); } else { this.addProperty("action", this.getAction, this.setAction); this.addProperty("claw", this.getClaw, null); claw = true; killedBy = null; beenDead = 0; action = "none"; turnSpeed = 4; speedBoost = 0; Right = false; sLoc = 0; swipeFrames = 0; stop(); mommyQueen = eval ("_root." + _name.slice(0, _name.length - 5)); gotoAndStop (1); moveDirection = _rotation; justStruck = 0; if (_name.slice(_name.length - 1, _name.length) == "R") { Right = true; _xscale = -100; } duplicateMovieClip (_root.QueenArm, _name + "Arm", _global.baddieDepth++); myArm = eval (("_root." + _name) + "Arm"); with (myArm) { _y = this._y; _x = this._x; _rotation = this._rotation; } } } onClipEvent (enterFrame) { if ((!mommy) && (beenDead == 0)) { if (speedBoost > 0) { speedBoost = speedBoost - 0.5; } if (justStruck > 0) { justStruck--; } deltaQ_x = _x - mommyQueen._x; deltaQ_y = _y - mommyQueen._y; toQueen = Math.sqrt((deltaQ_x * deltaQ_x) + (deltaQ_y * deltaQ_y)); speed = int(toQueen / 10); if (action == "swipe") { speed = 7; swipeFrames++; } if (mommyQueen.action == "lunge") { speed = 12; } if ((action == "none") || ((action == "pull") && (toQueen > 50))) { if (Right) { zoneOff = mommyQueen._rotation + (int(Math.random() * 90) + 45); } else { zoneOff = mommyQueen._rotation - (int(Math.random() * 90) + 45); } gotoSpotX = mommyQueen._x + ((int(Math.random() * 10) + 10) * Math.sin(zoneOff * (Math.PI/180))); gotoSpotY = mommyQueen._y - ((int(Math.random() * 10) + 10) * Math.cos(zoneOff * (Math.PI/180))); action = "pull"; } else if (action == "swipe") { if (!Right) { if (sLoc == 0) { swipeRot = mommyQueen._rotation + 90; } else { swipeRot = mommyQueen._rotation; } } else if (sLoc == 0) { swipeRot = mommyQueen._rotation - 90; } else { swipeRot = mommyQueen._rotation; } gotoSpotX = mommyQueen._x + (30 * Math.sin(swipeRot * (Math.PI/180))); gotoSpotY = mommyQueen._y - (30 * Math.cos(swipeRot * (Math.PI/180))); } if (_global.HeroAction == "attacking") { if ((_root.HeroSlashin._currentframe > 4) && (_root.HeroSlashin._currentframe < 14)) { if (_root.HeroSwing.hittest(_x, _y, true)) { if (justStruck == 0) { SparkName = ("_root." + this._name) + "Sparks"; duplicateMovieClip (_root.Sparks, this._name + "Sparks", _global.effectDepth++); setProperty(SparkName, _rotation , moveDirection); setProperty(SparkName, _x , this._x); setProperty(SparkName, _y , this._y); _global.MakeNoise("Clang"); moveDirection = (_root.HeroPointer._rotation + int(Math.random() * 61)) + 30; speedBoost = 3; justStruck = 5; if (action == "swipe") { action = "none"; sLoc = 0; swipeFrames = 0; mommyQueen.action = "prowl"; } _global.HeroAction = "bounceback"; } } } } if (hitTest(_root.HeroPointer._x, _root.HeroPointer._y, true)) { _global.justHit = this; } else { x = 0; while (x < _global.Enemies.length) { if (_global.Enemies[x] != mommyQueen._name) { hitTarget = eval ("_root." + _global.Enemies[x]); if (hitTest(hitTarget._x, hitTarget._y, true)) { if ((((hitTarget._name.slice(0, 7) == "Grinder") || (hitTarget.spines)) || (hitTarget.action == "gaurd")) || (hitTarget._name.slice(0, 6) == "Horror")) { if (justStruck == 0) { SparkName = ("_root." + this._name) + "Sparks"; duplicateMovieClip (_root.Sparks, this._name + "Sparks", _global.effectDepth++); setProperty(SparkName, _rotation , moveDirection); setProperty(SparkName, _x , this._x); setProperty(SparkName, _y , this._y); _global.MakeNoise("Clang"); moveDirection = moveDirection - 180; speedBoost = 3; justStruck = 5; if (action == "swipe") { action = "none"; sLoc = 0; swipeFrames = 0; mommyQueen.action = "prowl"; } } } else { hitTarget.killedBy = this; } } } x++; } } x = 0; while (x < _global.Hazards.length) { targetHazard = eval ("_root." + _global.Hazards[x]); if (targetHazard.hitTest(_x, _y, true)) { if (targetHazard._name.slice(0, 5) == "Razor") { targetHazard.killedBy = this; } } x++; } delta_x = _x - gotoSpotX; delta_y = _y - gotoSpotY; targetRotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180); if (justStruck == 0) { moveDirection = targetRotation; } if (moveDirection > 180) { moveDirection = moveDirection - 360; } if (moveDirection < -180) { moveDirection = moveDirection + 360; } if (mommyQueen._currentframe != 1) { turnSpeed = 30; } else { turnSpeed = 4; } if (beenDead == 0) { if (action != "swipe") { if (_rotation != targetRotation) { if ((_rotation >= 0) && (targetRotation >= 0)) { if (_rotation > targetRotation) { if ((_rotation - targetRotation) > turnSpeed) { _rotation = (_rotation - turnSpeed); } else { _rotation = targetRotation; } } else if ((targetRotation - _rotation) > turnSpeed) { _rotation = (_rotation + turnSpeed); } else { _rotation = targetRotation; } } else if ((_rotation < 0) && (targetRotation < 0)) { if (_rotation > targetRotation) { if ((_rotation - targetRotation) > turnSpeed) { _rotation = (_rotation - turnSpeed); } else { _rotation = targetRotation; } } else if ((targetRotation - _rotation) > turnSpeed) { _rotation = (_rotation + turnSpeed); } else { _rotation = targetRotation; } } else if (_rotation > targetRotation) { if (_rotation < (targetRotation + 180)) { _rotation = (_rotation - turnSpeed); } else { _rotation = (_rotation + turnSpeed); } } else if (_rotation > (targetRotation - 180)) { _rotation = (_rotation + turnSpeed); } else { _rotation = (_rotation - turnSpeed); } } } else if (Right) { _rotation = (_rotation + 15); } else { _rotation = (_rotation - 15); } } _y = (_y - ((speedBoost + speed) * Math.cos(moveDirection * (Math.PI/180)))); _x = (_x + ((speedBoost + speed) * Math.sin(moveDirection * (Math.PI/180)))); if (Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) <= 5) { if (action == "swipe") { if (sLoc < 2) { sLoc++; } else if (swipeFrames >= 17) { action = "none"; sLoc = 0; swipeFrames = 0; mommyQueen.action = "prowl"; } } else { action = "none"; } } if (((mommyQueen.action != "swing") && (mommyQueen.action != "lunge")) && (action == "swipe")) { action = "none"; sLoc = 0; swipeFrames = 0; } armRotate = (-Math.atan2(deltaQ_x, deltaQ_y)) / (Math.PI/180); if (eval (mommyQueen) != undefined) { with (myArm) { _x = this._x + ((toQueen / 2) * Math.sin(armRotate * (Math.PI/180))); _y = this._y - ((toQueen / 2) * Math.cos(armRotate * (Math.PI/180))); } } if (eval (mommyQueen) == undefined) { SplatName = ("_root." + myArm._name) + "Splat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), myArm._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , int(Math.random() * 360) - 179); setProperty(SplatName, _x , myArm._x); setProperty(SplatName, _xscale , 60); setProperty(SplatName, _y , myArm._y); setProperty(SplatName, _yscale , 60); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(16206387); _global.MakeNoise("LilSplat"); myArm.removeMovieClip(); SplatName = ("_root." + this._name) + "Splat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , this._rotation - 130); setProperty(SplatName, _x , this._x); setProperty(SplatName, _xscale , 40); setProperty(SplatName, _y , this._y); setProperty(SplatName, _yscale , 40); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(16206387); if (action == "swipe") { turnSpeed = 15; } if (_rotation > targetRotation) { turnSpeed = turnSpeed * -1; } if (speed > 15) { speed = 15; } beenDead++; } } else if (!mommy) { gotoAndStop (2); _rotation = (_rotation + turnSpeed); _y = (_y - (speed * Math.cos(moveDirection * (Math.PI/180)))); _x = (_x + (speed * Math.sin(moveDirection * (Math.PI/180)))); beenDead++; if (speed > 0) { speed = speed - 1; } else { speed = 0; } if (Math.abs(turnSpeed) > 0) { if (turnSpeed > 0) { turnSpeed = turnSpeed - 1; } if (turnSpeed < 0) { turnSpeed = turnSpeed + 1; } } else { turnSpeed = 0; } if (beenDead > 200) { if (_alpha > 0) { _alpha = (_alpha - 5); } else { removeMovieClip(this); } } } }
Instance of Symbol 943 MovieClip [Queen Wisp] "QueenWisp" in Frame 7
onClipEvent (load) { if (_name == "QueenWisp") { stop(); } else { mommyQueen = eval ("_root." + _name.slice(0, _name.length - 5)); whereOnSkin = int(Math.random() * 359) - 180; if (int(Math.random() * 2) == 1) { _xscale = -100; } } } onClipEvent (enterFrame) { if (_currentframe == 56) { mommyQueen.wisps--; removeMovieClip(this); } else if (_name != "QueenWisp") { if (eval (mommyQueen) == undefined) { removeMovieClip(this); } _rotation = (mommyQueen._rotation + whereOnSkin); _x = (mommyQueen._x + (10 * Math.sin(_rotation * (Math.PI/180)))); _y = (mommyQueen._y - (10 * Math.cos(_rotation * (Math.PI/180)))); } }
Instance of Symbol 2453 MovieClip "QueenWiggler" in Frame 7
onClipEvent (load) { if (_name != "QueenWiggler") { framesExisted = 0; mySize = int(Math.random() * 50) + 50; _rotation = (int(Math.random() * 360) - 180); _xscale = mySize; _yscale = mySize; if (int(Math.random() * 2) == 1) { _xscale = (_xscale * -1); } } else { stop(); } } onClipEvent (enterFrame) { if (_name != "QueenWiggler") { if (framesExisted > 239) { this._alpha = this._alpha - 10; } if (_alpha <= 0) { removeMovieClip(this); } framesExisted++; } }
Instance of Symbol 2476 MovieClip "QueenSeed" in Frame 7
onClipEvent (load) { if (_name == "QueenSeed") { stop(); } else { this.addProperty("mommyQueen", this.getMommyQueen, this.setMommyQueen); stop(); hostObject = eval ("_root." + _name.slice(0, _name.length - 4)); } } onClipEvent (enterFrame) { if (_name != "QueenSeed") { if ((eval (hostObject) == undefined) && (_currentframe < 21)) { removeMovieClip(this); } if (_currentframe < 21) { _x = hostObject._x; _y = hostObject._y; _rotation = hostObject._rotation; } if (((eval (mommyQueen) == undefined) && (_global.QueenRevive == true)) && (eval (hostObject) != undefined)) { play(); _global.QueenRevive = false; _global.BossOnDeck = true; _global.MakeNoise("QueenHatch"); } if (_currentframe == 21) { hostObject.killedBy = this; } if (_currentframe == 61) { duplicateMovieClip (_root.Queen, "Queen" + _root.SpawnPoint.ChildCounter, _global.baddieDepth++); mommyQueen = eval ("_root.Queen" + _root.SpawnPoint.ChildCounter); _global.Enemies.push("Queen" + _root.SpawnPoint.ChildCounter); _root.SpawnPoint.ChildCounter++; with (mommyQueen) { _x = this._x; _y = this._y; _rotation = this._rotation; } this.removeMovieClip(); } } }
Instance of Symbol 532 MovieClip "RazorQueen" in Frame 7
onClipEvent (load) { mommy = false; if (_name == "RazorQueen") { mommy = true; stop(); } else { this.addProperty("speed", this.getSpeed, this.setSpeed); this.addProperty("turnSpeed", this.getTurnSpeed, this.setTurnSpeed); this.addProperty("action", this.getAction, this.setAction); this.addProperty("mode", this.getMode, this.setMode); this.addProperty("larva", this.getLarva, this.setLarva); this.addProperty("mites", this.getMites, this.setMites); this.addProperty("hogs", this.getHogs, this.setHogs); this.addProperty("miteCounter", this.getMiteCounter, this.setMiteCounter); this.addProperty("teeth", this.getTeeth, this.setTeeth); this.addProperty("health", this.getHealth, this.setHealth); health = 5; recoil = 0; lilSplats = 0; if (_global.RazorGlaiveEquipped) { health = 2; } speed = 2; turnSpeed = 2; justBounced = 0; justSwung = 0; justSwitched = 300; spinClockwise = true; stop(); action = "prowl"; mode = "melee"; lungeFrames = 0; larva = 0; lashLag = 0; mites = 0; miteCounter = 10; hogs = 10; LeftForClaw = null; RightForClaw = null; LeftDuClaw = null; RightDuClaw = null; teeth = 0; toothCounter = 10; quillCounter = 10; if (eval (_root.HeroPointer) != undefined) { gotoSpotX = _root.HeroPointer._x; gotoSpotY = _root.HeroPointer._y; } else { gotoSpotX = _x + 20; gotoSpotY = _y + 20; } duplicateMovieClip (_root.RazorForClaw, _name + "FClawL", _global.baddieDepth++); LeftForClaw = eval (("_root." + _name) + "FClawL"); ClawRotation = _rotation - 45; with (LeftForClaw) { _y = this._y - (20 * Math.cos(ClawRotation * (Math.PI/180))); _x = this._x + (20 * Math.sin(ClawRotation * (Math.PI/180))); _rotation = this._rotation; } duplicateMovieClip (_root.RazorForClaw, _name + "FClawR", _global.baddieDepth++); RightForClaw = eval (("_root." + _name) + "FClawR"); ClawRotation = _rotation + 45; with (RightForClaw) { _y = this._y - (20 * Math.cos(ClawRotation * (Math.PI/180))); _x = this._x + (20 * Math.sin(ClawRotation * (Math.PI/180))); _rotation = this._rotation; } duplicateMovieClip (_root.RazorDuClaw, _name + "DClawL", _global.baddieDepth++); LeftDuClaw = eval (("_root." + _name) + "DClawL"); ClawRotation = _rotation - 135; with (LeftDuClaw) { _y = this._y - (20 * Math.cos(ClawRotation * (Math.PI/180))); _x = this._x + (20 * Math.sin(ClawRotation * (Math.PI/180))); _rotation = this._rotation; } duplicateMovieClip (_root.RazorDuClaw, _name + "DClawR", _global.baddieDepth++); RightDuClaw = eval (("_root." + _name) + "DClawR"); ClawRotation = _rotation + 135; with (RightDuClaw) { _y = this._y - (20 * Math.cos(ClawRotation * (Math.PI/180))); _x = this._x + (20 * Math.sin(ClawRotation * (Math.PI/180))); _rotation = this._rotation; } duplicateMovieClip (_root.RazorTail, _name + "Tail1", _global.baddieDepth++); myTail = eval (("_root." + _name) + "Tail1"); TailRotation = _rotation + 180; with (myTail) { _y = this._y - (20 * Math.cos(TailRotation * (Math.PI/180))); _x = this._x + (20 * Math.sin(TailRotation * (Math.PI/180))); _rotation = this._rotation; } } } onClipEvent (enterFrame) { if (!mommy) { if (SearchArray(_global.Enemies, _name) == null) { _global.Enemies.push(_name); } if (eval (_root.HeroPointer) != undefined) { gotoSpotX = _root.HeroPointer._x; gotoSpotY = _root.HeroPointer._y; } if (justSwitched > 0) { justSwitched--; } if (recoil > 0) { recoil--; } if (mode == "melee") { if ((action == "prowl") || (action == "pause")) { turnSpeed = 2; if (eval (_root.HeroPointer) != undefined) { toHero = Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)); if (toHero <= 150) { speed = 1; if (toHero <= 100) { speed = 0.5; if (toHero <= 50) { speed = 0.2; } } } else { speed = 2; } } else { speed = 2; } } else if (action == "lunge") { speed = 7; turnSpeed = 0; } else if (action == "lash") { speed = 0; turnSpeed = 4; } } else if (mode == "turret") { speed = 0; turnSpeed = 2; } else { speed = 0; turnSpeed = 0; } if (((teeth < 10) && ((int(Math.random() * 20) == 1) && (mode == "melee"))) || ((int(Math.random() * 50) == 1) && (mode == "turret"))) { duplicateMovieClip (_root.RazorTooth, (_name + "Tooth") + toothCounter, _global.capDepth++); with (eval ((("_root." + _name) + "Tooth") + toothCounter)) { _x = this._x; _y = this._y; _rotation = int(Math.random() * 359) - 180; } teeth++; toothCounter++; if (toothCounter == 80) { toothCounter = 10; } } if (((larva < 2) && (int(Math.random() * 400) == 1)) && (mode == "melee")) { LarvaName = null; useNum = 0; while (useNum < 10) { if (eval ((("_root." + _name) + "Larva") + useNum) == undefined) { LarvaName = (_name + "Larva") + useNum; break; } useNum++; } if (LarvaName == null) { } else { duplicateMovieClip (_root.RazorLarva, LarvaName, _global.effectDepth++); with (eval ("_root." + LarvaName)) { _x = (this._x + int(Math.random() * 20)) - 10; _y = (this._y + int(Math.random() * 20)) - 10; } larva++; } } if (_global.HeroAction == "attacking") { if ((_root.HeroSlashin._currentframe > 4) && (_root.HeroSlashin._currentframe < 14)) { if (_root.HeroSwing.hittest(_x, _y, true) && (recoil == 0)) { health--; recoil = 20; SplatName = (("_root." + this._name) + "Splat") + lilSplats; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), (this._name + "Splat") + (lilSplats++), _global.effectDepth++); setProperty(SplatName, _rotation , (_root.HeroPointer._rotation + int(Math.random() * 61)) + 30); setProperty(SplatName, _x , this._x); setProperty(SplatName, _y , this._y); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(3560301); if (health == 0) { SplatName = ("_root." + this._name) + "BigSplat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "BigSplat", _global.effectDepth++); setProperty(SplatName, _rotation , (_root.HeroPointer._rotation + int(Math.random() * 61)) + 30); setProperty(SplatName, _x , this._x); setProperty(SplatName, _xscale , 130); setProperty(SplatName, _y , this._y); setProperty(SplatName, _yscale , 130); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(3560301); _global.MakeNoise("Pop"); _global.MakeNoise("Splash"); duplicateMovieClip (_root.Bounty, _name + "Bounty", _global.markDepth++); setProperty(("_root." + _name) + "Bounty", _x , this._x); setProperty(("_root." + _name) + "Bounty", _y , this._y); BountyObject = eval (("_root." + _name) + "Bounty"); BountyObject.bounty = 500; if (SearchArray(EnemiesKilled, "RazorQueen") == null) { EnemiesKilled.push("RazorQueen"); } if ((!_global.RazorGlaiveUnlocked) && (_global.gameMode != "Practice")) { _global.RazorGlaiveUnlocked = true; } _visible = false; _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } else { _global.MakeNoise("Slice"); struckTeeth = int(Math.random() * 4) + 3; x = 1; while (x <= struckTeeth) { duplicateMovieClip ("_root.ShedTooth", (this._name + "sTooth") + x, _global.effectDepth++); with (eval ((("_root." + _name) + "sTooth") + x)) { _x = (this._x + int(Math.random() * 20)) - 10; _y = (this._y + int(Math.random() * 20)) - 10; _rotation = (_root.HeroPointer._rotation + int(Math.random() * 140)) + 70; } x++; } } } } } if (hitTest(_root.HeroPointer._x, _root.HeroPointer._y, false)) { if (justBounced == 0) { _global.justHit = this; justBounced = 8; bouncedOffX = HeroPointer._x; bouncedOffY = HeroPointer._y; } } else if (justBounced == 0) { x = 0; while (x < _global.Enemies.length) { if (_global.Enemies[x] != _name) { hitTarget = eval ("_root." + _global.Enemies[x]); if (hitTest(hitTarget._x, hitTarget._y, false)) { justBounced = 8; bouncedOffX = hitTarget._x; bouncedOffY = hitTarget._y; break; } } x++; } } else if (justBounced == 8) { _global.MakeNoise("Boing"); if (_x > bouncedOffX) { BouncetoSpotX = (int(Math.random() * (550 - _x)) + _x) + 20; } else { BouncetoSpotX = int(Math.random() * _x) - 19; } if (_y > bouncedOffY) { BouncetoSpotY = (int(Math.random() * (400 - _y)) + _y) + 20; } else { BouncetoSpotY = int(Math.random() * _y) - 19; } delta_bounceX = Math.abs(_x - bouncedOffX); delta_bounceY = Math.abs(_y - bouncedOffY); if (delta_bounceX > delta_bounceY) { if (BouncetoSpotX > 275) { BouncetoSpotX = 555; } else { BouncetoSpotX = -5; } } else if (BouncetoSpotY > 200) { BouncetoSpotY = 405; } else { BouncetoSpotY = -5; } _rotation = ((-Math.atan2(_x - BouncetoSpotX, _y - BouncetoSpotY)) / (Math.PI/180)); justBounced--; } else { justBounced--; } if (killedBy != null) { if (((killedBy._name.slice(0, 7) == "Grinder") || (killedBy.exploded)) || (killedBy._name.slice(0, 6) == "Horror")) { toKillX = _x - killedBy._x; toKillY = _y - killedBy._y; killDir = (-Math.atan2(toKillX, toKillY)) / (Math.PI/180); killDir = killDir - 180; SplatName = ("_root." + this._name) + "Splat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , killDir); setProperty(SplatName, _x , this._x); setProperty(SplatName, _y , this._y); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(3560301); _global.MakeNoise("Splat"); _visible = false; _global.Enemies.splice(_root.SpawnPoint.SearchArray(_global.Enemies, _name), 1); this.removeMovieClip(); } else { killedBy = null; } } x = 0; while (x < _global.Hazards.length) { targetHazard = eval ("_root." + _global.Hazards[x]); if (hitTest(targetHazard._x, targetHazard._y, true)) { if (targetHazard._name.slice(0, 5) == "Razor") { targetHazard.killedBy = this; } } x++; } delta_x = _x - gotoSpotX; delta_y = _y - gotoSpotY; targetRotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180); if (action != "lash") { if (_rotation != targetRotation) { if ((_rotation >= 0) && (targetRotation >= 0)) { if (_rotation > targetRotation) { if ((_rotation - targetRotation) > turnSpeed) { _rotation = (_rotation - turnSpeed); } else { _rotation = targetRotation; } } else if ((targetRotation - _rotation) > turnSpeed) { _rotation = (_rotation + turnSpeed); } else { _rotation = targetRotation; } } else if ((_rotation < 0) && (targetRotation < 0)) { if (_rotation > targetRotation) { if ((_rotation - targetRotation) > turnSpeed) { _rotation = (_rotation - turnSpeed); } else { _rotation = targetRotation; } } else if ((targetRotation - _rotation) > turnSpeed) { _rotation = (_rotation + turnSpeed); } else { _rotation = targetRotation; } } else if (_rotation > targetRotation) { if (_rotation < (targetRotation + 180)) { _rotation = (_rotation - turnSpeed); } else { _rotation = (_rotation + turnSpeed); } } else if (_rotation > (targetRotation - 180)) { _rotation = (_rotation + turnSpeed); } else { _rotation = (_rotation - turnSpeed); } } } else if (spinClockwise) { _rotation = (_rotation + turnSpeed); } else { _rotation = (_rotation - turnSpeed); } if (mode == "turret") { if (int(Math.random() * 20) == 1) { duplicateMovieClip (_root.RazorQuill, (_name + "Quill") + quillCounter, _global.effectDepth++); quillRotation = (targetRotation + int(Math.random() * 70)) - 35; if (quillRotation > 180) { quillRotation = quillRotation - 360; } if (quillRotation < 180) { quillRotation = quillRotation + 360; } with (eval ((("_root." + _name) + "Quill") + quillCounter)) { _x = this._x; _y = this._y; _rotation = quillRotation; } quillCounter++; if (quillCounter == 80) { quillCounter = 10; } } } if (((mode == "melee") && (action == "prowl")) && (justSwung == 0)) { if (((Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) >= 100) && (int(Math.random() * 200) == 1)) && (justSwitched == 0)) { LeftForClaw.action = "entrench"; RightForClaw.action = "entrench"; LeftDuClaw.action = "entrench"; RightDuClaw.action = "entrench"; mode = "turret"; action = "track"; justSwitched = 300; } } else if (((mode == "turret") && (action == "track")) && (eval (("_root." + _name) + "Maw") == undefined)) { if (((Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) >= 100) && (int(Math.random() * 200) == 1)) && (justSwitched == 0)) { LeftForClaw.action = "digup"; RightForClaw.action = "digup"; LeftDuClaw.action = "digup"; RightDuClaw.action = "digup"; mode = "melee"; action = "prowl"; justSwitched = 300; } } if (eval (_root.HeroPointer) != undefined) { if (mode == "turret") { if ((((int(Math.random() * 250) == 1) && (mites < 2)) && (Math.abs(_rotation - targetRotation) < 45)) && (eval (("_root." + _name) + "Maw") == undefined)) { duplicateMovieClip (_root.RazorMaw, _name + "Maw", _global.baddieDepth++); myMaw = eval (("_root." + _name) + "Maw"); with (myMaw) { _x = this._x; _y = this._y; _rotation = this._rotation; } myMaw.task = "mite"; _global.MakeNoise("Razor Spit"); } Hedgehogs = 0; x = 0; while (x < _global.Hazards.length) { targetHazard = eval ("_root." + _global.Hazards[x]); if (targetHazard._name.slice(0, 5) == "Razor") { Hedgehogs++; } x++; } if ((((int(Math.random() * 250) == 1) && (Math.abs(_rotation - targetRotation) < 45)) && (eval (("_root." + _name) + "Maw") == undefined)) && (Hedgehogs < 4)) { duplicateMovieClip (_root.RazorMaw, _name + "Maw", _global.baddieDepth++); myMaw = eval (("_root." + _name) + "Maw"); with (myMaw) { _x = this._x; _y = this._y; _rotation = this._rotation; } myMaw.task = "hedgehog"; _global.MakeNoise("Razor Spit"); } } if (mode == "melee") { if ((action == "prowl") && (Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) <= 150)) { if ((Math.abs(_rotation - targetRotation) < 45) && (justSwung == 0)) { if ((_rotation > targetRotation) || ((_rotation == targetRotation) && (int(Math.random() * 2) == 0))) { if (LeftForClaw.action == "none") { LeftForClaw.action = "jab"; justSwung = justSwung + (int(Math.random() * 50) + 15); _global.MakeNoise("Swing"); } } else if (RightForClaw.action == "none") { RightForClaw.action = "jab"; justSwung = justSwung + (int(Math.random() * 50) + 15); _global.MakeNoise("Swing"); } } } if ((action == "prowl") && (Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) <= 180)) { if ((Math.abs(_rotation - targetRotation) < 85) && (justSwung == 0)) { if (((_rotation >= targetRotation) && (Math.abs(_rotation - LeftDuClaw._rotation) < 30)) && (LeftDuClaw.action == "none")) { LeftDuClaw.action = "swipe"; justSwung = justSwung + (int(Math.random() * 40) + 35); _global.MakeNoise("Swing"); } else if (((_rotation <= targetRotation) && (Math.abs(_rotation - RightDuClaw._rotation) < 30)) && (RightDuClaw.action == "none")) { RightDuClaw.action = "swipe"; justSwung = justSwung + (int(Math.random() * 40) + 35); _global.MakeNoise("Swing"); } } } if (((action == "prowl") && (Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) <= 150)) && (justSwung == 0)) { if (((Math.abs(_rotation - targetRotation) > 50) && (justSwung == 0)) && (lashLag == 0)) { if ((_rotation > targetRotation) || ((_rotation == targetRotation) && (int(Math.random() * 2) == 0))) { spinClockwise = true; action = "lash"; lashLag = 120; } else { spinClockwise = false; action = "lash"; lashLag = 120; } } } if ((action == "prowl") && (Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) <= 225)) { if ((Math.abs(_rotation - targetRotation) < 20) && (justSwung == 0)) { if ((Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) >= 180) && (_global.HeroAction != "attacking")) { if ((LeftForClaw.action == "none") && (RightForClaw.action == "none")) { action = "pause"; LeftForClaw.action = "backswing"; RightForClaw.action = "backswing"; justSwung = justSwung + (int(Math.random() * 60) + 30); lungeFrames = 0; } } } } } } if (action == "pause") { lungeFrames++; if (lungeFrames == 21) { action = "lunge"; lungeFrames = 0; _global.MakeNoise("Swing"); } } else if (action == "lunge") { lungeFrames++; if (lungeFrames == 21) { action = "prowl"; lungeFrames = 0; } } else if (action == "lash") { lungeFrames++; if (lungeFrames == 91) { action = "prowl"; lungeFrames = 0; } } if (justSwung > 0) { justSwung--; } if (lashLag > 0) { lashLag--; } if ((action == "prowl") || (action == "lunge")) { _y = (_y - (speed * Math.cos(_rotation * (Math.PI/180)))); _x = (_x + (speed * Math.sin(_rotation * (Math.PI/180)))); if (Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) <= speed) { gotoSpotX = int(Math.random() * 540) + 6; gotoSpotY = int(Math.random() * 390) + 6; } } else if (action == "dodge") { _rotation = targetRotation; _y = (_y - (12 * Math.cos((_rotation + 180) * (Math.PI/180)))); _x = (_x + (12 * Math.sin((_rotation + 180) * (Math.PI/180)))); } } }
Instance of Symbol 15 MovieClip [RazorQueen Tail] "RazorTail" in Frame 7
onClipEvent (load) { mommy = false; if (_name == "RazorTail") { mommy = true; stop(); } else { this.addProperty("action", this.getAction, this.setAction); killedBy = null; beenDead = 0; action = "none"; turnSpeed = 6; speedBoost = 0; sLoc = 0; stretch = 10; swipeFrames = 0; stop(); mommyQueen = eval ("_root." + _name.slice(0, _name.length - 5)); gotoAndStop (1); moveDirection = _rotation; SegNumber = Number(_name.slice(_name.length - 1, _name.length)); if (SegNumber == 1) { Anchor = mommyQueen; } else { Anchor = eval ((("_root." + mommyQueen._name) + "Tail") + (SegNumber - 1)); } if (SegNumber < 4) { duplicateMovieClip (_root.RazorTail, (mommyQueen._name + "Tail") + (SegNumber + 1), _global.baddieDepth++); nextSeg = eval ((("_root." + mommyQueen._name) + "Tail") + (SegNumber + 1)); with (nextSeg) { _y = this._y - (10 * Math.cos((this._rotation - 180) * (Math.PI/180))); _x = this._x + (10 * Math.sin((this._rotation - 180) * (Math.PI/180))); _rotation = this._rotation; } } if (SegNumber == 4) { duplicateMovieClip (_root.RazorBlade, mommyQueen._name + "Blade", _global.baddieDepth++); myBlade = eval (("_root." + mommyQueen._name) + "Blade"); with (myBlade) { _y = this._y - (10 * Math.cos((this._rotation - 180) * (Math.PI/180))); _x = this._x + (10 * Math.sin((this._rotation - 180) * (Math.PI/180))); _rotation = this._rotation; } } } } onClipEvent (enterFrame) { if ((!mommy) && (beenDead == 0)) { if (speedBoost > 0) { speedBoost = speedBoost - 0.5; } if ((mommyQueen.action == "lash") || (mommyQueen.mode == "turret")) { stretch = 30; } else { stretch = 10; } zoneOff = Anchor._rotation - 180; gotoSpotX = Anchor._x + (stretch * Math.sin(zoneOff * (Math.PI/180))); gotoSpotY = Anchor._y - (stretch * Math.cos(zoneOff * (Math.PI/180))); delta_x = _x - gotoSpotX; delta_y = _y - gotoSpotY; toSpot = Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)); speed = int(toSpot / 10); if ((mommyQueen.action == "lunge") || (mommyQueen.action == "lash")) { speed = speed * 2; } if (toSpot < speed) { speed = toSpot; } if (hitTest(_root.HeroPointer._x, _root.HeroPointer._y, true)) { _global.justHit = this; } else { x = 0; while (x < _global.Enemies.length) { if (_global.Enemies[x] != mommyQueen._name) { hitTarget = eval ("_root." + _global.Enemies[x]); if (hitTest(hitTarget._x, hitTarget._y, true)) { if ((((hitTarget._name.slice(0, 7) == "Grinder") || (hitTarget.spines)) || (hitTarget.action == "gaurd")) || (hitTarget._name.slice(0, 6) == "Horror")) { if (justStruck == 0) { SparkName = ("_root." + this._name) + "Sparks"; duplicateMovieClip (_root.Sparks, this._name + "Sparks", _global.effectDepth++); setProperty(SparkName, _rotation , moveDirection); setProperty(SparkName, _x , this._x); setProperty(SparkName, _y , this._y); _global.MakeNoise("Clang"); } } else { hitTarget.killedBy = this; } } } x++; } } moveDirection = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180); if (moveDirection > 180) { moveDirection = moveDirection - 360; } if (moveDirection < -180) { moveDirection = moveDirection + 360; } deltaQ_x = _x - Anchor._x; deltaQ_y = _y - Anchor._y; _rotation = ((-Math.atan2(deltaQ_x, deltaQ_y)) / (Math.PI/180)); _y = (_y - ((speedBoost + speed) * Math.cos(moveDirection * (Math.PI/180)))); _x = (_x + ((speedBoost + speed) * Math.sin(moveDirection * (Math.PI/180)))); if (eval (mommyQueen) == undefined) { SplatName = ("_root." + this._name) + "Splat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , this._rotation - 130); setProperty(SplatName, _x , this._x); setProperty(SplatName, _xscale , 40); setProperty(SplatName, _y , this._y); setProperty(SplatName, _yscale , 40); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(3560301); if (action == "swipe") { turnSpeed = 15; } if (_rotation > targetRotation) { turnSpeed = turnSpeed * -1; } if (speed > 15) { speed = 15; } beenDead++; } } else if (!mommy) { if (_currentframe != 2) { moveDirection = int(Math.random() * 360) - 180; speed = int(Math.random() * 4); turnSpeed = int(Math.random() * 25); if (int(Math.random() * 2) == 1) { turnSpeed = turnSpeed * -1; } } gotoAndStop (2); _rotation = (_rotation + turnSpeed); _y = (_y - (speed * Math.cos(moveDirection * (Math.PI/180)))); _x = (_x + (speed * Math.sin(moveDirection * (Math.PI/180)))); beenDead++; if (speed > 0) { speed = speed - 1; } else { speed = 0; } if (Math.abs(turnSpeed) > 0) { if (turnSpeed > 0) { turnSpeed = turnSpeed - 0.5; } if (turnSpeed < 0) { turnSpeed = turnSpeed + 0.5; } } else { turnSpeed = 0; } if (beenDead > 200) { if (_alpha > 0) { _alpha = (_alpha - 5); } else { removeMovieClip(this); } } } }
Instance of Symbol 2480 MovieClip "RazorForClaw" in Frame 7
onClipEvent (load) { mommy = false; if (_name == "RazorForClaw") { mommy = true; stop(); } else { this.addProperty("action", this.getAction, this.setAction); this.addProperty("claw", this.getClaw, null); claw = true; killedBy = null; beenDead = 0; action = "none"; turnSpeed = 4; speedBoost = 0; Right = false; sLoc = 0; stop(); mommyQueen = eval ("_root." + _name.slice(0, _name.length - 6)); gotoAndStop (1); moveDirection = _rotation; justStruck = 0; if (_name.slice(_name.length - 1, _name.length) == "R") { Right = true; _xscale = -100; } duplicateMovieClip (_root.RazorArm, _name + "Arm", _global.baddieDepth++); myArm = eval (("_root." + _name) + "Arm"); with (myArm) { _y = this._y; _x = this._x; _rotation = this._rotation; } } } onClipEvent (enterFrame) { if ((!mommy) && (beenDead == 0)) { if (speedBoost > 0) { speedBoost = speedBoost - 0.5; } if (justStruck > 0) { justStruck--; } deltaQ_x = _x - gotoSpotX; deltaQ_y = _y - gotoSpotY; toSpot = Math.sqrt((deltaQ_x * deltaQ_x) + (deltaQ_y * deltaQ_y)); speed = int(toSpot / 4); if (action == "jab") { speed = speed * 2; } if (action == "placed") { speed = 0; } switch (action) { case "none" : case "draw" : case "digup" : zoneOff = 55; zoneDist = 30; break; case "jab" : zoneOff = 15; zoneDist = 50; break; case "backswing" : zoneOff = 80; zoneDist = 40; break; case "swing" : zoneOff = 5; zoneDist = 80; break; case "entrench" : zoneOff = 45; zoneDist = 50; } if (Right) { zoneOff = mommyQueen._rotation + zoneOff; } else { zoneOff = mommyQueen._rotation - zoneOff; } gotoSpotX = mommyQueen._x + (zoneDist * Math.sin(zoneOff * (Math.PI/180))); gotoSpotY = mommyQueen._y - (zoneDist * Math.cos(zoneOff * (Math.PI/180))); if (_global.HeroAction == "attacking") { if ((_root.HeroSlashin._currentframe > 4) && (_root.HeroSlashin._currentframe < 14)) { if (Right) { radialAdjust = _rotation - 10; } else { radialAdjust = _rotation + 10; } if (radialAdjust > 180) { radialAdjust = radialAdjust - 360; } if (radialAdjust < -180) { radialAdjust = radialAdjust + 360; } if (action == "placed") { ColPtExt = 25; } else { ColPtExt = 40; } ColPtY = _y - (ColPtExt * Math.cos(radialAdjust * (Math.PI/180))); ColPtX = _x + (ColPtExt * Math.sin(radialAdjust * (Math.PI/180))); if (_root.HeroSwing.hittest(ColPtX, ColPtY, true)) { if (justStruck == 0) { SparkName = ("_root." + this._name) + "Sparks"; duplicateMovieClip (_root.Sparks, this._name + "Sparks", _global.effectDepth++); setProperty(SparkName, _rotation , moveDirection); setProperty(SparkName, _x , ColPtX); setProperty(SparkName, _y , ColPtY); _global.MakeNoise("Clang"); if (action != "placed") { moveDirection = (_root.HeroPointer._rotation + int(Math.random() * 61)) + 30; speedBoost = 3; justStruck = 5; if (action != "draw") { action = "draw"; sLoc = 0; } } _global.HeroAction = "bounceback"; } } } } if (hitTest(_root.HeroPointer._x, _root.HeroPointer._y, true)) { _global.justHit = this; } else { x = 0; while (x < _global.Enemies.length) { if (_global.Enemies[x] != mommyQueen._name) { hitTarget = eval ("_root." + _global.Enemies[x]); if (hitTest(hitTarget._x, hitTarget._y, true)) { if ((((hitTarget._name.slice(0, 7) == "Grinder") || (hitTarget.spines)) || (hitTarget.action == "gaurd")) || (hitTarget._name.slice(0, 6) == "Horror")) { if (justStruck == 0) { SparkName = ("_root." + this._name) + "Sparks"; duplicateMovieClip (_root.Sparks, this._name + "Sparks", _global.effectDepth++); setProperty(SparkName, _rotation , moveDirection); setProperty(SparkName, _x , this._x); setProperty(SparkName, _y , this._y); _global.MakeNoise("Clang"); if (action != "placed") { moveDirection = moveDirection - 180; speedBoost = 3; justStruck = 5; if (action != "draw") { action = "draw"; sLoc = 0; } } } } else { hitTarget.killedBy = this; } } } x++; } } x = 0; while (x < _global.Hazards.length) { targetHazard = eval ("_root." + _global.Hazards[x]); if (hitTest(targetHazard._x, targetHazard._y, true)) { if (targetHazard._name.slice(0, 5) == "Razor") { targetHazard.killedBy = this; } } x++; } delta_x = _x - gotoSpotX; delta_y = _y - gotoSpotY; targetRotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180); if (justStruck == 0) { moveDirection = targetRotation; } if (((action == "none") || (action == "draw")) || (action == "digup")) { if (Right) { targetRotation = mommyQueen._rotation - 10; } else { targetRotation = mommyQueen._rotation + 10; } } else if (action == "jab") { if (Right) { targetRotation = mommyQueen._rotation + 80; } else { targetRotation = mommyQueen._rotation - 80; } } else if (action == "backswing") { if (Right) { targetRotation = mommyQueen._rotation + 90; } else { targetRotation = mommyQueen._rotation - 90; } } else if (action == "entrench") { if (Right) { targetRotation = mommyQueen._rotation + 45; } else { targetRotation = mommyQueen._rotation - 45; } } else if (action == "placed") { targetRotation = _rotation; } if (targetRotation > 180) { targetRotation = targetRotation - 360; } if (targetRotation < -180) { targetRotation = targetRotation + 360; } if (moveDirection > 180) { moveDirection = moveDirection - 360; } if (moveDirection < -180) { moveDirection = moveDirection + 360; } if (action == "jab") { turnSpeed = 8; } else { turnSpeed = 4; } if (beenDead == 0) { if (_rotation != targetRotation) { if ((_rotation >= 0) && (targetRotation >= 0)) { if (_rotation > targetRotation) { if ((_rotation - targetRotation) > turnSpeed) { _rotation = (_rotation - turnSpeed); } else { _rotation = targetRotation; } } else if ((targetRotation - _rotation) > turnSpeed) { _rotation = (_rotation + turnSpeed); } else { _rotation = targetRotation; } } else if ((_rotation < 0) && (targetRotation < 0)) { if (_rotation > targetRotation) { if ((_rotation - targetRotation) > turnSpeed) { _rotation = (_rotation - turnSpeed); } else { _rotation = targetRotation; } } else if ((targetRotation - _rotation) > turnSpeed) { _rotation = (_rotation + turnSpeed); } else { _rotation = targetRotation; } } else if (_rotation > targetRotation) { if (_rotation < (targetRotation + 180)) { _rotation = (_rotation - turnSpeed); } else { _rotation = (_rotation + turnSpeed); } } else if (_rotation > (targetRotation - 180)) { _rotation = (_rotation + turnSpeed); } else { _rotation = (_rotation - turnSpeed); } } } if (Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) > 5) { _y = (_y - ((speedBoost + speed) * Math.cos(moveDirection * (Math.PI/180)))); _x = (_x + ((speedBoost + speed) * Math.sin(moveDirection * (Math.PI/180)))); } else if (action == "draw") { action = "none"; } else if (action == "entrench") { action = "placed"; } if (action == "jab") { if (sLoc < 15) { sLoc++; } else { action = "draw"; sLoc = 0; } } if (action == "backswing") { if (sLoc < 20) { sLoc++; } else { action = "swing"; sLoc = 0; } } if (action == "swing") { if (sLoc < 20) { sLoc++; } else { action = "draw"; sLoc = 0; } } deltaQ_x = _x - mommyQueen._x; deltaQ_y = _y - mommyQueen._y; toQueen = Math.sqrt((deltaQ_x * deltaQ_x) + (deltaQ_y * deltaQ_y)); armRotate = (-Math.atan2(deltaQ_x, deltaQ_y)) / (Math.PI/180); if (eval (mommyQueen) != undefined) { with (myArm) { _x = this._x + ((toQueen * 0.25) * Math.sin(armRotate * (Math.PI/180))); _y = this._y - ((toQueen * 0.25) * Math.cos(armRotate * (Math.PI/180))); } } if ((action == "entrench") || (action == "placed")) { if (_currentframe == 1) { if (Math.abs(_xscale > 30)) { if (Right) { _xscale = (_xscale + 5); } else { _xscale = (_xscale - 5); } } else { if (Right) { _xscale = -100; } else { _xscale = 100; } gotoAndStop (2); } } else if (((_currentframe == 2) && (action == "placed")) && (_yscale == 100)) { _yscale = 80; ePointX = _x + (40 * Math.sin(_rotation * (Math.PI/180))); ePointY = _y - (40 * Math.cos(_rotation * (Math.PI/180))); duplicateMovieClip (_root.GroundCrack, this._name + "Crack", _global.backgroundDepth++); with (eval (("_root." + this._name) + "Crack")) { _x = ePointX; _y = ePointY; _rotation = int(Math.random() * 360) - 179; gotoAndPlay(((int(Math.random() * 3) + 1) * 2) - 1); } Pebbles = int(Math.random() * 3) + 1; x = 0; while (x <= Pebbles) { duplicateMovieClip (_root.GroundPebble, (this._name + "Pebble") + x, _global.effectDepth++); with (eval ((("_root." + this._name) + "Pebble") + x)) { _x = ePointX; _y = ePointY; _rotation = int(Math.random() * 360) - 179; } x++; } Dustpuffs = int(Math.random() * 2); x = 0; while (x < Dustpuffs) { duplicateMovieClip (_root.GroundDust, (this._name + "Dust") + x, _global.capDepth++); with (eval ((("_root." + this._name) + "Dust") + x)) { _x = (ePointX + int(Math.random() * 20)) - 10; _y = (ePointY + int(Math.random() * 20)) - 10; _rotation = int(Math.random() * 360) - 179; } x++; } Dirtpuffs = int(Math.random() * 3); x = 0; while (x < Dirtpuffs) { duplicateMovieClip (_root.GroundDirt, (this._name + "Dirt") + x, _global.effectDepth++); with (eval ((("_root." + this._name) + "Dirt") + x)) { _x = (ePointX + int(Math.random() * 10)) - 5; _y = (ePointY + int(Math.random() * 10)) - 5; _rotation = int(Math.random() * 360) - 179; } x++; } _global.MakeNoise("GrinderHurt"); _global.MakeNoise("SharpsIn"); if (int(Math.random() * 2) == 1) { _global.MakeNoise("Pebble"); } _x = (_x + (10 * Math.sin(armRotate * (Math.PI/180)))); _y = (_y - (10 * Math.cos(armRotate * (Math.PI/180)))); } } if (action == "digup") { if (_currentframe == 2) { gotoAndStop (1); if (Right) { _xscale = -30; } else { _xscale = 30; } _yscale = 100; ePointX = _x + (40 * Math.sin(_rotation * (Math.PI/180))); ePointY = _y - (40 * Math.cos(_rotation * (Math.PI/180))); Pebbles = int(Math.random() * 3) + 1; x = 0; while (x <= Pebbles) { duplicateMovieClip (_root.GroundPebble, (this._name + "Pebble") + x, _global.effectDepth++); with (eval ((("_root." + this._name) + "Pebble") + x)) { _x = ePointX; _y = ePointY; _rotation = int(Math.random() * 360) - 179; } x++; } Dirtpuffs = int(Math.random() * 3); x = 0; while (x < Dirtpuffs) { duplicateMovieClip (_root.GroundDirt, (this._name + "Dirt") + x, _global.effectDepth++); with (eval ((("_root." + this._name) + "Dirt") + x)) { _x = (ePointX + int(Math.random() * 10)) - 5; _y = (ePointY + int(Math.random() * 10)) - 5; _rotation = int(Math.random() * 360) - 179; } x++; } if (int(Math.random() * 2) == 1) { _global.MakeNoise("Pebble"); } _global.MakeNoise("SharpsOut"); } else if ((_currentframe == 1) && (Math.abs(_xscale) < 100)) { if (Right) { _xscale = (_xscale - 5); } else { _xscale = (_xscale + 5); } if (Math.abs(_xscale) == 100) { action = "none"; } } } if (eval (mommyQueen) == undefined) { SplatName = ("_root." + myArm._name) + "Splat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), myArm._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , int(Math.random() * 360) - 179); setProperty(SplatName, _x , myArm._x); setProperty(SplatName, _xscale , 60); setProperty(SplatName, _y , myArm._y); setProperty(SplatName, _yscale , 60); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(3560301); _global.MakeNoise("LilSplat"); myArm.removeMovieClip(); SplatName = ("_root." + this._name) + "Splat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , this._rotation - 130); setProperty(SplatName, _x , this._x); setProperty(SplatName, _xscale , 40); setProperty(SplatName, _y , this._y); setProperty(SplatName, _yscale , 40); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(3560301); if (action == "swipe") { turnSpeed = 15; } if (_rotation > targetRotation) { turnSpeed = turnSpeed * -1; } if (speed > 15) { speed = 15; } beenDead++; } } else if (!mommy) { if (_currentframe != 3) { moveDirection = int(Math.random() * 360) - 180; turnSpeed = int(Math.random() * 18); if (int(Math.random() * 2) == 1) { turnSpeed = turnSpeed * -1; } } gotoAndStop (3); _rotation = (_rotation + turnSpeed); _y = (_y - (speed * Math.cos(moveDirection * (Math.PI/180)))); _x = (_x + (speed * Math.sin(moveDirection * (Math.PI/180)))); beenDead++; if (speed > 0) { speed = speed - 1; } else { speed = 0; } if (Math.abs(turnSpeed) > 0) { if (turnSpeed > 0) { turnSpeed = turnSpeed - 1; } if (turnSpeed < 0) { turnSpeed = turnSpeed + 1; } } else { turnSpeed = 0; } if (beenDead > 200) { if (_alpha > 0) { _alpha = (_alpha - 5); } else { removeMovieClip(this); } } } }
Instance of Symbol 2484 MovieClip "RazorDuClaw" in Frame 7
onClipEvent (load) { mommy = false; if (_name == "RazorDuClaw") { mommy = true; stop(); } else { this.addProperty("action", this.getAction, this.setAction); this.addProperty("claw", this.getClaw, null); claw = true; killedBy = null; beenDead = 0; action = "none"; turnSpeed = 6; speedBoost = 0; Right = false; sLoc = 0; swipeFrames = 0; stop(); mommyQueen = eval ("_root." + _name.slice(0, _name.length - 6)); gotoAndStop (1); moveDirection = _rotation; justStruck = 0; if (_name.slice(_name.length - 1, _name.length) == "R") { Right = true; _xscale = -100; } duplicateMovieClip (_root.RazorArm, _name + "Arm", _global.baddieDepth++); myArm = eval (("_root." + _name) + "Arm"); with (myArm) { _y = this._y; _x = this._x; _rotation = this._rotation; } } } onClipEvent (enterFrame) { if ((!mommy) && (beenDead == 0)) { if (speedBoost > 0) { speedBoost = speedBoost - 0.5; } if (justStruck > 0) { justStruck--; } deltaQ_x = _x - mommyQueen._x; deltaQ_y = _y - mommyQueen._y; toQueen = Math.sqrt((deltaQ_x * deltaQ_x) + (deltaQ_y * deltaQ_y)); speed = int(toQueen / 20); if (action == "swipe") { speed = 6; } if ((action == "entrench") && (speed < 2)) { speed = 2; } if (action == "placed") { speed = 0; } if (((action == "none") || (action == "digup")) || ((action == "pull") && (toQueen > 70))) { if (Right) { zoneOff = mommyQueen._rotation + (int(Math.random() * 30) + 90); } else { zoneOff = mommyQueen._rotation - (int(Math.random() * 30) + 90); } if (zoneOff > 180) { zoneOff = zoneOff - 360; } if (zoneOff < -180) { zoneOff = zoneOff + 360; } gotoSpotX = mommyQueen._x + ((int(Math.random() * 10) + 20) * Math.sin(zoneOff * (Math.PI/180))); gotoSpotY = mommyQueen._y - ((int(Math.random() * 10) + 20) * Math.cos(zoneOff * (Math.PI/180))); if (action != "digup") { action = "pull"; } } else if (action == "swipe") { if (!Right) { if (sLoc == 0) { swipeRot = mommyQueen._rotation + 45; } else { swipeRot = mommyQueen._rotation - 25; } } else if (sLoc == 0) { swipeRot = mommyQueen._rotation - 45; } else { swipeRot = mommyQueen._rotation + 25; } if (swipeRot > 180) { swipeRot = swipeRot - 360; } if (swipeRot < -180) { swipeRot = swipeRot + 360; } gotoSpotX = mommyQueen._x + (50 * Math.sin(swipeRot * (Math.PI/180))); gotoSpotY = mommyQueen._y - (50 * Math.cos(swipeRot * (Math.PI/180))); swipeFrames++; } else if (action == "entrench") { if (Right) { zoneOff = mommyQueen._rotation + 135; } else { zoneOff = mommyQueen._rotation - 135; } if (zoneOff > 180) { zoneOff = zoneOff - 360; } if (zoneOff < -180) { zoneOff = zoneOff + 360; } gotoSpotX = mommyQueen._x + (50 * Math.sin(zoneOff * (Math.PI/180))); gotoSpotY = mommyQueen._y - (50 * Math.cos(zoneOff * (Math.PI/180))); } if (_global.HeroAction == "attacking") { if ((_root.HeroSlashin._currentframe > 4) && (_root.HeroSlashin._currentframe < 14)) { radialAdjust = _rotation - 180; if (radialAdjust > 180) { radialAdjust = radialAdjust - 360; } if (radialAdjust < -180) { radialAdjust = radialAdjust + 360; } if (action == "placed") { ColPtExt = 45; } else { ColPtExt = 90; } ColPtY = _y - (ColPtExt * Math.cos(radialAdjust * (Math.PI/180))); ColPtX = _x + (ColPtExt * Math.sin(radialAdjust * (Math.PI/180))); if (_root.HeroSwing.hittest(ColPtX, ColPtY, true)) { if (justStruck == 0) { SparkName = ("_root." + this._name) + "Sparks"; duplicateMovieClip (_root.Sparks, this._name + "Sparks", _global.effectDepth++); setProperty(SparkName, _rotation , moveDirection); setProperty(SparkName, _x , ColPtX); setProperty(SparkName, _y , ColPtY); _global.MakeNoise("Clang"); if (action != "placed") { moveDirection = (_root.HeroPointer._rotation + int(Math.random() * 61)) + 30; speedBoost = 3; justStruck = 5; if (action == "swipe") { action = "none"; sLoc = 0; swipeFrames = 0; } } _global.HeroAction = "bounceback"; } } } } if (hitTest(_root.HeroPointer._x, _root.HeroPointer._y, true)) { _global.justHit = this; } else { x = 0; while (x < _global.Enemies.length) { if (_global.Enemies[x] != mommyQueen._name) { hitTarget = eval ("_root." + _global.Enemies[x]); if (hitTest(hitTarget._x, hitTarget._y, true)) { if ((((hitTarget._name.slice(0, 7) == "Grinder") || (hitTarget.spines)) || (hitTarget.action == "gaurd")) || (hitTarget._name.slice(0, 6) == "Horror")) { if (justStruck == 0) { SparkName = ("_root." + this._name) + "Sparks"; duplicateMovieClip (_root.Sparks, this._name + "Sparks", _global.effectDepth++); setProperty(SparkName, _rotation , moveDirection); setProperty(SparkName, _x , this._x); setProperty(SparkName, _y , this._y); _global.MakeNoise("Clang"); if (action != "placed") { moveDirection = moveDirection - 180; speedBoost = 3; justStruck = 5; if (action == "swipe") { action = "none"; sLoc = 0; swipeFrames = 0; } } } } else { hitTarget.killedBy = this; } } } x++; } } x = 0; while (x < _global.Hazards.length) { targetHazard = eval ("_root." + _global.Hazards[x]); if (hitTest(targetHazard._x, targetHazard._y, true)) { if (targetHazard._name.slice(0, 5) == "Razor") { targetHazard.killedBy = this; } } x++; } delta_x = _x - gotoSpotX; delta_y = _y - gotoSpotY; targetRotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180); if (justStruck == 0) { moveDirection = targetRotation; } if (action == "entrench") { if (Right) { targetRotation = mommyQueen._rotation - 45; } else { targetRotation = mommyQueen._rotation + 45; } if (targetRotation > 180) { targetRotation = targetRotation - 360; } if (targetRotation < -180) { targetRotation = targetRotation + 360; } } if (moveDirection > 180) { moveDirection = moveDirection - 360; } if (moveDirection < -180) { moveDirection = moveDirection + 360; } if (beenDead == 0) { if ((((action == "pull") || (action == "none")) || (action == "digup")) || (action == "entrench")) { if (_rotation != targetRotation) { if ((_rotation >= 0) && (targetRotation >= 0)) { if (_rotation > targetRotation) { if ((_rotation - targetRotation) > turnSpeed) { _rotation = (_rotation - turnSpeed); } else { _rotation = targetRotation; } } else if ((targetRotation - _rotation) > turnSpeed) { _rotation = (_rotation + turnSpeed); } else { _rotation = targetRotation; } } else if ((_rotation < 0) && (targetRotation < 0)) { if (_rotation > targetRotation) { if ((_rotation - targetRotation) > turnSpeed) { _rotation = (_rotation - turnSpeed); } else { _rotation = targetRotation; } } else if ((targetRotation - _rotation) > turnSpeed) { _rotation = (_rotation + turnSpeed); } else { _rotation = targetRotation; } } else if (_rotation > targetRotation) { if (_rotation < (targetRotation + 180)) { _rotation = (_rotation - turnSpeed); } else { _rotation = (_rotation + turnSpeed); } } else if (_rotation > (targetRotation - 180)) { _rotation = (_rotation + turnSpeed); } else { _rotation = (_rotation - turnSpeed); } } } else if (action == "swipe") { if (Right) { _rotation = (_rotation + 9); } else { _rotation = (_rotation - 9); } } } if ((Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) >= 5) || (action == "swipe")) { _y = (_y - ((speedBoost + speed) * Math.cos(moveDirection * (Math.PI/180)))); _x = (_x + ((speedBoost + speed) * Math.sin(moveDirection * (Math.PI/180)))); } else if (action == "entrench") { _y = gotoSpotY; _x = gotoSpotX; } if (Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) <= 5) { if (action == "swipe") { if (sLoc < 2) { sLoc++; } else if (swipeFrames >= 15) { action = "none"; sLoc = 0; swipeFrames = 0; } } else if (action == "pull") { action = "none"; } else if (action == "entrench") { action = "placed"; } } armRotate = (-Math.atan2(deltaQ_x, deltaQ_y)) / (Math.PI/180); if (eval (mommyQueen) != undefined) { with (myArm) { _x = this._x + ((toQueen / 2) * Math.sin(armRotate * (Math.PI/180))); _y = this._y - ((toQueen / 2) * Math.cos(armRotate * (Math.PI/180))); } } if ((action == "entrench") || (action == "placed")) { if (_currentframe == 1) { if (Math.abs(_xscale > 30)) { if (Right) { _xscale = (_xscale + 5); } else { _xscale = (_xscale - 5); } } else { if (Right) { _xscale = -100; } else { _xscale = 100; } gotoAndStop (2); } } else if (((_currentframe == 2) && (action == "placed")) && (_yscale == 100)) { _yscale = 80; ePointX = _x - (60 * Math.sin(_rotation * (Math.PI/180))); ePointY = _y + (60 * Math.cos(_rotation * (Math.PI/180))); duplicateMovieClip (_root.GroundCrack, this._name + "Crack", _global.backgroundDepth++); with (eval (("_root." + this._name) + "Crack")) { _x = ePointX; _y = ePointY; _rotation = int(Math.random() * 360) - 179; gotoAndPlay(((int(Math.random() * 3) + 1) * 2) - 1); } Pebbles = int(Math.random() * 3) + 1; x = 0; while (x <= Pebbles) { duplicateMovieClip (_root.GroundPebble, (this._name + "Pebble") + x, _global.effectDepth++); with (eval ((("_root." + this._name) + "Pebble") + x)) { _x = ePointX; _y = ePointY; _rotation = int(Math.random() * 360) - 179; } x++; } Dustpuffs = int(Math.random() * 2); x = 0; while (x < Dustpuffs) { duplicateMovieClip (_root.GroundDust, (this._name + "Dust") + x, _global.capDepth++); with (eval ((("_root." + this._name) + "Dust") + x)) { _x = (ePointX + int(Math.random() * 20)) - 10; _y = (ePointY + int(Math.random() * 20)) - 10; _rotation = int(Math.random() * 360) - 179; } x++; } Dirtpuffs = int(Math.random() * 3); x = 0; while (x < Dirtpuffs) { duplicateMovieClip (_root.GroundDirt, (this._name + "Dirt") + x, _global.effectDepth++); with (eval ((("_root." + this._name) + "Dirt") + x)) { _x = (ePointX + int(Math.random() * 10)) - 5; _y = (ePointY + int(Math.random() * 10)) - 5; _rotation = int(Math.random() * 360) - 179; } x++; } _global.MakeNoise("GrinderHurt"); _global.MakeNoise("SharpsIn"); if (int(Math.random() * 2) == 1) { _global.MakeNoise("Pebble"); } _x = (_x + (10 * Math.sin(armRotate * (Math.PI/180)))); _y = (_y - (10 * Math.cos(armRotate * (Math.PI/180)))); } } if (action == "digup") { if (_currentframe == 2) { gotoAndStop (1); if (Right) { _xscale = -30; } else { _xscale = 30; } _yscale = 100; ePointX = _x + (60 * Math.sin(_rotation * (Math.PI/180))); ePointY = _y - (60 * Math.cos(_rotation * (Math.PI/180))); Pebbles = int(Math.random() * 3) + 1; x = 0; while (x <= Pebbles) { duplicateMovieClip (_root.GroundPebble, (this._name + "Pebble") + x, _global.effectDepth++); with (eval ((("_root." + this._name) + "Pebble") + x)) { _x = ePointX; _y = ePointY; _rotation = int(Math.random() * 360) - 179; } x++; } Dirtpuffs = int(Math.random() * 3); x = 0; while (x < Dirtpuffs) { duplicateMovieClip (_root.GroundDirt, (this._name + "Dirt") + x, _global.effectDepth++); with (eval ((("_root." + this._name) + "Dirt") + x)) { _x = (ePointX + int(Math.random() * 10)) - 5; _y = (ePointY + int(Math.random() * 10)) - 5; _rotation = int(Math.random() * 360) - 179; } x++; } _global.MakeNoise("SharpsOut"); if (int(Math.random() * 2) == 1) { _global.MakeNoise("Pebble"); } } else if ((_currentframe == 1) && (Math.abs(_xscale) < 100)) { if (Right) { _xscale = (_xscale - 5); } else { _xscale = (_xscale + 5); } if (Math.abs(_xscale) == 100) { action = "none"; } } } if (eval (mommyQueen) == undefined) { SplatName = ("_root." + myArm._name) + "Splat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), myArm._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , int(Math.random() * 360) - 179); setProperty(SplatName, _x , myArm._x); setProperty(SplatName, _xscale , 60); setProperty(SplatName, _y , myArm._y); setProperty(SplatName, _yscale , 60); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(3560301); _global.MakeNoise("LilSplat"); myArm.removeMovieClip(); SplatName = ("_root." + this._name) + "Splat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , this._rotation - 130); setProperty(SplatName, _x , this._x); setProperty(SplatName, _xscale , 40); setProperty(SplatName, _y , this._y); setProperty(SplatName, _yscale , 40); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(3560301); if (action == "swipe") { turnSpeed = 15; } if (_rotation > targetRotation) { turnSpeed = turnSpeed * -1; } if (speed > 15) { speed = 15; } beenDead++; } } else if (!mommy) { if (_currentframe != 3) { moveDirection = int(Math.random() * 360) - 180; turnSpeed = int(Math.random() * 15); if (int(Math.random() * 2) == 1) { turnSpeed = turnSpeed * -1; } } gotoAndStop (3); _rotation = (_rotation + turnSpeed); _y = (_y - (speed * Math.cos(moveDirection * (Math.PI/180)))); _x = (_x + (speed * Math.sin(moveDirection * (Math.PI/180)))); beenDead++; if (speed > 0) { speed = speed - 1; } else { speed = 0; } if (Math.abs(turnSpeed) > 0) { if (turnSpeed > 0) { turnSpeed = turnSpeed - 1; } if (turnSpeed < 0) { turnSpeed = turnSpeed + 1; } } else { turnSpeed = 0; } if (beenDead > 200) { if (_alpha > 0) { _alpha = (_alpha - 5); } else { removeMovieClip(this); } } } }
Instance of Symbol 12 MovieClip [RazorQueen Blade] "RazorBlade" in Frame 7
onClipEvent (load) { mommy = false; if (_name == "RazorBlade") { mommy = true; stop(); } else { this.addProperty("action", this.getAction, this.setAction); this.addProperty("claw", this.getClaw, null); claw = true; killedBy = null; beenDead = 0; action = "none"; turnSpeed = 6; speedBoost = 0; sLoc = 0; stretch = 10; swipeFrames = 0; stop(); justStruck = 0; mommyQueen = eval ("_root." + _name.slice(0, _name.length - 5)); gotoAndStop (1); moveDirection = _rotation; Anchor = eval (("_root." + mommyQueen._name) + "Tail4"); } } onClipEvent (enterFrame) { if ((!mommy) && (beenDead == 0)) { if (speedBoost > 0) { speedBoost = speedBoost - 0.5; } if (justStruck > 0) { justStruck--; } if ((mommyQueen.action == "lash") || (mommyQueen.mode == "turret")) { stretch = 30; } else { stretch = 10; } zoneOff = Anchor._rotation - 180; gotoSpotX = Anchor._x + (stretch * Math.sin(zoneOff * (Math.PI/180))); gotoSpotY = Anchor._y - (stretch * Math.cos(zoneOff * (Math.PI/180))); delta_x = _x - gotoSpotX; delta_y = _y - gotoSpotY; toSpot = Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)); speed = int(toSpot / 10); if ((mommyQueen.action == "lunge") || (mommyQueen.action == "lash")) { speed = speed * 2; } if (toSpot < speed) { speed = toSpot; } if (_global.HeroAction == "attacking") { if ((_root.HeroSlashin._currentframe > 4) && (_root.HeroSlashin._currentframe < 14)) { radialAdjust = _rotation - 180; if (radialAdjust > 180) { radialAdjust = radialAdjust - 360; } if (radialAdjust < -180) { radialAdjust = radialAdjust + 360; } ColPtY = _y - (50 * Math.cos(radialAdjust * (Math.PI/180))); ColPtX = _x + (50 * Math.sin(radialAdjust * (Math.PI/180))); if (_root.HeroSwing.hittest(ColPtX, ColPtY, true)) { if (justStruck == 0) { SparkName = ("_root." + this._name) + "Sparks"; duplicateMovieClip (_root.Sparks, this._name + "Sparks", _global.effectDepth++); setProperty(SparkName, _rotation , moveDirection); setProperty(SparkName, _x , ColPtX); setProperty(SparkName, _y , ColPtY); _global.MakeNoise("Clang"); justStruck = 5; _global.HeroAction = "bounceback"; } } } } if (hitTest(_root.HeroPointer._x, _root.HeroPointer._y, true)) { _global.justHit = this; } else { x = 0; while (x < _global.Enemies.length) { if (_global.Enemies[x] != mommyQueen._name) { hitTarget = eval ("_root." + _global.Enemies[x]); if (hitTest(hitTarget._x, hitTarget._y, true)) { if ((((hitTarget._name.slice(0, 7) == "Grinder") || (hitTarget.spines)) || (hitTarget.action == "gaurd")) || (hitTarget._name.slice(0, 6) == "Horror")) { if (justStruck == 0) { SparkName = ("_root." + this._name) + "Sparks"; duplicateMovieClip (_root.Sparks, this._name + "Sparks", _global.effectDepth++); setProperty(SparkName, _rotation , moveDirection); setProperty(SparkName, _x , this._x); setProperty(SparkName, _y , this._y); _global.MakeNoise("Clang"); justStruck = 5; } } else { hitTarget.killedBy = this; } } } x++; } } x = 0; while (x < _global.Hazards.length) { targetHazard = eval ("_root." + _global.Hazards[x]); if (hitTest(targetHazard._x, targetHazard._y, true)) { if (targetHazard._name.slice(0, 5) == "Razor") { targetHazard.killedBy = this; } } x++; } moveDirection = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180); if (moveDirection > 180) { moveDirection = moveDirection - 360; } if (moveDirection < -180) { moveDirection = moveDirection + 360; } deltaQ_x = _x - Anchor._x; deltaQ_y = _y - Anchor._y; _rotation = ((-Math.atan2(deltaQ_x, deltaQ_y)) / (Math.PI/180)); _y = (_y - ((speedBoost + speed) * Math.cos(moveDirection * (Math.PI/180)))); _x = (_x + ((speedBoost + speed) * Math.sin(moveDirection * (Math.PI/180)))); if (eval (mommyQueen) == undefined) { SplatName = ("_root." + this._name) + "Splat"; duplicateMovieClip (eval ("_root.Splat" + String(random(3) + 1)), this._name + "Splat", _global.effectDepth++); setProperty(SplatName, _rotation , this._rotation - 130); setProperty(SplatName, _x , this._x); setProperty(SplatName, _xscale , 40); setProperty(SplatName, _y , this._y); setProperty(SplatName, _yscale , 40); SplatColor = new Color(eval (SplatName)); SplatColor.setRGB(3560301); if (action == "swipe") { turnSpeed = 15; } if (_rotation > targetRotation) { turnSpeed = turnSpeed * -1; } if (speed > 15) { speed = 15; } beenDead++; } } else if (!mommy) { if (_currentframe != 2) { moveDirection = int(Math.random() * 360) - 180; speed = int(Math.random() * 2); turnSpeed = int(Math.random() * 10); if (int(Math.random() * 2) == 1) { turnSpeed = turnSpeed * -1; } } gotoAndStop (2); _rotation = (_rotation + turnSpeed); _y = (_y - (speed * Math.cos(moveDirection * (Math.PI/180)))); _x = (_x + (speed * Math.sin(moveDirection * (Math.PI/180)))); beenDead++; if (speed > 0) { speed = speed - 0.5; } else { speed = 0; } if (Math.abs(turnSpeed) > 0) { if (turnSpeed > 0) { turnSpeed = turnSpeed - 0.5; } if (turnSpeed < 0) { turnSpeed = turnSpeed + 0.5; } } else { turnSpeed = 0; } if (beenDead > 200) { if (_alpha > 0) { _alpha = (_alpha - 5); } else { removeMovieClip(this); } } } }
Instance of Symbol 2488 MovieClip [Shed Tooth] "ShedTooth" in Frame 7
onClipEvent (load) { if (_name != "ShedTooth") { flyRange = int(Math.random() * 6) + 6; speed = 3; framesAtSpeed = 0; moveDirection = _rotation; if (int(Math.random() * 2) == 0) { Clockwise = true; } } } onClipEvent (enterFrame) { if (_name != "ShedTooth") { if (speed != 0) { if (Clockwise) { _rotation = (_rotation + (speed * 15)); } else { _rotation = (_rotation - (speed * 15)); } _y = (_y - (speed * Math.cos(moveDirection * (Math.PI/180)))); _x = (_x + (speed * Math.sin(moveDirection * (Math.PI/180)))); if (framesAtSpeed >= flyRange) { speed = speed - 1; framesAtSpeed = 0; } } else if (framesAtSpeed >= 90) { _alpha = (_alpha - 5); } if (_alpha <= 0) { removeMovieClip(this); } framesAtSpeed++; } }
Instance of Symbol 987 MovieClip [Razor Tooth] "RazorTooth" in Frame 7
onClipEvent (load) { if (_name != "RazorTooth") { _xscale = 50; _yscale = 50; offSet = int(Math.random() * 5) + 1; mommyQueen = eval ("_root." + _name.slice(0, _name.length - 7)); if (int(Math.random() * 2) == 1) { _xscale = -50; } } } onClipEvent (enterFrame) { if (_name != "RazorTooth") { if (_yscale < 100) { if (_xscale < 0) { _xscale = (_xscale - 5); } else { _xscale = (_xscale + 5); } _yscale = (_yscale + 5); offSet = offSet + 0.2; } else if (offSet < 16) { offSet = offSet + 0.5; } else { mommyQueen.teeth--; duplicateMovieClip (_root.ShedTooth, _name + "Shed", _global.effectDepth++); with (eval (("_root." + _name) + "Shed")) { _x = this._x; _y = this._y; _rotation = this._rotation; } removeMovieClip(this); } _y = (mommyQueen._y - (offSet * Math.cos(_rotation * (Math.PI/180)))); _x = (mommyQueen._x + (offSet * Math.sin(_rotation * (Math.PI/180)))); } }
Instance of Symbol 2495 MovieClip [Ground Crack] "GroundCrack" in Frame 7
onClipEvent (load) { framesExisted = 0; } onClipEvent (enterFrame) { if (_name != "GroundCrack") { if (_alpha > 0) { if (framesExisted > 900) { _alpha = (_alpha+1); } } else { removeMovieClip(this); } framesExisted++; } }
Instance of Symbol 2501 MovieClip "GroundDirt" in Frame 7
onClipEvent (load) { if (_name == "GroundDirt") { stop(); } else if (int(Math.random() * 2) == 1) { _xscale = -100; } } onClipEvent (enterFrame) { if (_currentframe == 21) { stop(); _alpha = (_alpha - 5); if (_alpha <= 0) { this.removeMovieClip(); } } }
Instance of Symbol 2510 MovieClip "HeroPiked" in Frame 7
onClipEvent (load) { if (_name == "HeroPiked") { stop(); } else { splats = 0; } } onClipEvent (enterFrame) { if (_name != "HeroPiked") { if (_currentframe == 2) { x = 1; while (x < 3) { duplicateMovieClip (_root.GroundDirt, (this._name + "Spray") + splats, _global.effectDepth++); with (eval ((("_root." + this._name) + "Spray") + splats)) { _x = this._x; _y = this._y; _rotation = (this._rotation + int(Math.random() * 80)) - 40; } BloodColor = new Color(eval ((("_root." + this._name) + "Spray") + (splats++))); BloodColor.setRGB(11800592); x++; } } else if (_currentframe == 15) { duplicateMovieClip (eval ("_root.Blood" + String(random(3) + 1)), (this._name + "Blood") + splats, _global.effectDepth++); BloodName = eval ((("_root." + this._name) + "Blood") + (splats++)); with (BloodName) { _rotation = (this._rotation + int(Math.random() * 40)) - 20; _x = this._x; _y = this._y; } } else if (_currentframe == 45) { stop(); } } }
Instance of Symbol 2524 MovieClip "HeroHalf" in Frame 7
onClipEvent (load) { if (_name == "HeroHalf") { stop(); } else { splats = 0; if (_name.slice(_name.length - 1, _name.length) == "2") { _xscale = -100; } Method = int(Math.random() * 3) + 1; } } onClipEvent (enterFrame) { if (_name != "HeroHalf") { switch (Method) { case 1 : if (_currentframe == 31) { SplatPtY = _y - (25 * Math.cos((_rotation - (90 * (_xscale / 100))) * (Math.PI / 180))); SplatPtX = _x + (25 * Math.sin((_rotation - (90 * (_xscale / 100))) * (Math.PI / 180))); duplicateMovieClip (eval ("_root.Blood" + String(random(3) + 1)), (this._name + "Blood") + splats, _global.effectDepth++); BloodName = eval ((("_root." + this._name) + "Blood") + (splats++)); with (BloodName) { _rotation = (this._rotation + int(Math.random() * 40)) - 200; _x = SplatPtX; _y = SplatPtY; } } else if (_currentframe == 45) { stop(); } break; case 2 : if (_currentframe == 2) { gotoAndPlay (46); } else if (_currentframe == 66) { SplatPtY = _y - (25 * Math.cos((_rotation - 180) * (Math.PI / 180))); SplatPtX = _x + (25 * Math.sin((_rotation - 180) * (Math.PI / 180))); duplicateMovieClip (eval ("_root.Blood" + String(random(3) + 1)), (this._name + "Blood") + splats, _global.effectDepth++); BloodName = eval ((("_root." + this._name) + "Blood") + (splats++)); with (BloodName) { _rotation = (this._rotation + int(Math.random() * 40)) + (70 * (this._xscale / 100)); _x = SplatPtX; _y = SplatPtY; } } else if (_currentframe == 80) { stop(); } break; case 3 : if (_currentframe == 2) { gotoAndPlay (81); } else if (_currentframe == 96) { SplatPtY = _y - (25 * Math.cos(_rotation * (Math.PI / 180))); SplatPtX = _x + (25 * Math.sin(_rotation * (Math.PI / 180))); duplicateMovieClip (eval ("_root.Blood" + String(random(3) + 1)), (this._name + "Blood") + splats, _global.effectDepth++); BloodName = eval ((("_root." + this._name) + "Blood") + (splats++)); with (BloodName) { _rotation = (this._rotation + int(Math.random() * 40)) + (70 * (this._xscale / 100)); _x = SplatPtX; _y = SplatPtY; } } else { if (_currentframe != 111) { break; } stop(); } } } }
Instance of Symbol 2537 MovieClip [Razor Larva Pop] "RazorLarvaPop" in Frame 7
onClipEvent (load) { if (_name == "RazorLarvaPop") { stop(); } else { if (int(Math.random() * 2) == 1) { _xscale = -100; } _rotation = (int(Math.random() * 360) - 179); } } onClipEvent (enterFrame) { if (_currentframe == 12) { removeMovieClip(this); } }
Instance of Symbol 1019 MovieClip "HeroSlash" in Frame 7
onClipEvent (load) { if (_name == "HeroSlash") { stop(); } }
Instance of Symbol 997 MovieClip "HeroWalk" in Frame 7
onClipEvent (load) { if (_name == "HeroWalk") { stop(); } }
Instance of Symbol 2541 MovieClip "HeroStaggerUp" in Frame 7
onClipEvent (load) { if (_name == "HeroStaggerUp") { stop(); } }
Instance of Symbol 2545 MovieClip "HeroStaggerRight" in Frame 7
onClipEvent (load) { if (_name == "HeroStaggerRight") { stop(); } }
Instance of Symbol 2549 MovieClip "HeroStaggerLeft" in Frame 7
onClipEvent (load) { if (_name == "HeroStaggerLeft") { stop(); } }
Instance of Symbol 2553 MovieClip "HeroStaggerDown" in Frame 7
onClipEvent (load) { if (_name == "HeroStaggerDown") { stop(); } }
Instance of Symbol 2560 MovieClip "HeroBounceback" in Frame 7
onClipEvent (load) { if (_name == "HeroBounceback") { stop(); } } onClipEvent (enterFrame) { if (_name != "HeroBounceback") { if (_global.HeroAction != "bounceback") { removeMovieClip(this); } } }
Instance of Symbol 2566 MovieClip [Lil Guy Walkin Razor] "HeroWalkRazor" in Frame 7
onClipEvent (load) { if (_name == "HeroWalkRazor") { stop(); } }
Instance of Symbol 2577 MovieClip [Lil Guy Slash Razor] "HeroSlashRazor" in Frame 7
onClipEvent (load) { if (_name == "HeroSlashRazor") { stop(); } }
Instance of Symbol 2579 MovieClip [Lil Guy Stagger Down Razor] "HeroStaggerDownRazor" in Frame 7
onClipEvent (load) { if (_name == "HeroStaggerDownRazor") { stop(); } }
Instance of Symbol 2582 MovieClip [Lil Guy Stagger Left Razor] "HeroStaggerLeftRazor" in Frame 7
onClipEvent (load) { if (_name == "HeroStaggerLeftRazor") { stop(); } }
Instance of Symbol 2585 MovieClip [Lil Guy Stagger Right Razor] "HeroStaggerRightRazor" in Frame 7
onClipEvent (load) { if (_name == "HeroStaggerRightRazor") { stop(); } }
Instance of Symbol 2586 MovieClip [Lil Guy Stagger Up Razor] "HeroStaggerUpRazor" in Frame 7
onClipEvent (load) { if (_name == "HeroStaggerUpRazor") { stop(); } }
Instance of Symbol 2588 MovieClip [Lil Guy Bounce Back Razor] "HeroBouncebackRazor" in Frame 7
onClipEvent (load) { if (_name == "HeroBouncebackRazor") { stop(); } } onClipEvent (enterFrame) { if (_name != "HeroBouncebackRazor") { if (_global.HeroAction != "bounceback") { removeMovieClip(this); } } }
Instance of Symbol 2591 MovieClip "Blackout" in Frame 7
onClipEvent (load) { if (_name != "Blackout") { framesExisted = 0; Blink = false; Fade = false; if (_name.slice(_name.length - 6) == "Bright") { Blink = true; } if (_name.slice(_name.length - 3) == "Dim") { Fade = false; } if (_name.slice(0, 4) == "Work") { _alpha = 60; } } } onClipEvent (enterFrame) { if (((_name != "Blackout") && (!Blink)) && (!Fade)) { if (framesExisted > 90) { if (_alpha > 0) { _alpha = (_alpha-1); } else { removeMovieClip(this); } } else { framesExisted++; } } else if (Blink) { _alpha = (_alpha - 20); if (_alpha <= 0) { removeMovieClip(this); } } }
Symbol 9 MovieClip [Clear Message] Frame 1
myApplause = new Sound(this); myApplause.attachSound("Cheers"); myApplause.start();
Symbol 9 MovieClip [Clear Message] Frame 61
stop();
Symbol 23 MovieClip [Jukebox Backdrop] Frame 47
stop();
Instance of Symbol 26 MovieClip "Light Wash" in Symbol 29 MovieClip [Blanket of Goo] Frame 1
onClipEvent (load) { xvel = 0; yvel = 0; xtime = 0; ytime = 0; xchange = 0; ychange = 0; xscroll = int(Math.random() * 5) - 2; yscroll = int(Math.random() * 7) - 3; } onClipEvent (enterFrame) { if ((_x > -200) && (_x < 300)) { if (xtime == xchange) { xscroll = int(Math.random() * 5) - 2; xtime = 0; xchange = int(Math.random() * 90) + 60; } } else if ((_x <= -200) && (xscroll <= 0)) { xscroll = int(Math.random() * 3) + 1; xtime = 0; xchange = int(Math.random() * 90) + 60; } else if ((_x >= 300) && (xscroll >= 0)) { xscroll = int(Math.random() * 3) - 3; xtime = 0; xchange = int(Math.random() * 90) + 60; } if (xvel > xscroll) { xvel = xvel - 0.2; } else if (xvel < xscroll) { xvel = xvel + 0.2; } _x = (_x + xvel); xtime++; if ((_y > -300) && (_y < 400)) { if (ytime == ychange) { yscroll = int(Math.random() * 7) - 3; ytime = 0; ychange = int(Math.random() * 90) + 60; } } else if ((_y <= -300) && (yscroll <= 0)) { yscroll = int(Math.random() * 4) + 1; ytime = 0; ychange = int(Math.random() * 90) + 60; } else if ((_y >= 400) && (yscroll >= 0)) { yscroll = int(Math.random() * 4) - 4; ytime = 0; ychange = int(Math.random() * 90) + 60; } if (yvel > yscroll) { yvel = yvel - 0.2; } else if (yvel < yscroll) { yvel = yvel + 0.2; } _y = (_y + yvel); ytime++; }
Instance of Symbol 28 MovieClip "Dark wash" in Symbol 29 MovieClip [Blanket of Goo] Frame 1
onClipEvent (load) { xvel = 0; yvel = 0; xtime = 0; ytime = 0; xchange = 0; ychange = 0; xscroll = int(Math.random() * 5) - 2; yscroll = int(Math.random() * 7) - 3; } onClipEvent (enterFrame) { if ((_x > -200) && (_x < 300)) { if (xtime == xchange) { xscroll = int(Math.random() * 5) - 2; xtime = 0; xchange = int(Math.random() * 90) + 60; } } else if ((_x <= -200) && (xscroll <= 0)) { xscroll = int(Math.random() * 3) + 1; xtime = 0; xchange = int(Math.random() * 90) + 60; } else if ((_x >= 300) && (xscroll >= 0)) { xscroll = int(Math.random() * 3) - 3; xtime = 0; xchange = int(Math.random() * 90) + 60; } if (xvel > xscroll) { xvel = xvel - 0.2; } else if (xvel < xscroll) { xvel = xvel + 0.2; } _x = (_x + xvel); xtime++; if ((_y > -300) && (_y < 400)) { if (ytime == ychange) { yscroll = int(Math.random() * 7) - 3; ytime = 0; ychange = int(Math.random() * 90) + 60; } } else if ((_y <= -300) && (yscroll <= 0)) { yscroll = int(Math.random() * 4) + 1; ytime = 0; ychange = int(Math.random() * 90) + 60; } else if ((_y >= 400) && (yscroll >= 0)) { yscroll = int(Math.random() * 4) - 4; ytime = 0; ychange = int(Math.random() * 90) + 60; } if (yvel > yscroll) { yvel = yvel - 0.2; } else if (yvel < yscroll) { yvel = yvel + 0.2; } _y = (_y + yvel); ytime++; }
Instance of Symbol 138 MovieClip "Percentage" in Symbol 140 MovieClip Frame 1
onClipEvent (load) { loadingTextFormat = new TextFormat(); loadingTextFormat.font = "Cooper Black"; loadingTextFormat.color = 16777215 /* 0xFFFFFF */; loadingTextFormat.size = 24; loadingTextFormat.align = "right"; this.createTextField("loadingText", 1, 0, 0, this._width, this._height); loadingText.embedFonts = true; loadingText.selectable = false; } onClipEvent (enterFrame) { TotalNeeded = _level0.getBytesTotal(); HowMuchDone = _level0.getBytesLoaded(); loadingText.text = int((HowMuchDone / TotalNeeded) * 100); loadingText.setTextFormat(loadingTextFormat); }
Instance of Symbol 164 MovieClip "DeathTime" in Symbol 176 MovieClip [Death Popup] Frame 1
onClipEvent (load) { TimeLeft = 900; deadTextFormat = new TextFormat(); deadTextFormat.font = "Cooper Black"; deadTextFormat.color = 0; deadTextFormat.size = 24; deadTextFormat.align = "center"; this.createTextField("deadText", 1, 0, 0, this._width, this._height); deadText.embedFonts = true; deadText.selectable = false; } onClipEvent (enterFrame) { deadText.text = ":" + int(TimeLeft / 30); deadText.setTextFormat(deadTextFormat); TimeLeft--; if (TimeLeft == 0) { _global.unbuildTo = "Menu"; } }
Instance of Symbol 167 MovieClip "Retry" in Symbol 176 MovieClip [Death Popup] Frame 1
onClipEvent (load) { stop(); } on (rollOver) { gotoAndStop (2); } on (rollOut) { gotoAndStop (1); } on (press) { _global.unbuildTo = "Hint"; }
Instance of Symbol 170 MovieClip "Menu" in Symbol 176 MovieClip [Death Popup] Frame 1
onClipEvent (load) { stop(); } on (rollOver) { gotoAndStop (2); } on (rollOut) { gotoAndStop (1); } on (press) { _global.unbuildTo = "Menu"; }
Instance of Symbol 175 MovieClip [Rematch Button] "Rematch" in Symbol 176 MovieClip [Death Popup] Frame 1
onClipEvent (load) { stop(); if (_global.RematchesLeft == 0) { _visible = false; } } on (rollOver) { switch (_global.RematchesLeft) { case 3 : gotoAndStop (2); break; case 2 : gotoAndStop (3); break; case 1 : gotoAndStop (4); } } on (rollOut) { gotoAndStop (1); } on (press) { if (_global.RematchesLeft > 0) { _global.Rematch = true; _global.unbuildTo = "Hint"; } }
Instance of Symbol 185 MovieClip [FireworkVis] "Work" in Symbol 186 MovieClip [Firework] Frame 1
onClipEvent (load) { stop(); (flyframes = 0); (popframes = 0); speed = 3 + int(Math.random() * 3); flyTo = int(Math.random() * 20) + 30; listTo = int(Math.random() * 3) - 1; FireworkColor = new Color(this); Colorswitcher = int(Math.random() * 7) + 1; switch (Colorswitcher) { case 1 : FireworkColor.setRGB(15674384); break; case 2 : FireworkColor.setRGB(15855725); break; case 3 : FireworkColor.setRGB(5592814); break; case 4 : FireworkColor.setRGB(15880683); break; case 5 : FireworkColor.setRGB(2744407); break; case 6 : FireworkColor.setRGB(16756491); break; case 7 : FireworkColor.setRGB(16777215); } _global.MakeNoise("Fireworklight"); } onClipEvent (enterFrame) { if (flyframes < flyTo) { _parent._rotation = _parent._rotation + listTo; _parent._y = _parent._y - (speed * Math.cos(_parent._rotation * (Math.PI/180))); _parent._x = _parent._x + (speed * Math.sin(_parent._rotation * (Math.PI/180))); flyframes++; } else if (popframes == 0) { _parent._rotation = int(Math.random() * 360) - 179; nextFrame(); _global.MakeNoise("Firework" + (int(Math.random() * 2) + 1)); duplicateMovieClip (_root.Blackout, this._name + "Bright", 7095); with (eval (("_root." + this._name) + "Bright")) { _x = 275; _y = 200; _xscale = 1000; _yscale = 1000; } FlashColor = new Color(eval (("_root." + this._name) + "Bright")); FlashColor.setRGB(FireworkColor.getRGB()); popframes++; } else if (popframes < 6) { _parent._xscale = _parent._xscale + 10; _parent._yscale = _parent._yscale + 10; popframes++; } else { _parent._y = _parent._y + 0.5; if (popframes >= 40) { if (_currentframe < 8) { nextFrame(); } else { removeMovieClip(_parent); } } popframes++; } }
Instance of Symbol 189 MovieClip "theBoss" in Symbol 192 MovieClip [Jukebox Display] Frame 1
onClipEvent (load) { framesExisted = 0; } onClipEvent (enterFrame) { if (framesExisted > 120) { if (_parent._alpha <= 0) { if (eval (_root.jukeboxBack) != undefined) { removeMovieClip(_root.jukeboxBack); } removeMovieClip(_parent); } else { _parent._alpha = _parent._alpha - 2; if (eval (_root.jukeboxBack) != undefined) { _root.jukeboxBack._alpha = _root.jukeboxBack._alpha - 1; } } } framesExisted++; }
Instance of Symbol 191 MovieClip "SongTitle" in Symbol 192 MovieClip [Jukebox Display] Frame 1
onClipEvent (load) { SongTextFormat = new TextFormat(); SongTextFormat.font = "Cooper Black"; SongTextFormat.color = 0; SongTextFormat.size = 18; SongTextFormat.align = "left"; this.createTextField("SongText", 1, 0, 0, this._width, this._height); SongText.embedFonts = true; SongText.selectable = false; } onClipEvent (enterFrame) { SongText.text = _global.lastSong; SongText.setTextFormat(SongTextFormat); }
Instance of Symbol 138 MovieClip "ClearBonusShadow" in Symbol 195 MovieClip [Nest Clear Bonus] Frame 1
onClipEvent (load) { ClearTextFormat = new TextFormat(); ClearTextFormat.font = "Cooper Black"; ClearTextFormat.color = 39168; ClearTextFormat.size = 26; ClearTextFormat.align = "center"; this.createTextField("ClearText", 1, 0, 0, this._width, this._height); ClearText.embedFonts = true; ClearText.selectable = false; ClearText.text = interval * 20; ClearText.setTextFormat(ClearTextFormat); }
Instance of Symbol 138 MovieClip "ClearBonus" in Symbol 195 MovieClip [Nest Clear Bonus] Frame 1
onClipEvent (load) { ClearTextFormat = new TextFormat(); ClearTextFormat.font = "Cooper Black"; ClearTextFormat.color = 0; ClearTextFormat.size = 26; ClearTextFormat.align = "center"; this.createTextField("ClearText", 1, 0, 0, this._width, this._height); ClearText.embedFonts = true; ClearText.selectable = false; ClearText.text = interval * 20; ClearText.setTextFormat(ClearTextFormat); totalSparkles = int(Math.random() * 40) + 20; x = 10; while (x <= totalSparkles) { _root.attachMovie("Sparkle", "Sparky" + x, 7100 + x); MySparkle = eval ("_root.Sparky" + x); with (MySparkle) { _x = (this._parent._x + int(Math.random() * 280)) - 140; _y = (this._parent._y + int(Math.random() * 40)) - 20; } SparkleColor = new Color(eval ("_root.Sparky" + x)); Colorswitcher = int(Math.random() * 3) + 1; switch (Colorswitcher) { case 1 : SparkleColor.setRGB(3384627); break; case 2 : SparkleColor.setRGB(7459441); break; case 3 : SparkleColor.setRGB(16777215); } x++; } }
Instance of Symbol 138 MovieClip "Gloople Counter" in Symbol 198 MovieClip [Nest Counter] Frame 1
onClipEvent (load) { killTextFormat = new TextFormat(); killTextFormat.font = "Cooper Black"; killTextFormat.color = 0; killTextFormat.size = 24; killTextFormat.align = "center"; this.createTextField("killText", 1, 0, 0, this._width, this._height); killText.embedFonts = true; killText.selectable = false; } onClipEvent (enterFrame) { killText.text = _global.KillsLeft; killText.setTextFormat(killTextFormat); }
Instance of Symbol 201 MovieClip [New High Score Text] "HighScoreText" in Symbol 202 MovieClip [New High Score!] Frame 1
onClipEvent (load) { Fireworks = 10; framesExisted = 0; } onClipEvent (enterFrame) { if (framesExisted < 180) { if (int(Math.random() * 10) == 1) { _root.attachMovie("Firework", "Work" + Fireworks, 7050 + Fireworks); MyFirework = eval ("_root.Work" + Fireworks); with (MyFirework) { _rotation = int(Math.random() * 60) - 30; _x = (this._parent._x + int(Math.random() * 200)) - 100; _y = (this._parent._y + int(Math.random() * 50)) - 25; } Fireworks++; } } framesExisted++; }
Instance of Symbol 206 MovieClip "NewWeaponText" in Symbol 207 MovieClip [New Weapon Unlocked!] Frame 1
onClipEvent (load) { framesExisted = 0; totalSparkles = int(Math.random() * 40) + 20; } onClipEvent (enterFrame) { if (_currentframe == 30) { x = 10; while (x <= totalSparkles) { _root.attachMovie("Sparkle", "Spark" + x, 7100 + x); MySparkle = eval ("_root.Spark" + x); with (MySparkle) { _x = (this._parent._x + int(Math.random() * 280)) - 140; _y = (this._parent._y + int(Math.random() * 40)) - 20; } SparkleColor = new Color(eval ("_root.Spark" + x)); Colorswitcher = int(Math.random() * 3) + 1; switch (Colorswitcher) { case 1 : SparkleColor.setRGB(16776960); break; case 2 : SparkleColor.setRGB(16306230); break; case 3 : SparkleColor.setRGB(16777215); } x++; } } else if (_currentframe == 31) { stop(); } framesExisted++; }
Instance of Symbol 209 MovieClip [SparkleVis] "Sparley" in Symbol 210 MovieClip [Sparkle] Frame 1
onClipEvent (load) { stop(); framesExisted = 0; speed = 0.5 + (int(Math.random() * 6) * 0.5); life = int(Math.random() * 40) + 50; spin = int(Math.random() * 50) - 25; heading = int(Math.random() * 120) - 60; newScale = int(Math.random() * 40) + 10; _parent._rotation = _parent._rotation - 180; _parent._rotation = _parent._rotation + heading; _parent._xscale = newScale; _parent._yscale = newScale; } onClipEvent (enterFrame) { if ((_parent._rotation > -180) && (_parent._rotation < 0)) { _parent._rotation = _parent._rotation - 1; } else if ((_parent._rotation < 180) && (_parent._rotation > 0)) { _parent._rotation = _parent._rotation + 1; } _parent._y = _parent._y - (speed * Math.cos(_parent._rotation * (Math.PI/180))); _parent._x = _parent._x + (speed * Math.sin(_parent._rotation * (Math.PI/180))); _rotation = (_rotation + spin); if (framesExisted >= life) { if (_parent._xscale > 5) { _parent._xscale = _parent._xscale - 1; _parent._yscale = _parent._yscale - 1; } else { removeMovieClip(_parent); } } framesExisted++; }
Symbol 224 MovieClip [Beastiary Plate] Frame 1
stop(); _global.selectedGloople = null;
Instance of Symbol 216 MovieClip "GoBack" in Symbol 224 MovieClip [Beastiary Plate] Frame 1
on (rollOver) { _xscale = 110; _yscale = 110; } on (rollOut) { _xscale = 100; _yscale = 100; } on (press) { _root.subMenu = false; _root.BeastiaryMenu.removeMovieClip(); }
Instance of Symbol 223 MovieClip [Tile] "TileGloople" in Symbol 224 MovieClip [Beastiary Plate] Frame 1
onClipEvent (load) { stop(); onMe = false; if (SearchArray(EnemiesSeen, "Gloople") == null) { tileLit = false; } else { tileLit = true; attachMovie("Info Gloople", "InfoGloople", 1); } } onClipEvent (enterFrame) { if (tileLit) { if (hitTest(_root._xmouse, _root._ymouse, false)) { onMe = true; if (_currentframe != 21) { play(); } else { stop(); } if (_currentframe == 41) { gotoAndPlay (1); } } else { onMe = false; play(); if (_currentframe == 41) { gotoAndStop (1); } if (_currentframe == 1) { stop(); } } } else { gotoAndStop (42); } } onClipEvent (mouseDown) { if ((onMe && (tileLit)) && (_global.selectedGloople == null)) { _root.BeastiaryMenu.attachMovie("Data Panel", "DataPanel", 40); _global.selectedGloople = "Gloople"; } }
Instance of Symbol 223 MovieClip [Tile] "TileStickie" in Symbol 224 MovieClip [Beastiary Plate] Frame 1
onClipEvent (load) { stop(); onMe = false; if (SearchArray(EnemiesSeen, "Stickie") == null) { tileLit = false; } else { tileLit = true; attachMovie("Info Stickie", "InfoStickie", 1); } } onClipEvent (enterFrame) { if (tileLit) { if (hitTest(_root._xmouse, _root._ymouse, false)) { onMe = true; if (_currentframe != 21) { play(); } else { stop(); } if (_currentframe == 41) { gotoAndPlay (1); } } else { onMe = false; play(); if (_currentframe == 41) { gotoAndStop (1); } if (_currentframe == 1) { stop(); } } } else { gotoAndStop (42); } } onClipEvent (mouseDown) { if ((onMe && (tileLit)) && (_global.selectedGloople == null)) { _root.BeastiaryMenu.attachMovie("Data Panel", "DataPanel", 40); _global.selectedGloople = "Stickie"; } }
Instance of Symbol 223 MovieClip [Tile] "TileBiter" in Symbol 224 MovieClip [Beastiary Plate] Frame 1
onClipEvent (load) { stop(); onMe = false; if (SearchArray(EnemiesSeen, "Biter") == null) { tileLit = false; } else { tileLit = true; attachMovie("Info Biter", "InfoBiter", 1); } } onClipEvent (enterFrame) { if (tileLit) { if (hitTest(_root._xmouse, _root._ymouse, false)) { onMe = true; if (_currentframe != 21) { play(); } else { stop(); } if (_currentframe == 41) { gotoAndPlay (1); } } else { onMe = false; play(); if (_currentframe == 41) { gotoAndStop (1); } if (_currentframe == 1) { stop(); } } } else { gotoAndStop (42); } } onClipEvent (mouseDown) { if ((onMe && (tileLit)) && (_global.selectedGloople == null)) { _root.BeastiaryMenu.attachMovie("Data Panel", "DataPanel", 40); _global.selectedGloople = "Biter"; } }
Instance of Symbol 223 MovieClip [Tile] "TileMeltie" in Symbol 224 MovieClip [Beastiary Plate] Frame 1
onClipEvent (load) { stop(); onMe = false; if (SearchArray(EnemiesSeen, "Meltie") == null) { tileLit = false; } else { tileLit = true; attachMovie("Info Meltie", "InfoMeltie", 1); } } onClipEvent (enterFrame) { if (tileLit) { if (hitTest(_root._xmouse, _root._ymouse, true)) { onMe = true; if (_currentframe != 21) { play(); } else { stop(); } if (_currentframe == 41) { gotoAndPlay (1); } } else { onMe = false; play(); if (_currentframe == 41) { gotoAndStop (1); } if (_currentframe == 1) { stop(); } } } else { gotoAndStop (42); } } onClipEvent (mouseDown) { if ((onMe && (tileLit)) && (_global.selectedGloople == null)) { _root.BeastiaryMenu.attachMovie("Data Panel", "DataPanel", 40); _global.selectedGloople = "Meltie"; } }
Instance of Symbol 223 MovieClip [Tile] "TileSharp" in Symbol 224 MovieClip [Beastiary Plate] Frame 1
onClipEvent (load) { stop(); onMe = false; if (SearchArray(EnemiesSeen, "Sharp") == null) { tileLit = false; } else { tileLit = true; attachMovie("Info Sharp", "InfoSharp", 1); } } onClipEvent (enterFrame) { if (tileLit) { if (hitTest(_root._xmouse, _root._ymouse, false)) { onMe = true; if (_currentframe != 21) { play(); } else { stop(); } if (_currentframe == 41) { gotoAndPlay (1); } } else { onMe = false; play(); if (_currentframe == 41) { gotoAndStop (1); } if (_currentframe == 1) { stop(); } } } else { gotoAndStop (42); } } onClipEvent (mouseDown) { if ((onMe && (tileLit)) && (_global.selectedGloople == null)) { _root.BeastiaryMenu.attachMovie("Data Panel", "DataPanel", 40); _global.selectedGloople = "Sharp"; } }
Instance of Symbol 223 MovieClip [Tile] "TileClutter" in Symbol 224 MovieClip [Beastiary Plate] Frame 1
onClipEvent (load) { stop(); onMe = false; if (SearchArray(EnemiesSeen, "Clutter") == null) { tileLit = false; } else { tileLit = true; attachMovie("Info Clutter", "InfoClutter", 1); } } onClipEvent (enterFrame) { if (tileLit) { if (hitTest(_root._xmouse, _root._ymouse, false)) { onMe = true; if (_currentframe != 21) { play(); } else { stop(); } if (_currentframe == 41) { gotoAndPlay (1); } } else { onMe = false; play(); if (_currentframe == 41) { gotoAndStop (1); } if (_currentframe == 1) { stop(); } } } else { gotoAndStop (42); } } onClipEvent (mouseDown) { if ((onMe && (tileLit)) && (_global.selectedGloople == null)) { _root.BeastiaryMenu.attachMovie("Data Panel", "DataPanel", 40); _global.selectedGloople = "Clutter"; } }
Instance of Symbol 223 MovieClip [Tile] "TileInkie" in Symbol 224 MovieClip [Beastiary Plate] Frame 1
onClipEvent (load) { stop(); onMe = false; if (SearchArray(EnemiesSeen, "Inkie") == null) { tileLit = false; } else { tileLit = true; attachMovie("Info Inkie", "InfoInkie", 1); } } onClipEvent (enterFrame) { if (tileLit) { if (hitTest(_root._xmouse, _root._ymouse, false)) { onMe = true; if (_currentframe != 21) { play(); } else { stop(); } if (_currentframe == 41) { gotoAndPlay (1); } } else { onMe = false; play(); if (_currentframe == 41) { gotoAndStop (1); } if (_currentframe == 1) { stop(); } } } else { gotoAndStop (42); } } onClipEvent (mouseDown) { if ((onMe && (tileLit)) && (_global.selectedGloople == null)) { _root.BeastiaryMenu.attachMovie("Data Panel", "DataPanel", 40); _global.selectedGloople = "Inkie"; } }
Instance of Symbol 223 MovieClip [Tile] "TileGrinder" in Symbol 224 MovieClip [Beastiary Plate] Frame 1
onClipEvent (load) { stop(); onMe = false; if (SearchArray(EnemiesSeen, "Grinder") == null) { tileLit = false; } else { tileLit = true; attachMovie("Info Grinder", "InfoGrinder", 1); } } onClipEvent (enterFrame) { if (tileLit) { if (hitTest(_root._xmouse, _root._ymouse, true)) { onMe = true; if (_currentframe != 21) { play(); } else { stop(); } if (_currentframe == 41) { gotoAndPlay (1); } } else { onMe = false; play(); if (_currentframe == 41) { gotoAndStop (1); } if (_currentframe == 1) { stop(); } } } else { gotoAndStop (42); } } onClipEvent (mouseDown) { if ((onMe && (tileLit)) && (_global.selectedGloople == null)) { _root.BeastiaryMenu.attachMovie("Data Panel", "DataPanel", 40); _global.selectedGloople = "Grinder"; } }
Instance of Symbol 223 MovieClip [Tile] "TileFuzzle" in Symbol 224 MovieClip [Beastiary Plate] Frame 1
onClipEvent (load) { stop(); onMe = false; if (SearchArray(EnemiesSeen, "Fuzzle") == null) { tileLit = false; } else { tileLit = true; attachMovie("Info Fuzzle", "InfoFuzzle", 1); } } onClipEvent (enterFrame) { if (tileLit) { if (hitTest(_root._xmouse, _root._ymouse, false)) { onMe = true; if (_currentframe != 21) { play(); } else { stop(); } if (_currentframe == 41) { gotoAndPlay (1); } } else { onMe = false; play(); if (_currentframe == 41) { gotoAndStop (1); } if (_currentframe == 1) { stop(); } } } else { gotoAndStop (42); } } onClipEvent (mouseDown) { if ((onMe && (tileLit)) && (_global.selectedGloople == null)) { _root.BeastiaryMenu.attachMovie("Data Panel", "DataPanel", 40); _global.selectedGloople = "Fuzzle"; } }
Instance of Symbol 223 MovieClip [Tile] "TileOozle" in Symbol 224 MovieClip [Beastiary Plate] Frame 1
onClipEvent (load) { stop(); onMe = false; if (SearchArray(EnemiesSeen, "Oozle") == null) { tileLit = false; } else { tileLit = true; attachMovie("Info Oozle", "InfoOozle", 1); } } onClipEvent (enterFrame) { if (tileLit) { if (hitTest(_root._xmouse, _root._ymouse, true)) { onMe = true; if (_currentframe != 21) { play(); } else { stop(); } if (_currentframe == 41) { gotoAndPlay (1); } } else { onMe = false; play(); if (_currentframe == 41) { gotoAndStop (1); } if (_currentframe == 1) { stop(); } } } else { gotoAndStop (42); } } onClipEvent (mouseDown) { if ((onMe && (tileLit)) && (_global.selectedGloople == null)) { _root.BeastiaryMenu.attachMovie("Data Panel", "DataPanel", 40); _global.selectedGloople = "Oozle"; } }
Instance of Symbol 223 MovieClip [Tile] "TileTorchie" in Symbol 224 MovieClip [Beastiary Plate] Frame 1
onClipEvent (load) { stop(); onMe = false; if (SearchArray(EnemiesSeen, "Torchie") == null) { tileLit = false; } else { tileLit = true; attachMovie("Info Torchie", "InfoTorchie", 1); } } onClipEvent (enterFrame) { if (tileLit) { if (hitTest(_root._xmouse, _root._ymouse, false)) { onMe = true; if (_currentframe != 21) { play(); } else { stop(); } if (_currentframe == 41) { gotoAndPlay (1); } } else { onMe = false; play(); if (_currentframe == 41) { gotoAndStop (1); } if (_currentframe == 1) { stop(); } } } else { gotoAndStop (42); } } onClipEvent (mouseDown) { if ((onMe && (tileLit)) && (_global.selectedGloople == null)) { _root.BeastiaryMenu.attachMovie("Data Panel", "DataPanel", 40); _global.selectedGloople = "Torchie"; } }
Instance of Symbol 223 MovieClip [Tile] "TileFrostie" in Symbol 224 MovieClip [Beastiary Plate] Frame 1
onClipEvent (load) { stop(); onMe = false; if (SearchArray(EnemiesSeen, "Frostie") == null) { tileLit = false; } else { tileLit = true; attachMovie("Info Frostie", "InfoFrostie", 1); } } onClipEvent (enterFrame) { if (tileLit) { if (hitTest(_root._xmouse, _root._ymouse, true)) { onMe = true; if (_currentframe != 21) { play(); } else { stop(); } if (_currentframe == 41) { gotoAndPlay (1); } } else { onMe = false; play(); if (_currentframe == 41) { gotoAndStop (1); } if (_currentframe == 1) { stop(); } } } else { gotoAndStop (42); } } onClipEvent (mouseDown) { if ((onMe && (tileLit)) && (_global.selectedGloople == null)) { _root.BeastiaryMenu.attachMovie("Data Panel", "DataPanel", 40); _global.selectedGloople = "Frostie"; } }
Instance of Symbol 223 MovieClip [Tile] "TileGray" in Symbol 224 MovieClip [Beastiary Plate] Frame 1
onClipEvent (load) { stop(); onMe = false; if (SearchArray(EnemiesSeen, "Gray") == null) { tileLit = false; } else { tileLit = true; attachMovie("Info Gray", "InfoGray", 1); } } onClipEvent (enterFrame) { if (tileLit) { if (hitTest(_root._xmouse, _root._ymouse, false)) { onMe = true; if (_currentframe != 21) { play(); } else { stop(); } if (_currentframe == 41) { gotoAndPlay (1); } } else { onMe = false; play(); if (_currentframe == 41) { gotoAndStop (1); } if (_currentframe == 1) { stop(); } } } else { gotoAndStop (42); } } onClipEvent (mouseDown) { if ((onMe && (tileLit)) && (_global.selectedGloople == null)) { _root.BeastiaryMenu.attachMovie("Data Panel", "DataPanel", 40); _global.selectedGloople = "Gray"; } }
Instance of Symbol 223 MovieClip [Tile] "TileAmalgam" in Symbol 224 MovieClip [Beastiary Plate] Frame 1
onClipEvent (load) { stop(); onMe = false; if (SearchArray(EnemiesSeen, "Amalgam") == null) { tileLit = false; } else { tileLit = true; attachMovie("Info Amalgam", "InfoAmalgam", 1); } } onClipEvent (enterFrame) { if (tileLit) { if (hitTest(_root._xmouse, _root._ymouse, false)) { onMe = true; if (_currentframe != 21) { play(); } else { stop(); } if (_currentframe == 41) { gotoAndPlay (1); } } else { onMe = false; play(); if (_currentframe == 41) { gotoAndStop (1); } if (_currentframe == 1) { stop(); } } } else { gotoAndStop (42); } } onClipEvent (mouseDown) { if ((onMe && (tileLit)) && (_global.selectedGloople == null)) { _root.BeastiaryMenu.attachMovie("Data Panel", "DataPanel", 40); _global.selectedGloople = "Amalgam"; } }
Instance of Symbol 223 MovieClip [Tile] "TileHorror" in Symbol 224 MovieClip [Beastiary Plate] Frame 1
onClipEvent (load) { stop(); onMe = false; if (SearchArray(EnemiesSeen, "Horror") == null) { tileLit = false; } else { tileLit = true; attachMovie("Info Horror", "InfoHorror", 1); } } onClipEvent (enterFrame) { if (tileLit) { if (hitTest(_root._xmouse, _root._ymouse, false)) { onMe = true; if (_currentframe != 21) { play(); } else { stop(); } if (_currentframe == 41) { gotoAndPlay (1); } } else { onMe = false; play(); if (_currentframe == 41) { gotoAndStop (1); } if (_currentframe == 1) { stop(); } } } else { gotoAndStop (42); } } onClipEvent (mouseDown) { if ((onMe && (tileLit)) && (_global.selectedGloople == null)) { _root.BeastiaryMenu.attachMovie("Data Panel", "DataPanel", 40); _global.selectedGloople = "Horror"; } }
Instance of Symbol 223 MovieClip [Tile] "TileVoidEater" in Symbol 224 MovieClip [Beastiary Plate] Frame 1
onClipEvent (load) { stop(); onMe = false; if (SearchArray(EnemiesSeen, "VoidEater") == null) { tileLit = false; } else { tileLit = true; attachMovie("Info VoidEater", "InfoVoidEater", 1); } } onClipEvent (enterFrame) { if (tileLit) { if (hitTest(_root._xmouse, _root._ymouse, true)) { onMe = true; if (_currentframe != 21) { play(); } else { stop(); } if (_currentframe == 41) { gotoAndPlay (1); } } else { onMe = false; play(); if (_currentframe == 41) { gotoAndStop (1); } if (_currentframe == 1) { stop(); } } } else { gotoAndStop (42); } } onClipEvent (mouseDown) { if ((onMe && (tileLit)) && (_global.selectedGloople == null)) { _root.BeastiaryMenu.attachMovie("Data Panel", "DataPanel", 40); _global.selectedGloople = "VoidEater"; } }
Instance of Symbol 223 MovieClip [Tile] "TileQueen" in Symbol 224 MovieClip [Beastiary Plate] Frame 1
onClipEvent (load) { stop(); onMe = false; if (SearchArray(EnemiesSeen, "Queen") == null) { tileLit = false; } else { tileLit = true; attachMovie("Info Queen", "InfoQueen", 1); } } onClipEvent (enterFrame) { if (tileLit) { if (hitTest(_root._xmouse, _root._ymouse, false)) { onMe = true; if (_currentframe != 21) { play(); } else { stop(); } if (_currentframe == 41) { gotoAndPlay (1); } } else { onMe = false; play(); if (_currentframe == 41) { gotoAndStop (1); } if (_currentframe == 1) { stop(); } } } else { gotoAndStop (42); } } onClipEvent (mouseDown) { if ((onMe && (tileLit)) && (_global.selectedGloople == null)) { _root.BeastiaryMenu.attachMovie("Data Panel", "DataPanel", 40); _global.selectedGloople = "Queen"; } }
Instance of Symbol 223 MovieClip [Tile] "TileRazorQueen" in Symbol 224 MovieClip [Beastiary Plate] Frame 1
onClipEvent (load) { stop(); onMe = false; _visible = false; if (SearchArray(EnemiesSeen, "RazorQueen") == null) { tileLit = false; } else { tileLit = true; _visible = true; attachMovie("Info RazorQueen", "InfoRazorQueen", 1); } } onClipEvent (enterFrame) { if (tileLit) { if (hitTest(_root._xmouse, _root._ymouse, false)) { onMe = true; if (_currentframe != 21) { play(); } else { stop(); } if (_currentframe == 41) { gotoAndPlay (1); } } else { onMe = false; play(); if (_currentframe == 41) { gotoAndStop (1); } if (_currentframe == 1) { stop(); } } } else { gotoAndStop (42); } } onClipEvent (mouseDown) { if ((onMe && (tileLit)) && (_global.selectedGloople == null)) { _root.BeastiaryMenu.attachMovie("Data Panel", "DataPanel", 40); _global.selectedGloople = "RazorQueen"; } }
Symbol 228 MovieClip [Data Panel] Frame 1
attachMovie("Info " + _global.selectedGloople, "InfoProfile", 1); with (InfoProfile) { _x = _x - 170; _y = _y - 150; } headerTextFormat = new TextFormat(); headerTextFormat.font = "Cooper Black"; headerTextFormat.color = 39168; headerTextFormat.size = 24; headerTextFormat.align = "center"; this.createTextField("headerText", 3, -80, -175, 200, 50); headerText.embedFonts = true; headerText.wordWrap = true; headerText.selectable = false; headerText.text = _global.selectedGloople; headerText.setTextFormat(headerTextFormat); _parent.detailOpen = true; stop();
Instance of Symbol 216 MovieClip "BackButton" in Symbol 228 MovieClip [Data Panel] Frame 1
on (rollOver) { _xscale = 110; _yscale = 110; } on (rollOut) { _xscale = 100; _yscale = 100; } on (press) { _global.selectedGloople = null; _root.BeastiaryMenu.DataPanel.removeMovieClip(); }
Instance of Symbol 227 MovieClip [Data Display] "Display" in Symbol 228 MovieClip [Data Panel] Frame 1
onClipEvent (load) { myText = null; dataTextFormat = new TextFormat(); dataTextFormat.font = "Cooper Black"; dataTextFormat.color = 39168; dataTextFormat.size = 12; dataTextFormat.align = "left"; this.createTextField("dataText", this.getDepth + 1, 0, 0, this._width, this._height); dataText.embedFonts = true; dataText.wordWrap = true; dataText.selectable = false; } onClipEvent (enterFrame) { if (myText == null) { switch (_global.selectedGloople) { case "Gloople" : myText = " The Gloople, or Green Gloople, is by far the most common and simplest type of Gloople. Normally the first encountered, and the first sign of a Gloople infestation. Glooples are composed of a thick, celluloid membrane which contains a highly complex gelatinous mass of enzymes, proteins, synaptic fibers and numerous other fluid components. Glooples are hydraulic organisms and rely on internal pressurization to maintain living functions, although unlike most organisms they are alcohol rather than water-based.\r\r The Green Gloople is a worker of sorts and is "; myText = myText + "normally found absorbing either small bits of food or burrowing out the chambers or tunnels of the nest (again by absorbing small bits of impediment and carrying them away). The normal Gloople has very little intelligence, able only to follow the simplest directives of the nest. They are of generally very little threat, and posses no means of inflicting harm on a human as the membranes which surround them are only able to absorb small objects. However, a Gloople is seldom if ever alone, and upon encountering one be wary of other, more hazardous varieties which "; myText = myText + "are sure to be nearby.\r\r As very simple but massive organisms, Glooples are capable of a kind of reverse mitosis - combining by mutual absorption to create a larger and more complex organism."; break; case "Stickie" : myText = " Stickies possess much of the same composition as Green Glooples, and very little additional behavioral functionality. They possess a much thinner outer membrane and a thick, viscous binding agent in their organic plasm. When a Stickie comes in contact with anything solid, they burst and release this adhesive goo. This acts as both a defensive measure to obstruct threats to the nest, and as a tool to aid more deadly Glooples in catching prey.\r\r Stickie goo is a very effective substance at restricting movement and also has insulative properties. The goo, "; myText = myText + "however, like most Gloople composition, breaks down after only a short time due to open-air exposure and friction, and is in no way permanent. Behaviorally, the Nest simply directs the closest Stickie toward whatever it wishes to gum up - the Stickies have very little ability to make fine adjustments to their course of travel and lack any sort of observational skills."; break; case "Biter" : myText = " Regardless of how deep one gets into a Gloople nest, one of the most dangerous Glooples will always be the Biter. Neither rare nor passive in any sense, the Biter is the primary hunting mechanism of a Gloople nest.\r\r Very similar to Green Glooples in organic composition, the Biters are equipped with much more complex and well developed synaptic fiber clusters and the ability to grow shaped, keratinous protrusions connected to the central mass by sinuous tensile strands. The \"teeth\" calcify within the body of the Biter over only a few hours, so those that are"; myText = myText + " broken away are quickly replaced. Biters have thicker and more durable outer membranes suited to anchoring it's teeth while biting. Because of this tougher membrane, Biters are unable to absorb small matter into their bodies, but their greater musculature does allow them to make short distance lunges in an attempt to snag or pin down prey.\r\r Due to their physiology and role in the nest, Biters are very aggressive and very persistent at pursuing prey or threats to the nest. The vast majority of human injuries are due to these Glooples. In addition, some experts speculate "; myText = myText + "that because of their similarly rudimentary organic composition to that of a common Green Gloople, it may be possible that they are also capable of reverse mitosis."; break; case "Meltie" : myText = " All Gloople's internal organic compounds are slightly acidic, though most at only a very minor level. Melties, however, possess an extremely voracious acid within their bodies, held back by only a thin protective membrane. Though they are more complex organisms than the common Gloople, they are incapable of complex behavior, presumably due to the fact that their synaptic and biomechanical components require such specific and extensive protective coatings and structures to be able to function within the deadly acid that composes their fluids.\r\r Like Stickies,"; myText = myText + "the Meltie's behavior patterns are primarily to move toward whatever threat or target the nest has identified. Melties are not particularly rare, and their highly caustic fluids are more than potent enough to be fatal to any human, and as such they are a great threat to any venturing into a nest. However, very few other Glooples are as well-protected from this acid as the Meltie itself is, and as such a burst Meltie can cause havoc among other Glooples as readily as it can human intruders.\r\r In any case, extreme caution is advised anywhere in the vicinity of one of these "; myText = myText + "acid \"bombs\", and the appearance of one should always garner caution and one's full attention."; break; case "Sharp" : myText = " Sharps are generally found to be a defensive tool of the nest rather than a function of hunting or utility. This Gloople has the ability to both shape and harden it's outer membrane in response to it's surroundings, and is one of the more externally aware and perceptive Glooples to be discovered. When threatened or approaching a threat, the Sharp coils internal threads of sinuous tissue and thrusts these out against it's outer membrane causing spiny protrusions. At the same time, it's skin is hardened into a shell-like enamel which produces several spear shaped points."; myText = myText + "\r\r The Sharp responds in this way to any dangerous stimuli it encounters, and while in this form is very durable. Once the hazard is no longer present, the Sharp returns to it's usual shape. Sharps are fairly agile and will continue to follow and attempted to skewer any threat they can identify until destroyed or driven away."; break; case "Inkie" : myText = " Like Stickies, Inkies are designed to travel toward a target and burst themselves by contact, rupturing their fragile outer membranes to release the fluid contents of their bodies. Unlike Stickies, however, Inkies are composed of a substance very similar to petrol. The resulting area after an Inkie has burst is left extremely slick and difficult to move dexterously through.\r\r In addition, while all Glooples are somewhat flammable due to the alcohol base of their liquid components, Inkies are especially so, and their ink, if ignited will burn for an extended "; myText = myText + "period or may even combust if adequately compressed. Any Inkie within the proximity of open flame should be carefully avoided."; break; case "Clutter" : myText = " Simple organisms are noted for their ability to reproduce by self-duplication, normally in the form of mitosis. However, most Glooples do not exhibit this trait. The Clutter, however, has the ability to produce similar organisms to itself at an alarming rate and even uses them as a method of bringing down threats to the nest. A Clutter is a veritable duplicate factory, and is in the constant stages of bearing small versions of itself within it's body. These \"babies\" develop very rapidly within the protective confines of their parent Gloople, and upon completion"; myText = myText + " are projected at foes from a distance.\r\r Clutter spawn are considerably sticky after being freshly jettisoned from the bodies of fully grown Clutters, and tend to stick to and impair an intruding threat to the nest. Baby Clutters cling well and their bulk and weight will eventually burden down an opponent, particularly if several siblings are attached as well. Even if shaken free, these infant Glooples begin a process of very rapid growth and can reach full size and adulthood in mere moments - where they can then produce spawn of their own.\r\r Even if destroyed, an "; myText = myText + "adult Clutter is a threat. As it's outer membrane is breached, any developed spawn within it's body are freed to immediately begin growth into adults. In addition, Clutters are cautious and observant enough to try and stay out of reach of any potential threats."; break; case "Fuzzle" : myText = " A peculiarity among Glooples, the Fuzzle is possibly the least like any other Gloople that has been previously observed. The Fuzzle's outer membrane is extremely thick, more like a tough hide than the filmy membrane of it's relatives. Additionally, the Fuzzle grows a thick coat of fur around the whole of it's body, which gives it additional protection from harm. These elements make the Fuzzle exceptionally tough compared to other Glooples of it's size.\r\r This durability is matched by a much more advanced mandible, which mimics the jaw of a more typical creature, complete with "; myText = myText + "teeth. Fuzzles are capable of longer-distance lunges and more precise movements than it's simpler cousin, the Biter. Even mutual hazards such as pools of acid, open flame and damage from other hostile Glooples cannot immediately dissuade a Fuzzle from it's prey.\r\r Even more alarming is that, as it is wounded and it's coat is damaged, the Fuzzle will attempt to avoid any further threats for a short time. This allows it's exceptionally high metabolic rate to regrow it's coat in only a matter of moments, restoring any lost durability it may have suffered.\r\r An extremely "; myText = myText + "dangerous Gloople and a much more advanced hunting machine than it's predecessor, Fuzzles should be dealt with quickly and carefully."; break; case "Oozle" : myText = " The result of the peculiar quality of reverse-mitosis which Glooples exhibit, the Oozle is the compounding of two compatible common Glooples into a single, much larger and more complex organism. The Oozle, firstly, is of adequate size to absorb threats as large as humans. Thus, their behavior is also somewhat altered in that they are able to actively pursue such a target in an attempt to simply come in contact with and absorb it.\r\r Because the Oozle is much more massive and it's external membrane is much thicker than it's smaller components, much more trauma is required to "; myText = myText + "the Oozle's outer skin in order to breach it. The Oozle's lumbering mass is generally not disturbed by much of any type of damage to it's body - even that which is significant to do it harm. Therefore, it is wise for any attempting to attack this brute to do so from behind, as it's large size also adversely affects it's movement speed."; break; case "Grinder" : myText = " Grinders are more similar to their much smaller relatives than it may first appear. This Gloople secrets from it's outer membrane an extremely powerful adhesive which slowly solidifies to a mineral hardness. The Grinder uses this sticky secretion to collect various pieces of rock loosened or dug out during the excavation of the nest. These fragments of stone collect and compress into tight layers as more of the thick adhesive seeps around the cracks and collects more stone. Once the Grinder has reached a certain density, it ceases to produce the organic glue and actively "; myText = myText + "facilitates the continued compacting of it's stony shell by constantly rolling through rock beds.\r\r At this stage, the Grinder begins to heat up greatly at it's core, and this intense heat in addition to the tight compression of the inner layers of stone causes the deepest layers to become slightly molten and gain the ability to shift with the momentum of the Grinder.\r\r Not particularly aggressive, the Grinders in a nest are generally used to bash apart any obstructions during the construction of a nest, or to simply crush anything which might threaten the nest. Though not "; myText = myText + " particularly fast, a Grinder's speed can be surprising, and it's incredibly hard shell makes it all but invulnerable to harm while the stone is intact. The best course of action is generally to move out of the way as soon as possible."; break; case "Torchie" : myText = " Torchies have developed a much purer composition of their alcohol-based organic fluids than any other known variety of Gloople, as well as a very effective method of utilizing this quality. A Torchie's outer skin is considerably more flame resistant than it's cousins and indeed vents a constant flow of the flammable liquid through pores in this membrane. The Torchie is then able to trigger a sudden and volatile chemical reaction in a gland on it's surface which combusts and sheathes the organism in flame.\r\r So \"armed\", the Torchie is then able to spread this flame to anything "; myText = myText + "remotely flammable by spreading it's burning liquid onto touched surfaces. The constant flow of fuel around the surface of the Torchie keeps the flame lit with fair consistency, although the fire has been observed to go out after an extended period of time. Once lit, the Torchie's behavior patterns seem to focus on coming in contact with as much matter as possible and spreading any existing fires. Once extinguished, however, it appears that the ignition gland becomes exhausted after a single use, and the Gloople must either flee or find an alternate source of ignition to re-light "; myText = myText + "itself.\r\r It has been unfortunately observed that breaching a Torchie's outer skin while it is alight has the cataclysmic result of igniting the Gloople's entire payload at once, and such action is strongly discouraged."; break; case "Frostie" : myText = " A biological mystery, the Frostie is a strange and very dangerous result of a nest's development. This gloople produces in large quantities an extremely highly compressed, low-density fluid which it stores in a layer of insulated cells just inside it's outer membrane. This fluid leaks constantly from the porous skin of the Frostie and creates a thin layer of frozen water vapor around the organism. Like many other breeds of Gloople, the Frostie's purpose in existence is to come in direct contact with a threat or predatory target of the nest and breach itself. In doing so, the "; myText = myText + "Frostie's stores of super cooled fluid are released violently in a cloud of freezing vapor. The result is a thick coating of solid ice around everything in the area.\r\r Some quality of the Frostie, possibly the fact that it is surrounded in a constantly-shifting area of frost, makes it the fastest moving Gloople to be currently observed. These hazards are difficult to avoid, and there does not seem to be any completely safe way of disposing of them without being at least somewhat effected by their dramatic detonation. Caution and advanced preparation are advised to any "; myText = myText + "with intentions of damaging one of these bizarre organisms."; break; case "Gray" : myText = " Further mutual absorption of the common Gloople seems to lend a progressively more developed and sinister organism. The Gray maintains the advantages of size, but it's additional density and cellular complexity gives it a much harder and still quite mutable outer membrane, which it uses in both a defensive and offensive capacity.\r\r Just as resilient as it's simpler cousin the Oozle, the Grey gains considerable traits of perception and stimulus response. When directly threatened, the Gray hardens it's outer skin into an almost steel-strong shell that appears to be impenetrable."; myText = myText + " In this form, while the Gloople is unable of any type of locomotion, any type of attack is ineffective against it. The Gray has also developed this quality into a weapon, by extending a long thread of it's substance and hardening it's tip into this same metallic structure, the Gloople thrusts forward a lance capable of impaling it's enemies from a distance with deadly accuracy.\r\r With this organism's exceptional defensive ability and long-reaching offensive potential, those looking to deal with it by force would be well advised to seek an opportunity during which the Gray would be "; myText = myText + "unable to quickly react in order to strike successfully."; break; case "VoidEater" : myText = " An incredible organism that seems to bend the rules of biology and physics alike, the Void Eater is a phenomenal threat to any intruder into a Gloople nest. Apparently with the compounding and compression of numerous already-dense simple organisms, the final product gains the uncanny ability to manipulate gravitational fields on a frightening scale. One could not even begin to guess at the physiology of such an organism, and a sample has never been recovered for study (if such study would even be possible).\r\r What is known is that the Void Eater is able to produce powerful "; myText = myText + "gravity wells by further compressing it's form into a tiny point, thus drawing any and all nearby objects toward it. When any such object approaches within the vicinity of the Void Eater, the organism is capable of creating an incredibly destructive shockwave by rapidly compressing and decompressing it's mass. This shockwave decimates anything nearby with explosive force in an instant. How any prospective attacker would even approach this creature is questionable.\r\r In addition to this, it has been reported that in a truly baffling show of force, the Void Eater is able to use "; myText = myText + "a moment to collect and compress local particles and then project this incredibly dense material in a type of \"density stream\" which would draw in and obliterate any nearby matter. Avoid at all costs."; break; case "Amalgam" : myText = " An occasional mutation within the genetic structure of the common Gloople has been observed to cause the development of this type of cellulophagic aberration, which has been labeled the Amalgam. This organism seems to be as much a threat to the nest that spawned it as it is to any human intruders, although the nest still seems to be able to direct it against any foes which present themselves. The Amalgam has a constantly mutating structure and in fact is a maelstrom of self-consuming and self dividing cells.\r\r When this mass comes in contact with any external organic mass, such as"; myText = myText + " another Gloople or a human intruder, it immediately and very rapidly breaks down each and every cell to it's most basic components and integrates the biomass into it's own, growing in size but not complexity. As the Amalgam consumes and grows to a certain size, it spontaneously divides into two identical organisms, which then continue on their quest to rampantly consume any available living matter. Because the Amalgam, unlike any other known Gloople, is a decentralized organism and possesses no discernable anatomical or physiological parts, it is very difficult to destroy. Even "; myText = myText + " massive trauma only destroys some of the organisms cells, and will sometimes cause the sudden separation of a smaller Amalgam from the main mass. Fortunately, the Amalgam can only consume living things of it's own size or smaller."; break; case "Horror" : myText = " Reverse mitosis, normally observed between common Glooples, lends much more dangerous organisms. Biters, an already very dangerous Gloople, are clearly capable of this feat as well, and doing so produces one of the deadliest Glooples ever cataloged - the Horror. With increased mass, more developed behavior and an unmatched arsenal of biological weaponry, the Horror is a nightmare to any human attempting to confront it. While a Biter is generally able to expose only a few of it's keratinous teeth at any time, the Horror can expose and utilize a huge number of these sharp extrusions "; myText = myText + "all at once.\r\r Constantly surrounded by rapidly rotating tracks of these teeth, the Horror needs to do little more than drive itself into most foes to shred them into unrecognizable ribbons. Unfortunately, this terror is able to release a row of these teeth at will and allow them to fly at deadly velocity away from it's body to bury into any unprepared opponent. What's worse, these loosed teeth are seeded with a powerful genetic spore which, if buried into the mass of a common Gloople, triggers a rapid mutation of that organism into a Biter.\r\r The Horror is also capable of a sort"; myText = myText + " of controlled division, during which it casts out a group of subordinate toothy disks at it's prey which then return and recombine into the creature. Use all available measures to prevent such a creature from forming."; break; case "Queen" : myText = " Once a nest reaches a certain size and maturity, through a process not well understood, a single Queen forms. This organism exhibits much more complex behavioral patterns and perception than other Glooples. It is not clear if the Queen actually directs the actions of the nest or is simply an extension of the nest as a whole.\r\r The Queen's biology is also exceptional in that she is possessed of a pair of extremely large blade-like limbs which are most often drug behind her as she moves. However, when threatened the queen is able to make deft swipes and lunges with these lethal "; myText = myText + "instruments with precision enough to match the most skilled of human equivalents. The chitinous construction of these blades is iron-hard yet light enough to be very quickly swung.\r\r In addition to this swordsmanship, the Queen constantly produces and releases small larva when she is threatened. If these larva come in contact with a viable Gloople host, they infest and lie dormant inside until the host is destroyed or travels outside of the influence of the Queen. Should the Queen be destroyed while one of these larval pods remains within her reach, a chemical signal is received "; myText = myText + "and the pupa bursts violently free of it's host and develops with incredible alacrity into a battle-ready duplicate of the felled Queen. Engaging a Queen in combat is incredibly dangerous."; break; case "RazorQueen" : myText = " Very rarely, a nest that reaches a level of maturity in which a Queen is born will have an unusually high concentration of Biters among it's populous. Through a specific mutation due to the prevalence of Biter genes in the nest, a Razor Queen, or Biter Queen, may be born. An organism of remarkable complexity and elegant lethality, such an aberrant queen is an almost insurmountable opponent.\r\r The Razor Queen seems to combine properties of several other types of Glooples. Like a Queen, her primary method of attack and defense are"; myText = myText + " pairs of massive bladed limbs which she wields in much the same way, raking and slashing at potential enemies. Like Biters, she constantly produces a hard, keratinous material at an extremely high rate which she uses to form various projectiles, and sheds the excess as teeth from her body. Worse, she appears to be able to use an advanced form of the Queen's larva-producing ability to create subordinate organisms adorned with these bladelike spines.\r\r"; myText = myText + " Worse, the Razor Queen is extremely well protected, and opportunities for attack are rare. The Razor Queen is the most dangerous enemy one could potentially face in any nest."; } dataText.text = myText; dataText.setTextFormat(dataTextFormat); dataText._width = dataText._width - 1; } }
Instance of Symbol 235 MovieClip "Model" in Symbol 237 MovieClip [Info Amalgam] Frame 1
onClipEvent (enterFrame) { if (_currentframe == 61) { gotoAndPlay (1); } }
Instance of Symbol 274 MovieClip "Model" in Symbol 276 MovieClip [Info Clutter] Frame 1
onClipEvent (enterFrame) { if (_currentframe == 81) { gotoAndPlay (1); } }
Instance of Symbol 278 MovieClip "Model" in Symbol 280 MovieClip [Info Frostie] Frame 1
onClipEvent (load) { frosts = 0; frostCounter = 0; } onClipEvent (enterFrame) { if ((frosts < 10) && (int(Math.random() * 5) == 1)) { attachMovie("Frost", "Frost" + frostCounter, frostCounter); with (eval ("Frost" + frostCounter)) { _rotation = _rotation + int(Math.random() * 360); _x = _x + (int(Math.random() * 30) - 15); _y = _y + (int(Math.random() * 30) - 15); } frosts++; frostCounter++; if (frostCounter == 10) { frostCounter = 0; } } x = 0; while (x < 10) { lookFrost = eval ("Frost" + x); if (lookFrost != null) { if ((lookFrost._xscale == 60) && (int(Math.random() * 10) == 1)) { lookFrost.removeMovieClip(); frosts--; } if (lookFrost._xscale > 60) { lookFrost._xscale = lookFrost._xscale - 2; lookFrost._yscale = lookFrost._yscale - 2; } } x++; } }
Instance of Symbol 327 MovieClip "Model" in Symbol 329 MovieClip [Info Fuzzle] Frame 1
onClipEvent (enterFrame) { if ((_currentframe == 61) && (int(Math.random() * 5) != 1)) { gotoAndPlay (1); } }
Instance of Symbol 455 MovieClip "Model" in Symbol 457 MovieClip [Info Gray] Frame 1
onClipEvent (enterFrame) { if ((_currentframe == 51) && (int(Math.random() * 5) != 1)) { gotoAndPlay (11); } if (_currentframe == 95) { gotoAndPlay (2); } }
Instance of Symbol 493 MovieClip "Model" in Symbol 495 MovieClip [Info Horror] Frame 1
onClipEvent (enterFrame) { if (_currentframe == 71) { gotoAndPlay (41); } }
Instance of Symbol 514 MovieClip "Model" in Symbol 516 MovieClip [Info Meltie] Frame 1
onClipEvent (enterFrame) { if (((_currentframe == 20) || (_currentframe == 40)) || (_currentframe == 60)) { switch (_currentframe) { case 20 : bubbleRotation = _rotation + 45; break; case 40 : bubbleRotation = _rotation - 90; break; case 60 : bubbleRotation = _rotation - 180; } if (bubbleRotation > 179) { bubbleRotation = bubbleRotation - 360; } if (bubbleRotation < -180) { bubbleRotation = bubbleRotation + 360; } PopName = (("_root." + this._name) + "Pop") + _currentframe; attachMovie("Splat" + String(random(3) + 1), "Pop" + _currentframe, _currentframe); with (eval ("Pop" + _currentframe)) { _rotation = bubbleRotation; _x = _x + (10 * Math.sin(bubbleRotation * (Math.PI/180))); _y = _y - (10 * Math.cos(bubbleRotation * (Math.PI/180))); _xscale = 30; _yscale = 30; PopColor = new Color(eval ("Pop" + this._currentframe)); PopColor.setRGB(15898925); } } x = 20; while (x < 80) { popName = eval ("Pop" + x); if (popName != null) { if (popName._currentframe == 32) { popName.removeMovieClip(); } } x = x + 20; } }
Instance of Symbol 528 MovieClip "Model" in Symbol 530 MovieClip [Info Queen] Frame 1
onClipEvent (load) { stop(); wisps = 0; wispCounter = 0; } onClipEvent (enterFrame) { if ((wisps < 10) && (int(Math.random() * 5) == 1)) { attachMovie("Queen Wisp", "Wisp" + wispCounter, wispCounter); with (eval ("Wisp" + wispCounter)) { whereOnSkin = int(Math.random() * 359) - 180; if (int(Math.random() * 2) == 1) { _xscale = -100; } _rotation = this._rotation + whereOnSkin; _x = _x + (10 * Math.sin(_rotation * (Math.PI/180))); _y = _y - (10 * Math.cos(_rotation * (Math.PI/180))); } wisps++; wispCounter++; if (wispCounter == 10) { wispCounter = 0; } } x = 0; while (x < 10) { lookWisp = eval ("Wisp" + x); if (lookWisp != null) { if (lookWisp._currentframe == 56) { lookWisp.removeMovieClip(); wisps--; } } x++; } }
Instance of Symbol 532 MovieClip "Model" in Symbol 534 MovieClip [Info RazorQueen] Frame 1
onClipEvent (load) { stop(); teeth = 0; toothCounter = 0; } onClipEvent (enterFrame) { if ((teeth < 10) && (int(Math.random() * 20) == 1)) { attachMovie("Razor Tooth", "Tooth" + toothCounter, toothCounter); with (eval ("Tooth" + toothCounter)) { whereOnSkin = int(Math.random() * 359) - 180; _yscale = 50; if (int(Math.random() * 2) == 1) { _xscale = -50; } else { _xscale = 50; } _rotation = _rotation + whereOnSkin; _x = _x + (2 * Math.sin(_rotation * (Math.PI/180))); _y = _y - (2 * Math.cos(_rotation * (Math.PI/180))); } teeth++; toothCounter++; if (toothCounter == 10) { toothCounter = 0; } } x = 0; while (x < 10) { lookTooth = eval ("Tooth" + x); if (lookTooth != null) { with (lookTooth) { toHost_x = _x - this._x; toHost_y = _y - this._y; offSet = Math.sqrt((toHost_x * toHost_x) + (toHost_y * toHost_y)); if (_yscale < 100) { if (_xscale < 0) { _xscale = _xscale - 5; } else { _xscale = _xscale + 5; } _yscale = _yscale + 5; _y = _y - (0.2 * Math.cos(_rotation * (Math.PI/180))); _x = _x + (0.2 * Math.sin(_rotation * (Math.PI/180))); } else if (_yscale < 105) { _yscale = _yscale + 0.2; _y = _y - (0.5 * Math.cos(_rotation * (Math.PI/180))); _x = _x + (0.5 * Math.sin(_rotation * (Math.PI/180))); } else { this.teeth--; lookTooth.removeMovieClip(); } } } x++; } }
Instance of Symbol 590 MovieClip "Model" in Symbol 591 MovieClip [Info Sharp] Frame 1
onClipEvent (enterFrame) { if ((_currentframe == 41) && (int(Math.random() * 3) != 1)) { gotoAndPlay (1); } if ((_currentframe == 76) && (int(Math.random() * 3) != 1)) { gotoAndPlay (56); } }
Instance of Symbol 607 MovieClip "Model" in Symbol 609 MovieClip [Info Torchie] Frame 1
onClipEvent (enterFrame) { if (((_currentframe == 1) && (int(Math.random() * 4) == 1)) && (eval (myFlame) == null)) { attachMovie("Gloople Flame", "myFlame", 1); myFlame._rotation = myFlame._rotation - 180; } if (eval (myFlame) != null) { if (myFlame._currentframe == 130) { myFlame.removeMovieClip(); } if ((myFlame._currentframe == 100) && (int(Math.random() * 5) != 1)) { myFlame.gotoAndPlay(30); } } }
Instance of Symbol 733 MovieClip "Model" in Symbol 736 MovieClip [Info VoidEater] Frame 1
onClipEvent (enterFrame) { if (_currentframe == 70) { gotoAndPlay (11); } }
Instance of Symbol 747 MovieClip "QualityDown" in Symbol 752 MovieClip [Option Menu] Frame 1
on (press) { if (_quality == "BEST") { _quality = "HIGH"; } else if (_quality == "HIGH") { _quality = "MEDIUM"; } else if (_quality == "MEDIUM") { _quality = "LOW"; } _parent.QualitySetting.text = _quality; }
Instance of Symbol 747 MovieClip "SpawnDown" in Symbol 752 MovieClip [Option Menu] Frame 1
on (press) { if (_global.spawnLimit > 8) { _global.spawnLimit--; _parent.SpawnSetting.text = _global.spawnLimit; } }
Instance of Symbol 747 MovieClip "LengthDown" in Symbol 752 MovieClip [Option Menu] Frame 1
on (press) { if (_parent.LengthSetting.text == "Long") { _parent.LengthSetting.text = "Normal"; _global.interval = 30; } else if (_global.gameLengthDisp == "Normal") { _parent.LengthSetting.text = "Short"; _global.interval = 15; } }
Instance of Symbol 747 MovieClip "FPSDown" in Symbol 752 MovieClip [Option Menu] Frame 1
on (press) { if (_global.showFPS) { _global.showFPS = false; _parent.FPSSetting.text = "Off"; } }
Instance of Symbol 747 MovieClip "QualityUp" in Symbol 752 MovieClip [Option Menu] Frame 1
on (press) { if (_quality == "LOW") { _quality = "MEDIUM"; } else if (_quality == "MEDIUM") { _quality = "HIGH"; } else if (_quality == "HIGH") { _quality = "BEST"; } _parent.QualitySetting.text = _quality; }
Instance of Symbol 747 MovieClip "SpawnUp" in Symbol 752 MovieClip [Option Menu] Frame 1
on (press) { if (_global.spawnLimit < 20) { _global.spawnLimit++; _parent.SpawnSetting.text = _global.spawnLimit; } }
Instance of Symbol 747 MovieClip "LengthUp" in Symbol 752 MovieClip [Option Menu] Frame 1
on (press) { if (_parent.LengthSetting.text == "Short") { _parent.LengthSetting.text = "Normal"; _global.interval = 30; } else if (_parent.LengthSetting.text == "Normal") { _parent.LengthSetting.text = "Long"; _global.interval = 60; } }
Instance of Symbol 747 MovieClip "FPSUp" in Symbol 752 MovieClip [Option Menu] Frame 1
on (press) { if (!_global.showFPS) { _global.showFPS = true; _parent.FPSSetting.text = "On"; } }
Instance of Symbol 216 MovieClip "OptionBack" in Symbol 752 MovieClip [Option Menu] Frame 1
on (rollOver) { _xscale = 110; _yscale = 110; } on (rollOut) { _xscale = 100; _yscale = 100; } on (press) { _root.subMenu = false; _root.OptionMenu.removeMovieClip(); }
Instance of Symbol 747 MovieClip "MusicDown" in Symbol 752 MovieClip [Option Menu] Frame 1
on (press) { if (_global.soundMode == "Music Only") { _global.soundMode = "None"; _global.playSong("juke"); } if (_global.soundMode == "FX Only") { _global.soundMode = "Music Only"; _global.playSong("juke"); } if (_global.soundMode == "All") { _global.soundMode = "FX Only"; _global.playSong("juke"); } _parent.MusicSetting.text = _global.soundMode; }
Instance of Symbol 747 MovieClip "MusicUp" in Symbol 752 MovieClip [Option Menu] Frame 1
on (press) { if (_global.soundMode == "FX Only") { _global.soundMode = "All"; _global.playSong("juke"); } if (_global.soundMode == "Music Only") { _global.soundMode = "FX Only"; _global.playSong("juke"); } if (_global.soundMode == "None") { _global.soundMode = "Music Only"; _global.playSong("juke"); } _parent.MusicSetting.text = _global.soundMode; }
Instance of Symbol 747 MovieClip "BackdropsDown" in Symbol 752 MovieClip [Option Menu] Frame 1
on (press) { if (_global.floorMode == "Random") { _global.floorMode = "Simple"; } _parent.FloorSetting.text = _global.floorMode; }
Instance of Symbol 747 MovieClip "BackdropsUp" in Symbol 752 MovieClip [Option Menu] Frame 1
on (press) { if (_global.floorMode == "Simple") { _global.floorMode = "Random"; } _parent.FloorSetting.text = _global.floorMode; }
Symbol 758 MovieClip [Practice Plate] Frame 1
stop(); _global.selectedGloople = null;
Instance of Symbol 216 MovieClip "GoBack" in Symbol 758 MovieClip [Practice Plate] Frame 1
on (rollOver) { _xscale = 110; _yscale = 110; } on (rollOut) { _xscale = 100; _yscale = 100; } on (press) { _root.subMenu = false; _root.PracticeMenu.removeMovieClip(); }
Instance of Symbol 223 MovieClip [Tile] "TileGloople" in Symbol 758 MovieClip [Practice Plate] Frame 1
onClipEvent (load) { stop(); onMe = false; if (SearchArray(EnemiesSeen, "Gloople") == null) { tileLit = false; } else { tileLit = true; attachMovie("Info Gloople", "Profile", 1); if (SearchArray(PracticeEnemies, "Gloople") == null) { attachMovie("Tile Shader", "Shader", 2); } } } onClipEvent (enterFrame) { if (tileLit) { if (hitTest(_root._xmouse, _root._ymouse, false)) { onMe = true; if (_currentframe != 21) { play(); } else { stop(); } if (_currentframe == 41) { gotoAndPlay (1); } } else { onMe = false; play(); if (_currentframe == 41) { gotoAndStop (1); } if (_currentframe == 1) { stop(); } } } else { gotoAndStop (42); } } onClipEvent (mouseDown) { if (onMe && (tileLit)) { if (SearchArray(PracticeEnemies, "Gloople") != null) { attachMovie("Tile Shader", "Shader", 2); _global.PracticeEnemies.splice(SearchArray(_global.PracticeEnemies, "Gloople"), 1); } else { Shader.removeMovieClip(); _global.PracticeEnemies.push("Gloople"); } } }
Instance of Symbol 223 MovieClip [Tile] "TileStickie" in Symbol 758 MovieClip [Practice Plate] Frame 1
onClipEvent (load) { stop(); onMe = false; if (SearchArray(EnemiesSeen, "Stickie") == null) { tileLit = false; } else { tileLit = true; attachMovie("Info Stickie", "Profile", 1); if (SearchArray(PracticeEnemies, "Stickie") == null) { attachMovie("Tile Shader", "Shader", 2); } } } onClipEvent (enterFrame) { if (tileLit) { if (hitTest(_root._xmouse, _root._ymouse, false)) { onMe = true; if (_currentframe != 21) { play(); } else { stop(); } if (_currentframe == 41) { gotoAndPlay (1); } } else { onMe = false; play(); if (_currentframe == 41) { gotoAndStop (1); } if (_currentframe == 1) { stop(); } } } else { gotoAndStop (42); } } onClipEvent (mouseDown) { if (onMe && (tileLit)) { if (SearchArray(PracticeEnemies, "Stickie") != null) { attachMovie("Tile Shader", "Shader", 2); _global.PracticeEnemies.splice(SearchArray(_global.PracticeEnemies, "Stickie"), 1); } else { Shader.removeMovieClip(); _global.PracticeEnemies.push("Stickie"); } } }
Instance of Symbol 223 MovieClip [Tile] "TileBiter" in Symbol 758 MovieClip [Practice Plate] Frame 1
onClipEvent (load) { stop(); onMe = false; if (SearchArray(EnemiesSeen, "Biter") == null) { tileLit = false; } else { tileLit = true; attachMovie("Info Biter", "Profile", 1); if (SearchArray(PracticeEnemies, "Biter") == null) { attachMovie("Tile Shader", "Shader", 2); } } } onClipEvent (enterFrame) { if (tileLit) { if (hitTest(_root._xmouse, _root._ymouse, false)) { onMe = true; if (_currentframe != 21) { play(); } else { stop(); } if (_currentframe == 41) { gotoAndPlay (1); } } else { onMe = false; play(); if (_currentframe == 41) { gotoAndStop (1); } if (_currentframe == 1) { stop(); } } } else { gotoAndStop (42); } } onClipEvent (mouseDown) { if (onMe && (tileLit)) { if (SearchArray(PracticeEnemies, "Biter") != null) { attachMovie("Tile Shader", "Shader", 2); _global.PracticeEnemies.splice(SearchArray(_global.PracticeEnemies, "Biter"), 1); } else { Shader.removeMovieClip(); _global.PracticeEnemies.push("Biter"); } } }
Instance of Symbol 223 MovieClip [Tile] "TileMeltie" in Symbol 758 MovieClip [Practice Plate] Frame 1
onClipEvent (load) { stop(); onMe = false; if (SearchArray(EnemiesSeen, "Meltie") == null) { tileLit = false; } else { tileLit = true; attachMovie("Info Meltie", "Profile", 1); if (SearchArray(PracticeEnemies, "Meltie") == null) { attachMovie("Tile Shader", "Shader", 2); } } } onClipEvent (enterFrame) { if (tileLit) { if (hitTest(_root._xmouse, _root._ymouse, false)) { onMe = true; if (_currentframe != 21) { play(); } else { stop(); } if (_currentframe == 41) { gotoAndPlay (1); } } else { onMe = false; play(); if (_currentframe == 41) { gotoAndStop (1); } if (_currentframe == 1) { stop(); } } } else { gotoAndStop (42); } } onClipEvent (mouseDown) { if (onMe && (tileLit)) { if (SearchArray(PracticeEnemies, "Meltie") != null) { attachMovie("Tile Shader", "Shader", 2); _global.PracticeEnemies.splice(SearchArray(_global.PracticeEnemies, "Meltie"), 1); } else { Shader.removeMovieClip(); _global.PracticeEnemies.push("Meltie"); } } }
Instance of Symbol 223 MovieClip [Tile] "TileSharp" in Symbol 758 MovieClip [Practice Plate] Frame 1
onClipEvent (load) { stop(); onMe = false; if (SearchArray(EnemiesSeen, "Sharp") == null) { tileLit = false; } else { tileLit = true; attachMovie("Info Sharp", "Profile", 1); if (SearchArray(PracticeEnemies, "Sharp") == null) { attachMovie("Tile Shader", "Shader", 2); } } } onClipEvent (enterFrame) { if (tileLit) { if (hitTest(_root._xmouse, _root._ymouse, false)) { onMe = true; if (_currentframe != 21) { play(); } else { stop(); } if (_currentframe == 41) { gotoAndPlay (1); } } else { onMe = false; play(); if (_currentframe == 41) { gotoAndStop (1); } if (_currentframe == 1) { stop(); } } } else { gotoAndStop (42); } } onClipEvent (mouseDown) { if (onMe && (tileLit)) { if (SearchArray(PracticeEnemies, "Sharp") != null) { attachMovie("Tile Shader", "Shader", 2); _global.PracticeEnemies.splice(SearchArray(_global.PracticeEnemies, "Sharp"), 1); } else { Shader.removeMovieClip(); _global.PracticeEnemies.push("Sharp"); } } }
Instance of Symbol 223 MovieClip [Tile] "TileClutter" in Symbol 758 MovieClip [Practice Plate] Frame 1
onClipEvent (load) { stop(); onMe = false; if (SearchArray(EnemiesSeen, "Clutter") == null) { tileLit = false; } else { tileLit = true; attachMovie("Info Clutter", "Profile", 1); if (SearchArray(PracticeEnemies, "Clutter") == null) { attachMovie("Tile Shader", "Shader", 2); } } } onClipEvent (enterFrame) { if (tileLit) { if (hitTest(_root._xmouse, _root._ymouse, false)) { onMe = true; if (_currentframe != 21) { play(); } else { stop(); } if (_currentframe == 41) { gotoAndPlay (1); } } else { onMe = false; play(); if (_currentframe == 41) { gotoAndStop (1); } if (_currentframe == 1) { stop(); } } } else { gotoAndStop (42); } } onClipEvent (mouseDown) { if (onMe && (tileLit)) { if (SearchArray(PracticeEnemies, "Clutter") != null) { attachMovie("Tile Shader", "Shader", 2); _global.PracticeEnemies.splice(SearchArray(_global.PracticeEnemies, "Clutter"), 1); } else { Shader.removeMovieClip(); _global.PracticeEnemies.push("Clutter"); } } }
Instance of Symbol 223 MovieClip [Tile] "TileInkie" in Symbol 758 MovieClip [Practice Plate] Frame 1
onClipEvent (load) { stop(); onMe = false; if (SearchArray(EnemiesSeen, "Inkie") == null) { tileLit = false; } else { tileLit = true; attachMovie("Info Inkie", "Profile", 1); if (SearchArray(PracticeEnemies, "Inkie") == null) { attachMovie("Tile Shader", "Shader", 2); } } } onClipEvent (enterFrame) { if (tileLit) { if (hitTest(_root._xmouse, _root._ymouse, false)) { onMe = true; if (_currentframe != 21) { play(); } else { stop(); } if (_currentframe == 41) { gotoAndPlay (1); } } else { onMe = false; play(); if (_currentframe == 41) { gotoAndStop (1); } if (_currentframe == 1) { stop(); } } } else { gotoAndStop (42); } } onClipEvent (mouseDown) { if (onMe && (tileLit)) { if (SearchArray(PracticeEnemies, "Inkie") != null) { attachMovie("Tile Shader", "Shader", 2); _global.PracticeEnemies.splice(SearchArray(_global.PracticeEnemies, "Inkie"), 1); } else { Shader.removeMovieClip(); _global.PracticeEnemies.push("Inkie"); } } }
Instance of Symbol 223 MovieClip [Tile] "TileGrinder" in Symbol 758 MovieClip [Practice Plate] Frame 1
onClipEvent (load) { stop(); onMe = false; if (SearchArray(EnemiesSeen, "Grinder") == null) { tileLit = false; } else { tileLit = true; attachMovie("Info Grinder", "Profile", 1); if (SearchArray(PracticeEnemies, "Grinder") == null) { attachMovie("Tile Shader", "Shader", 2); } } } onClipEvent (enterFrame) { if (tileLit) { if (hitTest(_root._xmouse, _root._ymouse, true)) { onMe = true; if (_currentframe != 21) { play(); } else { stop(); } if (_currentframe == 41) { gotoAndPlay (1); } } else { onMe = false; play(); if (_currentframe == 41) { gotoAndStop (1); } if (_currentframe == 1) { stop(); } } } else { gotoAndStop (42); } } onClipEvent (mouseDown) { if (onMe && (tileLit)) { if (SearchArray(PracticeEnemies, "Grinder") != null) { attachMovie("Tile Shader", "Shader", 2); _global.PracticeEnemies.splice(SearchArray(_global.PracticeEnemies, "Grinder"), 1); } else { Shader.removeMovieClip(); _global.PracticeEnemies.push("Grinder"); } } }
Instance of Symbol 223 MovieClip [Tile] "TileFuzzle" in Symbol 758 MovieClip [Practice Plate] Frame 1
onClipEvent (load) { stop(); onMe = false; if (SearchArray(EnemiesSeen, "Fuzzle") == null) { tileLit = false; } else { tileLit = true; attachMovie("Info Fuzzle", "Profile", 1); if (SearchArray(PracticeEnemies, "Fuzzle") == null) { attachMovie("Tile Shader", "Shader", 2); } } } onClipEvent (enterFrame) { if (tileLit) { if (hitTest(_root._xmouse, _root._ymouse, false)) { onMe = true; if (_currentframe != 21) { play(); } else { stop(); } if (_currentframe == 41) { gotoAndPlay (1); } } else { onMe = false; play(); if (_currentframe == 41) { gotoAndStop (1); } if (_currentframe == 1) { stop(); } } } else { gotoAndStop (42); } } onClipEvent (mouseDown) { if (onMe && (tileLit)) { if (SearchArray(PracticeEnemies, "Fuzzle") != null) { attachMovie("Tile Shader", "Shader", 2); _global.PracticeEnemies.splice(SearchArray(_global.PracticeEnemies, "Fuzzle"), 1); } else { Shader.removeMovieClip(); _global.PracticeEnemies.push("Fuzzle"); } } }
Instance of Symbol 223 MovieClip [Tile] "TileOozle" in Symbol 758 MovieClip [Practice Plate] Frame 1
onClipEvent (load) { stop(); onMe = false; if (SearchArray(EnemiesSeen, "Oozle") == null) { tileLit = false; } else { tileLit = true; attachMovie("Info Oozle", "Profile", 1); if (SearchArray(PracticeEnemies, "Oozle") == null) { attachMovie("Tile Shader", "Shader", 2); } } } onClipEvent (enterFrame) { if (tileLit) { if (hitTest(_root._xmouse, _root._ymouse, false)) { onMe = true; if (_currentframe != 21) { play(); } else { stop(); } if (_currentframe == 41) { gotoAndPlay (1); } } else { onMe = false; play(); if (_currentframe == 41) { gotoAndStop (1); } if (_currentframe == 1) { stop(); } } } else { gotoAndStop (42); } } onClipEvent (mouseDown) { if (onMe && (tileLit)) { if (SearchArray(PracticeEnemies, "Oozle") != null) { attachMovie("Tile Shader", "Shader", 2); _global.PracticeEnemies.splice(SearchArray(_global.PracticeEnemies, "Oozle"), 1); } else { Shader.removeMovieClip(); _global.PracticeEnemies.push("Oozle"); } } }
Instance of Symbol 223 MovieClip [Tile] "TileTorchie" in Symbol 758 MovieClip [Practice Plate] Frame 1
onClipEvent (load) { stop(); onMe = false; if (SearchArray(EnemiesSeen, "Torchie") == null) { tileLit = false; } else { tileLit = true; attachMovie("Info Torchie", "Profile", 1); if (SearchArray(PracticeEnemies, "Torchie") == null) { attachMovie("Tile Shader", "Shader", 2); } } } onClipEvent (enterFrame) { if (tileLit) { if (hitTest(_root._xmouse, _root._ymouse, false)) { onMe = true; if (_currentframe != 21) { play(); } else { stop(); } if (_currentframe == 41) { gotoAndPlay (1); } } else { onMe = false; play(); if (_currentframe == 41) { gotoAndStop (1); } if (_currentframe == 1) { stop(); } } } else { gotoAndStop (42); } } onClipEvent (mouseDown) { if (onMe && (tileLit)) { if (SearchArray(PracticeEnemies, "Torchie") != null) { attachMovie("Tile Shader", "Shader", 2); _global.PracticeEnemies.splice(SearchArray(_global.PracticeEnemies, "Torchie"), 1); } else { Shader.removeMovieClip(); _global.PracticeEnemies.push("Torchie"); } } }
Instance of Symbol 223 MovieClip [Tile] "TileFrostie" in Symbol 758 MovieClip [Practice Plate] Frame 1
onClipEvent (load) { stop(); onMe = false; if (SearchArray(EnemiesSeen, "Frostie") == null) { tileLit = false; } else { tileLit = true; attachMovie("Info Frostie", "Profile", 1); if (SearchArray(PracticeEnemies, "Frostie") == null) { attachMovie("Tile Shader", "Shader", 2); } } } onClipEvent (enterFrame) { if (tileLit) { if (hitTest(_root._xmouse, _root._ymouse, false)) { onMe = true; if (_currentframe != 21) { play(); } else { stop(); } if (_currentframe == 41) { gotoAndPlay (1); } } else { onMe = false; play(); if (_currentframe == 41) { gotoAndStop (1); } if (_currentframe == 1) { stop(); } } } else { gotoAndStop (42); } } onClipEvent (mouseDown) { if (onMe && (tileLit)) { if (SearchArray(PracticeEnemies, "Frostie") != null) { attachMovie("Tile Shader", "Shader", 2); _global.PracticeEnemies.splice(SearchArray(_global.PracticeEnemies, "Frostie"), 1); } else { Shader.removeMovieClip(); _global.PracticeEnemies.push("Frostie"); } } }
Instance of Symbol 223 MovieClip [Tile] "TileGray" in Symbol 758 MovieClip [Practice Plate] Frame 1
onClipEvent (load) { stop(); onMe = false; if (SearchArray(EnemiesSeen, "Gray") == null) { tileLit = false; } else { tileLit = true; attachMovie("Info Gray", "Profile", 1); if (SearchArray(PracticeEnemies, "Gray") == null) { attachMovie("Tile Shader", "Shader", 2); } } } onClipEvent (enterFrame) { if (tileLit) { if (hitTest(_root._xmouse, _root._ymouse, false)) { onMe = true; if (_currentframe != 21) { play(); } else { stop(); } if (_currentframe == 41) { gotoAndPlay (1); } } else { onMe = false; play(); if (_currentframe == 41) { gotoAndStop (1); } if (_currentframe == 1) { stop(); } } } else { gotoAndStop (42); } } onClipEvent (mouseDown) { if (onMe && (tileLit)) { if (SearchArray(PracticeEnemies, "Gray") != null) { attachMovie("Tile Shader", "Shader", 2); _global.PracticeEnemies.splice(SearchArray(_global.PracticeEnemies, "Gray"), 1); } else { Shader.removeMovieClip(); _global.PracticeEnemies.push("Gray"); } } }
Instance of Symbol 223 MovieClip [Tile] "TileAmalgam" in Symbol 758 MovieClip [Practice Plate] Frame 1
onClipEvent (load) { stop(); onMe = false; if (SearchArray(EnemiesSeen, "Amalgam") == null) { tileLit = false; } else { tileLit = true; attachMovie("Info Amalgam", "Profile", 1); if (SearchArray(PracticeEnemies, "Amalgam") == null) { attachMovie("Tile Shader", "Shader", 2); } } } onClipEvent (enterFrame) { if (tileLit) { if (hitTest(_root._xmouse, _root._ymouse, false)) { onMe = true; if (_currentframe != 21) { play(); } else { stop(); } if (_currentframe == 41) { gotoAndPlay (1); } } else { onMe = false; play(); if (_currentframe == 41) { gotoAndStop (1); } if (_currentframe == 1) { stop(); } } } else { gotoAndStop (42); } } onClipEvent (mouseDown) { if (onMe && (tileLit)) { if (SearchArray(PracticeEnemies, "Amalgam") != null) { attachMovie("Tile Shader", "Shader", 2); _global.PracticeEnemies.splice(SearchArray(_global.PracticeEnemies, "Amalgam"), 1); } else { Shader.removeMovieClip(); _global.PracticeEnemies.push("Amalgam"); } } }
Instance of Symbol 223 MovieClip [Tile] "TileHorror" in Symbol 758 MovieClip [Practice Plate] Frame 1
onClipEvent (load) { stop(); onMe = false; if (SearchArray(EnemiesSeen, "Horror") == null) { tileLit = false; } else { tileLit = true; attachMovie("Info Horror", "Profile", 1); if (SearchArray(PracticeEnemies, "Horror") == null) { attachMovie("Tile Shader", "Shader", 2); } } } onClipEvent (enterFrame) { if (tileLit) { if (hitTest(_root._xmouse, _root._ymouse, false)) { onMe = true; if (_currentframe != 21) { play(); } else { stop(); } if (_currentframe == 41) { gotoAndPlay (1); } } else { onMe = false; play(); if (_currentframe == 41) { gotoAndStop (1); } if (_currentframe == 1) { stop(); } } } else { gotoAndStop (42); } } onClipEvent (mouseDown) { if (onMe && (tileLit)) { if (SearchArray(PracticeEnemies, "Horror") != null) { attachMovie("Tile Shader", "Shader", 2); _global.PracticeEnemies.splice(SearchArray(_global.PracticeEnemies, "Horror"), 1); } else { Shader.removeMovieClip(); _global.PracticeEnemies.push("Horror"); } } }
Instance of Symbol 223 MovieClip [Tile] "TileVoidEater" in Symbol 758 MovieClip [Practice Plate] Frame 1
onClipEvent (load) { stop(); onMe = false; if (SearchArray(EnemiesSeen, "VoidEater") == null) { tileLit = false; } else { tileLit = true; attachMovie("Info VoidEater", "Profile", 1); if (SearchArray(PracticeEnemies, "VoidEater") == null) { attachMovie("Tile Shader", "Shader", 2); } } } onClipEvent (enterFrame) { if (tileLit) { if (hitTest(_root._xmouse, _root._ymouse, false)) { onMe = true; if (_currentframe != 21) { play(); } else { stop(); } if (_currentframe == 41) { gotoAndPlay (1); } } else { onMe = false; play(); if (_currentframe == 41) { gotoAndStop (1); } if (_currentframe == 1) { stop(); } } } else { gotoAndStop (42); } } onClipEvent (mouseDown) { if (onMe && (tileLit)) { if (SearchArray(PracticeEnemies, "VoidEater") != null) { attachMovie("Tile Shader", "Shader", 2); _global.PracticeEnemies.splice(SearchArray(_global.PracticeEnemies, "VoidEater"), 1); } else { Shader.removeMovieClip(); _global.PracticeEnemies.push("VoidEater"); } } }
Instance of Symbol 223 MovieClip [Tile] "TileQueen" in Symbol 758 MovieClip [Practice Plate] Frame 1
onClipEvent (load) { stop(); onMe = false; if (SearchArray(EnemiesSeen, "Queen") == null) { tileLit = false; } else { tileLit = true; attachMovie("Info Queen", "Profile", 1); if (SearchArray(PracticeEnemies, "Queen") == null) { attachMovie("Tile Shader", "Shader", 2); } } } onClipEvent (enterFrame) { if (tileLit) { if (hitTest(_root._xmouse, _root._ymouse, false)) { onMe = true; if (_currentframe != 21) { play(); } else { stop(); } if (_currentframe == 41) { gotoAndPlay (1); } } else { onMe = false; play(); if (_currentframe == 41) { gotoAndStop (1); } if (_currentframe == 1) { stop(); } } } else { gotoAndStop (42); } } onClipEvent (mouseDown) { if (onMe && (tileLit)) { if (SearchArray(PracticeEnemies, "Queen") != null) { attachMovie("Tile Shader", "Shader", 2); _global.PracticeEnemies.splice(SearchArray(_global.PracticeEnemies, "Queen"), 1); } else { Shader.removeMovieClip(); _global.PracticeEnemies.push("Queen"); } } }
Instance of Symbol 223 MovieClip [Tile] "TileRazorQueen" in Symbol 758 MovieClip [Practice Plate] Frame 1
onClipEvent (load) { stop(); onMe = false; _visible = false; if (SearchArray(EnemiesSeen, "RazorQueen") == null) { tileLit = false; } else { tileLit = true; _visible = true; attachMovie("Info RazorQueen", "Profile", 1); if (SearchArray(PracticeEnemies, "RazorQueen") == null) { attachMovie("Tile Shader", "Shader", 2); } } } onClipEvent (enterFrame) { if (tileLit) { if (hitTest(_root._xmouse, _root._ymouse, false)) { onMe = true; if (_currentframe != 21) { play(); } else { stop(); } if (_currentframe == 41) { gotoAndPlay (1); } } else { onMe = false; play(); if (_currentframe == 41) { gotoAndStop (1); } if (_currentframe == 1) { stop(); } } } else { gotoAndStop (42); } } onClipEvent (mouseDown) { if (onMe && (tileLit)) { if (SearchArray(PracticeEnemies, "RazorQueen") != null) { attachMovie("Tile Shader", "Shader", 2); _global.PracticeEnemies.splice(SearchArray(_global.PracticeEnemies, "RazorQueen"), 1); } else { Shader.removeMovieClip(); _global.PracticeEnemies.push("RazorQueen"); } } }
Instance of Symbol 757 MovieClip "GoButton" in Symbol 758 MovieClip [Practice Plate] Frame 1
on (rollOver) { _xscale = 110; _yscale = 110; } on (rollOut) { _xscale = 100; _yscale = 100; } on (press) { if (PracticeEnemies.length > 0) { _global.gameMode = "Practice"; _root.subMenu = false; _level0.nextFrame(); _root.PracticeMenu.removeMovieClip(); } }
Instance of Symbol 765 MovieClip [SwordButton RazorGlaive] "RazorglaiveButton" in Symbol 770 MovieClip [Weapon Select] Frame 1
onClipEvent (load) { stop(); onMe = false; myTipText = "The Razor Glaive is an exceedingly powerful weapon with a wide swing arc. Exceptional density and size lend great reach and destructive power, but at the cost of mobility"; if (!_global.RazorGlaiveEquipped) { _xscale = 70; _yscale = 70; gotoAndStop (21); } } onClipEvent (enterFrame) { if (_global.RazorGlaiveUnlocked) { if (hitTest(_root._xmouse, _root._ymouse, false) && (_root.subMenu == false)) { onMe = true; _root.infoBox.tipText = myTipText; } else { onMe = false; if (_root.infoBox.tipText == myTipText) { _root.infoBox.tipText = null; } } if (!_global.RazorGlaiveEquipped) { if (_currentframe != 21) { play(); } else { stop(); } if (_xscale > 70) { _xscale = (_xscale - 2); _yscale = (_yscale - 2); } } else { if (_currentframe != 1) { play(); } else { stop(); } if (_xscale < 100) { _xscale = (_xscale + 2); _yscale = (_yscale + 2); } } } } onClipEvent (mouseDown) { if (onMe) { if (!_global.RazorGlaiveEquipped) { _global.RazorGlaiveEquipped = true; } } }
Instance of Symbol 769 MovieClip [SwordButton Splatmaster] "SplatmasterButton" in Symbol 770 MovieClip [Weapon Select] Frame 1
onClipEvent (load) { stop(); onMe = false; myTipText = "The Splatmaster 3000 is the standard Gloople population control device. Very effective at eliminating typical threats and durable enough to withstand protracted use"; if (_global.RazorGlaiveEquipped) { _xscale = 70; _yscale = 70; gotoAndStop (21); } } onClipEvent (enterFrame) { if (_global.RazorGlaiveUnlocked) { if (hitTest(_root._xmouse, _root._ymouse, false) && (_root.subMenu == false)) { onMe = true; _root.infoBox.tipText = myTipText; } else { onMe = false; if (_root.infoBox.tipText == myTipText) { _root.infoBox.tipText = null; } } if (_global.RazorGlaiveEquipped) { if (_currentframe != 21) { play(); } else { stop(); } if (_xscale > 70) { _xscale = (_xscale - 2); _yscale = (_yscale - 2); } } else { if (_currentframe != 1) { play(); } else { stop(); } if (_xscale < 100) { _xscale = (_xscale + 2); _yscale = (_yscale + 2); } } } } onClipEvent (mouseDown) { if (onMe) { if (_global.RazorGlaiveEquipped) { _global.RazorGlaiveEquipped = false; } } }
Symbol 783 MovieClip [Music Exporter] Frame 1
stop();
Symbol 851 MovieClip [Sound Exporter] Frame 1
stop();
Symbol 1028 MovieClip [Instruction Plate] Frame 1
stop();
Instance of Symbol 216 MovieClip "GoBack" in Symbol 1028 MovieClip [Instruction Plate] Frame 1
on (rollOver) { _xscale = 110; _yscale = 110; } on (rollOut) { _xscale = 100; _yscale = 100; } on (press) { _root.subMenu = false; _root.InstructionMenu.removeMovieClip(); }
Instance of Symbol 1084 MovieClip "Shader" in Symbol 1085 MovieClip Frame 1
onClipEvent (enterFrame) { gotoAndStop(_parent._currentframe); }
Instance of Symbol 1107 MovieClip "Shader" in Symbol 1108 MovieClip Frame 1
onClipEvent (enterFrame) { gotoAndStop(_parent._currentframe); }
Instance of Symbol 1128 MovieClip "Shader" in Symbol 1129 MovieClip Frame 1
onClipEvent (enterFrame) { gotoAndStop(_parent._currentframe); }
Instance of Symbol 1145 MovieClip "Shader" in Symbol 1146 MovieClip Frame 1
onClipEvent (enterFrame) { gotoAndStop(_parent._currentframe); }
Instance of Symbol 1164 MovieClip "Shader" in Symbol 1165 MovieClip Frame 1
onClipEvent (enterFrame) { gotoAndStop(_parent._currentframe); }
Instance of Symbol 138 MovieClip "SNHS" in Symbol 1173 MovieClip [High Scores] Frame 1
onClipEvent (load) { SNHSTextFormat = new TextFormat(); SNHSTextFormat.font = "Cooper Black"; SNHSTextFormat.color = 39168; SNHSTextFormat.size = 18; SNHSTextFormat.align = "center"; this.createTextField("SNHSText", 1, 0, 0, this._width, this._height); SNHSText.embedFonts = true; SNHSText.selectable = false; } onClipEvent (enterFrame) { SNHSText.text = _global.SingleNestHighScore; SNHSText.setTextFormat(SNHSTextFormat); }
Instance of Symbol 138 MovieClip "BRHS" in Symbol 1173 MovieClip [High Scores] Frame 1
onClipEvent (load) { BRHSTextFormat = new TextFormat(); BRHSTextFormat.font = "Cooper Black"; BRHSTextFormat.color = 39168; BRHSTextFormat.size = 18; BRHSTextFormat.align = "center"; this.createTextField("BRHSText", 1, 0, 0, this._width, this._height); BRHSText.embedFonts = true; BRHSText.selectable = false; } onClipEvent (enterFrame) { BRHSText.text = _global.BountyRunHighScore; BRHSText.setTextFormat(BRHSTextFormat); }
Instance of Symbol 1199 MovieClip "Shader" in Symbol 1200 MovieClip Frame 1
onClipEvent (enterFrame) { gotoAndStop(_parent._currentframe); }
Symbol 2495 MovieClip [Ground Crack] Frame 2
stop();
Symbol 2495 MovieClip [Ground Crack] Frame 4
stop();
Symbol 2495 MovieClip [Ground Crack] Frame 6
stop();

Library Items

Symbol 1 Font [Cooper Black]Used by:137 162 163 190 193 194 199 200 214 219 236 260 275 279 328 336 456 463 494 502 515 523 529 533 535 598 608 734 735 738 739 740 741 742 743 744 745 748 749 750 751 753 754 756 988 1024 1025 1026 1027 1056 1057 1170 1171 1172 1201 1203
Symbol 2 GraphicUsed by:9
Symbol 3 GraphicUsed by:9
Symbol 4 GraphicUsed by:9
Symbol 5 GraphicUsed by:9
Symbol 6 GraphicUsed by:9
Symbol 7 GraphicUsed by:9
Symbol 8 GraphicUsed by:9
Symbol 9 MovieClip [Clear Message]Uses:2 3 4 5 6 7 8
Symbol 10 GraphicUsed by:12
Symbol 11 GraphicUsed by:12
Symbol 12 MovieClip [RazorQueen Blade]Uses:10 11Used by:Timeline
Symbol 13 GraphicUsed by:15
Symbol 14 GraphicUsed by:15
Symbol 15 MovieClip [RazorQueen Tail]Uses:13 14Used by:Timeline
Symbol 16 ShapeTweeningUsed by:23
Symbol 17 GraphicUsed by:23
Symbol 18 GraphicUsed by:23
Symbol 19 GraphicUsed by:23
Symbol 20 ShapeTweeningUsed by:23
Symbol 21 GraphicUsed by:23
Symbol 22 GraphicUsed by:23
Symbol 23 MovieClip [Jukebox Backdrop]Uses:16 17 18 19 20 21 22Used by:Timeline
Symbol 24 GraphicUsed by:29
Symbol 25 GraphicUsed by:26
Symbol 26 MovieClipUses:25Used by:29
Symbol 27 GraphicUsed by:28
Symbol 28 MovieClipUses:27Used by:29
Symbol 29 MovieClip [Blanket of Goo]Uses:24 26 28Used by:Timeline
Symbol 30 GraphicUsed by:32
Symbol 31 GraphicUsed by:32
Symbol 32 MovieClip [Play Button]Uses:30 31Used by:Timeline
Symbol 33 GraphicUsed by:34
Symbol 34 MovieClip [PreloaderSword]Uses:33Used by:Timeline
Symbol 35 GraphicUsed by:Timeline
Symbol 36 GraphicUsed by:136
Symbol 37 GraphicUsed by:136
Symbol 38 GraphicUsed by:136
Symbol 39 GraphicUsed by:136
Symbol 40 GraphicUsed by:136
Symbol 41 GraphicUsed by:136
Symbol 42 GraphicUsed by:136
Symbol 43 GraphicUsed by:136
Symbol 44 GraphicUsed by:136
Symbol 45 GraphicUsed by:136
Symbol 46 GraphicUsed by:136
Symbol 47 GraphicUsed by:136
Symbol 48 GraphicUsed by:136
Symbol 49 GraphicUsed by:136
Symbol 50 GraphicUsed by:136
Symbol 51 GraphicUsed by:136
Symbol 52 GraphicUsed by:136
Symbol 53 GraphicUsed by:136
Symbol 54 GraphicUsed by:136
Symbol 55 GraphicUsed by:136
Symbol 56 GraphicUsed by:136
Symbol 57 GraphicUsed by:136
Symbol 58 GraphicUsed by:136
Symbol 59 GraphicUsed by:136
Symbol 60 GraphicUsed by:136
Symbol 61 GraphicUsed by:136
Symbol 62 GraphicUsed by:136
Symbol 63 GraphicUsed by:136
Symbol 64 GraphicUsed by:136
Symbol 65 GraphicUsed by:136
Symbol 66 GraphicUsed by:136
Symbol 67 GraphicUsed by:136
Symbol 68 GraphicUsed by:136
Symbol 69 GraphicUsed by:136
Symbol 70 GraphicUsed by:136
Symbol 71 GraphicUsed by:136
Symbol 72 GraphicUsed by:136
Symbol 73 GraphicUsed by:136
Symbol 74 GraphicUsed by:136
Symbol 75 GraphicUsed by:136
Symbol 76 GraphicUsed by:136
Symbol 77 GraphicUsed by:136
Symbol 78 GraphicUsed by:136
Symbol 79 GraphicUsed by:136
Symbol 80 GraphicUsed by:136
Symbol 81 GraphicUsed by:136
Symbol 82 GraphicUsed by:136
Symbol 83 GraphicUsed by:136
Symbol 84 GraphicUsed by:136
Symbol 85 GraphicUsed by:136
Symbol 86 GraphicUsed by:136
Symbol 87 GraphicUsed by:136
Symbol 88 GraphicUsed by:136
Symbol 89 GraphicUsed by:136
Symbol 90 GraphicUsed by:136
Symbol 91 GraphicUsed by:136
Symbol 92 GraphicUsed by:136
Symbol 93 GraphicUsed by:136
Symbol 94 GraphicUsed by:136
Symbol 95 GraphicUsed by:136
Symbol 96 GraphicUsed by:136
Symbol 97 GraphicUsed by:136
Symbol 98 GraphicUsed by:136
Symbol 99 GraphicUsed by:136
Symbol 100 GraphicUsed by:136
Symbol 101 GraphicUsed by:136
Symbol 102 GraphicUsed by:136
Symbol 103 GraphicUsed by:136
Symbol 104 GraphicUsed by:136
Symbol 105 GraphicUsed by:136
Symbol 106 GraphicUsed by:136
Symbol 107 GraphicUsed by:136
Symbol 108 GraphicUsed by:136
Symbol 109 GraphicUsed by:136
Symbol 110 GraphicUsed by:136
Symbol 111 GraphicUsed by:136
Symbol 112 GraphicUsed by:136
Symbol 113 GraphicUsed by:136
Symbol 114 GraphicUsed by:136
Symbol 115 GraphicUsed by:136
Symbol 116 GraphicUsed by:136
Symbol 117 GraphicUsed by:136
Symbol 118 GraphicUsed by:136
Symbol 119 GraphicUsed by:136
Symbol 120 GraphicUsed by:136
Symbol 121 GraphicUsed by:136
Symbol 122 GraphicUsed by:136
Symbol 123 GraphicUsed by:136
Symbol 124 GraphicUsed by:136
Symbol 125 GraphicUsed by:136
Symbol 126 GraphicUsed by:136
Symbol 127 GraphicUsed by:136
Symbol 128 GraphicUsed by:136
Symbol 129 GraphicUsed by:136
Symbol 130 GraphicUsed by:136
Symbol 131 GraphicUsed by:136
Symbol 132 GraphicUsed by:136
Symbol 133 GraphicUsed by:136
Symbol 134 GraphicUsed by:136
Symbol 135 GraphicUsed by:136
Symbol 136 MovieClipUses:36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135Used by:Timeline
Symbol 137 EditableTextUses:1Used by:138
Symbol 138 MovieClipUses:137Used by:140 195 198 1173
Symbol 139 GraphicUsed by:140
Symbol 140 MovieClipUses:138 139Used by:Timeline
Symbol 141 GraphicUsed by:142
Symbol 142 MovieClip [Backdrop1]Uses:141Used by:Timeline
Symbol 143 GraphicUsed by:144
Symbol 144 MovieClip [Backdrop2]Uses:143Used by:Timeline
Symbol 145 GraphicUsed by:146
Symbol 146 MovieClip [Backdrop3]Uses:145Used by:Timeline
Symbol 147 GraphicUsed by:148
Symbol 148 MovieClip [Backdrop4]Uses:147Used by:Timeline
Symbol 149 GraphicUsed by:150
Symbol 150 MovieClip [Backdrop5]Uses:149Used by:Timeline
Symbol 151 GraphicUsed by:152
Symbol 152 MovieClip [Backdrop6]Uses:151Used by:Timeline
Symbol 153 GraphicUsed by:154
Symbol 154 MovieClip [Backdrop7]Uses:153Used by:Timeline
Symbol 155 GraphicUsed by:156
Symbol 156 MovieClip [Backdrop8]Uses:155Used by:Timeline
Symbol 157 GraphicUsed by:158
Symbol 158 MovieClip [Backdrop9]Uses:157Used by:Timeline
Symbol 159 GraphicUsed by:160
Symbol 160 MovieClip [Click to Exit]Uses:159Used by:Timeline
Symbol 161 GraphicUsed by:176
Symbol 162 EditableTextUses:1Used by:176
Symbol 163 EditableTextUses:1Used by:164
Symbol 164 MovieClipUses:163Used by:176
Symbol 165 GraphicUsed by:167
Symbol 166 GraphicUsed by:167
Symbol 167 MovieClipUses:165 166Used by:176
Symbol 168 GraphicUsed by:170
Symbol 169 GraphicUsed by:170
Symbol 170 MovieClipUses:168 169Used by:176
Symbol 171 GraphicUsed by:175
Symbol 172 GraphicUsed by:175
Symbol 173 GraphicUsed by:175
Symbol 174 GraphicUsed by:175
Symbol 175 MovieClip [Rematch Button]Uses:171 172 173 174Used by:176
Symbol 176 MovieClip [Death Popup]Uses:161 162 164 167 170 175Used by:Timeline
Symbol 177 GraphicUsed by:185
Symbol 178 GraphicUsed by:185
Symbol 179 GraphicUsed by:185
Symbol 180 GraphicUsed by:185
Symbol 181 GraphicUsed by:185
Symbol 182 GraphicUsed by:185
Symbol 183 GraphicUsed by:185
Symbol 184 GraphicUsed by:185
Symbol 185 MovieClip [FireworkVis]Uses:177 178 179 180 181 182 183 184Used by:186
Symbol 186 MovieClip [Firework]Uses:185Used by:Timeline
Symbol 187 GraphicUsed by:188
Symbol 188 MovieClipUses:187Used by:189
Symbol 189 MovieClipUses:188Used by:192
Symbol 190 EditableTextUses:1Used by:191
Symbol 191 MovieClipUses:190Used by:192
Symbol 192 MovieClip [Jukebox Display]Uses:189 191Used by:Timeline
Symbol 193 TextUses:1Used by:195
Symbol 194 TextUses:1Used by:195
Symbol 195 MovieClip [Nest Clear Bonus]Uses:193 138 194Used by:Timeline
Symbol 196 FontUsed by:197 226 1168
Symbol 197 TextUses:196Used by:198
Symbol 198 MovieClip [Nest Counter]Uses:197 138Used by:Timeline
Symbol 199 TextUses:1Used by:201
Symbol 200 TextUses:1Used by:201
Symbol 201 MovieClip [New High Score Text]Uses:199 200Used by:202
Symbol 202 MovieClip [New High Score!]Uses:201Used by:Timeline
Symbol 203 ShapeTweeningUsed by:206
Symbol 204 ShapeTweeningUsed by:206
Symbol 205 GraphicUsed by:206
Symbol 206 MovieClipUses:203 204 205Used by:207
Symbol 207 MovieClip [New Weapon Unlocked!]Uses:206Used by:Timeline
Symbol 208 GraphicUsed by:209
Symbol 209 MovieClip [SparkleVis]Uses:208Used by:210
Symbol 210 MovieClip [Sparkle]Uses:209Used by:Timeline
Symbol 211 GraphicUsed by:212
Symbol 212 MovieClip [To Exit Practice]Uses:211Used by:Timeline
Symbol 213 GraphicUsed by:224 758 1028
Symbol 214 TextUses:1Used by:224
Symbol 215 GraphicUsed by:216
Symbol 216 MovieClipUses:215Used by:224 228 752 758 1028
Symbol 217 ShapeTweeningUsed by:223
Symbol 218 GraphicUsed by:223 237 261 276 280 329 337 457 464 495 503 516 524 530 534 591 599 609 736
Symbol 219 TextUses:1Used by:223
Symbol 220 ShapeTweeningUsed by:223
Symbol 221 GraphicUsed by:223
Symbol 222 GraphicUsed by:223
Symbol 223 MovieClip [Tile]Uses:217 218 219 220 221 222Used by:224 758
Symbol 224 MovieClip [Beastiary Plate]Uses:213 214 216 223Used by:Timeline
Symbol 225 GraphicUsed by:228
Symbol 226 EditableTextUses:196Used by:227
Symbol 227 MovieClip [Data Display]Uses:226Used by:228
Symbol 228 MovieClip [Data Panel]Uses:225 216 227Used by:Timeline
Symbol 229 ShapeTweeningUsed by:235
Symbol 230 ShapeTweeningUsed by:235
Symbol 231 ShapeTweeningUsed by:235
Symbol 232 ShapeTweeningUsed by:235
Symbol 233 ShapeTweeningUsed by:235
Symbol 234 GraphicUsed by:235
Symbol 235 MovieClipUses:229 230 231 232 233 234Used by:237  Timeline
Symbol 236 TextUses:1Used by:237
Symbol 237 MovieClip [Info Amalgam]Uses:218 235 236Used by:Timeline
Symbol 238 ShapeTweeningUsed by:259
Symbol 239 GraphicUsed by:259
Symbol 240 GraphicUsed by:259
Symbol 241 GraphicUsed by:259
Symbol 242 GraphicUsed by:259
Symbol 243 ShapeTweeningUsed by:259
Symbol 244 GraphicUsed by:259
Symbol 245 GraphicUsed by:259
Symbol 246 GraphicUsed by:259
Symbol 247 GraphicUsed by:259
Symbol 248 ShapeTweeningUsed by:259
Symbol 249 GraphicUsed by:259
Symbol 250 GraphicUsed by:259
Symbol 251 GraphicUsed by:259
Symbol 252 GraphicUsed by:259
Symbol 253 ShapeTweeningUsed by:259
Symbol 254 GraphicUsed by:259
Symbol 255 GraphicUsed by:259
Symbol 256 GraphicUsed by:259
Symbol 257 GraphicUsed by:259
Symbol 258 GraphicUsed by:259 1905
Symbol 259 MovieClipUses:238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258Used by:261  Timeline
Symbol 260 TextUses:1Used by:261
Symbol 261 MovieClip [Info Biter]Uses:218 259 260Used by:Timeline
Symbol 262 ShapeTweeningUsed by:274
Symbol 263 ShapeTweeningUsed by:274
Symbol 264 ShapeTweeningUsed by:274
Symbol 265 ShapeTweeningUsed by:274
Symbol 266 ShapeTweeningUsed by:274
Symbol 267 ShapeTweeningUsed by:274
Symbol 268 ShapeTweeningUsed by:274
Symbol 269 ShapeTweeningUsed by:274
Symbol 270 ShapeTweeningUsed by:274
Symbol 271 ShapeTweeningUsed by:274
Symbol 272 ShapeTweeningUsed by:274
Symbol 273 GraphicUsed by:274
Symbol 274 MovieClipUses:262 263 264 265 266 267 268 269 270 271 272 273Used by:276  Timeline
Symbol 275 TextUses:1Used by:276
Symbol 276 MovieClip [Info Clutter]Uses:218 274 275Used by:Timeline
Symbol 277 GraphicUsed by:278
Symbol 278 MovieClipUses:277Used by:280  Timeline
Symbol 279 TextUses:1Used by:280
Symbol 280 MovieClip [Info Frostie]Uses:218 278 279Used by:Timeline
Symbol 281 GraphicUsed by:327 1431
Symbol 282 ShapeTweeningUsed by:327
Symbol 283 GraphicUsed by:327
Symbol 284 GraphicUsed by:327
Symbol 285 ShapeTweeningUsed by:327
Symbol 286 GraphicUsed by:327
Symbol 287 GraphicUsed by:327
Symbol 288 GraphicUsed by:327
Symbol 289 GraphicUsed by:327
Symbol 290 ShapeTweeningUsed by:327
Symbol 291 GraphicUsed by:327
Symbol 292 GraphicUsed by:327
Symbol 293 GraphicUsed by:327
Symbol 294 GraphicUsed by:327
Symbol 295 ShapeTweeningUsed by:327
Symbol 296 GraphicUsed by:327
Symbol 297 GraphicUsed by:327
Symbol 298 GraphicUsed by:327
Symbol 299 GraphicUsed by:327
Symbol 300 ShapeTweeningUsed by:327
Symbol 301 GraphicUsed by:327
Symbol 302 GraphicUsed by:327
Symbol 303 GraphicUsed by:327
Symbol 304 GraphicUsed by:327
Symbol 305 ShapeTweeningUsed by:327
Symbol 306 GraphicUsed by:327
Symbol 307 GraphicUsed by:327 1332 1431
Symbol 308 GraphicUsed by:327
Symbol 309 GraphicUsed by:327
Symbol 310 GraphicUsed by:327
Symbol 311 GraphicUsed by:327
Symbol 312 GraphicUsed by:327
Symbol 313 GraphicUsed by:327
Symbol 314 GraphicUsed by:327
Symbol 315 GraphicUsed by:327
Symbol 316 GraphicUsed by:327
Symbol 317 GraphicUsed by:327
Symbol 318 GraphicUsed by:327
Symbol 319 GraphicUsed by:327
Symbol 320 GraphicUsed by:327
Symbol 321 GraphicUsed by:327
Symbol 322 GraphicUsed by:327
Symbol 323 GraphicUsed by:327
Symbol 324 GraphicUsed by:327
Symbol 325 GraphicUsed by:327
Symbol 326 GraphicUsed by:327
Symbol 327 MovieClipUses:281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326Used by:329  Timeline
Symbol 328 TextUses:1Used by:329
Symbol 329 MovieClip [Info Fuzzle]Uses:218 327 328Used by:Timeline
Symbol 330 ShapeTweeningUsed by:335
Symbol 331 ShapeTweeningUsed by:335
Symbol 332 ShapeTweeningUsed by:335
Symbol 333 ShapeTweeningUsed by:335
Symbol 334 GraphicUsed by:335
Symbol 335 MovieClipUses:330 331 332 333 334Used by:337  Timeline
Symbol 336 TextUses:1Used by:337
Symbol 337 MovieClip [Info Gloople]Uses:218 335 336Used by:Timeline
Symbol 338 GraphicUsed by:455
Symbol 339 GraphicUsed by:455
Symbol 340 GraphicUsed by:455
Symbol 341 GraphicUsed by:455
Symbol 342 GraphicUsed by:455
Symbol 343 GraphicUsed by:455
Symbol 344 GraphicUsed by:455
Symbol 345 GraphicUsed by:455
Symbol 346 GraphicUsed by:455
Symbol 347 GraphicUsed by:455
Symbol 348 GraphicUsed by:455
Symbol 349 GraphicUsed by:455
Symbol 350 GraphicUsed by:455
Symbol 351 GraphicUsed by:455
Symbol 352 GraphicUsed by:455
Symbol 353 GraphicUsed by:455
Symbol 354 GraphicUsed by:455
Symbol 355 GraphicUsed by:455
Symbol 356 GraphicUsed by:455
Symbol 357 GraphicUsed by:455
Symbol 358 GraphicUsed by:455
Symbol 359 GraphicUsed by:455
Symbol 360 GraphicUsed by:455
Symbol 361 GraphicUsed by:455
Symbol 362 GraphicUsed by:455
Symbol 363 GraphicUsed by:455
Symbol 364 GraphicUsed by:455
Symbol 365 GraphicUsed by:455
Symbol 366 GraphicUsed by:455
Symbol 367 GraphicUsed by:455
Symbol 368 GraphicUsed by:455
Symbol 369 GraphicUsed by:455
Symbol 370 GraphicUsed by:455
Symbol 371 GraphicUsed by:455
Symbol 372 GraphicUsed by:455
Symbol 373 GraphicUsed by:455
Symbol 374 GraphicUsed by:455
Symbol 375 GraphicUsed by:455
Symbol 376 GraphicUsed by:455
Symbol 377 GraphicUsed by:455
Symbol 378 GraphicUsed by:455
Symbol 379 GraphicUsed by:455
Symbol 380 GraphicUsed by:455
Symbol 381 GraphicUsed by:455
Symbol 382 GraphicUsed by:455
Symbol 383 GraphicUsed by:455
Symbol 384 GraphicUsed by:455
Symbol 385 GraphicUsed by:455
Symbol 386 GraphicUsed by:455
Symbol 387 GraphicUsed by:455
Symbol 388 GraphicUsed by:455
Symbol 389 GraphicUsed by:455
Symbol 390 GraphicUsed by:455
Symbol 391 GraphicUsed by:455
Symbol 392 GraphicUsed by:455
Symbol 393 GraphicUsed by:455
Symbol 394 GraphicUsed by:455
Symbol 395 GraphicUsed by:455
Symbol 396 GraphicUsed by:455
Symbol 397 GraphicUsed by:455
Symbol 398 GraphicUsed by:455
Symbol 399 GraphicUsed by:455
Symbol 400 GraphicUsed by:455
Symbol 401 GraphicUsed by:455
Symbol 402 GraphicUsed by:455
Symbol 403 GraphicUsed by:455
Symbol 404 GraphicUsed by:455
Symbol 405 GraphicUsed by:455
Symbol 406 GraphicUsed by:455
Symbol 407 GraphicUsed by:455
Symbol 408 GraphicUsed by:455
Symbol 409 GraphicUsed by:455
Symbol 410 GraphicUsed by:455
Symbol 411 GraphicUsed by:455
Symbol 412 GraphicUsed by:455
Symbol 413 GraphicUsed by:455
Symbol 414 GraphicUsed by:455
Symbol 415 GraphicUsed by:455
Symbol 416 GraphicUsed by:455
Symbol 417 GraphicUsed by:455
Symbol 418 GraphicUsed by:455
Symbol 419 GraphicUsed by:455
Symbol 420 GraphicUsed by:455
Symbol 421 ShapeTweeningUsed by:455
Symbol 422 GraphicUsed by:455
Symbol 423 GraphicUsed by:455
Symbol 424 ShapeTweeningUsed by:455
Symbol 425 GraphicUsed by:455
Symbol 426 GraphicUsed by:455
Symbol 427 GraphicUsed by:455
Symbol 428 GraphicUsed by:455
Symbol 429 GraphicUsed by:455
Symbol 430 GraphicUsed by:455
Symbol 431 GraphicUsed by:455
Symbol 432 GraphicUsed by:455
Symbol 433 GraphicUsed by:455
Symbol 434 GraphicUsed by:455
Symbol 435 GraphicUsed by:455
Symbol 436 GraphicUsed by:455
Symbol 437 GraphicUsed by:455
Symbol 438 GraphicUsed by:455
Symbol 439 GraphicUsed by:455
Symbol 440 GraphicUsed by:455
Symbol 441 GraphicUsed by:455
Symbol 442 ShapeTweeningUsed by:455
Symbol 443 GraphicUsed by:455
Symbol 444 GraphicUsed by:455
Symbol 445 ShapeTweeningUsed by:455
Symbol 446 GraphicUsed by:455
Symbol 447 GraphicUsed by:455
Symbol 448 GraphicUsed by:455
Symbol 449 GraphicUsed by:455
Symbol 450 GraphicUsed by:455
Symbol 451 GraphicUsed by:455
Symbol 452 GraphicUsed by:455
Symbol 453 GraphicUsed by:455
Symbol 454 GraphicUsed by:455
Symbol 455 MovieClipUses:338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454Used by:457  Timeline
Symbol 456 TextUses:1Used by:457
Symbol 457 MovieClip [Info Gray]Uses:218 455 456Used by:Timeline
Symbol 458 GraphicUsed by:462
Symbol 459 GraphicUsed by:462 1973
Symbol 460 GraphicUsed by:462
Symbol 461 GraphicUsed by:462
Symbol 462 MovieClipUses:458 459 460 461Used by:464  Timeline
Symbol 463 TextUses:1Used by:464
Symbol 464 MovieClip [Info Grinder]Uses:218 462 463Used by:Timeline
Symbol 465 GraphicUsed by:493
Symbol 466 GraphicUsed by:493
Symbol 467 GraphicUsed by:493
Symbol 468 GraphicUsed by:493
Symbol 469 GraphicUsed by:493
Symbol 470 GraphicUsed by:493
Symbol 471 GraphicUsed by:493
Symbol 472 GraphicUsed by:493
Symbol 473 GraphicUsed by:493
Symbol 474 GraphicUsed by:493
Symbol 475 GraphicUsed by:493
Symbol 476 GraphicUsed by:493
Symbol 477 GraphicUsed by:493
Symbol 478 GraphicUsed by:493
Symbol 479 GraphicUsed by:493
Symbol 480 ShapeTweeningUsed by:493
Symbol 481 GraphicUsed by:493
Symbol 482 ShapeTweeningUsed by:493
Symbol 483 ShapeTweeningUsed by:493
Symbol 484 GraphicUsed by:493
Symbol 485 GraphicUsed by:493
Symbol 486 GraphicUsed by:493
Symbol 487 GraphicUsed by:493
Symbol 488 GraphicUsed by:493
Symbol 489 GraphicUsed by:493
Symbol 490 GraphicUsed by:493
Symbol 491 GraphicUsed by:493
Symbol 492 GraphicUsed by:493
Symbol 493 MovieClipUses:465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492Used by:495  Timeline
Symbol 494 TextUses:1Used by:495
Symbol 495 MovieClip [Info Horror]Uses:218 493 494Used by:Timeline
Symbol 496 ShapeTweeningUsed by:501
Symbol 497 ShapeTweeningUsed by:501
Symbol 498 ShapeTweeningUsed by:501
Symbol 499 ShapeTweeningUsed by:501
Symbol 500 GraphicUsed by:501
Symbol 501 MovieClipUses:496 497 498 499 500Used by:503  Timeline
Symbol 502 TextUses:1Used by:503
Symbol 503 MovieClip [Info Inkie]Uses:218 501 502Used by:Timeline
Symbol 504 ShapeTweeningUsed by:514
Symbol 505 GraphicUsed by:514
Symbol 506 ShapeTweeningUsed by:514
Symbol 507 GraphicUsed by:514
Symbol 508 GraphicUsed by:514
Symbol 509 ShapeTweeningUsed by:514
Symbol 510 GraphicUsed by:514
Symbol 511 GraphicUsed by:514
Symbol 512 ShapeTweeningUsed by:514
Symbol 513 GraphicUsed by:514
Symbol 514 MovieClipUses:504 505 506 507 508 509 510 511 512 513Used by:516  Timeline
Symbol 515 TextUses:1Used by:516
Symbol 516 MovieClip [Info Meltie]Uses:218 514 515Used by:Timeline
Symbol 517 ShapeTweeningUsed by:522
Symbol 518 ShapeTweeningUsed by:522
Symbol 519 ShapeTweeningUsed by:522
Symbol 520 ShapeTweeningUsed by:522
Symbol 521 GraphicUsed by:522
Symbol 522 MovieClipUses:517 518 519 520 521Used by:524  Timeline
Symbol 523 TextUses:1Used by:524
Symbol 524 MovieClip [Info Oozle]Uses:218 522 523Used by:Timeline
Symbol 525 ShapeTweeningUsed by:528
Symbol 526 ShapeTweeningUsed by:528
Symbol 527 GraphicUsed by:528
Symbol 528 MovieClipUses:525 526 527Used by:530  Timeline
Symbol 529 TextUses:1Used by:530 534
Symbol 530 MovieClip [Info Queen]Uses:218 528 529Used by:Timeline
Symbol 531 GraphicUsed by:532
Symbol 532 MovieClipUses:531Used by:534  Timeline
Symbol 533 TextUses:1Used by:534
Symbol 534 MovieClip [Info RazorQueen]Uses:218 532 533 529Used by:Timeline
Symbol 535 TextUses:1Used by:591
Symbol 536 ShapeTweeningUsed by:590
Symbol 537 ShapeTweeningUsed by:590
Symbol 538 ShapeTweeningUsed by:590
Symbol 539 ShapeTweeningUsed by:590
Symbol 540 GraphicUsed by:590 1966
Symbol 541 GraphicUsed by:590
Symbol 542 GraphicUsed by:590
Symbol 543 GraphicUsed by:590
Symbol 544 GraphicUsed by:590
Symbol 545 GraphicUsed by:590
Symbol 546 GraphicUsed by:590
Symbol 547 GraphicUsed by:590
Symbol 548 GraphicUsed by:590
Symbol 549 GraphicUsed by:590
Symbol 550 GraphicUsed by:590
Symbol 551 GraphicUsed by:590
Symbol 552 GraphicUsed by:590
Symbol 553 GraphicUsed by:590 1966
Symbol 554 GraphicUsed by:590 1966
Symbol 555 GraphicUsed by:590 1966
Symbol 556 GraphicUsed by:590 1966
Symbol 557 GraphicUsed by:590 1966
Symbol 558 GraphicUsed by:590 1966
Symbol 559 GraphicUsed by:590 1966
Symbol 560 GraphicUsed by:590 1966
Symbol 561 GraphicUsed by:590 1966
Symbol 562 GraphicUsed by:590 1966
Symbol 563 GraphicUsed by:590
Symbol 564 GraphicUsed by:590
Symbol 565 GraphicUsed by:590
Symbol 566 GraphicUsed by:590
Symbol 567 GraphicUsed by:590
Symbol 568 GraphicUsed by:590
Symbol 569 GraphicUsed by:590
Symbol 570 GraphicUsed by:590
Symbol 571 GraphicUsed by:590
Symbol 572 GraphicUsed by:590 1966
Symbol 573 GraphicUsed by:590
Symbol 574 GraphicUsed by:590
Symbol 575 GraphicUsed by:590
Symbol 576 GraphicUsed by:590
Symbol 577 GraphicUsed by:590
Symbol 578 GraphicUsed by:590 1966
Symbol 579 GraphicUsed by:590
Symbol 580 GraphicUsed by:590
Symbol 581 GraphicUsed by:590
Symbol 582 GraphicUsed by:590
Symbol 583 GraphicUsed by:590
Symbol 584 GraphicUsed by:590
Symbol 585 GraphicUsed by:590
Symbol 586 GraphicUsed by:590
Symbol 587 GraphicUsed by:590
Symbol 588 GraphicUsed by:590
Symbol 589 GraphicUsed by:590
Symbol 590 MovieClipUses:536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589Used by:591  Timeline
Symbol 591 MovieClip [Info Sharp]Uses:218 535 590Used by:Timeline
Symbol 592 ShapeTweeningUsed by:597
Symbol 593 ShapeTweeningUsed by:597
Symbol 594 ShapeTweeningUsed by:597
Symbol 595 ShapeTweeningUsed by:597
Symbol 596 GraphicUsed by:597
Symbol 597 MovieClipUses:592 593 594 595 596Used by:599  Timeline
Symbol 598 TextUses:1Used by:599
Symbol 599 MovieClip [Info Stickie]Uses:218 597 598Used by:Timeline
Symbol 600 ShapeTweeningUsed by:607
Symbol 601 ShapeTweeningUsed by:607
Symbol 602 ShapeTweeningUsed by:607
Symbol 603 ShapeTweeningUsed by:607
Symbol 604 ShapeTweeningUsed by:607
Symbol 605 ShapeTweeningUsed by:607
Symbol 606 GraphicUsed by:607
Symbol 607 MovieClipUses:600 601 602 603 604 605 606Used by:609  Timeline
Symbol 608 TextUses:1Used by:609
Symbol 609 MovieClip [Info Torchie]Uses:218 607 608Used by:Timeline
Symbol 610 GraphicUsed by:733
Symbol 611 GraphicUsed by:733
Symbol 612 GraphicUsed by:733
Symbol 613 GraphicUsed by:733
Symbol 614 GraphicUsed by:733
Symbol 615 GraphicUsed by:733
Symbol 616 GraphicUsed by:733
Symbol 617 GraphicUsed by:733
Symbol 618 GraphicUsed by:733
Symbol 619 GraphicUsed by:733
Symbol 620 GraphicUsed by:733
Symbol 621 GraphicUsed by:733
Symbol 622 GraphicUsed by:733
Symbol 623 GraphicUsed by:733
Symbol 624 GraphicUsed by:733
Symbol 625 GraphicUsed by:733
Symbol 626 GraphicUsed by:733
Symbol 627 GraphicUsed by:733
Symbol 628 GraphicUsed by:733
Symbol 629 GraphicUsed by:733
Symbol 630 GraphicUsed by:733
Symbol 631 GraphicUsed by:733
Symbol 632 GraphicUsed by:733
Symbol 633 GraphicUsed by:733
Symbol 634 GraphicUsed by:733
Symbol 635 GraphicUsed by:733
Symbol 636 GraphicUsed by:733
Symbol 637 GraphicUsed by:733
Symbol 638 GraphicUsed by:733
Symbol 639 GraphicUsed by:733
Symbol 640 GraphicUsed by:733
Symbol 641 GraphicUsed by:733
Symbol 642 GraphicUsed by:733
Symbol 643 GraphicUsed by:733
Symbol 644 GraphicUsed by:733
Symbol 645 GraphicUsed by:733
Symbol 646 GraphicUsed by:733
Symbol 647 GraphicUsed by:733
Symbol 648 GraphicUsed by:733
Symbol 649 GraphicUsed by:733
Symbol 650 GraphicUsed by:733
Symbol 651 GraphicUsed by:733
Symbol 652 GraphicUsed by:733
Symbol 653 GraphicUsed by:733
Symbol 654 GraphicUsed by:733
Symbol 655 GraphicUsed by:733
Symbol 656 GraphicUsed by:733
Symbol 657 GraphicUsed by:733
Symbol 658 GraphicUsed by:733
Symbol 659 GraphicUsed by:733
Symbol 660 GraphicUsed by:733
Symbol 661 GraphicUsed by:733
Symbol 662 GraphicUsed by:733
Symbol 663 GraphicUsed by:733
Symbol 664 GraphicUsed by:733
Symbol 665 GraphicUsed by:733
Symbol 666 GraphicUsed by:733
Symbol 667 GraphicUsed by:733
Symbol 668 GraphicUsed by:733
Symbol 669 GraphicUsed by:733
Symbol 670 GraphicUsed by:733
Symbol 671 GraphicUsed by:733
Symbol 672 GraphicUsed by:733
Symbol 673 GraphicUsed by:733
Symbol 674 GraphicUsed by:733
Symbol 675 GraphicUsed by:733
Symbol 676 GraphicUsed by:733
Symbol 677 GraphicUsed by:733
Symbol 678 GraphicUsed by:733
Symbol 679 GraphicUsed by:733
Symbol 680 GraphicUsed by:733
Symbol 681 GraphicUsed by:733
Symbol 682 GraphicUsed by:733
Symbol 683 GraphicUsed by:733
Symbol 684 GraphicUsed by:733
Symbol 685 GraphicUsed by:733
Symbol 686 GraphicUsed by:733
Symbol 687 GraphicUsed by:733
Symbol 688 GraphicUsed by:733
Symbol 689 GraphicUsed by:733
Symbol 690 GraphicUsed by:733
Symbol 691 GraphicUsed by:733
Symbol 692 GraphicUsed by:733
Symbol 693 GraphicUsed by:733
Symbol 694 GraphicUsed by:733
Symbol 695 GraphicUsed by:733
Symbol 696 GraphicUsed by:733
Symbol 697 GraphicUsed by:733
Symbol 698 GraphicUsed by:733
Symbol 699 GraphicUsed by:733
Symbol 700 GraphicUsed by:733
Symbol 701 GraphicUsed by:733
Symbol 702 GraphicUsed by:733
Symbol 703 GraphicUsed by:733
Symbol 704 GraphicUsed by:733
Symbol 705 GraphicUsed by:733
Symbol 706 GraphicUsed by:733
Symbol 707 GraphicUsed by:733
Symbol 708 GraphicUsed by:733
Symbol 709 GraphicUsed by:733
Symbol 710 GraphicUsed by:733
Symbol 711 GraphicUsed by:733
Symbol 712 GraphicUsed by:733
Symbol 713 GraphicUsed by:733
Symbol 714 GraphicUsed by:733
Symbol 715 GraphicUsed by:733
Symbol 716 GraphicUsed by:733
Symbol 717 GraphicUsed by:733
Symbol 718 GraphicUsed by:733
Symbol 719 GraphicUsed by:733
Symbol 720 GraphicUsed by:733
Symbol 721 GraphicUsed by:733
Symbol 722 GraphicUsed by:733
Symbol 723 GraphicUsed by:733
Symbol 724 GraphicUsed by:733
Symbol 725 GraphicUsed by:733
Symbol 726 GraphicUsed by:733
Symbol 727 GraphicUsed by:733
Symbol 728 GraphicUsed by:733
Symbol 729 GraphicUsed by:733
Symbol 730 GraphicUsed by:733
Symbol 731 GraphicUsed by:733
Symbol 732 GraphicUsed by:733
Symbol 733 MovieClipUses:610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732Used by:736  Timeline
Symbol 734 TextUses:1Used by:736
Symbol 735 TextUses:1Used by:736
Symbol 736 MovieClip [Info VoidEater]Uses:218 733 734 735Used by:Timeline
Symbol 737 GraphicUsed by:752
Symbol 738 TextUses:1Used by:752
Symbol 739 TextUses:1Used by:752
Symbol 740 TextUses:1Used by:752
Symbol 741 TextUses:1Used by:752
Symbol 742 EditableTextUses:1Used by:752
Symbol 743 EditableTextUses:1Used by:752
Symbol 744 EditableTextUses:1Used by:752
Symbol 745 EditableTextUses:1Used by:752
Symbol 746 GraphicUsed by:747
Symbol 747 MovieClipUses:746Used by:752
Symbol 748 TextUses:1Used by:752
Symbol 749 EditableTextUses:1Used by:752
Symbol 750 TextUses:1Used by:752
Symbol 751 EditableTextUses:1Used by:752
Symbol 752 MovieClip [Option Menu]Uses:737 738 739 740 741 742 743 744 745 747 216 748 749 750 751Used by:Timeline
Symbol 753 TextUses:1Used by:758
Symbol 754 TextUses:1Used by:758
Symbol 755 GraphicUsed by:757
Symbol 756 TextUses:1Used by:757
Symbol 757 MovieClipUses:755 756Used by:758
Symbol 758 MovieClip [Practice Plate]Uses:213 753 216 223 754 757Used by:Timeline
Symbol 759 GraphicUsed by:760
Symbol 760 MovieClip [Tile Shader]Uses:759Used by:Timeline
Symbol 761 GraphicUsed by:770
Symbol 762 ShapeTweeningUsed by:765
Symbol 763 ShapeTweeningUsed by:765
Symbol 764 GraphicUsed by:765
Symbol 765 MovieClip [SwordButton RazorGlaive]Uses:762 763 764Used by:770
Symbol 766 ShapeTweeningUsed by:769
Symbol 767 ShapeTweeningUsed by:769
Symbol 768 GraphicUsed by:769
Symbol 769 MovieClip [SwordButton Splatmaster]Uses:766 767 768Used by:770
Symbol 770 MovieClip [Weapon Select]Uses:761 765 769Used by:Timeline
Symbol 771 Sound [Accelerated Lifestyle]Used by:783
Symbol 772 Sound [As We May Think]Used by:783
Symbol 773 Sound [Biomythos]Used by:783
Symbol 774 Sound [City Lights at Night]Used by:783
Symbol 775 Sound [Double the Daily Dose]Used by:783
Symbol 776 Sound [Effects of Elevation]Used by:783
Symbol 777 Sound [Habitual Ritual]Used by:783
Symbol 778 Sound [Invisible Walls]Used by:783
Symbol 779 Sound [Mind Mapping]Used by:783
Symbol 780 Sound [Obscure Terrain]Used by:783
Symbol 781 Sound [Ventus Solaris]Used by:783
Symbol 782 Sound [Weekend Amnesia]Used by:783
Symbol 783 MovieClip [Music Exporter]Uses:771 772 773 774 775 776 777 778 779 780 781 782Used by:Timeline
Symbol 784 Sound [BigFire]Used by:851
Symbol 785 Sound [BiterGrowl1]Used by:851
Symbol 786 Sound [BiterGrowl2]Used by:851
Symbol 787 Sound [BiterGrowl3]Used by:851
Symbol 788 Sound [Boing]Used by:851
Symbol 789 Sound [Cheers]Used by:851
Symbol 790 Sound [Clang]Used by:851
Symbol 791 Sound [Disintigrate]Used by:851
Symbol 792 Sound [Explode]Used by:851
Symbol 793 Sound [Firework1]Used by:851
Symbol 794 Sound [Firework2]Used by:851
Symbol 795 Sound [Fireworklight]Used by:851
Symbol 796 Sound [FrostiePop]Used by:851
Symbol 797 Sound [FuzzBite1]Used by:851
Symbol 798 Sound [FuzzGrowl]Used by:851
Symbol 799 Sound [FuzzBite2]Used by:851
Symbol 800 Sound [Glom]Used by:851
Symbol 801 Sound [Goo]Used by:851
Symbol 802 Sound [GrayRetract]Used by:851
Symbol 803 Sound [GraySnap]Used by:851
Symbol 804 Sound [GraySpear]Used by:851
Symbol 805 Sound [Grind]Used by:851
Symbol 806 Sound [GrinderHurt]Used by:851
Symbol 807 Sound [GrinderKill]Used by:851
Symbol 808 Sound [GrindRumble]Used by:851
Symbol 809 Sound [HeroIcebreak]Used by:851
Symbol 810 Sound [HorrorAmb]Used by:851
Symbol 811 Sound [HorrorDisk]Used by:851
Symbol 812 Sound [HorrorHooks]Used by:851
Symbol 813 Sound [HorrorKill]Used by:851
Symbol 814 Sound [HorrorSplit]Used by:851
Symbol 815 Sound [Icebreak1]Used by:851
Symbol 816 Sound [Icebreak2]Used by:851
Symbol 817 Sound [Icebreak3]Used by:851
Symbol 818 Sound [Kaching]Used by:851
Symbol 819 Sound [LarvaCrunch]Used by:851
Symbol 820 Sound [LarvaSpawn]Used by:851
Symbol 821 Sound [LilSplat]Used by:851
Symbol 822 Sound [Lit]Used by:851
Symbol 823 Sound [Oomph]Used by:851
Symbol 824 Sound [Pebble]Used by:851
Symbol 825 Sound [Pop]Used by:851
Symbol 826 Sound [QueenHatch]Used by:851
Symbol 827 Sound [Rend]Used by:851
Symbol 828 Sound [SharpsIn]Used by:851
Symbol 829 Sound [SharpsOut]Used by:851
Symbol 830 Sound [Sizzle]Used by:851
Symbol 831 Sound [Slice]Used by:851
Symbol 832 Sound [Spit]Used by:851
Symbol 833 Sound [Splash]Used by:851
Symbol 834 Sound [Splat]Used by:851
Symbol 835 Sound [Swing]Used by:851
Symbol 836 Sound [Victory!]Used by:851
Symbol 837 Sound [VoidBeam]Used by:851
Symbol 838 Sound [VoidCharge]Used by:851
Symbol 839 Sound [VoidField]Used by:851
Symbol 840 Sound [VoidPulse]Used by:851
Symbol 841 Sound [Wound]Used by:851
Symbol 842 Sound [Spiny Chirp]Used by:851
Symbol 843 Sound [Spiny Pop]Used by:851
Symbol 844 Sound [Shatter]Used by:851
Symbol 845 Sound [Mite Jump]Used by:851
Symbol 846 Sound [Spiny Pressure]Used by:851
Symbol 847 Sound [LogoAmb]Used by:851
Symbol 848 Sound [LogoHit]Used by:851
Symbol 849 Sound [Razor Spit]Used by:851
Symbol 850 Sound [Impact]Used by:851
Symbol 851 MovieClip [Sound Exporter]Uses:784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850Used by:Timeline
Symbol 852 GraphicUsed by:853
Symbol 853 MovieClip [Frost]Uses:852Used by:Timeline
Symbol 854 ShapeTweeningUsed by:920
Symbol 855 ShapeTweeningUsed by:920
Symbol 856 ShapeTweeningUsed by:920
Symbol 857 ShapeTweeningUsed by:920
Symbol 858 ShapeTweeningUsed by:920
Symbol 859 ShapeTweeningUsed by:920
Symbol 860 ShapeTweeningUsed by:920
Symbol 861 ShapeTweeningUsed by:920
Symbol 862 ShapeTweeningUsed by:920
Symbol 863 ShapeTweeningUsed by:920
Symbol 864 ShapeTweeningUsed by:920
Symbol 865 ShapeTweeningUsed by:920
Symbol 866 ShapeTweeningUsed by:920
Symbol 867 ShapeTweeningUsed by:920
Symbol 868 ShapeTweeningUsed by:920
Symbol 869 ShapeTweeningUsed by:920
Symbol 870 ShapeTweeningUsed by:920
Symbol 871 ShapeTweeningUsed by:920
Symbol 872 ShapeTweeningUsed by:920
Symbol 873 ShapeTweeningUsed by:920
Symbol 874 ShapeTweeningUsed by:920
Symbol 875 ShapeTweeningUsed by:920
Symbol 876 ShapeTweeningUsed by:920
Symbol 877 ShapeTweeningUsed by:920
Symbol 878 ShapeTweeningUsed by:920
Symbol 879 ShapeTweeningUsed by:920
Symbol 880 ShapeTweeningUsed by:920
Symbol 881 GraphicUsed by:920
Symbol 882 ShapeTweeningUsed by:920
Symbol 883 ShapeTweeningUsed by:920
Symbol 884 ShapeTweeningUsed by:920
Symbol 885 ShapeTweeningUsed by:920
Symbol 886 ShapeTweeningUsed by:920
Symbol 887 ShapeTweeningUsed by:920
Symbol 888 ShapeTweeningUsed by:920
Symbol 889 GraphicUsed by:920
Symbol 890 ShapeTweeningUsed by:920
Symbol 891 ShapeTweeningUsed by:920
Symbol 892 ShapeTweeningUsed by:920
Symbol 893 ShapeTweeningUsed by:920
Symbol 894 ShapeTweeningUsed by:920
Symbol 895 GraphicUsed by:920
Symbol 896 ShapeTweeningUsed by:920
Symbol 897 ShapeTweeningUsed by:920
Symbol 898 ShapeTweeningUsed by:920
Symbol 899 ShapeTweeningUsed by:920
Symbol 900 ShapeTweeningUsed by:920
Symbol 901 ShapeTweeningUsed by:920
Symbol 902 ShapeTweeningUsed by:920
Symbol 903 ShapeTweeningUsed by:920
Symbol 904 ShapeTweeningUsed by:920
Symbol 905 ShapeTweeningUsed by:920
Symbol 906 ShapeTweeningUsed by:920
Symbol 907 ShapeTweeningUsed by:920
Symbol 908 GraphicUsed by:920
Symbol 909 ShapeTweeningUsed by:920
Symbol 910 ShapeTweeningUsed by:920
Symbol 911 GraphicUsed by:920
Symbol 912 GraphicUsed by:920
Symbol 913 ShapeTweeningUsed by:920
Symbol 914 ShapeTweeningUsed by:920
Symbol 915 ShapeTweeningUsed by:920
Symbol 916 ShapeTweeningUsed by:920
Symbol 917 ShapeTweeningUsed by:920
Symbol 918 ShapeTweeningUsed by:920
Symbol 919 GraphicUsed by:920
Symbol 920 MovieClip [Gloople Flame]Uses:854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919Used by:Timeline
Symbol 921 ShapeTweeningUsed by:943
Symbol 922 GraphicUsed by:943
Symbol 923 ShapeTweeningUsed by:943
Symbol 924 ShapeTweeningUsed by:943
Symbol 925 GraphicUsed by:943
Symbol 926 GraphicUsed by:943
Symbol 927 GraphicUsed by:943
Symbol 928 GraphicUsed by:943
Symbol 929 GraphicUsed by:943
Symbol 930 GraphicUsed by:943
Symbol 931 GraphicUsed by:943
Symbol 932 GraphicUsed by:943
Symbol 933 GraphicUsed by:943
Symbol 934 GraphicUsed by:943
Symbol 935 GraphicUsed by:943
Symbol 936 GraphicUsed by:943
Symbol 937 GraphicUsed by:943
Symbol 938 GraphicUsed by:943
Symbol 939 GraphicUsed by:943
Symbol 940 GraphicUsed by:943
Symbol 941 GraphicUsed by:943
Symbol 942 GraphicUsed by:943
Symbol 943 MovieClip [Queen Wisp]Uses:921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942Used by:Timeline
Symbol 944 GraphicUsed by:957
Symbol 945 GraphicUsed by:957
Symbol 946 GraphicUsed by:957
Symbol 947 GraphicUsed by:957
Symbol 948 GraphicUsed by:957
Symbol 949 GraphicUsed by:957
Symbol 950 GraphicUsed by:957
Symbol 951 GraphicUsed by:957
Symbol 952 GraphicUsed by:957
Symbol 953 GraphicUsed by:957
Symbol 954 GraphicUsed by:957
Symbol 955 GraphicUsed by:957
Symbol 956 GraphicUsed by:957
Symbol 957 MovieClip [Splat1]Uses:944 945 946 947 948 949 950 951 952 953 954 955 956Used by:Timeline
Symbol 958 GraphicUsed by:971
Symbol 959 GraphicUsed by:971
Symbol 960 GraphicUsed by:971
Symbol 961 GraphicUsed by:971
Symbol 962 GraphicUsed by:971
Symbol 963 GraphicUsed by:971
Symbol 964 GraphicUsed by:971
Symbol 965 GraphicUsed by:971
Symbol 966 GraphicUsed by:971
Symbol 967 GraphicUsed by:971
Symbol 968 GraphicUsed by:971
Symbol 969 GraphicUsed by:971
Symbol 970 GraphicUsed by:971
Symbol 971 MovieClip [Splat2]Uses:958 959 960 961 962 963 964 965 966 967 968 969 970Used by:Timeline
Symbol 972 GraphicUsed by:985
Symbol 973 GraphicUsed by:985
Symbol 974 GraphicUsed by:985
Symbol 975 GraphicUsed by:985
Symbol 976 GraphicUsed by:985
Symbol 977 GraphicUsed by:985
Symbol 978 GraphicUsed by:985
Symbol 979 GraphicUsed by:985
Symbol 980 GraphicUsed by:985
Symbol 981 GraphicUsed by:985
Symbol 982 GraphicUsed by:985
Symbol 983 GraphicUsed by:985
Symbol 984 GraphicUsed by:985
Symbol 985 MovieClip [Splat3]Uses:972 973 974 975 976 977 978 979 980 981 982 983 984Used by:Timeline
Symbol 986 GraphicUsed by:987
Symbol 987 MovieClip [Razor Tooth]Uses:986Used by:Timeline
Symbol 988 TextUses:1Used by:1028
Symbol 989 GraphicUsed by:997 1019
Symbol 990 ShapeTweeningUsed by:997
Symbol 991 GraphicUsed by:997
Symbol 992 ShapeTweeningUsed by:997
Symbol 993 ShapeTweeningUsed by:997
Symbol 994 GraphicUsed by:997
Symbol 995 ShapeTweeningUsed by:997
Symbol 996 GraphicUsed by:997
Symbol 997 MovieClipUses:989 990 991 992 993 994 995 996Used by:1002  Timeline
Symbol 998 GraphicUsed by:999
Symbol 999 MovieClipUses:998Used by:1002 1020
Symbol 1000 GraphicUsed by:1001 2541 2545 2549 2553 2560
Symbol 1001 MovieClipUses:1000Used by:1002 1020
Symbol 1002 MovieClipUses:997 999 1001Used by:1028
Symbol 1003 GraphicUsed by:1019 2577
Symbol 1004 GraphicUsed by:1019
Symbol 1005 GraphicUsed by:1019
Symbol 1006 GraphicUsed by:1019
Symbol 1007 GraphicUsed by:1019
Symbol 1008 GraphicUsed by:1019
Symbol 1009 GraphicUsed by:1019
Symbol 1010 GraphicUsed by:1019
Symbol 1011 GraphicUsed by:1019
Symbol 1012 GraphicUsed by:1019
Symbol 1013 GraphicUsed by:1019
Symbol 1014 GraphicUsed by:1019
Symbol 1015 GraphicUsed by:1019
Symbol 1016 GraphicUsed by:1019
Symbol 1017 GraphicUsed by:1019
Symbol 1018 GraphicUsed by:1019
Symbol 1019 MovieClipUses:989 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018Used by:1020  Timeline
Symbol 1020 MovieClipUses:1001 999 1019Used by:1028
Symbol 1021 GraphicUsed by:1022
Symbol 1022 MovieClipUses:1021Used by:1028
Symbol 1023 GraphicUsed by:1028
Symbol 1024 TextUses:1Used by:1028
Symbol 1025 TextUses:1Used by:1028
Symbol 1026 TextUses:1Used by:1028
Symbol 1027 TextUses:1Used by:1028
Symbol 1028 MovieClip [Instruction Plate]Uses:213 988 216 1002 1020 1022 1023 1024 1025 1026 1027Used by:Timeline
Symbol 1029 GraphicUsed by:Timeline
Symbol 1030 GraphicUsed by:1055
Symbol 1031 GraphicUsed by:1032
Symbol 1032 MovieClipUses:1031Used by:1055
Symbol 1033 GraphicUsed by:1034
Symbol 1034 MovieClipUses:1033Used by:1055
Symbol 1035 GraphicUsed by:1055
Symbol 1036 GraphicUsed by:1055
Symbol 1037 GraphicUsed by:1052
Symbol 1038 GraphicUsed by:1052
Symbol 1039 GraphicUsed by:1052
Symbol 1040 GraphicUsed by:1052
Symbol 1041 GraphicUsed by:1052
Symbol 1042 GraphicUsed by:1052
Symbol 1043 GraphicUsed by:1052
Symbol 1044 GraphicUsed by:1052
Symbol 1045 GraphicUsed by:1052
Symbol 1046 GraphicUsed by:1052
Symbol 1047 GraphicUsed by:1052
Symbol 1048 GraphicUsed by:1052
Symbol 1049 GraphicUsed by:1052
Symbol 1050 GraphicUsed by:1052
Symbol 1051 GraphicUsed by:1052
Symbol 1052 MovieClipUses:1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051Used by:1055
Symbol 1053 GraphicUsed by:1055
Symbol 1054 GraphicUsed by:1055
Symbol 1055 MovieClipUses:1030 1032 1034 1035 1036 1052 1053 1054Used by:Timeline
Symbol 1056 TextUses:1Used by:1058
Symbol 1057 TextUses:1Used by:1058
Symbol 1058 MovieClipUses:1056 1057Used by:Timeline
Symbol 1059 BitmapUsed by:1060
Symbol 1060 GraphicUses:1059Used by:1061
Symbol 1061 MovieClipUses:1060Used by:Timeline
Symbol 1062 GraphicUsed by:1063
Symbol 1063 MovieClipUses:1062Used by:Timeline
Symbol 1064 GraphicUsed by:1065
Symbol 1065 MovieClip [Disclaimer]Uses:1064Used by:Timeline
Symbol 1066 GraphicUsed by:Timeline
Symbol 1067 ShapeTweeningUsed by:1084
Symbol 1068 ShapeTweeningUsed by:1084
Symbol 1069 ShapeTweeningUsed by:1084
Symbol 1070 ShapeTweeningUsed by:1084
Symbol 1071 ShapeTweeningUsed by:1084
Symbol 1072 ShapeTweeningUsed by:1084
Symbol 1073 ShapeTweeningUsed by:1084
Symbol 1074 ShapeTweeningUsed by:1084
Symbol 1075 ShapeTweeningUsed by:1084
Symbol 1076 ShapeTweeningUsed by:1084
Symbol 1077 ShapeTweeningUsed by:1084
Symbol 1078 ShapeTweeningUsed by:1084
Symbol 1079 ShapeTweeningUsed by:1084
Symbol 1080 ShapeTweeningUsed by:1084
Symbol 1081 ShapeTweeningUsed by:1084
Symbol 1082 ShapeTweeningUsed by:1084
Symbol 1083 GraphicUsed by:1084
Symbol 1084 MovieClipUses:1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083Used by:1085
Symbol 1085 MovieClipUses:1084Used by:Timeline
Symbol 1086 ShapeTweeningUsed by:1107
Symbol 1087 ShapeTweeningUsed by:1107
Symbol 1088 ShapeTweeningUsed by:1107
Symbol 1089 ShapeTweeningUsed by:1107
Symbol 1090 ShapeTweeningUsed by:1107
Symbol 1091 ShapeTweeningUsed by:1107
Symbol 1092 ShapeTweeningUsed by:1107
Symbol 1093 ShapeTweeningUsed by:1107
Symbol 1094 ShapeTweeningUsed by:1107
Symbol 1095 ShapeTweeningUsed by:1107
Symbol 1096 ShapeTweeningUsed by:1107
Symbol 1097 ShapeTweeningUsed by:1107
Symbol 1098 ShapeTweeningUsed by:1107
Symbol 1099 ShapeTweeningUsed by:1107
Symbol 1100 ShapeTweeningUsed by:1107
Symbol 1101 ShapeTweeningUsed by:1107
Symbol 1102 ShapeTweeningUsed by:1107
Symbol 1103 ShapeTweeningUsed by:1107
Symbol 1104 ShapeTweeningUsed by:1107
Symbol 1105 ShapeTweeningUsed by:1107
Symbol 1106 GraphicUsed by:1107
Symbol 1107 MovieClipUses:1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106Used by:1108
Symbol 1108 MovieClipUses:1107Used by:Timeline
Symbol 1109 ShapeTweeningUsed by:1128
Symbol 1110 ShapeTweeningUsed by:1128
Symbol 1111 ShapeTweeningUsed by:1128
Symbol 1112 ShapeTweeningUsed by:1128
Symbol 1113 ShapeTweeningUsed by:1128
Symbol 1114 ShapeTweeningUsed by:1128
Symbol 1115 ShapeTweeningUsed by:1128
Symbol 1116 ShapeTweeningUsed by:1128
Symbol 1117 ShapeTweeningUsed by:1128
Symbol 1118 ShapeTweeningUsed by:1128
Symbol 1119 ShapeTweeningUsed by:1128
Symbol 1120 ShapeTweeningUsed by:1128
Symbol 1121 ShapeTweeningUsed by:1128
Symbol 1122 ShapeTweeningUsed by:1128
Symbol 1123 ShapeTweeningUsed by:1128
Symbol 1124 ShapeTweeningUsed by:1128
Symbol 1125 ShapeTweeningUsed by:1128
Symbol 1126 ShapeTweeningUsed by:1128
Symbol 1127 GraphicUsed by:1128
Symbol 1128 MovieClipUses:1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127Used by:1129
Symbol 1129 MovieClipUses:1128Used by:Timeline
Symbol 1130 ShapeTweeningUsed by:1145
Symbol 1131 ShapeTweeningUsed by:1145
Symbol 1132 ShapeTweeningUsed by:1145
Symbol 1133 ShapeTweeningUsed by:1145
Symbol 1134 ShapeTweeningUsed by:1145
Symbol 1135 ShapeTweeningUsed by:1145
Symbol 1136 ShapeTweeningUsed by:1145
Symbol 1137 ShapeTweeningUsed by:1145
Symbol 1138 ShapeTweeningUsed by:1145
Symbol 1139 ShapeTweeningUsed by:1145
Symbol 1140 ShapeTweeningUsed by:1145
Symbol 1141 ShapeTweeningUsed by:1145
Symbol 1142 ShapeTweeningUsed by:1145
Symbol 1143 ShapeTweeningUsed by:1145
Symbol 1144 GraphicUsed by:1145
Symbol 1145 MovieClipUses:1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144Used by:1146
Symbol 1146 MovieClipUses:1145Used by:Timeline
Symbol 1147 ShapeTweeningUsed by:1164
Symbol 1148 ShapeTweeningUsed by:1164
Symbol 1149 ShapeTweeningUsed by:1164
Symbol 1150 ShapeTweeningUsed by:1164
Symbol 1151 ShapeTweeningUsed by:1164
Symbol 1152 ShapeTweeningUsed by:1164
Symbol 1153 ShapeTweeningUsed by:1164
Symbol 1154 ShapeTweeningUsed by:1164
Symbol 1155 ShapeTweeningUsed by:1164
Symbol 1156 ShapeTweeningUsed by:1164
Symbol 1157 ShapeTweeningUsed by:1164
Symbol 1158 ShapeTweeningUsed by:1164
Symbol 1159 ShapeTweeningUsed by:1164
Symbol 1160 ShapeTweeningUsed by:1164
Symbol 1161 ShapeTweeningUsed by:1164
Symbol 1162 ShapeTweeningUsed by:1164
Symbol 1163 GraphicUsed by:1164
Symbol 1164 MovieClipUses:1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163Used by:1165
Symbol 1165 MovieClipUses:1164Used by:Timeline
Symbol 1166 GraphicUsed by:1167
Symbol 1167 MovieClipUses:1166Used by:Timeline
Symbol 1168 EditableTextUses:196Used by:1169
Symbol 1169 MovieClipUses:1168Used by:Timeline
Symbol 1170 TextUses:1Used by:1173
Symbol 1171 TextUses:1Used by:1173
Symbol 1172 TextUses:1Used by:1173
Symbol 1173 MovieClip [High Scores]Uses:1170 1171 1172 138Used by:Timeline
Symbol 1174 ShapeTweeningUsed by:1199
Symbol 1175 ShapeTweeningUsed by:1199
Symbol 1176 ShapeTweeningUsed by:1199
Symbol 1177 ShapeTweeningUsed by:1199
Symbol 1178 ShapeTweeningUsed by:1199
Symbol 1179 ShapeTweeningUsed by:1199
Symbol 1180 ShapeTweeningUsed by:1199
Symbol 1181 ShapeTweeningUsed by:1199
Symbol 1182 ShapeTweeningUsed by:1199
Symbol 1183 ShapeTweeningUsed by:1199
Symbol 1184 ShapeTweeningUsed by:1199
Symbol 1185 ShapeTweeningUsed by:1199
Symbol 1186 ShapeTweeningUsed by:1199
Symbol 1187 ShapeTweeningUsed by:1199
Symbol 1188 ShapeTweeningUsed by:1199
Symbol 1189 ShapeTweeningUsed by:1199
Symbol 1190 ShapeTweeningUsed by:1199
Symbol 1191 ShapeTweeningUsed by:1199
Symbol 1192 ShapeTweeningUsed by:1199
Symbol 1193 ShapeTweeningUsed by:1199
Symbol 1194 ShapeTweeningUsed by:1199
Symbol 1195 ShapeTweeningUsed by:1199
Symbol 1196 ShapeTweeningUsed by:1199
Symbol 1197 ShapeTweeningUsed by:1199
Symbol 1198 GraphicUsed by:1199
Symbol 1199 MovieClipUses:1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198Used by:1200
Symbol 1200 MovieClipUses:1199Used by:Timeline
Symbol 1201 TextUses:1Used by:Timeline
Symbol 1202 GraphicUsed by:Timeline
Symbol 1203 EditableTextUses:1Used by:1204
Symbol 1204 MovieClipUses:1203Used by:Timeline
Symbol 1205 GraphicUsed by:1206
Symbol 1206 MovieClipUses:1205Used by:Timeline
Symbol 1207 GraphicUsed by:1208
Symbol 1208 MovieClipUses:1207Used by:Timeline
Symbol 1209 BitmapUsed by:1210
Symbol 1210 GraphicUses:1209Used by:1211
Symbol 1211 MovieClipUses:1210Used by:Timeline
Symbol 1212 GraphicUsed by:1215
Symbol 1213 GraphicUsed by:1215
Symbol 1214 GraphicUsed by:1215
Symbol 1215 MovieClipUses:1212 1213 1214Used by:Timeline
Symbol 1216 ShapeTweeningUsed by:1227
Symbol 1217 ShapeTweeningUsed by:1227
Symbol 1218 ShapeTweeningUsed by:1227
Symbol 1219 ShapeTweeningUsed by:1227
Symbol 1220 ShapeTweeningUsed by:1227
Symbol 1221 ShapeTweeningUsed by:1227
Symbol 1222 ShapeTweeningUsed by:1227
Symbol 1223 ShapeTweeningUsed by:1227
Symbol 1224 ShapeTweeningUsed by:1227
Symbol 1225 ShapeTweeningUsed by:1227
Symbol 1226 GraphicUsed by:1227
Symbol 1227 MovieClipUses:1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226Used by:Timeline
Symbol 1228 GraphicUsed by:1229
Symbol 1229 MovieClipUses:1228Used by:Timeline
Symbol 1230 GraphicUsed by:1231
Symbol 1231 MovieClipUses:1230Used by:Timeline
Symbol 1232 GraphicUsed by:1234
Symbol 1233 GraphicUsed by:1234
Symbol 1234 MovieClipUses:1232 1233Used by:Timeline
Symbol 1235 GraphicUsed by:1251
Symbol 1236 GraphicUsed by:1251 1494 1529 1546 1556 1688 1809 2307 2541 2545 2549 2553 2560 2579 2582 2585 2586 2588
Symbol 1237 GraphicUsed by:1251 1494 1529 1551 1556 1688 1809 2307 2541 2545 2549 2553 2560 2579 2582 2585 2586 2588
Symbol 1238 GraphicUsed by:1251
Symbol 1239 GraphicUsed by:1251 1966
Symbol 1240 GraphicUsed by:1251 1494 1556 1688 1966
Symbol 1241 GraphicUsed by:1251
Symbol 1242 GraphicUsed by:1251
Symbol 1243 GraphicUsed by:1251 1494
Symbol 1244 GraphicUsed by:1251
Symbol 1245 GraphicUsed by:1251 1966
Symbol 1246 GraphicUsed by:1251 1966
Symbol 1247 GraphicUsed by:1251
Symbol 1248 GraphicUsed by:1251
Symbol 1249 GraphicUsed by:1251 1494
Symbol 1250 GraphicUsed by:1251
Symbol 1251 MovieClipUses:1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250Used by:Timeline
Symbol 1252 GraphicUsed by:1255
Symbol 1253 GraphicUsed by:1255
Symbol 1254 GraphicUsed by:1255
Symbol 1255 MovieClipUses:1252 1253 1254Used by:Timeline
Symbol 1256 ShapeTweeningUsed by:1260
Symbol 1257 ShapeTweeningUsed by:1260
Symbol 1258 ShapeTweeningUsed by:1260
Symbol 1259 GraphicUsed by:1260
Symbol 1260 MovieClipUses:1256 1257 1258 1259Used by:Timeline
Symbol 1261 GraphicUsed by:1289 2330
Symbol 1262 ShapeTweeningUsed by:1289
Symbol 1263 ShapeTweeningUsed by:1289
Symbol 1264 GraphicUsed by:1289
Symbol 1265 ShapeTweeningUsed by:1289
Symbol 1266 ShapeTweeningUsed by:1289
Symbol 1267 ShapeTweeningUsed by:1289
Symbol 1268 ShapeTweeningUsed by:1289
Symbol 1269 GraphicUsed by:1289 2330
Symbol 1270 GraphicUsed by:1289 2330
Symbol 1271 GraphicUsed by:1289
Symbol 1272 GraphicUsed by:1289
Symbol 1273 GraphicUsed by:1289
Symbol 1274 GraphicUsed by:1289 2330
Symbol 1275 GraphicUsed by:1289
Symbol 1276 GraphicUsed by:1289
Symbol 1277 GraphicUsed by:1289
Symbol 1278 GraphicUsed by:1289
Symbol 1279 GraphicUsed by:1289
Symbol 1280 GraphicUsed by:1289
Symbol 1281 GraphicUsed by:1289
Symbol 1282 GraphicUsed by:1289 2330
Symbol 1283 GraphicUsed by:1289
Symbol 1284 GraphicUsed by:1289
Symbol 1285 GraphicUsed by:1289
Symbol 1286 GraphicUsed by:1289
Symbol 1287 GraphicUsed by:1289
Symbol 1288 GraphicUsed by:1289
Symbol 1289 MovieClipUses:1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288Used by:Timeline
Symbol 1290 GraphicUsed by:1296
Symbol 1291 GraphicUsed by:1296
Symbol 1292 GraphicUsed by:1296
Symbol 1293 GraphicUsed by:1296
Symbol 1294 GraphicUsed by:1296
Symbol 1295 GraphicUsed by:1296
Symbol 1296 MovieClipUses:1290 1291 1292 1293 1294 1295Used by:Timeline
Symbol 1297 MovieClipUsed by:Timeline
Symbol 1298 GraphicUsed by:1301
Symbol 1299 GraphicUsed by:1301
Symbol 1300 GraphicUsed by:1301
Symbol 1301 MovieClipUses:1298 1299 1300Used by:Timeline
Symbol 1302 GraphicUsed by:1303
Symbol 1303 MovieClipUses:1302Used by:Timeline
Symbol 1304 ShapeTweeningUsed by:1332
Symbol 1305 ShapeTweeningUsed by:1332
Symbol 1306 ShapeTweeningUsed by:1332
Symbol 1307 ShapeTweeningUsed by:1332
Symbol 1308 GraphicUsed by:1332
Symbol 1309 GraphicUsed by:1332
Symbol 1310 GraphicUsed by:1332
Symbol 1311 GraphicUsed by:1332
Symbol 1312 GraphicUsed by:1332
Symbol 1313 GraphicUsed by:1332
Symbol 1314 GraphicUsed by:1332
Symbol 1315 GraphicUsed by:1332
Symbol 1316 GraphicUsed by:1332
Symbol 1317 GraphicUsed by:1332
Symbol 1318 GraphicUsed by:1332
Symbol 1319 GraphicUsed by:1332
Symbol 1320 GraphicUsed by:1332
Symbol 1321 GraphicUsed by:1332
Symbol 1322 GraphicUsed by:1332
Symbol 1323 GraphicUsed by:1332
Symbol 1324 GraphicUsed by:1332
Symbol 1325 GraphicUsed by:1332
Symbol 1326 GraphicUsed by:1332
Symbol 1327 GraphicUsed by:1332
Symbol 1328 GraphicUsed by:1332
Symbol 1329 ShapeTweeningUsed by:1332
Symbol 1330 GraphicUsed by:1332
Symbol 1331 GraphicUsed by:1332
Symbol 1332 MovieClipUses:1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 307 1331Used by:Timeline
Symbol 1333 GraphicUsed by:1431
Symbol 1334 GraphicUsed by:1431
Symbol 1335 GraphicUsed by:1431 1434 1669 2510
Symbol 1336 GraphicUsed by:1431
Symbol 1337 GraphicUsed by:1431 1669 2510
Symbol 1338 GraphicUsed by:1431
Symbol 1339 GraphicUsed by:1431
Symbol 1340 GraphicUsed by:1431
Symbol 1341 GraphicUsed by:1431
Symbol 1342 GraphicUsed by:1431
Symbol 1343 GraphicUsed by:1431
Symbol 1344 GraphicUsed by:1431
Symbol 1345 GraphicUsed by:1431
Symbol 1346 GraphicUsed by:1431
Symbol 1347 GraphicUsed by:1431
Symbol 1348 GraphicUsed by:1431
Symbol 1349 GraphicUsed by:1431
Symbol 1350 GraphicUsed by:1431
Symbol 1351 GraphicUsed by:1431
Symbol 1352 GraphicUsed by:1431
Symbol 1353 GraphicUsed by:1431
Symbol 1354 GraphicUsed by:1431
Symbol 1355 GraphicUsed by:1431
Symbol 1356 GraphicUsed by:1431
Symbol 1357 GraphicUsed by:1431
Symbol 1358 GraphicUsed by:1431
Symbol 1359 GraphicUsed by:1431
Symbol 1360 GraphicUsed by:1431
Symbol 1361 GraphicUsed by:1431
Symbol 1362 GraphicUsed by:1431
Symbol 1363 GraphicUsed by:1431
Symbol 1364 GraphicUsed by:1431
Symbol 1365 GraphicUsed by:1431
Symbol 1366 GraphicUsed by:1431
Symbol 1367 GraphicUsed by:1431
Symbol 1368 GraphicUsed by:1431
Symbol 1369 GraphicUsed by:1431
Symbol 1370 GraphicUsed by:1431
Symbol 1371 GraphicUsed by:1431
Symbol 1372 GraphicUsed by:1431
Symbol 1373 GraphicUsed by:1431
Symbol 1374 GraphicUsed by:1431
Symbol 1375 GraphicUsed by:1431
Symbol 1376 GraphicUsed by:1431
Symbol 1377 GraphicUsed by:1431
Symbol 1378 GraphicUsed by:1431
Symbol 1379 GraphicUsed by:1431
Symbol 1380 GraphicUsed by:1431
Symbol 1381 GraphicUsed by:1431
Symbol 1382 GraphicUsed by:1431
Symbol 1383 GraphicUsed by:1431
Symbol 1384 GraphicUsed by:1431
Symbol 1385 GraphicUsed by:1431
Symbol 1386 GraphicUsed by:1431
Symbol 1387 GraphicUsed by:1431
Symbol 1388 GraphicUsed by:1431
Symbol 1389 GraphicUsed by:1431
Symbol 1390 GraphicUsed by:1431
Symbol 1391 GraphicUsed by:1431
Symbol 1392 GraphicUsed by:1431
Symbol 1393 GraphicUsed by:1431
Symbol 1394 GraphicUsed by:1431
Symbol 1395 GraphicUsed by:1431
Symbol 1396 GraphicUsed by:1431
Symbol 1397 GraphicUsed by:1431
Symbol 1398 GraphicUsed by:1431
Symbol 1399 GraphicUsed by:1431
Symbol 1400 GraphicUsed by:1431
Symbol 1401 GraphicUsed by:1431
Symbol 1402 GraphicUsed by:1431
Symbol 1403 GraphicUsed by:1431
Symbol 1404 GraphicUsed by:1431
Symbol 1405 GraphicUsed by:1431
Symbol 1406 GraphicUsed by:1431
Symbol 1407 GraphicUsed by:1431
Symbol 1408 GraphicUsed by:1431
Symbol 1409 GraphicUsed by:1431
Symbol 1410 GraphicUsed by:1431
Symbol 1411 GraphicUsed by:1431
Symbol 1412 GraphicUsed by:1431
Symbol 1413 GraphicUsed by:1431
Symbol 1414 GraphicUsed by:1431
Symbol 1415 GraphicUsed by:1431
Symbol 1416 GraphicUsed by:1431
Symbol 1417 GraphicUsed by:1431
Symbol 1418 GraphicUsed by:1431
Symbol 1419 GraphicUsed by:1431
Symbol 1420 GraphicUsed by:1431
Symbol 1421 GraphicUsed by:1431
Symbol 1422 GraphicUsed by:1431
Symbol 1423 GraphicUsed by:1431
Symbol 1424 GraphicUsed by:1431
Symbol 1425 GraphicUsed by:1431
Symbol 1426 GraphicUsed by:1431
Symbol 1427 GraphicUsed by:1431
Symbol 1428 GraphicUsed by:1431
Symbol 1429 GraphicUsed by:1431
Symbol 1430 GraphicUsed by:1431
Symbol 1431 MovieClipUses:281 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 307 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430Used by:Timeline
Symbol 1432 GraphicUsed by:1434
Symbol 1433 GraphicUsed by:1434
Symbol 1434 MovieClipUses:1432 1335 1433Used by:Timeline
Symbol 1435 GraphicUsed by:1438
Symbol 1436 ShapeTweeningUsed by:1438
Symbol 1437 GraphicUsed by:1438
Symbol 1438 MovieClipUses:1435 1436 1437Used by:Timeline
Symbol 1439 GraphicUsed by:1442
Symbol 1440 GraphicUsed by:1442
Symbol 1441 GraphicUsed by:1442
Symbol 1442 MovieClipUses:1439 1440 1441Used by:Timeline
Symbol 1443 GraphicUsed by:1446 1462
Symbol 1444 GraphicUsed by:1446
Symbol 1445 GraphicUsed by:1446
Symbol 1446 MovieClipUses:1443 1444 1445Used by:Timeline
Symbol 1447 GraphicUsed by:1462
Symbol 1448 GraphicUsed by:1462 1669
Symbol 1449 GraphicUsed by:1462
Symbol 1450 GraphicUsed by:1462 1669
Symbol 1451 GraphicUsed by:1462
Symbol 1452 GraphicUsed by:1462 1669
Symbol 1453 GraphicUsed by:1462 1669
Symbol 1454 GraphicUsed by:1462
Symbol 1455 GraphicUsed by:1462
Symbol 1456 GraphicUsed by:1462
Symbol 1457 GraphicUsed by:1462
Symbol 1458 GraphicUsed by:1462
Symbol 1459 GraphicUsed by:1462
Symbol 1460 GraphicUsed by:1462
Symbol 1461 GraphicUsed by:1462
Symbol 1462 MovieClipUses:1447 1443 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461Used by:Timeline
Symbol 1463 GraphicUsed by:1494
Symbol 1464 GraphicUsed by:1494 1529 1688
Symbol 1465 GraphicUsed by:1494 1529 1688
Symbol 1466 GraphicUsed by:1494
Symbol 1467 GraphicUsed by:1494
Symbol 1468 GraphicUsed by:1494 1529 1688
Symbol 1469 GraphicUsed by:1494
Symbol 1470 GraphicUsed by:1494
Symbol 1471 GraphicUsed by:1494
Symbol 1472 GraphicUsed by:1494
Symbol 1473 GraphicUsed by:1494
Symbol 1474 GraphicUsed by:1494
Symbol 1475 GraphicUsed by:1494
Symbol 1476 GraphicUsed by:1494
Symbol 1477 GraphicUsed by:1494
Symbol 1478 GraphicUsed by:1494
Symbol 1479 GraphicUsed by:1494
Symbol 1480 GraphicUsed by:1494
Symbol 1481 GraphicUsed by:1494
Symbol 1482 GraphicUsed by:1494
Symbol 1483 GraphicUsed by:1494
Symbol 1484 GraphicUsed by:1494
Symbol 1485 GraphicUsed by:1494
Symbol 1486 GraphicUsed by:1494
Symbol 1487 GraphicUsed by:1494
Symbol 1488 GraphicUsed by:1494
Symbol 1489 GraphicUsed by:1494
Symbol 1490 GraphicUsed by:1494
Symbol 1491 GraphicUsed by:1494
Symbol 1492 GraphicUsed by:1494
Symbol 1493 GraphicUsed by:1494
Symbol 1494 MovieClipUses:1463 1236 1237 1464 1465 1466 1467 1468 1469 1470 1240 1471 1472 1473 1474 1475 1476 1477 1243 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1249 1489 1490 1491 1492 1493Used by:Timeline
Symbol 1495 ShapeTweeningUsed by:1499
Symbol 1496 ShapeTweeningUsed by:1499
Symbol 1497 ShapeTweeningUsed by:1499
Symbol 1498 GraphicUsed by:1499
Symbol 1499 MovieClipUses:1495 1496 1497 1498Used by:Timeline
Symbol 1500 GraphicUsed by:1501
Symbol 1501 MovieClipUses:1500Used by:Timeline
Symbol 1502 GraphicUsed by:1503
Symbol 1503 MovieClipUses:1502Used by:Timeline
Symbol 1504 GraphicUsed by:1505
Symbol 1505 MovieClipUses:1504Used by:Timeline
Symbol 1506 GraphicUsed by:1511
Symbol 1507 GraphicUsed by:1511
Symbol 1508 ShapeTweeningUsed by:1511
Symbol 1509 GraphicUsed by:1511
Symbol 1510 GraphicUsed by:1511
Symbol 1511 MovieClipUses:1506 1507 1508 1509 1510Used by:Timeline
Symbol 1512 GraphicUsed by:1514
Symbol 1513 GraphicUsed by:1514
Symbol 1514 MovieClipUses:1512 1513Used by:Timeline
Symbol 1515 ShapeTweeningUsed by:1519
Symbol 1516 GraphicUsed by:1519
Symbol 1517 GraphicUsed by:1519
Symbol 1518 GraphicUsed by:1519
Symbol 1519 MovieClipUses:1515 1516 1517 1518Used by:Timeline
Symbol 1520 GraphicUsed by:1529
Symbol 1521 GraphicUsed by:1529
Symbol 1522 GraphicUsed by:1529
Symbol 1523 GraphicUsed by:1529
Symbol 1524 GraphicUsed by:1529
Symbol 1525 GraphicUsed by:1529
Symbol 1526 GraphicUsed by:1529
Symbol 1527 GraphicUsed by:1529
Symbol 1528 GraphicUsed by:1529
Symbol 1529 MovieClipUses:1520 1236 1521 1237 1464 1465 1522 1523 1524 1525 1468 1526 1527 1528Used by:Timeline
Symbol 1530 GraphicUsed by:1538
Symbol 1531 ShapeTweeningUsed by:1538
Symbol 1532 GraphicUsed by:1538
Symbol 1533 ShapeTweeningUsed by:1538
Symbol 1534 GraphicUsed by:1538
Symbol 1535 ShapeTweeningUsed by:1538
Symbol 1536 GraphicUsed by:1538
Symbol 1537 GraphicUsed by:1538
Symbol 1538 MovieClipUses:1530 1531 1532 1533 1534 1535 1536 1537Used by:Timeline
Symbol 1539 GraphicUsed by:1546
Symbol 1540 ShapeTweeningUsed by:1546
Symbol 1541 GraphicUsed by:1546
Symbol 1542 ShapeTweeningUsed by:1546
Symbol 1543 GraphicUsed by:1546
Symbol 1544 ShapeTweeningUsed by:1546
Symbol 1545 GraphicUsed by:1546
Symbol 1546 MovieClipUses:1539 1236 1540 1541 1542 1543 1544 1545Used by:Timeline
Symbol 1547 GraphicUsed by:1551
Symbol 1548 ShapeTweeningUsed by:1551
Symbol 1549 GraphicUsed by:1551
Symbol 1550 GraphicUsed by:1551
Symbol 1551 MovieClipUses:1237 1547 1548 1549 1550Used by:Timeline
Symbol 1552 ShapeTweeningUsed by:1556
Symbol 1553 GraphicUsed by:1556
Symbol 1554 GraphicUsed by:1556
Symbol 1555 GraphicUsed by:1556
Symbol 1556 MovieClipUses:1236 1237 1552 1553 1554 1555 1240Used by:Timeline
Symbol 1557 GraphicUsed by:1558
Symbol 1558 MovieClipUses:1557Used by:Timeline
Symbol 1559 ShapeTweeningUsed by:1561
Symbol 1560 GraphicUsed by:1561
Symbol 1561 MovieClipUses:1559 1560Used by:Timeline
Symbol 1562 GraphicUsed by:1563
Symbol 1563 MovieClipUses:1562Used by:Timeline
Symbol 1564 GraphicUsed by:1565
Symbol 1565 MovieClipUses:1564Used by:Timeline
Symbol 1566 GraphicUsed by:1567
Symbol 1567 MovieClipUses:1566Used by:Timeline
Symbol 1568 GraphicUsed by:1570 1573
Symbol 1569 GraphicUsed by:1570
Symbol 1570 MovieClipUses:1568 1569Used by:Timeline
Symbol 1571 GraphicUsed by:1573
Symbol 1572 GraphicUsed by:1573
Symbol 1573 MovieClipUses:1568 1571 1572Used by:Timeline
Symbol 1574 GraphicUsed by:1575
Symbol 1575 MovieClipUses:1574Used by:Timeline
Symbol 1576 ShapeTweeningUsed by:1578
Symbol 1577 GraphicUsed by:1578
Symbol 1578 MovieClipUses:1576 1577Used by:Timeline
Symbol 1579 GraphicUsed by:1592
Symbol 1580 GraphicUsed by:1592
Symbol 1581 GraphicUsed by:1592
Symbol 1582 GraphicUsed by:1592
Symbol 1583 GraphicUsed by:1592
Symbol 1584 GraphicUsed by:1592
Symbol 1585 GraphicUsed by:1592
Symbol 1586 GraphicUsed by:1592
Symbol 1587 GraphicUsed by:1592
Symbol 1588 GraphicUsed by:1592
Symbol 1589 GraphicUsed by:1592
Symbol 1590 GraphicUsed by:1592
Symbol 1591 GraphicUsed by:1592
Symbol 1592 MovieClipUses:1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591Used by:Timeline
Symbol 1593 GraphicUsed by:1594
Symbol 1594 MovieClipUses:1593Used by:Timeline
Symbol 1595 GraphicUsed by:1596
Symbol 1596 MovieClipUses:1595Used by:Timeline
Symbol 1597 GraphicUsed by:1598
Symbol 1598 MovieClipUses:1597Used by:Timeline
Symbol 1599 GraphicUsed by:1600
Symbol 1600 MovieClipUses:1599Used by:1669  Timeline
Symbol 1601 GraphicUsed by:1612
Symbol 1602 GraphicUsed by:1612
Symbol 1603 GraphicUsed by:1612
Symbol 1604 GraphicUsed by:1612
Symbol 1605 GraphicUsed by:1612
Symbol 1606 GraphicUsed by:1612
Symbol 1607 GraphicUsed by:1612
Symbol 1608 GraphicUsed by:1612
Symbol 1609 GraphicUsed by:1612
Symbol 1610 GraphicUsed by:1612
Symbol 1611 GraphicUsed by:1612
Symbol 1612 MovieClipUses:1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611Used by:Timeline
Symbol 1613 GraphicUsed by:1614
Symbol 1614 MovieClipUses:1613Used by:Timeline
Symbol 1615 GraphicUsed by:1616
Symbol 1616 MovieClipUses:1615Used by:Timeline
Symbol 1617 GraphicUsed by:1625
Symbol 1618 GraphicUsed by:1625
Symbol 1619 GraphicUsed by:1625
Symbol 1620 GraphicUsed by:1625
Symbol 1621 GraphicUsed by:1625
Symbol 1622 GraphicUsed by:1625
Symbol 1623 GraphicUsed by:1625
Symbol 1624 GraphicUsed by:1625
Symbol 1625 MovieClipUses:1617 1618 1619 1620 1621 1622 1623 1624Used by:Timeline
Symbol 1626 GraphicUsed by:1627
Symbol 1627 MovieClipUses:1626Used by:Timeline
Symbol 1628 GraphicUsed by:1629
Symbol 1629 MovieClipUses:1628Used by:Timeline
Symbol 1630 GraphicUsed by:1631
Symbol 1631 MovieClipUses:1630Used by:1642
Symbol 1632 GraphicUsed by:1633
Symbol 1633 MovieClipUses:1632Used by:1642
Symbol 1634 GraphicUsed by:1635
Symbol 1635 MovieClipUses:1634Used by:1642
Symbol 1636 GraphicUsed by:1637
Symbol 1637 MovieClipUses:1636Used by:1642
Symbol 1638 GraphicUsed by:1639
Symbol 1639 MovieClipUses:1638Used by:1642
Symbol 1640 GraphicUsed by:1641
Symbol 1641 MovieClipUses:1640Used by:1642
Symbol 1642 MovieClipUses:1631 1633 1635 1637 1639 1641Used by:Timeline
Symbol 1643 GraphicUsed by:1653
Symbol 1644 GraphicUsed by:1653
Symbol 1645 GraphicUsed by:1653
Symbol 1646 GraphicUsed by:1653
Symbol 1647 GraphicUsed by:1653
Symbol 1648 GraphicUsed by:1653
Symbol 1649 GraphicUsed by:1653
Symbol 1650 GraphicUsed by:1653
Symbol 1651 GraphicUsed by:1653
Symbol 1652 GraphicUsed by:1653
Symbol 1653 MovieClipUses:1643 1644 1645 1646 1647 1648 1649 1650 1651 1652Used by:Timeline
Symbol 1654 GraphicUsed by:1669
Symbol 1655 GraphicUsed by:1669
Symbol 1656 GraphicUsed by:1669
Symbol 1657 GraphicUsed by:1669
Symbol 1658 GraphicUsed by:1669
Symbol 1659 GraphicUsed by:1669
Symbol 1660 GraphicUsed by:1669
Symbol 1661 GraphicUsed by:1669
Symbol 1662 GraphicUsed by:1669
Symbol 1663 GraphicUsed by:1669
Symbol 1664 GraphicUsed by:1669
Symbol 1665 GraphicUsed by:1669
Symbol 1666 GraphicUsed by:1669
Symbol 1667 GraphicUsed by:1669
Symbol 1668 GraphicUsed by:1669
Symbol 1669 MovieClipUses:1654 1600 1448 1655 1450 1656 1452 1453 1657 1335 1337 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668Used by:Timeline
Symbol 1670 GraphicUsed by:1671
Symbol 1671 MovieClipUses:1670Used by:1680
Symbol 1672 GraphicUsed by:1673
Symbol 1673 MovieClipUses:1672Used by:1680
Symbol 1674 GraphicUsed by:1675
Symbol 1675 MovieClipUses:1674Used by:1680
Symbol 1676 GraphicUsed by:1677
Symbol 1677 MovieClipUses:1676Used by:1680
Symbol 1678 GraphicUsed by:1679
Symbol 1679 MovieClipUses:1678Used by:1680
Symbol 1680 MovieClipUses:1671 1673 1675 1677 1679Used by:Timeline
Symbol 1681 GraphicUsed by:1682
Symbol 1682 MovieClip [Razor Spike]Uses:1681Used by:1688  Timeline
Symbol 1683 GraphicUsed by:1688
Symbol 1684 GraphicUsed by:1688
Symbol 1685 GraphicUsed by:1688
Symbol 1686 GraphicUsed by:1688
Symbol 1687 GraphicUsed by:1688
Symbol 1688 MovieClipUses:1683 1236 1682 1237 1464 1465 1684 1685 1468 1686 1687 1240Used by:Timeline
Symbol 1689 GraphicUsed by:1690
Symbol 1690 MovieClip [RazorGlaive]Uses:1689Used by:1809 2566 2577 2579 2582 2585 2586 2588
Symbol 1691 ShapeTweeningUsed by:1809
Symbol 1692 ShapeTweeningUsed by:1809
Symbol 1693 ShapeTweeningUsed by:1809
Symbol 1694 ShapeTweeningUsed by:1809
Symbol 1695 ShapeTweeningUsed by:1809
Symbol 1696 ShapeTweeningUsed by:1809
Symbol 1697 ShapeTweeningUsed by:1809
Symbol 1698 ShapeTweeningUsed by:1809
Symbol 1699 ShapeTweeningUsed by:1809
Symbol 1700 ShapeTweeningUsed by:1809
Symbol 1701 ShapeTweeningUsed by:1809
Symbol 1702 ShapeTweeningUsed by:1809
Symbol 1703 ShapeTweeningUsed by:1809
Symbol 1704 ShapeTweeningUsed by:1809
Symbol 1705 ShapeTweeningUsed by:1809
Symbol 1706 ShapeTweeningUsed by:1809
Symbol 1707 ShapeTweeningUsed by:1809
Symbol 1708 ShapeTweeningUsed by:1809
Symbol 1709 ShapeTweeningUsed by:1809
Symbol 1710 ShapeTweeningUsed by:1809
Symbol 1711 ShapeTweeningUsed by:1809
Symbol 1712 ShapeTweeningUsed by:1809
Symbol 1713 ShapeTweeningUsed by:1809
Symbol 1714 ShapeTweeningUsed by:1809
Symbol 1715 ShapeTweeningUsed by:1809
Symbol 1716 ShapeTweeningUsed by:1809
Symbol 1717 ShapeTweeningUsed by:1809
Symbol 1718 ShapeTweeningUsed by:1809
Symbol 1719 ShapeTweeningUsed by:1809
Symbol 1720 ShapeTweeningUsed by:1809
Symbol 1721 ShapeTweeningUsed by:1809
Symbol 1722 ShapeTweeningUsed by:1809
Symbol 1723 ShapeTweeningUsed by:1809
Symbol 1724 ShapeTweeningUsed by:1809
Symbol 1725 ShapeTweeningUsed by:1809
Symbol 1726 ShapeTweeningUsed by:1809
Symbol 1727 ShapeTweeningUsed by:1809
Symbol 1728 GraphicUsed by:1809 2307
Symbol 1729 ShapeTweeningUsed by:1809
Symbol 1730 ShapeTweeningUsed by:1809
Symbol 1731 ShapeTweeningUsed by:1809
Symbol 1732 ShapeTweeningUsed by:1809
Symbol 1733 ShapeTweeningUsed by:1809
Symbol 1734 ShapeTweeningUsed by:1809
Symbol 1735 ShapeTweeningUsed by:1809
Symbol 1736 ShapeTweeningUsed by:1809
Symbol 1737 ShapeTweeningUsed by:1809
Symbol 1738 ShapeTweeningUsed by:1809
Symbol 1739 ShapeTweeningUsed by:1809
Symbol 1740 ShapeTweeningUsed by:1809
Symbol 1741 GraphicUsed by:1809 2307
Symbol 1742 ShapeTweeningUsed by:1809
Symbol 1743 GraphicUsed by:1809 2307
Symbol 1744 ShapeTweeningUsed by:1809
Symbol 1745 ShapeTweeningUsed by:1809
Symbol 1746 ShapeTweeningUsed by:1809
Symbol 1747 ShapeTweeningUsed by:1809
Symbol 1748 ShapeTweeningUsed by:1809
Symbol 1749 GraphicUsed by:1809 2307
Symbol 1750 ShapeTweeningUsed by:1809
Symbol 1751 ShapeTweeningUsed by:1809
Symbol 1752 ShapeTweeningUsed by:1809
Symbol 1753 ShapeTweeningUsed by:1809
Symbol 1754 ShapeTweeningUsed by:1809
Symbol 1755 ShapeTweeningUsed by:1809
Symbol 1756 ShapeTweeningUsed by:1809
Symbol 1757 ShapeTweeningUsed by:1809
Symbol 1758 ShapeTweeningUsed by:1809
Symbol 1759 ShapeTweeningUsed by:1809
Symbol 1760 ShapeTweeningUsed by:1809
Symbol 1761 ShapeTweeningUsed by:1809
Symbol 1762 ShapeTweeningUsed by:1809
Symbol 1763 ShapeTweeningUsed by:1809
Symbol 1764 ShapeTweeningUsed by:1809
Symbol 1765 ShapeTweeningUsed by:1809
Symbol 1766 ShapeTweeningUsed by:1809
Symbol 1767 GraphicUsed by:1809 2307
Symbol 1768 ShapeTweeningUsed by:1809
Symbol 1769 ShapeTweeningUsed by:1809
Symbol 1770 ShapeTweeningUsed by:1809
Symbol 1771 ShapeTweeningUsed by:1809
Symbol 1772 ShapeTweeningUsed by:1809
Symbol 1773 ShapeTweeningUsed by:1809
Symbol 1774 GraphicUsed by:1809 2307
Symbol 1775 ShapeTweeningUsed by:1809
Symbol 1776 ShapeTweeningUsed by:1809
Symbol 1777 GraphicUsed by:1809 2307
Symbol 1778 ShapeTweeningUsed by:1809
Symbol 1779 ShapeTweeningUsed by:1809
Symbol 1780 ShapeTweeningUsed by:1809
Symbol 1781 ShapeTweeningUsed by:1809
Symbol 1782 ShapeTweeningUsed by:1809
Symbol 1783 ShapeTweeningUsed by:1809
Symbol 1784 ShapeTweeningUsed by:1809
Symbol 1785 ShapeTweeningUsed by:1809
Symbol 1786 ShapeTweeningUsed by:1809
Symbol 1787 ShapeTweeningUsed by:1809
Symbol 1788 ShapeTweeningUsed by:1809
Symbol 1789 ShapeTweeningUsed by:1809
Symbol 1790 ShapeTweeningUsed by:1809
Symbol 1791 ShapeTweeningUsed by:1809
Symbol 1792 ShapeTweeningUsed by:1809
Symbol 1793 ShapeTweeningUsed by:1809
Symbol 1794 ShapeTweeningUsed by:1809
Symbol 1795 ShapeTweeningUsed by:1809
Symbol 1796 GraphicUsed by:1809 2307
Symbol 1797 ShapeTweeningUsed by:1809
Symbol 1798 GraphicUsed by:1809 2307
Symbol 1799 ShapeTweeningUsed by:1809
Symbol 1800 ShapeTweeningUsed by:1809
Symbol 1801 GraphicUsed by:1809 2307
Symbol 1802 ShapeTweeningUsed by:1809
Symbol 1803 ShapeTweeningUsed by:1809
Symbol 1804 ShapeTweeningUsed by:1809
Symbol 1805 ShapeTweeningUsed by:1809
Symbol 1806 ShapeTweeningUsed by:1809
Symbol 1807 ShapeTweeningUsed by:1809
Symbol 1808 GraphicUsed by:1809
Symbol 1809 MovieClip [Lil Guy Flaming Razor]Uses:1690 1236 1691 1237 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808Used by:Timeline
Symbol 1810 GraphicUsed by:1811
Symbol 1811 MovieClipUses:1810Used by:Timeline
Symbol 1812 GraphicUsed by:1817
Symbol 1813 GraphicUsed by:1817
Symbol 1814 GraphicUsed by:1817
Symbol 1815 GraphicUsed by:1817
Symbol 1816 GraphicUsed by:1817
Symbol 1817 MovieClipUses:1812 1813 1814 1815 1816Used by:Timeline
Symbol 1818 GraphicUsed by:1823
Symbol 1819 GraphicUsed by:1823
Symbol 1820 GraphicUsed by:1823
Symbol 1821 GraphicUsed by:1823
Symbol 1822 GraphicUsed by:1823
Symbol 1823 MovieClipUses:1818 1819 1820 1821 1822Used by:Timeline
Symbol 1824 GraphicUsed by:1829
Symbol 1825 GraphicUsed by:1829
Symbol 1826 GraphicUsed by:1829
Symbol 1827 GraphicUsed by:1829
Symbol 1828 GraphicUsed by:1829
Symbol 1829 MovieClipUses:1824 1825 1826 1827 1828Used by:Timeline
Symbol 1830 GraphicUsed by:1831
Symbol 1831 MovieClipUses:1830Used by:Timeline
Symbol 1832 GraphicUsed by:1833
Symbol 1833 MovieClipUses:1832Used by:Timeline
Symbol 1834 GraphicUsed by:1837
Symbol 1835 ShapeTweeningUsed by:1837
Symbol 1836 GraphicUsed by:1837
Symbol 1837 MovieClipUses:1834 1835 1836Used by:Timeline
Symbol 1838 ShapeTweeningUsed by:1858
Symbol 1839 GraphicUsed by:1858
Symbol 1840 GraphicUsed by:1858
Symbol 1841 GraphicUsed by:1858
Symbol 1842 GraphicUsed by:1858
Symbol 1843 GraphicUsed by:1858
Symbol 1844 GraphicUsed by:1858
Symbol 1845 GraphicUsed by:1858
Symbol 1846 GraphicUsed by:1858
Symbol 1847 GraphicUsed by:1858
Symbol 1848 GraphicUsed by:1858
Symbol 1849 ShapeTweeningUsed by:1858
Symbol 1850 GraphicUsed by:1858
Symbol 1851 GraphicUsed by:1858
Symbol 1852 GraphicUsed by:1858
Symbol 1853 GraphicUsed by:1858
Symbol 1854 GraphicUsed by:1858
Symbol 1855 GraphicUsed by:1858
Symbol 1856 GraphicUsed by:1858
Symbol 1857 GraphicUsed by:1858
Symbol 1858 MovieClipUses:1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857Used by:Timeline
Symbol 1859 GraphicUsed by:1905
Symbol 1860 GraphicUsed by:1905
Symbol 1861 GraphicUsed by:1905
Symbol 1862 GraphicUsed by:1905
Symbol 1863 GraphicUsed by:1905
Symbol 1864 GraphicUsed by:1905
Symbol 1865 GraphicUsed by:1905
Symbol 1866 GraphicUsed by:1905
Symbol 1867 GraphicUsed by:1905
Symbol 1868 GraphicUsed by:1905
Symbol 1869 GraphicUsed by:1905
Symbol 1870 GraphicUsed by:1905
Symbol 1871 GraphicUsed by:1905
Symbol 1872 GraphicUsed by:1905
Symbol 1873 GraphicUsed by:1905
Symbol 1874 GraphicUsed by:1905
Symbol 1875 GraphicUsed by:1905
Symbol 1876 GraphicUsed by:1905
Symbol 1877 GraphicUsed by:1905
Symbol 1878 GraphicUsed by:1905
Symbol 1879 GraphicUsed by:1905
Symbol 1880 GraphicUsed by:1905
Symbol 1881 GraphicUsed by:1905
Symbol 1882 GraphicUsed by:1905
Symbol 1883 GraphicUsed by:1905
Symbol 1884 GraphicUsed by:1905
Symbol 1885 GraphicUsed by:1905
Symbol 1886 GraphicUsed by:1905
Symbol 1887 GraphicUsed by:1905
Symbol 1888 GraphicUsed by:1905
Symbol 1889 GraphicUsed by:1905
Symbol 1890 GraphicUsed by:1905
Symbol 1891 GraphicUsed by:1905
Symbol 1892 GraphicUsed by:1905
Symbol 1893 GraphicUsed by:1905
Symbol 1894 GraphicUsed by:1905
Symbol 1895 GraphicUsed by:1905
Symbol 1896 GraphicUsed by:1905
Symbol 1897 GraphicUsed by:1905
Symbol 1898 GraphicUsed by:1905
Symbol 1899 GraphicUsed by:1905
Symbol 1900 GraphicUsed by:1905
Symbol 1901 GraphicUsed by:1905
Symbol 1902 GraphicUsed by:1905
Symbol 1903 GraphicUsed by:1905
Symbol 1904 GraphicUsed by:1905
Symbol 1905 MovieClipUses:258 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904Used by:Timeline
Symbol 1906 GraphicUsed by:1907
Symbol 1907 MovieClipUses:1906Used by:Timeline
Symbol 1908 GraphicUsed by:1910
Symbol 1909 GraphicUsed by:1910
Symbol 1910 MovieClipUses:1908 1909Used by:Timeline
Symbol 1911 GraphicUsed by:1919
Symbol 1912 GraphicUsed by:1919
Symbol 1913 GraphicUsed by:1919
Symbol 1914 GraphicUsed by:1919
Symbol 1915 GraphicUsed by:1919
Symbol 1916 GraphicUsed by:1919
Symbol 1917 GraphicUsed by:1919
Symbol 1918 GraphicUsed by:1919
Symbol 1919 MovieClipUses:1911 1912 1913 1914 1915 1916 1917 1918Used by:Timeline
Symbol 1920 GraphicUsed by:1966
Symbol 1921 GraphicUsed by:1966
Symbol 1922 GraphicUsed by:1966
Symbol 1923 GraphicUsed by:1966
Symbol 1924 GraphicUsed by:1966
Symbol 1925 GraphicUsed by:1966
Symbol 1926 GraphicUsed by:1966
Symbol 1927 GraphicUsed by:1966
Symbol 1928 GraphicUsed by:1966
Symbol 1929 GraphicUsed by:1966
Symbol 1930 GraphicUsed by:1966
Symbol 1931 GraphicUsed by:1966
Symbol 1932 GraphicUsed by:1966
Symbol 1933 GraphicUsed by:1966
Symbol 1934 GraphicUsed by:1966
Symbol 1935 GraphicUsed by:1966
Symbol 1936 GraphicUsed by:1966
Symbol 1937 GraphicUsed by:1966
Symbol 1938 GraphicUsed by:1966
Symbol 1939 GraphicUsed by:1966
Symbol 1940 GraphicUsed by:1966
Symbol 1941 GraphicUsed by:1966
Symbol 1942 GraphicUsed by:1966
Symbol 1943 GraphicUsed by:1966
Symbol 1944 GraphicUsed by:1966
Symbol 1945 GraphicUsed by:1966
Symbol 1946 GraphicUsed by:1966
Symbol 1947 GraphicUsed by:1966
Symbol 1948 GraphicUsed by:1966
Symbol 1949 GraphicUsed by:1966
Symbol 1950 GraphicUsed by:1966
Symbol 1951 GraphicUsed by:1966
Symbol 1952 GraphicUsed by:1966
Symbol 1953 GraphicUsed by:1966
Symbol 1954 GraphicUsed by:1966
Symbol 1955 GraphicUsed by:1966
Symbol 1956 GraphicUsed by:1966
Symbol 1957 GraphicUsed by:1966
Symbol 1958 GraphicUsed by:1966
Symbol 1959 GraphicUsed by:1966
Symbol 1960 GraphicUsed by:1966
Symbol 1961 GraphicUsed by:1966
Symbol 1962 GraphicUsed by:1966
Symbol 1963 GraphicUsed by:1966
Symbol 1964 GraphicUsed by:1966
Symbol 1965 GraphicUsed by:1966
Symbol 1966 MovieClipUses:553 1920 1921 1922 540 554 555 556 557 558 559 560 561 562 1923 1924 1239 1240 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 572 1936 1937 1938 1939 1940 1941 1942 1943 578 1944 1945 1946 1947 1948 1949 1245 1246 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965Used by:Timeline
Symbol 1967 ShapeTweeningUsed by:1969
Symbol 1968 GraphicUsed by:1969
Symbol 1969 MovieClipUses:1967 1968Used by:Timeline
Symbol 1970 GraphicUsed by:1973
Symbol 1971 GraphicUsed by:1973
Symbol 1972 GraphicUsed by:1973
Symbol 1973 MovieClipUses:459 1970 1971 1972Used by:Timeline
Symbol 1974 GraphicUsed by:1986
Symbol 1975 GraphicUsed by:1986
Symbol 1976 GraphicUsed by:1986
Symbol 1977 GraphicUsed by:1986
Symbol 1978 GraphicUsed by:1986
Symbol 1979 GraphicUsed by:1986
Symbol 1980 GraphicUsed by:1986
Symbol 1981 GraphicUsed by:1986
Symbol 1982 GraphicUsed by:1986
Symbol 1983 GraphicUsed by:1986
Symbol 1984 GraphicUsed by:1986
Symbol 1985 GraphicUsed by:1986
Symbol 1986 MovieClipUses:1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985Used by:Timeline
Symbol 1987 ShapeTweeningUsed by:2027
Symbol 1988 ShapeTweeningUsed by:2027
Symbol 1989 ShapeTweeningUsed by:2027
Symbol 1990 ShapeTweeningUsed by:2027
Symbol 1991 ShapeTweeningUsed by:2027
Symbol 1992 GraphicUsed by:2027
Symbol 1993 ShapeTweeningUsed by:2027
Symbol 1994 ShapeTweeningUsed by:2027
Symbol 1995 ShapeTweeningUsed by:2027
Symbol 1996 ShapeTweeningUsed by:2027
Symbol 1997 ShapeTweeningUsed by:2027
Symbol 1998 ShapeTweeningUsed by:2027
Symbol 1999 ShapeTweeningUsed by:2027
Symbol 2000 GraphicUsed by:2027
Symbol 2001 ShapeTweeningUsed by:2027
Symbol 2002 ShapeTweeningUsed by:2027
Symbol 2003 GraphicUsed by:2027
Symbol 2004 ShapeTweeningUsed by:2027
Symbol 2005 ShapeTweeningUsed by:2027
Symbol 2006 ShapeTweeningUsed by:2027
Symbol 2007 ShapeTweeningUsed by:2027
Symbol 2008 ShapeTweeningUsed by:2027
Symbol 2009 ShapeTweeningUsed by:2027
Symbol 2010 GraphicUsed by:2027
Symbol 2011 ShapeTweeningUsed by:2027
Symbol 2012 GraphicUsed by:2027
Symbol 2013 ShapeTweeningUsed by:2027
Symbol 2014 ShapeTweeningUsed by:2027
Symbol 2015 ShapeTweeningUsed by:2027
Symbol 2016 ShapeTweeningUsed by:2027
Symbol 2017 ShapeTweeningUsed by:2027
Symbol 2018 ShapeTweeningUsed by:2027
Symbol 2019 ShapeTweeningUsed by:2027
Symbol 2020 ShapeTweeningUsed by:2027
Symbol 2021 ShapeTweeningUsed by:2027
Symbol 2022 ShapeTweeningUsed by:2027
Symbol 2023 ShapeTweeningUsed by:2027
Symbol 2024 GraphicUsed by:2027
Symbol 2025 ShapeTweeningUsed by:2027
Symbol 2026 GraphicUsed by:2027
Symbol 2027 MovieClipUses:1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026Used by:Timeline
Symbol 2028 GraphicUsed by:2029
Symbol 2029 MovieClipUses:2028Used by:Timeline
Symbol 2030 GraphicUsed by:2031
Symbol 2031 MovieClipUses:2030Used by:Timeline
Symbol 2032 ShapeTweeningUsed by:2184
Symbol 2033 ShapeTweeningUsed by:2184
Symbol 2034 ShapeTweeningUsed by:2184
Symbol 2035 GraphicUsed by:2184
Symbol 2036 ShapeTweeningUsed by:2184
Symbol 2037 ShapeTweeningUsed by:2184
Symbol 2038 ShapeTweeningUsed by:2184
Symbol 2039 ShapeTweeningUsed by:2184
Symbol 2040 ShapeTweeningUsed by:2184
Symbol 2041 ShapeTweeningUsed by:2184
Symbol 2042 ShapeTweeningUsed by:2184
Symbol 2043 GraphicUsed by:2184
Symbol 2044 GraphicUsed by:2184
Symbol 2045 ShapeTweeningUsed by:2184
Symbol 2046 ShapeTweeningUsed by:2184
Symbol 2047 ShapeTweeningUsed by:2184
Symbol 2048 ShapeTweeningUsed by:2184
Symbol 2049 ShapeTweeningUsed by:2184
Symbol 2050 ShapeTweeningUsed by:2184
Symbol 2051 ShapeTweeningUsed by:2184
Symbol 2052 ShapeTweeningUsed by:2184
Symbol 2053 ShapeTweeningUsed by:2184
Symbol 2054 ShapeTweeningUsed by:2184
Symbol 2055 ShapeTweeningUsed by:2184
Symbol 2056 ShapeTweeningUsed by:2184
Symbol 2057 ShapeTweeningUsed by:2184
Symbol 2058 ShapeTweeningUsed by:2184
Symbol 2059 ShapeTweeningUsed by:2184
Symbol 2060 ShapeTweeningUsed by:2184
Symbol 2061 GraphicUsed by:2184
Symbol 2062 ShapeTweeningUsed by:2184
Symbol 2063 ShapeTweeningUsed by:2184
Symbol 2064 ShapeTweeningUsed by:2184
Symbol 2065 ShapeTweeningUsed by:2184
Symbol 2066 ShapeTweeningUsed by:2184
Symbol 2067 ShapeTweeningUsed by:2184
Symbol 2068 GraphicUsed by:2184
Symbol 2069 ShapeTweeningUsed by:2184
Symbol 2070 ShapeTweeningUsed by:2184
Symbol 2071 ShapeTweeningUsed by:2184
Symbol 2072 ShapeTweeningUsed by:2184
Symbol 2073 ShapeTweeningUsed by:2184
Symbol 2074 ShapeTweeningUsed by:2184
Symbol 2075 ShapeTweeningUsed by:2184
Symbol 2076 ShapeTweeningUsed by:2184
Symbol 2077 ShapeTweeningUsed by:2184
Symbol 2078 ShapeTweeningUsed by:2184
Symbol 2079 ShapeTweeningUsed by:2184
Symbol 2080 ShapeTweeningUsed by:2184
Symbol 2081 ShapeTweeningUsed by:2184
Symbol 2082 GraphicUsed by:2184
Symbol 2083 ShapeTweeningUsed by:2184
Symbol 2084 ShapeTweeningUsed by:2184
Symbol 2085 ShapeTweeningUsed by:2184
Symbol 2086 ShapeTweeningUsed by:2184
Symbol 2087 ShapeTweeningUsed by:2184
Symbol 2088 ShapeTweeningUsed by:2184
Symbol 2089 ShapeTweeningUsed by:2184
Symbol 2090 ShapeTweeningUsed by:2184
Symbol 2091 GraphicUsed by:2184
Symbol 2092 GraphicUsed by:2184
Symbol 2093 ShapeTweeningUsed by:2184
Symbol 2094 ShapeTweeningUsed by:2184
Symbol 2095 ShapeTweeningUsed by:2184
Symbol 2096 ShapeTweeningUsed by:2184
Symbol 2097 ShapeTweeningUsed by:2184
Symbol 2098 ShapeTweeningUsed by:2184
Symbol 2099 ShapeTweeningUsed by:2184
Symbol 2100 ShapeTweeningUsed by:2184
Symbol 2101 ShapeTweeningUsed by:2184
Symbol 2102 ShapeTweeningUsed by:2184
Symbol 2103 ShapeTweeningUsed by:2184
Symbol 2104 ShapeTweeningUsed by:2184
Symbol 2105 ShapeTweeningUsed by:2184
Symbol 2106 ShapeTweeningUsed by:2184
Symbol 2107 ShapeTweeningUsed by:2184
Symbol 2108 ShapeTweeningUsed by:2184
Symbol 2109 ShapeTweeningUsed by:2184
Symbol 2110 GraphicUsed by:2184
Symbol 2111 GraphicUsed by:2184
Symbol 2112 ShapeTweeningUsed by:2184
Symbol 2113 ShapeTweeningUsed by:2184
Symbol 2114 ShapeTweeningUsed by:2184
Symbol 2115 ShapeTweeningUsed by:2184
Symbol 2116 ShapeTweeningUsed by:2184
Symbol 2117 ShapeTweeningUsed by:2184
Symbol 2118 GraphicUsed by:2184
Symbol 2119 ShapeTweeningUsed by:2184
Symbol 2120 ShapeTweeningUsed by:2184
Symbol 2121 ShapeTweeningUsed by:2184
Symbol 2122 ShapeTweeningUsed by:2184
Symbol 2123 ShapeTweeningUsed by:2184
Symbol 2124 ShapeTweeningUsed by:2184
Symbol 2125 ShapeTweeningUsed by:2184
Symbol 2126 ShapeTweeningUsed by:2184
Symbol 2127 ShapeTweeningUsed by:2184
Symbol 2128 ShapeTweeningUsed by:2184
Symbol 2129 ShapeTweeningUsed by:2184
Symbol 2130 GraphicUsed by:2184
Symbol 2131 ShapeTweeningUsed by:2184
Symbol 2132 ShapeTweeningUsed by:2184
Symbol 2133 ShapeTweeningUsed by:2184
Symbol 2134 ShapeTweeningUsed by:2184
Symbol 2135 ShapeTweeningUsed by:2184
Symbol 2136 ShapeTweeningUsed by:2184
Symbol 2137 ShapeTweeningUsed by:2184
Symbol 2138 ShapeTweeningUsed by:2184
Symbol 2139 ShapeTweeningUsed by:2184
Symbol 2140 ShapeTweeningUsed by:2184
Symbol 2141 ShapeTweeningUsed by:2184
Symbol 2142 ShapeTweeningUsed by:2184
Symbol 2143 ShapeTweeningUsed by:2184
Symbol 2144 GraphicUsed by:2184
Symbol 2145 ShapeTweeningUsed by:2184
Symbol 2146 ShapeTweeningUsed by:2184
Symbol 2147 ShapeTweeningUsed by:2184
Symbol 2148 ShapeTweeningUsed by:2184
Symbol 2149 ShapeTweeningUsed by:2184
Symbol 2150 ShapeTweeningUsed by:2184
Symbol 2151 ShapeTweeningUsed by:2184
Symbol 2152 ShapeTweeningUsed by:2184
Symbol 2153 ShapeTweeningUsed by:2184
Symbol 2154 ShapeTweeningUsed by:2184
Symbol 2155 ShapeTweeningUsed by:2184
Symbol 2156 ShapeTweeningUsed by:2184
Symbol 2157 ShapeTweeningUsed by:2184
Symbol 2158 ShapeTweeningUsed by:2184
Symbol 2159 ShapeTweeningUsed by:2184
Symbol 2160 ShapeTweeningUsed by:2184
Symbol 2161 ShapeTweeningUsed by:2184
Symbol 2162 ShapeTweeningUsed by:2184
Symbol 2163 GraphicUsed by:2184
Symbol 2164 GraphicUsed by:2184
Symbol 2165 ShapeTweeningUsed by:2184
Symbol 2166 ShapeTweeningUsed by:2184
Symbol 2167 ShapeTweeningUsed by:2184
Symbol 2168 ShapeTweeningUsed by:2184
Symbol 2169 ShapeTweeningUsed by:2184
Symbol 2170 GraphicUsed by:2184
Symbol 2171 ShapeTweeningUsed by:2184
Symbol 2172 GraphicUsed by:2184
Symbol 2173 ShapeTweeningUsed by:2184
Symbol 2174 ShapeTweeningUsed by:2184
Symbol 2175 ShapeTweeningUsed by:2184
Symbol 2176 ShapeTweeningUsed by:2184
Symbol 2177 ShapeTweeningUsed by:2184
Symbol 2178 ShapeTweeningUsed by:2184
Symbol 2179 ShapeTweeningUsed by:2184
Symbol 2180 ShapeTweeningUsed by:2184
Symbol 2181 GraphicUsed by:2184
Symbol 2182 ShapeTweeningUsed by:2184
Symbol 2183 GraphicUsed by:2184
Symbol 2184 MovieClipUses:2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183Used by:Timeline
Symbol 2185 GraphicUsed by:2307 2541 2545 2549 2553
Symbol 2186 ShapeTweeningUsed by:2307
Symbol 2187 ShapeTweeningUsed by:2307
Symbol 2188 ShapeTweeningUsed by:2307
Symbol 2189 ShapeTweeningUsed by:2307
Symbol 2190 ShapeTweeningUsed by:2307
Symbol 2191 ShapeTweeningUsed by:2307
Symbol 2192 GraphicUsed by:2307
Symbol 2193 ShapeTweeningUsed by:2307
Symbol 2194 ShapeTweeningUsed by:2307
Symbol 2195 ShapeTweeningUsed by:2307
Symbol 2196 ShapeTweeningUsed by:2307
Symbol 2197 ShapeTweeningUsed by:2307
Symbol 2198 ShapeTweeningUsed by:2307
Symbol 2199 ShapeTweeningUsed by:2307
Symbol 2200 GraphicUsed by:2307
Symbol 2201 ShapeTweeningUsed by:2307
Symbol 2202 ShapeTweeningUsed by:2307
Symbol 2203 ShapeTweeningUsed by:2307
Symbol 2204 ShapeTweeningUsed by:2307
Symbol 2205 ShapeTweeningUsed by:2307
Symbol 2206 GraphicUsed by:2307
Symbol 2207 ShapeTweeningUsed by:2307
Symbol 2208 ShapeTweeningUsed by:2307
Symbol 2209 ShapeTweeningUsed by:2307
Symbol 2210 ShapeTweeningUsed by:2307
Symbol 2211 ShapeTweeningUsed by:2307
Symbol 2212 ShapeTweeningUsed by:2307
Symbol 2213 ShapeTweeningUsed by:2307
Symbol 2214 ShapeTweeningUsed by:2307
Symbol 2215 ShapeTweeningUsed by:2307
Symbol 2216 ShapeTweeningUsed by:2307
Symbol 2217 GraphicUsed by:2307
Symbol 2218 ShapeTweeningUsed by:2307
Symbol 2219 ShapeTweeningUsed by:2307
Symbol 2220 ShapeTweeningUsed by:2307
Symbol 2221 ShapeTweeningUsed by:2307
Symbol 2222 ShapeTweeningUsed by:2307
Symbol 2223 ShapeTweeningUsed by:2307
Symbol 2224 ShapeTweeningUsed by:2307
Symbol 2225 ShapeTweeningUsed by:2307
Symbol 2226 ShapeTweeningUsed by:2307
Symbol 2227 GraphicUsed by:2307
Symbol 2228 ShapeTweeningUsed by:2307
Symbol 2229 ShapeTweeningUsed by:2307
Symbol 2230 ShapeTweeningUsed by:2307
Symbol 2231 ShapeTweeningUsed by:2307
Symbol 2232 ShapeTweeningUsed by:2307
Symbol 2233 ShapeTweeningUsed by:2307
Symbol 2234 ShapeTweeningUsed by:2307
Symbol 2235 ShapeTweeningUsed by:2307
Symbol 2236 ShapeTweeningUsed by:2307
Symbol 2237 GraphicUsed by:2307
Symbol 2238 ShapeTweeningUsed by:2307
Symbol 2239 ShapeTweeningUsed by:2307
Symbol 2240 ShapeTweeningUsed by:2307
Symbol 2241 ShapeTweeningUsed by:2307
Symbol 2242 ShapeTweeningUsed by:2307
Symbol 2243 ShapeTweeningUsed by:2307
Symbol 2244 ShapeTweeningUsed by:2307
Symbol 2245 GraphicUsed by:2307
Symbol 2246 ShapeTweeningUsed by:2307
Symbol 2247 ShapeTweeningUsed by:2307
Symbol 2248 ShapeTweeningUsed by:2307
Symbol 2249 ShapeTweeningUsed by:2307
Symbol 2250 ShapeTweeningUsed by:2307
Symbol 2251 ShapeTweeningUsed by:2307
Symbol 2252 ShapeTweeningUsed by:2307
Symbol 2253 ShapeTweeningUsed by:2307
Symbol 2254 ShapeTweeningUsed by:2307
Symbol 2255 ShapeTweeningUsed by:2307
Symbol 2256 GraphicUsed by:2307
Symbol 2257 ShapeTweeningUsed by:2307
Symbol 2258 ShapeTweeningUsed by:2307
Symbol 2259 ShapeTweeningUsed by:2307
Symbol 2260 ShapeTweeningUsed by:2307
Symbol 2261 ShapeTweeningUsed by:2307
Symbol 2262 ShapeTweeningUsed by:2307
Symbol 2263 ShapeTweeningUsed by:2307
Symbol 2264 GraphicUsed by:2307
Symbol 2265 ShapeTweeningUsed by:2307
Symbol 2266 ShapeTweeningUsed by:2307
Symbol 2267 ShapeTweeningUsed by:2307
Symbol 2268 ShapeTweeningUsed by:2307
Symbol 2269 ShapeTweeningUsed by:2307
Symbol 2270 ShapeTweeningUsed by:2307
Symbol 2271 ShapeTweeningUsed by:2307
Symbol 2272 ShapeTweeningUsed by:2307
Symbol 2273 ShapeTweeningUsed by:2307
Symbol 2274 GraphicUsed by:2307
Symbol 2275 ShapeTweeningUsed by:2307
Symbol 2276 ShapeTweeningUsed by:2307
Symbol 2277 ShapeTweeningUsed by:2307
Symbol 2278 ShapeTweeningUsed by:2307
Symbol 2279 ShapeTweeningUsed by:2307
Symbol 2280 ShapeTweeningUsed by:2307
Symbol 2281 ShapeTweeningUsed by:2307
Symbol 2282 GraphicUsed by:2307
Symbol 2283 ShapeTweeningUsed by:2307
Symbol 2284 ShapeTweeningUsed by:2307
Symbol 2285 ShapeTweeningUsed by:2307
Symbol 2286 ShapeTweeningUsed by:2307
Symbol 2287 ShapeTweeningUsed by:2307
Symbol 2288 ShapeTweeningUsed by:2307
Symbol 2289 ShapeTweeningUsed by:2307
Symbol 2290 ShapeTweeningUsed by:2307
Symbol 2291 GraphicUsed by:2307
Symbol 2292 ShapeTweeningUsed by:2307
Symbol 2293 ShapeTweeningUsed by:2307
Symbol 2294 ShapeTweeningUsed by:2307
Symbol 2295 ShapeTweeningUsed by:2307
Symbol 2296 ShapeTweeningUsed by:2307
Symbol 2297 GraphicUsed by:2307
Symbol 2298 ShapeTweeningUsed by:2307
Symbol 2299 ShapeTweeningUsed by:2307
Symbol 2300 ShapeTweeningUsed by:2307
Symbol 2301 ShapeTweeningUsed by:2307
Symbol 2302 ShapeTweeningUsed by:2307
Symbol 2303 ShapeTweeningUsed by:2307
Symbol 2304 ShapeTweeningUsed by:2307
Symbol 2305 ShapeTweeningUsed by:2307
Symbol 2306 GraphicUsed by:2307
Symbol 2307 MovieClipUses:2185 1236 2186 1237 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 1728 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 1741 2241 1743 2242 2243 2244 2245 2246 2247 1749 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 1767 2267 2268 2269 2270 2271 2272 1774 2273 2274 2275 1777 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 1796 2296 1798 2297 2298 2299 1801 2300 2301 2302 2303 2304 2305 2306Used by:Timeline
Symbol 2308 ShapeTweeningUsed by:2330
Symbol 2309 ShapeTweeningUsed by:2330
Symbol 2310 GraphicUsed by:2330
Symbol 2311 ShapeTweeningUsed by:2330
Symbol 2312 ShapeTweeningUsed by:2330
Symbol 2313 ShapeTweeningUsed by:2330
Symbol 2314 ShapeTweeningUsed by:2330
Symbol 2315 GraphicUsed by:2330
Symbol 2316 GraphicUsed by:2330
Symbol 2317 GraphicUsed by:2330
Symbol 2318 GraphicUsed by:2330
Symbol 2319 GraphicUsed by:2330
Symbol 2320 GraphicUsed by:2330
Symbol 2321 GraphicUsed by:2330
Symbol 2322 GraphicUsed by:2330
Symbol 2323 GraphicUsed by:2330
Symbol 2324 GraphicUsed by:2330
Symbol 2325 GraphicUsed by:2330
Symbol 2326 GraphicUsed by:2330
Symbol 2327 GraphicUsed by:2330
Symbol 2328 GraphicUsed by:2330
Symbol 2329 GraphicUsed by:2330
Symbol 2330 MovieClipUses:1261 2308 2309 2310 2311 2312 2313 2314 1269 1270 2315 2316 1274 2317 2318 2319 2320 2321 2322 2323 1282 2324 2325 2326 2327 2328 2329Used by:Timeline
Symbol 2331 GraphicUsed by:2334
Symbol 2332 ShapeTweeningUsed by:2334
Symbol 2333 GraphicUsed by:2334
Symbol 2334 MovieClipUses:2331 2332 2333Used by:Timeline
Symbol 2335 GraphicUsed by:2336
Symbol 2336 MovieClipUses:2335Used by:Timeline
Symbol 2337 GraphicUsed by:2338
Symbol 2338 MovieClipUses:2337Used by:Timeline
Symbol 2339 GraphicUsed by:2340
Symbol 2340 MovieClipUses:2339Used by:Timeline
Symbol 2341 ShapeTweeningUsed by:2344
Symbol 2342 ShapeTweeningUsed by:2344
Symbol 2343 GraphicUsed by:2344
Symbol 2344 MovieClipUses:2341 2342 2343Used by:Timeline
Symbol 2345 GraphicUsed by:2380
Symbol 2346 GraphicUsed by:2380
Symbol 2347 GraphicUsed by:2380
Symbol 2348 GraphicUsed by:2380
Symbol 2349 GraphicUsed by:2380
Symbol 2350 GraphicUsed by:2380
Symbol 2351 GraphicUsed by:2380
Symbol 2352 GraphicUsed by:2380
Symbol 2353 GraphicUsed by:2380
Symbol 2354 GraphicUsed by:2380
Symbol 2355 GraphicUsed by:2380
Symbol 2356 GraphicUsed by:2380
Symbol 2357 GraphicUsed by:2380
Symbol 2358 GraphicUsed by:2380
Symbol 2359 GraphicUsed by:2380
Symbol 2360 GraphicUsed by:2380
Symbol 2361 GraphicUsed by:2380
Symbol 2362 GraphicUsed by:2380
Symbol 2363 GraphicUsed by:2380
Symbol 2364 GraphicUsed by:2380
Symbol 2365 GraphicUsed by:2380
Symbol 2366 GraphicUsed by:2380
Symbol 2367 GraphicUsed by:2380
Symbol 2368 GraphicUsed by:2380
Symbol 2369 GraphicUsed by:2380
Symbol 2370 GraphicUsed by:2380
Symbol 2371 GraphicUsed by:2380
Symbol 2372 GraphicUsed by:2380
Symbol 2373 GraphicUsed by:2380
Symbol 2374 GraphicUsed by:2380
Symbol 2375 GraphicUsed by:2380
Symbol 2376 GraphicUsed by:2380
Symbol 2377 GraphicUsed by:2380
Symbol 2378 GraphicUsed by:2380
Symbol 2379 GraphicUsed by:2380
Symbol 2380 MovieClipUses:2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379Used by:Timeline
Symbol 2381 GraphicUsed by:2402
Symbol 2382 GraphicUsed by:2402
Symbol 2383 GraphicUsed by:2402
Symbol 2384 GraphicUsed by:2402
Symbol 2385 GraphicUsed by:2402
Symbol 2386 GraphicUsed by:2402
Symbol 2387 GraphicUsed by:2402
Symbol 2388 GraphicUsed by:2402
Symbol 2389 GraphicUsed by:2402
Symbol 2390 GraphicUsed by:2402
Symbol 2391 GraphicUsed by:2402
Symbol 2392 GraphicUsed by:2402
Symbol 2393 GraphicUsed by:2402
Symbol 2394 GraphicUsed by:2402
Symbol 2395 GraphicUsed by:2402
Symbol 2396 GraphicUsed by:2402
Symbol 2397 GraphicUsed by:2402
Symbol 2398 GraphicUsed by:2402
Symbol 2399 GraphicUsed by:2402
Symbol 2400 GraphicUsed by:2402
Symbol 2401 GraphicUsed by:2402
Symbol 2402 MovieClipUses:2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401Used by:Timeline
Symbol 2403 GraphicUsed by:2422
Symbol 2404 GraphicUsed by:2422
Symbol 2405 GraphicUsed by:2422
Symbol 2406 GraphicUsed by:2422
Symbol 2407 ShapeTweeningUsed by:2422
Symbol 2408 GraphicUsed by:2422
Symbol 2409 GraphicUsed by:2422
Symbol 2410 GraphicUsed by:2422
Symbol 2411 GraphicUsed by:2422
Symbol 2412 GraphicUsed by:2422
Symbol 2413 GraphicUsed by:2422
Symbol 2414 GraphicUsed by:2422
Symbol 2415 GraphicUsed by:2422
Symbol 2416 GraphicUsed by:2422
Symbol 2417 GraphicUsed by:2422
Symbol 2418 GraphicUsed by:2422
Symbol 2419 GraphicUsed by:2422
Symbol 2420 GraphicUsed by:2422
Symbol 2421 GraphicUsed by:2422
Symbol 2422 MovieClipUses:2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421Used by:Timeline
Symbol 2423 GraphicUsed by:2425
Symbol 2424 GraphicUsed by:2425
Symbol 2425 MovieClipUses:2423 2424Used by:Timeline
Symbol 2426 GraphicUsed by:2427
Symbol 2427 MovieClipUses:2426Used by:Timeline
Symbol 2428 GraphicUsed by:2453
Symbol 2429 GraphicUsed by:2453
Symbol 2430 GraphicUsed by:2453
Symbol 2431 GraphicUsed by:2453
Symbol 2432 GraphicUsed by:2453
Symbol 2433 GraphicUsed by:2453
Symbol 2434 GraphicUsed by:2453
Symbol 2435 GraphicUsed by:2453
Symbol 2436 GraphicUsed by:2453
Symbol 2437 GraphicUsed by:2453
Symbol 2438 GraphicUsed by:2453
Symbol 2439 GraphicUsed by:2453
Symbol 2440 GraphicUsed by:2453
Symbol 2441 GraphicUsed by:2453
Symbol 2442 GraphicUsed by:2453
Symbol 2443 GraphicUsed by:2453
Symbol 2444 GraphicUsed by:2453
Symbol 2445 GraphicUsed by:2453
Symbol 2446 GraphicUsed by:2453
Symbol 2447 GraphicUsed by:2453
Symbol 2448 GraphicUsed by:2453
Symbol 2449 GraphicUsed by:2453
Symbol 2450 GraphicUsed by:2453
Symbol 2451 GraphicUsed by:2453
Symbol 2452 GraphicUsed by:2453
Symbol 2453 MovieClipUses:2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452Used by:Timeline
Symbol 2454 GraphicUsed by:2476
Symbol 2455 GraphicUsed by:2476
Symbol 2456 GraphicUsed by:2476
Symbol 2457 ShapeTweeningUsed by:2476
Symbol 2458 GraphicUsed by:2476
Symbol 2459 GraphicUsed by:2476
Symbol 2460 GraphicUsed by:2476
Symbol 2461 ShapeTweeningUsed by:2476
Symbol 2462 GraphicUsed by:2476
Symbol 2463 ShapeTweeningUsed by:2476
Symbol 2464 GraphicUsed by:2476
Symbol 2465 GraphicUsed by:2476
Symbol 2466 ShapeTweeningUsed by:2476
Symbol 2467 GraphicUsed by:2476
Symbol 2468 ShapeTweeningUsed by:2476
Symbol 2469 ShapeTweeningUsed by:2476
Symbol 2470 ShapeTweeningUsed by:2476
Symbol 2471 GraphicUsed by:2476
Symbol 2472 ShapeTweeningUsed by:2476
Symbol 2473 GraphicUsed by:2476
Symbol 2474 ShapeTweeningUsed by:2476
Symbol 2475 GraphicUsed by:2476
Symbol 2476 MovieClipUses:2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475Used by:Timeline
Symbol 2477 GraphicUsed by:2480
Symbol 2478 GraphicUsed by:2480
Symbol 2479 GraphicUsed by:2480
Symbol 2480 MovieClipUses:2477 2478 2479Used by:Timeline
Symbol 2481 GraphicUsed by:2484
Symbol 2482 GraphicUsed by:2484
Symbol 2483 GraphicUsed by:2484
Symbol 2484 MovieClipUses:2481 2482 2483Used by:Timeline
Symbol 2485 GraphicUsed by:2486
Symbol 2486 MovieClipUses:2485Used by:Timeline
Symbol 2487 GraphicUsed by:2488
Symbol 2488 MovieClip [Shed Tooth]Uses:2487Used by:Timeline
Symbol 2489 GraphicUsed by:2495
Symbol 2490 GraphicUsed by:2495
Symbol 2491 GraphicUsed by:2495
Symbol 2492 GraphicUsed by:2495
Symbol 2493 GraphicUsed by:2495
Symbol 2494 GraphicUsed by:2495
Symbol 2495 MovieClip [Ground Crack]Uses:2489 2490 2491 2492 2493 2494Used by:Timeline
Symbol 2496 GraphicUsed by:2501
Symbol 2497 GraphicUsed by:2501
Symbol 2498 GraphicUsed by:2501
Symbol 2499 GraphicUsed by:2501
Symbol 2500 GraphicUsed by:2501
Symbol 2501 MovieClipUses:2496 2497 2498 2499 2500Used by:Timeline
Symbol 2502 GraphicUsed by:2503
Symbol 2503 MovieClipUses:2502Used by:2510
Symbol 2504 GraphicUsed by:2505
Symbol 2505 MovieClipUses:2504Used by:2510
Symbol 2506 GraphicUsed by:2510
Symbol 2507 GraphicUsed by:2510
Symbol 2508 GraphicUsed by:2510
Symbol 2509 GraphicUsed by:2510
Symbol 2510 MovieClipUses:2503 1335 2505 2506 1337 2507 2508 2509Used by:Timeline
Symbol 2511 GraphicUsed by:2512
Symbol 2512 MovieClipUses:2511Used by:2524
Symbol 2513 GraphicUsed by:2514
Symbol 2514 MovieClipUses:2513Used by:2524
Symbol 2515 GraphicUsed by:2516
Symbol 2516 MovieClipUses:2515Used by:2524
Symbol 2517 GraphicUsed by:2518
Symbol 2518 MovieClipUses:2517Used by:2524
Symbol 2519 GraphicUsed by:2520
Symbol 2520 MovieClipUses:2519Used by:2524
Symbol 2521 GraphicUsed by:2524
Symbol 2522 ShapeTweeningUsed by:2524
Symbol 2523 GraphicUsed by:2524
Symbol 2524 MovieClipUses:2512 2514 2516 2518 2520 2521 2522 2523Used by:Timeline
Symbol 2525 GraphicUsed by:2537
Symbol 2526 GraphicUsed by:2537
Symbol 2527 GraphicUsed by:2537
Symbol 2528 GraphicUsed by:2537
Symbol 2529 GraphicUsed by:2537
Symbol 2530 GraphicUsed by:2537
Symbol 2531 GraphicUsed by:2537
Symbol 2532 GraphicUsed by:2537
Symbol 2533 GraphicUsed by:2537
Symbol 2534 GraphicUsed by:2537
Symbol 2535 GraphicUsed by:2537
Symbol 2536 GraphicUsed by:2537
Symbol 2537 MovieClip [Razor Larva Pop]Uses:2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536Used by:Timeline
Symbol 2538 GraphicUsed by:2541
Symbol 2539 GraphicUsed by:2541 2586
Symbol 2540 GraphicUsed by:2541 2586
Symbol 2541 MovieClipUses:2185 1236 1237 2538 2539 2540 1000Used by:Timeline
Symbol 2542 GraphicUsed by:2545
Symbol 2543 GraphicUsed by:2545
Symbol 2544 GraphicUsed by:2545
Symbol 2545 MovieClipUses:2185 1236 1237 2542 2543 2544 1000Used by:Timeline
Symbol 2546 GraphicUsed by:2549
Symbol 2547 GraphicUsed by:2549
Symbol 2548 GraphicUsed by:2549
Symbol 2549 MovieClipUses:2185 1236 1237 2546 2547 2548 1000Used by:Timeline
Symbol 2550 GraphicUsed by:2553
Symbol 2551 GraphicUsed by:2553 2579
Symbol 2552 GraphicUsed by:2553 2579
Symbol 2553 MovieClipUses:2185 1236 1237 2550 2551 2552 1000Used by:Timeline
Symbol 2554 GraphicUsed by:2560
Symbol 2555 GraphicUsed by:2560
Symbol 2556 GraphicUsed by:2560
Symbol 2557 GraphicUsed by:2560 2588
Symbol 2558 GraphicUsed by:2560
Symbol 2559 GraphicUsed by:2560
Symbol 2560 MovieClipUses:2554 1236 1237 2555 2556 2557 2558 2559 1000Used by:Timeline
Symbol 2561 ShapeTweeningUsed by:2566
Symbol 2562 ShapeTweeningUsed by:2566
Symbol 2563 ShapeTweeningUsed by:2566
Symbol 2564 ShapeTweeningUsed by:2566
Symbol 2565 GraphicUsed by:2566
Symbol 2566 MovieClip [Lil Guy Walkin Razor]Uses:1690 2561 2562 2563 2564 2565Used by:Timeline
Symbol 2567 GraphicUsed by:2577
Symbol 2568 GraphicUsed by:2577
Symbol 2569 GraphicUsed by:2577
Symbol 2570 GraphicUsed by:2577
Symbol 2571 GraphicUsed by:2577
Symbol 2572 GraphicUsed by:2577
Symbol 2573 GraphicUsed by:2577
Symbol 2574 GraphicUsed by:2577
Symbol 2575 GraphicUsed by:2577
Symbol 2576 GraphicUsed by:2577
Symbol 2577 MovieClip [Lil Guy Slash Razor]Uses:1690 1003 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576Used by:Timeline
Symbol 2578 GraphicUsed by:2579 2582 2585 2586 2588
Symbol 2579 MovieClip [Lil Guy Stagger Down Razor]Uses:1690 1236 1237 2551 2552 2578Used by:Timeline
Symbol 2580 GraphicUsed by:2582
Symbol 2581 GraphicUsed by:2582
Symbol 2582 MovieClip [Lil Guy Stagger Left Razor]Uses:1690 1236 1237 2580 2581 2578Used by:Timeline
Symbol 2583 GraphicUsed by:2585
Symbol 2584 GraphicUsed by:2585
Symbol 2585 MovieClip [Lil Guy Stagger Right Razor]Uses:1690 1236 1237 2583 2584 2578Used by:Timeline
Symbol 2586 MovieClip [Lil Guy Stagger Up Razor]Uses:1690 1236 1237 2539 2540 2578Used by:Timeline
Symbol 2587 GraphicUsed by:2588
Symbol 2588 MovieClip [Lil Guy Bounce Back Razor]Uses:1690 1236 1237 2557 2587 2578Used by:Timeline
Symbol 2589 GraphicUsed by:Timeline
Symbol 2590 GraphicUsed by:2591
Symbol 2591 MovieClipUses:2590Used by:Timeline

Instance Names

"BigSword"Frame 1Symbol 34 MovieClip [PreloaderSword]
"PlayMe"Frame 1Symbol 32 MovieClip [Play Button]
"GooBlanket"Frame 1Symbol 29 MovieClip [Blanket of Goo]
"SwordMask"Frame 1Symbol 136 MovieClip
"LoadingMarker"Frame 1Symbol 140 MovieClip
"MusicExpo"Frame 2Symbol 783 MovieClip [Music Exporter]
"Sound Expo"Frame 2Symbol 851 MovieClip [Sound Exporter]
"innocuousLogo"Frame 3Symbol 1055 MovieClip
"ForAnd"Frame 3Symbol 1058 MovieClip
"MadNonnieLogo"Frame 3Symbol 1061 MovieClip
"NewgroundsLogo"Frame 3Symbol 1063 MovieClip
"Disclaim"Frame 4Symbol 1065 MovieClip [Disclaimer]
"Practice"Frame 5Symbol 1085 MovieClip
"SingleNest"Frame 5Symbol 1108 MovieClip
"BountyRun"Frame 5Symbol 1129 MovieClip
"Options"Frame 5Symbol 1146 MovieClip
"Beastiary"Frame 5Symbol 1165 MovieClip
"MainTitle"Frame 5Symbol 1167 MovieClip
"InfoBox"Frame 5Symbol 1169 MovieClip
"Scoreboard"Frame 5Symbol 1173 MovieClip [High Scores]
"WeaponSelect"Frame 5Symbol 770 MovieClip [Weapon Select]
"Instructions"Frame 5Symbol 1200 MovieClip
"HintBox"Frame 6Symbol 1204 MovieClip
"PointMark"Frame 7Symbol 1206 MovieClip
"SpawnPoint"Frame 7Symbol 1208 MovieClip
"HeroSwing"Frame 7Symbol 1211 MovieClip
"Splat2"Frame 7Symbol 971 MovieClip [Splat2]
"Splat3"Frame 7Symbol 985 MovieClip [Splat3]
"StickyMark"Frame 7Symbol 1215 MovieClip
"Goo"Frame 7Symbol 1227 MovieClip
"Bounty"Frame 7Symbol 1229 MovieClip
"ScoreDisplay"Frame 7Symbol 1231 MovieClip
"Sword"Frame 7Symbol 1234 MovieClip
"HeroAbsorbed"Frame 7Symbol 1251 MovieClip
"Meltie"Frame 7Symbol 514 MovieClip
"AcidMark"Frame 7Symbol 1255 MovieClip
"GloopleMelt"Frame 7Symbol 1260 MovieClip
"HeroMelt"Frame 7Symbol 1289 MovieClip
"BloodPrint"Frame 7Symbol 1296 MovieClip
"Inkie"Frame 7Symbol 501 MovieClip
"InkTrail"Frame 7Symbol 1297 MovieClip
"OilMark"Frame 7Symbol 1301 MovieClip
"SlickTag"Frame 7Symbol 1303 MovieClip
"Fuzzle"Frame 7Symbol 327 MovieClip
"FuzzleHairless"Frame 7Symbol 1332 MovieClip
"HeroChow"Frame 7Symbol 1431 MovieClip
"HeroChowed"Frame 7Symbol 1434 MovieClip
"OozleGlom"Frame 7Symbol 1438 MovieClip
"Gray"Frame 7Symbol 455 MovieClip
"GrayBit"Frame 7Symbol 1442 MovieClip
"GrayTip"Frame 7Symbol 1446 MovieClip
"HeroSpear"Frame 7Symbol 1462 MovieClip
"HeroSpearAbsorbed"Frame 7Symbol 1494 MovieClip
"Torchie"Frame 7Symbol 607 MovieClip
"GloopleBurn"Frame 7Symbol 1499 MovieClip
"Gib1"Frame 7Symbol 1501 MovieClip
"Gib2"Frame 7Symbol 1503 MovieClip
"Gib3"Frame 7Symbol 1505 MovieClip
"Horror"Frame 7Symbol 493 MovieClip
"HorrorDisk"Frame 7Symbol 1511 MovieClip
"HorrorHook"Frame 7Symbol 1514 MovieClip
"BiterMorph"Frame 7Symbol 1519 MovieClip
"HeroHooked"Frame 7Symbol 1529 MovieClip
"HeroBisect"Frame 7Symbol 1538 MovieClip
"HeroDecapitate"Frame 7Symbol 1546 MovieClip
"HeroHead"Frame 7Symbol 1551 MovieClip
"HeroTorso"Frame 7Symbol 1556 MovieClip
"Frostie"Frame 7Symbol 278 MovieClip
"Frost"Frame 7Symbol 853 MovieClip [Frost]
"ColdBurst"Frame 7Symbol 1558 MovieClip
"Frozen"Frame 7Symbol 1561 MovieClip
"Ice1"Frame 7Symbol 1563 MovieClip
"Ice2"Frame 7Symbol 1565 MovieClip
"Ice3"Frame 7Symbol 1567 MovieClip
"SwordCold"Frame 7Symbol 1570 MovieClip
"HeroFrozen"Frame 7Symbol 1573 MovieClip
"FPSdisplay"Frame 7Symbol 1575 MovieClip
"Amalgam"Frame 7Symbol 235 MovieClip
"Absorbing"Frame 7Symbol 1578 MovieClip
"QueenLarva"Frame 7Symbol 1592 MovieClip
"GameControl"Frame 7Symbol 1594 MovieClip
"GroundPebble"Frame 7Symbol 1596 MovieClip
"GroundDust"Frame 7Symbol 1598 MovieClip
"RazorQuill"Frame 7Symbol 1600 MovieClip
"QuillPop"Frame 7Symbol 1612 MovieClip
"BoneChip1"Frame 7Symbol 1614 MovieClip
"BoneChip2"Frame 7Symbol 1616 MovieClip
"RazorMite"Frame 7Symbol 1625 MovieClip
"GroundMound"Frame 7Symbol 1627 MovieClip
"GroundHole"Frame 7Symbol 1629 MovieClip
"RazorMaw"Frame 7Symbol 1642 MovieClip
"RazorHedgehog"Frame 7Symbol 1653 MovieClip
"HeroQuilled"Frame 7Symbol 1669 MovieClip
"RazorLarva"Frame 7Symbol 1680 MovieClip
"RazorSpike"Frame 7Symbol 1682 MovieClip [Razor Spike]
"HeroSpiked"Frame 7Symbol 1688 MovieClip
"HeroFlamingRazor"Frame 7Symbol 1809 MovieClip [Lil Guy Flaming Razor]
"Blastmark"Frame 7Symbol 1811 MovieClip
"Splat1"Frame 7Symbol 957 MovieClip [Splat1]
"Blood1"Frame 7Symbol 1817 MovieClip
"Blood2"Frame 7Symbol 1823 MovieClip
"Blood3"Frame 7Symbol 1829 MovieClip
"MoltenStone"Frame 7Symbol 1831 MovieClip
"Stone"Frame 7Symbol 1833 MovieClip
"Gloople"Frame 7Symbol 335 MovieClip
"Stickie"Frame 7Symbol 597 MovieClip
"GloopleGlom"Frame 7Symbol 1837 MovieClip
"Oozle"Frame 7Symbol 522 MovieClip
"Biter"Frame 7Symbol 259 MovieClip
"BiterLunge"Frame 7Symbol 1858 MovieClip
"HeroMangle"Frame 7Symbol 1905 MovieClip
"HeroMangled"Frame 7Symbol 1907 MovieClip
"AcidBubble"Frame 7Symbol 1910 MovieClip
"Sharp"Frame 7Symbol 590 MovieClip
"Sparks"Frame 7Symbol 1919 MovieClip
"HeroImpaled"Frame 7Symbol 1966 MovieClip
"Clutter"Frame 7Symbol 274 MovieClip
"ClutterSpit"Frame 7Symbol 1969 MovieClip
"Grinder"Frame 7Symbol 462 MovieClip
"GrinderCracked"Frame 7Symbol 1973 MovieClip
"FuzzPuff"Frame 7Symbol 1986 MovieClip
"SmallFire"Frame 7Symbol 2027 MovieClip
"BlackSmoke"Frame 7Symbol 2029 MovieClip
"WhiteSmoke"Frame 7Symbol 2031 MovieClip
"Flames"Frame 7Symbol 920 MovieClip [Gloople Flame]
"BigFire"Frame 7Symbol 2184 MovieClip
"HeroFlaming"Frame 7Symbol 2307 MovieClip
"HeroBurn"Frame 7Symbol 2330 MovieClip
"VoidEater"Frame 7Symbol 733 MovieClip
"GrayGlom"Frame 7Symbol 2334 MovieClip
"VoidPulse"Frame 7Symbol 2336 MovieClip
"VoidSpiral"Frame 7Symbol 2338 MovieClip
"VoidBall"Frame 7Symbol 2340 MovieClip
"VoidBeam"Frame 7Symbol 2344 MovieClip
"GloopleDisintigrate"Frame 7Symbol 2380 MovieClip
"HeroDisintigrate"Frame 7Symbol 2402 MovieClip
"BiterGlom"Frame 7Symbol 2422 MovieClip
"Queen"Frame 7Symbol 528 MovieClip
"QueenClaw"Frame 7Symbol 2425 MovieClip
"QueenArm"Frame 7Symbol 2427 MovieClip
"QueenWisp"Frame 7Symbol 943 MovieClip [Queen Wisp]
"QueenWiggler"Frame 7Symbol 2453 MovieClip
"QueenSeed"Frame 7Symbol 2476 MovieClip
"RazorQueen"Frame 7Symbol 532 MovieClip
"RazorTail"Frame 7Symbol 15 MovieClip [RazorQueen Tail]
"RazorForClaw"Frame 7Symbol 2480 MovieClip
"RazorDuClaw"Frame 7Symbol 2484 MovieClip
"RazorArm"Frame 7Symbol 2486 MovieClip
"RazorBlade"Frame 7Symbol 12 MovieClip [RazorQueen Blade]
"ShedTooth"Frame 7Symbol 2488 MovieClip [Shed Tooth]
"RazorTooth"Frame 7Symbol 987 MovieClip [Razor Tooth]
"GroundCrack"Frame 7Symbol 2495 MovieClip [Ground Crack]
"GroundDirt"Frame 7Symbol 2501 MovieClip
"HeroPiked"Frame 7Symbol 2510 MovieClip
"HeroHalf"Frame 7Symbol 2524 MovieClip
"RazorLarvaPop"Frame 7Symbol 2537 MovieClip [Razor Larva Pop]
"HeroSlash"Frame 7Symbol 1019 MovieClip
"HeroWalk"Frame 7Symbol 997 MovieClip
"HeroStaggerUp"Frame 7Symbol 2541 MovieClip
"HeroStaggerRight"Frame 7Symbol 2545 MovieClip
"HeroStaggerLeft"Frame 7Symbol 2549 MovieClip
"HeroStaggerDown"Frame 7Symbol 2553 MovieClip
"HeroBounceback"Frame 7Symbol 2560 MovieClip
"HeroWalkRazor"Frame 7Symbol 2566 MovieClip [Lil Guy Walkin Razor]
"HeroSlashRazor"Frame 7Symbol 2577 MovieClip [Lil Guy Slash Razor]
"HeroStaggerDownRazor"Frame 7Symbol 2579 MovieClip [Lil Guy Stagger Down Razor]
"HeroStaggerLeftRazor"Frame 7Symbol 2582 MovieClip [Lil Guy Stagger Left Razor]
"HeroStaggerRightRazor"Frame 7Symbol 2585 MovieClip [Lil Guy Stagger Right Razor]
"HeroStaggerUpRazor"Frame 7Symbol 2586 MovieClip [Lil Guy Stagger Up Razor]
"HeroBouncebackRazor"Frame 7Symbol 2588 MovieClip [Lil Guy Bounce Back Razor]
"Blackout"Frame 7Symbol 2591 MovieClip
"Light Wash"Symbol 29 MovieClip [Blanket of Goo] Frame 1Symbol 26 MovieClip
"Dark wash"Symbol 29 MovieClip [Blanket of Goo] Frame 1Symbol 28 MovieClip
"BootTime"Symbol 138 MovieClip Frame 1Symbol 137 EditableText
"Percentage"Symbol 140 MovieClip Frame 1Symbol 138 MovieClip
"BootTime"Symbol 164 MovieClip Frame 1Symbol 163 EditableText
"DeathTime"Symbol 176 MovieClip [Death Popup] Frame 1Symbol 164 MovieClip
"Retry"Symbol 176 MovieClip [Death Popup] Frame 1Symbol 167 MovieClip
"Menu"Symbol 176 MovieClip [Death Popup] Frame 1Symbol 170 MovieClip
"Rematch"Symbol 176 MovieClip [Death Popup] Frame 1Symbol 175 MovieClip [Rematch Button]
"Work"Symbol 186 MovieClip [Firework] Frame 1Symbol 185 MovieClip [FireworkVis]
"BootTime"Symbol 191 MovieClip Frame 1Symbol 190 EditableText
"theBoss"Symbol 192 MovieClip [Jukebox Display] Frame 1Symbol 189 MovieClip
"SongTitle"Symbol 192 MovieClip [Jukebox Display] Frame 1Symbol 191 MovieClip
"ClearBonusShadow"Symbol 195 MovieClip [Nest Clear Bonus] Frame 1Symbol 138 MovieClip
"ClearBonus"Symbol 195 MovieClip [Nest Clear Bonus] Frame 1Symbol 138 MovieClip
"Gloople Counter"Symbol 198 MovieClip [Nest Counter] Frame 1Symbol 138 MovieClip
"HighScoreText"Symbol 202 MovieClip [New High Score!] Frame 1Symbol 201 MovieClip [New High Score Text]
"NewWeaponText"Symbol 207 MovieClip [New Weapon Unlocked!] Frame 1Symbol 206 MovieClip
"Sparley"Symbol 210 MovieClip [Sparkle] Frame 1Symbol 209 MovieClip [SparkleVis]
"GoBack"Symbol 224 MovieClip [Beastiary Plate] Frame 1Symbol 216 MovieClip
"TileGloople"Symbol 224 MovieClip [Beastiary Plate] Frame 1Symbol 223 MovieClip [Tile]
"TileStickie"Symbol 224 MovieClip [Beastiary Plate] Frame 1Symbol 223 MovieClip [Tile]
"TileBiter"Symbol 224 MovieClip [Beastiary Plate] Frame 1Symbol 223 MovieClip [Tile]
"TileMeltie"Symbol 224 MovieClip [Beastiary Plate] Frame 1Symbol 223 MovieClip [Tile]
"TileSharp"Symbol 224 MovieClip [Beastiary Plate] Frame 1Symbol 223 MovieClip [Tile]
"TileClutter"Symbol 224 MovieClip [Beastiary Plate] Frame 1Symbol 223 MovieClip [Tile]
"TileInkie"Symbol 224 MovieClip [Beastiary Plate] Frame 1Symbol 223 MovieClip [Tile]
"TileGrinder"Symbol 224 MovieClip [Beastiary Plate] Frame 1Symbol 223 MovieClip [Tile]
"TileFuzzle"Symbol 224 MovieClip [Beastiary Plate] Frame 1Symbol 223 MovieClip [Tile]
"TileOozle"Symbol 224 MovieClip [Beastiary Plate] Frame 1Symbol 223 MovieClip [Tile]
"TileTorchie"Symbol 224 MovieClip [Beastiary Plate] Frame 1Symbol 223 MovieClip [Tile]
"TileFrostie"Symbol 224 MovieClip [Beastiary Plate] Frame 1Symbol 223 MovieClip [Tile]
"TileGray"Symbol 224 MovieClip [Beastiary Plate] Frame 1Symbol 223 MovieClip [Tile]
"TileAmalgam"Symbol 224 MovieClip [Beastiary Plate] Frame 1Symbol 223 MovieClip [Tile]
"TileHorror"Symbol 224 MovieClip [Beastiary Plate] Frame 1Symbol 223 MovieClip [Tile]
"TileVoidEater"Symbol 224 MovieClip [Beastiary Plate] Frame 1Symbol 223 MovieClip [Tile]
"TileQueen"Symbol 224 MovieClip [Beastiary Plate] Frame 1Symbol 223 MovieClip [Tile]
"TileRazorQueen"Symbol 224 MovieClip [Beastiary Plate] Frame 1Symbol 223 MovieClip [Tile]
"InfoBox"Symbol 227 MovieClip [Data Display] Frame 1Symbol 226 EditableText
"BackButton"Symbol 228 MovieClip [Data Panel] Frame 1Symbol 216 MovieClip
"Display"Symbol 228 MovieClip [Data Panel] Frame 1Symbol 227 MovieClip [Data Display]
"Model"Symbol 237 MovieClip [Info Amalgam] Frame 1Symbol 235 MovieClip
"Model"Symbol 276 MovieClip [Info Clutter] Frame 1Symbol 274 MovieClip
"Model"Symbol 280 MovieClip [Info Frostie] Frame 1Symbol 278 MovieClip
"Model"Symbol 329 MovieClip [Info Fuzzle] Frame 1Symbol 327 MovieClip
"Model"Symbol 457 MovieClip [Info Gray] Frame 1Symbol 455 MovieClip
"Model"Symbol 495 MovieClip [Info Horror] Frame 1Symbol 493 MovieClip
"Model"Symbol 516 MovieClip [Info Meltie] Frame 1Symbol 514 MovieClip
"Model"Symbol 530 MovieClip [Info Queen] Frame 1Symbol 528 MovieClip
"Model"Symbol 534 MovieClip [Info RazorQueen] Frame 1Symbol 532 MovieClip
"Model"Symbol 591 MovieClip [Info Sharp] Frame 1Symbol 590 MovieClip
"Model"Symbol 609 MovieClip [Info Torchie] Frame 1Symbol 607 MovieClip
"Model"Symbol 736 MovieClip [Info VoidEater] Frame 1Symbol 733 MovieClip
"QualitySetting"Symbol 752 MovieClip [Option Menu] Frame 1Symbol 742 EditableText
"SpawnSetting"Symbol 752 MovieClip [Option Menu] Frame 1Symbol 743 EditableText
"LengthSetting"Symbol 752 MovieClip [Option Menu] Frame 1Symbol 744 EditableText
"FPSSetting"Symbol 752 MovieClip [Option Menu] Frame 1Symbol 745 EditableText
"QualityDown"Symbol 752 MovieClip [Option Menu] Frame 1Symbol 747 MovieClip
"SpawnDown"Symbol 752 MovieClip [Option Menu] Frame 1Symbol 747 MovieClip
"LengthDown"Symbol 752 MovieClip [Option Menu] Frame 1Symbol 747 MovieClip
"FPSDown"Symbol 752 MovieClip [Option Menu] Frame 1Symbol 747 MovieClip
"QualityUp"Symbol 752 MovieClip [Option Menu] Frame 1Symbol 747 MovieClip
"SpawnUp"Symbol 752 MovieClip [Option Menu] Frame 1Symbol 747 MovieClip
"LengthUp"Symbol 752 MovieClip [Option Menu] Frame 1Symbol 747 MovieClip
"FPSUp"Symbol 752 MovieClip [Option Menu] Frame 1Symbol 747 MovieClip
"OptionBack"Symbol 752 MovieClip [Option Menu] Frame 1Symbol 216 MovieClip
"MusicSetting"Symbol 752 MovieClip [Option Menu] Frame 1Symbol 749 EditableText
"MusicDown"Symbol 752 MovieClip [Option Menu] Frame 1Symbol 747 MovieClip
"MusicUp"Symbol 752 MovieClip [Option Menu] Frame 1Symbol 747 MovieClip
"FloorSetting"Symbol 752 MovieClip [Option Menu] Frame 1Symbol 751 EditableText
"BackdropsDown"Symbol 752 MovieClip [Option Menu] Frame 1Symbol 747 MovieClip
"BackdropsUp"Symbol 752 MovieClip [Option Menu] Frame 1Symbol 747 MovieClip
"GoBack"Symbol 758 MovieClip [Practice Plate] Frame 1Symbol 216 MovieClip
"TileGloople"Symbol 758 MovieClip [Practice Plate] Frame 1Symbol 223 MovieClip [Tile]
"TileStickie"Symbol 758 MovieClip [Practice Plate] Frame 1Symbol 223 MovieClip [Tile]
"TileBiter"Symbol 758 MovieClip [Practice Plate] Frame 1Symbol 223 MovieClip [Tile]
"TileMeltie"Symbol 758 MovieClip [Practice Plate] Frame 1Symbol 223 MovieClip [Tile]
"TileSharp"Symbol 758 MovieClip [Practice Plate] Frame 1Symbol 223 MovieClip [Tile]
"TileClutter"Symbol 758 MovieClip [Practice Plate] Frame 1Symbol 223 MovieClip [Tile]
"TileInkie"Symbol 758 MovieClip [Practice Plate] Frame 1Symbol 223 MovieClip [Tile]
"TileGrinder"Symbol 758 MovieClip [Practice Plate] Frame 1Symbol 223 MovieClip [Tile]
"TileFuzzle"Symbol 758 MovieClip [Practice Plate] Frame 1Symbol 223 MovieClip [Tile]
"TileOozle"Symbol 758 MovieClip [Practice Plate] Frame 1Symbol 223 MovieClip [Tile]
"TileTorchie"Symbol 758 MovieClip [Practice Plate] Frame 1Symbol 223 MovieClip [Tile]
"TileFrostie"Symbol 758 MovieClip [Practice Plate] Frame 1Symbol 223 MovieClip [Tile]
"TileGray"Symbol 758 MovieClip [Practice Plate] Frame 1Symbol 223 MovieClip [Tile]
"TileAmalgam"Symbol 758 MovieClip [Practice Plate] Frame 1Symbol 223 MovieClip [Tile]
"TileHorror"Symbol 758 MovieClip [Practice Plate] Frame 1Symbol 223 MovieClip [Tile]
"TileVoidEater"Symbol 758 MovieClip [Practice Plate] Frame 1Symbol 223 MovieClip [Tile]
"TileQueen"Symbol 758 MovieClip [Practice Plate] Frame 1Symbol 223 MovieClip [Tile]
"TileRazorQueen"Symbol 758 MovieClip [Practice Plate] Frame 1Symbol 223 MovieClip [Tile]
"GoButton"Symbol 758 MovieClip [Practice Plate] Frame 1Symbol 757 MovieClip
"RazorglaiveButton"Symbol 770 MovieClip [Weapon Select] Frame 1Symbol 765 MovieClip [SwordButton RazorGlaive]
"SplatmasterButton"Symbol 770 MovieClip [Weapon Select] Frame 1Symbol 769 MovieClip [SwordButton Splatmaster]
"Pointer"Symbol 1002 MovieClip Frame 1Symbol 999 MovieClip
"Pointer"Symbol 1020 MovieClip Frame 1Symbol 999 MovieClip
"GoBack"Symbol 1028 MovieClip [Instruction Plate] Frame 1Symbol 216 MovieClip
"Walk Demo"Symbol 1028 MovieClip [Instruction Plate] Frame 1Symbol 1002 MovieClip
"AttackDemo"Symbol 1028 MovieClip [Instruction Plate] Frame 1Symbol 1020 MovieClip
"Shader"Symbol 1085 MovieClip Frame 1Symbol 1084 MovieClip
"Shader"Symbol 1108 MovieClip Frame 1Symbol 1107 MovieClip
"Shader"Symbol 1129 MovieClip Frame 1Symbol 1128 MovieClip
"Shader"Symbol 1146 MovieClip Frame 1Symbol 1145 MovieClip
"Shader"Symbol 1165 MovieClip Frame 1Symbol 1164 MovieClip
"InfoBox"Symbol 1169 MovieClip Frame 1Symbol 1168 EditableText
"SNHS"Symbol 1173 MovieClip [High Scores] Frame 1Symbol 138 MovieClip
"BRHS"Symbol 1173 MovieClip [High Scores] Frame 1Symbol 138 MovieClip
"Shader"Symbol 1200 MovieClip Frame 1Symbol 1199 MovieClip
"HintText"Symbol 1204 MovieClip Frame 1Symbol 1203 EditableText

Special Tags

Protect (24)Timeline Frame 10 bytes ""
ExportAssets (56)Timeline Frame 1Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 1Symbol 9 as "Clear Message"
ExportAssets (56)Timeline Frame 1Symbol 12 as "RazorQueen Blade"
ExportAssets (56)Timeline Frame 1Symbol 15 as "RazorQueen Tail"
ExportAssets (56)Timeline Frame 1Symbol 23 as "Jukebox Backdrop"
ExportAssets (56)Timeline Frame 1Symbol 29 as "Blanket of Goo"
ExportAssets (56)Timeline Frame 1Symbol 32 as "Play Button"
ExportAssets (56)Timeline Frame 1Symbol 34 as "PreloaderSword"
ExportAssets (56)Timeline Frame 1Symbol 34 as "PreloaderSword"
ExportAssets (56)Timeline Frame 1Symbol 32 as "Play Button"
ExportAssets (56)Timeline Frame 1Symbol 29 as "Blanket of Goo"
ExportAssets (56)Timeline Frame 1Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 2Symbol 142 as "Backdrop1"
ExportAssets (56)Timeline Frame 2Symbol 144 as "Backdrop2"
ExportAssets (56)Timeline Frame 2Symbol 146 as "Backdrop3"
ExportAssets (56)Timeline Frame 2Symbol 148 as "Backdrop4"
ExportAssets (56)Timeline Frame 2Symbol 150 as "Backdrop5"
ExportAssets (56)Timeline Frame 2Symbol 152 as "Backdrop6"
ExportAssets (56)Timeline Frame 2Symbol 154 as "Backdrop7"
ExportAssets (56)Timeline Frame 2Symbol 156 as "Backdrop8"
ExportAssets (56)Timeline Frame 2Symbol 158 as "Backdrop9"
ExportAssets (56)Timeline Frame 2Symbol 160 as "Click to Exit"
ExportAssets (56)Timeline Frame 2Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 2Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 2Symbol 175 as "Rematch Button"
ExportAssets (56)Timeline Frame 2Symbol 176 as "Death Popup"
ExportAssets (56)Timeline Frame 2Symbol 185 as "FireworkVis"
ExportAssets (56)Timeline Frame 2Symbol 186 as "Firework"
ExportAssets (56)Timeline Frame 2Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 2Symbol 192 as "Jukebox Display"
ExportAssets (56)Timeline Frame 2Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 2Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 2Symbol 195 as "Nest Clear Bonus"
ExportAssets (56)Timeline Frame 2Symbol 198 as "Nest Counter"
ExportAssets (56)Timeline Frame 2Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 2Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 2Symbol 201 as "New High Score Text"
ExportAssets (56)Timeline Frame 2Symbol 202 as "New High Score!"
ExportAssets (56)Timeline Frame 2Symbol 207 as "New Weapon Unlocked!"
ExportAssets (56)Timeline Frame 2Symbol 209 as "SparkleVis"
ExportAssets (56)Timeline Frame 2Symbol 210 as "Sparkle"
ExportAssets (56)Timeline Frame 2Symbol 212 as "To Exit Practice"
ExportAssets (56)Timeline Frame 2Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 2Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 2Symbol 223 as "Tile"
ExportAssets (56)Timeline Frame 2Symbol 223 as "Tile"
ExportAssets (56)Timeline Frame 2Symbol 223 as "Tile"
ExportAssets (56)Timeline Frame 2Symbol 223 as "Tile"
ExportAssets (56)Timeline Frame 2Symbol 223 as "Tile"
ExportAssets (56)Timeline Frame 2Symbol 223 as "Tile"
ExportAssets (56)Timeline Frame 2Symbol 223 as "Tile"
ExportAssets (56)Timeline Frame 2Symbol 223 as "Tile"
ExportAssets (56)Timeline Frame 2Symbol 223 as "Tile"
ExportAssets (56)Timeline Frame 2Symbol 223 as "Tile"
ExportAssets (56)Timeline Frame 2Symbol 223 as "Tile"
ExportAssets (56)Timeline Frame 2Symbol 223 as "Tile"
ExportAssets (56)Timeline Frame 2Symbol 223 as "Tile"
ExportAssets (56)Timeline Frame 2Symbol 223 as "Tile"
ExportAssets (56)Timeline Frame 2Symbol 223 as "Tile"
ExportAssets (56)Timeline Frame 2Symbol 223 as "Tile"
ExportAssets (56)Timeline Frame 2Symbol 223 as "Tile"
ExportAssets (56)Timeline Frame 2Symbol 223 as "Tile"
ExportAssets (56)Timeline Frame 2Symbol 224 as "Beastiary Plate"
ExportAssets (56)Timeline Frame 2Symbol 227 as "Data Display"
ExportAssets (56)Timeline Frame 2Symbol 228 as "Data Panel"
ExportAssets (56)Timeline Frame 2Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 2Symbol 237 as "Info Amalgam"
ExportAssets (56)Timeline Frame 2Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 2Symbol 261 as "Info Biter"
ExportAssets (56)Timeline Frame 2Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 2Symbol 276 as "Info Clutter"
ExportAssets (56)Timeline Frame 2Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 2Symbol 280 as "Info Frostie"
ExportAssets (56)Timeline Frame 2Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 2Symbol 329 as "Info Fuzzle"
ExportAssets (56)Timeline Frame 2Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 2Symbol 337 as "Info Gloople"
ExportAssets (56)Timeline Frame 2Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 2Symbol 457 as "Info Gray"
ExportAssets (56)Timeline Frame 2Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 2Symbol 464 as "Info Grinder"
ExportAssets (56)Timeline Frame 2Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 2Symbol 495 as "Info Horror"
ExportAssets (56)Timeline Frame 2Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 2Symbol 503 as "Info Inkie"
ExportAssets (56)Timeline Frame 2Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 2Symbol 516 as "Info Meltie"
ExportAssets (56)Timeline Frame 2Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 2Symbol 524 as "Info Oozle"
ExportAssets (56)Timeline Frame 2Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 2Symbol 530 as "Info Queen"
ExportAssets (56)Timeline Frame 2Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 2Symbol 534 as "Info RazorQueen"
ExportAssets (56)Timeline Frame 2Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 2Symbol 591 as "Info Sharp"
ExportAssets (56)Timeline Frame 2Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 2Symbol 599 as "Info Stickie"
ExportAssets (56)Timeline Frame 2Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 2Symbol 609 as "Info Torchie"
ExportAssets (56)Timeline Frame 2Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 2Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 2Symbol 736 as "Info VoidEater"
ExportAssets (56)Timeline Frame 2Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 2Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 2Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 2Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 2Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 2Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 2Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 2Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 2Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 2Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 2Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 2Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 2Symbol 752 as "Option Menu"
ExportAssets (56)Timeline Frame 2Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 2Symbol 223 as "Tile"
ExportAssets (56)Timeline Frame 2Symbol 223 as "Tile"
ExportAssets (56)Timeline Frame 2Symbol 223 as "Tile"
ExportAssets (56)Timeline Frame 2Symbol 223 as "Tile"
ExportAssets (56)Timeline Frame 2Symbol 223 as "Tile"
ExportAssets (56)Timeline Frame 2Symbol 223 as "Tile"
ExportAssets (56)Timeline Frame 2Symbol 223 as "Tile"
ExportAssets (56)Timeline Frame 2Symbol 223 as "Tile"
ExportAssets (56)Timeline Frame 2Symbol 223 as "Tile"
ExportAssets (56)Timeline Frame 2Symbol 223 as "Tile"
ExportAssets (56)Timeline Frame 2Symbol 223 as "Tile"
ExportAssets (56)Timeline Frame 2Symbol 223 as "Tile"
ExportAssets (56)Timeline Frame 2Symbol 223 as "Tile"
ExportAssets (56)Timeline Frame 2Symbol 223 as "Tile"
ExportAssets (56)Timeline Frame 2Symbol 223 as "Tile"
ExportAssets (56)Timeline Frame 2Symbol 223 as "Tile"
ExportAssets (56)Timeline Frame 2Symbol 223 as "Tile"
ExportAssets (56)Timeline Frame 2Symbol 223 as "Tile"
ExportAssets (56)Timeline Frame 2Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 2Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 2Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 2Symbol 758 as "Practice Plate"
ExportAssets (56)Timeline Frame 2Symbol 760 as "Tile Shader"
ExportAssets (56)Timeline Frame 2Symbol 765 as "SwordButton RazorGlaive"
ExportAssets (56)Timeline Frame 2Symbol 769 as "SwordButton Splatmaster"
ExportAssets (56)Timeline Frame 2Symbol 770 as "Weapon Select"
ExportAssets (56)Timeline Frame 2Symbol 771 as "Accelerated Lifestyle"
ExportAssets (56)Timeline Frame 2Symbol 772 as "As We May Think"
ExportAssets (56)Timeline Frame 2Symbol 773 as "Biomythos"
ExportAssets (56)Timeline Frame 2Symbol 774 as "City Lights at Night"
ExportAssets (56)Timeline Frame 2Symbol 775 as "Double the Daily Dose"
ExportAssets (56)Timeline Frame 2Symbol 776 as "Effects of Elevation"
ExportAssets (56)Timeline Frame 2Symbol 777 as "Habitual Ritual"
ExportAssets (56)Timeline Frame 2Symbol 778 as "Invisible Walls"
ExportAssets (56)Timeline Frame 2Symbol 779 as "Mind Mapping"
ExportAssets (56)Timeline Frame 2Symbol 780 as "Obscure Terrain"
ExportAssets (56)Timeline Frame 2Symbol 781 as "Ventus Solaris"
ExportAssets (56)Timeline Frame 2Symbol 782 as "Weekend Amnesia"
ExportAssets (56)Timeline Frame 2Symbol 783 as "Music Exporter"
ExportAssets (56)Timeline Frame 2Symbol 784 as "BigFire"
ExportAssets (56)Timeline Frame 2Symbol 785 as "BiterGrowl1"
ExportAssets (56)Timeline Frame 2Symbol 786 as "BiterGrowl2"
ExportAssets (56)Timeline Frame 2Symbol 787 as "BiterGrowl3"
ExportAssets (56)Timeline Frame 2Symbol 788 as "Boing"
ExportAssets (56)Timeline Frame 2Symbol 789 as "Cheers"
ExportAssets (56)Timeline Frame 2Symbol 790 as "Clang"
ExportAssets (56)Timeline Frame 2Symbol 791 as "Disintigrate"
ExportAssets (56)Timeline Frame 2Symbol 792 as "Explode"
ExportAssets (56)Timeline Frame 2Symbol 793 as "Firework1"
ExportAssets (56)Timeline Frame 2Symbol 794 as "Firework2"
ExportAssets (56)Timeline Frame 2Symbol 795 as "Fireworklight"
ExportAssets (56)Timeline Frame 2Symbol 796 as "FrostiePop"
ExportAssets (56)Timeline Frame 2Symbol 797 as "FuzzBite1"
ExportAssets (56)Timeline Frame 2Symbol 798 as "FuzzGrowl"
ExportAssets (56)Timeline Frame 2Symbol 799 as "FuzzBite2"
ExportAssets (56)Timeline Frame 2Symbol 800 as "Glom"
ExportAssets (56)Timeline Frame 2Symbol 801 as "Goo"
ExportAssets (56)Timeline Frame 2Symbol 802 as "GrayRetract"
ExportAssets (56)Timeline Frame 2Symbol 803 as "GraySnap"
ExportAssets (56)Timeline Frame 2Symbol 804 as "GraySpear"
ExportAssets (56)Timeline Frame 2Symbol 805 as "Grind"
ExportAssets (56)Timeline Frame 2Symbol 806 as "GrinderHurt"
ExportAssets (56)Timeline Frame 2Symbol 807 as "GrinderKill"
ExportAssets (56)Timeline Frame 2Symbol 808 as "GrindRumble"
ExportAssets (56)Timeline Frame 2Symbol 809 as "HeroIcebreak"
ExportAssets (56)Timeline Frame 2Symbol 810 as "HorrorAmb"
ExportAssets (56)Timeline Frame 2Symbol 811 as "HorrorDisk"
ExportAssets (56)Timeline Frame 2Symbol 812 as "HorrorHooks"
ExportAssets (56)Timeline Frame 2Symbol 813 as "HorrorKill"
ExportAssets (56)Timeline Frame 2Symbol 814 as "HorrorSplit"
ExportAssets (56)Timeline Frame 2Symbol 815 as "Icebreak1"
ExportAssets (56)Timeline Frame 2Symbol 816 as "Icebreak2"
ExportAssets (56)Timeline Frame 2Symbol 817 as "Icebreak3"
ExportAssets (56)Timeline Frame 2Symbol 818 as "Kaching"
ExportAssets (56)Timeline Frame 2Symbol 819 as "LarvaCrunch"
ExportAssets (56)Timeline Frame 2Symbol 820 as "LarvaSpawn"
ExportAssets (56)Timeline Frame 2Symbol 821 as "LilSplat"
ExportAssets (56)Timeline Frame 2Symbol 822 as "Lit"
ExportAssets (56)Timeline Frame 2Symbol 823 as "Oomph"
ExportAssets (56)Timeline Frame 2Symbol 824 as "Pebble"
ExportAssets (56)Timeline Frame 2Symbol 825 as "Pop"
ExportAssets (56)Timeline Frame 2Symbol 826 as "QueenHatch"
ExportAssets (56)Timeline Frame 2Symbol 827 as "Rend"
ExportAssets (56)Timeline Frame 2Symbol 828 as "SharpsIn"
ExportAssets (56)Timeline Frame 2Symbol 829 as "SharpsOut"
ExportAssets (56)Timeline Frame 2Symbol 830 as "Sizzle"
ExportAssets (56)Timeline Frame 2Symbol 831 as "Slice"
ExportAssets (56)Timeline Frame 2Symbol 832 as "Spit"
ExportAssets (56)Timeline Frame 2Symbol 833 as "Splash"
ExportAssets (56)Timeline Frame 2Symbol 834 as "Splat"
ExportAssets (56)Timeline Frame 2Symbol 835 as "Swing"
ExportAssets (56)Timeline Frame 2Symbol 836 as "Victory!"
ExportAssets (56)Timeline Frame 2Symbol 837 as "VoidBeam"
ExportAssets (56)Timeline Frame 2Symbol 838 as "VoidCharge"
ExportAssets (56)Timeline Frame 2Symbol 839 as "VoidField"
ExportAssets (56)Timeline Frame 2Symbol 840 as "VoidPulse"
ExportAssets (56)Timeline Frame 2Symbol 841 as "Wound"
ExportAssets (56)Timeline Frame 2Symbol 842 as "Spiny Chirp"
ExportAssets (56)Timeline Frame 2Symbol 843 as "Spiny Pop"
ExportAssets (56)Timeline Frame 2Symbol 844 as "Shatter"
ExportAssets (56)Timeline Frame 2Symbol 845 as "Mite Jump"
ExportAssets (56)Timeline Frame 2Symbol 846 as "Spiny Pressure"
ExportAssets (56)Timeline Frame 2Symbol 847 as "LogoAmb"
ExportAssets (56)Timeline Frame 2Symbol 848 as "LogoHit"
ExportAssets (56)Timeline Frame 2Symbol 849 as "Razor Spit"
ExportAssets (56)Timeline Frame 2Symbol 850 as "Impact"
ExportAssets (56)Timeline Frame 2Symbol 851 as "Sound Exporter"
ExportAssets (56)Timeline Frame 2Symbol 853 as "Frost"
ExportAssets (56)Timeline Frame 2Symbol 920 as "Gloople Flame"
ExportAssets (56)Timeline Frame 2Symbol 943 as "Queen Wisp"
ExportAssets (56)Timeline Frame 2Symbol 957 as "Splat1"
ExportAssets (56)Timeline Frame 2Symbol 971 as "Splat2"
ExportAssets (56)Timeline Frame 2Symbol 985 as "Splat3"
ExportAssets (56)Timeline Frame 2Symbol 23 as "Jukebox Backdrop"
ExportAssets (56)Timeline Frame 2Symbol 987 as "Razor Tooth"
ExportAssets (56)Timeline Frame 2Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 2Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 2Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 2Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 2Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 2Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 2Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 2Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 2Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 2Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 2Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 2Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 2Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 2Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 2Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 2Symbol 1028 as "Instruction Plate"
ExportAssets (56)Timeline Frame 3Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 3Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 4Symbol 1065 as "Disclaimer"
ExportAssets (56)Timeline Frame 5Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 5Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 5Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 5Symbol 1173 as "High Scores"
ExportAssets (56)Timeline Frame 5Symbol 770 as "Weapon Select"
ExportAssets (56)Timeline Frame 5Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 6Symbol 1 as "Cooper Black"
ExportAssets (56)Timeline Frame 7Symbol 971 as "Splat2"
ExportAssets (56)Timeline Frame 7Symbol 985 as "Splat3"
ExportAssets (56)Timeline Frame 7Symbol 853 as "Frost"
ExportAssets (56)Timeline Frame 7Symbol 1682 as "Razor Spike"
ExportAssets (56)Timeline Frame 7Symbol 1682 as "Razor Spike"
ExportAssets (56)Timeline Frame 7Symbol 1682 as "Razor Spike"
ExportAssets (56)Timeline Frame 7Symbol 1682 as "Razor Spike"
ExportAssets (56)Timeline Frame 7Symbol 1682 as "Razor Spike"
ExportAssets (56)Timeline Frame 7Symbol 1682 as "Razor Spike"
ExportAssets (56)Timeline Frame 7Symbol 1682 as "Razor Spike"
ExportAssets (56)Timeline Frame 7Symbol 1682 as "Razor Spike"
ExportAssets (56)Timeline Frame 7Symbol 1682 as "Razor Spike"
ExportAssets (56)Timeline Frame 7Symbol 1682 as "Razor Spike"
ExportAssets (56)Timeline Frame 7Symbol 1682 as "Razor Spike"
ExportAssets (56)Timeline Frame 7Symbol 1682 as "Razor Spike"
ExportAssets (56)Timeline Frame 7Symbol 1682 as "Razor Spike"
ExportAssets (56)Timeline Frame 7Symbol 1682 as "Razor Spike"
ExportAssets (56)Timeline Frame 7Symbol 1682 as "Razor Spike"
ExportAssets (56)Timeline Frame 7Symbol 1682 as "Razor Spike"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1809 as "Lil Guy Flaming Razor"
ExportAssets (56)Timeline Frame 7Symbol 957 as "Splat1"
ExportAssets (56)Timeline Frame 7Symbol 920 as "Gloople Flame"
ExportAssets (56)Timeline Frame 7Symbol 943 as "Queen Wisp"
ExportAssets (56)Timeline Frame 7Symbol 15 as "RazorQueen Tail"
ExportAssets (56)Timeline Frame 7Symbol 12 as "RazorQueen Blade"
ExportAssets (56)Timeline Frame 7Symbol 2488 as "Shed Tooth"
ExportAssets (56)Timeline Frame 7Symbol 987 as "Razor Tooth"
ExportAssets (56)Timeline Frame 7Symbol 2495 as "Ground Crack"
ExportAssets (56)Timeline Frame 7Symbol 2537 as "Razor Larva Pop"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 2566 as "Lil Guy Walkin Razor"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 2577 as "Lil Guy Slash Razor"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 2579 as "Lil Guy Stagger Down Razor"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 2582 as "Lil Guy Stagger Left Razor"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 2585 as "Lil Guy Stagger Right Razor"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 2586 as "Lil Guy Stagger Up Razor"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 1690 as "RazorGlaive"
ExportAssets (56)Timeline Frame 7Symbol 2588 as "Lil Guy Bounce Back Razor"

Dynamic Text Variables

_qualitySymbol 742 EditableText"HIGH"
_global.spawnLimitSymbol 743 EditableText"12"
_global.gameLengthDispSymbol 744 EditableText"Normal"
_global.showFPSDispSymbol 745 EditableText"Off"
_global.soundModeSymbol 749 EditableText"All"
_global.floorModeSymbol 751 EditableText"Random"




http://swfchan.com/9/41648/info.shtml
Created: 11/8 -2019 11:04:36 Last modified: 11/8 -2019 11:04:36 Server time: 05/05 -2024 22:30:10