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

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

1173454539.swf

This is the info page for
Flash #10986

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


Text
10%

L O A D I N G

N A M E :

ilovekawaiigirls

SUBMITTING
...

SUCCESS!

ERROR!

LEVEL
COMPLETED

CONTINUE >>

- Attack (also used to skip dialogues)

M

- Movement

Note that you can bounce off the walls to jump higher. Simply hold UP and press
RIGHT or LEFT when beside a wall to perform the wall-jump. You can continue to
bounce of walls as long as it isn't the same wall twice in a row.

- Hides/Shows player (ex. for screenshot)

- Hides/Shows HUD

- Hides/Shows levels effects

- Dis/Enables debug mode (Cheat1)

- Dis/Enables god mode (Cheat2)

- Skips to the next level (Cheat3)

Game features 3 sets of secrets:
Set 1: Cheat 1, Secret Level 1 - To unlock it beat the final level (either by LOAD or
single run PLAY).
Set 2: Cheat 2, Secret Level 2 along with second player design - To unlock, beat
the first secret level or again the final fight level (Set 1 needs to be unlocked).
Set 3: Cheat 3, Secret Level 3 along with third player desing - Unlocked by
beating the second secret level or yet again the final fight.

Note that using any of the cheats will instantly disable the run times submitting.
That goes for best stage run and top100 times.
Also you wont be able to unlock additional secret levels.
All that untill you restart, that is.

Some object throughout the game are
breakable and can be destroy to obtain
items, clear the path or just smashed for
no reason at all.

To destroy a given object, simple
"attack" it. Note that on levels where
attacking is disallowed, you will be
permited to do it, upon touching the
breakable object.
Refere to the next page for more info.

The majority of game's levels allows
player's attack key.

However, there are times when it's
disabled - on a level where attacking is
disallowed, it will be re-enabled if:
You're fighing with a boss,
Or if you're standing beside a breakable
object.
Stay sharp for the attack key status.

Special effects status - notifies about level's additional effect that
most likely will decrease game's performance on slower machines.
You can hide this effect by pressing the "E" key.

FPS counter - the game is designed to run at 28-29 frames per second
at 2GHz CPU. For slower machines it will probably be a good idea to
turn down the quality (right mouse button -> quality).
Note that no frames are skipped and thus for players with less FPS it
will take longer to finish a level.

Saving - the game auto-saves player's status as much as it can, however to do
that, Flash needs to be setted up first to allow a saving of information localy.
To do that, right click and choose "Settings...", than on the Local Storage tab
set the "unlimited" amount (but probably 10KB would be enough).

<p align="center"><font face="Arial" size="13" color="#990000" letterSpacing="0.000000" kerning="1"><b><i>TEST ABC WARNING SIGN</i></b></font></p>

99:99.99

30

<p align="left"></p>

<p align="left"></p>

<p align="left"></p>

Project lead: Strife
Sprites: Strife
Animations: 4as
Programming: 4as
Script: Strife
Levels design: 4as
Backgrounds design: 4as
Sounds lookup: 4as, Strife
Sounds modding: 4as



Tools used:
Macromedia Flash Professional 8
Paint Shop Pro
GoldWave



Sounds from:
freesound.iua.upf.edu
www.flashkit.com
www.coolastudios.com
www.freesfx.co.uk
www.pacdv.com



Made from love to TKFB!


Thank you for playing!

"Secret Level 1" unlocked!

ilovekawaiigirls

99:99.99

ActionScript [AS1/AS2]

Frame 1
_root.stop();
Instance of Symbol 22 MovieClip in Frame 1
onClipEvent (load) { var nProc = 0; this.LText.text = "0%"; _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); } onClipEvent (enterFrame) { if (_root._currentframe < 2) { if (_root.getBytesLoaded() < _root.getBytesTotal()) { this.nProc = _root.getBytesLoaded() / _root.getBytesTotal(); this.LBar._x = -120 + Math.floor(this.nProc * 130); this.LText.text = ("" + Math.floor(this.nProc * 100)) + "%"; } else { this._alpha = this._alpha - 10; if (this._alpha <= 0) { _root.pChar.nLeftX = _root.pChar.nLeftX - 50; _root.pChar.nRightX = _root.pChar.nRightX + 50; _root.pChar.mcParent = null; _root.aPlates = new Array(); this.removeMovieClip(); this.unloadMovie(); removeMovieClip(this); _root.gotoAndStop(2); } } } }
Frame 2
var jumpToLevel = -1; function noMenu(o, i) { _root.inter._visible = !_root.inter._visible; } function noEffect(o, i) { _root.setEffect(); } function startGame() { _root.gotoAndStop(_root.nGameStartFrame); _root.bTimeRun = true; _root.nTotalTime = 0; } function loadGame(l) { _root.bTimeRun = false; _root.nTotalTime = -1; _root.gotoAndStop((_root.nGameStartFrame + l) - 1); } function getParent(mc) { if (mc._parent == _root.game) { return(mc); } return(_root.getParent(mc._parent)); } function removeMovie(mc) { mc.removeMovieClip(); mc.unloadMovie(); removeMovieClip(mc); var _local2 = 0; while (_local2 < _root.aPlates.length) { if (_root.aPlates[_local2] == mc) { _root.aPlates.splice(_local2, 1); return(undefined); } _local2++; } } function attachHPBar(mc) { var _local5 = _root.game.getNextHighestDepth(); var _local3 = _root.game.createEmptyMovieClip("hpbar" + _local5, _local5); _local3.mc = mc; _local3.ll = 0; _local3.ml = mc.nLife; _local3.onEnterFrame = function () { this._x = this.mc._x - 25; this._y = (this.mc._y - 20) - this.mc._height; var _local2 = 50 * (this.mc.nLife / this.ml); this.clear(); this.beginFill(1170705, 100); this.moveTo(0, 0); this.lineTo(_local2, 0); this.lineTo(_local2, 5); this.lineTo(0, 5); this.endFill(); this.beginFill(11145489, 100); this.moveTo(_local2, 0); this.lineTo(50, 0); this.lineTo(50, 5); this.lineTo(_local2, 5); this.endFill(); this.lineStyle(1, 65280, 100); this.moveTo(0, 0); this.lineTo(50, 0); this.lineTo(50, 5); this.lineTo(0, 5); this.lineTo(0, 0); if (this.mc.nLife > this.ll) { this.ml = this.mc.nLife; this.ll = this.mc.nLife; } else { this.ll = this.mc.nLife; } }; } function showMessage(s, nx, ny, fun) { var _local5 = _root.game.getNextHighestDepth(); var _local3 = _root.game.createEmptyMovieClip("mess" + _local5, _local5); var _local4 = new TextFormat(); _local4.color = 4473924 /* 0x444444 */; _local4.font = "EFont"; _local4.bold = true; _local4.size = 12; _local4.align = "center"; _local3._x = nx; _local3._y = ny; _local3.createTextField("msg", 0, 0, 0, 100, 10); _local3.msg.border = true; _local3.msg.borderColor = 4473924 /* 0x444444 */; _local3.msg.background = true; _local3.msg.backgroundColor = 16777215 /* 0xFFFFFF */; _local3.msg.wordWrap = true; _local3.msg.multiline = true; _local3.msg.autoSize = "center"; _local3.msg.embedFonts = true; _local3.msg.setTextFormat(_local4); _local3.msg.setNewTextFormat(_local4); _local3.msg.text = s; _local3.msg._x = (-_local3.msg._width) - 10; _local3.msg._y = (-_local3.msg._height) - 10; _local3.lineStyle(1, 4473924, 100); _local3.beginFill(16777215, 100); _local3.moveTo(-10, -20); _local3.lineTo(0, 0); _local3.lineTo(-20, -10); _local3.endFill(); _local3.t = s.length * 2; if (_local3.t < 30) { _local3.t = 30; } _local3.f = fun; _local3.onEnterFrame = function () { if (((this.t > 0) && (!Key.isDown(_root.nKeyS))) && (!_root.bRemoveMess)) { this.t--; } else { if (!_root.bRemoveMess) { this.f(); } else { _root.bRemoveMess = false; } _root.removeMovie(this); delete this.onEnterFrame; } }; } function ShowText(s) { var _local2 = _root.attachMovie("ArrowText", "ArrowText", _root.getNextHighestDepth()); _local2._x = 550 - _local2._width; _local2._y = 0; _local2.tfMess.text = s; } function endLevel() { _root.bDebugBox = false; _root.deMess.text = ""; curTime = getTimer() - _root.nTimed; _root.bTimerStop = true; if (_root.bTimeRun) { _root.nTotalTime = _root.nTotalTime + curTime; _root.inter.timer.updateTime(_root.nTotalTime); } _root.inter.stimer.updateTime(curTime); var _local4 = _root.getNextHighestDepth(); var _local3 = _root.attachMovie("Stats", "Stats", _local4); _local3._x = Stage.width / 2; _local3._y = Stage.height / 2; _local3.gotoAndStop(1); _local3.onEnterFrame = function () { if (this.getStats != null) { this.getStats(); delete this.onEnterFrame; } }; } function nextLevel() { if (!_root.bCheated) { if ((!_root.bGameEnded) && (_root.nLevelsDone < ((_root._currentframe - _root.nGameStartFrame) + 1))) { _root.nLevelsDone++; } _root.soShared.data.sUserName = _root.sUserName; if (((_root.soShared.data.nLevelsDone == null) || (_root.soShared.data.nLevelsDone == undefined)) || (_root.soShared.data.nLevelsDone < _root.nLevelsDone)) { _root.soShared.data.nLevelsDone = _root.nLevelsDone; } _root.soShared.flush(); } stopAllSounds(); _root.curTime = 0; if (_root.bGameEnded) { _root.gotoAndStop(_root.nGameFinal); } else { _root.nextFrame(); } _root.removeMovie(this._parent); } function endGame(n, l) { if ((l != null) && (l != undefined)) { if (_root.nLevelsDone < l) { _root.nLevelsDone = l; } } else if (_root.nLevelsDone < 10) { _root.nLevelsDone++; } _root.nGameFinal = n; _root.bGameEnded = true; _root.endLevel(); } function submitLapTime(t) { var _local3 = new LoadVars(); _local3.onLoad = function (success) { if (success) { _root.stats.submit.gotoAndStop(3); } else { _root.stats.submit.gotoAndStop(4); } }; var _local2 = new LoadVars(); _local2.type = "lap"; _local2.name = _root.sUserName; _local2.time = t; _local2.level = (_root._currentframe - _root.nGameStartFrame) + 1; _local2.sendAndLoad(_root.sScoreURL, _local3, "POST"); _root.stats.submit.gotoAndStop(2); } function submitTotalTime(t) { var _local3 = new LoadVars(); _local3.onLoad = function (success) { if (success) { _root.submit.gotoAndStop(3); } else { _root.submit.gotoAndStop(4); } }; var _local2 = new LoadVars(); _local2.type = "total"; _local2.name = _root.sUserName; _local2.life = _root.nLife; _local2.time = t; _local2.sendAndLoad(_root.sScoreURL, _local3, "POST"); _root.submit.gotoAndStop(2); } _root.stop(); System.security.allowDomain("*"); System.security.loadPolicyFile("http://tkfbthegame.110mb.com/crossdomain.xml"); var bInLoad = false; var bTimeRun = false; var sScoreURL = "http://tkfbthegame.110mb.com/hiscore/hisubmit.php"; var soShared = SharedObject.getLocal("TKFBGame", "/"); var sUserName = soShared.data.sUserName; var nLevelsDone = soShared.data.nLevelsDone; if (sUserName == null) { sUserName = ""; } if (nLevelsDone == null) { nLevelsDone = 0; } var ciItemNM = new ContextMenuItem("No HUD", _root.noMenu); var ciItemNE = new ContextMenuItem("No Effects", _root.noEffect); ciItemNE.visible = false; ciItemNM.visible = false; var cmContext = new ContextMenu(); cmContext.hideBuiltInItems(); cmContext.builtInItems.quality = true; cmContext.customItems.push(ciItemNE); cmContext.customItems.push(ciItemNM); this.menu = cmContext; var nKeyU = 38; var nKeyD = 40; var nKeyR = 39; var nKeyL = 37; var nKeyS = "Z".charCodeAt(0); var nGameStartFrame = 3; var nGameMenuFrame = 2; var nSpeed = 15; var nEnemySpeed = 4; var nJumpAmp = 1.01; var nGrav = 1; var bAllowAttack = false; var bNearItem = false; var nFallX = 157; var nFallY = -3; var nCamState = 2; var nTimed = 0; var nSecrets = 0; var nMaxSecrets = 0; var nResetDepth = 550; var bCheated = false; var nTotalTime = 0; var bTimerStop = true; var sndSound = new Sound(); var nLife = 3; var nInterAlpha = 50; var aPlates = new Array(); var player; var stats; if (oRootListen == undefined) { var oRootListen = new Object(); oRootListen.onKeyDown = function () { if (Key.isDown("B".charCodeAt(0)) && (_root.nLevelsDone > 7)) { _root.bCheated = true; _root.bTimeRun = false; _root.bDebugBox = !_root.bDebugBox; if (_root.bDebugBox) { if ((_root.game.mcPlayerVec == null) || (_root.game.mcPlayerVec == undefined)) { _root.game.createEmptyMovieClip("mcPlayerVec", _root.game.getNextHighestDepth()); _root.game.mcPlayerVec.lineStyle(5, 16776960); _root.game.mcPlayerVec.moveTo(0, 0); _root.game.mcPlayerVec.lineTo(1, 1); } else { _root.game.mcPlayerVec._visible = true; } _root.deMess.text = "Debug Mode"; var _local2; for (sIter in _root.aPlates) { if (_root.aPlates[sIter].debugBox == undefined) { _root.aPlates[sIter].createEmptyMovieClip("debugBox", _root.aPlates[sIter].getNextHighestDepth()); _root.aPlates[sIter].debugBox.beginFill(16711935, 100); _local2 = _root.aPlates[sIter].box.getBounds(_root.aPlates[sIter]); _root.aPlates[sIter].debugBox.moveTo(_local2.xMin, _local2.yMin); _root.aPlates[sIter].debugBox.lineTo(_local2.xMax, _local2.yMin); _root.aPlates[sIter].debugBox.lineTo(_local2.xMax, _local2.yMax); _root.aPlates[sIter].debugBox.lineTo(_local2.xMin, _local2.yMax); _root.aPlates[sIter].debugBox.lineTo(_local2.xMin, _local2.yMin); } else { _root.aPlates[sIter].debugBox._visible = true; } } } else { _root.deMess.text = ""; _root.game.mcPlayerVec._visible = false; for (sIter in _root.aPlates) { if (_root.aPlates[sIter].debugBox != undefined) { _root.aPlates[sIter].debugBox._visible = false; } } } } if (Key.isDown("N".charCodeAt(0)) && (_root.nLevelsDone > 8)) { _root.bCheated = true; _root.bTimeRun = false; _root.bCheat = !_root.bCheat; if (_root.bCheat) { _root.chMess.text = "God Mode"; } else { _root.chMess.text = ""; } } if (Key.isDown("M".charCodeAt(0))) { _root.player._visible = !_root.player._visible; _root.player.bMove = !_root.player.bMove; } if (Key.isDown("H".charCodeAt(0))) { _root.noMenu(); } if (Key.isDown("E".charCodeAt(0))) { _root.noEffect(); } if (Key.isDown(32) && (_root.nLevelsDone > 9)) { _root.bCheated = true; _root.bTimeRun = false; if (_root._currentframe > 2) { _root.bDebugBox = false; _root.deMess.text = ""; if (_root.jumpToLevel > 0) { _root.gotoAndStop(_root.nGameStartFrame + _root.jumpToLevel); } else if ((_root._currentframe > _root.nGameMenuFrame) && (_root._currentframe < (_root.nGameMenuFrame + 11))) { _root.nextFrame(); } } } if (Key.isDown(13)) { if (_root.nLife < 0) { stopAllSounds(); _root.removeMovie(_root.d_msg); _root.removeMovie(_root.game); _root.gotoAndStop(_root.nGameMenuFrame); } } }; Key.addListener(oRootListen); } var bRemoveMess = false; var curTime = 0; var bGameEnded = false; var nGameFinal = 0;
Instance of Symbol 45 MovieClip in Frame 2
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 54 MovieClip "pChar" in Frame 2
onClipEvent (load) { var nLeftX = (this._x - 120); var nRightX = (this._x + 120); if (this.nSpeed == undefined) { var nSpeed = 0; } if (this.nLife == undefined) { var nLife = 2; } var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi > 2) { this._visible = !this._visible; } else { this._visible = true; } } if (this.bFlying) { if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } else if (this.testHit2(_root.player)) { _root.player.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) && (_root.player.bRun)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } if (this.nInvi < 30) { this._x = this._x + this.nDir; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (((this.nInvi <= 0) && (_root.player._currentframe >= 5)) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && ((mc._y + mc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 60; this.nLife--; if (this.nLife <= 0) { delete this.onEnterFrame; _root.removeMovie(this); } }; }
Instance of Symbol 191 MovieClip in Frame 2
onClipEvent (load) { _root.removeMovie(this); }
Instance of Symbol 195 MovieClip "fadeBG" in Frame 2
onClipEvent (load) { var bFade = false; } onClipEvent (enterFrame) { if (!this.bFade) { if (this._visible) { this._alpha = this._alpha - 10; if (this._alpha <= 0) { this._visible = false; } } } else { this._visible = true; if (this._alpha < 100) { this._alpha = this._alpha + 5; } else { _root.startGame(); } } }
Instance of Symbol 235 MovieClip in Frame 2
onClipEvent (load) { this.gotoAndStop(1); _root.removeMovie(this); }
Instance of Symbol 274 MovieClip "loadscreen" in Frame 2
onClipEvent (load) { function doSwitch() { switch (_root.nLevelsDone) { case 9 : _root.loadscreen.l10._visible = true; case 8 : _root.loadscreen.l9._visible = true; case 7 : _root.loadscreen.l8._visible = true; case 6 : _root.loadscreen.l7._visible = true; case 5 : _root.loadscreen.l6._visible = true; case 4 : _root.loadscreen.l5._visible = true; case 3 : _root.loadscreen.l4._visible = true; case 2 : _root.loadscreen.l3._visible = true; case 1 : _root.loadscreen.l2._visible = true; } } if (_root.nLevelsDone > 9) { _root.loadscreen.l11._visible = true; _root.loadscreen.l10._visible = true; _root.loadscreen.l9._visible = true; _root.loadscreen.l8._visible = true; _root.loadscreen.l7._visible = true; _root.loadscreen.l6._visible = true; _root.loadscreen.l5._visible = true; _root.loadscreen.l4._visible = true; _root.loadscreen.l3._visible = true; _root.loadscreen.l2._visible = true; } else { _root.loadscreen.l11._visible = false; _root.loadscreen.l10._visible = false; _root.loadscreen.l9._visible = false; _root.loadscreen.l8._visible = false; _root.loadscreen.l7._visible = false; _root.loadscreen.l6._visible = false; _root.loadscreen.l5._visible = false; _root.loadscreen.l4._visible = false; _root.loadscreen.l3._visible = false; _root.loadscreen.l2._visible = false; } this._visible = false; }
Instance of Symbol 314 MovieClip "infoscreen" in Frame 2
onClipEvent (load) { var fFormat = new TextFormat(); this.fFormat.font = "EFont"; this.bBack._visible = false; this.stop(); }
Frame 3
var fFormat = new TextFormat(); fFormat.font = "EFont"; this.chMess.setTextFormat(fFormat); this.chMess.setNewTextFormat(fFormat); this.chMess.embedFonts = true; this.deMess.setTextFormat(fFormat); this.deMess.setNewTextFormat(fFormat); this.deMess.embedFonts = true; _root.ciItemNM.visible = true; _root.stop(); bAllowAttack = true; nFallX = 157; nFallY = -3; nCamState = 2; nTimed = getTimer(); nSecrets = 0; nMaxSecrets = 1; bTimerStop = false; aPlates = new Array(); _root.BG.gotoAndStop(2); _root.ciItemNE.visible = false; _root.inter.effect._visible = false;
Instance of Symbol 325 MovieClip "BG" in Frame 3
onClipEvent (load) { this.gotoAndStop(2); var nOldX = this._x; }
Instance of Symbol 594 MovieClip "inter" in Frame 3
onClipEvent (load) { if (_root.nInterAlpha <= 0) { this._visible = false; } else if (_root.nInterAlpha >= 100) { this._alpha = 100; this._visible = true; } else { this._alpha = _root.nInterAlpha; this._visible = true; } }
Frame 4
_root.aPlates = new Array(); bAllowAttack = true; nFallX = 195; nFallY = 85; _root.BG.gotoAndStop(3); nCamState = 2; nTimed = getTimer(); nSecrets = 0; nMaxSecrets = 1; bTimerStop = false; _root.ciItemNE.visible = false; _root.inter.effect._visible = false;
Frame 5
function setEffect() { this.bFog = !this.bFog; _root.inter.effect._visible = !_root.inter.effect._visible; _root.fog1._visible = this.bFog; _root.fog2._visible = this.bFog; } _root.aPlates = new Array(); bAllowAttack = true; nFallX = 500; nFallY = 135; _root.BG.gotoAndStop(4); nCamState = 2; nTimed = getTimer(); nSecrets = 0; nMaxSecrets = 0; bTimerStop = false; _root.ciItemNE.visible = true; _root.inter.effect._visible = true; var bFog = true;
Instance of Symbol 1007 MovieClip "fog1" in Frame 5
onClipEvent (enterFrame) { this._x--; if (this._x < -550) { this._x = 549; } _root.fog2._x--; if (_root.fog2._x < -550) { _root.fog2._x = 549; } }
Frame 6
_root.aPlates = new Array(); bAllowAttack = true; nFallX = 235; nFallY = 175; _root.BG.gotoAndStop(5); nCamState = 3; nTimed = getTimer(); nSecrets = 0; nMaxSecrets = 0; bTimerStop = false; nResetDepth = 4000; _root.ciItemNE.visible = false; _root.inter.effect._visible = false;
Frame 7
_root.aPlates = new Array(); bAllowAttack = false; nFallX = 2685; nFallY = 165; _root.BG.gotoAndStop(6); nCamState = 2; nTimed = getTimer(); nSecrets = 0; nMaxSecrets = 1; bTimerStop = false; _root.ciItemNE.visible = false; _root.inter.effect._visible = false;
Frame 8
_root.aPlates = new Array(); bAllowAttack = true; nFallX = 265; nFallY = 35; _root.BG.gotoAndStop(8); nCamState = 1; nTimed = getTimer(); nSecrets = 0; nMaxSecrets = 2; nResetDepth = 4000; bTimerStop = false; _root.ciItemNE.visible = false; _root.inter.effect._visible = false;
Frame 9
function setEffect() { _root.effect._visible = !_root.effect._visible; _root.game.effect2._visible = !_root.game.effect2._visible; _root.inter.effect._visible = !_root.inter.effect._visible; } _root.aPlates = new Array(); bAllowAttack = true; nFallX = _root.plane._x; nFallY = _root.plane._y - 100; _root.BG.gotoAndStop(7); nCamState = 2; nTimed = getTimer(); nSecrets = 0; nMaxSecrets = 1; bTimerStop = false; _root.inter.effect._visible = true; _root.ciItemNE.visible = true;
Instance of Symbol 1627 MovieClip "keypad" in Frame 9
onClipEvent (load) { function nextState() { _root.keypad.nState++; } function makeFail() { _root.keypad.bStart = false; _root.keypad.nResult = 0; } function killPlayer() { if (!_root.bCheat) { _root.nLife--; } if (_root.nLife < 0) { _root.keypad.onEnterFrame = function () { if (_root.d_msg == null) { _root.attachMovie("Death_Message", "d_msg", _root.getNextHighestDepth()); _root.d_msg._x = Stage.width / 2; _root.d_msg._y = Stage.height / 2; } if (Key.isDown(32)) { _root.d_msg.removeMovieClip(); _root.d_msg.unloadMovie(); removeMovieClip(_root.d_msg); _root.gotoAndStop(2); } }; } else { _root.bAllowAttack = false; _root.endLevel(); } } function startOwn(keys) { _root.keypad.nCurKey = 0; _root.keypad.nKeyDone = 0; _root.keypad.nTOut = 0; _root.keypad.aKeys = keys; _root.keypad.bStart = true; _root.keypad._visible = true; } function startAuto(k) { _root.keypad.nCurKey = 0; _root.keypad.nKeyDone = 0; _root.keypad.nTOut = 0; _root.keypad.aKeys = new Array(); var _local2 = 0; while (_local2 < k) { _root.keypad.aKeys.push(2 + Math.floor(Math.random() * 14)); _local2++; } _root.keypad.bStart = true; _root.keypad._visible = true; } function checkKey() { if (((((((Key.isDown(68) || (Key.isDown(87))) || (Key.isDown(65))) || (Key.isDown(83))) || (Key.isDown(39))) || (Key.isDown(37))) || (Key.isDown(38))) || (Key.isDown(40))) { switch (_root.keypad.aKeys[_root.keypad.nKeyDone]) { case 2 : if (!Key.isDown(39)) { _root.keypad.makeFail(); return(undefined); } break; case 3 : if (!Key.isDown(38)) { _root.keypad.makeFail(); return(undefined); } break; case 4 : if (!Key.isDown(37)) { _root.keypad.makeFail(); return(undefined); } break; case 5 : if (!Key.isDown(40)) { _root.keypad.makeFail(); return(undefined); } break; case 6 : if (!Key.isDown(68)) { _root.keypad.makeFail(); return(undefined); } break; case 7 : if (!Key.isDown(87)) { _root.keypad.makeFail(); return(undefined); } break; case 8 : if (!Key.isDown(65)) { _root.keypad.makeFail(); return(undefined); } break; case 9 : if (!Key.isDown(83)) { _root.keypad.makeFail(); return(undefined); } break; case 10 : if ((!Key.isDown(68)) && (!Key.isDown(39))) { _root.keypad.makeFail(); return(undefined); } if (Key.isDown(68) && (Key.isDown(39))) { break; } if (Key.isDown(68) || (Key.isDown(39))) { return(undefined); } break; case 11 : if ((!Key.isDown(87)) && (!Key.isDown(38))) { _root.keypad.makeFail(); return(undefined); } if (Key.isDown(87) && (Key.isDown(38))) { } else { if (Key.isDown(87) || (Key.isDown(38))) { return(undefined); } break; if ((!Key.isDown(65)) && (!Key.isDown(37))) { _root.keypad.makeFail(); return(undefined); } if (Key.isDown(65) && (Key.isDown(37))) { } else { if (Key.isDown(65) || (Key.isDown(37))) { return(undefined); } break; if ((!Key.isDown(83)) && (!Key.isDown(40))) { _root.keypad.makeFail(); return(undefined); } if (Key.isDown(83) && (Key.isDown(40))) { } else { if (Key.isDown(83) || (Key.isDown(40))) { return(undefined); } break; if ((!Key.isDown(65)) && (!Key.isDown(39))) { _root.keypad.makeFail(); return(undefined); } if (Key.isDown(65) && (Key.isDown(39))) { } else { if (Key.isDown(65) || (Key.isDown(39))) { return(undefined); } break; if ((!Key.isDown(68)) && (!Key.isDown(37))) { _root.keypad.makeFail(); return(undefined); } if (Key.isDown(68) && (Key.isDown(37))) { } else { if (Key.isDown(68) || (Key.isDown(37))) { return(undefined); } break; return(undefined); } } } } } case 12 : if ((!Key.isDown(65)) && (!Key.isDown(37))) { _root.keypad.makeFail(); return(undefined); } if (Key.isDown(65) && (Key.isDown(37))) { } else { if (Key.isDown(65) || (Key.isDown(37))) { return(undefined); } break; if ((!Key.isDown(83)) && (!Key.isDown(40))) { _root.keypad.makeFail(); return(undefined); } if (Key.isDown(83) && (Key.isDown(40))) { } else { if (Key.isDown(83) || (Key.isDown(40))) { return(undefined); } break; if ((!Key.isDown(65)) && (!Key.isDown(39))) { _root.keypad.makeFail(); return(undefined); } if (Key.isDown(65) && (Key.isDown(39))) { } else { if (Key.isDown(65) || (Key.isDown(39))) { return(undefined); } break; if ((!Key.isDown(68)) && (!Key.isDown(37))) { _root.keypad.makeFail(); return(undefined); } if (Key.isDown(68) && (Key.isDown(37))) { } else { if (Key.isDown(68) || (Key.isDown(37))) { return(undefined); } break; return(undefined); } } } } case 13 : if ((!Key.isDown(83)) && (!Key.isDown(40))) { _root.keypad.makeFail(); return(undefined); } if (Key.isDown(83) && (Key.isDown(40))) { } else { if (Key.isDown(83) || (Key.isDown(40))) { return(undefined); } break; if ((!Key.isDown(65)) && (!Key.isDown(39))) { _root.keypad.makeFail(); return(undefined); } if (Key.isDown(65) && (Key.isDown(39))) { } else { if (Key.isDown(65) || (Key.isDown(39))) { return(undefined); } break; if ((!Key.isDown(68)) && (!Key.isDown(37))) { _root.keypad.makeFail(); return(undefined); } if (Key.isDown(68) && (Key.isDown(37))) { } else { if (Key.isDown(68) || (Key.isDown(37))) { return(undefined); } break; return(undefined); } } } case 14 : if ((!Key.isDown(65)) && (!Key.isDown(39))) { _root.keypad.makeFail(); return(undefined); } if (Key.isDown(65) && (Key.isDown(39))) { } else { if (Key.isDown(65) || (Key.isDown(39))) { return(undefined); } break; if ((!Key.isDown(68)) && (!Key.isDown(37))) { _root.keypad.makeFail(); return(undefined); } if (Key.isDown(68) && (Key.isDown(37))) { } else { if (Key.isDown(68) || (Key.isDown(37))) { return(undefined); } break; return(undefined); } } case 15 : if ((!Key.isDown(68)) && (!Key.isDown(37))) { _root.keypad.makeFail(); return(undefined); } if (Key.isDown(68) && (Key.isDown(37))) { } else { if (Key.isDown(68) || (Key.isDown(37))) { return(undefined); } break; return(undefined); } default : return(undefined); } snd2.start(); _root.keypad.nKeyDone++; if (_root.keypad.nKeyDone > (_root.keypad.aKeys.length - 1)) { _root.keypad.bStart = false; _root.keypad.nResult = 1; } } } this._alpha = 0; this._visible = false; this.gotoAndStop(1); var snd = new Sound(this); snd.attachSound("power-shot"); var snd2 = new Sound(this); snd2.attachSound("beep"); snd2.setVolume(60); var nState = 0; var bStart = false; var bPressed = false; var nResult = -1; var aKeys; var nCurKey = 0; var nKeyDone = 0; var nTOut = 0; var nTMax = 30; this.onEnterFrame = function () { if (this.bStart) { if (this._alpha < 100) { this._alpha = this._alpha + 10; } else { this.gotoAndStop(this.aKeys[this.nCurKey]); this.nTOut++; if (this.nTOut > this.nTMax) { this._alpha = 60; this.gotoAndStop(1); this.nTOut = 0; this.nCurKey++; if (this.nCurKey > (this.aKeys.length - 1)) { this.nCurKey = 0; this.bStart = false; } } } } else if (this._visible) { if (this._alpha > 0) { this._alpha = this._alpha - 10; } else { if (this.nResult == -1) { this.nResult = 0; } if (this.nResult == 0) { this.snd.setPan(0); this.snd.setVolume(100); this.snd.start(); _root.fireFail.render(); } else if (this.nResult == 1) { this.snd.setPan(100); this.snd.setVolume(70); this.snd.start(); _root.firePass.render(); } this._visible = false; this.gotoAndStop(1); } } }; var oListen = new Object(); oListen.onKeyDown = function () { _root.keypad.checkKey(); }; Key.addListener(oListen); } onClipEvent (enterFrame) { _root.tfLife.text = _root.nLife; switch (this.nState) { case 0 : _root.showMessage("Okay, its almost time for a final showdown! But first, we need to land where 4as and Strife are and thay aint making it easy", _root.player._x, _root.player._y - 50, _root.keypad.nextState); this.nState++; break; case 2 : _root.showMessage("Help me control this cloud and avoid fireballs by tapping the right keys", _root.player._x, _root.player._y - 50, _root.keypad.nextState); this.nState++; break; case 4 : _root.showMessage("There's one comming straight at us, right now! Okay, use the ARROW and W/S/A/D keys and just follow my instructions!", _root.player._x, _root.player._y - 50, _root.keypad.nextState); this.nState++; break; case 6 : this.startOwn(new Array(5, 7)); this.nState++; break; case 8 : if (this.nResult == 0) { nState = 9; } else if (this.nResult == 1) { nState = 13; } break; case 9 : _root.showMessage("Lets try again. Remember, just press the right keys in the right order, one mistake and its all over!", _root.player._x, _root.player._y - 50, _root.keypad.nextState); this.nState++; break; case 11 : this.nState = 6; break; case 13 : _root.showMessage("Great! Now lets try something harder! Another one is comming this way!", _root.player._x, _root.player._y - 50, _root.keypad.nextState); this.nState++; break; case 15 : this.startOwn(new Array(2, 6, 5, 7, 15)); this.nState++; break; case 17 : if (this.nResult == 0) { nState = 18; } else if (this.nResult == 1) { nState = 22; } this.nResult = -1; break; case 18 : _root.showMessage("Lets try again. Remember, you dont have to press the keys in the right time but you need to finish the whole sequence before the scene ends", _root.player._x, _root.player._y - 50, _root.keypad.nextState); this.nState++; break; case 20 : this.nState = 15; break; case 22 : _root.showMessage("Thats it! Now you're ready! But be warned, every sequence, from now on, will be random! And the closer we are, the harder it gets!", _root.player._x, _root.player._y - 50, _root.keypad.nextState); this.nTMax = 30; this.nState++; break; case 24 : _root.bAllowAttack = true; this.startAuto(4); this.nState++; break; case 26 : if (this.nResult == 0) { this.killPlayer(); } else if (this.nResult == 1) { this.nState = 27; } this.nResult = -1; this.nTMax = this.nTMax - 2; break; case 27 : this.startAuto(5); this.nState++; break; case 29 : if (this.nResult == 0) { this.killPlayer(); } else if (this.nResult == 1) { this.nState = 30; } this.nResult = -1; this.nTMax = this.nTMax - 2; break; case 30 : this.startAuto(6); this.nState++; break; case 32 : if (this.nResult == 0) { this.killPlayer(); } else if (this.nResult == 1) { this.nState = 33; } this.nResult = -1; this.nTMax = this.nTMax - 2; break; case 33 : this.startAuto(7); this.nState++; break; case 35 : if (this.nResult == 0) { this.killPlayer(); } else if (this.nResult == 1) { this.nState = 36; } this.nResult = -1; this.nTMax = this.nTMax - 2; break; case 36 : this.startAuto(8); this.nState++; break; case 38 : if (this.nResult == 0) { this.killPlayer(); } else if (this.nResult == 1) { this.nState = 39; } this.nResult = -1; this.nTMax = this.nTMax - 2; break; case 39 : _root.showMessage("Nows the chance! I can land here, but I see a 1-up heart further ahead! Press RIGHT/UP if you want to go for it, or DOWN/LEFT if you want to land now", _root.player._x, _root.player._y - 50, _root.keypad.nextState); _root.bAllowAttack = false; this.nState++; break; case 40 : if (Key.isDown(40) || (Key.isDown(37))) { this.nState = 58; Key.removeListener(this.oListen); _root.endLevel(); } else if (Key.isDown(38) || (Key.isDown(39))) { this.nState = 42; _root.bRemoveMess = true; } this.nTMax = 20; break; case 41 : this.nState = 39; break; case 42 : _root.bAllowAttack = true; this.startAuto(6); this.nState++; break; case 44 : if (this.nResult == 0) { this.killPlayer(); } else if (this.nResult == 1) { this.nState = 45; } this.nResult = -1; this.nTMax = this.nTMax - 2; break; case 45 : this.startAuto(7); this.nState++; break; case 47 : if (this.nResult == 0) { this.killPlayer(); } else if (this.nResult == 1) { this.nState = 48; } this.nResult = -1; this.nTMax = this.nTMax - 2; break; case 48 : this.startAuto(8); this.nState++; break; case 50 : if (this.nResult == 0) { this.killPlayer(); } else if (this.nResult == 1) { this.nState = 51; } this.nResult = -1; this.nTMax = this.nTMax - 2; break; case 51 : this.startAuto(9); this.nState++; break; case 53 : if (this.nResult == 0) { this.killPlayer(); } else if (this.nResult == 1) { this.nState = 54; } this.nResult = -1; this.nTMax = this.nTMax - 2; break; case 54 : this.startAuto(10); this.nState++; break; case 56 : if (this.nResult == 0) { this.killPlayer(); } else if (this.nResult == 1) { this.nState = 57; } this.nResult = -1; this.nTMax = this.nTMax - 2; break; case 57 : _root.nLife++; _root.nSecrets++; _root.endLevel(); _root.bAllowAttack = false; this.nState++; } }
Instance of Symbol 1632 MovieClip "fireFail" in Frame 9
onClipEvent (load) { function render() { _visible = true; gotoAndPlay (1); } this._visible = false; this.gotoAndStop(1); }
Instance of Symbol 1636 MovieClip "firePass" in Frame 9
onClipEvent (load) { function render() { _visible = true; gotoAndPlay (1); } this.gotoAndStop(1); this._visible = false; }
Frame 10
_root.aPlates = new Array(); bAllowAttack = true; nFallX = 1065; nFallY = 455; _root.BG.gotoAndStop(7); nCamState = 1; nTimed = getTimer(); nSecrets = 0; nMaxSecrets = 0; nResetDepth = 4000; bTimerStop = false; _root.ciItemNE.visible = false; _root.inter.effect._visible = false;
Instance of Symbol 1832 MovieClip "chat" in Frame 10
onClipEvent (load) { function send4as(nt, tn, tn2) { this.tNr1 = tn; this.tNr2 = tn2; this.bStrife = true; _root.game.boss2.bToAnswer = true; this.tf3.textColor = this.tf2.textColor; this.tf3.text = this.tf2.text; this.tf2.textColor = this.tf1.textColor; this.tf2.text = this.tf1.text; this.tf1.textColor = 65280; this.tf1.text = nt; this.tf1._alpha = 100; this.resend = this.resendTime; } function send4as2(t) { this.tf3.textColor = this.tf2.textColor; this.tf3.text = this.tf2.text; this.tf2.textColor = this.tf1.textColor; this.tf2.text = this.tf1.text; this.tf1.textColor = 65280; this.tf1.text = t; this.tf1._alpha = 100; } function sendStrife(nt, tn, tn2) { this.tNr1 = tn; this.tNr2 = tn2; this.bStrife = false; _root.game.boss1.bToAnswer = true; this.tf3.textColor = this.tf2.textColor; this.tf3.text = this.tf2.text; this.tf2.textColor = this.tf1.textColor; this.tf2.text = this.tf1.text; this.tf1.textColor = 13369344 /* 0xCC0000 */; this.tf1.text = nt; this.tf1._alpha = 100; this.resend = this.resendTime; } function sendStrife2(t) { this.tf3.textColor = this.tf2.textColor; this.tf3.text = this.tf2.text; this.tf2.textColor = this.tf1.textColor; this.tf2.text = this.tf1.text; this.tf1.textColor = 13369344 /* 0xCC0000 */; this.tf1.text = t; this.tf1._alpha = 100; } this.tf1.setTextFormat(_root.fFormat); this.tf1.setNewTextFormat(_root.fFormat); this.tf1.embedFonts = true; this.tf2.setTextFormat(_root.fFormat); this.tf2.setNewTextFormat(_root.fFormat); this.tf2.embedFonts = true; this.tf3.setTextFormat(_root.fFormat); this.tf3.setNewTextFormat(_root.fFormat); this.tf3.embedFonts = true; var resend = -1; var resendTime = 90; var bStrife = false; var tNr1 = 0; var tNr2 = 0; this.onEnterFrame = function () { if (this.resend == 0) { this.resend--; if (this.bStrife) { _root.game.boss2.answer(this.tNr1, this.tNr2); } else { _root.game.boss1.answer(this.tNr1, this.tNr2); } } else { this.resend--; } }; }
Frame 11
_root.aPlates = new Array(); bAllowAttack = false; nFallX = 265; nFallY = 815; _root.BG.gotoAndStop(9); nCamState = 1; nTimed = getTimer(); nSecrets = 0; nMaxSecrets = 0; nResetDepth = 1900; bTimerStop = false; _root.ciItemNE.visible = false; _root.inter.effect._visible = false;
Instance of Symbol 1849 MovieClip "game" in Frame 11
onClipEvent (load) { var lw = _root.game._width; var lh = _root.game._height; this.onEnterFrame = function () { if (_root._currentframe == (_root.nGameMenuFrame + 9)) { _root.game._x = 240 - _root.player._x; _root.game._y = 230 - _root.player._y; _root.nCamState = 1; if (_root.game._x > 0) { _root.game._x = 0; _root.nCamState = 3; } else if ((_root.game._x + _root.game.lw) < Stage.width) { _root.game._x = (-_root.game.lw) + Stage.width; _root.nCamState = 3; } if (_root.game._y > 0) { _root.game._y = 0; _root.nCamState = ((_root.nCamState == 1) ? 2 : 0); } else if ((_root.game._y + _root.game.lh) < Stage.height) { _root.game._y = (-_root.game.lh) + Stage.height; _root.nCamState = ((_root.nCamState == 1) ? 2 : 0); } } else { delete this.onEnterFrame; } }; }
Frame 12
_root.aPlates = new Array(); bAllowAttack = false; nFallX = -525; nFallY = 1055; _root.BG.gotoAndStop(9); nCamState = 1; nTimed = getTimer(); nSecrets = 0; nMaxSecrets = 0; nResetDepth = 5000; bTimerStop = false; _root.ciItemNE.visible = false; _root.inter.effect._visible = false;
Frame 13
_root.aPlates = new Array(); bAllowAttack = true; nFallX = 215; nFallY = 270; _root.BG.gotoAndStop(10); nCamState = 1; nTimed = getTimer(); nSecrets = 0; nMaxSecrets = 0; nResetDepth = 800; bTimerStop = false; _root.ciItemNE.visible = false; _root.inter.effect._visible = false;
Instance of Symbol 2120 MovieClip "game" in Frame 13
onClipEvent (load) { var lh = 585; this.onEnterFrame = function () { if (_root._currentframe == (_root.nGameMenuFrame + 11)) { _root.game._x = 240 - _root.player._x; _root.game._y = 230 - _root.player._y; _root.nCamState = 1; if ((_root.game._y + _root.game.lh) < Stage.height) { _root.game._y = (-_root.game.lh) + Stage.height; _root.nCamState = 2; } } else { delete this.onEnterFrame; } }; }
Frame 14
_root.BG.gotoAndStop(9); this.tfCredits.setTextFormat(_root.fFormat); this.tfCredits.setNewTextFormat(_root.fFormat); this.tfCredits.embedFonts = true; this.onEnterFrame = function () { this.tfCredits._y--; if ((this.tfCredits._y + this.tfCredits._height) < 0) { delete this.onEnterFrame; if ((!_root.bCheated) && (_root.nTotalTime > 0)) { _root.nextFrame(); } else { _root.gotoAndStop(_root.nGameMenuFrame); } } }; this.tfSecret.setTextFormat(_root.fFormat); this.tfSecret.setNewTextFormat(_root.fFormat); this.tfSecret.embedFonts = true; this.tfSecret.text = ""; if (!_root.bCheated) { switch (_root.nLevelsDone) { case 8 : this.tfSecret.text = "\"Secret Level 1\" unlocked! \"Debug key\" unlocked!"; break; case 9 : this.tfSecret.text = "\"Secret Level 2\" unlocked! \"God-mode key\" unlocked!"; break; case 10 : this.tfSecret.text = "\"Secret Level 3\" unlocked! \"Skip level key\" unlocked!"; } } else { this.tfSecret.text = ""; }
Frame 15
var sec = 0; var min = 0; var t = 0; sec = _root.nTotalTime / 1000; min = Math.floor(Math.floor(sec) / 60); t = sec - (min * 60); if (t < 10) { _root.tfTime.text = (("" + min) + ":0") + t; } else { _root.tfTime.text = (("" + min) + ":") + t; } _root.submit.gotoAndStop(1); _root.submit.tfName.text = _root.sUserName;
Frame 16
_root.gotoAndStop(_root.nGameMenuFrame);
Symbol 7 MovieClip [blood] Frame 6
this.removeMovieClip(); this.unloadMovie(); removeMovieClip(this);
Symbol 12 MovieClip Frame 1
this._visible = false;
Instance of Symbol 25 MovieClip in Symbol 45 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + 0.1; if (this._x > Stage.width) { this._x = -this._width; } }
Instance of Symbol 25 MovieClip in Symbol 45 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + 0.2; if (this._x > Stage.width) { this._x = -this._width; } }
Instance of Symbol 36 MovieClip in Symbol 45 MovieClip Frame 1
onClipEvent (load) { this.onPress = function () { if (!_root.bInLoad) { _root.fadeBG.bFade = true; _root.pChar.nRightX = _root.pChar.nRightX + 600; _root.pChar.nDir = 12; _root.pChar._xscale = 100; } }; }
Instance of Symbol 38 MovieClip in Symbol 45 MovieClip Frame 1
onClipEvent (load) { this.onPress = function () { if (!_root.bInLoad) { _root.loadscreen.doSwitch(); _root.loadscreen._visible = true; _root.loadscreen._x = -50; _root.loadscreen._y = -50; _root.bInLoad = true; } }; }
Instance of Symbol 41 MovieClip in Symbol 45 MovieClip Frame 1
onClipEvent (load) { this.onPress = function () { if (!_root.bInLoad) { getURL ("http://tkfbthegame.glt.pl/hiscore/hiscore.php", "_blank"); } }; }
Instance of Symbol 43 MovieClip in Symbol 45 MovieClip Frame 1
onClipEvent (load) { this.onPress = function () { if (!_root.bInLoad) { _root.infoscreen._visible = true; _root.infoscreen._x = -50; _root.infoscreen._y = -50; _root.bInLoad = true; } }; }
Symbol 65 Button
on (press) { if ((_root.stats.submit.tfName.text != "") && (_root.stats.submit.tfName.text != undefined)) { _root.sUserName = _root.stats.submit.tfName.text; _root.submitLapTime(_root.curTime); } }
Symbol 67 Button
on (press) { _root.stats.gotoAndStop(3); }
Symbol 72 Button
on (press) { _root.stats.nRecord = _root.curTime; _root.stats.gotoAndStop(3); }
Symbol 74 Button
on (press) { _root.stats.gotoAndStop(3); }
Symbol 76 Button
on (press) { _root.submitLapTime(_root.curTime); }
Symbol 86 MovieClip [Stats] Frame 1
function getStats() { _root.stats = this; nRecord = 0; var _local4 = new LoadVars(); _local4.onLoad = function (success) { if (success) { _root.stats.nRecord = this.time; _root.stats.gotoAndStop(2); } else { _root.stats.nRecord = -1; _root.stats.gotoAndStop(3); } }; var _local3 = new LoadVars(); _local3.type = "get"; _local3.level = (_root._currentframe - _root.nGameStartFrame) + 1; _local3.sendAndLoad(_root.sScoreURL, _local4, "POST"); } if (this.nRecord == undefined) { var nRecord = 0; }
Symbol 86 MovieClip [Stats] Frame 2
this.submit.gotoAndStop(1); if (((_root.stats.nRecord == 0) || (_root.curTime < _root.stats.nRecord)) && (!_root.bCheated)) { this.submit.tfName.text = _root.sUserName; } else { _root.stats.gotoAndStop(3); }
Symbol 86 MovieClip [Stats] Frame 3
var form = new TextFormat(); form.color = 16777215 /* 0xFFFFFF */; form.align = "left"; form.size = 9; this.texted1.setNewTextFormat(form); var sec = (Math.floor(_root.curTime) / 1000); var min = Math.floor(sec / 60); var t = (sec - (min * 60)); if (t < 10) { this.texted1.text = (("Your time: " + min) + ":0") + t; } else { this.texted1.text = (("Your time: " + min) + ":") + t; } this.texted2.setNewTextFormat(form); if (this.nRecord == -1) { this.texted2.text = "Best time: Failed to connect"; } else if (this.nRecord == 0) { this.texted2.text = "Best time: None submitted yet"; } else { sec = Math.floor(_root.stats.nRecord) / 1000; min = Math.floor(sec / 60); t = sec - (min * 60); if (t < 10) { this.texted2.text = (("Best time: " + min) + ":0") + t; } else { this.texted2.text = (("Best time: " + min) + ":") + t; } } this.texted3.setNewTextFormat(form); this.texted3.text = (("Secrets: " + _root.nSecrets) + "/") + _root.nMaxSecrets; this.conbut.onPress = _root.nextLevel;
Symbol 179 MovieClip [LapRecord] Frame 5
stop();
Symbol 190 MovieClip [bf2_laser] Frame 1
var tx = 0; var ty = 0;
Symbol 190 MovieClip [bf2_laser] Frame 20
stop();
Symbol 194 Button
on (press) { if (!_root.bInLoad) { getURL ("http://tkfbthegame.glt.pl", "tkfb-main"); } }
Symbol 241 Button
on (press) { _root.loadGame(1); }
Symbol 244 Button
on (press) { _root.loadGame(2); }
Symbol 247 Button
on (press) { _root.loadGame(3); }
Symbol 250 Button
on (press) { _root.loadGame(4); }
Symbol 253 Button
on (press) { _root.loadGame(5); }
Symbol 256 Button
on (press) { _root.loadGame(6); }
Symbol 259 Button
on (press) { _root.loadGame(7); }
Symbol 261 Button
on (press) { _root.bInLoad = false; _root.loadscreen._visible = false; _root.loadscreen._x = -1000; }
Symbol 264 Button
on (press) { _root.loadGame(8); }
Symbol 267 Button
on (press) { _root.loadGame(10); }
Symbol 270 Button
on (press) { _root.loadGame(9); }
Symbol 273 Button
on (press) { _root.loadGame(11); }
Symbol 276 Button
on (press) { _root.bInLoad = false; _root.infoscreen._visible = false; _root.infoscreen._x = -1000; }
Symbol 278 Button
on (press) { this.nextFrame(); this.bBack._visible = true; if (this._currentframe >= this._totalframes) { this.bNext._visible = false; } }
Symbol 280 Button
on (press) { this.prevFrame(); this.bNext._visible = true; if (this._currentframe <= 1) { this.bBack._visible = false; } }
Instance of Symbol 284 MovieClip in Symbol 314 MovieClip Frame 1
onClipEvent (load) { this.tfKey.setTextFormat(_parent.fFormat); this.tfKey.setNewTextFormat(_parent.fFormat); this.tfKey.embedFonts = true; this.tfKey.text = "Z"; }
Instance of Symbol 284 MovieClip in Symbol 314 MovieClip Frame 1
onClipEvent (load) { this.tfKey.setTextFormat(_parent.fFormat); this.tfKey.setNewTextFormat(_parent.fFormat); this.tfKey.embedFonts = true; this.tfKey.text = "<"; }
Instance of Symbol 284 MovieClip in Symbol 314 MovieClip Frame 1
onClipEvent (load) { this.tfKey.setTextFormat(_parent.fFormat); this.tfKey.setNewTextFormat(_parent.fFormat); this.tfKey.embedFonts = true; this.tfKey.text = "^"; }
Instance of Symbol 284 MovieClip in Symbol 314 MovieClip Frame 1
onClipEvent (load) { this.tfKey.setTextFormat(_parent.fFormat); this.tfKey.setNewTextFormat(_parent.fFormat); this.tfKey.embedFonts = true; this.tfKey.text = ">"; }
Instance of Symbol 284 MovieClip in Symbol 314 MovieClip Frame 2
onClipEvent (load) { this.tfKey.setTextFormat(_parent.fFormat); this.tfKey.setNewTextFormat(_parent.fFormat); this.tfKey.embedFonts = true; this.tfKey.text = "M"; }
Instance of Symbol 284 MovieClip in Symbol 314 MovieClip Frame 2
onClipEvent (load) { this.tfKey.setTextFormat(_parent.fFormat); this.tfKey.setNewTextFormat(_parent.fFormat); this.tfKey.embedFonts = true; this.tfKey.text = "H"; }
Instance of Symbol 284 MovieClip in Symbol 314 MovieClip Frame 2
onClipEvent (load) { this.tfKey.setTextFormat(_parent.fFormat); this.tfKey.setNewTextFormat(_parent.fFormat); this.tfKey.embedFonts = true; this.tfKey.text = "E"; }
Instance of Symbol 284 MovieClip in Symbol 314 MovieClip Frame 2
onClipEvent (load) { this.tfKey.setTextFormat(_parent.fFormat); this.tfKey.setNewTextFormat(_parent.fFormat); this.tfKey.embedFonts = true; this.tfKey.text = "B"; }
Instance of Symbol 284 MovieClip in Symbol 314 MovieClip Frame 2
onClipEvent (load) { this.tfKey.setTextFormat(_parent.fFormat); this.tfKey.setNewTextFormat(_parent.fFormat); this.tfKey.embedFonts = true; this.tfKey.text = "N"; }
Instance of Symbol 294 MovieClip in Symbol 314 MovieClip Frame 2
onClipEvent (load) { this.tfKey.setTextFormat(_parent.fFormat); this.tfKey.setNewTextFormat(_parent.fFormat); this.tfKey.embedFonts = true; this.tfKey.text = "N"; }
Instance of Symbol 332 MovieClip in Symbol 333 MovieClip Frame 1
onClipEvent (load) { var t = Math.floor(41 * Math.random()); if (this.t > 20) { this._alpha = (this.t - 20) * 5; } else { this._alpha = this.t * 20; } this._x = 180 * Math.random(); this._y = 20 * Math.random(); } onClipEvent (enterFrame) { if (this.t <= 0) { this._x = 180 * Math.random(); this._y = 20 * Math.random(); this.t = 40; this._alpha = 0; } else if (this.t > 20) { this._alpha = this._alpha + 5; } else { this._alpha = this._alpha - 5; } this.t--; }
Instance of Symbol 332 MovieClip in Symbol 333 MovieClip Frame 1
onClipEvent (load) { var t = Math.floor(41 * Math.random()); if (this.t > 20) { this._alpha = (this.t - 20) * 5; } else { this._alpha = this.t * 20; } this._x = 180 * Math.random(); this._y = 20 * Math.random(); } onClipEvent (enterFrame) { if (this.t <= 0) { this._x = 180 * Math.random(); this._y = 20 * Math.random(); this.t = 40; this._alpha = 0; } else if (this.t > 20) { this._alpha = this._alpha + 5; } else { this._alpha = this._alpha - 5; } this.t--; }
Instance of Symbol 332 MovieClip in Symbol 333 MovieClip Frame 1
onClipEvent (load) { var t = Math.floor(41 * Math.random()); if (this.t > 20) { this._alpha = (this.t - 20) * 5; } else { this._alpha = this.t * 20; } this._x = 180 * Math.random(); this._y = 20 * Math.random(); } onClipEvent (enterFrame) { if (this.t <= 0) { this._x = 180 * Math.random(); this._y = 20 * Math.random(); this.t = 40; this._alpha = 0; } else if (this.t > 20) { this._alpha = this._alpha + 5; } else { this._alpha = this._alpha - 5; } this.t--; }
Instance of Symbol 332 MovieClip in Symbol 333 MovieClip Frame 1
onClipEvent (load) { var t = Math.floor(41 * Math.random()); if (this.t > 20) { this._alpha = (this.t - 20) * 5; } else { this._alpha = this.t * 20; } this._x = 180 * Math.random(); this._y = 20 * Math.random(); } onClipEvent (enterFrame) { if (this.t <= 0) { this._x = 180 * Math.random(); this._y = 20 * Math.random(); this.t = 40; this._alpha = 0; } else if (this.t > 20) { this._alpha = this._alpha + 5; } else { this._alpha = this._alpha - 5; } this.t--; }
Instance of Symbol 332 MovieClip in Symbol 333 MovieClip Frame 1
onClipEvent (load) { var t = Math.floor(41 * Math.random()); if (this.t > 20) { this._alpha = (this.t - 20) * 5; } else { this._alpha = this.t * 20; } this._x = 180 * Math.random(); this._y = 20 * Math.random(); } onClipEvent (enterFrame) { if (this.t <= 0) { this._x = 180 * Math.random(); this._y = 20 * Math.random(); this.t = 40; this._alpha = 0; } else if (this.t > 20) { this._alpha = this._alpha + 5; } else { this._alpha = this._alpha - 5; } this.t--; }
Symbol 367 MovieClip Frame 9
this.stop();
Symbol 368 MovieClip Frame 1
var X1 = -20; var X2 = 20; var Y1 = -44; var Y2 = 0;
Symbol 368 MovieClip Frame 3
this.nAnim = 2;
Symbol 396 MovieClip Frame 1
var tf = new TextFormat(); tf.font = "EFont"; this.sign.embedFonts = true; this.sign.setTextFormat(tf); this.sign.setNewTextFormat(tf);
Symbol 424 MovieClip Frame 9
this._parent.gotoAndStop(1);
Symbol 437 MovieClip Frame 13
this._parent.gotoAndStop(4);
Symbol 468 MovieClip Frame 15
stop();
Symbol 469 MovieClip Frame 1
if (X1 == undefined) { var X1 = -19; var X2 = 19; var Y1 = -37; var Y2 = 0; var nVecX = 0; var nVecY = 0; var nInvi = 0; var bRun = true; var mcChild = null; var mcWall = null; var mcWallNot = null; var oTmp; var sIter; var nAnimFrame; var bTouch = false; var bMove = true; _root.player = _root.game.player; if (_root.nCamState == 2) { _root.game._x = 240 - this._x; } else if (_root.nCamState == 3) { _root.game._y = 230 - this._y; } else if (_root.nCamState == 1) { _root.game._x = 240 - this._x; _root.game._y = 230 - this._y; } _root.BG._x = _root.BG.nOldX + (_root.game._x / 8); this.onEnterFrame = function () { if (this.nInvi > 0) { this._visible = !this._visible; this.nInvi--; if (this.nInvi <= 30) { this.gotoAndStop(this.nAnimFrame); } } this.nVecX = 0; if (this.bTouch) { this.nAnimFrame = 1; if (this.bRun && (this.bMove)) { if (Key.isDown(_root.nKeyR)) { this.nVecX = _root.nSpeed; this._xscale = 100; if (Key.isDown(_root.nKeyS) && (_root.bAllowAttack || (_root.bNearItem))) { this.nAnimFrame = 7; } else { this.nAnimFrame = 2; } } else if (Key.isDown(_root.nKeyL)) { this.nVecX = -_root.nSpeed; this._xscale = -100; if (Key.isDown(_root.nKeyS) && (_root.bAllowAttack || (_root.bNearItem))) { this.nAnimFrame = 7; } else { this.nAnimFrame = 2; } } else if (Key.isDown(_root.nKeyS) && (_root.bAllowAttack || (_root.bNearItem))) { this.nAnimFrame = 5; } _root.bNearItem = false; if (Key.isDown(_root.nKeyU)) { this.nVecY = (-_root.nSpeed) * _root.nJumpAmp; this.nAnimFrame = 3; } } } else { this.nAnimFrame = 4; if (this.bRun && (this.bMove)) { if (Key.isDown(_root.nKeyU)) { if ((this.mcWall != this.mcWallNot) && (this.hitTest(this.mcWall))) { if (Key.isDown(_root.nKeyR) && (this.mcWall._x < this._x)) { this.mcWallNot = this.mcWall; this.nVecY = (-_root.nSpeed) * _root.nJumpAmp; this._xscale = 100; } else if (Key.isDown(_root.nKeyL) && (this.mcWall._x > this._x)) { this.mcWallNot = this.mcWall; this.nVecY = (-_root.nSpeed) * _root.nJumpAmp; this._xscale = -100; } } } if (Key.isDown(_root.nKeyR)) { this.nVecX = _root.nSpeed; this._xscale = 100; } if (Key.isDown(_root.nKeyL)) { this.nVecX = -_root.nSpeed; this._xscale = -100; } if (Key.isDown(_root.nKeyS) && (_root.bAllowAttack || (_root.bNearItem))) { this.nAnimFrame = 6; } _root.bNearItem = false; } } if ((this._currentframe < 5) || (this._currentframe == 7)) { this.gotoAndStop(this.nAnimFrame); } this.bTouch = false; this.nVecY = this.nVecY + _root.nGrav; for (sIter in _root.aPlates) { this.TestHit(_root.aPlates[sIter]); } if (this.nVecX < 0) { if (((this._x + this.X1) + _root.game._x) > 0) { this._x = this._x + this.nVecX; } } else if (((this._x + this.X2) + _root.game._x) < 550) { this._x = this._x + this.nVecX; } this._y = this._y + this.nVecY; if ((this._y - _root.game._y) > _root.nResetDepth) { this._y = _root.nFallY; this._x = _root.nFallX; } if (_root.nCamState == 2) { _root.game._x = 240 - this._x; } else if (_root.nCamState == 3) { _root.game._y = 230 - this._y; } else if (_root.nCamState == 1) { _root.game._x = 240 - this._x; _root.game._y = 230 - this._y; } _root.BG._x = _root.BG.nOldX + (_root.game._x / 8); if (_root.bDebugBox) { _root.game.mcPlayerVec._x = this._x + this.nVecX; _root.game.mcPlayerVec._y = this._y + this.nVecY; } }; var TestHit = function (mc) { if (!mc._visible) { return(undefined); } this.oTmp = mc.box.getBounds(_root.game); if (this.thisTestHit(this._x, (this._y + this.Y1) + this.nVecY)) { if (this.nVecY < 1) { this.nVecY = 1; } } if (this.thisTestHit(this._x + this.nVecX, this._y + (this.Y1 / 2)) || (this.thisTestHit(this._x + this.nVecX, this._y - 10))) { this.mcWall = mc; if (this._x >= this.oTmp.xMax) { this._x = this.oTmp.xMax + 1; } else if (this._x <= this.oTmp.xMin) { this._x = this.oTmp.xMin - 1; } else if (Math.abs(this._x - this.oTmp.xMin) < Math.abs(this._x - this.oTmp.xMax)) { this._x = this.oTmp.xMin - 1; } else { this._x = this.oTmp.xMax + 1; } this.nVecX = 0; } else if (this.thisTestHit(this._x, this._y + this.nVecY)) { this.nVecY = 0; this.mcChild = mc; this.mcWallNot = null; this.mcWall = null; this.bTouch = true; this._y = this.oTmp.yMin; } }; var thisTestHit = function (nPointX, nPointY) { if ((this.oTmp.xMin <= nPointX) && (this.oTmp.xMax >= nPointX)) { if ((this.oTmp.yMin <= nPointY) && ((this.oTmp.yMax + this.nVecY) >= nPointY)) { return(true); } } return(false); }; var hit = function () { if (this.bRun) { if (this.nInvi <= 0) { this.nInvi = 60; if (!_root.bCheat) { _root.nLife--; } if (_root.nLife < 0) { this.nAnimFrame = 10; this.gotoAndStop(this.nAnimFrame); this.onEnterFrame = function () { if (_root.d_msg == null) { _root.bTimerStop = true; _root.attachMovie("Death_Message", "d_msg", _root.getNextHighestDepth()); _root.d_msg._x = Stage.width / 2; _root.d_msg._y = Stage.height / 2; } this.bTouch = false; this.nVecY = this.nVecY + _root.nGrav; if ((this._y - _root.game._y) > _root.nResetDepth) { this._y = _root.nFallY; this._x = _root.nFallX; } for (sIter in _root.aPlates) { var _local3 = _root.aPlates[sIter].box.getBounds(_root.game); if ((((this._y + this.Y2) + this.nVecY) >= _local3.yMin) && ((this._y + this.Y2) <= (_local3.yMax + this.nVecY))) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this.nVecY = 0; this._y = _local3.yMin; } } } if (_root.nCamState == 2) { _root.game._x = 240 - this._x; } else if (_root.nCamState == 3) { _root.game._y = 230 - this._y; } else if (_root.nCamState == 1) { _root.game._x = 240 - this._x; _root.game._y = 230 - this._y; } _root.BG._x = _root.BG.nOldX + (_root.game._x / 8); }; this.mcChild = null; } else if (this.bTouch) { this.nAnimFrame = 8; this.gotoAndStop(this.nAnimFrame); } else { this.nAnimFrame = 9; this.gotoAndStop(this.nAnimFrame); } } } }; }
Symbol 478 MovieClip Frame 1
var X1 = -11; var X2 = 11; var Y1 = -38; var Y2 = 0;
Symbol 487 MovieClip Frame 1
var X1 = -11; var X2 = 11; var Y1 = -38; var Y2 = 0;
Symbol 496 MovieClip Frame 1
var X1 = -11; var X2 = 11; var Y1 = -38; var Y2 = 0;
Symbol 505 MovieClip Frame 1
var X1 = -11; var X2 = 11; var Y1 = -38; var Y2 = 0;
Symbol 523 MovieClip Frame 11
_parent.sendShot();
Symbol 523 MovieClip Frame 20
_parent.nAnim = 2; _parent.nShot = (50 * Math.random()) + 10; _parent.gotoAndStop(2);
Symbol 539 MovieClip Frame 13
this.stop(); _root.endLevel();
Symbol 540 MovieClip Frame 1
var X1 = -20; var X2 = 20; var Y1 = -44; var Y2 = 0;
Symbol 540 MovieClip Frame 4
this.nAnim = 2;
Instance of Symbol 329 MovieClip in Symbol 570 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 342 MovieClip in Symbol 570 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); var scx = (this._x + 200); var sw = (this._width / 2); var bs = false; var snd = new Sound(this); snd.attachSound("water2"); snd.onSoundComplete = function () { this.start(); }; } onClipEvent (enterFrame) { if (this._visible) { if ((_root.player._x <= (scx - sw)) || (_root.player._x >= (scx + sw))) { snd.stop(); bs = false; } else { if (!bs) { snd.start(); bs = true; } snd.setVolume((1 - (Math.abs(_root.player._x - scx) / sw)) * 50); } } }
Instance of Symbol 344 MovieClip in Symbol 570 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var snd = new Sound(this); snd.attachSound("birds"); var of = random(150); } onClipEvent (enterFrame) { if (this._visible) { of--; if (of <= 0) { snd.setVolume(30 + random(30)); snd.setPan(random(201) - 100); snd.start(); of = random(150) + 60; } } }
Instance of Symbol 368 MovieClip "boss2" in Symbol 570 MovieClip Frame 1
onClipEvent (load) { var bRun = false; var nLeftX = (this._x - 360); var nRightX = (this._x + 90); var bGround = false; var nVecY = 0; var nDir = -3; var nLife = 2; var nAnim = 2; var nInvi = 0; this.gotoAndStop(1); _root.attachHPBar(this); this.onEnterFrame = function () { if (this.nInvi > 0) { this._visible = !this._visible; this.nInvi--; } if (!this.bGround) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { this.gotoAndStop(this.nAnim); this._x = this._x + this.nDir; if ((this._x < this.nLeftX) || (this._x > this.nRightX)) { this.nDir = this.nDir * -1; this._xscale = this._xscale * -1; } if (this.nInvi <= 0) { if (this.hitTest(_root.player)) { if (((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) && (_root.player._y > (this._y + this.Y1))) { this.hit(); } } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.bGround = true; return(true); } } return(false); }; var hit = function () { if (this.nInvi <= 0) { this.nLife--; if (this.nLife <= 0) { this.nAnim = 4; this.gotoAndStop(4); this.bRun = false; } else { this.nInvi = 60; this.nAnim = 3; this.gotoAndStop(3); } } }; }
Instance of Symbol 372 MovieClip in Symbol 570 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 374 MovieClip in Symbol 570 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); var scx = (this._x + (this._width / 2)); var sw = (this._width / 2); var bs = false; var snd = new Sound(this); var span = 0; var sp = 1; snd.attachSound("snowwind"); snd.onSoundComplete = function () { this.start(); }; } onClipEvent (enterFrame) { if ((_root.player._x <= (scx - sw)) || (_root.player._x >= (scx + sw))) { if (bs) { snd.stop(); bs = false; } } else { if (!bs) { snd.start(); bs = true; } span = span + sp; if ((span == 100) || (span == -100)) { sp = sp * -1; } snd.setPan(span); snd.setVolume((1 - (Math.abs(_root.player._x - scx) / sw)) * 100); } }
Instance of Symbol 376 MovieClip "chata" in Symbol 570 MovieClip Frame 1
onClipEvent (load) { var bBoss = false; _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); var fText1 = function () { _root.showMessage("Hola, hola!", _root.game.boss._x, (_root.game.boss._y - (_root.game.boss._height / 2)) - 10, _root.game.chata.fText2); }; var fText2 = function () { _root.showMessage("Wanna play?", _root.player._x, _root.player._y - (_root.player._height / 2), _root.game.chata.fText3); }; var fText3 = function () { _root.showMessage("You're looking for trouble? Sux me. You don't understand me and my problems.", _root.game.boss2._x, (_root.game.boss2._y - (_root.game.boss2._height / 2)) - 20, _root.game.chata.fText4); }; var fText4 = function () { _root.showMessage("Sorry. Guys, what are you doing here with those sweaty black men? You don't belong here.", _root.player._x, _root.player._y - (_root.player._height / 2), _root.game.chata.fText5); }; var fText5 = function () { _root.showMessage("My inner me is black. I listen to Rap. I'm like Eminem, but more hardcore. Thats why you'll die!", _root.game.boss._x, (_root.game.boss._y - (_root.game.boss._height / 2)) - 10, _root.game.chata.fText6); }; var fText6 = function () { _root.showMessage("I'll live, my bad", _root.player._x, _root.player._y - (_root.player._height / 2), _root.game.chata.fText7); }; var fText7 = function () { _root.showMessage("*Gulp*", _root.game.boss._x, (_root.game.boss._y - (_root.game.boss._height / 2)) - 10); _root.showMessage("*Gulp*", _root.game.boss2._x, (_root.game.boss2._y - (_root.game.boss2._height / 2)) - 20, _root.game.chata.fEnd); }; var fEnd = function () { _root.player.bRun = true; _root.game.boss.bRun = true; _root.game.boss2.bRun = true; }; } onClipEvent (enterFrame) { if (!this.bBoss) { if (((this._x + 150) + _root.game._x) < 550) { _root.nCamState = 0; this.bBoss = true; _root.player.bRun = false; this.fText1(); } } }
Instance of Symbol 378 MovieClip in Symbol 570 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); var sw = (this._width / 2); var bs = false; var snd = new Sound(this); snd.attachSound("birds-stream"); snd.onSoundComplete = function () { this.start(); }; } onClipEvent (enterFrame) { if ((_root.player._x <= (_x - sw)) || (_root.player._x >= (_x + sw))) { if (bs) { snd.stop(); bs = false; } } else { if (!bs) { snd.start(); bs = true; } snd.setVolume((1 - (Math.abs(_root.player._x - _x) / sw)) * 100); } }
Instance of Symbol 380 MovieClip in Symbol 570 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 382 MovieClip in Symbol 570 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 382 MovieClip in Symbol 570 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 382 MovieClip in Symbol 570 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 392 MovieClip in Symbol 570 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); var scx = ((this._x + this._width) - 100); var sw = (this._width / 2); var bs = false; var snd = new Sound(this); snd.attachSound("torch"); snd.onSoundComplete = function () { this.start(); }; } onClipEvent (enterFrame) { if ((_root.player._x <= (scx - sw)) || (_root.player._x >= (scx + sw))) { if (bs) { snd.stop(); bs = false; } } else { if (!bs) { snd.start(); bs = true; } snd.setVolume((1 - (Math.abs(_root.player._x - scx) / sw)) * 100); } }
Instance of Symbol 396 MovieClip in Symbol 570 MovieClip Frame 1
onClipEvent (enterFrame) { this.sign.text = "SZEJDI AND PASZTET >"; }
Instance of Symbol 398 MovieClip in Symbol 570 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 478 MovieClip in Symbol 570 MovieClip Frame 1
onClipEvent (load) { var nLeftX = (this._x - 150); var nRightX = (this._x + 150); var bIgnor = true; if (this.nSpeed == undefined) { var nSpeed = 0; } if (this.nLife == undefined) { var nLife = 2; } var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi > 2) { this._visible = !this._visible; } else { this._visible = true; } } if (this.bFlying) { if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } else if (this.testHit2(_root.player)) { _root.player.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) && (_root.player.bRun)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } if (this.nInvi < 30) { this._x = this._x + this.nDir; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (((this.nInvi <= 0) && (_root.player._currentframe >= 5)) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && ((mc._y + mc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 60; this.nLife--; if (this.nLife <= 0) { delete this.onEnterFrame; _root.removeMovie(this); } }; }
Instance of Symbol 487 MovieClip in Symbol 570 MovieClip Frame 1
onClipEvent (load) { if (this.nSpeed == undefined) { var nSpeed = 0; } if (this.nLife == undefined) { var nLife = 2; } var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi > 2) { this._visible = !this._visible; } else { this._visible = true; } } if (this.bFlying) { if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } else if (this.testHit2(_root.player)) { _root.player.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) && (_root.player.bRun)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } if (this.nInvi < 30) { this._x = this._x + this.nDir; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (((this.nInvi <= 0) && (_root.player._currentframe >= 5)) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && ((mc._y + mc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 60; this.nLife--; if (this.nLife <= 0) { delete this.onEnterFrame; _root.removeMovie(this); } }; }
Instance of Symbol 496 MovieClip in Symbol 570 MovieClip Frame 1
onClipEvent (load) { if (this.nSpeed == undefined) { var nSpeed = 0; } if (this.nLife == undefined) { var nLife = 2; } var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi > 2) { this._visible = !this._visible; } else { this._visible = true; } } if (this.bFlying) { if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } else if (this.testHit2(_root.player)) { _root.player.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) && (_root.player.bRun)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } if (this.nInvi < 30) { this._x = this._x + this.nDir; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (((this.nInvi <= 0) && (_root.player._currentframe >= 5)) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && ((mc._y + mc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 60; this.nLife--; if (this.nLife <= 0) { delete this.onEnterFrame; _root.removeMovie(this); } }; }
Instance of Symbol 505 MovieClip in Symbol 570 MovieClip Frame 1
onClipEvent (load) { if (this.nSpeed == undefined) { var nSpeed = 0; } if (this.nLife == undefined) { var nLife = 2; } var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi > 2) { this._visible = !this._visible; } else { this._visible = true; } } if (this.bFlying) { if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } else if (this.testHit2(_root.player)) { _root.player.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) && (_root.player.bRun)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } if (this.nInvi < 30) { this._x = this._x + this.nDir; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (((this.nInvi <= 0) && (_root.player._currentframe >= 5)) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && ((mc._y + mc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 60; this.nLife--; if (this.nLife <= 0) { delete this.onEnterFrame; _root.removeMovie(this); } }; }
Instance of Symbol 487 MovieClip in Symbol 570 MovieClip Frame 1
onClipEvent (load) { if (this.nSpeed == undefined) { var nSpeed = 0; } if (this.nLife == undefined) { var nLife = 2; } var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi > 2) { this._visible = !this._visible; } else { this._visible = true; } } if (this.bFlying) { if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } else if (this.testHit2(_root.player)) { _root.player.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) && (_root.player.bRun)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } if (this.nInvi < 30) { this._x = this._x + this.nDir; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (((this.nInvi <= 0) && (_root.player._currentframe >= 5)) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && ((mc._y + mc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 60; this.nLife--; if (this.nLife <= 0) { delete this.onEnterFrame; _root.removeMovie(this); } }; }
Instance of Symbol 478 MovieClip in Symbol 570 MovieClip Frame 1
onClipEvent (load) { var nLeftX = (this._x - 100); var nRightX = (this._x + 100); var bIgnor = true; if (this.nSpeed == undefined) { var nSpeed = 0; } if (this.nLife == undefined) { var nLife = 2; } var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi > 2) { this._visible = !this._visible; } else { this._visible = true; } } if (this.bFlying) { if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } else if (this.testHit2(_root.player)) { _root.player.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) && (_root.player.bRun)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } if (this.nInvi < 30) { this._x = this._x + this.nDir; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (((this.nInvi <= 0) && (_root.player._currentframe >= 5)) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && ((mc._y + mc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 60; this.nLife--; if (this.nLife <= 0) { delete this.onEnterFrame; _root.removeMovie(this); } }; }
Instance of Symbol 487 MovieClip in Symbol 570 MovieClip Frame 1
onClipEvent (load) { var nLeftX = (this._x - 100); var nRightX = (this._x + 100); var bIgnor = true; if (this.nSpeed == undefined) { var nSpeed = 0; } if (this.nLife == undefined) { var nLife = 2; } var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi > 2) { this._visible = !this._visible; } else { this._visible = true; } } if (this.bFlying) { if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } else if (this.testHit2(_root.player)) { _root.player.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) && (_root.player.bRun)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } if (this.nInvi < 30) { this._x = this._x + this.nDir; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (((this.nInvi <= 0) && (_root.player._currentframe >= 5)) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && ((mc._y + mc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 60; this.nLife--; if (this.nLife <= 0) { delete this.onEnterFrame; _root.removeMovie(this); } }; }
Instance of Symbol 496 MovieClip in Symbol 570 MovieClip Frame 1
onClipEvent (load) { var nLeftX = (this._x - 100); var nRightX = (this._x + 100); var bIgnor = true; if (this.nSpeed == undefined) { var nSpeed = 0; } if (this.nLife == undefined) { var nLife = 2; } var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi > 2) { this._visible = !this._visible; } else { this._visible = true; } } if (this.bFlying) { if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } else if (this.testHit2(_root.player)) { _root.player.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) && (_root.player.bRun)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } if (this.nInvi < 30) { this._x = this._x + this.nDir; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (((this.nInvi <= 0) && (_root.player._currentframe >= 5)) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && ((mc._y + mc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 60; this.nLife--; if (this.nLife <= 0) { delete this.onEnterFrame; _root.removeMovie(this); } }; }
Instance of Symbol 505 MovieClip in Symbol 570 MovieClip Frame 1
onClipEvent (load) { var nLeftX = (this._x - 100); var nRightX = (this._x + 100); var bIgnor = true; if (this.nSpeed == undefined) { var nSpeed = 0; } if (this.nLife == undefined) { var nLife = 2; } var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi > 2) { this._visible = !this._visible; } else { this._visible = true; } } if (this.bFlying) { if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } else if (this.testHit2(_root.player)) { _root.player.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) && (_root.player.bRun)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } if (this.nInvi < 30) { this._x = this._x + this.nDir; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (((this.nInvi <= 0) && (_root.player._currentframe >= 5)) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && ((mc._y + mc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 60; this.nLife--; if (this.nLife <= 0) { delete this.onEnterFrame; _root.removeMovie(this); } }; }
Instance of Symbol 540 MovieClip "boss" in Symbol 570 MovieClip Frame 1
onClipEvent (load) { var bRun = false; var nLeftX = (this._x - 400); var nRightX = (this._x + 50); var bGround = false; var nVecY = 0; var nDir = -4; var nLife = 5; var nAnim = 2; var nShot = 30; var nInvi = 0; this.gotoAndStop(1); _root.attachHPBar(this); this.onEnterFrame = function () { if (this.nInvi > 0) { this._visible = !this._visible; this.nInvi--; } if (!this.bGround) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { this.nShot--; if (this.nShot <= 0) { this.nAnim = 3; } this.gotoAndStop(this.nAnim); if (this.nAnim != 3) { this._x = this._x + this.nDir; } if (this._x < this.nLeftX) { this.nDir = 4; this._xscale = -100; } else if (this._x > this.nRightX) { this.nDir = -4; this._xscale = 100; } if (this.nInvi <= 0) { if (this.hitTest(_root.player)) { if (((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) && (_root.player._y > (this._y + this.Y1))) { this.hit(); } if (this.testHit2(_root.player)) { _root.player.hit(); } } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.bGround = true; return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && (mc._y <= ((this._y + this.Y2) - _root.player.Y1))) { return(true); } } return(false); }; var hit = function () { if (this.nInvi <= 0) { this.nLife--; if (this.nLife <= 0) { this.nAnim = 5; this.gotoAndStop(5); this.bRun = false; _root.player.bRun = false; } else { this.nInvi = 60; this.nAnim = 4; this.gotoAndStop(4); } } }; var sendShot = function () { var _local4 = _root.game.getNextHighestDepth(); var _local3 = _root.game.attachMovie("boss1Disk", "boss1Disk" + _local4, _local4); _local3._x = this._x + (this.nDir * 4); _local3._y = this._y - (this._height / 2); _local3.a = Math.atan2((_root.player._y - 20) - _local3._y, _root.player._x - _local3._x); _local3.tout = 120; _local3.onEnterFrame = function () { this.tout--; if (this.tout <= 0) { _root.removeMovie(this); } this._x = this._x + (Math.cos(this.a) * 5); this._y = this._y + (Math.sin(this.a) * 5); if ((this._x > (_root.player._x + _root.player.X1)) && (this._x < (_root.player._x + _root.player.X2))) { if ((this._y > (_root.player._y + _root.player.Y1)) && (this._y < (_root.player._y + _root.player.Y2))) { _root.player.hit(); } } }; }; }
Instance of Symbol 487 MovieClip in Symbol 570 MovieClip Frame 1
onClipEvent (load) { if (this.nSpeed == undefined) { var nSpeed = 0; } if (this.nLife == undefined) { var nLife = 2; } var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi > 2) { this._visible = !this._visible; } else { this._visible = true; } } if (this.bFlying) { if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } else if (this.testHit2(_root.player)) { _root.player.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) && (_root.player.bRun)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } if (this.nInvi < 30) { this._x = this._x + this.nDir; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (((this.nInvi <= 0) && (_root.player._currentframe >= 5)) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && ((mc._y + mc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 60; this.nLife--; if (this.nLife <= 0) { delete this.onEnterFrame; _root.removeMovie(this); } }; }
Instance of Symbol 182 MovieClip [Heart] in Symbol 570 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.nSecrets++; _root.nLife++; _root.removeMovie(this); } }
Instance of Symbol 553 MovieClip in Symbol 570 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 555 MovieClip in Symbol 570 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 566 MovieClip in Symbol 570 MovieClip Frame 1
onClipEvent (load) { var nRange = 30; var nMax = 0.5; var nMin = 0.1; var nCX = this._x; var nCY = this._y; var nMoveX = 1; var nMoveY = 1; var nSpeed = 0; var nNextStep = 200; var CalcSpeed = function () { nSpeed = (Math.random() * nMax) + nMin; }; CalcSpeed(); } onClipEvent (enterFrame) { this._xscale = -100 * (nMoveX / Math.abs(nMoveX)); nNextStep--; if (nNextStep <= 0) { nNextStep = 100 + Math.floor(100 * Math.random()); nMoveX = (2 * Math.random()) - 1; nMoveY = (2 * Math.random()) - 1; CalcSpeed(); if (nMoveX == 0) { nMoveX = 0.1; } } if (this._x >= (nCX + nRange)) { nMoveX = -1; CalcSpeed(); } else if (this._x <= (nCX - nRange)) { nMoveX = 1; CalcSpeed(); } else if (this._y >= (nCY + nRange)) { nMoveY = -1; CalcSpeed(); } else if (this._y <= (nCY - nRange)) { nMoveY = 1; CalcSpeed(); } this._x = this._x + (nSpeed * nMoveX); this._y = this._y + (nSpeed * nMoveY); }
Instance of Symbol 569 MovieClip in Symbol 570 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 574 MovieClip in Symbol 594 MovieClip Frame 1
onClipEvent (enterFrame) { if (!(_root.bAllowAttack || (_root.bNearItem))) { (this.gotoAndStop(1));// not popped } else { (this.gotoAndStop(2));// not popped } }
Instance of Symbol 577 MovieClip "stimer" in Symbol 594 MovieClip Frame 1
onClipEvent (load) { function updateTime(nt) { this.sec = nt / 1000; this.min = Math.floor(Math.floor(this.sec) / 60); this.t = this.sec - (this.min * 60); if (this.t < 10) { this.tfTime.text = (("" + this.min) + ":0") + this.t; } else { this.tfTime.text = (("" + this.min) + ":") + this.t; } } var sec = 0; var min = 0; var t = 0; } onClipEvent (enterFrame) { if (this._parent._visible) { if (!_root.bCheated) { if (!_root.bTimerStop) { this.sec = (getTimer() - _root.nTimed) / 1000; this.min = Math.floor(Math.floor(this.sec) / 60); this.t = this.sec - (this.min * 60); if (this.t < 10) { this.tfTime.text = (("" + this.min) + ":0") + this.t; } else { this.tfTime.text = (("" + this.min) + ":") + this.t; } } } else { this._visible = false; } } }
Instance of Symbol 577 MovieClip "timer" in Symbol 594 MovieClip Frame 1
onClipEvent (load) { function updateTime(nt) { this.sec = nt / 1000; this.min = Math.floor(Math.floor(this.sec) / 60); this.t = this.sec - (this.min * 60); if (this.t < 10) { this.tfTime.text = (("" + this.min) + ":0") + this.t; } else { this.tfTime.text = (("" + this.min) + ":") + this.t; } } var sec = 0; var min = 0; var t = 0; } onClipEvent (enterFrame) { if (this._parent._visible) { if (_root.bTimeRun) { if (!_root.bTimerStop) { this.sec = ((_root.nTotalTime + getTimer()) - _root.nTimed) / 1000; this.min = Math.floor(Math.floor(this.sec) / 60); this.t = this.sec - (this.min * 60); if (this.t < 10) { this.tfTime.text = (("" + this.min) + ":0") + this.t; } else { this.tfTime.text = (("" + this.min) + ":") + this.t; } } } else { this._visible = false; } } }
Instance of Symbol 591 MovieClip "heart" in Symbol 594 MovieClip Frame 1
onClipEvent (enterFrame) { if (this._parent._visible) { if (_root.nLife < 0) { this.gotoAndStop(1); } else if (_root.nLife > 9) { this.gotoAndStop(10); } else { this.gotoAndStop(_root.nLife + 1); } } }
Instance of Symbol 593 MovieClip in Symbol 594 MovieClip Frame 1
onClipEvent (load) { var fra = 0; var fdata = 0; var myData = new Date(); var fdata = mc.myData.getSeconds(); } onClipEvent (enterFrame) { if (this._parent._visible) { this.myData = new Date(); if (this.fdata == this.myData.getSeconds()) { this.fra++; } else { this.tfFPS.text = this.fra; this.fra = 0; this.fdata = this.myData.getSeconds(); } } }
Instance of Symbol 647 MovieClip in Symbol 650 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Symbol 692 MovieClip Frame 1
var X1 = -11; var X2 = 15; var Y1 = -22; var Y2 = 0;
Instance of Symbol 705 MovieClip in Symbol 707 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 705 MovieClip in Symbol 707 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 705 MovieClip in Symbol 707 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 705 MovieClip in Symbol 707 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 705 MovieClip in Symbol 707 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 705 MovieClip in Symbol 707 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 705 MovieClip in Symbol 707 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 705 MovieClip in Symbol 707 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 705 MovieClip in Symbol 707 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 705 MovieClip in Symbol 707 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 705 MovieClip in Symbol 707 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 705 MovieClip in Symbol 707 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 705 MovieClip in Symbol 707 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 705 MovieClip in Symbol 707 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 705 MovieClip in Symbol 707 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 705 MovieClip in Symbol 707 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 705 MovieClip in Symbol 707 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 705 MovieClip in Symbol 707 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 705 MovieClip in Symbol 707 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 705 MovieClip in Symbol 707 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 705 MovieClip in Symbol 707 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 705 MovieClip in Symbol 707 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 705 MovieClip in Symbol 707 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 705 MovieClip in Symbol 707 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 705 MovieClip in Symbol 707 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 705 MovieClip in Symbol 707 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 705 MovieClip in Symbol 707 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 705 MovieClip in Symbol 707 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 705 MovieClip in Symbol 707 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 705 MovieClip in Symbol 707 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 705 MovieClip in Symbol 707 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 705 MovieClip in Symbol 707 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Symbol 731 MovieClip Frame 1
var X1 = -12; var X2 = 10; var Y1 = -40; var Y2 = 0;
Symbol 765 MovieClip Frame 1
var X1 = -10; var X2 = 10; var Y1 = -40; var Y2 = 0;
Symbol 783 MovieClip Frame 5
stop();
Symbol 784 MovieClip Frame 1
var X1 = -10; var X2 = 10; var Y1 = -40; var Y2 = 0;
Instance of Symbol 731 MovieClip "anim" in Symbol 785 MovieClip Frame 1
onClipEvent (load) { var nSpeed = 4; var bRun = false; var nVecX = 0; var nVecY = 0; var nLife = 4; var nShotCool = 60; var nDir = -1; var nInvi = 0; var nAnimFrame = 1; this.gotoAndStop(this.nAnimFrame); var sIter; var nLeftX = 8690; var nRightX = 9190; this.onEnterFrame = function () { this._parent.nLife = this.nLife; if (this.nInvi > 0) { if (this.nInvi > 50) { this.nAnimFrame = 2; } else if (this.nAnimFrame == 2) { this.nAnimFrame = 1; } this.nInvi--; this._parent._visible = !this._parent._visible; } if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._parent._y = this._parent._y + this.nVecY; this._parent._x = this._parent._x + this.nVecX; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (this._parent._x >= this.nRightX) { this.nDir = -1; this._parent._xscale = 100; } else if (this._parent._x <= this.nLeftX) { this.nDir = 1; this._parent._xscale = -100; } if (this.nAnimFrame != 4) { this.nShotCool--; if (this.nShotCool < 0) { if (this.nAnimFrame == 3) { if (this.anim._currentframe >= this.anim._totalframes) { this.nAnimFrame = 1; this._parent._xscale = -100 * this.nDir; this.nShotCool = Math.floor(30 + (Math.random() * 30)); } else if (this.anim._currentframe == 11) { this.sendShot(); } } else { this.nAnimFrame = 3; if (this._parent._x <= _root.player._x) { this._parent._xscale = -100; } else { this._parent._xscale = 100; } } } } if (this.nAnimFrame == 1) { this._parent._x = this._parent._x + (this.nSpeed * this.nDir); if (this._parent.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } } } else if (this.nAnimFrame == 4) { if (this.anim._currentframe >= this.anim._totalframes) { this._parent.gotoAndStop(2); } } this.gotoAndStop(this.nAnimFrame); } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._parent._y >= _local3.yMin) && (this._parent._y <= _local3.yMax)) { if ((this._parent._x >= _local3.xMin) && (this._parent._x <= _local3.xMax)) { this._parent._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._parent._x + this.X1)) && (mc._x <= (this._parent._x + this.X2))) { if ((mc._y >= (this._parent._y + this.Y1)) && (mc._y <= ((this._parent._y + this.Y2) - _root.player.Y1))) { return(true); } } return(false); }; var hit = function () { if (this.nInvi <= 0) { this.nLife--; if (this.nLife <= 0) { this.nAnimFrame = 4; } else { this.nInvi = 60; } } }; var sendShot = function () { var _local4 = _root.game.getNextHighestDepth(); var _local3 = _root.game.attachMovie("bulBossL2", "bulBossL2" + _local4, _local4); _local3._x = this._parent._x + (this._parent._xscale / 6); _local3._y = (this._parent._y - (this._parent._height / 2)) - 3; _local3.dir = (-this._parent._xscale) / 10; _local3._xscale = this._parent._xscale; _local3.tout = 120; _local3.onEnterFrame = function () { this.tout--; if (this.tout <= 0) { _root.removeMovie(this); } this._x = this._x + this.dir; if ((this._x > (_root.player._x + _root.player.X1)) && (this._x < (_root.player._x + _root.player.X2))) { if ((this._y > (_root.player._y + _root.player.Y1)) && (this._y < (_root.player._y + _root.player.Y2))) { _root.player.hit(); } } }; }; }
Instance of Symbol 765 MovieClip "anim" in Symbol 785 MovieClip Frame 2
onClipEvent (load) { var nSpeed = 6; var bRun = true; var nVecX = 0; var nVecY = 0; var nLife = 3; var nShotCool = 60; var nJumpCool = 30; var nDir = -1; this._parent._xscale = 100; var nInvi = 60; var nAnimFrame = 1; var nLastAnim = 0; this.gotoAndStop(this.nAnimFrame); var sIter; var nLeftX = 8690; var nRightX = 9190; this.onEnterFrame = function () { this._parent.nLife = this.nLife; if (this.nAnimFrame != 5) { if (this.nInvi > 0) { if (this.nInvi > 50) { this.nAnimFrame = 2; } this.nInvi--; this._parent._visible = !this._parent._visible; } if (this._parent._x >= this.nRightX) { this.nDir = -1; this.nVecX = 0; this._parent._xscale = 100; } else if (this._parent._x <= this.nLeftX) { this.nVecX = 0; this.nDir = 1; this._parent._xscale = -100; } if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._parent._y = this._parent._y + this.nVecY; this._parent._x = this._parent._x + this.nVecX; for (sIter in _root.aPlates) { if (this.TestHit(_root.aPlates[sIter])) { this.nAnimFrame = 1; this.nLastAnim = 1; this.gotoAndStop(1); break; } } } else { if (this.bRun) { this.nShotCool--; this.nJumpCool--; if (this.nShotCool <= -20) { this.nAnimFrame = 1; this.nShotCool = Math.floor(60 + (Math.random() * 45)); if (Math.random() > 0.5) { this.nDir = 1; } else { this.nDir = -1; } this._parent._xscale = -100 * this.nDir; this.nSpeed = 6; } else if (this.nShotCool == 0) { this.nAnimFrame = 4; this.nSpeed = 8; this.nJumpCool = this.nJumpCool + 30; if (this._parent._x <= _root.player._x) { this.nDir = 1; this._parent._xscale = -100; } else { this.nDir = -1; this._parent._xscale = 100; } } if (this.nJumpCool <= 0) { this.nAnimFrame = 3; this.nVecY = -10; this.mcParent = null; this.nShotCool = this.nShotCool + 30; this.nJumpCool = Math.floor(60 + (Math.random() * 45)); if (this._parent._x <= _root.player._x) { this.nDir = 1; this.nVecX = 6; this._parent._xscale = -100; } else { this.nVecX = -6; this.nDir = -1; this._parent._xscale = 100; } } this._parent._x = this._parent._x + (this.nSpeed * this.nDir); } this.gotoAndStop(this.nAnimFrame); } if (this._parent.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._parent._y = this._parent._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else { this.gotoAndStop(this.nAnimFrame); if (this.anim._currentframe >= this.anim._totalframes) { this._parent.gotoAndStop(3); } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._parent._y >= _local3.yMin) && (this._parent._y <= _local3.yMax)) { if ((this._parent._x >= _local3.xMin) && (this._parent._x <= _local3.xMax)) { this._parent._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._parent._x + this.X1)) && (mc._x <= (this._parent._x + this.X2))) { if ((mc._y >= (this._parent._y + this.Y1)) && (mc._y <= ((this._parent._y + this.Y2) - _root.player.Y1))) { return(true); } } return(false); }; var hit = function () { if (this.nInvi <= 0) { this.nLife--; this.nLastAnim = this.nAnimFrame; if ((this.nLife <= 0) && (this.nAnimFrame != 5)) { this.nAnimFrame = 5; } else { this.nInvi = 60; } } }; }
Instance of Symbol 784 MovieClip "anim" in Symbol 785 MovieClip Frame 3
onClipEvent (load) { var nSpeed = 4; var bRun = true; var nVecX = 0; var nLife = 2; var nDir = ((-this._parent._xscale) / 100); var nInvi = 60; var nAnimFrame = 1; this.gotoAndStop(this.nAnimFrame); var sIter; var nLeftX = 8690; var nRightX = 9190; this.onEnterFrame = function () { this._parent.nLife = this.nLife; if (this.nInvi > 0) { if (this.nInvi > 50) { this.nAnimFrame = 2; } else { this.nAnimFrame = 1; } this.nInvi--; this._parent._visible = !this._parent._visible; } if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._parent._y = this._parent._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (this._parent._x >= this.nRightX) { this.nDir = -1; this._parent._xscale = 100; } else if (this._parent._x <= this.nLeftX) { this.nDir = 1; this._parent._xscale = -100; } if (this.nAnimFrame != 3) { this._parent._x = this._parent._x + (this.nSpeed * this.nDir); } else if (_root.player.bRun) { _root.player.bRun = false; _root.endLevel(); } this.gotoAndStop(this.nAnimFrame); } if (this._parent.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } } }; var TestHit = function (mc) { if (_root.game == undefined) { var _local3 = mc.box.getBounds(_root); } else { var _local3 = mc.box.getBounds(_root.game); } if ((this._parent._y >= _local3.yMin) && (this._parent._y <= _local3.yMax)) { if ((this._parent._x >= _local3.xMin) && (this._parent._x <= _local3.xMax)) { this._parent._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._parent._x + this.X1)) && (mc._x <= (this._parent._x + this.X2))) { if ((mc._y >= (this._parent._y + this.Y1)) && (mc._y <= ((this._parent._y + this.Y2) - _root.player.Y1))) { return(true); } } return(false); }; var hit = function () { if ((this.nInvi <= 0) && (this.nLife > 0)) { this.nLife--; if (this.nLife <= 0) { this.nAnimFrame = 3; } else { this.nInvi = 60; } } }; }
Instance of Symbol 796 MovieClip "leafe" in Symbol 797 MovieClip Frame 1
onClipEvent (load) { var fade = 2; this._rotation = Math.random() * 320; this._x = Math.random() * 760; this._y = Math.random() * 320; } onClipEvent (enterFrame) { this._y = this._y + 2; this._x = this._x - 2; this._rotation = this._rotation + 4; if (this._y < 260) { if (this.fade > 0) { this.fade--; } } else { this.fade = this.fade + 0.2; if (this._y >= 320) { this._y = 0; this._x = Math.random() * 760; this.fade = 2; } } this._alpha = 100 / (this.fade + 1); }
Instance of Symbol 796 MovieClip "leafe" in Symbol 797 MovieClip Frame 1
onClipEvent (load) { var fade = 2; this._rotation = Math.random() * 320; this._x = Math.random() * 760; this._y = Math.random() * 320; } onClipEvent (enterFrame) { this._y = this._y + 2; this._x = this._x - 2; this._rotation = this._rotation + 4; if (this._y < 260) { if (this.fade > 0) { this.fade--; } } else { this.fade = this.fade + 0.2; if (this._y >= 320) { this._y = 0; this._x = Math.random() * 760; this.fade = 2; } } this._alpha = 100 / (this.fade + 1); }
Instance of Symbol 796 MovieClip "leafe" in Symbol 797 MovieClip Frame 1
onClipEvent (load) { var fade = 2; this._rotation = Math.random() * 320; this._x = Math.random() * 760; this._y = Math.random() * 320; } onClipEvent (enterFrame) { this._y = this._y + 2; this._x = this._x - 2; this._rotation = this._rotation + 4; if (this._y < 260) { if (this.fade > 0) { this.fade--; } } else { this.fade = this.fade + 0.2; if (this._y >= 320) { this._y = 0; this._x = Math.random() * 760; this.fade = 2; } } this._alpha = 100 / (this.fade + 1); }
Instance of Symbol 796 MovieClip "leafe" in Symbol 797 MovieClip Frame 1
onClipEvent (load) { var fade = 2; this._rotation = Math.random() * 320; this._x = Math.random() * 760; this._y = Math.random() * 320; } onClipEvent (enterFrame) { this._y = this._y + 2; this._x = this._x - 2; this._rotation = this._rotation + 4; if (this._y < 260) { if (this.fade > 0) { this.fade--; } } else { this.fade = this.fade + 0.2; if (this._y >= 320) { this._y = 0; this._x = Math.random() * 760; this.fade = 2; } } this._alpha = 100 / (this.fade + 1); }
Instance of Symbol 796 MovieClip "leafe" in Symbol 797 MovieClip Frame 1
onClipEvent (load) { var fade = 2; this._rotation = Math.random() * 320; this._x = Math.random() * 760; this._y = Math.random() * 320; } onClipEvent (enterFrame) { this._y = this._y + 2; this._x = this._x - 2; this._rotation = this._rotation + 4; if (this._y < 260) { if (this.fade > 0) { this.fade--; } } else { this.fade = this.fade + 0.2; if (this._y >= 320) { this._y = 0; this._x = Math.random() * 760; this.fade = 2; } } this._alpha = 100 / (this.fade + 1); }
Instance of Symbol 796 MovieClip "leafe" in Symbol 797 MovieClip Frame 1
onClipEvent (load) { var fade = 2; this._rotation = Math.random() * 320; this._x = Math.random() * 760; this._y = Math.random() * 320; } onClipEvent (enterFrame) { this._y = this._y + 2; this._x = this._x - 2; this._rotation = this._rotation + 4; if (this._y < 260) { if (this.fade > 0) { this.fade--; } } else { this.fade = this.fade + 0.2; if (this._y >= 320) { this._y = 0; this._x = Math.random() * 760; this.fade = 2; } } this._alpha = 100 / (this.fade + 1); }
Instance of Symbol 796 MovieClip "leafe" in Symbol 797 MovieClip Frame 1
onClipEvent (load) { var fade = 2; this._rotation = Math.random() * 320; this._x = Math.random() * 760; this._y = Math.random() * 320; } onClipEvent (enterFrame) { this._y = this._y + 2; this._x = this._x - 2; this._rotation = this._rotation + 4; if (this._y < 260) { if (this.fade > 0) { this.fade--; } } else { this.fade = this.fade + 0.2; if (this._y >= 320) { this._y = 0; this._x = Math.random() * 760; this.fade = 2; } } this._alpha = 100 / (this.fade + 1); }
Instance of Symbol 796 MovieClip "leafe" in Symbol 797 MovieClip Frame 1
onClipEvent (load) { var fade = 2; this._rotation = Math.random() * 320; this._x = Math.random() * 760; this._y = Math.random() * 320; } onClipEvent (enterFrame) { this._y = this._y + 2; this._x = this._x - 2; this._rotation = this._rotation + 4; if (this._y < 260) { if (this.fade > 0) { this.fade--; } } else { this.fade = this.fade + 0.2; if (this._y >= 320) { this._y = 0; this._x = Math.random() * 760; this.fade = 2; } } this._alpha = 100 / (this.fade + 1); }
Instance of Symbol 796 MovieClip "leafe" in Symbol 797 MovieClip Frame 1
onClipEvent (load) { var fade = 2; this._rotation = Math.random() * 320; this._x = Math.random() * 760; this._y = Math.random() * 320; } onClipEvent (enterFrame) { this._y = this._y + 2; this._x = this._x - 2; this._rotation = this._rotation + 4; if (this._y < 260) { if (this.fade > 0) { this.fade--; } } else { this.fade = this.fade + 0.2; if (this._y >= 320) { this._y = 0; this._x = Math.random() * 760; this.fade = 2; } } this._alpha = 100 / (this.fade + 1); }
Instance of Symbol 796 MovieClip "leafe" in Symbol 797 MovieClip Frame 1
onClipEvent (load) { var fade = 2; this._rotation = Math.random() * 320; this._x = Math.random() * 760; this._y = Math.random() * 320; } onClipEvent (enterFrame) { this._y = this._y + 2; this._x = this._x - 2; this._rotation = this._rotation + 4; if (this._y < 260) { if (this.fade > 0) { this.fade--; } } else { this.fade = this.fade + 0.2; if (this._y >= 320) { this._y = 0; this._x = Math.random() * 760; this.fade = 2; } } this._alpha = 100 / (this.fade + 1); }
Instance of Symbol 796 MovieClip "leafe" in Symbol 797 MovieClip Frame 1
onClipEvent (load) { var fade = 2; this._rotation = Math.random() * 320; this._x = Math.random() * 760; this._y = Math.random() * 320; } onClipEvent (enterFrame) { this._y = this._y + 2; this._x = this._x - 2; this._rotation = this._rotation + 4; if (this._y < 260) { if (this.fade > 0) { this.fade--; } } else { this.fade = this.fade + 0.2; if (this._y >= 320) { this._y = 0; this._x = Math.random() * 760; this.fade = 2; } } this._alpha = 100 / (this.fade + 1); }
Instance of Symbol 796 MovieClip "leafe" in Symbol 797 MovieClip Frame 1
onClipEvent (load) { var fade = 2; this._rotation = Math.random() * 320; this._x = Math.random() * 760; this._y = Math.random() * 320; } onClipEvent (enterFrame) { this._y = this._y + 2; this._x = this._x - 2; this._rotation = this._rotation + 4; if (this._y < 260) { if (this.fade > 0) { this.fade--; } } else { this.fade = this.fade + 0.2; if (this._y >= 320) { this._y = 0; this._x = Math.random() * 760; this.fade = 2; } } this._alpha = 100 / (this.fade + 1); }
Instance of Symbol 796 MovieClip "leafe" in Symbol 797 MovieClip Frame 1
onClipEvent (load) { var fade = 2; this._rotation = Math.random() * 320; this._x = Math.random() * 760; this._y = Math.random() * 320; } onClipEvent (enterFrame) { this._y = this._y + 2; this._x = this._x - 2; this._rotation = this._rotation + 4; if (this._y < 260) { if (this.fade > 0) { this.fade--; } } else { this.fade = this.fade + 0.2; if (this._y >= 320) { this._y = 0; this._x = Math.random() * 760; this.fade = 2; } } this._alpha = 100 / (this.fade + 1); }
Instance of Symbol 396 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; this.sign.text = "\n4as AHEAD >"; }
Instance of Symbol 600 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 600 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 602 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 605 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 607 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 607 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 607 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 611 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 613 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 613 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); var scx = (this._x - 300); var sw = 400; var bs = false; var snd = new Sound(this); snd.attachSound("traffic"); snd.onSoundComplete = function () { this.start(); }; var snd2 = new Sound(this); snd2.attachSound("townwalk"); snd2.onSoundComplete = function () { this.start(); }; } onClipEvent (enterFrame) { if ((_root.player._x <= (scx - sw)) || (_root.player._x >= (scx + sw))) { if (bs) { snd.stop(); snd2.stop(); bs = false; } } else { if (!bs) { snd.start(); snd2.start(); bs = true; } snd.setVolume((1 - (Math.abs(_root.player._x - scx) / sw)) * 80); snd2.setVolume((1 - (Math.abs(_root.player._x - scx) / sw)) * 65); } }
Instance of Symbol 615 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 615 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 617 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 622 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(1); this.gotoAndStop(1); _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); this.bound.xMin = this.bound.xMin - 20; this.bound.xMax = this.bound.xMax + 20; this.onEnterFrame = function () { if ((_root.player._x >= this.bound.xMin) && (_root.player._x <= this.bound.xMax)) { if ((_root.player._y >= this.bound.yMin) && (_root.player._y <= this.bound.yMax)) { _root.bNearItem = true; if ((_root.player.nAnimFrame > 4) && (_root.player.nAnimFrame < 8)) { this.play(); this.onEnterFrame = function () { if (this._currentframe >= this._totalframes) { delete this.onEnterFrame; this._visible = false; this.box._xscale = 0; this.box._yscale = 0; this._xscale = 0; this._yscale = 0; _root.removeMovie(this); } }; } } } }; }
Instance of Symbol 630 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 634 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 636 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var snd = new Sound(this); snd.attachSound("schoolbell"); snd.setVolume(80); snd.setPan(100); var of = 300; } onClipEvent (enterFrame) { if (this._visible) { of--; if (of <= 0) { snd.start(); of = 400 + random(100); } } }
Instance of Symbol 638 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 650 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); var scx = (this._x + (this._width / 2)); var sw = ((this._width / 2) + 200); var bs = false; var snd = new Sound(this); snd.attachSound("music-folk"); snd.onSoundComplete = function () { this.start(); }; var snd2 = new Sound(this); snd2.attachSound("cafe"); snd2.onSoundComplete = function () { this.start(); }; } onClipEvent (enterFrame) { if (_root.player._x >= (scx + sw)) { if (bs) { snd.stop(); snd2.stop(); bs = false; } } else { if (!bs) { snd.start(); snd2.start(); bs = true; } snd.setVolume((1 - (Math.abs(_root.player._x - scx) / sw)) * 40); snd2.setVolume((1 - (Math.abs(_root.player._x - scx) / sw)) * 70); } }
Instance of Symbol 673 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); var scx = ((this._x + (this._width / 2)) + 100); var sw = ((this._width / 2) + 200); var bs = false; var snd = new Sound(this); snd.attachSound("music-club"); snd.onSoundComplete = function () { this.start(); }; var snd2 = new Sound(this); snd2.attachSound("club"); snd2.onSoundComplete = function () { this.start(); }; } onClipEvent (enterFrame) { if ((_root.player._x <= (scx - sw)) || (_root.player._x >= (scx + sw))) { if (bs) { snd.stop(); snd2.stop(); bs = false; } } else { if (!bs) { snd.start(); snd2.start(); bs = true; } snd.setVolume((1 - (Math.abs(_root.player._x - scx) / sw)) * 40); snd2.setVolume((1 - (Math.abs(_root.player._x - scx) / sw)) * 70); } }
Instance of Symbol 675 MovieClip "chata" in Symbol 802 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); var bBossFight = false; var fText1 = function () { _root.showMessage("How dare you touch my land with your limbs?!", _root.game.boss._x, (_root.game.boss._y - (_root.game.boss._height / 2)) - 10, _root.game.chata.fText2); }; var fText2 = function () { _root.showMessage("You mean the things I use to change my position?", _root.player._x, _root.player._y - (_root.player._height / 2), _root.game.chata.fText3); }; var fText3 = function () { _root.showMessage("You're insulting me with your intelligence! Your death will serve as a warning for the others!", _root.game.boss._x, (_root.game.boss._y - (_root.game.boss._height / 2)) - 10, _root.game.chata.fText4); }; var fText4 = function () { _root.showMessage("I didn't catch all, but thank you", _root.player._x, _root.player._y - (_root.player._height / 2), _root.game.chata.fText5); }; var fText5 = function () { _root.showMessage("ARGH! Enough with you!", _root.game.boss._x, (_root.game.boss._y - (_root.game.boss._height / 2)) - 10, _root.game.chata.fEnd); }; var fEnd = function () { _root.player.bRun = true; _root.game.boss.anim.bRun = true; _root.game.boss.anim.anim.play(); _root.bAllowAttack = true; }; } onClipEvent (enterFrame) { if (!this.bBossFight) { if (((this._x + 100) + _root.game._x) < 550) { _root.nCamState = 0; _root.player.bRun = false; this.bBossFight = true; this.fText1(); } } }
Instance of Symbol 677 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 679 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 679 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 679 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 679 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 681 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 683 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 683 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 681 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 683 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 683 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 681 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 683 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 683 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 692 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { if (this.nSpeed == undefined) { var nSpeed = 0; } if (this.nLife == undefined) { var nLife = 2; } var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi > 2) { this._visible = !this._visible; } else { this._visible = true; } } if (this.bFlying) { if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } else if (this.testHit2(_root.player)) { _root.player.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) && (_root.player.bRun)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } if (this.nInvi < 30) { this._x = this._x + this.nDir; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (((this.nInvi <= 0) && (_root.player._currentframe >= 5)) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && ((mc._y + mc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 60; this.nLife--; if (this.nLife <= 0) { delete this.onEnterFrame; _root.removeMovie(this); } }; }
Instance of Symbol 696 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 692 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { if (this.nSpeed == undefined) { var nSpeed = 0; } if (this.nLife == undefined) { var nLife = 2; } var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi > 2) { this._visible = !this._visible; } else { this._visible = true; } } if (this.bFlying) { if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } else if (this.testHit2(_root.player)) { _root.player.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) && (_root.player.bRun)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } if (this.nInvi < 30) { this._x = this._x + this.nDir; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (((this.nInvi <= 0) && (_root.player._currentframe >= 5)) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && ((mc._y + mc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 60; this.nLife--; if (this.nLife <= 0) { delete this.onEnterFrame; _root.removeMovie(this); } }; }
Instance of Symbol 692 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { if (this.nSpeed == undefined) { var nSpeed = 0; } if (this.nLife == undefined) { var nLife = 2; } var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi > 2) { this._visible = !this._visible; } else { this._visible = true; } } if (this.bFlying) { if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } else if (this.testHit2(_root.player)) { _root.player.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) && (_root.player.bRun)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } if (this.nInvi < 30) { this._x = this._x + this.nDir; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (((this.nInvi <= 0) && (_root.player._currentframe >= 5)) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && ((mc._y + mc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 60; this.nLife--; if (this.nLife <= 0) { delete this.onEnterFrame; _root.removeMovie(this); } }; }
Instance of Symbol 692 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { var nLeftX = (this._x - 75); var nRightX = (this._x + 75); var bIgnor = true; if (this.nSpeed == undefined) { var nSpeed = 0; } if (this.nLife == undefined) { var nLife = 2; } var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi > 2) { this._visible = !this._visible; } else { this._visible = true; } } if (this.bFlying) { if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } else if (this.testHit2(_root.player)) { _root.player.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) && (_root.player.bRun)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } if (this.nInvi < 30) { this._x = this._x + this.nDir; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (((this.nInvi <= 0) && (_root.player._currentframe >= 5)) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && ((mc._y + mc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 60; this.nLife--; if (this.nLife <= 0) { delete this.onEnterFrame; _root.removeMovie(this); } }; }
Instance of Symbol 692 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { var nLeftX = (this._x - 75); var nRightX = (this._x + 75); var bIgnor = true; if (this.nSpeed == undefined) { var nSpeed = 0; } if (this.nLife == undefined) { var nLife = 2; } var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi > 2) { this._visible = !this._visible; } else { this._visible = true; } } if (this.bFlying) { if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } else if (this.testHit2(_root.player)) { _root.player.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) && (_root.player.bRun)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } if (this.nInvi < 30) { this._x = this._x + this.nDir; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (((this.nInvi <= 0) && (_root.player._currentframe >= 5)) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && ((mc._y + mc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 60; this.nLife--; if (this.nLife <= 0) { delete this.onEnterFrame; _root.removeMovie(this); } }; }
Instance of Symbol 692 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { if (this.nSpeed == undefined) { var nSpeed = 0; } if (this.nLife == undefined) { var nLife = 2; } var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi > 2) { this._visible = !this._visible; } else { this._visible = true; } } if (this.bFlying) { if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } else if (this.testHit2(_root.player)) { _root.player.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) && (_root.player.bRun)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } if (this.nInvi < 30) { this._x = this._x + this.nDir; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (((this.nInvi <= 0) && (_root.player._currentframe >= 5)) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && ((mc._y + mc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 60; this.nLife--; if (this.nLife <= 0) { delete this.onEnterFrame; _root.removeMovie(this); } }; }
Instance of Symbol 698 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 700 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 700 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 700 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 700 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 702 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 702 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 692 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { if (this.nSpeed == undefined) { var nSpeed = 0; } if (this.nLife == undefined) { var nLife = 2; } var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi > 2) { this._visible = !this._visible; } else { this._visible = true; } } if (this.bFlying) { if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } else if (this.testHit2(_root.player)) { _root.player.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) && (_root.player.bRun)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } if (this.nInvi < 30) { this._x = this._x + this.nDir; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (((this.nInvi <= 0) && (_root.player._currentframe >= 5)) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && ((mc._y + mc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 60; this.nLife--; if (this.nLife <= 0) { delete this.onEnterFrame; _root.removeMovie(this); } }; }
Instance of Symbol 707 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); var scx = ((this._x + (this._width / 2)) - 100); var sw = ((this._width / 2) + 200); var bs = false; var snd = new Sound(this); snd.attachSound("traffic2"); snd.onSoundComplete = function () { this.start(); }; } onClipEvent (enterFrame) { if ((_root.player._x <= (scx - sw)) || (_root.player._x >= (scx + sw))) { if (bs) { snd.stop(); bs = false; } } else { if (!bs) { snd.start(); bs = true; } snd.setVolume((1 - (Math.abs(_root.player._x - scx) / sw)) * 70); } }
Instance of Symbol 692 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { if (this.nSpeed == undefined) { var nSpeed = 0; } if (this.nLife == undefined) { var nLife = 2; } var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi > 2) { this._visible = !this._visible; } else { this._visible = true; } } if (this.bFlying) { if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } else if (this.testHit2(_root.player)) { _root.player.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) && (_root.player.bRun)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } if (this.nInvi < 30) { this._x = this._x + this.nDir; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (((this.nInvi <= 0) && (_root.player._currentframe >= 5)) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && ((mc._y + mc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 60; this.nLife--; if (this.nLife <= 0) { delete this.onEnterFrame; _root.removeMovie(this); } }; }
Instance of Symbol 692 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { if (this.nSpeed == undefined) { var nSpeed = 0; } if (this.nLife == undefined) { var nLife = 2; } var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi > 2) { this._visible = !this._visible; } else { this._visible = true; } } if (this.bFlying) { if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } else if (this.testHit2(_root.player)) { _root.player.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) && (_root.player.bRun)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } if (this.nInvi < 30) { this._x = this._x + this.nDir; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (((this.nInvi <= 0) && (_root.player._currentframe >= 5)) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && ((mc._y + mc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 60; this.nLife--; if (this.nLife <= 0) { delete this.onEnterFrame; _root.removeMovie(this); } }; }
Instance of Symbol 692 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { if (this.nSpeed == undefined) { var nSpeed = 0; } if (this.nLife == undefined) { var nLife = 2; } var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi > 2) { this._visible = !this._visible; } else { this._visible = true; } } if (this.bFlying) { if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } else if (this.testHit2(_root.player)) { _root.player.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) && (_root.player.bRun)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } if (this.nInvi < 30) { this._x = this._x + this.nDir; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (((this.nInvi <= 0) && (_root.player._currentframe >= 5)) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && ((mc._y + mc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 60; this.nLife--; if (this.nLife <= 0) { delete this.onEnterFrame; _root.removeMovie(this); } }; }
Instance of Symbol 692 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { if (this.nSpeed == undefined) { var nSpeed = 0; } if (this.nLife == undefined) { var nLife = 2; } var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi > 2) { this._visible = !this._visible; } else { this._visible = true; } } if (this.bFlying) { if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } else if (this.testHit2(_root.player)) { _root.player.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) && (_root.player.bRun)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } if (this.nInvi < 30) { this._x = this._x + this.nDir; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (((this.nInvi <= 0) && (_root.player._currentframe >= 5)) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && ((mc._y + mc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 60; this.nLife--; if (this.nLife <= 0) { delete this.onEnterFrame; _root.removeMovie(this); } }; }
Instance of Symbol 692 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { if (this.nSpeed == undefined) { var nSpeed = 0; } if (this.nLife == undefined) { var nLife = 2; } var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi > 2) { this._visible = !this._visible; } else { this._visible = true; } } if (this.bFlying) { if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } else if (this.testHit2(_root.player)) { _root.player.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) && (_root.player.bRun)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } if (this.nInvi < 30) { this._x = this._x + this.nDir; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (((this.nInvi <= 0) && (_root.player._currentframe >= 5)) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && ((mc._y + mc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 60; this.nLife--; if (this.nLife <= 0) { delete this.onEnterFrame; _root.removeMovie(this); } }; }
Instance of Symbol 692 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { if (this.nSpeed == undefined) { var nSpeed = 0; } if (this.nLife == undefined) { var nLife = 2; } var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi > 2) { this._visible = !this._visible; } else { this._visible = true; } } if (this.bFlying) { if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } else if (this.testHit2(_root.player)) { _root.player.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) && (_root.player.bRun)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } if (this.nInvi < 30) { this._x = this._x + this.nDir; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (((this.nInvi <= 0) && (_root.player._currentframe >= 5)) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && ((mc._y + mc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 60; this.nLife--; if (this.nLife <= 0) { delete this.onEnterFrame; _root.removeMovie(this); } }; }
Instance of Symbol 692 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { if (this.nSpeed == undefined) { var nSpeed = 0; } if (this.nLife == undefined) { var nLife = 2; } var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi > 2) { this._visible = !this._visible; } else { this._visible = true; } } if (this.bFlying) { if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } else if (this.testHit2(_root.player)) { _root.player.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) && (_root.player.bRun)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } if (this.nInvi < 30) { this._x = this._x + this.nDir; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (((this.nInvi <= 0) && (_root.player._currentframe >= 5)) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && ((mc._y + mc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 60; this.nLife--; if (this.nLife <= 0) { delete this.onEnterFrame; _root.removeMovie(this); } }; }
Instance of Symbol 679 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 692 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { if (this.nSpeed == undefined) { var nSpeed = 0; } if (this.nLife == undefined) { var nLife = 2; } var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi > 2) { this._visible = !this._visible; } else { this._visible = true; } } if (this.bFlying) { if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } else if (this.testHit2(_root.player)) { _root.player.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) && (_root.player.bRun)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } if (this.nInvi < 30) { this._x = this._x + this.nDir; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (((this.nInvi <= 0) && (_root.player._currentframe >= 5)) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && ((mc._y + mc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 60; this.nLife--; if (this.nLife <= 0) { delete this.onEnterFrame; _root.removeMovie(this); } }; }
Instance of Symbol 785 MovieClip "boss" in Symbol 802 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(1); this.anim.anim.gotoAndStop(1); var nLife = 0; _root.attachHPBar(this); }
Instance of Symbol 786 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 182 MovieClip [Heart] in Symbol 802 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.nSecrets++; _root.nLife++; _root.removeMovie(this); } }
Instance of Symbol 789 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 792 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 794 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 799 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 801 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 396 MovieClip in Symbol 820 MovieClip Frame 1
onClipEvent (load) { this.sign.text = "\nTief AHEAD >"; }
Symbol 894 MovieClip Frame 1
var X1 = -8; var X2 = 8; var Y1 = -38; var Y2 = 0;
Symbol 968 MovieClip Frame 11
this.stop();
Symbol 997 MovieClip Frame 1
var X1 = -11; var X2 = 10; var Y1 = -40; var Y2 = 0;
Symbol 997 MovieClip Frame 2
var X1 = -13; var X2 = 10; var Y1 = -47; var Y2 = -4;
Instance of Symbol 805 MovieClip in Symbol 1004 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); var snd = new Sound(this); snd.attachSound("thunder"); var of = random(150); } onClipEvent (enterFrame) { of--; if (of <= 0) { snd.setVolume(30 + random(30)); snd.setPan(random(201) - 100); snd.start(); of = random(200) + 100; } }
Instance of Symbol 808 MovieClip in Symbol 1004 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); var snd = new Sound(this); snd.attachSound("wolf"); var of = (90 + random(60)); var scx = (this._x + (this._width / 2)); var sw = 1000; var bs = false; var snd2 = new Sound(this); snd2.attachSound("cricket"); snd2.onSoundComplete = function () { snd2.start(); }; } onClipEvent (enterFrame) { if (this._visible) { of--; if (of <= 0) { snd.setVolume(20 + random(30)); snd.setPan(random(201) - 100); snd.start(); of = random(210) + 150; } if ((_root.player._x <= (scx - sw)) || (_root.player._x >= (scx + sw))) { if (bs) { snd2.stop(); bs = false; } } else { if (!bs) { snd2.start(); bs = true; } snd2.setVolume((1 - (Math.abs(_root.player._x - scx) / sw)) * 80); } } }
Instance of Symbol 810 MovieClip in Symbol 1004 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); var scx = (this._x + (this._width / 2)); var sw = ((this._width / 2) + 100); var bs = false; var snd = new Sound(this); snd.attachSound("choping"); snd.onSoundComplete = function () { snd.start(); }; } onClipEvent (enterFrame) { if (this._visible) { if ((_root.player._x <= (scx - sw)) || (_root.player._x >= (scx + sw))) { if (bs) { snd.stop(); bs = false; } } else { if (!bs) { snd.start(); bs = true; } snd.setVolume((1 - (Math.abs(_root.player._x - scx) / sw)) * 80); } } }
Instance of Symbol 813 MovieClip in Symbol 1004 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 815 MovieClip in Symbol 1004 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); var scx = (this._x + (this._width / 2)); var sw = 1000; var snd = new Sound(this); var bs = false; snd.attachSound("church"); } onClipEvent (enterFrame) { if (this._visible) { if ((_root.player._x <= (scx - sw)) || (_root.player._x >= (scx + sw))) { if (bs) { snd.stop(); bs = false; } } else { if (!bs) { bs = true; snd.start(); } snd.setPan(((_root.player._x - this._x) / sw) * 100); snd.setVolume((1 - (Math.abs(_root.player._x - scx) / sw)) * 100); } } }
Instance of Symbol 817 MovieClip in Symbol 1004 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 820 MovieClip in Symbol 1004 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 894 MovieClip in Symbol 1004 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(1); this.anim.gotoAndStop(1); var nLeftX = (this._x - 200); var nRightX = (this._x + 200); var bIgnor = true; this._xscale = -100; if (this.nSpeed == undefined) { var nSpeed = 0; } var bRun = true; var nVecY = 0; var nLife = 1; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame = 1; var sIter; var mcParent = null; var mcAvatar = this; if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } var aAnimFun = new Array(10); var aAnimEndFun = new Array(10); this.aAnimFun[0] = function (mc) { if (mc.nInvi > 0) { mc.nInvi--; mc._visible = !mc._visible; } else { mc._visible = true; } if (mc.mcParent == null) { mc.nVecY = mc.nVecY + 0.5; mc._y = mc._y + mc.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!mc.TestHit(_root.aPlates[sIter])); do { } while (0 != null); } else if (mc.bRun) { if ((_root.player.mcChild == mc.mcParent) && (!mc.bIgnor)) { mc.nDir = (_root.player._x - mc._x) / Math.abs(_root.player._x - mc._x); mc._xscale = (-mc.nDir) * 100; mc.nDir = mc.nDir * (_root.nEnemySpeed + mc.nSpeed); } if (mc._x >= mc.nRightX) { mc.nDir = -(_root.nEnemySpeed + mc.nSpeed); mc._xscale = 100; } else if (mc._x <= mc.nLeftX) { mc.nDir = _root.nEnemySpeed + mc.nSpeed; mc._xscale = -100; } mc._x = mc._x + mc.nDir; if (mc.hitTest(_root.player)) { if (mc.testHit2(_root.player)) { _root.player.hit(); } if (mc.nInvi <= 0) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { mc.hit(); } } } } }; this.aAnimFun[1] = function (mc) { this.nInvi--; if (this.nInvi <= 0) { this.nAnimFrame = 1; this._visible = true; } this._visible = !this._visible; }; this.aAnimEndFun[1] = function (mc) { _root.removeMovie(mc); }; this.onEnterFrame = function () { this.mcAvatar.gotoAndStop(this.nAnimFrame); this.aAnimFun[this.nAnimFrame - 1](this); if (this.mcAvatar.anim._currentframe >= this.mcAvatar.anim._totalframes) { this.aAnimEndFun[this.nAnimFrame - 1](this); } }; var TestHit = function (pmc) { var _local3 = pmc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = pmc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (pmc) { if ((pmc._x >= (this._x + this.X1)) && (pmc._x <= (this._x + this.X2))) { if ((pmc._y >= (this._y + this.Y1)) && ((pmc._y + pmc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { if (this.nInvi <= 0) { this.nLife--; if (this.nLife <= 0) { this.nAnimFrame = 3; } else { this.nInvi = 10; this.nAnimFrame = 2; } } }; this.mcAvatar = this.anim; var nPhase = 1; var hit = function () { this.nInvi = 20; this.nAnimFrame = 2; }; this.aAnimFun[1] = null; this.aAnimEndFun[1] = function (mc) { if (mc.nPhase >= 3) { _root.removeMovie(mc); } else { mc.nPhase++; mc.nAnimFrame = 1; mc.gotoAndStop(mc.nPhase); } }; }
Instance of Symbol 894 MovieClip in Symbol 1004 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(1); this.anim.gotoAndStop(1); if (this.nSpeed == undefined) { var nSpeed = 0; } var bRun = true; var nVecY = 0; var nLife = 1; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame = 1; var sIter; var mcParent = null; var mcAvatar = this; if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } var aAnimFun = new Array(10); var aAnimEndFun = new Array(10); this.aAnimFun[0] = function (mc) { if (mc.nInvi > 0) { mc.nInvi--; mc._visible = !mc._visible; } else { mc._visible = true; } if (mc.mcParent == null) { mc.nVecY = mc.nVecY + 0.5; mc._y = mc._y + mc.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!mc.TestHit(_root.aPlates[sIter])); do { } while (0 != null); } else if (mc.bRun) { if ((_root.player.mcChild == mc.mcParent) && (!mc.bIgnor)) { mc.nDir = (_root.player._x - mc._x) / Math.abs(_root.player._x - mc._x); mc._xscale = (-mc.nDir) * 100; mc.nDir = mc.nDir * (_root.nEnemySpeed + mc.nSpeed); } if (mc._x >= mc.nRightX) { mc.nDir = -(_root.nEnemySpeed + mc.nSpeed); mc._xscale = 100; } else if (mc._x <= mc.nLeftX) { mc.nDir = _root.nEnemySpeed + mc.nSpeed; mc._xscale = -100; } mc._x = mc._x + mc.nDir; if (mc.hitTest(_root.player)) { if (mc.testHit2(_root.player)) { _root.player.hit(); } if (mc.nInvi <= 0) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { mc.hit(); } } } } }; this.aAnimFun[1] = function (mc) { this.nInvi--; if (this.nInvi <= 0) { this.nAnimFrame = 1; this._visible = true; } this._visible = !this._visible; }; this.aAnimEndFun[1] = function (mc) { _root.removeMovie(mc); }; this.onEnterFrame = function () { this.mcAvatar.gotoAndStop(this.nAnimFrame); this.aAnimFun[this.nAnimFrame - 1](this); if (this.mcAvatar.anim._currentframe >= this.mcAvatar.anim._totalframes) { this.aAnimEndFun[this.nAnimFrame - 1](this); } }; var TestHit = function (pmc) { var _local3 = pmc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = pmc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (pmc) { if ((pmc._x >= (this._x + this.X1)) && (pmc._x <= (this._x + this.X2))) { if ((pmc._y >= (this._y + this.Y1)) && ((pmc._y + pmc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { if (this.nInvi <= 0) { this.nLife--; if (this.nLife <= 0) { this.nAnimFrame = 3; } else { this.nInvi = 10; this.nAnimFrame = 2; } } }; this.mcAvatar = this.anim; var nPhase = 1; var hit = function () { this.nInvi = 20; this.nAnimFrame = 2; }; this.aAnimFun[1] = null; this.aAnimEndFun[1] = function (mc) { if (mc.nPhase >= 3) { _root.removeMovie(mc); } else { mc.nPhase++; mc.nAnimFrame = 1; mc.gotoAndStop(mc.nPhase); } }; }
Instance of Symbol 894 MovieClip in Symbol 1004 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(1); this.anim.gotoAndStop(1); if (this.nSpeed == undefined) { var nSpeed = 0; } var bRun = true; var nVecY = 0; var nLife = 1; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame = 1; var sIter; var mcParent = null; var mcAvatar = this; if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } var aAnimFun = new Array(10); var aAnimEndFun = new Array(10); this.aAnimFun[0] = function (mc) { if (mc.nInvi > 0) { mc.nInvi--; mc._visible = !mc._visible; } else { mc._visible = true; } if (mc.mcParent == null) { mc.nVecY = mc.nVecY + 0.5; mc._y = mc._y + mc.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!mc.TestHit(_root.aPlates[sIter])); do { } while (0 != null); } else if (mc.bRun) { if ((_root.player.mcChild == mc.mcParent) && (!mc.bIgnor)) { mc.nDir = (_root.player._x - mc._x) / Math.abs(_root.player._x - mc._x); mc._xscale = (-mc.nDir) * 100; mc.nDir = mc.nDir * (_root.nEnemySpeed + mc.nSpeed); } if (mc._x >= mc.nRightX) { mc.nDir = -(_root.nEnemySpeed + mc.nSpeed); mc._xscale = 100; } else if (mc._x <= mc.nLeftX) { mc.nDir = _root.nEnemySpeed + mc.nSpeed; mc._xscale = -100; } mc._x = mc._x + mc.nDir; if (mc.hitTest(_root.player)) { if (mc.testHit2(_root.player)) { _root.player.hit(); } if (mc.nInvi <= 0) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { mc.hit(); } } } } }; this.aAnimFun[1] = function (mc) { this.nInvi--; if (this.nInvi <= 0) { this.nAnimFrame = 1; this._visible = true; } this._visible = !this._visible; }; this.aAnimEndFun[1] = function (mc) { _root.removeMovie(mc); }; this.onEnterFrame = function () { this.mcAvatar.gotoAndStop(this.nAnimFrame); this.aAnimFun[this.nAnimFrame - 1](this); if (this.mcAvatar.anim._currentframe >= this.mcAvatar.anim._totalframes) { this.aAnimEndFun[this.nAnimFrame - 1](this); } }; var TestHit = function (pmc) { var _local3 = pmc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = pmc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (pmc) { if ((pmc._x >= (this._x + this.X1)) && (pmc._x <= (this._x + this.X2))) { if ((pmc._y >= (this._y + this.Y1)) && ((pmc._y + pmc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { if (this.nInvi <= 0) { this.nLife--; if (this.nLife <= 0) { this.nAnimFrame = 3; } else { this.nInvi = 10; this.nAnimFrame = 2; } } }; this.mcAvatar = this.anim; var nPhase = 1; var hit = function () { this.nInvi = 20; this.nAnimFrame = 2; }; this.aAnimFun[1] = null; this.aAnimEndFun[1] = function (mc) { if (mc.nPhase >= 3) { _root.removeMovie(mc); } else { mc.nPhase++; mc.nAnimFrame = 1; mc.gotoAndStop(mc.nPhase); } }; }
Instance of Symbol 894 MovieClip in Symbol 1004 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(1); this.anim.gotoAndStop(1); var nLeftX = (this._x - 100); var nRightX = (this._x + 100); var bIgnor = true; if (this.nSpeed == undefined) { var nSpeed = 0; } var bRun = true; var nVecY = 0; var nLife = 1; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame = 1; var sIter; var mcParent = null; var mcAvatar = this; if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } var aAnimFun = new Array(10); var aAnimEndFun = new Array(10); this.aAnimFun[0] = function (mc) { if (mc.nInvi > 0) { mc.nInvi--; mc._visible = !mc._visible; } else { mc._visible = true; } if (mc.mcParent == null) { mc.nVecY = mc.nVecY + 0.5; mc._y = mc._y + mc.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!mc.TestHit(_root.aPlates[sIter])); do { } while (0 != null); } else if (mc.bRun) { if ((_root.player.mcChild == mc.mcParent) && (!mc.bIgnor)) { mc.nDir = (_root.player._x - mc._x) / Math.abs(_root.player._x - mc._x); mc._xscale = (-mc.nDir) * 100; mc.nDir = mc.nDir * (_root.nEnemySpeed + mc.nSpeed); } if (mc._x >= mc.nRightX) { mc.nDir = -(_root.nEnemySpeed + mc.nSpeed); mc._xscale = 100; } else if (mc._x <= mc.nLeftX) { mc.nDir = _root.nEnemySpeed + mc.nSpeed; mc._xscale = -100; } mc._x = mc._x + mc.nDir; if (mc.hitTest(_root.player)) { if (mc.testHit2(_root.player)) { _root.player.hit(); } if (mc.nInvi <= 0) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { mc.hit(); } } } } }; this.aAnimFun[1] = function (mc) { this.nInvi--; if (this.nInvi <= 0) { this.nAnimFrame = 1; this._visible = true; } this._visible = !this._visible; }; this.aAnimEndFun[1] = function (mc) { _root.removeMovie(mc); }; this.onEnterFrame = function () { this.mcAvatar.gotoAndStop(this.nAnimFrame); this.aAnimFun[this.nAnimFrame - 1](this); if (this.mcAvatar.anim._currentframe >= this.mcAvatar.anim._totalframes) { this.aAnimEndFun[this.nAnimFrame - 1](this); } }; var TestHit = function (pmc) { var _local3 = pmc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = pmc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (pmc) { if ((pmc._x >= (this._x + this.X1)) && (pmc._x <= (this._x + this.X2))) { if ((pmc._y >= (this._y + this.Y1)) && ((pmc._y + pmc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { if (this.nInvi <= 0) { this.nLife--; if (this.nLife <= 0) { this.nAnimFrame = 3; } else { this.nInvi = 10; this.nAnimFrame = 2; } } }; this.mcAvatar = this.anim; var nPhase = 2; this.gotoAndStop(this.nPhase); var hit = function () { this.nInvi = 20; this.nAnimFrame = 2; }; this.aAnimFun[1] = null; this.aAnimEndFun[1] = function (mc) { if (mc.nPhase >= 3) { _root.removeMovie(mc); } else { mc.nPhase++; mc.nAnimFrame = 1; mc.gotoAndStop(mc.nPhase); } }; }
Instance of Symbol 894 MovieClip in Symbol 1004 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(1); this.anim.gotoAndStop(1); if (this.nSpeed == undefined) { var nSpeed = 0; } var bRun = true; var nVecY = 0; var nLife = 1; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame = 1; var sIter; var mcParent = null; var mcAvatar = this; if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } var aAnimFun = new Array(10); var aAnimEndFun = new Array(10); this.aAnimFun[0] = function (mc) { if (mc.nInvi > 0) { mc.nInvi--; mc._visible = !mc._visible; } else { mc._visible = true; } if (mc.mcParent == null) { mc.nVecY = mc.nVecY + 0.5; mc._y = mc._y + mc.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!mc.TestHit(_root.aPlates[sIter])); do { } while (0 != null); } else if (mc.bRun) { if ((_root.player.mcChild == mc.mcParent) && (!mc.bIgnor)) { mc.nDir = (_root.player._x - mc._x) / Math.abs(_root.player._x - mc._x); mc._xscale = (-mc.nDir) * 100; mc.nDir = mc.nDir * (_root.nEnemySpeed + mc.nSpeed); } if (mc._x >= mc.nRightX) { mc.nDir = -(_root.nEnemySpeed + mc.nSpeed); mc._xscale = 100; } else if (mc._x <= mc.nLeftX) { mc.nDir = _root.nEnemySpeed + mc.nSpeed; mc._xscale = -100; } mc._x = mc._x + mc.nDir; if (mc.hitTest(_root.player)) { if (mc.testHit2(_root.player)) { _root.player.hit(); } if (mc.nInvi <= 0) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { mc.hit(); } } } } }; this.aAnimFun[1] = function (mc) { this.nInvi--; if (this.nInvi <= 0) { this.nAnimFrame = 1; this._visible = true; } this._visible = !this._visible; }; this.aAnimEndFun[1] = function (mc) { _root.removeMovie(mc); }; this.onEnterFrame = function () { this.mcAvatar.gotoAndStop(this.nAnimFrame); this.aAnimFun[this.nAnimFrame - 1](this); if (this.mcAvatar.anim._currentframe >= this.mcAvatar.anim._totalframes) { this.aAnimEndFun[this.nAnimFrame - 1](this); } }; var TestHit = function (pmc) { var _local3 = pmc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = pmc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (pmc) { if ((pmc._x >= (this._x + this.X1)) && (pmc._x <= (this._x + this.X2))) { if ((pmc._y >= (this._y + this.Y1)) && ((pmc._y + pmc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { if (this.nInvi <= 0) { this.nLife--; if (this.nLife <= 0) { this.nAnimFrame = 3; } else { this.nInvi = 10; this.nAnimFrame = 2; } } }; this.mcAvatar = this.anim; var nPhase = 3; this.gotoAndStop(this.nPhase); var hit = function () { this.nInvi = 20; this.nAnimFrame = 2; }; this.aAnimFun[1] = null; this.aAnimEndFun[1] = function (mc) { if (mc.nPhase >= 3) { _root.removeMovie(mc); } else { mc.nPhase++; mc.nAnimFrame = 1; mc.gotoAndStop(mc.nPhase); } }; }
Instance of Symbol 894 MovieClip in Symbol 1004 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(1); this.anim.gotoAndStop(1); if (this.nSpeed == undefined) { var nSpeed = 0; } var bRun = true; var nVecY = 0; var nLife = 1; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame = 1; var sIter; var mcParent = null; var mcAvatar = this; if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } var aAnimFun = new Array(10); var aAnimEndFun = new Array(10); this.aAnimFun[0] = function (mc) { if (mc.nInvi > 0) { mc.nInvi--; mc._visible = !mc._visible; } else { mc._visible = true; } if (mc.mcParent == null) { mc.nVecY = mc.nVecY + 0.5; mc._y = mc._y + mc.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!mc.TestHit(_root.aPlates[sIter])); do { } while (0 != null); } else if (mc.bRun) { if ((_root.player.mcChild == mc.mcParent) && (!mc.bIgnor)) { mc.nDir = (_root.player._x - mc._x) / Math.abs(_root.player._x - mc._x); mc._xscale = (-mc.nDir) * 100; mc.nDir = mc.nDir * (_root.nEnemySpeed + mc.nSpeed); } if (mc._x >= mc.nRightX) { mc.nDir = -(_root.nEnemySpeed + mc.nSpeed); mc._xscale = 100; } else if (mc._x <= mc.nLeftX) { mc.nDir = _root.nEnemySpeed + mc.nSpeed; mc._xscale = -100; } mc._x = mc._x + mc.nDir; if (mc.hitTest(_root.player)) { if (mc.testHit2(_root.player)) { _root.player.hit(); } if (mc.nInvi <= 0) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { mc.hit(); } } } } }; this.aAnimFun[1] = function (mc) { this.nInvi--; if (this.nInvi <= 0) { this.nAnimFrame = 1; this._visible = true; } this._visible = !this._visible; }; this.aAnimEndFun[1] = function (mc) { _root.removeMovie(mc); }; this.onEnterFrame = function () { this.mcAvatar.gotoAndStop(this.nAnimFrame); this.aAnimFun[this.nAnimFrame - 1](this); if (this.mcAvatar.anim._currentframe >= this.mcAvatar.anim._totalframes) { this.aAnimEndFun[this.nAnimFrame - 1](this); } }; var TestHit = function (pmc) { var _local3 = pmc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = pmc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (pmc) { if ((pmc._x >= (this._x + this.X1)) && (pmc._x <= (this._x + this.X2))) { if ((pmc._y >= (this._y + this.Y1)) && ((pmc._y + pmc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { if (this.nInvi <= 0) { this.nLife--; if (this.nLife <= 0) { this.nAnimFrame = 3; } else { this.nInvi = 10; this.nAnimFrame = 2; } } }; this.mcAvatar = this.anim; this.bIgnor = true; var nPhase = 1; var hit = function () { this.nInvi = 20; this.nAnimFrame = 2; }; this.aAnimFun[1] = null; this.aAnimEndFun[1] = function (mc) { if (mc.nPhase >= 3) { _root.removeMovie(mc); } else { mc.nPhase++; mc.nAnimFrame = 1; mc.gotoAndStop(mc.nPhase); } }; }
Instance of Symbol 894 MovieClip in Symbol 1004 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(1); this.anim.gotoAndStop(1); var nLeftX = (this._x - 200); var nRightX = (this._x + 200); var bIgnor = true; this._xscale = -100; if (this.nSpeed == undefined) { var nSpeed = 0; } var bRun = true; var nVecY = 0; var nLife = 1; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame = 1; var sIter; var mcParent = null; var mcAvatar = this; if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } var aAnimFun = new Array(10); var aAnimEndFun = new Array(10); this.aAnimFun[0] = function (mc) { if (mc.nInvi > 0) { mc.nInvi--; mc._visible = !mc._visible; } else { mc._visible = true; } if (mc.mcParent == null) { mc.nVecY = mc.nVecY + 0.5; mc._y = mc._y + mc.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!mc.TestHit(_root.aPlates[sIter])); do { } while (0 != null); } else if (mc.bRun) { if ((_root.player.mcChild == mc.mcParent) && (!mc.bIgnor)) { mc.nDir = (_root.player._x - mc._x) / Math.abs(_root.player._x - mc._x); mc._xscale = (-mc.nDir) * 100; mc.nDir = mc.nDir * (_root.nEnemySpeed + mc.nSpeed); } if (mc._x >= mc.nRightX) { mc.nDir = -(_root.nEnemySpeed + mc.nSpeed); mc._xscale = 100; } else if (mc._x <= mc.nLeftX) { mc.nDir = _root.nEnemySpeed + mc.nSpeed; mc._xscale = -100; } mc._x = mc._x + mc.nDir; if (mc.hitTest(_root.player)) { if (mc.testHit2(_root.player)) { _root.player.hit(); } if (mc.nInvi <= 0) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { mc.hit(); } } } } }; this.aAnimFun[1] = function (mc) { this.nInvi--; if (this.nInvi <= 0) { this.nAnimFrame = 1; this._visible = true; } this._visible = !this._visible; }; this.aAnimEndFun[1] = function (mc) { _root.removeMovie(mc); }; this.onEnterFrame = function () { this.mcAvatar.gotoAndStop(this.nAnimFrame); this.aAnimFun[this.nAnimFrame - 1](this); if (this.mcAvatar.anim._currentframe >= this.mcAvatar.anim._totalframes) { this.aAnimEndFun[this.nAnimFrame - 1](this); } }; var TestHit = function (pmc) { var _local3 = pmc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = pmc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (pmc) { if ((pmc._x >= (this._x + this.X1)) && (pmc._x <= (this._x + this.X2))) { if ((pmc._y >= (this._y + this.Y1)) && ((pmc._y + pmc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { if (this.nInvi <= 0) { this.nLife--; if (this.nLife <= 0) { this.nAnimFrame = 3; } else { this.nInvi = 10; this.nAnimFrame = 2; } } }; this.mcAvatar = this.anim; var nPhase = 1; var hit = function () { this.nInvi = 20; this.nAnimFrame = 2; }; this.aAnimFun[1] = null; this.aAnimEndFun[1] = function (mc) { if (mc.nPhase >= 3) { _root.removeMovie(mc); } else { mc.nPhase++; mc.nAnimFrame = 1; mc.gotoAndStop(mc.nPhase); } }; }
Instance of Symbol 894 MovieClip in Symbol 1004 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(1); this.anim.gotoAndStop(1); var nLeftX = (this._x - 200); var nRightX = (this._x + 200); var bIgnor = true; this._xscale = 100; if (this.nSpeed == undefined) { var nSpeed = 0; } var bRun = true; var nVecY = 0; var nLife = 1; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame = 1; var sIter; var mcParent = null; var mcAvatar = this; if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } var aAnimFun = new Array(10); var aAnimEndFun = new Array(10); this.aAnimFun[0] = function (mc) { if (mc.nInvi > 0) { mc.nInvi--; mc._visible = !mc._visible; } else { mc._visible = true; } if (mc.mcParent == null) { mc.nVecY = mc.nVecY + 0.5; mc._y = mc._y + mc.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!mc.TestHit(_root.aPlates[sIter])); do { } while (0 != null); } else if (mc.bRun) { if ((_root.player.mcChild == mc.mcParent) && (!mc.bIgnor)) { mc.nDir = (_root.player._x - mc._x) / Math.abs(_root.player._x - mc._x); mc._xscale = (-mc.nDir) * 100; mc.nDir = mc.nDir * (_root.nEnemySpeed + mc.nSpeed); } if (mc._x >= mc.nRightX) { mc.nDir = -(_root.nEnemySpeed + mc.nSpeed); mc._xscale = 100; } else if (mc._x <= mc.nLeftX) { mc.nDir = _root.nEnemySpeed + mc.nSpeed; mc._xscale = -100; } mc._x = mc._x + mc.nDir; if (mc.hitTest(_root.player)) { if (mc.testHit2(_root.player)) { _root.player.hit(); } if (mc.nInvi <= 0) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { mc.hit(); } } } } }; this.aAnimFun[1] = function (mc) { this.nInvi--; if (this.nInvi <= 0) { this.nAnimFrame = 1; this._visible = true; } this._visible = !this._visible; }; this.aAnimEndFun[1] = function (mc) { _root.removeMovie(mc); }; this.onEnterFrame = function () { this.mcAvatar.gotoAndStop(this.nAnimFrame); this.aAnimFun[this.nAnimFrame - 1](this); if (this.mcAvatar.anim._currentframe >= this.mcAvatar.anim._totalframes) { this.aAnimEndFun[this.nAnimFrame - 1](this); } }; var TestHit = function (pmc) { var _local3 = pmc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = pmc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (pmc) { if ((pmc._x >= (this._x + this.X1)) && (pmc._x <= (this._x + this.X2))) { if ((pmc._y >= (this._y + this.Y1)) && ((pmc._y + pmc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { if (this.nInvi <= 0) { this.nLife--; if (this.nLife <= 0) { this.nAnimFrame = 3; } else { this.nInvi = 10; this.nAnimFrame = 2; } } }; this.mcAvatar = this.anim; var nPhase = 1; var hit = function () { this.nInvi = 20; this.nAnimFrame = 2; }; this.aAnimFun[1] = null; this.aAnimEndFun[1] = function (mc) { if (mc.nPhase >= 3) { _root.removeMovie(mc); } else { mc.nPhase++; mc.nAnimFrame = 1; mc.gotoAndStop(mc.nPhase); } }; }
Instance of Symbol 997 MovieClip "boss" in Symbol 1004 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(1); this.anim.gotoAndStop(1); var nSpeed = 5; var nLeftX = 4640; var nRightX = 5090; if (this.nSpeed == undefined) { var nSpeed = 0; } var bRun = true; var nVecY = 0; var nLife = 1; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame = 1; var sIter; var mcParent = null; var mcAvatar = this; if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } var aAnimFun = new Array(10); var aAnimEndFun = new Array(10); this.aAnimFun[0] = function (mc) { if (mc.nInvi > 0) { mc.nInvi--; mc._visible = !mc._visible; } else { mc._visible = true; } if (mc.mcParent == null) { mc.nVecY = mc.nVecY + 0.5; mc._y = mc._y + mc.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!mc.TestHit(_root.aPlates[sIter])); do { } while (0 != null); } else if (mc.bRun) { if ((_root.player.mcChild == mc.mcParent) && (!mc.bIgnor)) { mc.nDir = (_root.player._x - mc._x) / Math.abs(_root.player._x - mc._x); mc._xscale = (-mc.nDir) * 100; mc.nDir = mc.nDir * (_root.nEnemySpeed + mc.nSpeed); } if (mc._x >= mc.nRightX) { mc.nDir = -(_root.nEnemySpeed + mc.nSpeed); mc._xscale = 100; } else if (mc._x <= mc.nLeftX) { mc.nDir = _root.nEnemySpeed + mc.nSpeed; mc._xscale = -100; } mc._x = mc._x + mc.nDir; if (mc.hitTest(_root.player)) { if (mc.testHit2(_root.player)) { _root.player.hit(); } if (mc.nInvi <= 0) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { mc.hit(); } } } } }; this.aAnimFun[1] = function (mc) { this.nInvi--; if (this.nInvi <= 0) { this.nAnimFrame = 1; this._visible = true; } this._visible = !this._visible; }; this.aAnimEndFun[1] = function (mc) { _root.removeMovie(mc); }; this.onEnterFrame = function () { this.mcAvatar.gotoAndStop(this.nAnimFrame); this.aAnimFun[this.nAnimFrame - 1](this); if (this.mcAvatar.anim._currentframe >= this.mcAvatar.anim._totalframes) { this.aAnimEndFun[this.nAnimFrame - 1](this); } }; var TestHit = function (pmc) { var _local3 = pmc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = pmc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (pmc) { if ((pmc._x >= (this._x + this.X1)) && (pmc._x <= (this._x + this.X2))) { if ((pmc._y >= (this._y + this.Y1)) && ((pmc._y + pmc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { if (this.nInvi <= 0) { this.nLife--; if (this.nLife <= 0) { this.nAnimFrame = 3; } else { this.nInvi = 10; this.nAnimFrame = 2; } } }; this.nLife = 4; this.nDir = -1; this.mcAvatar = this.anim; this.bRun = false; this.anim.anim.stop(); var nPhase = 1; var nAtk1 = 30; var nAtk2 = 60; var nAtk3 = 90; var nJump = 60; var bPause = false; _root.attachHPBar(this); this.hit = function () { this.nLife--; this.nInvi = 40; if (this.nLife <= 0) { if (this.nPhase != 2) { this.nLife = 6; } this.nAnimFrame = 3; } else if (this.nAnimFrame == 1) { this.nAnimFrame = 2; } }; this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; this._visible = !this._visible; } else { this._visible = true; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (this.nInvi <= 0) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } } } this.mcAvatar.gotoAndStop(this.nAnimFrame); this.aAnimFun[this.nAnimFrame - 1](this); if ((this.mcAvatar._currentframe == this.nAnimFrame) && (this.mcAvatar.anim._currentframe >= this.mcAvatar.anim._totalframes)) { this.aAnimEndFun[this.nAnimFrame - 1](this); } }; this.aAnimFun[0] = function (mc) { if (mc.mcParent == null) { mc.nVecY = mc.nVecY + 0.5; mc._y = mc._y + mc.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!mc.TestHit(_root.aPlates[sIter])); do { } while (0 != null); } else if (mc.bRun) { if (mc._x >= mc.nRightX) { mc.nDir = -1; mc._xscale = 100; } else if (mc._x <= mc.nLeftX) { mc.nDir = 1; mc._xscale = -100; } mc.nAtk2--; mc.nJump--; if (mc.nAtk1 <= 0) { if (mc._x >= _root.player._x) { mc.nDir = -1; mc._xscale = 100; } else { mc.nDir = 1; mc._xscale = -100; } mc.nAtk1 = Math.floor(Math.random() * 30) + 30; mc.nAnimFrame = 5; return(undefined); } mc.nAtk1--; if (mc.nAtk2 <= 0) { if (mc._x >= _root.player._x) { mc.nDir = -1; mc._xscale = 100; } else { mc.nDir = 1; mc._xscale = -100; } mc.nAtk2 = Math.floor(Math.random() * 60) + 60; mc.nAnimFrame = 6; return(undefined); } if (mc.nPhase == 2) { if (mc.nJump <= 0) { if (mc._x >= _root.player._x) { mc.nDir = -1; mc._xscale = 100; } else { mc.nDir = 1; mc._xscale = -100; } mc.nJump = Math.floor(Math.random() * 90) + 90; mc.nAnimFrame = 4; return(undefined); } } else if (mc.nJump <= 0) { mc.nJump = Math.floor(Math.random() * 30) + 60; mc.nVecY = -10; mc.mcParent = null; mc.nAnimFrame = 4; return(undefined); } mc._x = mc._x + (mc.nSpeed * mc.nDir); if (mc.hitTest(_root.player)) { if (mc.testHit2(_root.player)) { _root.player.hit(); } if (mc.nInvi <= 0) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { mc.hit(); } } } } }; this.aAnimFun[1] = function (mc) { if (mc.nInvi <= 30) { mc.nAnimFrame = 1; } }; this.aAnimEndFun[1] = null; this.aAnimFun[2] = function (mc) { if (mc.mcParent == null) { mc.nVecY = mc.nVecY + 0.5; mc._y = mc._y + mc.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!mc.TestHit(_root.aPlates[sIter])); do { } while (2 != null); } }; this.aAnimEndFun[2] = function (mc) { if (mc.nPhase >= 2) { if (_root.player.bRun) { mc.stop(); mc.anim.stop(); delete mc.onEnterFrame; _root.player.bRun = false; _root.endLevel(); } } else if ((mc.mcAvatar._currentframe = mc.nAnimFrame)) { mc.aAnimFun[3] = null; mc.aAnimEndFun[3] = function (mc) { mc.nAnimFrame = 1; var _local5 = _root.game.getNextHighestDepth(); var _local3 = _root.game.attachMovie("b3-a3-ball", "b3-a3-ball" + _local5, _local5); _local3._x = mc._x; _local3._y = mc._y - mc._height; _local3.a = Math.atan2((_root.player._y - (_root.player._height / 2)) - _local3._y, _root.player._x - _local3._x); _local3._xscale = 100 * mc.nDir; _local3.tout = 120; _local3.onEnterFrame = function () { this.tout--; if (this.tout <= 0) { _root.removeMovie(this); } this._x = this._x + (Math.cos(this.a) * 20); this._y = this._y + (Math.sin(this.a) * 20); if ((this._x > (_root.player._x + _root.player.X1)) && (this._x < (_root.player._x + _root.player.X2))) { if ((this._y > (_root.player._y + _root.player.Y1)) && (this._y < (_root.player._y + _root.player.Y2))) { _root.player.hit(); } } }; }; mc.aAnimFun[5] = null; mc.aAnimEndFun[5] = function (mc) { var _local5 = _root.game.getNextHighestDepth(); var _local3 = _root.game.attachMovie("b3-a2-ball", "b3-a3-ball" + _local5, _local5); _local3._x = mc._x + (10 * mc.nDir); _local3._y = mc._y - (mc._height / 2); _local3.dir = mc.nDir; _local3._xscale = 100 * (-mc.nDir); _local3.tout = 120; _local3.onEnterFrame = function () { this.tout--; if (this.tout <= 0) { _root.removeMovie(this); } this._x = this._x + (this.dir * 10); if ((this._x > (_root.player._x + _root.player.X1)) && (this._x < (_root.player._x + _root.player.X2))) { if ((this._y > (_root.player._y + _root.player.Y1)) && (this._y < (_root.player._y + _root.player.Y2))) { _root.player.hit(); } } }; mc.nAnimFrame = 1; }; mc.nPhase++; mc.nAnimFrame = 1; mc.gotoAndStop(mc.nPhase); } }; this.aAnimFun[3] = function (mc) { if (mc.mcParent == null) { mc.nVecY = mc.nVecY + 0.5; mc._y = mc._y + mc.nVecY; mc._x = mc._x + (mc.nSpeed * mc.nDir); if (mc._x >= mc.nRightX) { mc.nVecY = -10; mc.nDir = -1; mc._xscale = 100; } else if (mc._x <= mc.nLeftX) { mc.nVecY = -10; mc.nDir = 1; mc._xscale = -100; } for (sIter in _root.aPlates) { if (mc.TestHit(_root.aPlates[sIter])) { mc.nAnimFrame = 1; break; } } } }; this.aAnimFun[4] = function (mc) { mc._x = mc._x + (mc.nSpeed * mc.nDir); }; this.aAnimEndFun[4] = function (mc) { mc.nAnimFrame = 1; }; this.aAnimFun[5] = function (mc) { if (mc._x >= mc.nRightX) { mc.nDir = -1; mc._xscale = 100; } else if (mc._x <= mc.nLeftX) { mc.nDir = 1; mc._xscale = -100; } mc._x = mc._x + ((mc.nSpeed * 1.25) * mc.nDir); }; this.aAnimEndFun[5] = function (mc) { mc.nAnimFrame = 1; }; }
Instance of Symbol 894 MovieClip in Symbol 1004 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(1); this.anim.gotoAndStop(1); this._xscale = 100; if (this.nSpeed == undefined) { var nSpeed = 0; } var bRun = true; var nVecY = 0; var nLife = 1; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame = 1; var sIter; var mcParent = null; var mcAvatar = this; if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } var aAnimFun = new Array(10); var aAnimEndFun = new Array(10); this.aAnimFun[0] = function (mc) { if (mc.nInvi > 0) { mc.nInvi--; mc._visible = !mc._visible; } else { mc._visible = true; } if (mc.mcParent == null) { mc.nVecY = mc.nVecY + 0.5; mc._y = mc._y + mc.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!mc.TestHit(_root.aPlates[sIter])); do { } while (0 != null); } else if (mc.bRun) { if ((_root.player.mcChild == mc.mcParent) && (!mc.bIgnor)) { mc.nDir = (_root.player._x - mc._x) / Math.abs(_root.player._x - mc._x); mc._xscale = (-mc.nDir) * 100; mc.nDir = mc.nDir * (_root.nEnemySpeed + mc.nSpeed); } if (mc._x >= mc.nRightX) { mc.nDir = -(_root.nEnemySpeed + mc.nSpeed); mc._xscale = 100; } else if (mc._x <= mc.nLeftX) { mc.nDir = _root.nEnemySpeed + mc.nSpeed; mc._xscale = -100; } mc._x = mc._x + mc.nDir; if (mc.hitTest(_root.player)) { if (mc.testHit2(_root.player)) { _root.player.hit(); } if (mc.nInvi <= 0) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { mc.hit(); } } } } }; this.aAnimFun[1] = function (mc) { this.nInvi--; if (this.nInvi <= 0) { this.nAnimFrame = 1; this._visible = true; } this._visible = !this._visible; }; this.aAnimEndFun[1] = function (mc) { _root.removeMovie(mc); }; this.onEnterFrame = function () { this.mcAvatar.gotoAndStop(this.nAnimFrame); this.aAnimFun[this.nAnimFrame - 1](this); if (this.mcAvatar.anim._currentframe >= this.mcAvatar.anim._totalframes) { this.aAnimEndFun[this.nAnimFrame - 1](this); } }; var TestHit = function (pmc) { var _local3 = pmc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = pmc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (pmc) { if ((pmc._x >= (this._x + this.X1)) && (pmc._x <= (this._x + this.X2))) { if ((pmc._y >= (this._y + this.Y1)) && ((pmc._y + pmc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { if (this.nInvi <= 0) { this.nLife--; if (this.nLife <= 0) { this.nAnimFrame = 3; } else { this.nInvi = 10; this.nAnimFrame = 2; } } }; this.mcAvatar = this.anim; var nPhase = 1; var hit = function () { this.nInvi = 20; this.nAnimFrame = 2; }; this.aAnimFun[1] = null; this.aAnimEndFun[1] = function (mc) { if (mc.nPhase >= 3) { _root.removeMovie(mc); } else { mc.nPhase++; mc.nAnimFrame = 1; mc.gotoAndStop(mc.nPhase); } }; }
Instance of Symbol 894 MovieClip in Symbol 1004 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(1); this.anim.gotoAndStop(1); var nLeftX = (this._x - 200); var nRightX = (this._x + 200); var bIgnor = true; this._xscale = 100; if (this.nSpeed == undefined) { var nSpeed = 0; } var bRun = true; var nVecY = 0; var nLife = 1; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame = 1; var sIter; var mcParent = null; var mcAvatar = this; if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } var aAnimFun = new Array(10); var aAnimEndFun = new Array(10); this.aAnimFun[0] = function (mc) { if (mc.nInvi > 0) { mc.nInvi--; mc._visible = !mc._visible; } else { mc._visible = true; } if (mc.mcParent == null) { mc.nVecY = mc.nVecY + 0.5; mc._y = mc._y + mc.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!mc.TestHit(_root.aPlates[sIter])); do { } while (0 != null); } else if (mc.bRun) { if ((_root.player.mcChild == mc.mcParent) && (!mc.bIgnor)) { mc.nDir = (_root.player._x - mc._x) / Math.abs(_root.player._x - mc._x); mc._xscale = (-mc.nDir) * 100; mc.nDir = mc.nDir * (_root.nEnemySpeed + mc.nSpeed); } if (mc._x >= mc.nRightX) { mc.nDir = -(_root.nEnemySpeed + mc.nSpeed); mc._xscale = 100; } else if (mc._x <= mc.nLeftX) { mc.nDir = _root.nEnemySpeed + mc.nSpeed; mc._xscale = -100; } mc._x = mc._x + mc.nDir; if (mc.hitTest(_root.player)) { if (mc.testHit2(_root.player)) { _root.player.hit(); } if (mc.nInvi <= 0) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { mc.hit(); } } } } }; this.aAnimFun[1] = function (mc) { this.nInvi--; if (this.nInvi <= 0) { this.nAnimFrame = 1; this._visible = true; } this._visible = !this._visible; }; this.aAnimEndFun[1] = function (mc) { _root.removeMovie(mc); }; this.onEnterFrame = function () { this.mcAvatar.gotoAndStop(this.nAnimFrame); this.aAnimFun[this.nAnimFrame - 1](this); if (this.mcAvatar.anim._currentframe >= this.mcAvatar.anim._totalframes) { this.aAnimEndFun[this.nAnimFrame - 1](this); } }; var TestHit = function (pmc) { var _local3 = pmc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = pmc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (pmc) { if ((pmc._x >= (this._x + this.X1)) && (pmc._x <= (this._x + this.X2))) { if ((pmc._y >= (this._y + this.Y1)) && ((pmc._y + pmc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { if (this.nInvi <= 0) { this.nLife--; if (this.nLife <= 0) { this.nAnimFrame = 3; } else { this.nInvi = 10; this.nAnimFrame = 2; } } }; this.mcAvatar = this.anim; var nPhase = 3; this.gotoAndStop(this.nPhase); var hit = function () { this.nInvi = 20; this.nAnimFrame = 2; }; this.aAnimFun[1] = null; this.aAnimEndFun[1] = function (mc) { if (mc.nPhase >= 3) { _root.removeMovie(mc); } else { mc.nPhase++; mc.nAnimFrame = 1; mc.gotoAndStop(mc.nPhase); } }; }
Instance of Symbol 999 MovieClip in Symbol 1004 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1001 MovieClip in Symbol 1004 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var snd = new Sound(this); snd.attachSound("scream"); var of = (60 + random(60)); } onClipEvent (enterFrame) { if (this._visible) { of--; if (of <= 0) { snd.setVolume(30 + random(30)); snd.setPan(random(201) - 100); snd.start(); of = random(180) + 120; } } }
Instance of Symbol 1003 MovieClip "chata" in Symbol 1004 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); var bBossFight = false; var fText1 = function () { _root.showMessage("Gathering some firewood?", _root.player._x, (_root.player._y - (_root.player._height / 2)) - 10, _root.game.chata.fText2); }; var fText2 = function () { _root.showMessage("No, but I'll gladly gather your head, bitch!", _root.game.boss._x - 10, _root.game.boss._y - _root.game.boss._height, _root.game.chata.fText3); }; var fText3 = function () { _root.showMessage("So I can't just leave, right?", _root.player._x, (_root.player._y - (_root.player._height / 2)) - 10, _root.game.chata.fText4); }; var fText4 = function () { _root.showMessage("No", _root.game.boss._x - 10, _root.game.boss._y - _root.game.boss._height, _root.game.chata.fText5); }; var fText5 = function () { _root.showMessage("Well, at least I tryed", _root.player._x, (_root.player._y - (_root.player._height / 2)) - 10, _root.game.chata.fText6); }; var fText6 = function () { _root.showMessage("Enough with you bitch!", _root.game.boss._x - 10, _root.game.boss._y - _root.game.boss._height, _root.game.chata.fEnd); }; var fEnd = function () { _root.player.bRun = true; _root.game.boss.bRun = true; _root.game.boss.anim.anim.play(); _root.bAllowAttack = true; }; } onClipEvent (enterFrame) { if (!this.bBossFight) { if ((this._x + _root.game._x) < 500) { _root.nCamState = 0; _root.player.bRun = false; this.bBossFight = true; this.fText1(); } } }
Instance of Symbol 1011 MovieClip in Symbol 1027 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var scy = (_parent._y + this._y); var sh = 200; var bs = false; var snd = new Sound(this); snd.attachSound("torch"); snd.onSoundComplete = function () { this.start(); }; } onClipEvent (enterFrame) { if ((_root.player._y <= (scy - sh)) || (_root.player._y >= (scy + sh))) { if (bs) { snd.stop(); bs = false; } } else { if (!bs) { snd.start(); bs = true; } snd.setVolume((1 - (Math.abs(_root.player._y - scy) / sh)) * 50); } }
Instance of Symbol 1011 MovieClip in Symbol 1027 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1014 MovieClip in Symbol 1027 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1014 MovieClip in Symbol 1027 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1014 MovieClip in Symbol 1027 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 396 MovieClip in Symbol 1027 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; this.sign.text = "\neNtro\n< AHEAD"; }
Instance of Symbol 1017 MovieClip in Symbol 1027 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1019 MovieClip in Symbol 1027 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1022 MovieClip in Symbol 1027 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1024 MovieClip in Symbol 1027 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1026 MovieClip "tunel" in Symbol 1027 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); var fText1 = function () { _root.showMessage("Hi there, dangerously looking man. Nice views you got here.", _root.player._x, (_root.player._y - (_root.player._height / 2)) - 10, _root.game.tower.tunel.fText2); }; var fText2 = function () { _root.showMessage("Indeed, but it is missing a bit of red", _root.game.boss._x - 10, _root.game.boss._y - _root.game.boss._height, _root.game.tower.tunel.fText3); }; var fText3 = function () { _root.showMessage("Is this another coversation that will end with a slaughtery?", _root.player._x, (_root.player._y - (_root.player._height / 2)) - 10, _root.game.tower.tunel.fText4); }; var fText4 = function () { _root.showMessage("Yes", _root.game.boss._x - 10, _root.game.boss._y - _root.game.boss._height, _root.game.tower.tunel.fText5); }; var fText5 = function () { _root.showMessage("I just wanted to make sure", _root.player._x, (_root.player._y - (_root.player._height / 2)) - 10, _root.game.tower.tunel.fEnd); }; var fEnd = function () { _root.bAllowAttack = true; _root.player.bRun = true; _root.game.boss.bRun = true; _root.game.boss.anim.play(); }; } onClipEvent (enterFrame) { if ((!_root.game.boss.bRun) && (_root.player.bRun)) { if (_root.player._y <= (this._y + this._parent._y)) { this.box._x = -49; this.fText1(); _root.player.bRun = false; } } }
Symbol 1076 MovieClip Frame 1
var X1 = -11; var X2 = 5; var Y1 = -38; var Y2 = 0;
Symbol 1085 MovieClip Frame 1
var X1 = -15; var X2 = 10; var Y1 = -40; var Y2 = 0;
Symbol 1094 MovieClip Frame 1
var X1 = -15; var X2 = 10; var Y1 = -41; var Y2 = 0;
Symbol 1156 MovieClip Frame 1
var X1 = -12; var X2 = 12; var Y1 = -40; var Y2 = 0;
Instance of Symbol 1027 MovieClip "tower" in Symbol 1157 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1029 MovieClip "towerwall" in Symbol 1157 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1031 MovieClip in Symbol 1157 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1033 MovieClip in Symbol 1157 MovieClip Frame 1
onClipEvent (load) { var phase = 0; } onClipEvent (enterFrame) { switch (this.phase) { case 0 : ((this.hitTest(_root.player) && (_root.player._y < -295)) ? ((this.phase = 1)) : ((_root.game.tower.box._y = -1788))); break; case 1 : if (_root.game.towerwall._alpha > 0) { _root.game.towerwall._alpha = _root.game.towerwall._alpha - 10; this._alpha = this._alpha - 10; } else { this.phase = 2; } break; case 2 : _root.game.floor1.box._x = _root.game.floor1.box._x - 500; _root.game.tower.box._y = -788; this.phase = 3; } }
Instance of Symbol 1052 MovieClip in Symbol 1157 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); var scy = (this._y + (this._height / 2)); var sh = (this._height + 100); var bs = false; var snd = new Sound(this); snd.attachSound("sea"); snd.onSoundComplete = function () { this.start(); }; } onClipEvent (enterFrame) { if ((_root.player._y <= (scy - sh)) || (_root.player._y >= (scy + sh))) { if (bs) { snd.stop(); bs = false; } } else { if (!bs) { snd.start(); bs = true; } snd.setVolume((1 - (Math.abs(_root.player._y - scy) / sh)) * 90); } }
Instance of Symbol 1054 MovieClip in Symbol 1157 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1056 MovieClip in Symbol 1157 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1058 MovieClip in Symbol 1157 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1060 MovieClip in Symbol 1157 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1062 MovieClip "floor1" in Symbol 1157 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); var scy = ((this._y + this._height) + 100); var sh = (this._height + 300); var bs = false; var snd = new Sound(this); var span = 0; var sp = 1; snd.attachSound("wind"); snd.onSoundComplete = function () { this.start(); }; } onClipEvent (enterFrame) { if ((_root.player._y <= (scy - sh)) || (_root.player._y >= (scy + sh))) { if (bs) { snd.stop(); bs = false; } } else { if (!bs) { snd.start(); bs = true; } span = span + sp; if ((span == 100) || (span == -100)) { sp = sp * -1; } snd.setPan(span); snd.setVolume((1 - (Math.abs(_root.player._y - scy) / sh)) * 90); } }
Instance of Symbol 1064 MovieClip in Symbol 1157 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1067 MovieClip "npc1" in Symbol 1157 MovieClip Frame 1
onClipEvent (load) { function nextState() { bTalk = false; } var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var bTalk = false; } onClipEvent (enterFrame) { if ((!this.bTalk) && (this._visible)) { if (this.hitTest(_root.player)) { _root.showMessage("You'll need some serious wall-to-wall jumping skills to enter eNtro's lair *hint**hint*", _root.game.npc1._x, _root.game.npc1._y - 25, _root.game.npc1.nextState); this.bTalk = true; } } }
Instance of Symbol 1076 MovieClip in Symbol 1157 MovieClip Frame 1
onClipEvent (load) { if (this.nSpeed == undefined) { var nSpeed = 0; } if (this.nLife == undefined) { var nLife = 2; } var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi > 2) { this._visible = !this._visible; } else { this._visible = true; } } if (this.bFlying) { if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } else if (this.testHit2(_root.player)) { _root.player.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) && (_root.player.bRun)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } if (this.nInvi < 30) { this._x = this._x + this.nDir; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (((this.nInvi <= 0) && (_root.player._currentframe >= 5)) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && ((mc._y + mc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 60; this.nLife--; if (this.nLife <= 0) { delete this.onEnterFrame; _root.removeMovie(this); } }; }
Instance of Symbol 1085 MovieClip in Symbol 1157 MovieClip Frame 1
onClipEvent (load) { if (this.nSpeed == undefined) { var nSpeed = 0; } if (this.nLife == undefined) { var nLife = 2; } var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi > 2) { this._visible = !this._visible; } else { this._visible = true; } } if (this.bFlying) { if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } else if (this.testHit2(_root.player)) { _root.player.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) && (_root.player.bRun)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } if (this.nInvi < 30) { this._x = this._x + this.nDir; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (((this.nInvi <= 0) && (_root.player._currentframe >= 5)) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && ((mc._y + mc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 60; this.nLife--; if (this.nLife <= 0) { delete this.onEnterFrame; _root.removeMovie(this); } }; }
Instance of Symbol 1094 MovieClip in Symbol 1157 MovieClip Frame 1
onClipEvent (load) { if (this.nSpeed == undefined) { var nSpeed = 0; } if (this.nLife == undefined) { var nLife = 2; } var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi > 2) { this._visible = !this._visible; } else { this._visible = true; } } if (this.bFlying) { if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } else if (this.testHit2(_root.player)) { _root.player.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) && (_root.player.bRun)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } if (this.nInvi < 30) { this._x = this._x + this.nDir; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (((this.nInvi <= 0) && (_root.player._currentframe >= 5)) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && ((mc._y + mc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 60; this.nLife--; if (this.nLife <= 0) { delete this.onEnterFrame; _root.removeMovie(this); } }; }
Instance of Symbol 1094 MovieClip in Symbol 1157 MovieClip Frame 1
onClipEvent (load) { if (this.nSpeed == undefined) { var nSpeed = 0; } if (this.nLife == undefined) { var nLife = 2; } var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi > 2) { this._visible = !this._visible; } else { this._visible = true; } } if (this.bFlying) { if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } else if (this.testHit2(_root.player)) { _root.player.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) && (_root.player.bRun)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } if (this.nInvi < 30) { this._x = this._x + this.nDir; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (((this.nInvi <= 0) && (_root.player._currentframe >= 5)) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && ((mc._y + mc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 60; this.nLife--; if (this.nLife <= 0) { delete this.onEnterFrame; _root.removeMovie(this); } }; }
Instance of Symbol 1076 MovieClip in Symbol 1157 MovieClip Frame 1
onClipEvent (load) { if (this.nSpeed == undefined) { var nSpeed = 0; } if (this.nLife == undefined) { var nLife = 2; } var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi > 2) { this._visible = !this._visible; } else { this._visible = true; } } if (this.bFlying) { if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } else if (this.testHit2(_root.player)) { _root.player.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) && (_root.player.bRun)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } if (this.nInvi < 30) { this._x = this._x + this.nDir; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (((this.nInvi <= 0) && (_root.player._currentframe >= 5)) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && ((mc._y + mc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 60; this.nLife--; if (this.nLife <= 0) { delete this.onEnterFrame; _root.removeMovie(this); } }; }
Instance of Symbol 1156 MovieClip "boss" in Symbol 1157 MovieClip Frame 1
onClipEvent (load) { function sendBone() { var _local5 = Math.floor(Math.random() * 3); var _local3 = _root.game.getNextHighestDepth(); var _local4; if (_local5 == 0) { _local4 = _root.game.attachMovie("b4_kosc1", "b4_kosc1" + _local3, _local3); } else if (_local5 == 1) { _local4 = _root.game.attachMovie("b4_kosc2", "b4_kosc2" + _local3, _local3); } else { _local4 = _root.game.attachMovie("b4_kosc3", "b4_kosc3" + _local3, _local3); } _local4._x = Math.floor(Math.random() * 380) + 130; _local4._y = -1700; _local4.dir = 5; _local4.onEnterFrame = function () { if (this._y > -1190) { _root.removeMovie(this); } this._rotation = this._rotation + 2; this._y = this._y + this.dir; if ((this._x > (_root.player._x + _root.player.X1)) && (this._x < (_root.player._x + _root.player.X2))) { if ((this._y > (_root.player._y + _root.player.Y1)) && (this._y < (_root.player._y + _root.player.Y2))) { _root.player.hit(); } } }; } function sendFlame() { var _local4 = _root.game.getNextHighestDepth(); var _local3 = _root.game.attachMovie("b4_fire", "b4_fire" + _local4, _local4); _local3._x = this._x + (this.nDir * 15); _local3._y = this._y - 3; _local3.dir = this.nDir * 4; _local3.onEnterFrame = function () { if ((this._x < _root.game.boss.nLeftX) || (this._x > _root.game.boss.nRightX)) { _root.removeMovie(this); } this._x = this._x + this.dir; if ((this._x > (_root.player._x + _root.player.X1)) && (this._x < (_root.player._x + _root.player.X2))) { if ((this._y > (_root.player._y + _root.player.Y1)) && (this._y < (_root.player._y + _root.player.Y2))) { _root.player.hit(); } } }; } function sendFireball() { var _local4 = _root.game.getNextHighestDepth(); var _local3 = _root.game.attachMovie("b4_fireball", "b4_fireball" + _local4, _local4); _local3._x = this._x + (this.nDir * 8); _local3._y = this._y + (this.Y1 / 2); _local3.dir = this.nDir * 7; _local3._xscale = -100 * this.nDir; _local3.onEnterFrame = function () { if ((this._x < _root.game.boss.nLeftX) || (this._x > _root.game.boss.nRightX)) { _root.removeMovie(this); } this._x = this._x + this.dir; if ((this._x > (_root.player._x + _root.player.X1)) && (this._x < (_root.player._x + _root.player.X2))) { if ((this._y > (_root.player._y + _root.player.Y1)) && (this._y < (_root.player._y + _root.player.Y2))) { _root.player.hit(); } } }; } function sendCola() { var _local4 = _root.game.getNextHighestDepth(); var _local3 = _root.game.attachMovie("b4_cola", "b4_cola" + _local4, _local4); _local3._x = this._x + (this.nDir * 8); _local3._y = this._y + (this.Y1 / 2); _local3.rot = 0; _local3.speed = this.nDir * 5; _local3._xscale = -100 * this.nDir; _local3.dir = this.nDir; _local3.tout = 30; _local3.onEnterFrame = function () { this.tout--; if (this.tout <= 0) { _root.removeMovie(this); } this.rot = this.rot + (0.005 * this.dir); this._x = this._x + (Math.cos(this.rot) * this.speed); this._y = this._y + (Math.sin(this.rot) * this.speed); this._rotation = this.rot * 180; if ((this._x > (_root.player._x + _root.player.X1)) && (this._x < (_root.player._x + _root.player.X2))) { if ((this._y > (_root.player._y + _root.player.Y1)) && (this._y < (_root.player._y + _root.player.Y2))) { _root.player.hit(); } } }; } this.gotoAndStop(3); this.anim.gotoAndStop(1); var nLeftX = 123; var nRightX = 510; var nBone = 75; var nSpeed = 4; var nDir = -1; var nCool = 100; var nInvi = 0; var nLife = 8; var bRun = false; var bGround = false; _root.attachHPBar(this); this.onEnterFrame = function () { if (this.nInvi > 0) { this._visible = !this._visible; this.nInvi--; } if (!this.bGround) { this._y = this._y + 0.5; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { this.nBone--; if (this.nBone < 0) { this.nBone = 15 + Math.floor(Math.random() * 40); this.sendBone(); } switch (this._currentframe) { case 1 : if (this.anim._currentframe >= this.anim._totalframes) { this.nDir = Math.floor(Math.random() * 3) - 1; if (this.nDir == 0) { this.nDir = ((this._x < _root.player._x) ? 1 : -1); if (this.nDir == -1) { this._xscale = 100; } if (this.nDir == 1) { this._xscale = -100; } this.gotoAndStop(Math.floor(Math.random() * 3) + 4); } else { if (this.nDir == -1) { this._xscale = 100; } if (this.nDir == 1) { this._xscale = -100; } this.gotoAndStop(2); } } break; case 2 : this._x = this._x + (this.nDir * this.nSpeed); if (this._x < this.nLeftX) { this.nDir = 1; this._xscale = -100; } else if (this._x > this.nRightX) { this.nDir = -1; this._xscale = 100; } this.nCool--; if (this.nCool <= 0) { this.nCool = 25 + Math.floor(Math.random() * 75); this.nDir = Math.floor(Math.random() * 3) - 1; if (this.nDir == 0) { this.nDir = ((this._x < _root.player._x) ? 1 : -1); if (this.nDir == -1) { this._xscale = 100; } if (this.nDir == 1) { this._xscale = -100; } this.gotoAndStop(Math.floor(Math.random() * 3) + 4); } else { this.gotoAndStop(1); } } break; case 3 : if (_root.game.plaszcz == null) { _root.game.attachMovie("b4_plaszcz", "plaszcz", _root.game.getNextHighestDepth()); _root.game.plaszcz._x = this._x + 26; _root.game.plaszcz._y = this._y - 13; _root.game.plaszcz.onEnterFrame = function () { if (this._alpha > 0) { this._y = this._y + 2; this._alpha = this._alpha - 5; } }; } if (this.anim._currentframe >= this.anim._totalframes) { _root.game.plaszcz.removeMovieClip(); _root.game.plaszcz.unloadMovie(); removeMovieClip(_root.game.plaszcz); this.gotoAndStop(1); } break; case 4 : if (this.anim._currentframe == 20) { this.sendFlame(); } else if (this.anim._currentframe == 22) { this.sendFlame(); } else if (this.anim._currentframe == 24) { this.sendFlame(); } else if (this.anim._currentframe >= this.anim._totalframes) { this.gotoAndStop(1); } break; case 5 : if (this.anim._currentframe == 5) { this.sendFireball(); } else if (this.anim._currentframe == 7) { this.sendFireball(); } else if (this.anim._currentframe == 9) { this.sendFireball(); } else if (this.anim._currentframe >= this.anim._totalframes) { this.gotoAndStop(1); } break; case 6 : if (this.anim._currentframe >= 15) { this.sendCola(); } if (this.anim._currentframe >= this.anim._totalframes) { this.gotoAndStop(1); } break; case 7 : if (this.anim._currentframe >= this.anim._totalframes) { this.gotoAndStop(1); } break; case 8 : _root.endLevel(); this.bRun = false; delete this.onEnterFrame; } if (this.nInvi <= 0) { if (this.hitTest(_root.player)) { if (((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) && (_root.player._y > (this._y + this.Y1))) { this.hit(); } } } if (this.testHit2(_root.player)) { _root.player.hit(); } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.bGround = true; return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && (mc._y <= ((this._y + this.Y2) - _root.player.Y1))) { return(true); } } return(false); }; var hit = function () { if (this.nInvi <= 0) { this.nLife--; if (this.nLife <= 0) { this.gotoAndStop(8); _root.player.bRun = false; } else { this.nInvi = 60; if ((this._currentframe == 1) || (this._currentframe == 2)) { this.gotoAndStop(7); } } } }; }
Symbol 1270 MovieClip Frame 1
var X1 = -11; var X2 = 13; var Y1 = -40; var Y2 = 0;
Symbol 1284 MovieClip Frame 1
var X1 = -11; var X2 = 5; var Y1 = -38; var Y2 = 0;
Symbol 1293 MovieClip Frame 1
var X1 = -11; var X2 = 5; var Y1 = -38; var Y2 = 0;
Symbol 1302 MovieClip Frame 1
var X1 = -11; var X2 = 5; var Y1 = -38; var Y2 = 0;
Instance of Symbol 1160 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1162 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1165 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1167 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1171 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1174 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1176 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1178 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1181 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1183 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1183 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1184 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1184 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1186 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1188 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1190 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1192 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1194 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1196 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var scx = ((this._x + (this._width / 2)) + 100); var sw = (this._width / 2); var bs = false; var snd = new Sound(this); snd.attachSound("highway"); snd.setPan(-100); snd.onSoundComplete = function () { this.start(); }; } onClipEvent (enterFrame) { if ((_root.player._x <= (scx - sw)) || (_root.player._x >= (scx + sw))) { if (bs) { snd.stop(); bs = false; } } else { if (!bs) { snd.start(); bs = true; } snd.setVolume((1 - (Math.abs(_root.player._x - scx) / sw)) * 80); } }
Instance of Symbol 1198 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1200 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1202 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var scx = ((this._x + (this._width / 2)) + 100); var sw = (this._width / 2); var bs = false; var snd = new Sound(this); snd.attachSound("rap"); snd.onSoundComplete = function () { this.start(); }; } onClipEvent (enterFrame) { if ((_root.player._x <= (scx - sw)) || (_root.player._x >= (scx + sw))) { if (bs) { snd.stop(); bs = false; } } else { if (!bs) { snd.start(); bs = true; } snd.setVolume((1 - (Math.abs(_root.player._x - scx) / sw)) * 60); } }
Instance of Symbol 1204 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1206 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var scx = ((this._x + (this._width / 2)) + 100); var sw = ((this._width / 2) + 100); var bs = false; var snd = new Sound(this); snd.attachSound("wind"); snd.onSoundComplete = function () { this.start(); }; } onClipEvent (enterFrame) { if ((_root.player._x <= (scx - sw)) || (_root.player._x >= (scx + sw))) { if (bs) { snd.stop(); bs = false; } } else { if (!bs) { snd.start(); bs = true; } snd.setVolume((1 - (Math.abs(_root.player._x - scx) / sw)) * 70); } }
Instance of Symbol 1208 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1210 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1210 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1212 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1214 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1216 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1220 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 786 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip "block" in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); var fText1 = function () { _root.showMessage("You don't look like a normal guy.", _root.player._x - 10, _root.player._y - (_root.player._height / 2), _root.game.block.fText2); }; var fText2 = function () { _root.showMessage("You're weird one your self and it will be even worse after this fight.", _root.game.boss._x - 10, (_root.game.boss._y - (_root.game.boss._height / 2)) - 10, _root.game.block.fText3); }; var fText3 = function () { _root.showMessage("It was supposed to be a compliment; I wanted to be nice.", _root.player._x - 10, _root.player._y - (_root.player._height / 2), _root.game.block.fText4); }; var fText4 = function () { _root.showMessage("Huh, now you know why everything that moves is attacking you. Lets just begin.", _root.game.boss._x - 10, (_root.game.boss._y - (_root.game.boss._height / 2)) - 10, _root.game.block.fEnd); }; var fEnd = function () { _root.player.bRun = true; _root.game.boss.bRun = true; _root.game.boss.anim.play(); }; } onClipEvent (enterFrame) { if (!_root.bAllowAttack) { if (((this._x + 60) + _root.game._x) > 0) { _root.nCamState = 0; _root.bAllowAttack = true; _root.player.bRun = false; this.fText1(); } } }
Instance of Symbol 786 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1270 MovieClip "boss" in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { function sendFlame1() { var _local4 = _root.game.getNextHighestDepth(); var _local3 = _root.game.attachMovie("b5_fire1", "b5_fire1" + _local4, _local4); _local3._x = this._x + (this.nDir * 30); _local3._y = this._y - 3; _local3.dir = this.nDir * 4; _local3._xscale = -100 * this.nDir; _local3.bChange = false; _local3.onEnterFrame = function () { if ((this._x < _root.game.boss.nLeftX) || (this._x > _root.game.boss.nRightX)) { if (!this.bChange) { this.dir = -this.dir; this.bChange = true; this._xscale = -this._xscale; } else { _root.removeMovie(this); } } this._x = this._x + this.dir; if ((this._x > (_root.player._x + _root.player.X1)) && (this._x < (_root.player._x + _root.player.X2))) { if ((this._y > (_root.player._y + _root.player.Y1)) && (this._y < (_root.player._y + _root.player.Y2))) { _root.player.hit(); } } }; } function sendFlame2() { var _local4 = _root.game.getNextHighestDepth(); var _local3 = _root.game.attachMovie("b5_fire2", "b5_fire2" + _local4, _local4); _local3._x = this._x + (this.nDir * 17); _local3._y = this._y + (this.Y1 / 2); _local3.dir = this.nDir * 7; _local3._xscale = -100 * this.nDir; _local3.onEnterFrame = function () { if ((this._x < _root.game.boss.nLeftX) || (this._x > _root.game.boss.nRightX)) { _root.removeMovie(this); } this._x = this._x + this.dir; if ((this._x > (_root.player._x + _root.player.X1)) && (this._x < (_root.player._x + _root.player.X2))) { if ((this._y > (_root.player._y + _root.player.Y1)) && (this._y < (_root.player._y + _root.player.Y2))) { _root.player.hit(); } } }; } function sendBul1() { var _local4 = _root.game.getNextHighestDepth(); var _local3 = _root.game.attachMovie("b5_bul1", "b5_bul1" + _local4, _local4); _local3._x = this._x + (this.nDir * 17); _local3._y = this._y + (this.Y1 / 2); _local3.dir = this.nDir * 7; _local3._xscale = -100 * this.nDir; _local3.onEnterFrame = function () { if ((this._x < _root.game.boss.nLeftX) || (this._x > _root.game.boss.nRightX)) { _root.removeMovie(this); } this._x = this._x + this.dir; if ((this._x > (_root.player._x + _root.player.X1)) && (this._x < (_root.player._x + _root.player.X2))) { if ((this._y > (_root.player._y + _root.player.Y1)) && (this._y < (_root.player._y + _root.player.Y2))) { _root.player.hit(); } } }; _local4 = _root.game.getNextHighestDepth(); _local3 = _root.game.attachMovie("b5_bul1", "b5_bul1" + _local4, _local4); _local3._x = this._x + ((-this.nDir) * 17); _local3._y = this._y + (this.Y1 / 2); _local3.dir = (-this.nDir) * 7; _local3._xscale = 100 * this.nDir; _local3.onEnterFrame = function () { if ((this._x < _root.game.boss.nLeftX) || (this._x > _root.game.boss.nRightX)) { _root.removeMovie(this); } this._x = this._x + this.dir; if ((this._x > (_root.player._x + _root.player.X1)) && (this._x < (_root.player._x + _root.player.X2))) { if ((this._y > (_root.player._y + _root.player.Y1)) && (this._y < (_root.player._y + _root.player.Y2))) { _root.player.hit(); } } }; } function sendBul2() { var _local4 = _root.game.getNextHighestDepth(); var _local3 = _root.game.attachMovie("b5_bul2", "b5_bul2" + _local4, _local4); _local3._x = this._x + (this.nDir * 15); _local3._y = this._y + (this.Y1 / 2); _local3.dir = this.nDir * 7; _local3._xscale = -100 * this.nDir; _local3.onEnterFrame = function () { if ((this._x < _root.game.boss.nLeftX) || (this._x > _root.game.boss.nRightX)) { _root.removeMovie(this); } this._x = this._x + this.dir; if ((this._x > (_root.player._x + _root.player.X1)) && (this._x < (_root.player._x + _root.player.X2))) { if ((this._y > (_root.player._y + _root.player.Y1)) && (this._y < (_root.player._y + _root.player.Y2))) { _root.player.hit(); } } }; } this.gotoAndStop(1); this.anim.gotoAndStop(1); this._xscale = -100; var nLeftX = -2482; var nRightX = -1982; var nVecY = 0; var nSpeed = 6; var nDir = 1; var nCool = 100; var nInvi = 0; var nLife = 6; var bRun = false; var bGround = false; _root.attachHPBar(this); this.onEnterFrame = function () { if (this.nInvi > 0) { this._visible = !this._visible; this.nInvi--; } if (!this.bGround) { this._x = this._x + (this.nDir * this.nSpeed); if (this._x < this.nLeftX) { this.nDir = 1; this.nVecY = -7; this._xscale = -100; } else if (this._x > this.nRightX) { this.nDir = -1; this.nVecY = -7; this._xscale = 100; } this.nVecY = this.nVecY + 0.35; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { switch (this._currentframe) { case 1 : if (this.anim._currentframe >= this.anim._totalframes) { this.nDir = Math.floor(Math.random() * 3) - 1; if ((this.nDir == 0) || (this.nCool > 0)) { this.nDir = ((this._x < _root.player._x) ? 1 : -1); if (this.nDir == -1) { this._xscale = 100; } if (this.nDir == 1) { this._xscale = -100; } this.gotoAndStop(2); } else { this.nDir = ((this._x < _root.player._x) ? 1 : -1); if (this.nDir == -1) { this._xscale = 100; } if (this.nDir == 1) { this._xscale = -100; } this.nCool = 30 + Math.floor(Math.random() * 60); this.gotoAndStop(Math.floor(Math.random() * 5) + 6); } } break; case 2 : this._x = this._x + (this.nDir * this.nSpeed); if (this._x < this.nLeftX) { this.nDir = 1; this._xscale = -100; } else if (this._x > this.nRightX) { this.nDir = -1; this._xscale = 100; } this.nCool--; if (this.nCool <= 0) { if (Math.random() > 0.75) { this.nVecY = -9; this.bGround = false; this.gotoAndStop(3); } else { this.nDir = Math.floor(Math.random() * 3) - 1; if (this.nDir == 0) { this.nDir = ((this._x < _root.player._x) ? 1 : -1); if (this.nDir == -1) { this._xscale = 100; } if (this.nDir == 1) { this._xscale = -100; } this.nCool = 30 + Math.floor(Math.random() * 60); this.gotoAndStop(Math.floor(Math.random() * 5) + 6); } else { this.gotoAndStop(1); } } } break; case 3 : if (this.bGround) { this.gotoAndStop(2); } break; case 4 : if (this.anim._currentframe >= this.anim._totalframes) { this.gotoAndStop(1); } break; case 5 : _root.endLevel(); this.bRun = false; delete this.onEnterFrame; break; case 6 : if (this.anim._currentframe == 15) { this.sendFlame1(); } else if (this.anim._currentframe == 17) { this.sendFlame1(); } else if (this.anim._currentframe == 19) { this.sendFlame1(); } else if (this.anim._currentframe >= this.anim._totalframes) { this.gotoAndStop(1); } break; case 7 : if (this.anim._currentframe == 15) { this.sendFlame2(); } else if (this.anim._currentframe == 17) { this.sendFlame2(); } else if (this.anim._currentframe == 19) { this.sendFlame2(); } else if (this.anim._currentframe >= this.anim._totalframes) { this.gotoAndStop(1); } break; case 8 : if (this.anim._currentframe > 7) { this._x = this._x + ((this.nDir * this.nSpeed) * 1.5); if (this.anim._currentframe >= this.anim._totalframes) { this.gotoAndStop(1); } } break; case 9 : if (this.anim._currentframe == 10) { this.sendBul2(); } else if (this.anim._currentframe == 15) { this.sendBul2(); } else if (this.anim._currentframe >= this.anim._totalframes) { this.gotoAndStop(1); } break; case 10 : if (this.anim._currentframe == 10) { this.sendBul1(); } else if (this.anim._currentframe == 12) { this.sendBul1(); } else if (this.anim._currentframe == 14) { this.sendBul1(); } else if (this.anim._currentframe == 16) { this.sendBul1(); } else { if (this.anim._currentframe < this.anim._totalframes) { break; } this.gotoAndStop(1); } } } if (this.nInvi <= 0) { if (this.hitTest(_root.player)) { if (((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) && (_root.player._y > (this._y + this.Y1))) { this.hit(); } } } if (this.testHit2(_root.player)) { _root.player.hit(); } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { if ((_local3.yMin + 20) > this._y) { this._y = _local3.yMin; this.bGround = true; return(true); } } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && (mc._y <= ((this._y + this.Y2) - _root.player.Y1))) { return(true); } } return(false); }; var hit = function () { if (this.nInvi <= 0) { this.nLife--; if (this.nLife <= 0) { this.nLife = 0; this.gotoAndStop(5); _root.player.bRun = false; } else { this.nInvi = 60; if ((this._currentframe == 1) || (this._currentframe == 2)) { this.gotoAndStop(4); } } } }; }
Instance of Symbol 182 MovieClip [Heart] in Symbol 1303 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.nSecrets++; _root.nLife++; _root.removeMovie(this); } }
Instance of Symbol 1275 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(1); _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); this.bound.xMin = this.bound.xMin - 20; this.bound.xMax = this.bound.xMax + 20; this.onEnterFrame = function () { if ((_root.player._x >= this.bound.xMin) && (_root.player._x <= this.bound.xMax)) { if ((_root.player._y >= this.bound.yMin) && (_root.player._y <= this.bound.yMax)) { _root.bNearItem = true; if ((_root.player.nAnimFrame > 4) && (_root.player.nAnimFrame < 8)) { this.play(); this.onEnterFrame = function () { if (this._currentframe >= this._totalframes) { delete this.onEnterFrame; this._visible = false; this.box._xscale = 0; this.box._yscale = 0; this._xscale = 0; this._yscale = 0; _root.removeMovie(this); } }; } } } }; }
Instance of Symbol 1275 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(1); _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); this.bound.xMin = this.bound.xMin - 20; this.bound.xMax = this.bound.xMax + 20; this.onEnterFrame = function () { if ((_root.player._x >= this.bound.xMin) && (_root.player._x <= this.bound.xMax)) { if ((_root.player._y >= this.bound.yMin) && (_root.player._y <= this.bound.yMax)) { _root.bNearItem = true; if ((_root.player.nAnimFrame > 4) && (_root.player.nAnimFrame < 8)) { this.play(); this.onEnterFrame = function () { if (this._currentframe >= this._totalframes) { delete this.onEnterFrame; this._visible = false; this.box._xscale = 0; this.box._yscale = 0; this._xscale = 0; this._yscale = 0; _root.removeMovie(this); } }; } } } }; }
Instance of Symbol 1284 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { if (this.nSpeed == undefined) { var nSpeed = 0; } if (this.nLife == undefined) { var nLife = 2; } var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi > 2) { this._visible = !this._visible; } else { this._visible = true; } } if (this.bFlying) { if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } else if (this.testHit2(_root.player)) { _root.player.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) && (_root.player.bRun)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } if (this.nInvi < 30) { this._x = this._x + this.nDir; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (((this.nInvi <= 0) && (_root.player._currentframe >= 5)) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && ((mc._y + mc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 60; this.nLife--; if (this.nLife <= 0) { delete this.onEnterFrame; _root.removeMovie(this); } }; }
Instance of Symbol 1293 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { var nLeftX = (this._x - 100); var nRightX = (this._x + 100); var bIgnor = true; if (this.nSpeed == undefined) { var nSpeed = 0; } if (this.nLife == undefined) { var nLife = 2; } var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi > 2) { this._visible = !this._visible; } else { this._visible = true; } } if (this.bFlying) { if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } else if (this.testHit2(_root.player)) { _root.player.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) && (_root.player.bRun)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } if (this.nInvi < 30) { this._x = this._x + this.nDir; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (((this.nInvi <= 0) && (_root.player._currentframe >= 5)) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && ((mc._y + mc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 60; this.nLife--; if (this.nLife <= 0) { delete this.onEnterFrame; _root.removeMovie(this); } }; }
Instance of Symbol 1293 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { var nLeftX = (this._x - 100); var nRightX = (this._x + 100); var bIgnor = true; if (this.nSpeed == undefined) { var nSpeed = 0; } if (this.nLife == undefined) { var nLife = 2; } var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi > 2) { this._visible = !this._visible; } else { this._visible = true; } } if (this.bFlying) { if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } else if (this.testHit2(_root.player)) { _root.player.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) && (_root.player.bRun)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } if (this.nInvi < 30) { this._x = this._x + this.nDir; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (((this.nInvi <= 0) && (_root.player._currentframe >= 5)) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && ((mc._y + mc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 60; this.nLife--; if (this.nLife <= 0) { delete this.onEnterFrame; _root.removeMovie(this); } }; }
Instance of Symbol 1302 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { if (this.nSpeed == undefined) { var nSpeed = 0; } if (this.nLife == undefined) { var nLife = 2; } var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi > 2) { this._visible = !this._visible; } else { this._visible = true; } } if (this.bFlying) { if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } else if (this.testHit2(_root.player)) { _root.player.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) && (_root.player.bRun)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } if (this.nInvi < 30) { this._x = this._x + this.nDir; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (((this.nInvi <= 0) && (_root.player._currentframe >= 5)) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && ((mc._y + mc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 60; this.nLife--; if (this.nLife <= 0) { delete this.onEnterFrame; _root.removeMovie(this); } }; }
Instance of Symbol 1284 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { if (this.nSpeed == undefined) { var nSpeed = 0; } if (this.nLife == undefined) { var nLife = 2; } var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi > 2) { this._visible = !this._visible; } else { this._visible = true; } } if (this.bFlying) { if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } else if (this.testHit2(_root.player)) { _root.player.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) && (_root.player.bRun)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } if (this.nInvi < 30) { this._x = this._x + this.nDir; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (((this.nInvi <= 0) && (_root.player._currentframe >= 5)) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && ((mc._y + mc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 60; this.nLife--; if (this.nLife <= 0) { delete this.onEnterFrame; _root.removeMovie(this); } }; }
Instance of Symbol 1302 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { if (this.nSpeed == undefined) { var nSpeed = 0; } if (this.nLife == undefined) { var nLife = 2; } var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi > 2) { this._visible = !this._visible; } else { this._visible = true; } } if (this.bFlying) { if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } else if (this.testHit2(_root.player)) { _root.player.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) && (_root.player.bRun)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } if (this.nInvi < 30) { this._x = this._x + this.nDir; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (((this.nInvi <= 0) && (_root.player._currentframe >= 5)) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && ((mc._y + mc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 60; this.nLife--; if (this.nLife <= 0) { delete this.onEnterFrame; _root.removeMovie(this); } }; }
Instance of Symbol 1293 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { var nLeftX = (this._x - 100); var nRightX = (this._x + 100); var bIgnor = true; if (this.nSpeed == undefined) { var nSpeed = 0; } if (this.nLife == undefined) { var nLife = 2; } var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi > 2) { this._visible = !this._visible; } else { this._visible = true; } } if (this.bFlying) { if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } else if (this.testHit2(_root.player)) { _root.player.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) && (_root.player.bRun)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } if (this.nInvi < 30) { this._x = this._x + this.nDir; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (((this.nInvi <= 0) && (_root.player._currentframe >= 5)) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && ((mc._y + mc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 60; this.nLife--; if (this.nLife <= 0) { delete this.onEnterFrame; _root.removeMovie(this); } }; }
Instance of Symbol 1293 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { var nLeftX = (this._x - 100); var nRightX = (this._x + 100); var bIgnor = true; if (this.nSpeed == undefined) { var nSpeed = 0; } if (this.nLife == undefined) { var nLife = 2; } var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi > 2) { this._visible = !this._visible; } else { this._visible = true; } } if (this.bFlying) { if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } else if (this.testHit2(_root.player)) { _root.player.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) && (_root.player.bRun)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } if (this.nInvi < 30) { this._x = this._x + this.nDir; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (((this.nInvi <= 0) && (_root.player._currentframe >= 5)) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && ((mc._y + mc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 60; this.nLife--; if (this.nLife <= 0) { delete this.onEnterFrame; _root.removeMovie(this); } }; }
Instance of Symbol 1284 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { if (this.nSpeed == undefined) { var nSpeed = 0; } if (this.nLife == undefined) { var nLife = 2; } var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi > 2) { this._visible = !this._visible; } else { this._visible = true; } } if (this.bFlying) { if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } else if (this.testHit2(_root.player)) { _root.player.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) && (_root.player.bRun)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } if (this.nInvi < 30) { this._x = this._x + this.nDir; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (((this.nInvi <= 0) && (_root.player._currentframe >= 5)) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && ((mc._y + mc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 60; this.nLife--; if (this.nLife <= 0) { delete this.onEnterFrame; _root.removeMovie(this); } }; }
Instance of Symbol 1302 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (load) { if (this.nSpeed == undefined) { var nSpeed = 0; } if (this.nLife == undefined) { var nLife = 2; } var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi > 2) { this._visible = !this._visible; } else { this._visible = true; } } if (this.bFlying) { if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } else if (this.testHit2(_root.player)) { _root.player.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) && (_root.player.bRun)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } if (this.nInvi < 30) { this._x = this._x + this.nDir; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (((this.nInvi <= 0) && (_root.player._currentframe >= 5)) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && ((mc._y + mc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 60; this.nLife--; if (this.nLife <= 0) { delete this.onEnterFrame; _root.removeMovie(this); } }; }
Symbol 1484 MovieClip Frame 1
var X1 = -10; var X2 = 20; var Y1 = -45; var Y2 = 0;
Instance of Symbol 1497 MovieClip in Symbol 1498 MovieClip Frame 1
onClipEvent (load) { var a = 0; var x = 15; var y = 15; } onClipEvent (enterFrame) { this._x = x + Math.cos(a); this._y = y + Math.sin(a); a = a + 0.1; if (a > (Math.PI*2)) { a = a - (Math.PI*2); } }
Symbol 1507 MovieClip Frame 1
var X1 = -11; var X2 = 5; var Y1 = -38; var Y2 = 0;
Symbol 1516 MovieClip Frame 1
var X1 = -11; var X2 = 5; var Y1 = -38; var Y2 = 0;
Symbol 1525 MovieClip Frame 1
var X1 = -11; var X2 = 5; var Y1 = -38; var Y2 = 0;
Symbol 1532 MovieClip Frame 1
var X1 = -11; var X2 = 5; var Y1 = -38; var Y2 = 0;
Symbol 1537 MovieClip Frame 1
var X1 = -11; var X2 = 5; var Y1 = -38; var Y2 = 0;
Symbol 1566 MovieClip Frame 1
var X1 = -11; var X2 = 13; var Y1 = -40; var Y2 = 0;
Symbol 1569 MovieClip Frame 10
stop();
Symbol 1600 MovieClip Frame 1
function shake() { this.nState = 0; this.onEnterFrame = function () { switch (this.nState) { case 0 : _root._x = -5; _root._y = -5; break; case 1 : _root._x = 5; _root._y = 5; break; case 2 : _root._x = -4; _root._y = 2; break; case 3 : _root._x = 3; _root._y = -4; break; case 4 : _root._x = -1; _root._y = 2; break; case 5 : _root._x = 1; _root._y = -2; break; case 6 : _root._x = 0; _root._y = 1; } this.nState++; if (this.nState > 7) { _root._x = 0; _root._y = 0; delete this.onEnterFrame; } }; } var bosses = 2; var nState = 0;
Instance of Symbol 1305 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1307 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var scx = (this._x + (this._width / 2)); var sw = ((this._width / 2) + 100); var bs = false; var snd = new Sound(this); var pos = 0; snd.attachSound("waterdrop1"); snd.onSoundComplete = function () { snd3.start(); }; var snd2 = new Sound(this); snd2.attachSound("snowwind"); snd2.onSoundComplete = function () { this.start(); }; var snd3 = new Sound(this); snd3.attachSound("waterdrop2"); snd3.onSoundComplete = function () { snd.start(); }; } onClipEvent (enterFrame) { if ((_root.player._x <= (scx - sw)) || (_root.player._x >= (scx + sw))) { if (bs) { snd.stop(); snd2.stop(); snd3.stop(); bs = false; } } else { if (!bs) { if (_root.player._y > (this._y - 600)) { snd.start(); } else { snd2.start(); } bs = true; } pos = (1 - (Math.abs(_root.player._x - scx) / sw)) * 70; snd.setVolume(pos); snd2.setVolume(pos); snd3.setVolume(pos); } }
Instance of Symbol 1314 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1318 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1322 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1324 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1340 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1342 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var scx = (this._x - 200); var sw = (this._width - 100); var bs = false; var snd = new Sound(this); snd.attachSound("riverloop"); snd.onSoundComplete = function () { this.start(); }; } onClipEvent (enterFrame) { if ((_root.player._x <= (scx - sw)) || (_root.player._x >= (scx + sw))) { if (bs) { snd.stop(); bs = false; } } else { if (!bs) { snd.start(); bs = true; } snd.setVolume((1 - (Math.abs(_root.player._x - scx) / sw)) * 80); } }
Instance of Symbol 1348 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1350 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1312 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1316 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1353 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1355 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1357 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1365 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1367 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1369 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1371 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1375 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1377 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1377 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1377 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1379 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1381 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1383 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1383 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 396 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; this.sign.text = "\nSSJKOZAK\n>"; }
Instance of Symbol 1385 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1387 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1389 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1391 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1391 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1393 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1395 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1391 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1397 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1399 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1401 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1403 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1405 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1407 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 396 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; this.sign.text = "TO ABDRZEJ\nV"; }
Instance of Symbol 1409 MovieClip "cavebottom" in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); var fText1 = function () { _root.showMessage("Damn! Are you a real devil?", _root.player._x - 10, _root.player._y - (_root.player._height / 2), _root.game.cavebottom.fText2); }; var fText2 = function () { _root.showMessage("Thats right handsome.", _root.game.boss1._x - 10, (_root.game.boss1._y - (_root.game.boss1._height / 2)) - 10, _root.game.cavebottom.fText3); }; var fText3 = function () { _root.showMessage("And what are you doing here?", _root.player._x - 10, _root.player._y - (_root.player._height / 2), _root.game.cavebottom.fText4); }; var fText4 = function () { _root.showMessage("I'm eating an icecream.", _root.game.boss1._x - 10, (_root.game.boss1._y - (_root.game.boss1._height / 2)) - 10, _root.game.cavebottom.fText5); }; var fText5 = function () { _root.showMessage("... isn't it too cold for an icecream?", _root.player._x - 10, _root.player._y - (_root.player._height / 2), _root.game.cavebottom.fText6); }; var fText6 = function () { _root.showMessage("I'm a devil, I can do whatever I want.", _root.game.boss1._x - 10, (_root.game.boss1._y - (_root.game.boss1._height / 2)) - 10, _root.game.cavebottom.fText7); }; var fText7 = function () { _root.showMessage("I see...", _root.player._x - 10, _root.player._y - (_root.player._height / 2), _root.game.cavebottom.fText8); }; var fText8 = function () { _root.showMessage("And now I'm going to spank you, because you been a bad boy.", _root.game.boss1._x - 10, (_root.game.boss1._y - (_root.game.boss1._height / 2)) - 10, _root.game.cavebottom.fEnd); }; var fEnd = function () { _root.player.bRun = true; _root.game.boss1.bRun = true; _root.game.boss1.anim.play(); }; var bBoss1 = false; } onClipEvent (enterFrame) { if (!this.bBoss1) { if (((this._y + 500) + _root.game._y) < 400) { this.bBoss1 = true; _root.bAllowAttack = true; _root.player.bRun = false; this.fText1(); } } }
Instance of Symbol 1413 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1415 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1379 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1417 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1419 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1421 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 396 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; this.sign.text = "TO SSJKOZAK\n>"; }
Instance of Symbol 1389 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1423 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1484 MovieClip "boss2" in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { function sendSopel() { var _local4 = _root.game.getNextHighestDepth(); var _local3 = _root.game.attachMovie("b6_sopel", "b6_sopel" + _local4, _local4); _local3._x = Math.floor(Math.random() * 700) + 4000; _local3._y = -1480; _local3.dir = this.nSopel; _local3.onEnterFrame = function () { if ((this._y > -1050) || (_root.game.boss2.nLife <= 0)) { _root.removeMovie(this); } this._y = this._y + this.dir; if ((this._x > (_root.player._x + _root.player.X1)) && (this._x < (_root.player._x + _root.player.X2))) { if ((this._y > (_root.player._y + _root.player.Y1)) && (this._y < (_root.player._y + _root.player.Y2))) { _root.player.hit(); } } }; } function sendFire() { var _local4 = _root.game.getNextHighestDepth(); var _local3 = _root.game.attachMovie("b6_fire", "b6_fire" + _local4, _local4); _local3._x = this._x + this.nDir; _local3._y = this._y + (this.Y1 / 2); _local3.vy = -5; _local3.speed = this.nDir * 8; _local3._xscale = -100 * this.nDir; _local3.onEnterFrame = function () { if (this._y > -1050) { _root.removeMovie(this); } this._x = this._x + this.speed; this.vy = this.vy + 0.4; this._y = this._y + this.vy; if ((this._x > (_root.player._x + _root.player.X1)) && (this._x < (_root.player._x + _root.player.X2))) { if ((this._y > (_root.player._y + _root.player.Y1)) && (this._y < (_root.player._y + _root.player.Y2))) { _root.player.hit(); } } }; } this.gotoAndStop(1); this.anim.gotoAndStop(1); var snd = new Sound(this); snd.attachSound("boss-rumble"); var nLeftX = 3940; var nRightX = 4660; var nVecY = 0; var nState = 1; var nSpeed = 6; var nDir = -1; var nCool = 100; var nInvi = 0; var nLife = 5; var nRiseSpeed = 15; var nFallSpeed = 20; var nJump = -10; var nJump2 = -7; var nGrav = 0.5; var nSopel = 8; var r = 0; var bRun = false; var bGround = false; var bSSJ = false; var bFall = false; _root.attachHPBar(this); this.onEnterFrame = function () { if (this.nInvi > 0) { this._visible = !this._visible; this.nInvi--; } if (!this.bGround) { this._x = this._x + (this.nDir * this.nSpeed); if (this._x < this.nLeftX) { this.nDir = 1; this.nVecY = this.nJump2; this._xscale = -100; } else if (this._x > this.nRightX) { this.nDir = -1; this.nVecY = this.nJump2; this._xscale = 100; } this.nVecY = this.nVecY + this.nGrav; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { switch (this.nState) { case 1 : if (this.anim._currentframe >= this.anim._totalframes) { if (!this.bSSJ) { if (Math.random() > 0.75) { this.nState = 3; this._y = this._y - this.nRiseSpeed; } else { this.nState = 2; this.nVecY = this.nJump; this.bGround = false; } } else { r = Math.random(); if (r < 0.33) { this.nDir = ((this._x < _root.player._x) ? 1 : -1); this._xscale = (-this.nDir) * 100; this.gotoAndStop(2); this.nState = 4; } else if (r < 0.67) { this.nState = 2; this.nVecY = this.nJump; this.bGround = false; } else { this.nState = 3; this._y = this._y - this.nRiseSpeed; } } } break; case 2 : if (this.bGround) { r = Math.random(); if (this.bSSJ) { if (r < 0.25) { this.nState = 1; } else if (r < 0.5) { this.nState = 2; this.nVecY = this.nJump; this.bGround = false; } else if (r < 0.75) { this.nState = 3; this._y = this._y - this.nRiseSpeed; } else { this.nDir = ((this._x < _root.player._x) ? 1 : -1); this._xscale = (-this.nDir) * 100; this.gotoAndStop(2); this.nState = 4; } } else if (r < 0.33) { this.nState = 1; } else if (r < 0.67) { this.nState = 2; this.nVecY = this.nJump; this.bGround = false; } else { this.nState = 3; this._y = this._y - this.nRiseSpeed; } } break; case 3 : if (this.bFall) { if (this._y > -1075) { this.nCool--; if (this.nCool <= 0) { this.bFall = false; if (this.bSSJ) { this.nCool = 40 + Math.floor(Math.random() * 40); } else { this.nCool = 80 + Math.floor(Math.random() * 50); } this.nState = 2; this.nVecY = this.nJump; this.bGround = false; } else if ((this.nCool % 5) == 0) { this.sendSopel(); } } else { this._y = this._y + this.nFallSpeed; if (this._y > -1075) { this._y = -1055; _root.game.shake(); snd.start(); } } } else { this._y = this._y - this.nRiseSpeed; if (this._y < -1480) { this._x = _root.player._x; this.bFall = true; } } break; case 4 : if (this.anim._currentframe == 39) { this.sendFire(); } else if (this.anim._currentframe >= this.anim._totalframes) { if (this.bSSJ) { this.gotoAndStop(3); } else { this.gotoAndStop(1); } this.nState = 1; } break; case 5 : if (!this.bGround) { this.nInvi = 0; this.anim.gotoAndPlay(1); } else if (this.anim._currentframe >= this.anim._totalframes) { this.bFall = false; this.bSSJ = true; this.gotoAndStop(3); this.nState = 1; } break; case 6 : if (!(this.bGround && (this.bRun))) { break; } this.bRun = false; delete this.onEnterFrame; _root.game.bosses--; if (_root.game.bosses == 0) { _root.game.heart._x = _root.game.boss1._x; _root.game.heart._y = _root.game.boss1._y - 30; } _root.game.b6block.unblock(); _root.game.b6plat1.spawn(); } } if (this.nState != 6) { if (this.nInvi <= 0) { if (this.hitTest(_root.player)) { if (((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) && (_root.player._y > (this._y + this.Y1))) { if (this.nState != 5) { this.hit(); } } } } if (this.testHit2(_root.player)) { _root.player.hit(); } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { if ((_local3.yMin + 20) > this._y) { this._y = _local3.yMin; this.bGround = true; return(true); } } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && (mc._y <= ((this._y + this.Y2) - _root.player.Y1))) { return(true); } } return(false); }; var hit = function () { if (this.nInvi <= 0) { this.nLife--; if (this.nLife <= 0) { if (this.bSSJ) { this.nLife = 0; this.gotoAndStop(5); this.nState = 6; } else { this.nLife = 6; this.gotoAndStop(4); this.nState = 5; } } else { this.nInvi = 60; } } }; }
Instance of Symbol 1489 MovieClip "npc1" in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { function nextState() { nState++; } var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var nState = 0; } onClipEvent (enterFrame) { switch (nState) { case 0 : _root.showMessage("Hey! You there! To pass this level you need to kill TWO bosses AND return to the town behind me!", _root.game.npc1._x, _root.game.npc1._y - 25, _root.game.npc1.nextState); _root.player.bRun = false; nState++; break; case 2 : _root.showMessage(("You still got: " + _root.game.bosses) + " boss(es) to kill", _root.game.npc1._x, _root.game.npc1._y - 25, _root.game.npc1.nextState); nState++; break; case 4 : _root.player.bRun = true; nState++; } if ((this.nState > 3) && (this._visible)) { if (this.hitTest(_root.player)) { nState = 2; } } }
Instance of Symbol 1498 MovieClip "npc2" in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { function endLevel() { _root.endLevel(); } function doneRead() { bRead = false; } var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var bRead = false; } onClipEvent (enterFrame) { if (this._visible && (!bRead)) { if (this.hitTest(_root.player)) { if (_root.game.bosses > 0) { _root.showMessage("You want this cloud? HAHA! No way! IT IS MINE! You need to EARN for it!", _root.game.npc2._x + 55, _root.game.npc2._y + 40, _root.game.npc2.doneRead); bRead = true; } else { _root.showMessage("You want this cloud? OK! You had earned it! Nice work and... good luck!", _root.game.npc2._x + 55, _root.game.npc2._y + 40, _root.game.npc2.endLevel); _root.player.bRun = false; bRead = true; } } } }
Instance of Symbol 1507 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { if (this.nSpeed == undefined) { var nSpeed = 0; } if (this.nLife == undefined) { var nLife = 2; } var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi > 2) { this._visible = !this._visible; } else { this._visible = true; } } if (this.bFlying) { if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } else if (this.testHit2(_root.player)) { _root.player.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) && (_root.player.bRun)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } if (this.nInvi < 30) { this._x = this._x + this.nDir; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (((this.nInvi <= 0) && (_root.player._currentframe >= 5)) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && ((mc._y + mc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 60; this.nLife--; if (this.nLife <= 0) { delete this.onEnterFrame; _root.removeMovie(this); } }; }
Instance of Symbol 1516 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { if (this.nSpeed == undefined) { var nSpeed = 0; } if (this.nLife == undefined) { var nLife = 2; } var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi > 2) { this._visible = !this._visible; } else { this._visible = true; } } if (this.bFlying) { if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } else if (this.testHit2(_root.player)) { _root.player.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) && (_root.player.bRun)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } if (this.nInvi < 30) { this._x = this._x + this.nDir; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (((this.nInvi <= 0) && (_root.player._currentframe >= 5)) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && ((mc._y + mc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 60; this.nLife--; if (this.nLife <= 0) { delete this.onEnterFrame; _root.removeMovie(this); } }; }
Instance of Symbol 1507 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { if (this.nSpeed == undefined) { var nSpeed = 0; } if (this.nLife == undefined) { var nLife = 2; } var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi > 2) { this._visible = !this._visible; } else { this._visible = true; } } if (this.bFlying) { if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } else if (this.testHit2(_root.player)) { _root.player.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) && (_root.player.bRun)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } if (this.nInvi < 30) { this._x = this._x + this.nDir; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (((this.nInvi <= 0) && (_root.player._currentframe >= 5)) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && ((mc._y + mc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 60; this.nLife--; if (this.nLife <= 0) { delete this.onEnterFrame; _root.removeMovie(this); } }; }
Instance of Symbol 1525 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { if (this.nSpeed == undefined) { var nSpeed = 0; } if (this.nLife == undefined) { var nLife = 2; } var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi > 2) { this._visible = !this._visible; } else { this._visible = true; } } if (this.bFlying) { if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } else if (this.testHit2(_root.player)) { _root.player.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) && (_root.player.bRun)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } if (this.nInvi < 30) { this._x = this._x + this.nDir; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (((this.nInvi <= 0) && (_root.player._currentframe >= 5)) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && ((mc._y + mc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 60; this.nLife--; if (this.nLife <= 0) { delete this.onEnterFrame; _root.removeMovie(this); } }; }
Instance of Symbol 1532 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { var nLeftX = (this._x - 75); var nRightX = (this._x + 75); var bIgnor = true; if (this.nSpeed == undefined) { var nSpeed = 0; } if (this.nLife == undefined) { var nLife = 2; } var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi > 2) { this._visible = !this._visible; } else { this._visible = true; } } if (this.bFlying) { if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } else if (this.testHit2(_root.player)) { _root.player.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) && (_root.player.bRun)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } if (this.nInvi < 30) { this._x = this._x + this.nDir; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (((this.nInvi <= 0) && (_root.player._currentframe >= 5)) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && ((mc._y + mc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 60; this.nLife--; if (this.nLife <= 0) { delete this.onEnterFrame; _root.removeMovie(this); } }; }
Instance of Symbol 1516 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { var nLeftX = (this._x - 100); var nRightX = (this._x + 100); var bIgnor = true; if (this.nSpeed == undefined) { var nSpeed = 0; } if (this.nLife == undefined) { var nLife = 2; } var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi > 2) { this._visible = !this._visible; } else { this._visible = true; } } if (this.bFlying) { if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } else if (this.testHit2(_root.player)) { _root.player.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) && (_root.player.bRun)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } if (this.nInvi < 30) { this._x = this._x + this.nDir; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (((this.nInvi <= 0) && (_root.player._currentframe >= 5)) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && ((mc._y + mc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 60; this.nLife--; if (this.nLife <= 0) { delete this.onEnterFrame; _root.removeMovie(this); } }; }
Instance of Symbol 1507 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { var nLeftX = (this._x - 100); var nRightX = (this._x + 100); var bIgnor = true; if (this.nSpeed == undefined) { var nSpeed = 0; } if (this.nLife == undefined) { var nLife = 2; } var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi > 2) { this._visible = !this._visible; } else { this._visible = true; } } if (this.bFlying) { if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } else if (this.testHit2(_root.player)) { _root.player.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) && (_root.player.bRun)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } if (this.nInvi < 30) { this._x = this._x + this.nDir; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (((this.nInvi <= 0) && (_root.player._currentframe >= 5)) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && ((mc._y + mc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 60; this.nLife--; if (this.nLife <= 0) { delete this.onEnterFrame; _root.removeMovie(this); } }; }
Instance of Symbol 1525 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { var nLeftX = (this._x - 100); var nRightX = (this._x + 100); var bIgnor = true; if (this.nSpeed == undefined) { var nSpeed = 0; } if (this.nLife == undefined) { var nLife = 2; } var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi > 2) { this._visible = !this._visible; } else { this._visible = true; } } if (this.bFlying) { if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } else if (this.testHit2(_root.player)) { _root.player.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) && (_root.player.bRun)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } if (this.nInvi < 30) { this._x = this._x + this.nDir; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (((this.nInvi <= 0) && (_root.player._currentframe >= 5)) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && ((mc._y + mc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 60; this.nLife--; if (this.nLife <= 0) { delete this.onEnterFrame; _root.removeMovie(this); } }; }
Instance of Symbol 1532 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { var nLeftX = (this._x - 600); var nRightX = (this._x + 600); if (this.nSpeed == undefined) { var nSpeed = 0; } if (this.nLife == undefined) { var nLife = 2; } var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi > 2) { this._visible = !this._visible; } else { this._visible = true; } } if (this.bFlying) { if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } else if (this.testHit2(_root.player)) { _root.player.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) && (_root.player.bRun)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } if (this.nInvi < 30) { this._x = this._x + this.nDir; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (((this.nInvi <= 0) && (_root.player._currentframe >= 5)) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && ((mc._y + mc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 60; this.nLife--; if (this.nLife <= 0) { delete this.onEnterFrame; _root.removeMovie(this); } }; }
Instance of Symbol 1516 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { var nLeftX = (this._x - 100); var nRightX = (this._x + 100); var bIgnor = true; if (this.nSpeed == undefined) { var nSpeed = 0; } if (this.nLife == undefined) { var nLife = 2; } var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi > 2) { this._visible = !this._visible; } else { this._visible = true; } } if (this.bFlying) { if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } else if (this.testHit2(_root.player)) { _root.player.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) && (_root.player.bRun)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } if (this.nInvi < 30) { this._x = this._x + this.nDir; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (((this.nInvi <= 0) && (_root.player._currentframe >= 5)) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && ((mc._y + mc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 60; this.nLife--; if (this.nLife <= 0) { delete this.onEnterFrame; _root.removeMovie(this); } }; }
Instance of Symbol 1537 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { var nLeftX = (this._x - 100); var nRightX = (this._x + 100); var bIgnor = true; if (this.nSpeed == undefined) { var nSpeed = 0; } if (this.nLife == undefined) { var nLife = 2; } var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi > 2) { this._visible = !this._visible; } else { this._visible = true; } } if (this.bFlying) { if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } else if (this.testHit2(_root.player)) { _root.player.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) && (_root.player.bRun)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } if (this.nInvi < 30) { this._x = this._x + this.nDir; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (((this.nInvi <= 0) && (_root.player._currentframe >= 5)) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && ((mc._y + mc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 60; this.nLife--; if (this.nLife <= 0) { delete this.onEnterFrame; _root.removeMovie(this); } }; }
Instance of Symbol 1525 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { if (this.nSpeed == undefined) { var nSpeed = 0; } if (this.nLife == undefined) { var nLife = 2; } var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi > 2) { this._visible = !this._visible; } else { this._visible = true; } } if (this.bFlying) { if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } else if (this.testHit2(_root.player)) { _root.player.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) && (_root.player.bRun)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } if (this.nInvi < 30) { this._x = this._x + this.nDir; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (((this.nInvi <= 0) && (_root.player._currentframe >= 5)) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && ((mc._y + mc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 60; this.nLife--; if (this.nLife <= 0) { delete this.onEnterFrame; _root.removeMovie(this); } }; }
Instance of Symbol 1507 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { var bIgnor = true; if (this.nSpeed == undefined) { var nSpeed = 0; } if (this.nLife == undefined) { var nLife = 2; } var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi > 2) { this._visible = !this._visible; } else { this._visible = true; } } if (this.bFlying) { if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } else if (this.testHit2(_root.player)) { _root.player.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) && (_root.player.bRun)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } if (this.nInvi < 30) { this._x = this._x + this.nDir; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (((this.nInvi <= 0) && (_root.player._currentframe >= 5)) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && ((mc._y + mc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 60; this.nLife--; if (this.nLife <= 0) { delete this.onEnterFrame; _root.removeMovie(this); } }; }
Instance of Symbol 1516 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { var nLeftX = (this._x - 100); var nRightX = (this._x + 100); var bIgnor = true; if (this.nSpeed == undefined) { var nSpeed = 0; } if (this.nLife == undefined) { var nLife = 2; } var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi > 2) { this._visible = !this._visible; } else { this._visible = true; } } if (this.bFlying) { if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } else if (this.testHit2(_root.player)) { _root.player.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) && (_root.player.bRun)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } if (this.nInvi < 30) { this._x = this._x + this.nDir; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (((this.nInvi <= 0) && (_root.player._currentframe >= 5)) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && ((mc._y + mc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 60; this.nLife--; if (this.nLife <= 0) { delete this.onEnterFrame; _root.removeMovie(this); } }; }
Instance of Symbol 1516 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { if (this.nSpeed == undefined) { var nSpeed = 0; } if (this.nLife == undefined) { var nLife = 2; } var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi > 2) { this._visible = !this._visible; } else { this._visible = true; } } if (this.bFlying) { if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } else if (this.testHit2(_root.player)) { _root.player.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) && (_root.player.bRun)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } if (this.nInvi < 30) { this._x = this._x + this.nDir; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (((this.nInvi <= 0) && (_root.player._currentframe >= 5)) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && ((mc._y + mc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 60; this.nLife--; if (this.nLife <= 0) { delete this.onEnterFrame; _root.removeMovie(this); } }; }
Instance of Symbol 1507 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { var bIgnor = true; if (this.nSpeed == undefined) { var nSpeed = 0; } if (this.nLife == undefined) { var nLife = 2; } var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi > 2) { this._visible = !this._visible; } else { this._visible = true; } } if (this.bFlying) { if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } else if (this.testHit2(_root.player)) { _root.player.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) && (_root.player.bRun)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } if (this.nInvi < 30) { this._x = this._x + this.nDir; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (((this.nInvi <= 0) && (_root.player._currentframe >= 5)) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && ((mc._y + mc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 60; this.nLife--; if (this.nLife <= 0) { delete this.onEnterFrame; _root.removeMovie(this); } }; }
Instance of Symbol 1532 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { var bIgnor = true; if (this.nSpeed == undefined) { var nSpeed = 0; } if (this.nLife == undefined) { var nLife = 2; } var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi > 2) { this._visible = !this._visible; } else { this._visible = true; } } if (this.bFlying) { if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } else if (this.testHit2(_root.player)) { _root.player.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) && (_root.player.bRun)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } if (this.nInvi < 30) { this._x = this._x + this.nDir; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (((this.nInvi <= 0) && (_root.player._currentframe >= 5)) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && ((mc._y + mc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 60; this.nLife--; if (this.nLife <= 0) { delete this.onEnterFrame; _root.removeMovie(this); } }; }
Instance of Symbol 1516 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { var nLeftX = (this._x - 50); var nRightX = (this._x + 50); var bIgnor = true; if (this.nSpeed == undefined) { var nSpeed = 0; } if (this.nLife == undefined) { var nLife = 2; } var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi > 2) { this._visible = !this._visible; } else { this._visible = true; } } if (this.bFlying) { if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } else if (this.testHit2(_root.player)) { _root.player.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) && (_root.player.bRun)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } if (this.nInvi < 30) { this._x = this._x + this.nDir; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (((this.nInvi <= 0) && (_root.player._currentframe >= 5)) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && ((mc._y + mc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 60; this.nLife--; if (this.nLife <= 0) { delete this.onEnterFrame; _root.removeMovie(this); } }; }
Instance of Symbol 1537 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { var nLeftX = (this._x - 150); var nRightX = (this._x + 150); var bIgnor = true; if (this.nSpeed == undefined) { var nSpeed = 0; } if (this.nLife == undefined) { var nLife = 2; } var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi > 2) { this._visible = !this._visible; } else { this._visible = true; } } if (this.bFlying) { if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } else if (this.testHit2(_root.player)) { _root.player.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) && (_root.player.bRun)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } if (this.nInvi < 30) { this._x = this._x + this.nDir; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (((this.nInvi <= 0) && (_root.player._currentframe >= 5)) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && ((mc._y + mc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 60; this.nLife--; if (this.nLife <= 0) { delete this.onEnterFrame; _root.removeMovie(this); } }; }
Instance of Symbol 1566 MovieClip "boss1" in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { function sendBomb() { var _local4 = _root.game.getNextHighestDepth(); var _local3 = _root.game.attachMovie("b7_bomb", "b7_bomb" + _local4, _local4); _local3._x = this._x + (this.nDir * 25); _local3._y = (this._y + (this.Y1 / 2)) - 5; _local3.dir = this.nDir * 2; _local3._xscale = -100 * this.nDir; _local3.cool = 50; _local3.gotoAndStop(1); _local3.onEnterFrame = function () { if (this._currentframe != 1) { if (this._currentframe >= this._totalframes) { _root.removeMovie(this); } } else { this.cool--; if (this.cool > 0) { this._x = this._x + this.dir; } else { this.gotoAndPlay(1); } } if (this.hitTest(_root.player)) { _root.player.hit(); } }; } function sendTencza() { var _local4 = _root.game.getNextHighestDepth(); var _local3 = _root.game.attachMovie("b7_tencza", "b7_tencza" + _local4, _local4); _local3._x = this._x + this.nDir; _local3._y = this._y + this.Y1; _local3._xscale = -100 * this.nDir; _local3._rotation = Math.atan2(_root.player._y - this._y, _root.player._y - this._x); _local3._rotation = (_local3._rotation / Math.PI) * 180; _local3.onEnterFrame = function () { if (this._currentframe >= this._totalframes) { _root.removeMovie(this); } if ((this._currentframe >= 28) && (this.hitTest(_root.player))) { _root.player.hit(); } }; } this.gotoAndStop(1); this.anim.gotoAndStop(1); this._xscale = 100; var nLeftX = 4420; var nRightX = 4950; var nSpeed = 6; var nDir = -1; var nCool = 100; var nInvi = 0; var nLife = 5; var bRun = false; var bGround = false; _root.attachHPBar(this); this.onEnterFrame = function () { if (this.nInvi > 0) { this._visible = !this._visible; this.nInvi--; } if (!this.bGround) { this._y = this._y + 0.5; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { switch (this._currentframe) { case 1 : this.nCool--; if (this.anim._currentframe >= this.anim._totalframes) { if (this.nCool <= 0) { this.nCool = 30 + Math.floor(Math.random() * 50); } else { this.nDir = Math.floor(Math.random() * 3) - 1; if (this.nDir == 0) { this.nDir = ((this._x < _root.player._x) ? 1 : -1); this._xscale = -100 * this.nDir; this.gotoAndStop(1); this.anim.gotoAndPlay(1); } else { this._xscale = -100 * this.nDir; this.gotoAndStop(2); } } } break; case 2 : this._x = this._x + (this.nDir * this.nSpeed); if (this._x < this.nLeftX) { this.nDir = 1; this._xscale = -100; } else if (this._x > this.nRightX) { this.nDir = -1; this._xscale = 100; } this.nCool--; if (this.anim._currentframe >= this.anim._totalframes) { if (this.nCool <= 0) { if (Math.random() > 0.55) { this.nDir = ((this._x < _root.player._x) ? 1 : -1); this._xscale = -100 * this.nDir; this.nCool = 30 + Math.floor(Math.random() * 50); this.gotoAndStop(Math.floor(Math.random() * 2) + 5); } else { this.nDir = Math.floor(Math.random() * 3) - 1; if (this.nDir == -1) { this._xscale = 100; this.gotoAndStop(2); } if (this.nDir == 1) { this._xscale = -100; this.gotoAndStop(2); } else { this.nDir = ((this._x < _root.player._x) ? 1 : -1); this._xscale = -100 * this.nDir; this.gotoAndStop(5); } } } } break; case 3 : if (this.anim._currentframe >= this.anim._totalframes) { this.gotoAndStop(1); } break; case 4 : this.bRun = false; delete this.onEnterFrame; _root.game.bosses--; if (_root.game.bosses == 0) { _root.game.heart._x = _root.game.boss2._x; _root.game.heart._y = _root.game.boss2._y - 30; } _root.game.b7plat1.spawn(); _root.game.b7plat2.spawn(); _root.game.b7plat3.spawn(); break; case 5 : if (this.anim._currentframe == 15) { this.sendBomb(); } else if (this.anim._currentframe >= this.anim._totalframes) { this.gotoAndStop(1); } break; case 6 : if (this.anim._currentframe == 15) { this.sendTencza(); } else { if (this.anim._currentframe < this.anim._totalframes) { break; } this.gotoAndStop(1); } } } if (this.nInvi <= 0) { if (this.hitTest(_root.player)) { if (((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) && (_root.player._y > (this._y + this.Y1))) { this.hit(); } } } if (this.testHit2(_root.player)) { _root.player.hit(); } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { if ((_local3.yMin + 20) > this._y) { this._y = _local3.yMin; this.bGround = true; return(true); } } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && (mc._y <= ((this._y + this.Y2) - _root.player.Y1))) { return(true); } } return(false); }; var hit = function () { if (this.nInvi <= 0) { this.nLife--; if (this.nLife <= 0) { this.nLife = 0; this.gotoAndStop(4); } else { this.nInvi = 60; if ((this._currentframe == 1) || (this._currentframe == 2)) { this.gotoAndStop(3); } } } }; }
Instance of Symbol 786 MovieClip "b6block" in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { function block() { this._x = 3888; this._y = -1382; } function unblock() { this._x = 3800; this._y = -1680; } _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); } onClipEvent (enterFrame) { bound = par.getBounds(_root.game); }
Instance of Symbol 1569 MovieClip "b6plat1" in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { function spawn() { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var _local3 = (this.bound.xMin + this.bound.xMax) / 2; var _local4 = (this.bound.yMin + this.bound.yMax) / 2; this.gotoAndPlay(1); this._visible = true; } this._visible = false; this.gotoAndStop(1); }
Instance of Symbol 1569 MovieClip "b7plat1" in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { function spawn() { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var _local3 = (this.bound.xMin + this.bound.xMax) / 2; var _local4 = (this.bound.yMin + this.bound.yMax) / 2; this.gotoAndPlay(1); this._visible = true; } this._visible = false; this.gotoAndStop(1); }
Instance of Symbol 1569 MovieClip "b7plat2" in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { function spawn() { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var _local3 = (this.bound.xMin + this.bound.xMax) / 2; var _local4 = (this.bound.yMin + this.bound.yMax) / 2; this.gotoAndPlay(1); this._visible = true; } this._visible = false; this.gotoAndStop(1); }
Instance of Symbol 1569 MovieClip "b7plat3" in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { function spawn() { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var _local3 = (this.bound.xMin + this.bound.xMax) / 2; var _local4 = (this.bound.yMin + this.bound.yMax) / 2; this.gotoAndPlay(1); this._visible = true; } this._visible = false; this.gotoAndStop(1); }
Instance of Symbol 182 MovieClip [Heart] in Symbol 1600 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.nSecrets++; _root.nLife++; _root.removeMovie(this); } }
Instance of Symbol 182 MovieClip [Heart] "heart" in Symbol 1600 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.nSecrets++; _root.nLife++; _root.removeMovie(this); } }
Instance of Symbol 1571 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1575 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1577 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1579 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1581 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1583 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1585 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1589 MovieClip "mountaintop" in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); var fText1 = function () { _root.showMessage("...", _root.player._x - 10, _root.player._y - (_root.player._height / 2), _root.game.mountaintop.fText2); }; var fText2 = function () { _root.showMessage("...", _root.game.boss2._x - 10, (_root.game.boss2._y - (_root.game.boss2._height / 2)) - 10, _root.game.mountaintop.fText3); }; var fText3 = function () { _root.showMessage("I suppose you're a gigantic high boot that is going to attack me?", _root.player._x - 10, _root.player._y - (_root.player._height / 2), _root.game.mountaintop.fText4); }; var fText4 = function () { _root.showMessage("Yup", _root.game.boss2._x - 10, (_root.game.boss2._y - (_root.game.boss2._height / 2)) - 10, _root.game.mountaintop.fText5); }; var fText5 = function () { _root.showMessage("And how are you going to do that? You're just a shoe... why am I talking with you anyway.", _root.player._x - 10, _root.player._y - (_root.player._height / 2), _root.game.mountaintop.fText6); }; var fText6 = function () { _root.showMessage("I'll crush you like a bug.", _root.game.boss2._x - 10, (_root.game.boss2._y - (_root.game.boss2._height / 2)) - 10, _root.game.mountaintop.fEnd); }; var fEnd = function () { _root.player.bRun = true; _root.game.boss2.bRun = true; _root.game.boss2.anim.play(); }; var bBoss2 = false; } onClipEvent (enterFrame) { if (!this.bBoss2) { if (((this._x + _root.game._x) < 550) && (_root.player._y < -1047)) { this.bBoss2 = true; _root.game.b6block.block(); _root.bAllowAttack = true; _root.player.bRun = false; this.fText1(); } } }
Instance of Symbol 786 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1595 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1597 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1599 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1616 MovieClip in Symbol 1617 MovieClip Frame 1
onClipEvent (load) { var r = (Math.random() + 0.5); this._xscale = this._xscale * this.r; this._yscale = this._yscale * this.r; this.r = this.r * 5; } onClipEvent (enterFrame) { this._x = this._x - this.r; if (this._x <= (-this._width)) { this.r = Math.random() + 0.5; this._xscale = 100 * this.r; this._yscale = 100 * this.r; this.r = this.r * 5; this._x = _root.game.player._x + this._width; this._y = Stage.height * Math.random(); } }
Instance of Symbol 1616 MovieClip in Symbol 1617 MovieClip Frame 1
onClipEvent (load) { var r = (Math.random() + 0.5); this._xscale = this._xscale * this.r; this._yscale = this._yscale * this.r; this.r = this.r * 5; } onClipEvent (enterFrame) { this._x = this._x - this.r; if (this._x <= (-this._width)) { this.r = Math.random() + 0.5; this._xscale = 100 * this.r; this._yscale = 100 * this.r; this.r = this.r * 5; this._x = this._width; this._y = Stage.height * Math.random(); } }
Instance of Symbol 1616 MovieClip in Symbol 1617 MovieClip Frame 1
onClipEvent (load) { var r = (Math.random() + 0.5); this._xscale = this._xscale * this.r; this._yscale = this._yscale * this.r; this.r = this.r * 5; } onClipEvent (enterFrame) { this._x = this._x - this.r; if (this._x <= (-this._width)) { this.r = Math.random() + 0.5; this._xscale = 100 * this.r; this._yscale = 100 * this.r; this.r = this.r * 5; this._x = _root.game.player._x + this._width; this._y = Stage.height * Math.random(); } }
Instance of Symbol 1616 MovieClip in Symbol 1617 MovieClip Frame 1
onClipEvent (load) { var r = (Math.random() + 0.5); this._xscale = this._xscale * this.r; this._yscale = this._yscale * this.r; this.r = this.r * 5; } onClipEvent (enterFrame) { this._x = this._x - this.r; if (this._x <= (-this._width)) { this.r = Math.random() + 0.5; this._xscale = 100 * this.r; this._yscale = 100 * this.r; this.r = this.r * 5; this._x = _root.game.player._x + this._width; this._y = Stage.height * Math.random(); } }
Instance of Symbol 1616 MovieClip in Symbol 1617 MovieClip Frame 1
onClipEvent (load) { var r = (Math.random() + 0.5); this._xscale = this._xscale * this.r; this._yscale = this._yscale * this.r; this.r = this.r * 5; } onClipEvent (enterFrame) { this._x = this._x - this.r; if (this._x <= (-this._width)) { this.r = Math.random() + 0.5; this._xscale = 100 * this.r; this._yscale = 100 * this.r; this.r = this.r * 5; this._x = _root.game.player._x + this._width; this._y = Stage.height * Math.random(); } }
Instance of Symbol 1616 MovieClip in Symbol 1617 MovieClip Frame 1
onClipEvent (load) { var r = (Math.random() + 0.5); this._xscale = this._xscale * this.r; this._yscale = this._yscale * this.r; this.r = this.r * 5; } onClipEvent (enterFrame) { this._x = this._x - this.r; if (this._x <= (-this._width)) { this.r = Math.random() + 0.5; this._xscale = 100 * this.r; this._yscale = 100 * this.r; this.r = this.r * 5; this._x = _root.game.player._x + this._width; this._y = Stage.height * Math.random(); } }
Instance of Symbol 1616 MovieClip in Symbol 1617 MovieClip Frame 1
onClipEvent (load) { var r = (Math.random() + 0.5); this._xscale = this._xscale * this.r; this._yscale = this._yscale * this.r; this.r = this.r * 5; } onClipEvent (enterFrame) { this._x = this._x - this.r; if (this._x <= (-this._width)) { this.r = Math.random() + 0.5; this._xscale = 100 * this.r; this._yscale = 100 * this.r; this.r = this.r * 5; this._x = _root.game.player._x + this._width; this._y = Stage.height * Math.random(); } }
Instance of Symbol 1616 MovieClip in Symbol 1617 MovieClip Frame 1
onClipEvent (load) { var r = (Math.random() + 0.5); this._xscale = this._xscale * this.r; this._yscale = this._yscale * this.r; this.r = this.r * 5; } onClipEvent (enterFrame) { this._x = this._x - this.r; if (this._x <= (-this._width)) { this.r = Math.random() + 0.5; this._xscale = 100 * this.r; this._yscale = 100 * this.r; this.r = this.r * 5; this._x = _root.game.player._x + this._width; this._y = Stage.height * Math.random(); } }
Instance of Symbol 1616 MovieClip in Symbol 1617 MovieClip Frame 1
onClipEvent (load) { var r = (Math.random() + 0.5); this._xscale = this._xscale * this.r; this._yscale = this._yscale * this.r; this.r = this.r * 5; } onClipEvent (enterFrame) { this._x = this._x - this.r; if (this._x <= (-this._width)) { this.r = Math.random() + 0.5; this._xscale = 100 * this.r; this._yscale = 100 * this.r; this.r = this.r * 5; this._x = _root.game.player._x + this._width; this._y = Stage.height * Math.random(); } }
Instance of Symbol 1616 MovieClip in Symbol 1617 MovieClip Frame 1
onClipEvent (load) { var r = (Math.random() + 0.5); this._xscale = this._xscale * this.r; this._yscale = this._yscale * this.r; this.r = this.r * 5; } onClipEvent (enterFrame) { this._x = this._x - this.r; if (this._x <= (-this._width)) { this.r = Math.random() + 0.5; this._xscale = 100 * this.r; this._yscale = 100 * this.r; this.r = this.r * 5; this._x = _root.game.player._x + this._width; this._y = Stage.height * Math.random(); } }
Instance of Symbol 1616 MovieClip in Symbol 1617 MovieClip Frame 1
onClipEvent (load) { var r = (Math.random() + 0.5); this._xscale = this._xscale * this.r; this._yscale = this._yscale * this.r; this.r = this.r * 5; } onClipEvent (enterFrame) { this._x = this._x - this.r; if (this._x <= (-this._width)) { this.r = Math.random() + 0.5; this._xscale = 100 * this.r; this._yscale = 100 * this.r; this.r = this.r * 5; this._x = _root.game.player._x + this._width; this._y = Stage.height * Math.random(); } }
Instance of Symbol 1620 MovieClip "player" in Symbol 1621 MovieClip Frame 1
onClipEvent (load) { var a = 0; _root.player = this; } onClipEvent (enterFrame) { a = a + 0.04; if (a > (Math.PI*2)) { a = a - (Math.PI*2); } this._y = this._y + (Math.sin(a) / 2); if (_root.bAllowAttack) { if (_root.nCamState == 2) { _root.game._x = 240 - this._x; } else if (_root.nCamState == 3) { _root.game._y = 230 - this._y; } else if (_root.nCamState == 1) { _root.game._x = 240 - this._x; _root.game._y = 230 - this._y; } if (_root.BG._x > ((-_root.BG._width) + Stage.width)) { _root.BG._x = _root.BG.nOldX + (_root.game._x / 8); } } }
Symbol 1632 MovieClip Frame 20
stop(); _visible = false; _root.keypad.nextState();
Symbol 1636 MovieClip Frame 20
stop(); _visible = false; _root.keypad.nextState();
Instance of Symbol 1616 MovieClip in Symbol 1637 MovieClip Frame 1
onClipEvent (load) { var r = (Math.random() + 1); this._xscale = this._xscale * this.r; this._yscale = this._yscale * this.r; this.r = this.r * 5; } onClipEvent (enterFrame) { this._x = this._x - this.r; if (this._x <= (-this._width)) { this.r = Math.random() + 1; this._xscale = 100 * this.r; this._yscale = 100 * this.r; this.r = this.r * 5; this._x = this._width; this._y = Stage.height * Math.random(); } }
Instance of Symbol 1616 MovieClip in Symbol 1637 MovieClip Frame 1
onClipEvent (load) { var r = (Math.random() + 1); this._xscale = this._xscale * this.r; this._yscale = this._yscale * this.r; this.r = this.r * 5; } onClipEvent (enterFrame) { this._x = this._x - this.r; if (this._x <= (-this._width)) { this.r = Math.random() + 1; this._xscale = 100 * this.r; this._yscale = 100 * this.r; this.r = this.r * 5; this._x = this._width; this._y = Stage.height * Math.random(); } }
Instance of Symbol 1616 MovieClip in Symbol 1637 MovieClip Frame 1
onClipEvent (load) { var r = (Math.random() + 1); this._xscale = this._xscale * this.r; this._yscale = this._yscale * this.r; this.r = this.r * 5; } onClipEvent (enterFrame) { this._x = this._x - this.r; if (this._x <= (-this._width)) { this.r = Math.random() + 1; this._xscale = 100 * this.r; this._yscale = 100 * this.r; this.r = this.r * 5; this._x = this._width; this._y = Stage.height * Math.random(); } }
Instance of Symbol 1616 MovieClip in Symbol 1637 MovieClip Frame 1
onClipEvent (load) { var r = (Math.random() + 1); this._xscale = this._xscale * this.r; this._yscale = this._yscale * this.r; this.r = this.r * 5; } onClipEvent (enterFrame) { this._x = this._x - this.r; if (this._x <= (-this._width)) { this.r = Math.random() + 1; this._xscale = 100 * this.r; this._yscale = 100 * this.r; this.r = this.r * 5; this._x = this._width; this._y = Stage.height * Math.random(); } }
Instance of Symbol 1616 MovieClip in Symbol 1637 MovieClip Frame 1
onClipEvent (load) { var r = (Math.random() + 1); this._xscale = this._xscale * this.r; this._yscale = this._yscale * this.r; this.r = this.r * 5; } onClipEvent (enterFrame) { this._x = this._x - this.r; if (this._x <= (-this._width)) { this.r = Math.random() + 1; this._xscale = 100 * this.r; this._yscale = 100 * this.r; this.r = this.r * 5; this._x = this._width; this._y = Stage.height * Math.random(); } }
Instance of Symbol 1616 MovieClip in Symbol 1637 MovieClip Frame 1
onClipEvent (load) { var r = (Math.random() + 1); this._xscale = this._xscale * this.r; this._yscale = this._yscale * this.r; this.r = this.r * 5; } onClipEvent (enterFrame) { this._x = this._x - this.r; if (this._x <= (-this._width)) { this.r = Math.random() + 1; this._xscale = 100 * this.r; this._yscale = 100 * this.r; this.r = this.r * 5; this._x = this._width; this._y = Stage.height * Math.random(); } }
Instance of Symbol 1616 MovieClip in Symbol 1637 MovieClip Frame 1
onClipEvent (load) { var r = (Math.random() + 1); this._xscale = this._xscale * this.r; this._yscale = this._yscale * this.r; this.r = this.r * 5; } onClipEvent (enterFrame) { this._x = this._x - this.r; if (this._x <= (-this._width)) { this.r = Math.random() + 1; this._xscale = 100 * this.r; this._yscale = 100 * this.r; this.r = this.r * 5; this._x = this._width; this._y = Stage.height * Math.random(); } }
Symbol 1666 MovieClip Frame 1
this.snd.start();
Symbol 1666 MovieClip Frame 100
this.snd.start();
Symbol 1743 MovieClip Frame 38
stop();
Symbol 1750 MovieClip Frame 1
var X1 = -10; var X2 = 11; var Y1 = -42; var Y2 = 0;
Symbol 1809 MovieClip Frame 36
stop();
Symbol 1820 MovieClip Frame 1
var X1 = -9; var X2 = 11; var Y1 = -42; var Y2 = 0;
Symbol 1828 MovieClip Frame 1
var bStartTalk = false; var nLeftX = 140; var nRightX = 1982; var aFPlats = new Array(8); this.aFPlats[0] = _root.game.plat1; this.aFPlats[1] = _root.game.plat2; this.aFPlats[2] = _root.game.plat3; this.aFPlats[3] = _root.game.plat4; this.aFPlats[4] = _root.game.plat5; this.aFPlats[5] = _root.game.plat6; this.aFPlats[6] = _root.game.plat7; this.aFPlats[7] = _root.game.ground;
Instance of Symbol 1639 MovieClip in Symbol 1828 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1639 MovieClip in Symbol 1828 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1641 MovieClip in Symbol 1828 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var PI2 = (Math.PI*2); var a = (Math.random() * this.PI2); var sy = this._y; this.gem.gotoAndPlay(Math.floor(Math.random() * 30) + 1); } onClipEvent (enterFrame) { a = a + 0.1; if (a > this.PI2) { a = a - this.PI2; } this._y = sy + (Math.sin(a) * 10); }
Instance of Symbol 1641 MovieClip in Symbol 1828 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var PI2 = (Math.PI*2); var a = (Math.random() * this.PI2); var sy = this._y; this.gem.gotoAndPlay(Math.floor(Math.random() * 30) + 1); } onClipEvent (enterFrame) { a = a + 0.1; if (a > this.PI2) { a = a - this.PI2; } this._y = sy + (Math.sin(a) * 10); }
Instance of Symbol 1641 MovieClip in Symbol 1828 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var PI2 = (Math.PI*2); var a = (Math.random() * this.PI2); var sy = this._y; this.gem.gotoAndPlay(Math.floor(Math.random() * 30) + 1); } onClipEvent (enterFrame) { a = a + 0.1; if (a > this.PI2) { a = a - this.PI2; } this._y = sy + (Math.sin(a) * 10); }
Instance of Symbol 1641 MovieClip in Symbol 1828 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var PI2 = (Math.PI*2); var a = (Math.random() * this.PI2); var sy = this._y; this.gem.gotoAndPlay(Math.floor(Math.random() * 30) + 1); } onClipEvent (enterFrame) { a = a + 0.1; if (a > this.PI2) { a = a - this.PI2; } this._y = sy + (Math.sin(a) * 10); }
Instance of Symbol 1666 MovieClip in Symbol 1828 MovieClip Frame 1
onClipEvent (load) { var snd = new Sound(this); snd.attachSound("spark"); snd.setVolume((1 - (Math.abs(_root.player._x - this._x) / 1800)) * 70); } onClipEvent (enterFrame) { snd.setVolume((1 - (Math.abs(_root.player._x - this._x) / 1800)) * 70); }
Instance of Symbol 1666 MovieClip in Symbol 1828 MovieClip Frame 1
onClipEvent (load) { this.gotoAndPlay(45); var snd = new Sound(this); snd.attachSound("spark"); snd.setVolume((1 - (Math.abs(_root.player._x - this._x) / 1800)) * 70); } onClipEvent (enterFrame) { snd.setVolume((1 - (Math.abs(_root.player._x - this._x) / 1800)) * 70); }
Instance of Symbol 1669 MovieClip "ground" in Symbol 1828 MovieClip Frame 1
onClipEvent (load) { var aPlatNear = new Array(2); this.aPlatNear[0] = _root.game.plat3; this.aPlatNear[1] = _root.game.plat6; _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1677 MovieClip "plat3" in Symbol 1828 MovieClip Frame 1
onClipEvent (load) { var aPlatNear = new Array(3); this.aPlatNear[0] = _root.game.plat1; this.aPlatNear[1] = _root.game.plat4; this.aPlatNear[2] = _root.game.ground; _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); var PI2 = (Math.PI*2); var a = (Math.random() * this.PI2); var sy = this._y; this.gem.gotoAndPlay(Math.floor(Math.random() * 30) + 1); } onClipEvent (enterFrame) { this.bound = this.par.getBounds(_root.game); this.a = this.a + 0.1; if (this.a > this.PI2) { this.a = this.a - this.PI2; } this._y = this.sy + (Math.sin(this.a) * 5); }
Instance of Symbol 1677 MovieClip "plat1" in Symbol 1828 MovieClip Frame 1
onClipEvent (load) { var aPlatNear = new Array(2); this.aPlatNear[0] = _root.game.plat2; this.aPlatNear[1] = _root.game.plat3; _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); var PI2 = (Math.PI*2); var a = (Math.random() * this.PI2); var sy = this._y; this.gem.gotoAndPlay(Math.floor(Math.random() * 30) + 1); } onClipEvent (enterFrame) { this.bound = this.par.getBounds(_root.game); this.a = this.a + 0.1; if (this.a > this.PI2) { this.a = this.a - this.PI2; } this._y = this.sy + (Math.sin(this.a) * 5); }
Instance of Symbol 1677 MovieClip "plat6" in Symbol 1828 MovieClip Frame 1
onClipEvent (load) { var aPlatNear = new Array(3); this.aPlatNear[0] = _root.game.plat4; this.aPlatNear[1] = _root.game.plat7; this.aPlatNear[2] = _root.game.ground; _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); var PI2 = (Math.PI*2); var a = (Math.random() * this.PI2); var sy = this._y; this.gem.gotoAndPlay(Math.floor(Math.random() * 30) + 1); } onClipEvent (enterFrame) { this.bound = this.par.getBounds(_root.game); this.a = this.a + 0.1; if (this.a > this.PI2) { this.a = this.a - this.PI2; } this._y = this.sy + (Math.sin(this.a) * 5); }
Instance of Symbol 1677 MovieClip "plat4" in Symbol 1828 MovieClip Frame 1
onClipEvent (load) { var aPlatNear = new Array(4); this.aPlatNear[0] = _root.game.plat2; this.aPlatNear[1] = _root.game.plat3; this.aPlatNear[2] = _root.game.plat5; this.aPlatNear[3] = _root.game.plat6; _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); var PI2 = (Math.PI*2); var a = (Math.random() * this.PI2); var sy = this._y; this.gem.gotoAndPlay(Math.floor(Math.random() * 30) + 1); } onClipEvent (enterFrame) { this.bound = this.par.getBounds(_root.game); this.a = this.a + 0.1; if (this.a > this.PI2) { this.a = this.a - this.PI2; } this._y = this.sy + (Math.sin(this.a) * 5); }
Instance of Symbol 1677 MovieClip "plat7" in Symbol 1828 MovieClip Frame 1
onClipEvent (load) { var aPlatNear = new Array(2); this.aPlatNear[0] = _root.game.plat5; this.aPlatNear[1] = _root.game.plat6; _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); var PI2 = (Math.PI*2); var a = (Math.random() * this.PI2); var sy = this._y; this.gem.gotoAndPlay(Math.floor(Math.random() * 30) + 1); } onClipEvent (enterFrame) { this.bound = this.par.getBounds(_root.game); this.a = this.a + 0.1; if (this.a > this.PI2) { this.a = this.a - this.PI2; } this._y = this.sy + (Math.sin(this.a) * 5); }
Instance of Symbol 1677 MovieClip "plat5" in Symbol 1828 MovieClip Frame 1
onClipEvent (load) { var aPlatNear = new Array(2); this.aPlatNear[0] = _root.game.plat4; this.aPlatNear[1] = _root.game.plat7; _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); var PI2 = (Math.PI*2); var a = (Math.random() * this.PI2); var sy = this._y; this.gem.gotoAndPlay(Math.floor(Math.random() * 30) + 1); } onClipEvent (enterFrame) { this.bound = this.par.getBounds(_root.game); this.a = this.a + 0.1; if (this.a > this.PI2) { this.a = this.a - this.PI2; } this._y = this.sy + (Math.sin(this.a) * 5); }
Instance of Symbol 1677 MovieClip "plat2" in Symbol 1828 MovieClip Frame 1
onClipEvent (load) { var aPlatNear = new Array(2); this.aPlatNear[0] = _root.game.plat1; this.aPlatNear[1] = _root.game.plat4; _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); var PI2 = (Math.PI*2); var a = (Math.random() * this.PI2); var sy = this._y; this.gem.gotoAndPlay(Math.floor(Math.random() * 30) + 1); } onClipEvent (enterFrame) { this.bound = this.par.getBounds(_root.game); this.a = this.a + 0.1; if (this.a > this.PI2) { this.a = this.a - this.PI2; } this._y = this.sy + (Math.sin(this.a) * 5); }
Instance of Symbol 1750 MovieClip "boss1" in Symbol 1828 MovieClip Frame 1
onClipEvent (load) { function findNextPlat(mcTar) { this.nBreak = 10; this.bFind = true; this.aTargets = new Array(); if ((mcTar == null) || (mcTar == undefined)) { this.r = random(_root.game.aFPlats.length); this.aTargets[0] = _root.game.aFPlats[this.r]; } else { this.aTargets[0] = mcTar; } this.nCurTar = -1; while (this.bFind) { this.nBreak--; if (this.nBreak <= 0) { break; } this.nDist = 0; this.nCurTar++; this.aCurAr = this.aTargets[this.nCurTar].aPlatNear; this.i = 0; while (this.i < this.aCurAr.length) { if (this.aCurAr[this.i] == this.mcGround) { this.bFind = false; break; } this.nTmp = Math.sqrt(Math.pow(this.aCurAr[this.i].xCen - this._x, 2) + Math.pow(this.aCurAr[this.i].yCen - this._y, 2)); this.nTmp = this.nTmp + Math.sqrt(Math.pow(this.aCurAr[this.i].xCen - this.aTargets[this.nCurTar].xCen, 2) + Math.pow(this.aCurAr[this.i].yCen - this.aTargets[this.nCurTar].yCen, 2)); if ((this.nDist > this.nTmp) || (this.nDist == 0)) { this.nDist = this.nTmp; this.aTargets[this.nCurTar + 1] = this.aCurAr[this.i]; } this.i++; } } this.nDir = (this.aTargets[this.nCurTar].xCen > this._x) + (-(this.aTargets[this.nCurTar].xCen < this._x)); if (this.nDir != 0) { this._xscale = this.nDir * -100; } } function findNearPlat() { this.r = random(this.mcGround.aPlatNear.length); this.aTargets[0] = this.mcGround.aPlatNear[this.r]; while (_root.player.mcChild == this.aTargets[0]) { this.r = random(this.mcGround.aPlatNear.length); this.aTargets[0] = this.mcGround.aPlatNear[this.r]; } this.nDir = (this.aTargets[0].xCen > this._x) + (-(this.aTargets[0].xCen < this._x)); if (this.nDir != 0) { this._xscale = this.nDir * -100; } } function inArray(a, mc) { this.j = 0; while (this.j < this.a.length) { if (this.mc == this.a[this.j]) { return(true); } this.j++; } return(false); } function checkGround() { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; for (sIter in _root.aPlates) { this.oTmp = _root.aPlates[this.sIter].box.getBounds(_root.game); if ((this._y >= this.oTmp.yMin) && (this._y <= this.oTmp.yMax)) { if ((this._x >= this.oTmp.xMin) && (this._x <= this.oTmp.xMax)) { this.gotoAndStop(2); this._y = this.oTmp.yMin; this.nLeftX = this.oTmp.xMin; this.nRightX = this.oTmp.xMax; this.mcGround = _root.aPlates[this.sIter]; this.bGround = true; if (this.nCurTar > 0) { if (this.aTargets[this.nCurTar] == this.mcGround) { this.nCurTar--; } this.nTmp = (this.aTargets[this.nCurTar].bound.xMin + this.aTargets[this.nCurTar].bound.xMax) / 2; this.nDir = (this.nTmp > this._x) + (-(this.nTmp < this._x)); if (this.nDir != 0) { this._xscale = this.nDir * -100; } } else { this.nDir = 0; } break; } } } } function talk(n) { if (this.bToAnswer || (_root.game.boss2.nLife <= 0)) { return(undefined); } var _local3 = random(this.aChat[n].length); _root.chat.send4as(this.aChat[n][_local3], n, _local3); this.nTalked = this.nTalkedTime; } function answer(n, m) { this.bToAnswer = false; if (((this.aChat[n + 1][m] == "") || (this.aChat[n + 1][m] == undefined)) || (this.aChat[n + 1][m] == null)) { return(undefined); } _root.chat.send4as2(this.aChat[n + 1][m]); this.nTalked = this.nTalkedTime; } function doInvi() { if (this.nInvi > 0) { this._visible = !this._visible; this.nInvi--; } else if (this._currentframe != 5) { if (this.hitTest(_root.player)) { if (((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) && (_root.player._y > (this._y + this.Y1))) { this.hit(); } } } } function sendFire() { var _local4 = _root.game.getNextHighestDepth(); var _local3 = _root.game.attachMovie("bf1_fire", "bf1_fire" + _local4, _local4); _local3._x = this._x - 20; _local3._y = this._y + (this.Y1 / 1.8); _local3.dir = (-(this._xscale / 100)) * 7; _local3._xscale = -100 * (this._xscale / 100); _local3.onEnterFrame = function () { if ((this._x < _root.game.nLeftX) || (this._x > _root.game.nRightX)) { _root.removeMovie(this); } this._x = this._x + this.dir; if ((this._x > (_root.player._x + _root.player.X1)) && (this._x < (_root.player._x + _root.player.X2))) { if ((this._y > (_root.player._y + _root.player.Y1)) && (this._y < (_root.player._y + _root.player.Y2))) { _root.player.hit(); } } }; _local4 = _root.game.getNextHighestDepth(); _local3 = _root.game.attachMovie("bf1_fire", "bf1_fire" + _local4, _local4); _local3._x = this._x + 20; _local3._y = this._y + (this.Y1 / 1.8); _local3.dir = (this._xscale / 100) * 7; _local3._xscale = 100 * (this._xscale / 100); _local3.onEnterFrame = function () { if ((this._x < _root.game.nLeftX) || (this._x > _root.game.nRightX)) { _root.removeMovie(this); } this._x = this._x + this.dir; if ((this._x > (_root.player._x + _root.player.X1)) && (this._x < (_root.player._x + _root.player.X2))) { if ((this._y > (_root.player._y + _root.player.Y1)) && (this._y < (_root.player._y + _root.player.Y2))) { _root.player.hit(); } } }; } this.gotoAndStop(6); this.anim.gotoAndStop(1); this._xscale = 100; _root.attachHPBar(this); var aChat = new Array(10); this.aChat[0] = new Array(3); this.aChat[0][0] = "So, what do we do?"; this.aChat[0][1] = "Whats the plan?"; this.aChat[0][2] = "Let's fall back for now!"; this.aChat[1] = new Array(3); this.aChat[1][0] = "Lets prepare our attacks"; this.aChat[1][1] = "Uh, whatever"; this.aChat[1][2] = "Improvise!"; this.aChat[2] = new Array(3); this.aChat[2][0] = "He's mine!"; this.aChat[2][1] = "Where is he?!"; this.aChat[2][2] = "Burn!"; this.aChat[3] = new Array(3); this.aChat[4] = new Array(3); this.aChat[4][0] = "I'll secure the bottom!"; this.aChat[4][1] = "I'M READY!"; this.aChat[4][2] = "I'll sweep the bottom!"; this.aChat[5] = new Array(3); this.aChat[6] = new Array(3); this.aChat[6][0] = "Anything good on TV today?"; this.aChat[6][1] = "You're ready or what?"; this.aChat[6][2] = "All that running away makes me hungry"; this.aChat[7] = new Array(3); this.aChat[7][0] = "Oh, STFU! The game is fine!"; this.aChat[7][1] = "Almost ready"; this.aChat[7][2] = "...like, tell him youself?"; this.aChat[8] = new Array(3); this.aChat[8][0] = "Ow!"; this.aChat[8][1] = "Look here Strife! I took it like a MAN!"; this.aChat[8][2] = "I'm okay!"; this.aChat[9] = new Array(3); this.aChat[9][0] = "Geez, take it like a MAN!"; this.aChat[9][1] = "lol?"; this.aChat[9][2] = "Too much sausage"; var sIter; var oTmp; var mcGround; var aTargets; var i; var j; var bRun = false; var nRelease = 100; var nKillerRe = 1000; var nAwake = 30; var nLeftX = -2482; var nRightX = -1982; var nDir = -1; var nJumpVec = 14; var nSmallJumpVec = 2; var nTalkedTime = 90; var bGround = false; var nSpeed = 14; var nKiller = 0; var nLife = 7; var nInvi = 0; var nMode = 2; var nVecY = 0; var nDist = 0; var nCurTar = 0; var nCharge = 0; var nCooldown = 0; var nTalked = 0; var nRunTalk = (30 + random(60)); var bToAnswer = false; var nTmp; var bFind; var aCurAr; var r; var nBreak = 10; this.onEnterFrame = function () { if (_root.bDebugBox) { _root.tfDebug.text = ((((((" m: " + this.nMode) + " ch: ") + this.nCharge) + " col: ") + this.nCooldown) + " kill:") + this.nKiller; } if (this.bRun) { if (!this.bGround) { this.gotoAndStop(3); if ((this._x < (this.aTargets[this.nCurTar].xCen - 10)) || (this._x > (this.aTargets[this.nCurTar].xCen + 10))) { this._x = this._x + (this.nSpeed * this.nDir); } this.checkGround(); } else { this.oTmp = this.mcGround.box.getBounds(_root.game); this._y = this.oTmp.yMin; if (this.nDir > 0) { this._x = this._x + this.nSpeed; if (((this.aTargets[this.nCurTar].bound.xMin - this._x) < 100) || (this._x > this.nRightX)) { this.bGround = false; if (this.aTargets[this.nCurTar]._y < this._y) { this.nVecY = -this.nJumpVec; } else { this.nVecY = -this.nSmallJumpVec; } } } else if (this.nDir < 0) { this._x = this._x - this.nSpeed; if (((this._x - this.aTargets[this.nCurTar].bound.xMax) < 100) || (this._x < this.nLeftX)) { this.bGround = false; if (this.aTargets[this.nCurTar]._y < this._y) { this.nVecY = -this.nJumpVec; } else { this.nVecY = -this.nSmallJumpVec; } } } } if (this._currentframe != 6) { switch (this.nMode) { case 0 : this.nKiller++; if (this.nKiller > this.nKillerRe) { this.nCharge = 0; this.nCooldown = 0; this.nMode = 1; this.findNextPlat(_root.game.ground); this.talk(4); } if (this.bGround) { if (this.nDir == 0) { if ((this.aTargets[0] == this.mcGround) || (this.mcGround == _root.player.mcChild)) { if (this.nCharge > this.nRelease) { if (this._currentframe != 7) { this.gotoAndStop(7); } else if (this.anim._currentframe >= this.anim._totalframes) { this.nCharge = 0; this.nCooldown = 0; this.gotoAndStop(1); } else { if (this.anim._currentframe == 8) { this.sendFire(); } if (this.anim._currentframe == 18) { this.sendFire(); } if (this.anim._currentframe == 28) { this.sendFire(); } } } else if (this.nCooldown >= this.nAwake) { this.nMode = 2; this.findNextPlat(); } else { this.nCooldown++; } } } } break; case 1 : if (this.bGround) { if (this.nDir == 0) { if ((this.aTargets[0] == this.mcGround) || (this.mcGround == _root.game.ground)) { if (this.nKiller > this.nKillerRe) { if (this._currentframe != 8) { this.gotoAndStop(8); } else if (this.anim._currentframe >= this.anim._totalframes) { this.nCharge = 0; this.nKiller = 0; this.nCooldown = 0; this.gotoAndStop(1); } else if ((this.anim._currentframe % 10) == 0) { this.sendFire(); } } else if (this.nCooldown >= this.nAwake) { this.nMode = 2; this.findNextPlat(); } else { this.nCooldown++; } } else { this.findNextPlat(_root.game.ground); } } } break; case 2 : this.nRunTalk--; this.nKiller++; if (this.nKiller > this.nKillerRe) { this.nCharge = 0; this.nCooldown = 0; this.nMode = 1; this.findNextPlat(_root.game.ground); this.talk(4); } if (!this.bGround) { break; } if (this.nRunTalk < 0) { this.nRunTalk = 60 + random(120); if (_root.game.bStartTalk) { if (Math.random() > 0.5) { this.talk(6); } } else { this.talk(0); _root.game.bStartTalk = true; } } if (this.nTalked > 0) { this.nTalked--; } else { if (this.nDir != 0) { break; } this.nCharge++; if (this.nCharge > this.nRelease) { this.findNextPlat(_root.player.mcChild); this.nMode = 0; this.talk(2); } this.gotoAndStop(1); } } } if (!(this._currentframe === 6)) { } else if (this.anim._currentframe >= this.anim._totalframes) { this.gotoAndStop(1); this.findNextPlat(); } } else { this._y = this._y + 2; for (sIter in _root.aPlates) { this.oTmp = _root.aPlates[sIter].box.getBounds(_root.game); if ((this._y >= this.oTmp.yMin) && (this._y <= this.oTmp.yMax)) { if ((this._x >= this.oTmp.xMin) && (this._x <= this.oTmp.xMax)) { this._y = this.oTmp.yMin; this.nLeftX = this.oTmp.xMin; this.nRightX = this.oTmp.xMax; this.bGround = true; this.mcGround = _root.aPlates[sIter]; break; } } } } this.doInvi(); if (this._currentframe != 5) { if ((_root.player._x >= (this._x + this.X1)) && (_root.player._x <= (this._x + this.X2))) { if ((_root.player._y >= (this._y + this.Y1)) && (_root.player._y <= ((this._y + this.Y2) - _root.player.Y1))) { _root.player.hit(); } } } }; var hit = function () { if (this.nInvi <= 0) { this.nLife--; this.talk(8); if ((this.nMode == 2) && (this.nDir == 0)) { this.findNearPlat(); } if (this.nLife <= 0) { this.nLife = 0; this.gotoAndStop(5); this.bRun = false; if (_root.game.boss2.nLife <= 0) { _root.player.bRun = false; if (_root.nLevelsDone >= 8) { _root.endGame(14); } else { _root.endGame(14, 8); } } } else { this.nInvi = 60; if ((this._currentframe == 1) || (this._currentframe == 2)) { this.gotoAndStop(4); } } } }; }
Instance of Symbol 786 MovieClip in Symbol 1828 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1828 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1820 MovieClip "boss2" in Symbol 1828 MovieClip Frame 1
onClipEvent (load) { function findNextPlat(mcTar) { this.nBreak = 10; this.bFind = true; this.aTargets = new Array(); if ((mcTar == null) || (mcTar == undefined)) { this.r = random(_root.game.aFPlats.length); this.aTargets[0] = _root.game.aFPlats[this.r]; } else { this.aTargets[0] = mcTar; } this.nCurTar = -1; while (this.bFind) { this.nBreak--; if (this.nBreak <= 0) { break; } this.nDist = 0; this.nCurTar++; this.aCurAr = this.aTargets[this.nCurTar].aPlatNear; this.i = 0; while (this.i < this.aCurAr.length) { if (this.aCurAr[this.i] == this.mcGround) { this.bFind = false; break; } this.nTmp = Math.sqrt(Math.pow(this.aCurAr[this.i].xCen - this._x, 2) + Math.pow(this.aCurAr[this.i].yCen - this._y, 2)); this.nTmp = this.nTmp + Math.sqrt(Math.pow(this.aCurAr[this.i].xCen - this.aTargets[this.nCurTar].xCen, 2) + Math.pow(this.aCurAr[this.i].yCen - this.aTargets[this.nCurTar].yCen, 2)); if ((this.nDist > this.nTmp) || (this.nDist == 0)) { this.nDist = this.nTmp; this.aTargets[this.nCurTar + 1] = this.aCurAr[this.i]; } this.i++; } } this.nDir = (this.aTargets[this.nCurTar].xCen > this._x) + (-(this.aTargets[this.nCurTar].xCen < this._x)); if (this.nDir != 0) { this._xscale = this.nDir * -100; } } function findNearPlat() { this.r = random(this.mcGround.aPlatNear.length); this.aTargets[0] = this.mcGround.aPlatNear[this.r]; while (_root.player.mcChild == this.aTargets[0]) { this.r = random(this.mcGround.aPlatNear.length); this.aTargets[0] = this.mcGround.aPlatNear[this.r]; } this.nDir = (this.aTargets[0].xCen > this._x) + (-(this.aTargets[0].xCen < this._x)); if (this.nDir != 0) { this._xscale = this.nDir * -100; } } function inArray(a, mc) { this.j = 0; while (this.j < this.a.length) { if (this.mc == this.a[this.j]) { return(true); } this.j++; } return(false); } function checkGround() { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; for (sIter in _root.aPlates) { this.oTmp = _root.aPlates[this.sIter].box.getBounds(_root.game); if ((this._y >= this.oTmp.yMin) && (this._y <= this.oTmp.yMax)) { if ((this._x >= this.oTmp.xMin) && (this._x <= this.oTmp.xMax)) { this.gotoAndStop(2); this._y = this.oTmp.yMin; this.nLeftX = this.oTmp.xMin; this.nRightX = this.oTmp.xMax; this.mcGround = _root.aPlates[this.sIter]; this.bGround = true; if (this.nCurTar > 0) { if (this.aTargets[this.nCurTar] == this.mcGround) { this.nCurTar--; } this.nTmp = (this.aTargets[this.nCurTar].bound.xMin + this.aTargets[this.nCurTar].bound.xMax) / 2; this.nDir = (this.nTmp > this._x) + (-(this.nTmp < this._x)); if (this.nDir != 0) { this._xscale = this.nDir * -100; } } else { this.gotoAndStop(1); this.nDir = 0; } break; } } } } function talk(n) { if (this.bToAnswer || (_root.game.boss1.nLife <= 0)) { return(undefined); } var _local3 = random(this.aChat[n].length); _root.chat.sendStrife(this.aChat[n][_local3], n, _local3); this.nTalked = this.nTalkedTime; } function answer(n, m) { this.bToAnswer = false; if (((this.aChat[n + 1][m] == "") || (this.aChat[n + 1][m] == undefined)) || (this.aChat[n + 1][m] == null)) { return(undefined); } _root.chat.sendStrife2(this.aChat[n + 1][m]); this.nTalked = this.nTalkedTime; } function doInvi() { if (this.nInvi > 0) { this._visible = !this._visible; this.nInvi--; } else if (this._currentframe != 5) { if (this.hitTest(_root.player)) { if (((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) && (_root.player._y > (this._y + this.Y1))) { this.hit(); } } } } function sendSlash() { this.bSlashing = true; this._x = _root.game.bf2_laser.tx; this._y = _root.game.bf2_laser.ty; this.nDir = 0; this._xscale = ((_root.player._x > this._x) + (-(_root.player._x < this._x))) * -100; if (this._xscale == 0) { this._xscale = 100; } } this.gotoAndStop(6); this.anim.gotoAndStop(1); this._xscale = 100; _root.attachHPBar(this); var aChat = new Array(10); this.aChat[0] = new Array(3); this.aChat[0][0] = "What do we do?"; this.aChat[0][1] = "Strategic retreat!"; this.aChat[0][2] = "How de we take him out?"; this.aChat[1] = new Array(3); this.aChat[1][0] = "Lets observe the situation for now"; this.aChat[1][1] = "Let me think..."; this.aChat[1][2] = "OK OK..."; this.aChat[2] = new Array(3); this.aChat[2][0] = "My sword seems to be geting rusty"; this.aChat[2][1] = "Cut! Cut! Cut!"; this.aChat[2][2] = "It is choping time"; this.aChat[3] = new Array(3); this.aChat[4] = new Array(3); this.aChat[4][0] = "Yo, I'm taking the top!"; this.aChat[4][1] = "I'M READY!"; this.aChat[4][2] = "I'll make it rain with blood!"; this.aChat[5] = new Array(3); this.aChat[6] = new Array(3); this.aChat[6][0] = "I think I found a bug! And while you're at it, you should change..."; this.aChat[6][1] = "How's powering-up going?"; this.aChat[6][2] = "Tell him to leave me alone! I'm not ready yet!"; this.aChat[7] = new Array(3); this.aChat[7][0] = "Dunno, I don't watch TV"; this.aChat[7][1] = "Almost!"; this.aChat[7][2] = "... damn, now I'm hungry too"; this.aChat[8] = new Array(3); this.aChat[8][0] = "WTF?! H4X0R!"; this.aChat[8][1] = "...aw?"; this.aChat[8][2] = "uh... oh... blood! *faints*"; this.aChat[9] = new Array(3); this.aChat[9][0] = "Almost like pain, eh?"; this.aChat[9][1] = "Well, I'm sorry! At least I dont play as girls in MMORPGs!"; this.aChat[9][2] = "Right, you can live without an eye"; var snd = new Sound(this); snd.attachSound("gone"); var sIter; var oTmp; var mcGround; var aTargets; var i; var j; var bRun = false; var nRelease = 100; var nKillerRe = 1000; var nKillerCool = 160; var nAwake = 30; var nLeftX = -2482; var nRightX = -1982; var nDir = -1; var nJumpVec = 14; var nSmallJumpVec = 2; var nTalkedTime = 90; var bGround = false; var nSpeed = 14; var nKiller = 0; var nKillerCharge = 0; var nLife = 7; var nInvi = 0; var nMode = 2; var nVecY = 0; var nDist = 0; var nCurTar = 0; var nCharge = 0; var nCooldown = 0; var bToAnswer = false; var bSlashing = false; var nTalked = 0; var nRunTalk = (30 + random(60)); var nTmp; var bFind; var aCurAr; var r; var nBreak = 10; this.onEnterFrame = function () { if (_root.bDebugBox) { _root.tfDebug.text = ((((((" m: " + this.nMode) + " ch: ") + this.nCharge) + " col: ") + this.nCooldown) + " kill:") + this.nKiller; } if (this.bRun) { if (!this.bGround) { this.gotoAndStop(3); if ((this._x < ((this.aTargets[this.nCurTar].xCen + (20 * (this.aTargets[this.nCurTar] == _root.game.boss2.mcGround))) - 10)) || (this._x > ((this.aTargets[this.nCurTar].xCen - (20 * (this.aTargets[this.nCurTar] == _root.game.boss2.mcGround))) + 10))) { this._x = this._x + (this.nSpeed * this.nDir); } this.checkGround(); } else if (!this.bSlashing) { this.oTmp = this.mcGround.box.getBounds(_root.game); this._y = this.oTmp.yMin; if (this.nMode != 0) { if (this.nDir > 0) { this._x = this._x + this.nSpeed; if (((this.aTargets[this.nCurTar].bound.xMin - this._x) < 100) || (this._x > this.nRightX)) { this.bGround = false; if (this.aTargets[this.nCurTar]._y < this._y) { this.nVecY = -this.nJumpVec; } else { this.nVecY = -this.nSmallJumpVec; } } } else if (this.nDir < 0) { this._x = this._x - this.nSpeed; if (((this._x - this.aTargets[this.nCurTar].bound.xMax) < 100) || (this._x < this.nLeftX)) { this.bGround = false; if (this.aTargets[this.nCurTar]._y < this._y) { this.nVecY = -this.nJumpVec; } else { this.nVecY = -this.nSmallJumpVec; } } } } else { this._x = this._x + (this.nSpeed * this.nDir); } } if (this._currentframe != 6) { switch (this.nMode) { case 0 : this.nKiller++; if (this.nKiller > this.nKillerRe) { this.nCharge = 0; this.nCooldown = 0; this.nMode = 1; this.bGround = true; this.mcGround = _root.game.plat4; _root.removeMovie(_root.game.bf2_laser); this._x = this.mcGround.xCen; this._y = this.mcGround.bound.yMin - 300; this.talk(4); } if (this.bGround) { if (this.nDir == 0) { if (this.nCharge > this.nRelease) { if (this._currentframe != 7) { _root.game.attachMovie("bf2_laser", "bf2_laser", _root.game.getNextHighestDepth()); _root.game.bf2_laser._x = this._x; _root.game.bf2_laser._y = this._y + this.Y1; this.gotoAndStop(7); } else if (this.anim._currentframe >= this.anim._totalframes) { this.nCharge = 0; this.nCooldown = 0; this.bGround = false; this.bSlashing = false; this.nDir = 0; this.nCurTar = 0; this.gotoAndStop(3); } else if (this.anim._currentframe < 20) { this.nTmp = Math.atan2((_root.player._y - 20) - _root.game.bf2_laser._y, _root.player._x - _root.game.bf2_laser._x); _root.game.bf2_laser._rotation = (this.nTmp / Math.PI) * 180; _root.game.bf2_laser.tx = _root.player._x; _root.game.bf2_laser.ty = _root.player._y; } else if (this.anim._currentframe == 28) { this.sendSlash(); _root.removeMovie(_root.game.bf2_laser); } else if (this.anim._currentframe > 28) { this._x = this._x + ((-this._xscale) / 10); } } else if (this.nCooldown >= this.nAwake) { this.nMode = 2; this.findNextPlat(); } else { this.nCooldown++; } } } break; case 1 : if (this.bGround) { if (this.nKiller > this.nKillerRe) { this.nKillerCharge++; if (this._currentframe == 8) { if (this.anim._currentframe >= this.anim._totalframes) { this.gotoAndStop(1); } else { this._x = this._x + ((-this._xscale) / 10); } } else if (this.nKillerCharge > this.nKillerCool) { this.nCharge = 0; this.nKillerCharge = 0; this.nKiller = 0; this.nCooldown = 0; this.bGround = false; this.gotoAndStop(1); } else if (this.mcGround != _root.player.mcChild) { this.gotoAndStop(1); this._x = this.mcGround.xCen; this.r = random(3); switch (this.r) { case 0 : this.snd.setPan(-100); this.snd.start(); this.mcGround = _root.game.plat2; break; case 1 : this.snd.setPan(0); this.snd.start(); this.mcGround = _root.game.plat4; break; case 2 : this.snd.setPan(100); this.snd.start(); this.mcGround = _root.game.plat5; } } else { this.gotoAndStop(8); this._x = this.mcGround.xCen; this.nDir = 0; this._xscale = ((_root.player._x > this._x) + (-(_root.player._x < this._x))) * -100; if (this._xscale == 0) { this._xscale = 100; } } } else if (this.nCooldown >= this.nAwake) { this.nMode = 2; this.findNextPlat(); } else { this.nCooldown++; } } break; case 2 : this.nRunTalk--; this.nKiller++; if (this.nKiller > this.nKillerRe) { this.nCharge = 0; this.nCooldown = 0; this.nMode = 1; this.bGround = true; this.mcGround = _root.game.plat4; this._x = this.mcGround.xCen; this._y = this.mcGround.bound.yMin - 300; this.talk(4); } if (!this.bGround) { break; } if (this.nRunTalk < 0) { this.nRunTalk = 60 + random(120); if (_root.game.bStartTalk) { if (Math.random() > 0.5) { this.talk(6); } } else { this.talk(0); _root.game.bStartTalk = true; } } if (this.nTalked > 0) { this.gotoAndStop(1); this.nTalked--; } else if (this.nDir == 0) { this.nCharge++; if (this.nCharge > this.nRelease) { this.nMode = 0; this.talk(2); } this.gotoAndStop(1); } else { this.gotoAndStop(2); } } } if (!(this._currentframe === 6)) { } else if (this.anim._currentframe >= this.anim._totalframes) { this.gotoAndStop(1); this.findNextPlat(); } } else { this._y = this._y + 2; for (sIter in _root.aPlates) { this.oTmp = _root.aPlates[sIter].box.getBounds(_root.game); if ((this._y >= this.oTmp.yMin) && (this._y <= this.oTmp.yMax)) { if ((this._x >= this.oTmp.xMin) && (this._x <= this.oTmp.xMax)) { this._y = this.oTmp.yMin; this.nLeftX = this.oTmp.xMin; this.nRightX = this.oTmp.xMax; this.bGround = true; this.mcGround = _root.aPlates[sIter]; break; } } } } this.doInvi(); if (this._currentframe != 5) { if ((_root.player._x >= (this._x + this.X1)) && (_root.player._x <= (this._x + this.X2))) { if ((_root.player._y >= (this._y + this.Y1)) && (_root.player._y <= ((this._y + this.Y2) - _root.player.Y1))) { _root.player.hit(); } } } }; var hit = function () { if (this.nInvi <= 0) { this.nLife--; this.talk(8); if ((this.nMode == 2) && (this.nDir == 0)) { this.findNearPlat(); } if (this.nLife <= 0) { this.nLife = 0; _root.removeMovie(_root.game.bf2_laser); this.gotoAndStop(5); this.bRun = false; if (_root.game.boss1.nLife <= 0) { _root.player.bRun = false; if (_root.nLevelsDone >= 8) { _root.endGame(14); } else { _root.endGame(14, 8); } } } else { this.nInvi = 60; if ((this._currentframe == 1) || (this._currentframe == 2)) { this.gotoAndStop(4); } } } }; }
Instance of Symbol 1823 MovieClip in Symbol 1828 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1823 MovieClip in Symbol 1828 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1825 MovieClip in Symbol 1828 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1825 MovieClip in Symbol 1828 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1827 MovieClip "stairs" in Symbol 1828 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var fText1 = function () { _root.showMessage("We got this unpleasant opportunity to see your face for a second time.", _root.game.boss2._x - 10, (_root.game.boss2._y - (_root.game.boss2._height / 2)) - 10, _root.game.stairs.fText2); }; var fText2 = function () { _root.showMessage("But it ends here, in this place. You ready?", _root.game.boss1._x - 10, (_root.game.boss1._y - (_root.game.boss1._height / 2)) - 10, _root.game.stairs.fText3); }; var fText3 = function () { _root.showMessage("Im kind of tired and hungry.", _root.player._x - 10, _root.player._y - (_root.player._height / 2), _root.game.stairs.fText4); }; var fText4 = function () { _root.showMessage("I'm not asking you, fool.", _root.game.boss1._x - 10, (_root.game.boss1._y - (_root.game.boss1._height / 2)) - 10, _root.game.stairs.fText5); }; var fText5 = function () { _root.showMessage("Well, I think we can handle this one.", _root.game.boss2._x - 10, (_root.game.boss2._y - (_root.game.boss2._height / 2)) - 10, _root.game.stairs.fText6); }; var fText6 = function () { _root.showMessage("And we have something new to show you. Look!", _root.game.boss1._x - 10, (_root.game.boss1._y - (_root.game.boss1._height / 2)) - 10, _root.game.stairs.fEnd); }; var fEnd = function () { _root.game.boss1.anim.play(); _root.game.boss2.anim.play(); }; var bBoss = false; } onClipEvent (enterFrame) { if (!this.bBoss) { this.bBoss = true; _root.player.bRun = false; this.fText1(); } else if ((!_root.player.bRun) && (_root.game.boss1.anim._currentframe >= _root.game.boss1.anim._totalframes)) { if (_root.game.boss1._currentframe != 5) { _root.player.bRun = true; _root.game.boss1.bRun = true; _root.game.boss2.bRun = true; } } }
Instance of Symbol 786 MovieClip in Symbol 1849 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1849 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1849 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1849 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1849 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1849 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1849 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1849 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1849 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); this.onEnterFrame = function () { if ((_root.player._x > this._x) && (_root.player._x < (this._x + this._width))) { if ((_root.player._y > (this._y - 10)) && (_root.player._y < (this._y + this._height))) { _root.player.nVecY = -40; } } }; }
Instance of Symbol 786 MovieClip in Symbol 1849 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1849 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1849 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1849 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1849 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 12 MovieClip in Symbol 1849 MovieClip Frame 1
onClipEvent (load) { this.onEnterFrame = function () { if ((_root.player._x > this._x) && (_root.player._x < (this._x + this._width))) { if ((_root.player._y > this._y) && (_root.player._y < (this._y + this._height))) { _root.player._y = _root.nFallY; _root.player._x = _root.nFallX; } } }; }
Instance of Symbol 12 MovieClip in Symbol 1849 MovieClip Frame 1
onClipEvent (load) { this.onEnterFrame = function () { if ((_root.player._x > this._x) && (_root.player._x < (this._x + this._width))) { if ((_root.player._y > this._y) && (_root.player._y < (this._y + this._height))) { _root.player._y = _root.nFallY; _root.player._x = _root.nFallX; } } }; }
Instance of Symbol 12 MovieClip in Symbol 1849 MovieClip Frame 1
onClipEvent (load) { this.onEnterFrame = function () { if ((_root.player._x > this._x) && (_root.player._x < (this._x + this._width))) { if ((_root.player._y > this._y) && (_root.player._y < (this._y + this._height))) { _root.player._y = _root.nFallY; _root.player._x = _root.nFallX; } } }; }
Instance of Symbol 12 MovieClip in Symbol 1849 MovieClip Frame 1
onClipEvent (load) { this.onEnterFrame = function () { if ((_root.player._x > this._x) && (_root.player._x < (this._x + this._width))) { if ((_root.player._y > this._y) && (_root.player._y < (this._y + this._height))) { _root.player._y = _root.nFallY; _root.player._x = _root.nFallX; } } }; }
Instance of Symbol 12 MovieClip in Symbol 1849 MovieClip Frame 1
onClipEvent (load) { this.onEnterFrame = function () { if ((_root.player._x > this._x) && (_root.player._x < (this._x + this._width))) { if ((_root.player._y > this._y) && (_root.player._y < (this._y + this._height))) { _root.player._y = _root.nFallY; _root.player._x = _root.nFallX; } } }; }
Instance of Symbol 12 MovieClip in Symbol 1849 MovieClip Frame 1
onClipEvent (load) { this.onEnterFrame = function () { if ((_root.player._x > this._x) && (_root.player._x < (this._x + this._width))) { if ((_root.player._y > this._y) && (_root.player._y < (this._y + this._height))) { _root.player._y = _root.nFallY; _root.player._x = _root.nFallX; } } }; }
Instance of Symbol 12 MovieClip in Symbol 1849 MovieClip Frame 1
onClipEvent (load) { this.onEnterFrame = function () { if ((_root.player._x > this._x) && (_root.player._x < (this._x + this._width))) { if ((_root.player._y > this._y) && (_root.player._y < (this._y + this._height))) { _root.player._y = _root.nFallY; _root.player._x = _root.nFallX; } } }; }
Instance of Symbol 12 MovieClip in Symbol 1849 MovieClip Frame 1
onClipEvent (load) { this.onEnterFrame = function () { if ((_root.player._x > this._x) && (_root.player._x < (this._x + this._width))) { if ((_root.player._y > this._y) && (_root.player._y < (this._y + this._height))) { _root.player._y = _root.nFallY; _root.player._x = _root.nFallX; } } }; }
Instance of Symbol 12 MovieClip in Symbol 1849 MovieClip Frame 1
onClipEvent (load) { this.onEnterFrame = function () { if ((_root.player._x > this._x) && (_root.player._x < (this._x + this._width))) { if ((_root.player._y > this._y) && (_root.player._y < (this._y + this._height))) { _root.player._y = _root.nFallY; _root.player._x = _root.nFallX; } } }; }
Instance of Symbol 12 MovieClip in Symbol 1849 MovieClip Frame 1
onClipEvent (load) { this.onEnterFrame = function () { if ((_root.player._x > this._x) && (_root.player._x < (this._x + this._width))) { if ((_root.player._y > this._y) && (_root.player._y < (this._y + this._height))) { _root.player._y = _root.nFallY; _root.player._x = _root.nFallX; } } }; }
Instance of Symbol 12 MovieClip in Symbol 1849 MovieClip Frame 1
onClipEvent (load) { this.onEnterFrame = function () { if ((_root.player._x > this._x) && (_root.player._x < (this._x + this._width))) { if ((_root.player._y > this._y) && (_root.player._y < (this._y + this._height))) { _root.player._y = _root.nFallY; _root.player._x = _root.nFallX; } } }; }
Instance of Symbol 12 MovieClip in Symbol 1849 MovieClip Frame 1
onClipEvent (load) { this.onEnterFrame = function () { if ((_root.player._x > this._x) && (_root.player._x < (this._x + this._width))) { if ((_root.player._y > this._y) && (_root.player._y < (this._y + this._height))) { _root.player._y = _root.nFallY; _root.player._x = _root.nFallX; } } }; }
Instance of Symbol 12 MovieClip in Symbol 1849 MovieClip Frame 1
onClipEvent (load) { this.onEnterFrame = function () { if ((_root.player._x > this._x) && (_root.player._x < (this._x + this._width))) { if ((_root.player._y > this._y) && (_root.player._y < (this._y + this._height))) { _root.player._y = _root.nFallY; _root.player._x = _root.nFallX; } } }; }
Instance of Symbol 12 MovieClip in Symbol 1849 MovieClip Frame 1
onClipEvent (load) { this.onEnterFrame = function () { if ((_root.player._x > this._x) && (_root.player._x < (this._x + this._width))) { if ((_root.player._y > this._y) && (_root.player._y < (this._y + this._height))) { _root.player._y = _root.nFallY; _root.player._x = _root.nFallX; } } }; }
Instance of Symbol 12 MovieClip in Symbol 1849 MovieClip Frame 1
onClipEvent (load) { this.onEnterFrame = function () { if ((_root.player._x > this._x) && (_root.player._x < (this._x + this._width))) { if ((_root.player._y > this._y) && (_root.player._y < (this._y + this._height))) { _root.player._y = _root.nFallY; _root.player._x = _root.nFallX; } } }; }
Instance of Symbol 12 MovieClip in Symbol 1849 MovieClip Frame 1
onClipEvent (load) { this.onEnterFrame = function () { if ((_root.player._x > this._x) && (_root.player._x < (this._x + this._width))) { if ((_root.player._y > this._y) && (_root.player._y < (this._y + this._height))) { _root.player._y = _root.nFallY; _root.player._x = _root.nFallX; } } }; }
Instance of Symbol 12 MovieClip in Symbol 1849 MovieClip Frame 1
onClipEvent (load) { this.onEnterFrame = function () { if ((_root.player._x > this._x) && (_root.player._x < (this._x + this._width))) { if ((_root.player._y > this._y) && (_root.player._y < (this._y + this._height))) { _root.player._y = _root.nFallY; _root.player._x = _root.nFallX; } } }; }
Instance of Symbol 12 MovieClip in Symbol 1849 MovieClip Frame 1
onClipEvent (load) { this.onEnterFrame = function () { if ((_root.player._x > this._x) && (_root.player._x < (this._x + this._width))) { if ((_root.player._y > this._y) && (_root.player._y < (this._y + this._height))) { _root.player._y = _root.nFallY; _root.player._x = _root.nFallX; } } }; }
Instance of Symbol 12 MovieClip in Symbol 1849 MovieClip Frame 1
onClipEvent (load) { this.onEnterFrame = function () { if ((_root.player._x > this._x) && (_root.player._x < (this._x + this._width))) { if ((_root.player._y > this._y) && (_root.player._y < (this._y + this._height))) { _root.player._y = _root.nFallY; _root.player._x = _root.nFallX; } } }; }
Instance of Symbol 786 MovieClip in Symbol 1849 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1849 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1849 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1849 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1849 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1849 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1849 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1849 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1849 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1849 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1849 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1849 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1849 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1849 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1849 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1849 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1849 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1849 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1849 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1849 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1849 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 12 MovieClip in Symbol 1849 MovieClip Frame 1
onClipEvent (load) { var bEnded = false; this.onEnterFrame = function () { if ((_root.player._x > this._x) && (_root.player._x < (this._x + this._width))) { if ((_root.player._y > (this._y - 10)) && (_root.player._y < (this._y + this._height))) { if (!this.bEnded) { _root.game._x = (-_root.game.lw) + Stage.width; _root.game._y = (-_root.game.lh) + Stage.height; _root.player.bRun = false; this.bEnded = true; _root.endGame(16, 9); } } } }; }
Symbol 1871 MovieClip Frame 1
if (X1 == undefined) { var X1 = -19; var X2 = 19; var Y1 = -37; var Y2 = 0; var nVecX = 0; var nVecY = 0; var nInvi = 0; var bRun = true; var mcChild = null; var mcWall = null; var mcWallNot = null; var oTmp; var sIter; var nAnimFrame; var bTouch = false; var bMove = true; _root.player = _root.game.player; if (_root.nCamState == 2) { _root.game._x = 240 - this._x; } else if (_root.nCamState == 3) { _root.game._y = 230 - this._y; } else if (_root.nCamState == 1) { _root.game._x = 240 - this._x; _root.game._y = 230 - this._y; } _root.BG._x = _root.BG.nOldX + (_root.game._x / 8); this.onEnterFrame = function () { if (this.nInvi > 0) { this._visible = !this._visible; this.nInvi--; if (this.nInvi <= 30) { this.gotoAndStop(this.nAnimFrame); } } this.nVecX = 0; if (this.bTouch) { this.nAnimFrame = 1; if (this.bRun && (this.bMove)) { if (Key.isDown(_root.nKeyR)) { this.nVecX = _root.nSpeed; this._xscale = 100; if (Key.isDown(_root.nKeyS) && (_root.bAllowAttack || (_root.bNearItem))) { this.nAnimFrame = 7; } else { this.nAnimFrame = 2; } } else if (Key.isDown(_root.nKeyL)) { this.nVecX = -_root.nSpeed; this._xscale = -100; if (Key.isDown(_root.nKeyS) && (_root.bAllowAttack || (_root.bNearItem))) { this.nAnimFrame = 7; } else { this.nAnimFrame = 2; } } else if (Key.isDown(_root.nKeyS) && (_root.bAllowAttack || (_root.bNearItem))) { this.nAnimFrame = 5; } _root.bNearItem = false; if (Key.isDown(_root.nKeyU)) { this.nVecY = (-_root.nSpeed) * _root.nJumpAmp; this.nAnimFrame = 3; } } } else { this.nAnimFrame = 4; if (this.bRun && (this.bMove)) { if (Key.isDown(_root.nKeyU)) { if ((this.mcWall != this.mcWallNot) && (this.hitTest(this.mcWall))) { if (Key.isDown(_root.nKeyR) && (this.mcWall._x < this._x)) { this.mcWallNot = this.mcWall; this.nVecY = (-_root.nSpeed) * _root.nJumpAmp; this._xscale = 100; } else if (Key.isDown(_root.nKeyL) && (this.mcWall._x > this._x)) { this.mcWallNot = this.mcWall; this.nVecY = (-_root.nSpeed) * _root.nJumpAmp; this._xscale = -100; } } } if (Key.isDown(_root.nKeyR)) { this.nVecX = _root.nSpeed; this._xscale = 100; } if (Key.isDown(_root.nKeyL)) { this.nVecX = -_root.nSpeed; this._xscale = -100; } if (Key.isDown(_root.nKeyS) && (_root.bAllowAttack || (_root.bNearItem))) { this.nAnimFrame = 6; } _root.bNearItem = false; } } if ((this._currentframe < 5) || (this._currentframe == 7)) { this.gotoAndStop(this.nAnimFrame); } this.bTouch = false; this.nVecY = this.nVecY + _root.nGrav; for (sIter in _root.aPlates) { this.TestHit(_root.aPlates[sIter]); } if (this.nVecX < 0) { if (((this._x + this.X1) + _root.game._x) > 0) { this._x = this._x + this.nVecX; } } else if (((this._x + this.X2) + _root.game._x) < 550) { this._x = this._x + this.nVecX; } this._y = this._y + this.nVecY; if ((this._y - _root.game._y) > _root.nResetDepth) { this._y = _root.nFallY; this._x = _root.nFallX; } if (_root.nCamState == 2) { _root.game._x = 240 - this._x; } else if (_root.nCamState == 3) { _root.game._y = 230 - this._y; } else if (_root.nCamState == 1) { _root.game._x = 240 - this._x; _root.game._y = 230 - this._y; } _root.BG._x = _root.BG.nOldX + (_root.game._x / 8); if (_root.bDebugBox) { _root.game.mcPlayerVec._x = this._x + this.nVecX; _root.game.mcPlayerVec._y = this._y + this.nVecY; } }; var TestHit = function (mc) { if (!mc._visible) { return(undefined); } this.oTmp = mc.box.getBounds(_root.game); if (this.thisTestHit(this._x, (this._y + this.Y1) + this.nVecY)) { if (this.nVecY < 1) { this.nVecY = 1; } } if (this.thisTestHit(this._x + this.nVecX, this._y + (this.Y1 / 2)) || (this.thisTestHit(this._x + this.nVecX, this._y - 10))) { this.mcWall = mc; if (this._x >= this.oTmp.xMax) { this._x = this.oTmp.xMax + 1; } else if (this._x <= this.oTmp.xMin) { this._x = this.oTmp.xMin - 1; } else if (Math.abs(this._x - this.oTmp.xMin) < Math.abs(this._x - this.oTmp.xMax)) { this._x = this.oTmp.xMin - 1; } else { this._x = this.oTmp.xMax + 1; } this.nVecX = 0; } else if (this.thisTestHit(this._x, this._y + this.nVecY)) { this.nVecY = 0; this.mcChild = mc; this.mcWallNot = null; this.mcWall = null; this.bTouch = true; this._y = this.oTmp.yMin; } }; var thisTestHit = function (nPointX, nPointY) { if ((this.oTmp.xMin <= nPointX) && (this.oTmp.xMax >= nPointX)) { if ((this.oTmp.yMin <= nPointY) && ((this.oTmp.yMax + this.nVecY) >= nPointY)) { return(true); } } return(false); }; var hit = function () { if (this.bRun) { if (this.nInvi <= 0) { this.nInvi = 60; if (!_root.bCheat) { _root.nLife--; } if (_root.nLife < 0) { this.nAnimFrame = 10; this.gotoAndStop(this.nAnimFrame); this.onEnterFrame = function () { if (_root.d_msg == null) { _root.bTimerStop = true; _root.attachMovie("Death_Message", "d_msg", _root.getNextHighestDepth()); _root.d_msg._x = Stage.width / 2; _root.d_msg._y = Stage.height / 2; } this.bTouch = false; this.nVecY = this.nVecY + _root.nGrav; if ((this._y - _root.game._y) > _root.nResetDepth) { this._y = _root.nFallY; this._x = _root.nFallX; } for (sIter in _root.aPlates) { var _local3 = _root.aPlates[sIter].box.getBounds(_root.game); if ((((this._y + this.Y2) + this.nVecY) >= _local3.yMin) && ((this._y + this.Y2) <= (_local3.yMax + this.nVecY))) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this.nVecY = 0; this._y = _local3.yMin; } } } if (_root.nCamState == 2) { _root.game._x = 240 - this._x; } else if (_root.nCamState == 3) { _root.game._y = 230 - this._y; } else if (_root.nCamState == 1) { _root.game._x = 240 - this._x; _root.game._y = 230 - this._y; } _root.BG._x = _root.BG.nOldX + (_root.game._x / 8); }; this.mcChild = null; } else if (this.bTouch) { this.nAnimFrame = 8; this.gotoAndStop(this.nAnimFrame); } else { this.nAnimFrame = 9; this.gotoAndStop(this.nAnimFrame); } } } }; } X1 = -10; X2 = 10; Y1 = -40; Y2 = 0;
Instance of Symbol 1853 MovieClip "npc2" in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { function nextState() { _root.endGame(16, 10); } var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var bTalk = false; } onClipEvent (enterFrame) { if ((!this.bTalk) && (this._visible)) { if (this.hitTest(_root.player)) { _root.showMessage("What took ya so long? Anyway, congratulations! ", _root.game.npc2._x, _root.game.npc2._y, _root.game.npc2.nextState); _root.player.bRun = false; this.bTalk = true; } } }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1874 MovieClip "npc1" in Symbol 1875 MovieClip Frame 1
onClipEvent (load) { function nextState() { nState++; } var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var nState = 0; } onClipEvent (enterFrame) { switch (nState) { case 0 : _root.showMessage("Yo! Welcome to the Labyrinth! To complete this level, just find the exit - theres my twin brother waiting there, talk to him and you're done.", _root.game.npc1._x, _root.game.npc1._y, _root.game.npc1.nextState); _root.player.bRun = false; nState++; break; case 2 : _root.showMessage("Dude, just go and find that exit already! You're wasting time here.", _root.game.npc1._x, _root.game.npc1._y, _root.game.npc1.nextState); nState++; break; case 4 : _root.player.bRun = true; nState++; } if ((this.nState > 3) && (this._visible)) { if (this.hitTest(_root.player)) { nState = 2; } } }
Symbol 1905 MovieClip Frame 1
_root.game.watergear.gotoAndPlay(1);
Symbol 1906 MovieClip Frame 11
stop();
Symbol 1945 MovieClip Frame 1
this._visible = false;
Instance of Symbol 2007 MovieClip in Symbol 2008 MovieClip Frame 1
onClipEvent (load) { this.gotoAndPlay(random(this._totalframes)); }
Instance of Symbol 2007 MovieClip in Symbol 2008 MovieClip Frame 1
onClipEvent (load) { this.gotoAndPlay(random(this._totalframes)); }
Instance of Symbol 2007 MovieClip in Symbol 2008 MovieClip Frame 1
onClipEvent (load) { this.gotoAndPlay(random(this._totalframes)); }
Instance of Symbol 2007 MovieClip in Symbol 2008 MovieClip Frame 1
onClipEvent (load) { this.gotoAndPlay(random(this._totalframes)); }
Instance of Symbol 2007 MovieClip in Symbol 2008 MovieClip Frame 1
onClipEvent (load) { this.gotoAndPlay(random(this._totalframes)); }
Symbol 2029 MovieClip Frame 14
this.gotoAndPlay(2);
Symbol 2053 MovieClip Frame 1
var X1 = -11; var X2 = 11; var Y1 = -38; var Y2 = 0;
Symbol 2079 MovieClip Frame 8
this._parent.gotoAndStop(1);
Symbol 2082 MovieClip Frame 6
this._parent.gotoAndStop(1);
Symbol 2089 MovieClip Frame 1
if (X1 == undefined) { var X1 = -19; var X2 = 19; var Y1 = -37; var Y2 = 0; var nVecX = 0; var nVecY = 0; var nInvi = 0; var bRun = true; var mcChild = null; var mcWall = null; var mcWallNot = null; var oTmp; var sIter; var nAnimFrame; var bTouch = false; var bMove = true; _root.player = _root.game.player; if (_root.nCamState == 2) { _root.game._x = 240 - this._x; } else if (_root.nCamState == 3) { _root.game._y = 230 - this._y; } else if (_root.nCamState == 1) { _root.game._x = 240 - this._x; _root.game._y = 230 - this._y; } _root.BG._x = _root.BG.nOldX + (_root.game._x / 8); this.onEnterFrame = function () { if (this.nInvi > 0) { this._visible = !this._visible; this.nInvi--; if (this.nInvi <= 30) { this.gotoAndStop(this.nAnimFrame); } } this.nVecX = 0; if (this.bTouch) { this.nAnimFrame = 1; if (this.bRun && (this.bMove)) { if (Key.isDown(_root.nKeyR)) { this.nVecX = _root.nSpeed; this._xscale = 100; if (Key.isDown(_root.nKeyS) && (_root.bAllowAttack || (_root.bNearItem))) { this.nAnimFrame = 7; } else { this.nAnimFrame = 2; } } else if (Key.isDown(_root.nKeyL)) { this.nVecX = -_root.nSpeed; this._xscale = -100; if (Key.isDown(_root.nKeyS) && (_root.bAllowAttack || (_root.bNearItem))) { this.nAnimFrame = 7; } else { this.nAnimFrame = 2; } } else if (Key.isDown(_root.nKeyS) && (_root.bAllowAttack || (_root.bNearItem))) { this.nAnimFrame = 5; } _root.bNearItem = false; if (Key.isDown(_root.nKeyU)) { this.nVecY = (-_root.nSpeed) * _root.nJumpAmp; this.nAnimFrame = 3; } } } else { this.nAnimFrame = 4; if (this.bRun && (this.bMove)) { if (Key.isDown(_root.nKeyU)) { if ((this.mcWall != this.mcWallNot) && (this.hitTest(this.mcWall))) { if (Key.isDown(_root.nKeyR) && (this.mcWall._x < this._x)) { this.mcWallNot = this.mcWall; this.nVecY = (-_root.nSpeed) * _root.nJumpAmp; this._xscale = 100; } else if (Key.isDown(_root.nKeyL) && (this.mcWall._x > this._x)) { this.mcWallNot = this.mcWall; this.nVecY = (-_root.nSpeed) * _root.nJumpAmp; this._xscale = -100; } } } if (Key.isDown(_root.nKeyR)) { this.nVecX = _root.nSpeed; this._xscale = 100; } if (Key.isDown(_root.nKeyL)) { this.nVecX = -_root.nSpeed; this._xscale = -100; } if (Key.isDown(_root.nKeyS) && (_root.bAllowAttack || (_root.bNearItem))) { this.nAnimFrame = 6; } _root.bNearItem = false; } } if ((this._currentframe < 5) || (this._currentframe == 7)) { this.gotoAndStop(this.nAnimFrame); } this.bTouch = false; this.nVecY = this.nVecY + _root.nGrav; for (sIter in _root.aPlates) { this.TestHit(_root.aPlates[sIter]); } if (this.nVecX < 0) { if (((this._x + this.X1) + _root.game._x) > 0) { this._x = this._x + this.nVecX; } } else if (((this._x + this.X2) + _root.game._x) < 550) { this._x = this._x + this.nVecX; } this._y = this._y + this.nVecY; if ((this._y - _root.game._y) > _root.nResetDepth) { this._y = _root.nFallY; this._x = _root.nFallX; } if (_root.nCamState == 2) { _root.game._x = 240 - this._x; } else if (_root.nCamState == 3) { _root.game._y = 230 - this._y; } else if (_root.nCamState == 1) { _root.game._x = 240 - this._x; _root.game._y = 230 - this._y; } _root.BG._x = _root.BG.nOldX + (_root.game._x / 8); if (_root.bDebugBox) { _root.game.mcPlayerVec._x = this._x + this.nVecX; _root.game.mcPlayerVec._y = this._y + this.nVecY; } }; var TestHit = function (mc) { if (!mc._visible) { return(undefined); } this.oTmp = mc.box.getBounds(_root.game); if (this.thisTestHit(this._x, (this._y + this.Y1) + this.nVecY)) { if (this.nVecY < 1) { this.nVecY = 1; } } if (this.thisTestHit(this._x + this.nVecX, this._y + (this.Y1 / 2)) || (this.thisTestHit(this._x + this.nVecX, this._y - 10))) { this.mcWall = mc; if (this._x >= this.oTmp.xMax) { this._x = this.oTmp.xMax + 1; } else if (this._x <= this.oTmp.xMin) { this._x = this.oTmp.xMin - 1; } else if (Math.abs(this._x - this.oTmp.xMin) < Math.abs(this._x - this.oTmp.xMax)) { this._x = this.oTmp.xMin - 1; } else { this._x = this.oTmp.xMax + 1; } this.nVecX = 0; } else if (this.thisTestHit(this._x, this._y + this.nVecY)) { this.nVecY = 0; this.mcChild = mc; this.mcWallNot = null; this.mcWall = null; this.bTouch = true; this._y = this.oTmp.yMin; } }; var thisTestHit = function (nPointX, nPointY) { if ((this.oTmp.xMin <= nPointX) && (this.oTmp.xMax >= nPointX)) { if ((this.oTmp.yMin <= nPointY) && ((this.oTmp.yMax + this.nVecY) >= nPointY)) { return(true); } } return(false); }; var hit = function () { if (this.bRun) { if (this.nInvi <= 0) { this.nInvi = 60; if (!_root.bCheat) { _root.nLife--; } if (_root.nLife < 0) { this.nAnimFrame = 10; this.gotoAndStop(this.nAnimFrame); this.onEnterFrame = function () { if (_root.d_msg == null) { _root.bTimerStop = true; _root.attachMovie("Death_Message", "d_msg", _root.getNextHighestDepth()); _root.d_msg._x = Stage.width / 2; _root.d_msg._y = Stage.height / 2; } this.bTouch = false; this.nVecY = this.nVecY + _root.nGrav; if ((this._y - _root.game._y) > _root.nResetDepth) { this._y = _root.nFallY; this._x = _root.nFallX; } for (sIter in _root.aPlates) { var _local3 = _root.aPlates[sIter].box.getBounds(_root.game); if ((((this._y + this.Y2) + this.nVecY) >= _local3.yMin) && ((this._y + this.Y2) <= (_local3.yMax + this.nVecY))) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this.nVecY = 0; this._y = _local3.yMin; } } } if (_root.nCamState == 2) { _root.game._x = 240 - this._x; } else if (_root.nCamState == 3) { _root.game._y = 230 - this._y; } else if (_root.nCamState == 1) { _root.game._x = 240 - this._x; _root.game._y = 230 - this._y; } _root.BG._x = _root.BG.nOldX + (_root.game._x / 8); }; this.mcChild = null; } else if (this.bTouch) { this.nAnimFrame = 8; this.gotoAndStop(this.nAnimFrame); } else { this.nAnimFrame = 9; this.gotoAndStop(this.nAnimFrame); } } } }; } var X1 = -12; var X2 = 12; var Y1 = -40; var Y2 = 0;
Symbol 2116 MovieClip Frame 1
var X1 = -8; var X2 = 9; var Y1 = -14; var Y2 = 0;
Instance of Symbol 1878 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1880 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var scx = this._x; var sw = this._width; var bs = false; var snd = new Sound(this); snd.attachSound("jungleday"); snd.onSoundComplete = function () { this.start(); }; } onClipEvent (enterFrame) { if (_root.player._x <= (scx - sw)) { if (bs) { snd.stop(); bs = false; } } else { if (!bs) { snd.start(); bs = true; } if (_root.player._x > this._x) { snd.setVolume(100); } else { snd.setVolume((1 - (Math.abs(_root.player._x - scx) / sw)) * 100); } } }
Instance of Symbol 1882 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1884 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1886 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1888 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1890 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); var scx = this._x; var sw = ((this._width / 2) + 200); var bs = false; var snd = new Sound(this); snd.attachSound("jungleday"); snd.onSoundComplete = function () { this.start(); }; } onClipEvent (enterFrame) { if (_root.player._x >= (scx + sw)) { if (bs) { snd.stop(); bs = false; } } else { if (!bs) { snd.start(); bs = true; } if (_root.player._x < this._x) { snd.setVolume(100); } else { snd.setVolume((1 - (Math.abs(_root.player._x - scx) / sw)) * 100); } } }
Instance of Symbol 1892 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1894 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1906 MovieClip "waterfall" in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; this.gotoAndStop(1); }
Instance of Symbol 1908 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1910 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1912 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1915 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1918 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1920 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1922 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1924 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1926 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1928 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1930 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1932 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1934 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1936 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1936 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1938 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1943 MovieClip "watergear" in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { this._visible = false; this.gotoAndStop(1); }
Instance of Symbol 1945 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { var snd = new Sound(this); var snds = new Array(); snds[0] = "eagle"; snds[1] = "hawk"; snds[2] = "meadownlark"; snds[3] = "oriole"; snds[4] = "skylark"; snds[5] = "woodlark"; snds[6] = "waterdrop1"; snds[7] = "waterdrop2"; snd.attachSound("birds"); var of = random(150); var rx = 2750; var lx = this._x; var uy = -205; } onClipEvent (enterFrame) { if (((_root.player._x > rx) || (_root.player._x < lx)) || (_root.player._y < uy)) { of--; if (of <= 0) { snd.attachSound(snds[random(6)]); snd.setVolume(40 + random(40)); snd.setPan(random(201) - 100); snd.start(); of = random(150) + 60; } } else { of--; if (of <= 0) { snd.attachSound(snds[6 + random(2)]); snd.setVolume(40 + random(40)); snd.setPan(random(201) - 100); snd.start(); of = random(150) + 60; } } }
Instance of Symbol 1948 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1950 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1953 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 1955 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1957 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1959 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1961 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1963 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1965 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1967 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1969 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1977 MovieClip "bridge" in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1979 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1981 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1983 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1985 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1987 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1989 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1991 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1993 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1995 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1997 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1999 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 2001 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 2003 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 2003 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 2008 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { var lx1 = (this._x + 20); var lx2 = ((this._x + this._width) - 20); var ly2 = (this._y + 10); var ly1 = (this._y - 400); var bChanged = true; } onClipEvent (enterFrame) { if ((((_root.player._x > this.lx1) && (_root.player._x < this.lx2)) && (_root.player._y > this.ly1)) && (_root.player._y < this.ly2)) { if (this.bChanged) { this.bChanged = false; _root.nGrav = 0; } } else if (!this.bChanged) { this.bChanged = true; _root.nGrav = 1; } }
Instance of Symbol 2010 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 2020 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 2008 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { var lx1 = (this._x + 20); var lx2 = ((this._x + this._width) - 20); var ly2 = (this._y + 10); var ly1 = (this._y - 400); var bChanged = true; } onClipEvent (enterFrame) { if ((((_root.player._x > this.lx1) && (_root.player._x < this.lx2)) && (_root.player._y > this.ly1)) && (_root.player._y < this.ly2)) { if (this.bChanged) { this.bChanged = false; _root.nGrav = 0; } } else if (!this.bChanged) { this.bChanged = true; _root.nGrav = 1; } }
Instance of Symbol 2022 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 2029 MovieClip "tief" in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { function nextState() { nState++; } this.gotoAndStop(1); var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var nState = 0; var bDoneWater = false; var bDoneWrench = false; var bDoneMerle = false; var bDoneChief = false; } onClipEvent (enterFrame) { switch (nState) { case 1 : _root.showMessage("Now that you are part of the TKFB, you ought to do something for it, right?", _root.game.tief._x, _root.game.tief._y, _root.game.tief.nextState); nState++; break; case 3 : _root.showMessage("Right! Now, something is blocking the flow of water to the generator - go fix it!", _root.game.tief._x, _root.game.tief._y, _root.game.tief.nextState); nState++; break; case 5 : nState = 0; break; case 6 : _root.showMessage("The water is flowing again but while you were gone some naazi.com bots attacked the server.", _root.game.tief._x, _root.game.tief._y, _root.game.tief.nextState); nState++; break; case 8 : _root.showMessage("Furthermore, thay stole my favorite (and only) wrench and without I can't repair the computer - retrive it!", _root.game.tief._x, _root.game.tief._y, _root.game.tief.nextState); nState++; break; case 10 : nState = 0; break; case 11 : if (this._currentframe == 1) { this.gotoAndPlay(2); } _root.showMessage("Thx for the wrench, I will also need a chewing gum to connect some loose wires - Merle should have it", _root.game.tief._x, _root.game.tief._y, _root.game.tief.nextState); nState++; break; case 13 : nState = 0; break; case 14 : _root.showMessage("Well done! Now I want you to go and talk with the chief of the nearby village for no apprent reason.", _root.game.tief._x, _root.game.tief._y, _root.game.tief.nextState); nState++; break; case 16 : nState = 0; break; case 17 : _root.showMessage("Thats all, you can now go to your room and \"rest\"", _root.game.tief._x, _root.game.tief._y, _root.game.tief.nextState); nState++; break; case 19 : nState = 0; } if (this._visible && (this.nState == 0)) { if (this.hitTest(_root.player)) { nState = 1; if (bDoneWater) { nState = 6; if (bDoneWrench) { nState = 11; if (bDoneMerle) { nState = 14; if (bDoneChief) { nState = 17; } } } } } } }
Instance of Symbol 2032 MovieClip "npc" in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { function nextState() { nState++; } var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var nState = 0; } onClipEvent (enterFrame) { switch (nState) { case 1 : _root.showMessage("You still got things to do, no?", _root.game.npc._x, _root.game.npc._y, _root.game.npc.nextState); nState++; break; case 3 : nState = 0; break; case 4 : _root.showMessage("ON YOU KNEES BITCH!", _root.game.npc._x, _root.game.npc._y, _root.game.npc.nextState); nState++; break; case 6 : _root.endLevel(16, 11); _root.player.bRun = false; nState++; } if (this._visible && (this.nState == 0)) { if (this.hitTest(_root.player)) { nState = 1; if (_root.game.tief.bDoneChief) { nState = 4; } } } }
Instance of Symbol 2037 MovieClip "merle" in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { function nextState() { nState++; } this.gotoAndStop(1); var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var nState = 0; var bCloth = false; } onClipEvent (enterFrame) { switch (nState) { case 1 : _root.showMessage("WHERE ARE YOU LOOKIN YOU PERV?!", _root.game.merle._x, _root.game.merle._y, _root.game.merle.nextState); nState++; break; case 3 : nState = 0; break; case 4 : _root.showMessage("WHERE ARE YOU LOOKIN YOU PERV?!", _root.game.merle._x, _root.game.merle._y, _root.game.merle.nextState); nState++; break; case 6 : _root.showMessage("Tief asked me to get some chewing gum, do you have any?", _root.game.player._x, _root.game.player._y - 25, _root.game.merle.nextState); nState++; break; case 8 : _root.showMessage("WTF?! ... heh, look, some slime took all my cloths, get them back and I'll give you the damn gum", _root.game.merle._x, _root.game.merle._y - 25, _root.game.merle.nextState); nState++; break; case 10 : nState = 0; break; case 11 : _root.showMessage("Whoa, my cloths! ... Thanks, here's your chewing gum.", _root.game.merle._x, _root.game.merle._y, _root.game.merle.nextState); this.gotoAndStop(2); nState++; _root.game.tief.bDoneMerle = true; break; case 13 : nState = 0; break; case 14 : _root.showMessage("So much better in cloths... or is it ? >=3", _root.game.merle._x, _root.game.merle._y, _root.game.merle.nextState); nState++; break; case 16 : nState = 0; } if (this._visible && (this.nState == 0)) { if (this.hitTest(_root.player)) { nState = 1; if (_root.game.tief.bDoneWrench) { if (bCloth) { if (this._currentframe == 1) { nState = 11; } else { nState = 14; } } else { nState = 4; } } } } }
Instance of Symbol 2042 MovieClip "pau" in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { function nextState() { nState++; } this.gotoAndStop(1); var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var nState = 0; } onClipEvent (enterFrame) { switch (nState) { case 1 : _root.showMessage("You better look out as rocks are falling from the waterfall", _root.game.pau._x - 50, _root.game.pau._y, _root.game.pau.nextState); this.gotoAndStop(2); nState++; break; case 3 : nState = 0; this.gotoAndStop(1); } if (this._visible && (this.nState == 0)) { if (this.hitTest(_root.player)) { nState = 1; } } }
Instance of Symbol 2044 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 2053 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { var nLeftX = (this._x - 200); var nRightX = (this._x + 200); var bIgnor = true; if (this.nSpeed == undefined) { var nSpeed = 0; } if (this.nLife == undefined) { var nLife = 2; } var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi > 2) { this._visible = !this._visible; } else { this._visible = true; } } if (this.bFlying) { if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } else if (this.testHit2(_root.player)) { _root.player.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) && (_root.player.bRun)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } if (this.nInvi < 30) { this._x = this._x + this.nDir; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (((this.nInvi <= 0) && (_root.player._currentframe >= 5)) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && ((mc._y + mc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 60; this.nLife--; if (this.nLife <= 0) { delete this.onEnterFrame; _root.removeMovie(this); } }; }
Instance of Symbol 2053 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { var bIgnor = true; if (this.nSpeed == undefined) { var nSpeed = 0; } if (this.nLife == undefined) { var nLife = 2; } var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi > 2) { this._visible = !this._visible; } else { this._visible = true; } } if (this.bFlying) { if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } else if (this.testHit2(_root.player)) { _root.player.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) && (_root.player.bRun)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } if (this.nInvi < 30) { this._x = this._x + this.nDir; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (((this.nInvi <= 0) && (_root.player._currentframe >= 5)) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && ((mc._y + mc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 60; this.nLife--; if (this.nLife <= 0) { delete this.onEnterFrame; _root.removeMovie(this); } }; }
Instance of Symbol 2053 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { var nLeftX = (this._x - 100); var nRightX = (this._x + 100); var bIgnor = true; var nSpeed = 0; var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi < 2) { if (_root.game.tief.bDoneWater) { this.removeMovieClip(); this.unloadMovie(); removeMovieClip(this); delete this.onEnterFrame; _root.game.wrench._x = this._x + ((this._x < _root.player._x) ? -20 : 20); _root.game.wrench._y = this._y; } } else if (this.nInvi < 6) { this._visible = !this._visible; } } if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if ((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && (mc._y <= ((this._y + this.Y2) - _root.player.Y1))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 10; if (_root.game.tief.bDoneWater) { this.stop(); } }; }
Instance of Symbol 2053 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { if (this.nSpeed == undefined) { var nSpeed = 0; } if (this.nLife == undefined) { var nLife = 2; } var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi > 2) { this._visible = !this._visible; } else { this._visible = true; } } if (this.bFlying) { if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } else if (this.testHit2(_root.player)) { _root.player.hit(); } } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if (((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) && (_root.player.bRun)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } if (this.nInvi < 30) { this._x = this._x + this.nDir; } if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if (((this.nInvi <= 0) && (_root.player._currentframe >= 5)) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && ((mc._y + mc.Y1) <= (this._y + this.Y2))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 60; this.nLife--; if (this.nLife <= 0) { delete this.onEnterFrame; _root.removeMovie(this); } }; }
Instance of Symbol 2056 MovieClip "wrench" in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this._visible = true; } else { this._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this._visible = true; } else { this._visible = false; } if (this._visible) { if (this.hitTest(_root.player)) { _root.game.tief.bDoneWrench = true; _root.removeMovie(this); } } }; }
Instance of Symbol 2092 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 2094 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 2096 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 2101 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 786 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 1948 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 2103 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 2105 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; }
Instance of Symbol 2111 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(1); _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); this.bound.xMin = this.bound.xMin - 50; this.bound.xMax = this.bound.xMax + 50; this.onEnterFrame = function () { if ((_root.player._x >= this.bound.xMin) && (_root.player._x <= this.bound.xMax)) { if ((_root.player._y >= this.bound.yMin) && (_root.player._y <= this.bound.yMax)) { if ((_root.player.nAnimFrame > 4) && (_root.player.nAnimFrame < 8)) { this.play(); _root.game.bridge.gotoAndStop(1); _root.game.waterfall.play(); _root.game.watergear._visible = true; this.onEnterFrame = function () { if (this._currentframe >= this._totalframes) { delete this.onEnterFrame; this._visible = false; this.box._xscale = 0; this.box._yscale = 0; this._xscale = 0; this._yscale = 0; _root.game.tief.bDoneWater = true; _root.removeMovie(this); } }; } } } }; }
Instance of Symbol 786 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { _root.aPlates[_root.aPlates.length] = this; var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var xCen = ((this.bound.xMin + this.bound.xMax) / 2); var yCen = ((this.bound.yMin + this.bound.yMax) / 2); }
Instance of Symbol 2116 MovieClip in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { var nLeftX = (this._x - 100); var nRightX = (this._x + 100); var bIgnor = true; var nSpeed = 0; var bRun = true; var nVecY = 0; var nDir = (_root.nEnemySpeed + this.nSpeed); var nInvi = 0; var nAnimFrame; var sIter; var mcParent = null; if (this.bFlying == undefined) { var bFlying = false; } if (this.bIgnor == undefined) { var bIgnor = false; } if ((this.nLeftX == undefined) && (this.nRightX == undefined)) { var nLeftX = null; var nRightX = null; } this.onEnterFrame = function () { if (this.nInvi > 0) { this.nInvi--; if (this.nInvi < 2) { if (_root.game.tief.bDoneWrench) { this.removeMovieClip(); this.unloadMovie(); removeMovieClip(this); delete this.onEnterFrame; _root.game.cloth._x = this._x + ((this._x < _root.player._x) ? -20 : 20); _root.game.cloth._y = this._y; } } else if (this.nInvi < 6) { this._visible = !this._visible; } } else if (this.mcParent == null) { this.nVecY = this.nVecY + 0.5; this._y = this._y + this.nVecY; do { if ((in _root.aPlates) == null) { break; } sIter = in _root.aPlates; } while (!this.TestHit(_root.aPlates[sIter])); do { } while ("onEnterFrame" != null); } else if (this.bRun) { if ((_root.player.mcChild == this.mcParent) && (!this.bIgnor)) { this.nDir = (_root.player._x - this._x) / Math.abs(_root.player._x - this._x); this._xscale = this.nDir * 100; this.nDir = this.nDir * (_root.nEnemySpeed + this.nSpeed); } if (this._x >= this.nRightX) { this.nDir = -(_root.nEnemySpeed + this.nSpeed); this._xscale = -100; } else if (this._x <= this.nLeftX) { this.nDir = _root.nEnemySpeed + this.nSpeed; this._xscale = 100; } this._x = this._x + this.nDir; if (this.hitTest(_root.player)) { if (this.testHit2(_root.player)) { _root.player.hit(); } if ((_root.player._currentframe >= 5) && (_root.player._currentframe <= 7)) { this.hit(); } } } }; var TestHit = function (mc) { var _local3 = mc.box.getBounds(_root.game); if ((this._y >= _local3.yMin) && (this._y <= _local3.yMax)) { if ((this._x >= _local3.xMin) && (this._x <= _local3.xMax)) { this._y = _local3.yMin; this.mcParent = mc; if ((this.nLeftX == null) && (this.nRightX == null)) { this.nLeftX = _local3.xMin; this.nRightX = _local3.xMax; } return(true); } } return(false); }; var testHit2 = function (mc) { if ((mc._x >= (this._x + this.X1)) && (mc._x <= (this._x + this.X2))) { if ((mc._y >= (this._y + this.Y1)) && (mc._y <= ((this._y + this.Y2) - _root.player.Y1))) { return(true); } } return(false); }; var hit = function () { _root.game.attachMovie("blood", "blood", _root.game.getNextHighestDepth()); _root.game.blood._x = this._x + (20 * (_root.player._xscale / 100)); _root.game.blood._y = this._y - 10; _root.game.blood._xscale = -_root.player._xscale; this.nInvi = 10; if (_root.game.tief.bDoneWrench) { this.stop(); } }; }
Instance of Symbol 2119 MovieClip "cloth" in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this._visible = true; } else { this._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this._visible = true; } else { this._visible = false; } if (this._visible) { if (this.hitTest(_root.player)) { _root.game.merle.bCloth = true; _root.removeMovie(this); } } }; }
Instance of Symbol 505 MovieClip "chief" in Symbol 2120 MovieClip Frame 1
onClipEvent (load) { function nextState() { nState++; } this.gotoAndStop(1); var par = _root.getParent(this); var bound = par.getBounds(_root.game); if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } this.onEnterFrame = function () { if ((((this.bound.xMax >= (-_root.game._x)) && (this.bound.xMin <= ((-_root.game._x) + 550))) && (this.bound.yMax >= (-_root.game._y))) && (this.bound.yMin <= ((-_root.game._y) + 400))) { this.par._visible = true; } else { this.par._visible = false; } }; var nState = 0; } onClipEvent (enterFrame) { switch (nState) { case 1 : _root.showMessage("What do you want bitch?!", _root.game.chief._x, _root.game.chief._y - 40, _root.game.chief.nextState); nState++; break; case 3 : _root.showMessage("Just passing by, fag", _root.game.player._x, _root.game.player._y - 25, _root.game.chief.nextState); nState++; break; case 5 : _root.showMessage("Then get you fatass out of here!", _root.game.chief._x, _root.game.chief._y - 40, _root.game.chief.nextState); nState++; break; case 7 : _root.showMessage("I'll think about it you shit head", _root.game.player._x, _root.game.player._y - 25, _root.game.chief.nextState); nState++; break; case 9 : _root.game.tief.bDoneChief = true; nState = 0; break; case 10 : _root.showMessage("Hi there.", _root.game.chief._x, _root.game.chief._y - 25, _root.game.chief.nextState); nState++; break; case 12 : nState = 0; } if (this._visible && (this.nState == 0)) { if (this.hitTest(_root.player)) { if ((!_root.game.tief.bDoneChief) && (_root.game.tief.bDoneMerle)) { nState = 1; } else { nState = 10; } } } }
Symbol 2124 Button
on (press) { if ((!_root.bCheated) && (_root.nTotalTime > 0)) { _root.nextFrame(); } else { _root.gotoAndStop(_root.nGameMenuFrame); } }
Symbol 2128 Button
on (press) { if ((_root.submit.tfName.text != "") && (_root.submit.tfName.text != undefined)) { _root.sUserName = _root.submit.tfName.text; _root.submitTotalTime(_root.nTotalTime); } }
Symbol 2129 Button
on (press) { _root.gotoAndStop(_root.nGameMenuFrame); }
Symbol 2130 Button
on (press) { _root.gotoAndStop(_root.nGameMenuFrame); }
Symbol 2131 Button
on (press) { _root.gotoAndStop(_root.nGameMenuFrame); }
Symbol 2132 Button
on (press) { _root.submitTotalTime(_root.nTotalTime); }

Library Items

Symbol 1 Font [EFont]Used by:19 21 62 63 69 70 73 79 80 281 283 285 286 288 289 290 291 292 295 297 298 302 303 305 307 309 311 312 576 592 595 596 597 1829 1830 1831 2121 2125 2127 2134
Symbol 2 GraphicUsed by:7
Symbol 3 GraphicUsed by:7
Symbol 4 GraphicUsed by:7
Symbol 5 GraphicUsed by:7
Symbol 6 GraphicUsed by:7
Symbol 7 MovieClip [blood]Uses:2 3 4 5 6
Symbol 8 GraphicUsed by:9
Symbol 9 MovieClip [Death_Message]Uses:8
Symbol 10 GraphicUsed by:195 325  Timeline
Symbol 11 GraphicUsed by:12
Symbol 12 MovieClipUses:11Used by:22 45 342 372 374 376 378 380 382 392 398 553 569 611 613 615 617 622 630 634 638 647 650 673 675 677 679 681 683 696 698 700 705 707 786 789 805 808 810 815 817 820 999 1003 1017 1022 1024 1026 1027 1052 1054 1056 1058 1060 1062 1064 1275 1353 1375 1377 1379 1385 1387 1389 1391 1393 1395 1397 1401 1403 1405 1407 1409 1413 1415 1417 1419 1421 1423 1569 1571 1575 1577 1579 1581 1583 1585 1589 1669 1677 1849 1890 1938 1950 1955 1957 1959 1961 1963 1965 1967 1969 1977 1979 1981 1983 1985 1987 1989 1991 1993 1995 1997 1999 2001 2003 2010 2020 2022 2094 2096 2101 2111
Symbol 13 GraphicUsed by:22
Symbol 14 GraphicUsed by:18
Symbol 15 GraphicUsed by:18
Symbol 16 ShapeTweeningUsed by:18
Symbol 17 GraphicUsed by:18
Symbol 18 MovieClipUses:14 15 16 17Used by:22
Symbol 19 EditableTextUses:1Used by:22
Symbol 20 GraphicUsed by:22
Symbol 21 TextUses:1Used by:22
Symbol 22 MovieClipUses:12 13 18 19 20 21Used by:Timeline
Symbol 23 GraphicUsed by:45
Symbol 24 GraphicUsed by:25
Symbol 25 MovieClipUses:24Used by:45
Symbol 26 GraphicUsed by:45
Symbol 27 GraphicUsed by:33
Symbol 28 GraphicUsed by:33
Symbol 29 GraphicUsed by:33
Symbol 30 GraphicUsed by:33
Symbol 31 GraphicUsed by:33
Symbol 32 GraphicUsed by:33
Symbol 33 MovieClipUses:27 28 29 30 31 32Used by:45
Symbol 34 GraphicUsed by:45
Symbol 35 GraphicUsed by:36
Symbol 36 MovieClipUses:35Used by:45
Symbol 37 GraphicUsed by:38
Symbol 38 MovieClipUses:37Used by:45
Symbol 39 GraphicUsed by:45
Symbol 40 GraphicUsed by:41
Symbol 41 MovieClipUses:40Used by:45
Symbol 42 GraphicUsed by:43
Symbol 43 MovieClipUses:42Used by:45
Symbol 44 GraphicUsed by:45
Symbol 45 MovieClipUses:23 25 26 33 34 36 38 39 41 43 12 44Used by:Timeline
Symbol 46 BitmapUsed by:47
Symbol 47 GraphicUses:46Used by:54
Symbol 48 BitmapUsed by:49
Symbol 49 GraphicUses:48Used by:54
Symbol 50 BitmapUsed by:51
Symbol 51 GraphicUses:50Used by:54
Symbol 52 BitmapUsed by:53
Symbol 53 GraphicUses:52Used by:54
Symbol 54 MovieClipUses:47 49 51 53Used by:469  Timeline
Symbol 55 BitmapUsed by:56 516
Symbol 56 GraphicUses:55Used by:57
Symbol 57 MovieClip [boss1Disk]Uses:56Used by:191
Symbol 58 GraphicUsed by:86 179
Symbol 59 GraphicUsed by:86
Symbol 60 GraphicUsed by:86
Symbol 61 GraphicUsed by:77 2133
Symbol 62 TextUses:1Used by:77 2133
Symbol 63 EditableTextUses:1Used by:77
Symbol 64 GraphicUsed by:65 2128
Symbol 65 ButtonUses:64Used by:77
Symbol 66 GraphicUsed by:67 2129
Symbol 67 ButtonUses:66Used by:77
Symbol 68 GraphicUsed by:77 2133
Symbol 69 TextUses:1Used by:77 2133
Symbol 70 TextUses:1Used by:77 2133
Symbol 71 GraphicUsed by:72 74 2130 2131
Symbol 72 ButtonUses:71Used by:77
Symbol 73 TextUses:1Used by:77 2133
Symbol 74 ButtonUses:71Used by:77
Symbol 75 GraphicUsed by:76 2132
Symbol 76 ButtonUses:75Used by:77
Symbol 77 MovieClipUses:61 62 63 65 67 68 69 70 72 73 74 76Used by:86
Symbol 78 GraphicUsed by:86
Symbol 79 TextUses:1Used by:86
Symbol 80 EditableTextUses:1Used by:81
Symbol 81 MovieClipUses:80Used by:86
Symbol 82 FontUsed by:83 84 85
Symbol 83 EditableTextUses:82Used by:86
Symbol 84 EditableTextUses:82Used by:86
Symbol 85 EditableTextUses:82Used by:86
Symbol 86 MovieClip [Stats]Uses:58 59 60 77 78 79 81 83 84 85Used by:191
Symbol 87 BitmapUsed by:88
Symbol 88 GraphicUses:87Used by:89
Symbol 89 MovieClip [bulBossL2]Uses:88Used by:191
Symbol 90 BitmapUsed by:91
Symbol 91 GraphicUses:90Used by:92
Symbol 92 MovieClip [b3-a2-ball]Uses:91Used by:191
Symbol 93 BitmapUsed by:94
Symbol 94 GraphicUses:93Used by:95
Symbol 95 MovieClip [b3-a3-ball]Uses:94Used by:191
Symbol 96 GraphicUsed by:97
Symbol 97 MovieClip [b4_cola]Uses:96Used by:191
Symbol 98 BitmapUsed by:99
Symbol 99 GraphicUses:98Used by:104
Symbol 100 BitmapUsed by:101
Symbol 101 GraphicUses:100Used by:104
Symbol 102 BitmapUsed by:103
Symbol 103 GraphicUses:102Used by:104
Symbol 104 MovieClip [b4_fire]Uses:99 101 103Used by:191
Symbol 105 BitmapUsed by:106
Symbol 106 GraphicUses:105Used by:107
Symbol 107 MovieClip [b4_kosc1]Uses:106Used by:191
Symbol 108 BitmapUsed by:109
Symbol 109 GraphicUses:108Used by:110
Symbol 110 MovieClip [b4_kosc2]Uses:109Used by:191
Symbol 111 BitmapUsed by:112
Symbol 112 GraphicUses:111Used by:113
Symbol 113 MovieClip [b4_kosc3]Uses:112Used by:191
Symbol 114 BitmapUsed by:115
Symbol 115 GraphicUses:114Used by:116
Symbol 116 MovieClip [b4_fireball]Uses:115Used by:191
Symbol 117 BitmapUsed by:118
Symbol 118 GraphicUses:117Used by:119
Symbol 119 MovieClip [b4_plaszcz]Uses:118Used by:191
Symbol 120 BitmapUsed by:121
Symbol 121 GraphicUses:120Used by:122
Symbol 122 MovieClip [b5_fire1]Uses:121Used by:191
Symbol 123 BitmapUsed by:124
Symbol 124 GraphicUses:123Used by:125
Symbol 125 MovieClip [b5_fire2]Uses:124Used by:191
Symbol 126 BitmapUsed by:127
Symbol 127 GraphicUses:126Used by:128
Symbol 128 MovieClip [b5_bul1]Uses:127Used by:191
Symbol 129 BitmapUsed by:130
Symbol 130 GraphicUses:129Used by:131
Symbol 131 MovieClip [b5_bul2]Uses:130Used by:191
Symbol 132 BitmapUsed by:133
Symbol 133 GraphicUses:132Used by:134
Symbol 134 MovieClip [b6_sopel]Uses:133Used by:191
Symbol 135 BitmapUsed by:136
Symbol 136 GraphicUses:135Used by:137
Symbol 137 MovieClip [b6_fire]Uses:136Used by:191
Symbol 138 GraphicUsed by:167
Symbol 139 GraphicUsed by:167
Symbol 140 SoundUsed by:167
Symbol 141 GraphicUsed by:167
Symbol 142 GraphicUsed by:167
Symbol 143 GraphicUsed by:167
Symbol 144 GraphicUsed by:167
Symbol 145 GraphicUsed by:167
Symbol 146 GraphicUsed by:167
Symbol 147 GraphicUsed by:167
Symbol 148 GraphicUsed by:167
Symbol 149 GraphicUsed by:167
Symbol 150 GraphicUsed by:167
Symbol 151 GraphicUsed by:167
Symbol 152 GraphicUsed by:167
Symbol 153 GraphicUsed by:167
Symbol 154 GraphicUsed by:167
Symbol 155 GraphicUsed by:167
Symbol 156 GraphicUsed by:167
Symbol 157 GraphicUsed by:167
Symbol 158 GraphicUsed by:167
Symbol 159 GraphicUsed by:167
Symbol 160 GraphicUsed by:167
Symbol 161 GraphicUsed by:167
Symbol 162 GraphicUsed by:167
Symbol 163 GraphicUsed by:167
Symbol 164 GraphicUsed by:167
Symbol 165 GraphicUsed by:167
Symbol 166 GraphicUsed by:167
Symbol 167 MovieClip [b7_bomb]Uses:138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166Used by:191
Symbol 168 GraphicUsed by:178
Symbol 169 GraphicUsed by:178
Symbol 170 GraphicUsed by:178
Symbol 171 GraphicUsed by:178
Symbol 172 GraphicUsed by:178
Symbol 173 GraphicUsed by:178
Symbol 174 GraphicUsed by:178
Symbol 175 GraphicUsed by:178
Symbol 176 GraphicUsed by:178
Symbol 177 GraphicUsed by:178
Symbol 178 MovieClip [b7_tencza]Uses:168 169 170 171 172 173 174 175 176 177Used by:191
Symbol 179 MovieClip [LapRecord]Uses:58Used by:191
Symbol 180 GraphicUsed by:182
Symbol 181 GraphicUsed by:182
Symbol 182 MovieClip [Heart]Uses:180 181Used by:191 570 802 1303 1600
Symbol 183 BitmapUsed by:184
Symbol 184 GraphicUses:183Used by:185
Symbol 185 MovieClip [bf1_fire]Uses:184Used by:191
Symbol 186 ShapeTweeningUsed by:190
Symbol 187 GraphicUsed by:190
Symbol 188 ShapeTweeningUsed by:190
Symbol 189 GraphicUsed by:190
Symbol 190 MovieClip [bf2_laser]Uses:186 187 188 189Used by:191
Symbol 191 MovieClipUses:57 86 89 92 95 97 104 107 110 113 116 119 122 125 128 131 134 137 167 178 179 182 185 190Used by:Timeline
Symbol 192 BitmapUsed by:193
Symbol 193 GraphicUses:192Used by:194
Symbol 194 ButtonUses:193Used by:Timeline
Symbol 195 MovieClipUses:10Used by:Timeline
Symbol 196 Sound [boss-rumble]Used by:235
Symbol 197 Sound [birds-stream]Used by:235
Symbol 198 Sound [birds]Used by:235
Symbol 199 Sound [water2]Used by:235
Symbol 200 Sound [music-folk]Used by:235
Symbol 201 Sound [cafe]Used by:235
Symbol 202 Sound [club]Used by:235
Symbol 203 Sound [music-club]Used by:235
Symbol 204 Sound [torch]Used by:235
Symbol 205 Sound [townwalk]Used by:235
Symbol 206 Sound [traffic]Used by:235
Symbol 207 Sound [traffic2]Used by:235
Symbol 208 Sound [schoolbell]Used by:235
Symbol 209 Sound [church]Used by:235
Symbol 210 Sound [choping]Used by:235
Symbol 211 Sound [wolf]Used by:235
Symbol 212 Sound [scream]Used by:235
Symbol 213 Sound [thunder]Used by:235
Symbol 214 Sound [wind]Used by:235
Symbol 215 Sound [sea]Used by:235
Symbol 216 Sound [highway]Used by:235
Symbol 217 Sound [rap]Used by:235
Symbol 218 Sound [riverloop]Used by:235
Symbol 219 Sound [snowwind]Used by:235
Symbol 220 Sound [waterdrop1]Used by:235
Symbol 221 Sound [waterdrop2]Used by:235
Symbol 222 Sound [cricket]Used by:235
Symbol 223 Sound [eagle]Used by:235
Symbol 224 Sound [hawk]Used by:235
Symbol 225 Sound [jungleday]Used by:235
Symbol 226 Sound [meadowlark]Used by:235
Symbol 227 Sound [oriole]Used by:235
Symbol 228 Sound [skylark]Used by:235
Symbol 229 Sound [woodlark]Used by:235
Symbol 230 Sound [spark]Used by:235
Symbol 231 Sound [power-shot]Used by:235
Symbol 232 Sound [gone]Used by:235
Symbol 233 Sound [beep]Used by:235
Symbol 234 Sound [slash]Used by:235
Symbol 235 MovieClipUses:196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234Used by:Timeline
Symbol 236 GraphicUsed by:274
Symbol 237 GraphicUsed by:274
Symbol 238 GraphicUsed by:274
Symbol 239 BitmapUsed by:240
Symbol 240 GraphicUses:239Used by:241
Symbol 241 ButtonUses:240Used by:274
Symbol 242 BitmapUsed by:243
Symbol 243 GraphicUses:242Used by:244
Symbol 244 ButtonUses:243Used by:274
Symbol 245 BitmapUsed by:246
Symbol 246 GraphicUses:245Used by:247
Symbol 247 ButtonUses:246Used by:274
Symbol 248 BitmapUsed by:249
Symbol 249 GraphicUses:248Used by:250
Symbol 250 ButtonUses:249Used by:274
Symbol 251 BitmapUsed by:252
Symbol 252 GraphicUses:251Used by:253
Symbol 253 ButtonUses:252Used by:274
Symbol 254 BitmapUsed by:255
Symbol 255 GraphicUses:254Used by:256
Symbol 256 ButtonUses:255Used by:274
Symbol 257 BitmapUsed by:258
Symbol 258 GraphicUses:257Used by:259
Symbol 259 ButtonUses:258Used by:274
Symbol 260 GraphicUsed by:261 276
Symbol 261 ButtonUses:260Used by:274
Symbol 262 BitmapUsed by:263
Symbol 263 GraphicUses:262Used by:264
Symbol 264 ButtonUses:263Used by:274
Symbol 265 BitmapUsed by:266
Symbol 266 GraphicUses:265Used by:267
Symbol 267 ButtonUses:266Used by:274
Symbol 268 BitmapUsed by:269
Symbol 269 GraphicUses:268Used by:270
Symbol 270 ButtonUses:269Used by:274
Symbol 271 BitmapUsed by:272
Symbol 272 GraphicUses:271Used by:273
Symbol 273 ButtonUses:272Used by:274
Symbol 274 MovieClipUses:236 237 238 241 244 247 250 253 256 259 261 264 267 270 273Used by:Timeline
Symbol 275 GraphicUsed by:314
Symbol 276 ButtonUses:260Used by:314
Symbol 277 GraphicUsed by:278
Symbol 278 ButtonUses:277Used by:314
Symbol 279 GraphicUsed by:280
Symbol 280 ButtonUses:279Used by:314
Symbol 281 TextUses:1Used by:314
Symbol 282 GraphicUsed by:284
Symbol 283 EditableTextUses:1Used by:284
Symbol 284 MovieClipUses:282 283Used by:314
Symbol 285 TextUses:1Used by:314
Symbol 286 TextUses:1Used by:314
Symbol 287 GraphicUsed by:314
Symbol 288 EditableTextUses:1Used by:314
Symbol 289 EditableTextUses:1Used by:314
Symbol 290 EditableTextUses:1Used by:314
Symbol 291 EditableTextUses:1Used by:314
Symbol 292 EditableTextUses:1Used by:314
Symbol 293 GraphicUsed by:294
Symbol 294 MovieClipUses:293Used by:314
Symbol 295 EditableTextUses:1Used by:314
Symbol 296 GraphicUsed by:314
Symbol 297 TextUses:1Used by:314
Symbol 298 TextUses:1Used by:314
Symbol 299 GraphicUsed by:314
Symbol 300 BitmapUsed by:301 421
Symbol 301 GraphicUses:300Used by:314
Symbol 302 TextUses:1Used by:314
Symbol 303 TextUses:1Used by:314
Symbol 304 GraphicUsed by:314
Symbol 305 TextUses:1Used by:314
Symbol 306 GraphicUsed by:314
Symbol 307 TextUses:1Used by:314
Symbol 308 GraphicUsed by:314
Symbol 309 TextUses:1Used by:314
Symbol 310 GraphicUsed by:314
Symbol 311 TextUses:1Used by:314
Symbol 312 TextUses:1Used by:314
Symbol 313 GraphicUsed by:314
Symbol 314 MovieClipUses:275 276 278 280 281 284 285 286 287 288 289 290 291 292 294 295 296 297 298 299 301 302 303 304 305 306 307 308 309 310 311 312 313Used by:Timeline
Symbol 315 GraphicUsed by:325
Symbol 316 GraphicUsed by:325
Symbol 317 GraphicUsed by:325
Symbol 318 GraphicUsed by:325
Symbol 319 GraphicUsed by:325
Symbol 320 GraphicUsed by:325
Symbol 321 GraphicUsed by:325
Symbol 322 GraphicUsed by:325
Symbol 323 GraphicUsed by:325
Symbol 324 GraphicUsed by:325
Symbol 325 MovieClipUses:315 316 317 318 319 320 321 322 323 10 324Used by:Timeline
Symbol 326 GraphicUsed by:329 380
Symbol 327 BitmapUsed by:328
Symbol 328 GraphicUses:327Used by:329
Symbol 329 MovieClipUses:326 328Used by:570
Symbol 330 GraphicUsed by:342
Symbol 331 GraphicUsed by:332
Symbol 332 MovieClipUses:331Used by:333
Symbol 333 MovieClipUses:332Used by:342
Symbol 334 GraphicUsed by:342
Symbol 335 GraphicUsed by:342
Symbol 336 GraphicUsed by:342
Symbol 337 GraphicUsed by:342
Symbol 338 GraphicUsed by:342
Symbol 339 GraphicUsed by:342
Symbol 340 GraphicUsed by:342
Symbol 341 GraphicUsed by:342
Symbol 342 MovieClipUses:12 330 333 334 335 336 337 338 339 340 341Used by:570
Symbol 343 GraphicUsed by:344
Symbol 344 MovieClipUses:343Used by:570
Symbol 345 BitmapUsed by:346
Symbol 346 GraphicUses:345Used by:368
Symbol 347 BitmapUsed by:348
Symbol 348 GraphicUses:347Used by:355
Symbol 349 BitmapUsed by:350
Symbol 350 GraphicUses:349Used by:355
Symbol 351 BitmapUsed by:352
Symbol 352 GraphicUses:351Used by:355
Symbol 353 BitmapUsed by:354
Symbol 354 GraphicUses:353Used by:355
Symbol 355 MovieClipUses:348 350 352 354Used by:368
Symbol 356 BitmapUsed by:357
Symbol 357 GraphicUses:356Used by:368
Symbol 358 SoundUsed by:368 996
Symbol 359 BitmapUsed by:360
Symbol 360 GraphicUses:359Used by:367
Symbol 361 BitmapUsed by:362
Symbol 362 GraphicUses:361Used by:367
Symbol 363 BitmapUsed by:364
Symbol 364 GraphicUses:363Used by:367
Symbol 365 BitmapUsed by:366
Symbol 366 GraphicUses:365Used by:367
Symbol 367 MovieClipUses:360 362 364 366Used by:368
Symbol 368 MovieClipUses:346 355 357 358 367Used by:570
Symbol 369 GraphicUsed by:372
Symbol 370 GraphicUsed by:372
Symbol 371 GraphicUsed by:372
Symbol 372 MovieClipUses:369 370 12 371Used by:570
Symbol 373 GraphicUsed by:374
Symbol 374 MovieClipUses:373 12Used by:570
Symbol 375 GraphicUsed by:376
Symbol 376 MovieClipUses:375 12Used by:570
Symbol 377 GraphicUsed by:378
Symbol 378 MovieClipUses:377 12Used by:570
Symbol 379 GraphicUsed by:380
Symbol 380 MovieClipUses:326 379 12Used by:570
Symbol 381 GraphicUsed by:382
Symbol 382 MovieClipUses:12 381Used by:570
Symbol 383 GraphicUsed by:392 1011 1588 1948
Symbol 384 GraphicUsed by:392 1011
Symbol 385 GraphicUsed by:392 1011
Symbol 386 GraphicUsed by:392
Symbol 387 GraphicUsed by:392 1011 1588 1948
Symbol 388 GraphicUsed by:392 1011 1588 1948
Symbol 389 GraphicUsed by:392 1011
Symbol 390 GraphicUsed by:392
Symbol 391 GraphicUsed by:392 1011 1588 1948
Symbol 392 MovieClipUses:383 384 385 386 12 387 388 389 390 391Used by:570
Symbol 393 GraphicUsed by:396
Symbol 394 FontUsed by:395
Symbol 395 EditableTextUses:394Used by:396
Symbol 396 MovieClipUses:393 395Used by:570 802 820 1027 1600
Symbol 397 GraphicUsed by:398
Symbol 398 MovieClipUses:397 12Used by:570
Symbol 399 BitmapUsed by:400
Symbol 400 GraphicUses:399Used by:409
Symbol 401 BitmapUsed by:402
Symbol 402 GraphicUses:401Used by:409
Symbol 403 BitmapUsed by:404
Symbol 404 GraphicUses:403Used by:409
Symbol 405 BitmapUsed by:406
Symbol 406 GraphicUses:405Used by:409
Symbol 407 BitmapUsed by:408
Symbol 408 GraphicUses:407Used by:409
Symbol 409 MovieClipUses:400 402 404 406 408Used by:469 1620
Symbol 410 BitmapUsed by:411
Symbol 411 GraphicUses:410Used by:469
Symbol 412 BitmapUsed by:413
Symbol 413 GraphicUses:412Used by:416
Symbol 414 BitmapUsed by:415
Symbol 415 GraphicUses:414Used by:416
Symbol 416 MovieClipUses:413 415Used by:469
Symbol 417 BitmapUsed by:418
Symbol 418 GraphicUses:417Used by:424
Symbol 419 BitmapUsed by:420
Symbol 420 GraphicUses:419Used by:424
Symbol 421 GraphicUses:300Used by:424
Symbol 422 BitmapUsed by:423
Symbol 423 GraphicUses:422Used by:424
Symbol 424 MovieClipUses:418 420 421 423Used by:469
Symbol 425 BitmapUsed by:426
Symbol 426 GraphicUses:425Used by:437
Symbol 427 BitmapUsed by:428
Symbol 428 GraphicUses:427Used by:437
Symbol 429 BitmapUsed by:430
Symbol 430 GraphicUses:429Used by:437
Symbol 431 BitmapUsed by:432
Symbol 432 GraphicUses:431Used by:437
Symbol 433 BitmapUsed by:434
Symbol 434 GraphicUses:433Used by:437
Symbol 435 BitmapUsed by:436
Symbol 436 GraphicUses:435Used by:437
Symbol 437 MovieClipUses:426 428 430 432 434 436Used by:469
Symbol 438 BitmapUsed by:439
Symbol 439 GraphicUses:438Used by:446
Symbol 440 BitmapUsed by:441
Symbol 441 GraphicUses:440Used by:446
Symbol 442 BitmapUsed by:443
Symbol 443 GraphicUses:442Used by:446
Symbol 444 BitmapUsed by:445
Symbol 445 GraphicUses:444Used by:446
Symbol 446 MovieClipUses:439 441 443 445Used by:469
Symbol 447 BitmapUsed by:448
Symbol 448 GraphicUses:447Used by:469
Symbol 449 SoundUsed by:469
Symbol 450 BitmapUsed by:451
Symbol 451 GraphicUses:450Used by:469
Symbol 452 BitmapUsed by:453
Symbol 453 GraphicUses:452Used by:468
Symbol 454 BitmapUsed by:455
Symbol 455 GraphicUses:454Used by:468
Symbol 456 BitmapUsed by:457
Symbol 457 GraphicUses:456Used by:468
Symbol 458 BitmapUsed by:459
Symbol 459 GraphicUses:458Used by:468
Symbol 460 BitmapUsed by:461
Symbol 461 GraphicUses:460Used by:468
Symbol 462 BitmapUsed by:463
Symbol 463 GraphicUses:462Used by:468
Symbol 464 BitmapUsed by:465
Symbol 465 GraphicUses:464Used by:468
Symbol 466 BitmapUsed by:467
Symbol 467 GraphicUses:466Used by:468
Symbol 468 MovieClipUses:453 455 457 459 461 463 465 467Used by:469
Symbol 469 MovieClipUses:409 54 411 416 424 437 446 448 449 451 468Used by:570 802 1004 1157 1303 1600 1828 1849
Symbol 470 BitmapUsed by:471
Symbol 471 GraphicUses:470Used by:478
Symbol 472 BitmapUsed by:473
Symbol 473 GraphicUses:472Used by:478
Symbol 474 BitmapUsed by:475
Symbol 475 GraphicUses:474Used by:478
Symbol 476 BitmapUsed by:477
Symbol 477 GraphicUses:476Used by:478
Symbol 478 MovieClipUses:471 473 475 477Used by:570
Symbol 479 BitmapUsed by:480
Symbol 480 GraphicUses:479Used by:487
Symbol 481 BitmapUsed by:482
Symbol 482 GraphicUses:481Used by:487
Symbol 483 BitmapUsed by:484
Symbol 484 GraphicUses:483Used by:487
Symbol 485 BitmapUsed by:486
Symbol 486 GraphicUses:485Used by:487
Symbol 487 MovieClipUses:480 482 484 486Used by:570
Symbol 488 BitmapUsed by:489
Symbol 489 GraphicUses:488Used by:496
Symbol 490 BitmapUsed by:491
Symbol 491 GraphicUses:490Used by:496
Symbol 492 BitmapUsed by:493
Symbol 493 GraphicUses:492Used by:496
Symbol 494 BitmapUsed by:495
Symbol 495 GraphicUses:494Used by:496
Symbol 496 MovieClipUses:489 491 493 495Used by:570
Symbol 497 BitmapUsed by:498
Symbol 498 GraphicUses:497Used by:505
Symbol 499 BitmapUsed by:500
Symbol 500 GraphicUses:499Used by:505
Symbol 501 BitmapUsed by:502
Symbol 502 GraphicUses:501Used by:505
Symbol 503 BitmapUsed by:504
Symbol 504 GraphicUses:503Used by:505
Symbol 505 MovieClipUses:498 500 502 504Used by:570 2120
Symbol 506 BitmapUsed by:507
Symbol 507 GraphicUses:506Used by:514 540
Symbol 508 BitmapUsed by:509
Symbol 509 GraphicUses:508Used by:514
Symbol 510 BitmapUsed by:511
Symbol 511 GraphicUses:510Used by:514
Symbol 512 BitmapUsed by:513
Symbol 513 GraphicUses:512Used by:514
Symbol 514 MovieClipUses:507 509 511 513Used by:540
Symbol 515 BitmapUsed by:516 517
Symbol 516 GraphicUses:55 515Used by:523
Symbol 517 GraphicUses:515Used by:523
Symbol 518 SoundUsed by:523
Symbol 519 BitmapUsed by:520
Symbol 520 GraphicUses:519Used by:523
Symbol 521 BitmapUsed by:522
Symbol 522 GraphicUses:521Used by:523
Symbol 523 MovieClipUses:516 517 518 520 522Used by:540
Symbol 524 BitmapUsed by:525
Symbol 525 GraphicUses:524Used by:540
Symbol 526 SoundUsed by:540 948
Symbol 527 BitmapUsed by:528
Symbol 528 GraphicUses:527Used by:539
Symbol 529 BitmapUsed by:530
Symbol 530 GraphicUses:529Used by:539
Symbol 531 BitmapUsed by:532
Symbol 532 GraphicUses:531Used by:539
Symbol 533 BitmapUsed by:534
Symbol 534 GraphicUses:533Used by:539
Symbol 535 BitmapUsed by:536
Symbol 536 GraphicUses:535Used by:539
Symbol 537 BitmapUsed by:538
Symbol 538 GraphicUses:537Used by:539
Symbol 539 MovieClipUses:528 530 532 534 536 538Used by:540
Symbol 540 MovieClipUses:507 514 523 525 526 539Used by:570
Symbol 541 GraphicUsed by:551
Symbol 542 GraphicUsed by:551
Symbol 543 GraphicUsed by:551
Symbol 544 GraphicUsed by:551
Symbol 545 GraphicUsed by:551
Symbol 546 GraphicUsed by:551
Symbol 547 GraphicUsed by:551
Symbol 548 GraphicUsed by:551
Symbol 549 GraphicUsed by:551
Symbol 550 GraphicUsed by:551
Symbol 551 MovieClipUses:541 542 543 544 545 546 547 548 549 550Used by:570
Symbol 552 GraphicUsed by:553
Symbol 553 MovieClipUses:552 12Used by:570
Symbol 554 GraphicUsed by:555
Symbol 555 MovieClipUses:554Used by:570
Symbol 556 GraphicUsed by:570
Symbol 557 GraphicUsed by:570
Symbol 558 GraphicUsed by:566
Symbol 559 GraphicUsed by:566
Symbol 560 GraphicUsed by:566
Symbol 561 GraphicUsed by:566
Symbol 562 GraphicUsed by:566
Symbol 563 GraphicUsed by:566
Symbol 564 GraphicUsed by:566
Symbol 565 GraphicUsed by:566
Symbol 566 MovieClipUses:558 559 560 561 562 563 564 565Used by:570
Symbol 567 GraphicUsed by:569
Symbol 568 GraphicUsed by:569
Symbol 569 MovieClipUses:567 12 568Used by:570
Symbol 570 MovieClipUses:329 342 344 368 372 374 376 378 380 382 392 396 398 469 478 487 496 505 540 182 551 553 555 556 557 566 569Used by:Timeline
Symbol 571 GraphicUsed by:594
Symbol 572 GraphicUsed by:574
Symbol 573 GraphicUsed by:574
Symbol 574 MovieClipUses:572 573Used by:594
Symbol 575 GraphicUsed by:577
Symbol 576 EditableTextUses:1Used by:577
Symbol 577 MovieClipUses:575 576Used by:594
Symbol 578 GraphicUsed by:579
Symbol 579 MovieClipUses:578Used by:594
Symbol 580 GraphicUsed by:591
Symbol 581 GraphicUsed by:591
Symbol 582 GraphicUsed by:591
Symbol 583 GraphicUsed by:591
Symbol 584 GraphicUsed by:591
Symbol 585 GraphicUsed by:591
Symbol 586 GraphicUsed by:591
Symbol 587 GraphicUsed by:591
Symbol 588 GraphicUsed by:591
Symbol 589 GraphicUsed by:591
Symbol 590 GraphicUsed by:591
Symbol 591 MovieClipUses:580 581 582 583 584 585 586 587 588 589 590Used by:594
Symbol 592 EditableTextUses:1Used by:593
Symbol 593 MovieClipUses:592Used by:594
Symbol 594 MovieClipUses:571 574 577 579 591 593Used by:Timeline
Symbol 595 EditableTextUses:1Used by:Timeline
Symbol 596 EditableTextUses:1Used by:Timeline
Symbol 597 EditableTextUses:1Used by:Timeline
Symbol 598 GraphicUsed by:802
Symbol 599 GraphicUsed by:600
Symbol 600 MovieClipUses:599Used by:696 802
Symbol 601 GraphicUsed by:602
Symbol 602 MovieClipUses:601Used by:802
Symbol 603 GraphicUsed by:605
Symbol 604 GraphicUsed by:605
Symbol 605 MovieClipUses:603 604Used by:802
Symbol 606 GraphicUsed by:607
Symbol 607 MovieClipUses:606Used by:802
Symbol 608 GraphicUsed by:611
Symbol 609 GraphicUsed by:611
Symbol 610 GraphicUsed by:611
Symbol 611 MovieClipUses:608 609 610 12Used by:802
Symbol 612 GraphicUsed by:613
Symbol 613 MovieClipUses:12 612Used by:802
Symbol 614 GraphicUsed by:615
Symbol 615 MovieClipUses:614 12Used by:802
Symbol 616 GraphicUsed by:617
Symbol 617 MovieClipUses:616 12Used by:802
Symbol 618 GraphicUsed by:622
Symbol 619 GraphicUsed by:622
Symbol 620 GraphicUsed by:622
Symbol 621 GraphicUsed by:622
Symbol 622 MovieClipUses:618 12 619 620 621Used by:802
Symbol 623 GraphicUsed by:630
Symbol 624 GraphicUsed by:630
Symbol 625 GraphicUsed by:630
Symbol 626 GraphicUsed by:630 634
Symbol 627 GraphicUsed by:628
Symbol 628 MovieClipUses:627Used by:630 677
Symbol 629 GraphicUsed by:630
Symbol 630 MovieClipUses:623 624 625 626 628 629 12Used by:802
Symbol 631 GraphicUsed by:634
Symbol 632 GraphicUsed by:634 650
Symbol 633 GraphicUsed by:634
Symbol 634 MovieClipUses:631 626 632 633 12Used by:802
Symbol 635 GraphicUsed by:636
Symbol 636 MovieClipUses:635Used by:802
Symbol 637 GraphicUsed by:638
Symbol 638 MovieClipUses:637 12Used by:802
Symbol 639 GraphicUsed by:650
Symbol 640 GraphicUsed by:650
Symbol 641 GraphicUsed by:650
Symbol 642 GraphicUsed by:650
Symbol 643 GraphicUsed by:650 693
Symbol 644 GraphicUsed by:650
Symbol 645 GraphicUsed by:650
Symbol 646 GraphicUsed by:647
Symbol 647 MovieClipUses:12 646Used by:650
Symbol 648 GraphicUsed by:650
Symbol 649 GraphicUsed by:650
Symbol 650 MovieClipUses:639 640 641 642 643 644 645 647 648 632 649 12Used by:802
Symbol 651 GraphicUsed by:673
Symbol 652 GraphicUsed by:673
Symbol 653 BitmapUsed by:654
Symbol 654 GraphicUses:653Used by:673
Symbol 655 ShapeTweeningUsed by:672
Symbol 656 ShapeTweeningUsed by:672
Symbol 657 ShapeTweeningUsed by:672
Symbol 658 ShapeTweeningUsed by:672
Symbol 659 ShapeTweeningUsed by:672
Symbol 660 ShapeTweeningUsed by:672
Symbol 661 ShapeTweeningUsed by:672
Symbol 662 ShapeTweeningUsed by:672
Symbol 663 ShapeTweeningUsed by:672
Symbol 664 ShapeTweeningUsed by:672
Symbol 665 ShapeTweeningUsed by:672
Symbol 666 ShapeTweeningUsed by:672
Symbol 667 ShapeTweeningUsed by:672
Symbol 668 ShapeTweeningUsed by:672
Symbol 669 ShapeTweeningUsed by:672
Symbol 670 ShapeTweeningUsed by:672
Symbol 671 GraphicUsed by:672
Symbol 672 MovieClipUses:655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671Used by:673
Symbol 673 MovieClipUses:651 652 654 672 12Used by:802
Symbol 674 GraphicUsed by:675
Symbol 675 MovieClipUses:12 674Used by:802
Symbol 676 GraphicUsed by:677
Symbol 677 MovieClipUses:628 676 12Used by:802
Symbol 678 GraphicUsed by:679
Symbol 679 MovieClipUses:12 678Used by:802
Symbol 680 GraphicUsed by:681
Symbol 681 MovieClipUses:12 680Used by:802
Symbol 682 GraphicUsed by:683
Symbol 683 MovieClipUses:12 682Used by:802
Symbol 684 BitmapUsed by:685
Symbol 685 GraphicUses:684Used by:692
Symbol 686 BitmapUsed by:687
Symbol 687 GraphicUses:686Used by:692
Symbol 688 BitmapUsed by:689
Symbol 689 GraphicUses:688Used by:692
Symbol 690 BitmapUsed by:691
Symbol 691 GraphicUses:690Used by:692
Symbol 692 MovieClipUses:685 687 689 691Used by:802
Symbol 693 MovieClipUses:643Used by:696
Symbol 694 GraphicUsed by:696
Symbol 695 GraphicUsed by:696
Symbol 696 MovieClipUses:600 693 694 695 12Used by:802
Symbol 697 GraphicUsed by:698
Symbol 698 MovieClipUses:12 697Used by:802
Symbol 699 GraphicUsed by:700
Symbol 700 MovieClipUses:12 699Used by:802
Symbol 701 GraphicUsed by:702
Symbol 702 MovieClipUses:701Used by:802
Symbol 703 GraphicUsed by:707
Symbol 704 GraphicUsed by:705
Symbol 705 MovieClipUses:12 704Used by:707
Symbol 706 GraphicUsed by:707
Symbol 707 MovieClipUses:12 703 705 706Used by:802
Symbol 708 BitmapUsed by:709
Symbol 709 GraphicUses:708Used by:716 723
Symbol 710 BitmapUsed by:711
Symbol 711 GraphicUses:710Used by:716
Symbol 712 BitmapUsed by:713
Symbol 713 GraphicUses:712Used by:716
Symbol 714 BitmapUsed by:715
Symbol 715 GraphicUses:714Used by:716
Symbol 716 MovieClipUses:709 711 713 715Used by:731
Symbol 717 BitmapUsed by:718
Symbol 718 GraphicUses:717Used by:731
Symbol 719 SoundUsed by:731 765 784
Symbol 720 BitmapUsed by:721
Symbol 721 GraphicUses:720Used by:723
Symbol 722 SoundUsed by:723
Symbol 723 MovieClipUses:709 721 722Used by:731
Symbol 724 BitmapUsed by:725
Symbol 725 GraphicUses:724Used by:730
Symbol 726 BitmapUsed by:727
Symbol 727 GraphicUses:726Used by:730
Symbol 728 BitmapUsed by:729
Symbol 729 GraphicUses:728Used by:730
Symbol 730 MovieClipUses:725 727 729Used by:731
Symbol 731 MovieClipUses:716 718 719 723 730Used by:785
Symbol 732 BitmapUsed by:733
Symbol 733 GraphicUses:732Used by:740
Symbol 734 BitmapUsed by:735
Symbol 735 GraphicUses:734Used by:740
Symbol 736 BitmapUsed by:737
Symbol 737 GraphicUses:736Used by:740
Symbol 738 BitmapUsed by:739
Symbol 739 GraphicUses:738Used by:740
Symbol 740 MovieClipUses:733 735 737 739Used by:765
Symbol 741 BitmapUsed by:742
Symbol 742 GraphicUses:741Used by:765
Symbol 743 BitmapUsed by:744
Symbol 744 GraphicUses:743Used by:765
Symbol 745 BitmapUsed by:746
Symbol 746 GraphicUses:745Used by:757
Symbol 747 BitmapUsed by:748
Symbol 748 GraphicUses:747Used by:757
Symbol 749 BitmapUsed by:750
Symbol 750 GraphicUses:749Used by:757
Symbol 751 BitmapUsed by:752
Symbol 752 GraphicUses:751Used by:757
Symbol 753 BitmapUsed by:754
Symbol 754 GraphicUses:753Used by:757
Symbol 755 BitmapUsed by:756
Symbol 756 GraphicUses:755Used by:757
Symbol 757 MovieClipUses:746 748 750 752 754 756Used by:765
Symbol 758 BitmapUsed by:759
Symbol 759 GraphicUses:758Used by:764
Symbol 760 BitmapUsed by:761
Symbol 761 GraphicUses:760Used by:764
Symbol 762 BitmapUsed by:763
Symbol 763 GraphicUses:762Used by:764
Symbol 764 MovieClipUses:759 761 763Used by:765
Symbol 765 MovieClipUses:740 742 719 744 757 764Used by:785
Symbol 766 BitmapUsed by:767
Symbol 767 GraphicUses:766Used by:774
Symbol 768 BitmapUsed by:769
Symbol 769 GraphicUses:768Used by:774
Symbol 770 BitmapUsed by:771
Symbol 771 GraphicUses:770Used by:774
Symbol 772 BitmapUsed by:773
Symbol 773 GraphicUses:772Used by:774
Symbol 774 MovieClipUses:767 769 771 773Used by:784
Symbol 775 BitmapUsed by:776
Symbol 776 GraphicUses:775Used by:784
Symbol 777 BitmapUsed by:778
Symbol 778 GraphicUses:777Used by:783
Symbol 779 BitmapUsed by:780
Symbol 780 GraphicUses:779Used by:783
Symbol 781 BitmapUsed by:782
Symbol 782 GraphicUses:781Used by:783
Symbol 783 MovieClipUses:778 780 782Used by:784
Symbol 784 MovieClipUses:774 776 719 783Used by:785
Symbol 785 MovieClipUses:731 765 784Used by:802
Symbol 786 MovieClipUses:12Used by:802 1303 1600 1828 1849 1875 2120
Symbol 787 GraphicUsed by:802
Symbol 788 GraphicUsed by:789
Symbol 789 MovieClipUses:788 12Used by:802
Symbol 790 GraphicUsed by:802
Symbol 791 GraphicUsed by:792
Symbol 792 MovieClipUses:791Used by:802
Symbol 793 GraphicUsed by:794
Symbol 794 MovieClipUses:793Used by:802
Symbol 795 GraphicUsed by:796
Symbol 796 MovieClipUses:795Used by:797
Symbol 797 MovieClipUses:796Used by:802
Symbol 798 GraphicUsed by:799
Symbol 799 MovieClipUses:798Used by:802
Symbol 800 GraphicUsed by:801
Symbol 801 MovieClipUses:800Used by:802
Symbol 802 MovieClipUses:598 396 600 602 605 607 611 613 615 617 622 630 634 636 638 650 673 675 677 679 681 683 469 692 696 698 700 702 707 785 786 182 787 789 790 792 794 797 799 801Used by:Timeline
Symbol 803 GraphicUsed by:805
Symbol 804 GraphicUsed by:805
Symbol 805 MovieClipUses:803 12 804Used by:1004
Symbol 806 GraphicUsed by:808
Symbol 807 GraphicUsed by:808
Symbol 808 MovieClipUses:806 12 807Used by:1004
Symbol 809 GraphicUsed by:810
Symbol 810 MovieClipUses:12 809Used by:1004
Symbol 811 BitmapUsed by:812
Symbol 812 GraphicUses:811Used by:813
Symbol 813 MovieClipUses:812Used by:1004
Symbol 814 GraphicUsed by:815
Symbol 815 MovieClipUses:12 814Used by:1004
Symbol 816 GraphicUsed by:817
Symbol 817 MovieClipUses:12 816Used by:1004
Symbol 818 GraphicUsed by:820
Symbol 819 GraphicUsed by:820
Symbol 820 MovieClipUses:12 818 819 396Used by:1004
Symbol 821 BitmapUsed by:822
Symbol 822 GraphicUses:821Used by:829
Symbol 823 BitmapUsed by:824
Symbol 824 GraphicUses:823Used by:829
Symbol 825 BitmapUsed by:826
Symbol 826 GraphicUses:825Used by:829
Symbol 827 BitmapUsed by:828
Symbol 828 GraphicUses:827Used by:829
Symbol 829 MovieClipUses:822 824 826 828Used by:843
Symbol 830 BitmapUsed by:831
Symbol 831 GraphicUses:830Used by:842
Symbol 832 BitmapUsed by:833
Symbol 833 GraphicUses:832Used by:842
Symbol 834 BitmapUsed by:835
Symbol 835 GraphicUses:834Used by:842
Symbol 836 BitmapUsed by:837
Symbol 837 GraphicUses:836Used by:842
Symbol 838 BitmapUsed by:839
Symbol 839 GraphicUses:838Used by:842
Symbol 840 BitmapUsed by:841
Symbol 841 GraphicUses:840Used by:842
Symbol 842 MovieClipUses:831 833 835 837 839 841Used by:843
Symbol 843 MovieClipUses:829 842Used by:894
Symbol 844 BitmapUsed by:845
Symbol 845 GraphicUses:844Used by:852
Symbol 846 BitmapUsed by:847
Symbol 847 GraphicUses:846Used by:852
Symbol 848 BitmapUsed by:849
Symbol 849 GraphicUses:848Used by:852
Symbol 850 BitmapUsed by:851
Symbol 851 GraphicUses:850Used by:852
Symbol 852 MovieClipUses:845 847 849 851Used by:868
Symbol 853 BitmapUsed by:854
Symbol 854 GraphicUses:853Used by:867
Symbol 855 BitmapUsed by:856
Symbol 856 GraphicUses:855Used by:867
Symbol 857 BitmapUsed by:858
Symbol 858 GraphicUses:857Used by:867
Symbol 859 BitmapUsed by:860
Symbol 860 GraphicUses:859Used by:867
Symbol 861 BitmapUsed by:862
Symbol 862 GraphicUses:861Used by:867
Symbol 863 BitmapUsed by:864
Symbol 864 GraphicUses:863Used by:867
Symbol 865 BitmapUsed by:866
Symbol 866 GraphicUses:865Used by:867
Symbol 867 MovieClipUses:854 856 858 860 862 864 866Used by:868
Symbol 868 MovieClipUses:852 867Used by:894
Symbol 869 BitmapUsed by:870
Symbol 870 GraphicUses:869Used by:877
Symbol 871 BitmapUsed by:872
Symbol 872 GraphicUses:871Used by:877
Symbol 873 BitmapUsed by:874
Symbol 874 GraphicUses:873Used by:877
Symbol 875 BitmapUsed by:876
Symbol 876 GraphicUses:875Used by:877
Symbol 877 MovieClipUses:870 872 874 876Used by:893
Symbol 878 BitmapUsed by:879
Symbol 879 GraphicUses:878Used by:892
Symbol 880 BitmapUsed by:881
Symbol 881 GraphicUses:880Used by:892
Symbol 882 BitmapUsed by:883
Symbol 883 GraphicUses:882Used by:892
Symbol 884 BitmapUsed by:885
Symbol 885 GraphicUses:884Used by:892
Symbol 886 BitmapUsed by:887
Symbol 887 GraphicUses:886Used by:892
Symbol 888 BitmapUsed by:889
Symbol 889 GraphicUses:888Used by:892
Symbol 890 BitmapUsed by:891
Symbol 891 GraphicUses:890Used by:892
Symbol 892 MovieClipUses:879 881 883 885 887 889 891Used by:893
Symbol 893 MovieClipUses:877 892Used by:894
Symbol 894 MovieClipUses:843 868 893Used by:1004
Symbol 895 BitmapUsed by:896
Symbol 896 GraphicUses:895Used by:903
Symbol 897 BitmapUsed by:898
Symbol 898 GraphicUses:897Used by:903
Symbol 899 BitmapUsed by:900
Symbol 900 GraphicUses:899Used by:903
Symbol 901 BitmapUsed by:902
Symbol 902 GraphicUses:901Used by:903
Symbol 903 MovieClipUses:896 898 900 902Used by:948
Symbol 904 BitmapUsed by:905
Symbol 905 GraphicUses:904Used by:948
Symbol 906 BitmapUsed by:907
Symbol 907 GraphicUses:906Used by:922
Symbol 908 BitmapUsed by:909
Symbol 909 GraphicUses:908Used by:922
Symbol 910 BitmapUsed by:911
Symbol 911 GraphicUses:910Used by:922
Symbol 912 BitmapUsed by:913
Symbol 913 GraphicUses:912Used by:922
Symbol 914 BitmapUsed by:915
Symbol 915 GraphicUses:914Used by:922
Symbol 916 BitmapUsed by:917 920
Symbol 917 GraphicUses:916Used by:922
Symbol 918 BitmapUsed by:919 921
Symbol 919 GraphicUses:918Used by:922
Symbol 920 GraphicUses:916Used by:922
Symbol 921 GraphicUses:918Used by:922
Symbol 922 MovieClipUses:907 909 911 913 915 917 919 920 921Used by:948
Symbol 923 BitmapUsed by:924
Symbol 924 GraphicUses:923Used by:948
Symbol 925 BitmapUsed by:926
Symbol 926 GraphicUses:925Used by:938
Symbol 927 SoundUsed by:938
Symbol 928 BitmapUsed by:929
Symbol 929 GraphicUses:928Used by:938
Symbol 930 BitmapUsed by:931
Symbol 931 GraphicUses:930Used by:938
Symbol 932 BitmapUsed by:933
Symbol 933 GraphicUses:932Used by:938
Symbol 934 BitmapUsed by:935
Symbol 935 GraphicUses:934Used by:938
Symbol 936 BitmapUsed by:937
Symbol 937 GraphicUses:936Used by:938
Symbol 938 MovieClipUses:926 927 929 931 933 935 937Used by:948
Symbol 939 BitmapUsed by:940
Symbol 940 GraphicUses:939Used by:947
Symbol 941 BitmapUsed by:942
Symbol 942 GraphicUses:941Used by:947
Symbol 943 BitmapUsed by:944
Symbol 944 GraphicUses:943Used by:947
Symbol 945 BitmapUsed by:946
Symbol 946 GraphicUses:945Used by:947
Symbol 947 MovieClipUses:940 942 944 946Used by:948
Symbol 948 MovieClipUses:903 905 526 922 924 938 947Used by:997
Symbol 949 BitmapUsed by:950
Symbol 950 GraphicUses:949Used by:953
Symbol 951 BitmapUsed by:952
Symbol 952 GraphicUses:951Used by:953
Symbol 953 MovieClipUses:950 952Used by:996
Symbol 954 BitmapUsed by:955
Symbol 955 GraphicUses:954Used by:996
Symbol 956 BitmapUsed by:957
Symbol 957 GraphicUses:956Used by:968
Symbol 958 BitmapUsed by:959
Symbol 959 GraphicUses:958Used by:968
Symbol 960 BitmapUsed by:961
Symbol 961 GraphicUses:960Used by:968
Symbol 962 BitmapUsed by:963
Symbol 963 GraphicUses:962Used by:968
Symbol 964 BitmapUsed by:965
Symbol 965 GraphicUses:964Used by:968
Symbol 966 BitmapUsed by:967
Symbol 967 GraphicUses:966Used by:968
Symbol 968 MovieClipUses:957 959 961 963 965 967Used by:996
Symbol 969 BitmapUsed by:970
Symbol 970 GraphicUses:969Used by:984
Symbol 971 BitmapUsed by:972
Symbol 972 GraphicUses:971Used by:984
Symbol 973 BitmapUsed by:974
Symbol 974 GraphicUses:973Used by:984
Symbol 975 SoundUsed by:984
Symbol 976 BitmapUsed by:977
Symbol 977 GraphicUses:976Used by:984
Symbol 978 BitmapUsed by:979
Symbol 979 GraphicUses:978Used by:984
Symbol 980 BitmapUsed by:981
Symbol 981 GraphicUses:980Used by:984
Symbol 982 BitmapUsed by:983
Symbol 983 GraphicUses:982Used by:984
Symbol 984 MovieClipUses:970 972 974 975 977 979 981 983Used by:996
Symbol 985 BitmapUsed by:986
Symbol 986 GraphicUses:985Used by:991
Symbol 987 BitmapUsed by:988
Symbol 988 GraphicUses:987Used by:991
Symbol 989 BitmapUsed by:990
Symbol 990 GraphicUses:989Used by:991
Symbol 991 MovieClipUses:986 988 990Used by:996
Symbol 992 BitmapUsed by:993
Symbol 993 GraphicUses:992Used by:995
Symbol 994 SoundUsed by:995 1142 1250 1433 1748 1749
Symbol 995 MovieClipUses:993 994Used by:996
Symbol 996 MovieClipUses:953 955 358 968 984 991 995Used by:997
Symbol 997 MovieClipUses:948 996Used by:1004
Symbol 998 GraphicUsed by:999
Symbol 999 MovieClipUses:12 998Used by:1004
Symbol 1000 GraphicUsed by:1001
Symbol 1001 MovieClipUses:1000Used by:1004
Symbol 1002 GraphicUsed by:1003
Symbol 1003 MovieClipUses:12 1002Used by:1004
Symbol 1004 MovieClipUses:805 808 810 813 815 817 820 469 894 997 999 1001 1003Used by:Timeline
Symbol 1005 BitmapUsed by:1006 1008
Symbol 1006 GraphicUses:1005Used by:1007
Symbol 1007 MovieClipUses:1006Used by:Timeline
Symbol 1008 GraphicUses:1005Used by:1009
Symbol 1009 MovieClipUses:1008Used by:Timeline
Symbol 1010 GraphicUsed by:1027
Symbol 1011 MovieClipUses:383 384 385 387 388 389 391Used by:1027
Symbol 1012 GraphicUsed by:1027
Symbol 1013 GraphicUsed by:1014
Symbol 1014 MovieClipUses:1013Used by:1027
Symbol 1015 GraphicUsed by:1027
Symbol 1016 GraphicUsed by:1017
Symbol 1017 MovieClipUses:1016 12Used by:1027
Symbol 1018 GraphicUsed by:1019
Symbol 1019 MovieClipUses:1018Used by:1027
Symbol 1020 GraphicUsed by:1027
Symbol 1021 GraphicUsed by:1022
Symbol 1022 MovieClipUses:12 1021Used by:1027
Symbol 1023 GraphicUsed by:1024
Symbol 1024 MovieClipUses:12 1023Used by:1027
Symbol 1025 GraphicUsed by:1026
Symbol 1026 MovieClipUses:1025 12Used by:1027
Symbol 1027 MovieClipUses:12 1010 1011 1012 1014 1015 396 1017 1019 1020 1022 1024 1026Used by:1157
Symbol 1028 GraphicUsed by:1029
Symbol 1029 MovieClipUses:1028Used by:1157
Symbol 1030 GraphicUsed by:1031
Symbol 1031 MovieClipUses:1030Used by:1157
Symbol 1032 GraphicUsed by:1033
Symbol 1033 MovieClipUses:1032Used by:1157
Symbol 1034 GraphicUsed by:1052
Symbol 1035 GraphicUsed by:1051
Symbol 1036 GraphicUsed by:1051
Symbol 1037 GraphicUsed by:1051
Symbol 1038 GraphicUsed by:1051
Symbol 1039 GraphicUsed by:1051
Symbol 1040 GraphicUsed by:1051
Symbol 1041 GraphicUsed by:1051
Symbol 1042 GraphicUsed by:1051
Symbol 1043 GraphicUsed by:1051
Symbol 1044 GraphicUsed by:1051
Symbol 1045 GraphicUsed by:1051
Symbol 1046 GraphicUsed by:1051
Symbol 1047 GraphicUsed by:1051
Symbol 1048 GraphicUsed by:1051
Symbol 1049 GraphicUsed by:1051
Symbol 1050 GraphicUsed by:1051
Symbol 1051 MovieClipUses:1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050Used by:1052
Symbol 1052 MovieClipUses:1034 1051 12Used by:1157
Symbol 1053 GraphicUsed by:1054
Symbol 1054 MovieClipUses:1053 12Used by:1157
Symbol 1055 GraphicUsed by:1056
Symbol 1056 MovieClipUses:1055 12Used by:1157
Symbol 1057 GraphicUsed by:1058
Symbol 1058 MovieClipUses:1057 12Used by:1157
Symbol 1059 GraphicUsed by:1060
Symbol 1060 MovieClipUses:1059 12Used by:1157
Symbol 1061 GraphicUsed by:1062
Symbol 1062 MovieClipUses:1061 12Used by:1157
Symbol 1063 GraphicUsed by:1064
Symbol 1064 MovieClipUses:1063 12Used by:1157
Symbol 1065 BitmapUsed by:1066
Symbol 1066 GraphicUses:1065Used by:1067
Symbol 1067 MovieClipUses:1066Used by:1157
Symbol 1068 BitmapUsed by:1069
Symbol 1069 GraphicUses:1068Used by:1076
Symbol 1070 BitmapUsed by:1071
Symbol 1071 GraphicUses:1070Used by:1076
Symbol 1072 BitmapUsed by:1073
Symbol 1073 GraphicUses:1072Used by:1076
Symbol 1074 BitmapUsed by:1075
Symbol 1075 GraphicUses:1074Used by:1076
Symbol 1076 MovieClipUses:1069 1071 1073 1075Used by:1157
Symbol 1077 BitmapUsed by:1078
Symbol 1078 GraphicUses:1077Used by:1085
Symbol 1079 BitmapUsed by:1080
Symbol 1080 GraphicUses:1079Used by:1085
Symbol 1081 BitmapUsed by:1082
Symbol 1082 GraphicUses:1081Used by:1085
Symbol 1083 BitmapUsed by:1084
Symbol 1084 GraphicUses:1083Used by:1085
Symbol 1085 MovieClipUses:1078 1080 1082 1084Used by:1157
Symbol 1086 BitmapUsed by:1087
Symbol 1087 GraphicUses:1086Used by:1094
Symbol 1088 BitmapUsed by:1089
Symbol 1089 GraphicUses:1088Used by:1094
Symbol 1090 BitmapUsed by:1091
Symbol 1091 GraphicUses:1090Used by:1094
Symbol 1092 BitmapUsed by:1093
Symbol 1093 GraphicUses:1092Used by:1094
Symbol 1094 MovieClipUses:1087 1089 1091 1093Used by:1157
Symbol 1095 BitmapUsed by:1096
Symbol 1096 GraphicUses:1095Used by:1099
Symbol 1097 BitmapUsed by:1098
Symbol 1098 GraphicUses:1097Used by:1099
Symbol 1099 MovieClipUses:1096 1098Used by:1156
Symbol 1100 BitmapUsed by:1101
Symbol 1101 GraphicUses:1100Used by:1108
Symbol 1102 BitmapUsed by:1103
Symbol 1103 GraphicUses:1102Used by:1108
Symbol 1104 BitmapUsed by:1105
Symbol 1105 GraphicUses:1104Used by:1108
Symbol 1106 BitmapUsed by:1107
Symbol 1107 GraphicUses:1106Used by:1108
Symbol 1108 MovieClipUses:1101 1103 1105 1107Used by:1156
Symbol 1109 BitmapUsed by:1110
Symbol 1110 GraphicUses:1109Used by:1119
Symbol 1111 BitmapUsed by:1112
Symbol 1112 GraphicUses:1111Used by:1119
Symbol 1113 BitmapUsed by:1114
Symbol 1114 GraphicUses:1113Used by:1119
Symbol 1115 BitmapUsed by:1116
Symbol 1116 GraphicUses:1115Used by:1119
Symbol 1117 BitmapUsed by:1118
Symbol 1118 GraphicUses:1117Used by:1119
Symbol 1119 MovieClipUses:1110 1112 1114 1116 1118Used by:1156
Symbol 1120 BitmapUsed by:1121
Symbol 1121 GraphicUses:1120Used by:1137
Symbol 1122 BitmapUsed by:1123
Symbol 1123 GraphicUses:1122Used by:1137
Symbol 1124 BitmapUsed by:1125
Symbol 1125 GraphicUses:1124Used by:1137
Symbol 1126 BitmapUsed by:1127
Symbol 1127 GraphicUses:1126Used by:1137
Symbol 1128 BitmapUsed by:1129
Symbol 1129 GraphicUses:1128Used by:1137
Symbol 1130 BitmapUsed by:1131
Symbol 1131 GraphicUses:1130Used by:1137
Symbol 1132 BitmapUsed by:1133
Symbol 1133 GraphicUses:1132Used by:1137
Symbol 1134 SoundUsed by:1137 1245
Symbol 1135 BitmapUsed by:1136
Symbol 1136 GraphicUses:1135Used by:1137
Symbol 1137 MovieClipUses:1121 1123 1125 1127 1129 1131 1133 1134 1136Used by:1156
Symbol 1138 BitmapUsed by:1139
Symbol 1139 GraphicUses:1138Used by:1142
Symbol 1140 BitmapUsed by:1141
Symbol 1141 GraphicUses:1140Used by:1142
Symbol 1142 MovieClipUses:1139 1141 994Used by:1156
Symbol 1143 BitmapUsed by:1144
Symbol 1144 GraphicUses:1143Used by:1149
Symbol 1145 BitmapUsed by:1146
Symbol 1146 GraphicUses:1145Used by:1149
Symbol 1147 BitmapUsed by:1148
Symbol 1148 GraphicUses:1147Used by:1149
Symbol 1149 MovieClipUses:1144 1146 1148Used by:1156
Symbol 1150 BitmapUsed by:1151
Symbol 1151 GraphicUses:1150Used by:1152
Symbol 1152 MovieClipUses:1151Used by:1156
Symbol 1153 SoundUsed by:1156
Symbol 1154 BitmapUsed by:1155
Symbol 1155 GraphicUses:1154Used by:1156
Symbol 1156 MovieClipUses:1099 1108 1119 1137 1142 1149 1152 1153 1155Used by:1157
Symbol 1157 MovieClipUses:1027 1029 1031 1033 1052 1054 1056 1058 1060 1062 1064 1067 469 1076 1085 1094 1156Used by:Timeline
Symbol 1158 GraphicUsed by:1303
Symbol 1159 GraphicUsed by:1160
Symbol 1160 MovieClipUses:1159Used by:1303
Symbol 1161 GraphicUsed by:1162
Symbol 1162 MovieClipUses:1161Used by:1303
Symbol 1163 GraphicUsed by:1303
Symbol 1164 GraphicUsed by:1165
Symbol 1165 MovieClipUses:1164Used by:1303
Symbol 1166 GraphicUsed by:1167
Symbol 1167 MovieClipUses:1166Used by:1303
Symbol 1168 GraphicUsed by:1303
Symbol 1169 BitmapUsed by:1170
Symbol 1170 GraphicUses:1169Used by:1171
Symbol 1171 MovieClipUses:1170Used by:1303
Symbol 1172 GraphicUsed by:1184 1303
Symbol 1173 GraphicUsed by:1174
Symbol 1174 MovieClipUses:1173Used by:1303
Symbol 1175 GraphicUsed by:1176
Symbol 1176 MovieClipUses:1175Used by:1303
Symbol 1177 GraphicUsed by:1178
Symbol 1178 MovieClipUses:1177Used by:1303
Symbol 1179 GraphicUsed by:1303
Symbol 1180 GraphicUsed by:1181
Symbol 1181 MovieClipUses:1180Used by:1303
Symbol 1182 GraphicUsed by:1183
Symbol 1183 MovieClipUses:1182Used by:1303
Symbol 1184 MovieClipUses:1172Used by:1303
Symbol 1185 GraphicUsed by:1186
Symbol 1186 MovieClipUses:1185Used by:1303
Symbol 1187 GraphicUsed by:1188
Symbol 1188 MovieClipUses:1187Used by:1303
Symbol 1189 GraphicUsed by:1190
Symbol 1190 MovieClipUses:1189Used by:1303
Symbol 1191 GraphicUsed by:1192
Symbol 1192 MovieClipUses:1191Used by:1303
Symbol 1193 GraphicUsed by:1194
Symbol 1194 MovieClipUses:1193Used by:1303
Symbol 1195 GraphicUsed by:1196
Symbol 1196 MovieClipUses:1195Used by:1303
Symbol 1197 GraphicUsed by:1198
Symbol 1198 MovieClipUses:1197Used by:1303
Symbol 1199 GraphicUsed by:1200
Symbol 1200 MovieClipUses:1199Used by:1303
Symbol 1201 GraphicUsed by:1202
Symbol 1202 MovieClipUses:1201Used by:1303
Symbol 1203 GraphicUsed by:1204
Symbol 1204 MovieClipUses:1203Used by:1303
Symbol 1205 GraphicUsed by:1206
Symbol 1206 MovieClipUses:1205Used by:1303
Symbol 1207 GraphicUsed by:1208
Symbol 1208 MovieClipUses:1207Used by:1303
Symbol 1209 GraphicUsed by:1210
Symbol 1210 MovieClipUses:1209Used by:1303
Symbol 1211 GraphicUsed by:1212
Symbol 1212 MovieClipUses:1211Used by:1303
Symbol 1213 GraphicUsed by:1214
Symbol 1214 MovieClipUses:1213Used by:1303
Symbol 1215 GraphicUsed by:1216
Symbol 1216 MovieClipUses:1215Used by:1303
Symbol 1217 BitmapUsed by:1218
Symbol 1218 GraphicUses:1217Used by:1303
Symbol 1219 GraphicUsed by:1220
Symbol 1220 MovieClipUses:1219Used by:1303
Symbol 1221 BitmapUsed by:1222
Symbol 1222 GraphicUses:1221Used by:1223
Symbol 1223 MovieClipUses:1222Used by:1270
Symbol 1224 BitmapUsed by:1225
Symbol 1225 GraphicUses:1224Used by:1232
Symbol 1226 BitmapUsed by:1227
Symbol 1227 GraphicUses:1226Used by:1232
Symbol 1228 BitmapUsed by:1229
Symbol 1229 GraphicUses:1228Used by:1232
Symbol 1230 BitmapUsed by:1231
Symbol 1231 GraphicUses:1230Used by:1232
Symbol 1232 MovieClipUses:1225 1227 1229 1231Used by:1270
Symbol 1233 BitmapUsed by:1234
Symbol 1234 GraphicUses:1233Used by:1270
Symbol 1235 BitmapUsed by:1236
Symbol 1236 GraphicUses:1235Used by:1237
Symbol 1237 MovieClipUses:1236Used by:1270
Symbol 1238 SoundUsed by:1270 1820
Symbol 1239 BitmapUsed by:1240
Symbol 1240 GraphicUses:1239Used by:1270
Symbol 1241 BitmapUsed by:1242
Symbol 1242 GraphicUses:1241Used by:1245
Symbol 1243 BitmapUsed by:1244
Symbol 1244 GraphicUses:1243Used by:1245
Symbol 1245 MovieClipUses:1242 1244 1134Used by:1270
Symbol 1246 BitmapUsed by:1247
Symbol 1247 GraphicUses:1246Used by:1250
Symbol 1248 BitmapUsed by:1249
Symbol 1249 GraphicUses:1248Used by:1250
Symbol 1250 MovieClipUses:1247 1249 994Used by:1270
Symbol 1251 BitmapUsed by:1252
Symbol 1252 GraphicUses:1251Used by:1261
Symbol 1253 BitmapUsed by:1254
Symbol 1254 GraphicUses:1253Used by:1261
Symbol 1255 SoundUsed by:1261 1818 1819
Symbol 1256 BitmapUsed by:1257
Symbol 1257 GraphicUses:1256Used by:1261
Symbol 1258 SoundUsed by:1261 1818 1819
Symbol 1259 BitmapUsed by:1260
Symbol 1260 GraphicUses:1259Used by:1261
Symbol 1261 MovieClipUses:1252 1254 1255 1257 1258 1260Used by:1270
Symbol 1262 BitmapUsed by:1263
Symbol 1263 GraphicUses:1262Used by:1265
Symbol 1264 SoundUsed by:1265
Symbol 1265 MovieClipUses:1263 1264Used by:1270
Symbol 1266 BitmapUsed by:1267
Symbol 1267 GraphicUses:1266Used by:1269
Symbol 1268 SoundUsed by:1269
Symbol 1269 MovieClipUses:1267 1268Used by:1270
Symbol 1270 MovieClipUses:1223 1232 1234 1237 1238 1240 1245 1250 1261 1265 1269Used by:1303
Symbol 1271 GraphicUsed by:1275
Symbol 1272 GraphicUsed by:1275
Symbol 1273 GraphicUsed by:1275
Symbol 1274 GraphicUsed by:1275
Symbol 1275 MovieClipUses:1271 12 1272 1273 1274Used by:1303
Symbol 1276 BitmapUsed by:1277
Symbol 1277 GraphicUses:1276Used by:1284
Symbol 1278 BitmapUsed by:1279
Symbol 1279 GraphicUses:1278Used by:1284
Symbol 1280 BitmapUsed by:1281
Symbol 1281 GraphicUses:1280Used by:1284
Symbol 1282 BitmapUsed by:1283
Symbol 1283 GraphicUses:1282Used by:1284
Symbol 1284 MovieClipUses:1277 1279 1281 1283Used by:1303
Symbol 1285 BitmapUsed by:1286
Symbol 1286 GraphicUses:1285Used by:1293
Symbol 1287 BitmapUsed by:1288
Symbol 1288 GraphicUses:1287Used by:1293
Symbol 1289 BitmapUsed by:1290
Symbol 1290 GraphicUses:1289Used by:1293
Symbol 1291 BitmapUsed by:1292
Symbol 1292 GraphicUses:1291Used by:1293
Symbol 1293 MovieClipUses:1286 1288 1290 1292Used by:1303
Symbol 1294 BitmapUsed by:1295
Symbol 1295 GraphicUses:1294Used by:1302
Symbol 1296 BitmapUsed by:1297
Symbol 1297 GraphicUses:1296Used by:1302
Symbol 1298 BitmapUsed by:1299
Symbol 1299 GraphicUses:1298Used by:1302
Symbol 1300 BitmapUsed by:1301
Symbol 1301 GraphicUses:1300Used by:1302
Symbol 1302 MovieClipUses:1295 1297 1299 1301Used by:1303
Symbol 1303 MovieClipUses:1158 1160 1162 1163 1165 1167 1168 1171 1172 1174 1176 1178 1179 1181 1183 1184 1186 1188 1190 1192 1194 1196 1198 1200 1202 1204 1206 1208 1210 1212 1214 1216 1218 1220 786 1270 182 1275 469 1284 1293 1302Used by:Timeline
Symbol 1304 GraphicUsed by:1305
Symbol 1305 MovieClipUses:1304Used by:1600
Symbol 1306 GraphicUsed by:1307
Symbol 1307 MovieClipUses:1306Used by:1600
Symbol 1308 GraphicUsed by:1314
Symbol 1309 GraphicUsed by:1312
Symbol 1310 GraphicUsed by:1312 1346 1353
Symbol 1311 GraphicUsed by:1312
Symbol 1312 MovieClipUses:1309 1310 1311Used by:1314 1348 1600
Symbol 1313 GraphicUsed by:1314
Symbol 1314 MovieClipUses:1308 1312 1313Used by:1600
Symbol 1315 GraphicUsed by:1316
Symbol 1316 MovieClipUses:1315Used by:1600
Symbol 1317 GraphicUsed by:1318
Symbol 1318 MovieClipUses:1317Used by:1600
Symbol 1319 GraphicUsed by:1320
Symbol 1320 MovieClipUses:1319Used by:1600
Symbol 1321 GraphicUsed by:1322
Symbol 1322 MovieClipUses:1321Used by:1600
Symbol 1323 GraphicUsed by:1324
Symbol 1324 MovieClipUses:1323Used by:1600
Symbol 1325 GraphicUsed by:1340
Symbol 1326 GraphicUsed by:1340
Symbol 1327 GraphicUsed by:1340
Symbol 1328 GraphicUsed by:1340
Symbol 1329 GraphicUsed by:1340
Symbol 1330 GraphicUsed by:1340
Symbol 1331 GraphicUsed by:1340
Symbol 1332 GraphicUsed by:1340
Symbol 1333 GraphicUsed by:1340
Symbol 1334 GraphicUsed by:1340
Symbol 1335 GraphicUsed by:1340
Symbol 1336 GraphicUsed by:1340
Symbol 1337 GraphicUsed by:1340
Symbol 1338 GraphicUsed by:1340
Symbol 1339 GraphicUsed by:1340
Symbol 1340 MovieClipUses:1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339Used by:1600
Symbol 1341 GraphicUsed by:1342
Symbol 1342 MovieClipUses:1341Used by:1600
Symbol 1343 GraphicUsed by:1348
Symbol 1344 GraphicUsed by:1346
Symbol 1345 GraphicUsed by:1346
Symbol 1346 MovieClipUses:1344 1310 1345Used by:1348
Symbol 1347 GraphicUsed by:1348
Symbol 1348 MovieClipUses:1343 1312 1346 1347Used by:1600
Symbol 1349 GraphicUsed by:1350
Symbol 1350 MovieClipUses:1349Used by:1600
Symbol 1351 GraphicUsed by:1353
Symbol 1352 GraphicUsed by:1353
Symbol 1353 MovieClipUses:1351 1310 1352 12Used by:1600
Symbol 1354 GraphicUsed by:1355
Symbol 1355 MovieClipUses:1354Used by:1600
Symbol 1356 GraphicUsed by:1357
Symbol 1357 MovieClipUses:1356Used by:1600
Symbol 1358 GraphicUsed by:1359
Symbol 1359 MovieClipUses:1358Used by:1600
Symbol 1360 GraphicUsed by:1361
Symbol 1361 MovieClipUses:1360Used by:1600
Symbol 1362 GraphicUsed by:1363
Symbol 1363 MovieClipUses:1362Used by:1600
Symbol 1364 GraphicUsed by:1365
Symbol 1365 MovieClipUses:1364Used by:1600
Symbol 1366 GraphicUsed by:1367
Symbol 1367 MovieClipUses:1366Used by:1600
Symbol 1368 GraphicUsed by:1369
Symbol 1369 MovieClipUses:1368Used by:1600
Symbol 1370 GraphicUsed by:1371
Symbol 1371 MovieClipUses:1370Used by:1600
Symbol 1372 BitmapUsed by:1373
Symbol 1373 GraphicUses:1372Used by:1600
Symbol 1374 GraphicUsed by:1375
Symbol 1375 MovieClipUses:1374 12Used by:1600
Symbol 1376 GraphicUsed by:1377
Symbol 1377 MovieClipUses:1376 12Used by:1600
Symbol 1378 GraphicUsed by:1379
Symbol 1379 MovieClipUses:1378 12Used by:1600
Symbol 1380 GraphicUsed by:1381
Symbol 1381 MovieClipUses:1380Used by:1600
Symbol 1382 GraphicUsed by:1383
Symbol 1383 MovieClipUses:1382Used by:1600
Symbol 1384 GraphicUsed by:1385
Symbol 1385 MovieClipUses:1384 12Used by:1600
Symbol 1386 GraphicUsed by:1387
Symbol 1387 MovieClipUses:1386 12Used by:1600
Symbol 1388 GraphicUsed by:1389
Symbol 1389 MovieClipUses:1388 12Used by:1600
Symbol 1390 GraphicUsed by:1391
Symbol 1391 MovieClipUses:1390 12Used by:1600
Symbol 1392 GraphicUsed by:1393
Symbol 1393 MovieClipUses:1392 12Used by:1600
Symbol 1394 GraphicUsed by:1395
Symbol 1395 MovieClipUses:1394 12Used by:1600
Symbol 1396 GraphicUsed by:1397
Symbol 1397 MovieClipUses:1396 12Used by:1600
Symbol 1398 GraphicUsed by:1399
Symbol 1399 MovieClipUses:1398Used by:1600
Symbol 1400 GraphicUsed by:1401
Symbol 1401 MovieClipUses:1400 12Used by:1600
Symbol 1402 GraphicUsed by:1403
Symbol 1403 MovieClipUses:1402 12Used by:1600
Symbol 1404 GraphicUsed by:1405
Symbol 1405 MovieClipUses:1404 12Used by:1409 1600
Symbol 1406 GraphicUsed by:1407
Symbol 1407 MovieClipUses:1406 12Used by:1600
Symbol 1408 GraphicUsed by:1409
Symbol 1409 MovieClipUses:1405 1408 12Used by:1600
Symbol 1410 GraphicUsed by:1411
Symbol 1411 MovieClipUses:1410Used by:1600
Symbol 1412 GraphicUsed by:1413
Symbol 1413 MovieClipUses:1412 12Used by:1600
Symbol 1414 GraphicUsed by:1415
Symbol 1415 MovieClipUses:1414 12Used by:1600
Symbol 1416 GraphicUsed by:1417
Symbol 1417 MovieClipUses:1416 12Used by:1600
Symbol 1418 GraphicUsed by:1419
Symbol 1419 MovieClipUses:1418 12Used by:1600
Symbol 1420 GraphicUsed by:1421
Symbol 1421 MovieClipUses:1420 12Used by:1600
Symbol 1422 GraphicUsed by:1423
Symbol 1423 MovieClipUses:1422 12Used by:1600
Symbol 1424 BitmapUsed by:1425
Symbol 1425 GraphicUses:1424Used by:1600
Symbol 1426 BitmapUsed by:1427
Symbol 1427 GraphicUses:1426Used by:1428 1482
Symbol 1428 MovieClipUses:1427Used by:1484
Symbol 1429 BitmapUsed by:1430 1431 1432
Symbol 1430 GraphicUses:1429Used by:1433 1434 1482
Symbol 1431 GraphicUses:1429Used by:1433
Symbol 1432 GraphicUses:1429Used by:1433
Symbol 1433 MovieClipUses:1430 1431 994 1432Used by:1484
Symbol 1434 MovieClipUses:1430Used by:1484
Symbol 1435 ShapeTweeningUsed by:1482
Symbol 1436 GraphicUsed by:1482
Symbol 1437 GraphicUsed by:1482
Symbol 1438 GraphicUsed by:1482
Symbol 1439 GraphicUsed by:1482
Symbol 1440 GraphicUsed by:1482
Symbol 1441 GraphicUsed by:1482
Symbol 1442 GraphicUsed by:1482
Symbol 1443 GraphicUsed by:1482
Symbol 1444 GraphicUsed by:1482
Symbol 1445 GraphicUsed by:1482
Symbol 1446 GraphicUsed by:1482
Symbol 1447 GraphicUsed by:1482
Symbol 1448 GraphicUsed by:1482
Symbol 1449 GraphicUsed by:1482
Symbol 1450 GraphicUsed by:1482
Symbol 1451 GraphicUsed by:1482
Symbol 1452 GraphicUsed by:1482
Symbol 1453 GraphicUsed by:1482
Symbol 1454 GraphicUsed by:1482
Symbol 1455 GraphicUsed by:1482
Symbol 1456 GraphicUsed by:1482
Symbol 1457 GraphicUsed by:1482
Symbol 1458 GraphicUsed by:1482
Symbol 1459 GraphicUsed by:1482
Symbol 1460 GraphicUsed by:1482
Symbol 1461 GraphicUsed by:1482
Symbol 1462 GraphicUsed by:1482
Symbol 1463 GraphicUsed by:1482
Symbol 1464 GraphicUsed by:1482
Symbol 1465 GraphicUsed by:1482
Symbol 1466 GraphicUsed by:1482
Symbol 1467 GraphicUsed by:1482
Symbol 1468 GraphicUsed by:1482
Symbol 1469 GraphicUsed by:1482
Symbol 1470 GraphicUsed by:1482
Symbol 1471 GraphicUsed by:1482
Symbol 1472 GraphicUsed by:1482
Symbol 1473 GraphicUsed by:1482
Symbol 1474 GraphicUsed by:1482
Symbol 1475 GraphicUsed by:1482
Symbol 1476 GraphicUsed by:1482
Symbol 1477 GraphicUsed by:1482
Symbol 1478 GraphicUsed by:1482
Symbol 1479 GraphicUsed by:1482
Symbol 1480 GraphicUsed by:1482
Symbol 1481 GraphicUsed by:1482
Symbol 1482 MovieClipUses:1435 1427 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1430 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481Used by:1484
Symbol 1483 GraphicUsed by:1484
Symbol 1484 MovieClipUses:1428 1433 1434 1482 1483Used by:1600
Symbol 1485 BitmapUsed by:1486
Symbol 1486 GraphicUses:1485Used by:1489
Symbol 1487 BitmapUsed by:1488
Symbol 1488 GraphicUses:1487Used by:1489
Symbol 1489 MovieClipUses:1486 1488Used by:1600
Symbol 1490 GraphicUsed by:1498
Symbol 1491 GraphicUsed by:1497
Symbol 1492 BitmapUsed by:1493
Symbol 1493 GraphicUses:1492Used by:1496
Symbol 1494 BitmapUsed by:1495
Symbol 1495 GraphicUses:1494Used by:1496
Symbol 1496 MovieClipUses:1493 1495Used by:1497
Symbol 1497 MovieClipUses:1491 1496Used by:1498
Symbol 1498 MovieClipUses:1490 1497Used by:1600
Symbol 1499 BitmapUsed by:1500
Symbol 1500 GraphicUses:1499Used by:1507
Symbol 1501 BitmapUsed by:1502
Symbol 1502 GraphicUses:1501Used by:1507
Symbol 1503 BitmapUsed by:1504
Symbol 1504 GraphicUses:1503Used by:1507
Symbol 1505 BitmapUsed by:1506
Symbol 1506 GraphicUses:1505Used by:1507
Symbol 1507 MovieClipUses:1500 1502 1504 1506Used by:1600
Symbol 1508 BitmapUsed by:1509
Symbol 1509 GraphicUses:1508Used by:1516
Symbol 1510 BitmapUsed by:1511
Symbol 1511 GraphicUses:1510Used by:1516
Symbol 1512 BitmapUsed by:1513
Symbol 1513 GraphicUses:1512Used by:1516
Symbol 1514 BitmapUsed by:1515
Symbol 1515 GraphicUses:1514Used by:1516
Symbol 1516 MovieClipUses:1509 1511 1513 1515Used by:1600
Symbol 1517 BitmapUsed by:1518
Symbol 1518 GraphicUses:1517Used by:1525
Symbol 1519 BitmapUsed by:1520
Symbol 1520 GraphicUses:1519Used by:1525
Symbol 1521 BitmapUsed by:1522
Symbol 1522 GraphicUses:1521Used by:1525
Symbol 1523 BitmapUsed by:1524
Symbol 1524 GraphicUses:1523Used by:1525
Symbol 1525 MovieClipUses:1518 1520 1522 1524Used by:1600
Symbol 1526 BitmapUsed by:1527
Symbol 1527 GraphicUses:1526Used by:1532
Symbol 1528 BitmapUsed by:1529
Symbol 1529 GraphicUses:1528Used by:1532
Symbol 1530 BitmapUsed by:1531
Symbol 1531 GraphicUses:1530Used by:1532
Symbol 1532 MovieClipUses:1527 1529 1531Used by:1600
Symbol 1533 BitmapUsed by:1534
Symbol 1534 GraphicUses:1533Used by:1537
Symbol 1535 BitmapUsed by:1536
Symbol 1536 GraphicUses:1535Used by:1537
Symbol 1537 MovieClipUses:1534 1536Used by:1600
Symbol 1538 BitmapUsed by:1539
Symbol 1539 GraphicUses:1538Used by:1540
Symbol 1540 MovieClipUses:1539Used by:1566
Symbol 1541 BitmapUsed by:1542
Symbol 1542 GraphicUses:1541Used by:1549
Symbol 1543 BitmapUsed by:1544
Symbol 1544 GraphicUses:1543Used by:1549
Symbol 1545 BitmapUsed by:1546
Symbol 1546 GraphicUses:1545Used by:1549
Symbol 1547 BitmapUsed by:1548
Symbol 1548 GraphicUses:1547Used by:1549
Symbol 1549 MovieClipUses:1542 1544 1546 1548Used by:1566
Symbol 1550 BitmapUsed by:1551
Symbol 1551 GraphicUses:1550Used by:1552
Symbol 1552 MovieClipUses:1551Used by:1566
Symbol 1553 SoundUsed by:1566
Symbol 1554 BitmapUsed by:1555
Symbol 1555 GraphicUses:1554Used by:1566
Symbol 1556 BitmapUsed by:1557
Symbol 1557 GraphicUses:1556Used by:1560
Symbol 1558 BitmapUsed by:1559
Symbol 1559 GraphicUses:1558Used by:1560
Symbol 1560 MovieClipUses:1557 1559Used by:1566
Symbol 1561 BitmapUsed by:1562
Symbol 1562 GraphicUses:1561Used by:1565
Symbol 1563 BitmapUsed by:1564
Symbol 1564 GraphicUses:1563Used by:1565
Symbol 1565 MovieClipUses:1562 1564Used by:1566
Symbol 1566 MovieClipUses:1540 1549 1552 1553 1555 1560 1565Used by:1600
Symbol 1567 GraphicUsed by:1569
Symbol 1568 GraphicUsed by:1569
Symbol 1569 MovieClipUses:1567 1568 12Used by:1600
Symbol 1570 GraphicUsed by:1571
Symbol 1571 MovieClipUses:1570 12Used by:1600
Symbol 1572 GraphicUsed by:1573
Symbol 1573 MovieClipUses:1572Used by:1600
Symbol 1574 GraphicUsed by:1575
Symbol 1575 MovieClipUses:1574 12Used by:1600
Symbol 1576 GraphicUsed by:1577
Symbol 1577 MovieClipUses:1576 12Used by:1600
Symbol 1578 GraphicUsed by:1579
Symbol 1579 MovieClipUses:1578 12Used by:1600
Symbol 1580 GraphicUsed by:1581
Symbol 1581 MovieClipUses:1580 12Used by:1600
Symbol 1582 GraphicUsed by:1583
Symbol 1583 MovieClipUses:1582 12Used by:1600
Symbol 1584 GraphicUsed by:1585
Symbol 1585 MovieClipUses:1584 12Used by:1600
Symbol 1586 GraphicUsed by:1589
Symbol 1587 GraphicUsed by:1588
Symbol 1588 MovieClipUses:383 1587 387 388 391Used by:1589
Symbol 1589 MovieClipUses:1586 1588 12Used by:1600
Symbol 1590 GraphicUsed by:1595
Symbol 1591 GraphicUsed by:1595
Symbol 1592 GraphicUsed by:1595
Symbol 1593 GraphicUsed by:1595
Symbol 1594 GraphicUsed by:1595
Symbol 1595 MovieClipUses:1590 1591 1592 1593 1594Used by:1600
Symbol 1596 GraphicUsed by:1597
Symbol 1597 MovieClipUses:1596Used by:1600
Symbol 1598 GraphicUsed by:1599
Symbol 1599 MovieClipUses:1598Used by:1600
Symbol 1600 MovieClipUses:1305 1307 1314 1316 1318 1320 1322 1324 1340 1342 1348 1350 1312 1353 1355 1357 1359 1361 1363 1365 1367 1369 1371 1373 1375 1377 1379 1381 1383 396 1385 1387 1389 1391 1393 1395 1397 1399 1401 1403 1405 1407 1409 1411 1413 1415 1417 786 1419 1421 1423 1425 1484 1489 1498 469 1507 1516 1525 1532 1537 1566 1569 182 1571 1573 1575 1577 1579 1581 1583 1585 1589 1595 1597 1599Used by:Timeline
Symbol 1601 GraphicUsed by:1616
Symbol 1602 GraphicUsed by:1616
Symbol 1603 GraphicUsed by:1616
Symbol 1604 GraphicUsed by:1616
Symbol 1605 GraphicUsed by:1616
Symbol 1606 GraphicUsed by:1616
Symbol 1607 GraphicUsed by:1616
Symbol 1608 GraphicUsed by:1616
Symbol 1609 GraphicUsed by:1616
Symbol 1610 GraphicUsed by:1616
Symbol 1611 GraphicUsed by:1616
Symbol 1612 GraphicUsed by:1616
Symbol 1613 GraphicUsed by:1616
Symbol 1614 GraphicUsed by:1616
Symbol 1615 GraphicUsed by:1616
Symbol 1616 MovieClipUses:1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615Used by:1617 1637
Symbol 1617 MovieClipUses:1616Used by:1621
Symbol 1618 GraphicUsed by:1619
Symbol 1619 MovieClipUses:1618Used by:1620
Symbol 1620 MovieClipUses:1619 409Used by:1621
Symbol 1621 MovieClipUses:1617 1620Used by:Timeline
Symbol 1622 GraphicUsed by:1627
Symbol 1623 GraphicUsed by:1627
Symbol 1624 GraphicUsed by:1627
Symbol 1625 GraphicUsed by:1627
Symbol 1626 GraphicUsed by:1627
Symbol 1627 MovieClipUses:1622 1623 1624 1625 1626Used by:Timeline
Symbol 1628 ShapeTweeningUsed by:1632
Symbol 1629 ShapeTweeningUsed by:1632
Symbol 1630 GraphicUsed by:1632
Symbol 1631 GraphicUsed by:1632 1636
Symbol 1632 MovieClipUses:1628 1629 1630 1631Used by:Timeline
Symbol 1633 ShapeTweeningUsed by:1636
Symbol 1634 ShapeTweeningUsed by:1636
Symbol 1635 GraphicUsed by:1636
Symbol 1636 MovieClipUses:1633 1634 1635 1631Used by:Timeline
Symbol 1637 MovieClipUses:1616Used by:Timeline
Symbol 1638 GraphicUsed by:1639
Symbol 1639 MovieClipUses:1638Used by:1828
Symbol 1640 GraphicUsed by:1641
Symbol 1641 MovieClipUses:1640Used by:1828
Symbol 1642 GraphicUsed by:1666
Symbol 1643 GraphicUsed by:1666
Symbol 1644 GraphicUsed by:1666
Symbol 1645 GraphicUsed by:1666
Symbol 1646 GraphicUsed by:1666
Symbol 1647 GraphicUsed by:1666
Symbol 1648 GraphicUsed by:1666
Symbol 1649 GraphicUsed by:1666
Symbol 1650 GraphicUsed by:1666
Symbol 1651 GraphicUsed by:1666
Symbol 1652 GraphicUsed by:1666
Symbol 1653 GraphicUsed by:1666
Symbol 1654 GraphicUsed by:1666
Symbol 1655 GraphicUsed by:1666
Symbol 1656 GraphicUsed by:1666
Symbol 1657 GraphicUsed by:1666
Symbol 1658 GraphicUsed by:1666
Symbol 1659 GraphicUsed by:1666
Symbol 1660 GraphicUsed by:1666
Symbol 1661 GraphicUsed by:1666
Symbol 1662 GraphicUsed by:1666
Symbol 1663 GraphicUsed by:1666
Symbol 1664 GraphicUsed by:1666
Symbol 1665 GraphicUsed by:1666
Symbol 1666 MovieClipUses:1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665Used by:1828
Symbol 1667 GraphicUsed by:1828
Symbol 1668 GraphicUsed by:1669
Symbol 1669 MovieClipUses:1668 12Used by:1828
Symbol 1670 GraphicUsed by:1828
Symbol 1671 GraphicUsed by:1677
Symbol 1672 GraphicUsed by:1676
Symbol 1673 GraphicUsed by:1676
Symbol 1674 GraphicUsed by:1676
Symbol 1675 GraphicUsed by:1676
Symbol 1676 MovieClipUses:1672 1673 1674 1675Used by:1677
Symbol 1677 MovieClipUses:1671 1676 12Used by:1828
Symbol 1678 BitmapUsed by:1679
Symbol 1679 GraphicUses:1678Used by:1750
Symbol 1680 BitmapUsed by:1681
Symbol 1681 GraphicUses:1680Used by:1688
Symbol 1682 BitmapUsed by:1683
Symbol 1683 GraphicUses:1682Used by:1688
Symbol 1684 BitmapUsed by:1685
Symbol 1685 GraphicUses:1684Used by:1688
Symbol 1686 BitmapUsed by:1687
Symbol 1687 GraphicUses:1686Used by:1688
Symbol 1688 MovieClipUses:1681 1683 1685 1687Used by:1743 1750
Symbol 1689 BitmapUsed by:1690
Symbol 1690 GraphicUses:1689Used by:1750
Symbol 1691 BitmapUsed by:1692
Symbol 1692 GraphicUses:1691Used by:1693
Symbol 1693 MovieClipUses:1692Used by:1750
Symbol 1694 SoundUsed by:1750
Symbol 1695 BitmapUsed by:1696
Symbol 1696 GraphicUses:1695Used by:1750
Symbol 1697 BitmapUsed by:1698
Symbol 1698 GraphicUses:1697Used by:1743
Symbol 1699 ShapeTweeningUsed by:1743
Symbol 1700 GraphicUsed by:1743
Symbol 1701 GraphicUsed by:1743
Symbol 1702 GraphicUsed by:1743
Symbol 1703 GraphicUsed by:1743
Symbol 1704 ShapeTweeningUsed by:1743
Symbol 1705 GraphicUsed by:1743
Symbol 1706 GraphicUsed by:1743
Symbol 1707 GraphicUsed by:1743
Symbol 1708 GraphicUsed by:1743
Symbol 1709 GraphicUsed by:1743
Symbol 1710 BitmapUsed by:1711
Symbol 1711 GraphicUses:1710Used by:1743
Symbol 1712 GraphicUsed by:1743
Symbol 1713 GraphicUsed by:1743
Symbol 1714 GraphicUsed by:1743
Symbol 1715 GraphicUsed by:1743
Symbol 1716 GraphicUsed by:1743
Symbol 1717 GraphicUsed by:1743
Symbol 1718 GraphicUsed by:1743
Symbol 1719 GraphicUsed by:1743
Symbol 1720 GraphicUsed by:1743
Symbol 1721 GraphicUsed by:1743
Symbol 1722 GraphicUsed by:1743
Symbol 1723 GraphicUsed by:1743
Symbol 1724 GraphicUsed by:1743
Symbol 1725 GraphicUsed by:1743
Symbol 1726 GraphicUsed by:1743
Symbol 1727 BitmapUsed by:1728
Symbol 1728 GraphicUses:1727Used by:1743
Symbol 1729 GraphicUsed by:1743
Symbol 1730 GraphicUsed by:1743
Symbol 1731 GraphicUsed by:1743
Symbol 1732 GraphicUsed by:1743
Symbol 1733 GraphicUsed by:1743
Symbol 1734 GraphicUsed by:1743
Symbol 1735 GraphicUsed by:1743
Symbol 1736 GraphicUsed by:1743
Symbol 1737 ShapeTweeningUsed by:1743
Symbol 1738 GraphicUsed by:1743
Symbol 1739 GraphicUsed by:1743
Symbol 1740 GraphicUsed by:1743
Symbol 1741 GraphicUsed by:1743
Symbol 1742 GraphicUsed by:1743
Symbol 1743 MovieClipUses:1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1688Used by:1750
Symbol 1744 BitmapUsed by:1745
Symbol 1745 GraphicUses:1744Used by:1748 1749
Symbol 1746 BitmapUsed by:1747
Symbol 1747 GraphicUses:1746Used by:1748 1749
Symbol 1748 MovieClipUses:1745 1747 994Used by:1750
Symbol 1749 MovieClipUses:1745 1747 994Used by:1750
Symbol 1750 MovieClipUses:1679 1688 1690 1693 1694 1696 1743 1748 1749Used by:1828
Symbol 1751 BitmapUsed by:1752
Symbol 1752 GraphicUses:1751Used by:1818 1820
Symbol 1753 BitmapUsed by:1754
Symbol 1754 GraphicUses:1753Used by:1761
Symbol 1755 BitmapUsed by:1756
Symbol 1756 GraphicUses:1755Used by:1761
Symbol 1757 BitmapUsed by:1758
Symbol 1758 GraphicUses:1757Used by:1761
Symbol 1759 BitmapUsed by:1760
Symbol 1760 GraphicUses:1759Used by:1761
Symbol 1761 MovieClipUses:1754 1756 1758 1760Used by:1809 1820
Symbol 1762 BitmapUsed by:1763
Symbol 1763 GraphicUses:1762Used by:1820
Symbol 1764 BitmapUsed by:1765
Symbol 1765 GraphicUses:1764Used by:1766
Symbol 1766 MovieClipUses:1765Used by:1820
Symbol 1767 BitmapUsed by:1768
Symbol 1768 GraphicUses:1767Used by:1820
Symbol 1769 BitmapUsed by:1770
Symbol 1770 GraphicUses:1769Used by:1809
Symbol 1771 GraphicUsed by:1809
Symbol 1772 GraphicUsed by:1809
Symbol 1773 GraphicUsed by:1809
Symbol 1774 GraphicUsed by:1809
Symbol 1775 GraphicUsed by:1809
Symbol 1776 GraphicUsed by:1809
Symbol 1777 GraphicUsed by:1809
Symbol 1778 GraphicUsed by:1809
Symbol 1779 GraphicUsed by:1809
Symbol 1780 BitmapUsed by:1781
Symbol 1781 GraphicUses:1780Used by:1809
Symbol 1782 GraphicUsed by:1809
Symbol 1783 GraphicUsed by:1809
Symbol 1784 GraphicUsed by:1809
Symbol 1785 GraphicUsed by:1809
Symbol 1786 GraphicUsed by:1809
Symbol 1787 GraphicUsed by:1809
Symbol 1788 GraphicUsed by:1809
Symbol 1789 GraphicUsed by:1809
Symbol 1790 GraphicUsed by:1809
Symbol 1791 GraphicUsed by:1809
Symbol 1792 GraphicUsed by:1809
Symbol 1793 GraphicUsed by:1809
Symbol 1794 GraphicUsed by:1809
Symbol 1795 GraphicUsed by:1809
Symbol 1796 GraphicUsed by:1809
Symbol 1797 BitmapUsed by:1798
Symbol 1798 GraphicUses:1797Used by:1809
Symbol 1799 GraphicUsed by:1809
Symbol 1800 GraphicUsed by:1809
Symbol 1801 GraphicUsed by:1809
Symbol 1802 GraphicUsed by:1809
Symbol 1803 GraphicUsed by:1809
Symbol 1804 GraphicUsed by:1809
Symbol 1805 GraphicUsed by:1809
Symbol 1806 GraphicUsed by:1809
Symbol 1807 GraphicUsed by:1809
Symbol 1808 GraphicUsed by:1809
Symbol 1809 MovieClipUses:1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1761Used by:1820
Symbol 1810 BitmapUsed by:1811
Symbol 1811 GraphicUses:1810Used by:1818 1819
Symbol 1812 BitmapUsed by:1813
Symbol 1813 GraphicUses:1812Used by:1818 1819
Symbol 1814 BitmapUsed by:1815
Symbol 1815 GraphicUses:1814Used by:1818 1819
Symbol 1816 BitmapUsed by:1817
Symbol 1817 GraphicUses:1816Used by:1818 1819
Symbol 1818 MovieClipUses:1752 1811 1258 1813 1255 1815 1817Used by:1820
Symbol 1819 MovieClipUses:1811 1255 1813 1258 1815 1817Used by:1820
Symbol 1820 MovieClipUses:1752 1761 1763 1766 1238 1768 1809 1818 1819Used by:1828
Symbol 1821 GraphicUsed by:1828
Symbol 1822 GraphicUsed by:1823
Symbol 1823 MovieClipUses:1822Used by:1828
Symbol 1824 GraphicUsed by:1825
Symbol 1825 MovieClipUses:1824Used by:1828
Symbol 1826 GraphicUsed by:1827
Symbol 1827 MovieClipUses:1826Used by:1828
Symbol 1828 MovieClipUses:1639 1641 1666 1667 1669 1670 1677 1750 469 786 1820 1821 1823 1825 1827Used by:Timeline
Symbol 1829 EditableTextUses:1Used by:1832
Symbol 1830 EditableTextUses:1Used by:1832
Symbol 1831 EditableTextUses:1Used by:1832
Symbol 1832 MovieClipUses:1829 1830 1831Used by:Timeline
Symbol 1833 BitmapUsed by:1834
Symbol 1834 GraphicUses:1833Used by:1849
Symbol 1835 GraphicUsed by:1848
Symbol 1836 GraphicUsed by:1848
Symbol 1837 GraphicUsed by:1848
Symbol 1838 GraphicUsed by:1848
Symbol 1839 GraphicUsed by:1848
Symbol 1840 GraphicUsed by:1848
Symbol 1841 GraphicUsed by:1848
Symbol 1842 GraphicUsed by:1848
Symbol 1843 GraphicUsed by:1848
Symbol 1844 GraphicUsed by:1848
Symbol 1845 GraphicUsed by:1848
Symbol 1846 GraphicUsed by:1848
Symbol 1847 GraphicUsed by:1848
Symbol 1848 MovieClipUses:1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847Used by:1849
Symbol 1849 MovieClipUses:1834 786 12 1848 469Used by:Timeline
Symbol 1850 GraphicUsed by:1875
Symbol 1851 BitmapUsed by:1852
Symbol 1852 GraphicUses:1851Used by:1853
Symbol 1853 MovieClipUses:1852Used by:1875
Symbol 1854 BitmapUsed by:1855
Symbol 1855 GraphicUses:1854Used by:1871
Symbol 1856 BitmapUsed by:1857
Symbol 1857 GraphicUses:1856Used by:1864 1871
Symbol 1858 BitmapUsed by:1859
Symbol 1859 GraphicUses:1858Used by:1864
Symbol 1860 BitmapUsed by:1861
Symbol 1861 GraphicUses:1860Used by:1864 1871
Symbol 1862 BitmapUsed by:1863
Symbol 1863 GraphicUses:1862Used by:1864 1871
Symbol 1864 MovieClipUses:1857 1859 1861 1863Used by:1871
Symbol 1865 BitmapUsed by:1866
Symbol 1866 GraphicUses:1865Used by:1871
Symbol 1867 BitmapUsed by:1868
Symbol 1868 GraphicUses:1867Used by:1871
Symbol 1869 BitmapUsed by:1870
Symbol 1870 GraphicUses:1869Used by:1871
Symbol 1871 MovieClipUses:1855 1864 1866 1857 1861 1863 1868 1870Used by:1875
Symbol 1872 BitmapUsed by:1873
Symbol 1873 GraphicUses:1872Used by:1874
Symbol 1874 MovieClipUses:1873Used by:1875
Symbol 1875 MovieClipUses:1850 1853 786 1871 1874Used by:Timeline
Symbol 1876 GraphicUsed by:2120
Symbol 1877 GraphicUsed by:1878
Symbol 1878 MovieClipUses:1877Used by:2120
Symbol 1879 GraphicUsed by:1880
Symbol 1880 MovieClipUses:1879Used by:2120
Symbol 1881 GraphicUsed by:1882
Symbol 1882 MovieClipUses:1881Used by:2120
Symbol 1883 GraphicUsed by:1884
Symbol 1884 MovieClipUses:1883Used by:2120
Symbol 1885 GraphicUsed by:1886
Symbol 1886 MovieClipUses:1885Used by:2120
Symbol 1887 GraphicUsed by:1888
Symbol 1888 MovieClipUses:1887Used by:2120
Symbol 1889 GraphicUsed by:1890
Symbol 1890 MovieClipUses:1889 12Used by:2120
Symbol 1891 GraphicUsed by:1892
Symbol 1892 MovieClipUses:1891Used by:2120
Symbol 1893 GraphicUsed by:1894
Symbol 1894 MovieClipUses:1893Used by:2120
Symbol 1895 GraphicUsed by:1906
Symbol 1896 GraphicUsed by:1906
Symbol 1897 GraphicUsed by:1906
Symbol 1898 GraphicUsed by:1906
Symbol 1899 GraphicUsed by:1906
Symbol 1900 GraphicUsed by:1906
Symbol 1901 GraphicUsed by:1906
Symbol 1902 GraphicUsed by:1905
Symbol 1903 GraphicUsed by:1905
Symbol 1904 GraphicUsed by:1905
Symbol 1905 MovieClipUses:1902 1903 1904Used by:1906
Symbol 1906 MovieClipUses:1895 1896 1897 1898 1899 1900 1901 1905Used by:2120
Symbol 1907 GraphicUsed by:1908
Symbol 1908 MovieClipUses:1907Used by:2120
Symbol 1909 GraphicUsed by:1910
Symbol 1910 MovieClipUses:1909Used by:2120
Symbol 1911 GraphicUsed by:1912
Symbol 1912 MovieClipUses:1911Used by:2120
Symbol 1913 GraphicUsed by:1915
Symbol 1914 GraphicUsed by:1915 1922
Symbol 1915 MovieClipUses:1913 1914Used by:2120
Symbol 1916 GraphicUsed by:1918
Symbol 1917 GraphicUsed by:1918
Symbol 1918 MovieClipUses:1916 1917Used by:2120
Symbol 1919 GraphicUsed by:1920
Symbol 1920 MovieClipUses:1919Used by:2120
Symbol 1921 GraphicUsed by:1922
Symbol 1922 MovieClipUses:1921 1914Used by:2120
Symbol 1923 GraphicUsed by:1924
Symbol 1924 MovieClipUses:1923Used by:2120
Symbol 1925 GraphicUsed by:1926
Symbol 1926 MovieClipUses:1925Used by:2120
Symbol 1927 GraphicUsed by:1928
Symbol 1928 MovieClipUses:1927Used by:2120
Symbol 1929 GraphicUsed by:1930
Symbol 1930 MovieClipUses:1929Used by:2120
Symbol 1931 GraphicUsed by:1932
Symbol 1932 MovieClipUses:1931Used by:2120
Symbol 1933 GraphicUsed by:1934
Symbol 1934 MovieClipUses:1933Used by:2120
Symbol 1935 GraphicUsed by:1936
Symbol 1936 MovieClipUses:1935Used by:2120
Symbol 1937 GraphicUsed by:1938
Symbol 1938 MovieClipUses:1937 12Used by:2120
Symbol 1939 GraphicUsed by:1943
Symbol 1940 GraphicUsed by:1943
Symbol 1941 GraphicUsed by:1943
Symbol 1942 GraphicUsed by:1943
Symbol 1943 MovieClipUses:1939 1940 1941 1942Used by:2120
Symbol 1944 GraphicUsed by:1945
Symbol 1945 MovieClipUses:1944Used by:2120
Symbol 1946 GraphicUsed by:2120
Symbol 1947 GraphicUsed by:1948
Symbol 1948 MovieClipUses:383 1947 387 388 391Used by:2120
Symbol 1949 GraphicUsed by:1950
Symbol 1950 MovieClipUses:1949 12Used by:2120
Symbol 1951 GraphicUsed by:1953
Symbol 1952 GraphicUsed by:1953
Symbol 1953 MovieClipUses:1951 1952Used by:2120
Symbol 1954 GraphicUsed by:1955
Symbol 1955 MovieClipUses:1954 12Used by:2120
Symbol 1956 GraphicUsed by:1957
Symbol 1957 MovieClipUses:1956 12Used by:2120
Symbol 1958 GraphicUsed by:1959
Symbol 1959 MovieClipUses:1958 12Used by:2120
Symbol 1960 GraphicUsed by:1961
Symbol 1961 MovieClipUses:1960 12Used by:2120
Symbol 1962 GraphicUsed by:1963
Symbol 1963 MovieClipUses:1962 12Used by:2120
Symbol 1964 GraphicUsed by:1965
Symbol 1965 MovieClipUses:1964 12Used by:2120
Symbol 1966 GraphicUsed by:1967
Symbol 1967 MovieClipUses:1966 12Used by:2120
Symbol 1968 GraphicUsed by:1969
Symbol 1969 MovieClipUses:1968 12Used by:2120
Symbol 1970 GraphicUsed by:1977
Symbol 1971 ShapeTweeningUsed by:1977
Symbol 1972 GraphicUsed by:1977
Symbol 1973 ShapeTweeningUsed by:1977
Symbol 1974 ShapeTweeningUsed by:1977
Symbol 1975 GraphicUsed by:1977
Symbol 1976 GraphicUsed by:1977
Symbol 1977 MovieClipUses:1970 1971 1972 1973 1974 12 1975 1976Used by:2120
Symbol 1978 GraphicUsed by:1979
Symbol 1979 MovieClipUses:1978 12Used by:2120
Symbol 1980 GraphicUsed by:1981
Symbol 1981 MovieClipUses:1980 12Used by:2120
Symbol 1982 GraphicUsed by:1983
Symbol 1983 MovieClipUses:1982 12Used by:2120
Symbol 1984 GraphicUsed by:1985
Symbol 1985 MovieClipUses:1984 12Used by:2120
Symbol 1986 GraphicUsed by:1987
Symbol 1987 MovieClipUses:1986 12Used by:2120
Symbol 1988 GraphicUsed by:1989
Symbol 1989 MovieClipUses:1988 12Used by:2120
Symbol 1990 GraphicUsed by:1991
Symbol 1991 MovieClipUses:1990 12Used by:2120
Symbol 1992 GraphicUsed by:1993
Symbol 1993 MovieClipUses:1992 12Used by:2120
Symbol 1994 GraphicUsed by:1995
Symbol 1995 MovieClipUses:1994 12Used by:2120
Symbol 1996 GraphicUsed by:1997
Symbol 1997 MovieClipUses:1996 12Used by:2120
Symbol 1998 GraphicUsed by:1999
Symbol 1999 MovieClipUses:1998 12Used by:2120
Symbol 2000 GraphicUsed by:2001
Symbol 2001 MovieClipUses:2000 12Used by:2120
Symbol 2002 GraphicUsed by:2003
Symbol 2003 MovieClipUses:2002 12Used by:2120
Symbol 2004 GraphicUsed by:2120
Symbol 2005 GraphicUsed by:2008
Symbol 2006 GraphicUsed by:2007
Symbol 2007 MovieClipUses:2006Used by:2008
Symbol 2008 MovieClipUses:2005 2007Used by:2120
Symbol 2009 GraphicUsed by:2010
Symbol 2010 MovieClipUses:2009 12Used by:2120
Symbol 2011 GraphicUsed by:2012
Symbol 2012 MovieClipUses:2011Used by:2120
Symbol 2013 GraphicUsed by:2018
Symbol 2014 GraphicUsed by:2018
Symbol 2015 GraphicUsed by:2018
Symbol 2016 GraphicUsed by:2018
Symbol 2017 GraphicUsed by:2018
Symbol 2018 MovieClipUses:2013 2014 2015 2016 2017Used by:2120
Symbol 2019 GraphicUsed by:2020
Symbol 2020 MovieClipUses:2019 12Used by:2120
Symbol 2021 GraphicUsed by:2022
Symbol 2022 MovieClipUses:2021 12Used by:2120
Symbol 2023 BitmapUsed by:2024
Symbol 2024 GraphicUses:2023Used by:2029
Symbol 2025 BitmapUsed by:2026
Symbol 2026 GraphicUses:2025Used by:2029
Symbol 2027 BitmapUsed by:2028
Symbol 2028 GraphicUses:2027Used by:2029
Symbol 2029 MovieClipUses:2024 2026 2028Used by:2120
Symbol 2030 BitmapUsed by:2031
Symbol 2031 GraphicUses:2030Used by:2032
Symbol 2032 MovieClipUses:2031Used by:2120
Symbol 2033 BitmapUsed by:2034
Symbol 2034 GraphicUses:2033Used by:2037
Symbol 2035 BitmapUsed by:2036
Symbol 2036 GraphicUses:2035Used by:2037
Symbol 2037 MovieClipUses:2034 2036Used by:2120
Symbol 2038 BitmapUsed by:2039
Symbol 2039 GraphicUses:2038Used by:2042
Symbol 2040 BitmapUsed by:2041
Symbol 2041 GraphicUses:2040Used by:2042
Symbol 2042 MovieClipUses:2039 2041Used by:2120
Symbol 2043 GraphicUsed by:2044
Symbol 2044 MovieClipUses:2043Used by:2120
Symbol 2045 BitmapUsed by:2046
Symbol 2046 GraphicUses:2045Used by:2053
Symbol 2047 BitmapUsed by:2048
Symbol 2048 GraphicUses:2047Used by:2053
Symbol 2049 BitmapUsed by:2050
Symbol 2050 GraphicUses:2049Used by:2053
Symbol 2051 BitmapUsed by:2052
Symbol 2052 GraphicUses:2051Used by:2053
Symbol 2053 MovieClipUses:2046 2048 2050 2052Used by:2120
Symbol 2054 BitmapUsed by:2055
Symbol 2055 GraphicUses:2054Used by:2056
Symbol 2056 MovieClipUses:2055Used by:2120
Symbol 2057 BitmapUsed by:2058
Symbol 2058 GraphicUses:2057Used by:2063
Symbol 2059 BitmapUsed by:2060
Symbol 2060 GraphicUses:2059Used by:2063
Symbol 2061 BitmapUsed by:2062
Symbol 2062 GraphicUses:2061Used by:2063
Symbol 2063 MovieClipUses:2058 2060 2062Used by:2089
Symbol 2064 BitmapUsed by:2065
Symbol 2065 GraphicUses:2064Used by:2072
Symbol 2066 BitmapUsed by:2067
Symbol 2067 GraphicUses:2066Used by:2072
Symbol 2068 BitmapUsed by:2069
Symbol 2069 GraphicUses:2068Used by:2072
Symbol 2070 BitmapUsed by:2071
Symbol 2071 GraphicUses:2070Used by:2072
Symbol 2072 MovieClipUses:2065 2067 2069 2071Used by:2089
Symbol 2073 BitmapUsed by:2074
Symbol 2074 GraphicUses:2073Used by:2089
Symbol 2075 BitmapUsed by:2076
Symbol 2076 GraphicUses:2075Used by:2079
Symbol 2077 BitmapUsed by:2078
Symbol 2078 GraphicUses:2077Used by:2079
Symbol 2079 MovieClipUses:2076 2078Used by:2089
Symbol 2080 BitmapUsed by:2081
Symbol 2081 GraphicUses:2080Used by:2082
Symbol 2082 MovieClipUses:2081Used by:2089
Symbol 2083 BitmapUsed by:2084
Symbol 2084 GraphicUses:2083Used by:2089
Symbol 2085 BitmapUsed by:2086
Symbol 2086 GraphicUses:2085Used by:2089
Symbol 2087 BitmapUsed by:2088
Symbol 2088 GraphicUses:2087Used by:2089
Symbol 2089 MovieClipUses:2063 2072 2074 2079 2082 2084 2086 2088Used by:2120
Symbol 2090 GraphicUsed by:2120
Symbol 2091 GraphicUsed by:2092
Symbol 2092 MovieClipUses:2091Used by:2120
Symbol 2093 GraphicUsed by:2094
Symbol 2094 MovieClipUses:2093 12Used by:2120
Symbol 2095 GraphicUsed by:2096
Symbol 2096 MovieClipUses:2095 12Used by:2120
Symbol 2097 GraphicUsed by:2098
Symbol 2098 MovieClipUses:2097Used by:2120
Symbol 2099 GraphicUsed by:2101
Symbol 2100 GraphicUsed by:2101
Symbol 2101 MovieClipUses:2099 2100 12Used by:2120
Symbol 2102 GraphicUsed by:2103
Symbol 2103 MovieClipUses:2102Used by:2120
Symbol 2104 GraphicUsed by:2105
Symbol 2105 MovieClipUses:2104Used by:2120
Symbol 2106 GraphicUsed by:2111
Symbol 2107 GraphicUsed by:2111
Symbol 2108 GraphicUsed by:2111
Symbol 2109 GraphicUsed by:2111
Symbol 2110 GraphicUsed by:2111
Symbol 2111 MovieClipUses:2106 12 2107 2108 2109 2110Used by:2120
Symbol 2112 BitmapUsed by:2113
Symbol 2113 GraphicUses:2112Used by:2116
Symbol 2114 BitmapUsed by:2115
Symbol 2115 GraphicUses:2114Used by:2116
Symbol 2116 MovieClipUses:2113 2115Used by:2120
Symbol 2117 BitmapUsed by:2118
Symbol 2118 GraphicUses:2117Used by:2119
Symbol 2119 MovieClipUses:2118Used by:2120
Symbol 2120 MovieClipUses:1876 1878 1880 1882 1884 1886 1888 1890 1892 1894 1906 1908 1910 1912 1915 1918 1920 1922 1924 1926 1928 1930 1932 1934 1936 1938 1943 1945 1946 1948 1950 1953 1955 1957 1959 1961 1963 1965 1967 1969 1977 1979 1981 1983 786 1985 1987 1989 1991 1993 1995 1997 1999 2001 2003 2004 2008 2010 2012 2018 2020 2022 2029 2032 2037 2042 2044 2053 2056 2089 2090 2092 2094 2096 2098 2101 2103 2105 2111 2116 2119 505Used by:Timeline
Symbol 2121 EditableTextUses:1Used by:Timeline
Symbol 2122 GraphicUsed by:Timeline
Symbol 2123 GraphicUsed by:2124
Symbol 2124 ButtonUses:2123Used by:Timeline
Symbol 2125 EditableTextUses:1Used by:Timeline
Symbol 2126 GraphicUsed by:Timeline
Symbol 2127 EditableTextUses:1Used by:2133
Symbol 2128 ButtonUses:64Used by:2133
Symbol 2129 ButtonUses:66Used by:2133
Symbol 2130 ButtonUses:71Used by:2133
Symbol 2131 ButtonUses:71Used by:2133
Symbol 2132 ButtonUses:75Used by:2133
Symbol 2133 MovieClipUses:61 62 2127 2128 2129 68 69 70 2130 73 2131 2132Used by:Timeline
Symbol 2134 EditableTextUses:1Used by:Timeline

Instance Names

"pChar"Frame 2Symbol 54 MovieClip
"fadeBG"Frame 2Symbol 195 MovieClip
"loadscreen"Frame 2Symbol 274 MovieClip
"infoscreen"Frame 2Symbol 314 MovieClip
"BG"Frame 3Symbol 325 MovieClip
"game"Frame 3Symbol 570 MovieClip
"inter"Frame 3Symbol 594 MovieClip
"chMess"Frame 3Symbol 595 EditableText
"deMess"Frame 3Symbol 596 EditableText
"tfDebug"Frame 3Symbol 597 EditableText
"game"Frame 4Symbol 802 MovieClip
"game"Frame 5Symbol 1004 MovieClip
"fog1"Frame 5Symbol 1007 MovieClip
"fog2"Frame 5Symbol 1009 MovieClip
"game"Frame 6Symbol 1157 MovieClip
"game"Frame 7Symbol 1303 MovieClip
"game"Frame 8Symbol 1600 MovieClip
"game"Frame 9Symbol 1621 MovieClip
"keypad"Frame 9Symbol 1627 MovieClip
"fireFail"Frame 9Symbol 1632 MovieClip
"firePass"Frame 9Symbol 1636 MovieClip
"effect"Frame 9Symbol 1637 MovieClip
"game"Frame 10Symbol 1828 MovieClip
"chat"Frame 10Symbol 1832 MovieClip
"game"Frame 11Symbol 1849 MovieClip
"game"Frame 12Symbol 1875 MovieClip
"game"Frame 13Symbol 2120 MovieClip
"tfCredits"Frame 14Symbol 2121 EditableText
"tfSecret"Frame 14Symbol 2125 EditableText
"submit"Frame 15Symbol 2133 MovieClip
"tfTime"Frame 15Symbol 2134 EditableText
"box"Symbol 22 MovieClip Frame 1Symbol 12 MovieClip
"LBar"Symbol 22 MovieClip Frame 1Symbol 18 MovieClip
"LText"Symbol 22 MovieClip Frame 1Symbol 19 EditableText
"box"Symbol 45 MovieClip Frame 1Symbol 12 MovieClip
"tfName"Symbol 77 MovieClip Frame 1Symbol 63 EditableText
"submit"Symbol 86 MovieClip [Stats] Frame 2Symbol 77 MovieClip
"conbut"Symbol 86 MovieClip [Stats] Frame 3Symbol 81 MovieClip
"texted1"Symbol 86 MovieClip [Stats] Frame 3Symbol 83 EditableText
"texted2"Symbol 86 MovieClip [Stats] Frame 3Symbol 84 EditableText
"texted3"Symbol 86 MovieClip [Stats] Frame 3Symbol 85 EditableText
"l1"Symbol 274 MovieClip Frame 1Symbol 241 Button
"l2"Symbol 274 MovieClip Frame 1Symbol 244 Button
"l3"Symbol 274 MovieClip Frame 1Symbol 247 Button
"l4"Symbol 274 MovieClip Frame 1Symbol 250 Button
"l5"Symbol 274 MovieClip Frame 1Symbol 253 Button
"l6"Symbol 274 MovieClip Frame 1Symbol 256 Button
"l7"Symbol 274 MovieClip Frame 1Symbol 259 Button
"l8"Symbol 274 MovieClip Frame 1Symbol 264 Button
"l10"Symbol 274 MovieClip Frame 1Symbol 267 Button
"l9"Symbol 274 MovieClip Frame 1Symbol 270 Button
"l11"Symbol 274 MovieClip Frame 1Symbol 273 Button
"tfKey"Symbol 284 MovieClip Frame 1Symbol 283 EditableText
"bNext"Symbol 314 MovieClip Frame 1Symbol 278 Button
"bBack"Symbol 314 MovieClip Frame 1Symbol 280 Button
"box"Symbol 342 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 372 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 374 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 376 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 378 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 380 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 382 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 392 MovieClip Frame 1Symbol 12 MovieClip
"sign"Symbol 396 MovieClip Frame 1Symbol 395 EditableText
"box"Symbol 398 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 553 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 569 MovieClip Frame 1Symbol 12 MovieClip
"boss2"Symbol 570 MovieClip Frame 1Symbol 368 MovieClip
"chata"Symbol 570 MovieClip Frame 1Symbol 376 MovieClip
"player"Symbol 570 MovieClip Frame 1Symbol 469 MovieClip
"boss"Symbol 570 MovieClip Frame 1Symbol 540 MovieClip
"tfTime"Symbol 577 MovieClip Frame 1Symbol 576 EditableText
"tfFPS"Symbol 593 MovieClip Frame 1Symbol 592 EditableText
"stimer"Symbol 594 MovieClip Frame 1Symbol 577 MovieClip
"timer"Symbol 594 MovieClip Frame 1Symbol 577 MovieClip
"effect"Symbol 594 MovieClip Frame 1Symbol 579 MovieClip
"heart"Symbol 594 MovieClip Frame 1Symbol 591 MovieClip
"box"Symbol 611 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 613 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 615 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 617 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 622 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 630 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 634 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 638 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 647 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 650 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 673 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 675 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 677 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 679 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 681 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 683 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 696 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 698 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 700 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 705 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 707 MovieClip Frame 1Symbol 12 MovieClip
"anim"Symbol 731 MovieClip Frame 1Symbol 716 MovieClip
"anim"Symbol 731 MovieClip Frame 3Symbol 723 MovieClip
"anim"Symbol 731 MovieClip Frame 4Symbol 730 MovieClip
"anim"Symbol 765 MovieClip Frame 5Symbol 764 MovieClip
"anim"Symbol 785 MovieClip Frame 1Symbol 731 MovieClip
"anim"Symbol 785 MovieClip Frame 2Symbol 765 MovieClip
"anim"Symbol 785 MovieClip Frame 3Symbol 784 MovieClip
"box"Symbol 786 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 789 MovieClip Frame 1Symbol 12 MovieClip
"leafe"Symbol 797 MovieClip Frame 1Symbol 796 MovieClip
"leafe"Symbol 797 MovieClip Frame 1Symbol 796 MovieClip
"leafe"Symbol 797 MovieClip Frame 1Symbol 796 MovieClip
"leafe"Symbol 797 MovieClip Frame 1Symbol 796 MovieClip
"leafe"Symbol 797 MovieClip Frame 1Symbol 796 MovieClip
"leafe"Symbol 797 MovieClip Frame 1Symbol 796 MovieClip
"leafe"Symbol 797 MovieClip Frame 1Symbol 796 MovieClip
"leafe"Symbol 797 MovieClip Frame 1Symbol 796 MovieClip
"leafe"Symbol 797 MovieClip Frame 1Symbol 796 MovieClip
"leafe"Symbol 797 MovieClip Frame 1Symbol 796 MovieClip
"leafe"Symbol 797 MovieClip Frame 1Symbol 796 MovieClip
"leafe"Symbol 797 MovieClip Frame 1Symbol 796 MovieClip
"leafe"Symbol 797 MovieClip Frame 1Symbol 796 MovieClip
"chata"Symbol 802 MovieClip Frame 1Symbol 675 MovieClip
"player"Symbol 802 MovieClip Frame 1Symbol 469 MovieClip
"boss"Symbol 802 MovieClip Frame 1Symbol 785 MovieClip
"box"Symbol 805 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 808 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 810 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 815 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 817 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 820 MovieClip Frame 1Symbol 12 MovieClip
"anim"Symbol 843 MovieClip Frame 1Symbol 829 MovieClip
"anim"Symbol 843 MovieClip Frame 2Symbol 842 MovieClip
"anim"Symbol 868 MovieClip Frame 1Symbol 852 MovieClip
"anim"Symbol 868 MovieClip Frame 2Symbol 867 MovieClip
"anim"Symbol 893 MovieClip Frame 1Symbol 877 MovieClip
"anim"Symbol 893 MovieClip Frame 2Symbol 892 MovieClip
"anim"Symbol 894 MovieClip Frame 1Symbol 843 MovieClip
"anim"Symbol 894 MovieClip Frame 2Symbol 868 MovieClip
"anim"Symbol 894 MovieClip Frame 3Symbol 893 MovieClip
"anim"Symbol 948 MovieClip Frame 1Symbol 903 MovieClip
"anim"Symbol 948 MovieClip Frame 3Symbol 922 MovieClip
"anim"Symbol 948 MovieClip Frame 5Symbol 938 MovieClip
"anim"Symbol 948 MovieClip Frame 6Symbol 947 MovieClip
"anim"Symbol 996 MovieClip Frame 1Symbol 953 MovieClip
"anim"Symbol 996 MovieClip Frame 3Symbol 968 MovieClip
"anim"Symbol 996 MovieClip Frame 4Symbol 984 MovieClip
"anim"Symbol 996 MovieClip Frame 5Symbol 991 MovieClip
"anim"Symbol 996 MovieClip Frame 6Symbol 995 MovieClip
"anim"Symbol 997 MovieClip Frame 1Symbol 948 MovieClip
"anim"Symbol 997 MovieClip Frame 2Symbol 996 MovieClip
"box"Symbol 999 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 1003 MovieClip Frame 1Symbol 12 MovieClip
"player"Symbol 1004 MovieClip Frame 1Symbol 469 MovieClip
"boss"Symbol 1004 MovieClip Frame 1Symbol 997 MovieClip
"chata"Symbol 1004 MovieClip Frame 1Symbol 1003 MovieClip
"box"Symbol 1017 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 1022 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 1024 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 1026 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 1027 MovieClip Frame 1Symbol 12 MovieClip
"tunel"Symbol 1027 MovieClip Frame 1Symbol 1026 MovieClip
"box"Symbol 1052 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 1054 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 1056 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 1058 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 1060 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 1062 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 1064 MovieClip Frame 1Symbol 12 MovieClip
"anim"Symbol 1156 MovieClip Frame 1Symbol 1099 MovieClip
"anim"Symbol 1156 MovieClip Frame 2Symbol 1108 MovieClip
"anim"Symbol 1156 MovieClip Frame 3Symbol 1119 MovieClip
"anim"Symbol 1156 MovieClip Frame 4Symbol 1137 MovieClip
"anim"Symbol 1156 MovieClip Frame 5Symbol 1142 MovieClip
"anim"Symbol 1156 MovieClip Frame 6Symbol 1149 MovieClip
"anim"Symbol 1156 MovieClip Frame 7Symbol 1152 MovieClip
"tower"Symbol 1157 MovieClip Frame 1Symbol 1027 MovieClip
"towerwall"Symbol 1157 MovieClip Frame 1Symbol 1029 MovieClip
"floor1"Symbol 1157 MovieClip Frame 1Symbol 1062 MovieClip
"npc1"Symbol 1157 MovieClip Frame 1Symbol 1067 MovieClip
"player"Symbol 1157 MovieClip Frame 1Symbol 469 MovieClip
"boss"Symbol 1157 MovieClip Frame 1Symbol 1156 MovieClip
"anim"Symbol 1270 MovieClip Frame 1Symbol 1223 MovieClip
"anim"Symbol 1270 MovieClip Frame 2Symbol 1232 MovieClip
"anim"Symbol 1270 MovieClip Frame 4Symbol 1237 MovieClip
"anim"Symbol 1270 MovieClip Frame 6Symbol 1245 MovieClip
"anim"Symbol 1270 MovieClip Frame 7Symbol 1250 MovieClip
"anim"Symbol 1270 MovieClip Frame 8Symbol 1261 MovieClip
"anim"Symbol 1270 MovieClip Frame 9Symbol 1265 MovieClip
"anim"Symbol 1270 MovieClip Frame 10Symbol 1269 MovieClip
"box"Symbol 1275 MovieClip Frame 1Symbol 12 MovieClip
"block"Symbol 1303 MovieClip Frame 1Symbol 786 MovieClip
"boss"Symbol 1303 MovieClip Frame 1Symbol 1270 MovieClip
"player"Symbol 1303 MovieClip Frame 1Symbol 469 MovieClip
"box"Symbol 1353 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 1375 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 1377 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 1379 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 1385 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 1387 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 1389 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 1391 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 1393 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 1395 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 1397 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 1401 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 1403 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 1405 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 1407 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 1409 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 1413 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 1415 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 1417 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 1419 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 1421 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 1423 MovieClip Frame 1Symbol 12 MovieClip
"anim"Symbol 1484 MovieClip Frame 1Symbol 1428 MovieClip
"anim"Symbol 1484 MovieClip Frame 2Symbol 1433 MovieClip
"anim"Symbol 1484 MovieClip Frame 3Symbol 1434 MovieClip
"anim"Symbol 1484 MovieClip Frame 4Symbol 1482 MovieClip
"anim"Symbol 1566 MovieClip Frame 1Symbol 1540 MovieClip
"anim"Symbol 1566 MovieClip Frame 2Symbol 1549 MovieClip
"anim"Symbol 1566 MovieClip Frame 3Symbol 1552 MovieClip
"anim"Symbol 1566 MovieClip Frame 5Symbol 1560 MovieClip
"anim"Symbol 1566 MovieClip Frame 6Symbol 1565 MovieClip
"box"Symbol 1569 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 1571 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 1575 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 1577 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 1579 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 1581 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 1583 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 1585 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 1589 MovieClip Frame 1Symbol 12 MovieClip
"cavebottom"Symbol 1600 MovieClip Frame 1Symbol 1409 MovieClip
"boss2"Symbol 1600 MovieClip Frame 1Symbol 1484 MovieClip
"npc1"Symbol 1600 MovieClip Frame 1Symbol 1489 MovieClip
"npc2"Symbol 1600 MovieClip Frame 1Symbol 1498 MovieClip
"player"Symbol 1600 MovieClip Frame 1Symbol 469 MovieClip
"boss1"Symbol 1600 MovieClip Frame 1Symbol 1566 MovieClip
"b6block"Symbol 1600 MovieClip Frame 1Symbol 786 MovieClip
"b6plat1"Symbol 1600 MovieClip Frame 1Symbol 1569 MovieClip
"b7plat1"Symbol 1600 MovieClip Frame 1Symbol 1569 MovieClip
"b7plat2"Symbol 1600 MovieClip Frame 1Symbol 1569 MovieClip
"b7plat3"Symbol 1600 MovieClip Frame 1Symbol 1569 MovieClip
"heart"Symbol 1600 MovieClip Frame 1Symbol 182 MovieClip [Heart]
"mountaintop"Symbol 1600 MovieClip Frame 1Symbol 1589 MovieClip
"effect2"Symbol 1621 MovieClip Frame 1Symbol 1617 MovieClip
"player"Symbol 1621 MovieClip Frame 1Symbol 1620 MovieClip
"box"Symbol 1669 MovieClip Frame 1Symbol 12 MovieClip
"gem"Symbol 1677 MovieClip Frame 1Symbol 1676 MovieClip
"box"Symbol 1677 MovieClip Frame 1Symbol 12 MovieClip
"anim"Symbol 1750 MovieClip Frame 2Symbol 1688 MovieClip
"anim"Symbol 1750 MovieClip Frame 4Symbol 1693 MovieClip
"anim"Symbol 1750 MovieClip Frame 6Symbol 1743 MovieClip
"anim"Symbol 1750 MovieClip Frame 7Symbol 1748 MovieClip
"anim"Symbol 1750 MovieClip Frame 8Symbol 1749 MovieClip
"anim"Symbol 1820 MovieClip Frame 2Symbol 1761 MovieClip
"anim"Symbol 1820 MovieClip Frame 4Symbol 1766 MovieClip
"anim"Symbol 1820 MovieClip Frame 6Symbol 1809 MovieClip
"anim"Symbol 1820 MovieClip Frame 7Symbol 1818 MovieClip
"anim"Symbol 1820 MovieClip Frame 8Symbol 1819 MovieClip
"ground"Symbol 1828 MovieClip Frame 1Symbol 1669 MovieClip
"plat3"Symbol 1828 MovieClip Frame 1Symbol 1677 MovieClip
"plat1"Symbol 1828 MovieClip Frame 1Symbol 1677 MovieClip
"plat6"Symbol 1828 MovieClip Frame 1Symbol 1677 MovieClip
"plat4"Symbol 1828 MovieClip Frame 1Symbol 1677 MovieClip
"plat7"Symbol 1828 MovieClip Frame 1Symbol 1677 MovieClip
"plat5"Symbol 1828 MovieClip Frame 1Symbol 1677 MovieClip
"plat2"Symbol 1828 MovieClip Frame 1Symbol 1677 MovieClip
"boss1"Symbol 1828 MovieClip Frame 1Symbol 1750 MovieClip
"player"Symbol 1828 MovieClip Frame 1Symbol 469 MovieClip
"boss2"Symbol 1828 MovieClip Frame 1Symbol 1820 MovieClip
"stairs"Symbol 1828 MovieClip Frame 1Symbol 1827 MovieClip
"tf1"Symbol 1832 MovieClip Frame 1Symbol 1829 EditableText
"tf2"Symbol 1832 MovieClip Frame 1Symbol 1830 EditableText
"tf3"Symbol 1832 MovieClip Frame 1Symbol 1831 EditableText
"player"Symbol 1849 MovieClip Frame 1Symbol 469 MovieClip
"anim"Symbol 1871 MovieClip Frame 2Symbol 1864 MovieClip
"npc2"Symbol 1875 MovieClip Frame 1Symbol 1853 MovieClip
"player"Symbol 1875 MovieClip Frame 1Symbol 1871 MovieClip
"npc1"Symbol 1875 MovieClip Frame 1Symbol 1874 MovieClip
"box"Symbol 1890 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 1938 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 1950 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 1955 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 1957 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 1959 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 1961 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 1963 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 1965 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 1967 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 1969 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 1977 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 1979 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 1981 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 1983 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 1985 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 1987 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 1989 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 1991 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 1993 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 1995 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 1997 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 1999 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 2001 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 2003 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 2010 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 2020 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 2022 MovieClip Frame 1Symbol 12 MovieClip
"anim"Symbol 2089 MovieClip Frame 1Symbol 2063 MovieClip
"anim"Symbol 2089 MovieClip Frame 2Symbol 2072 MovieClip
"anim"Symbol 2089 MovieClip Frame 5Symbol 2079 MovieClip
"anim"Symbol 2089 MovieClip Frame 6Symbol 2082 MovieClip
"box"Symbol 2094 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 2096 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 2101 MovieClip Frame 1Symbol 12 MovieClip
"box"Symbol 2111 MovieClip Frame 1Symbol 12 MovieClip
"waterfall"Symbol 2120 MovieClip Frame 1Symbol 1906 MovieClip
"watergear"Symbol 2120 MovieClip Frame 1Symbol 1943 MovieClip
"bridge"Symbol 2120 MovieClip Frame 1Symbol 1977 MovieClip
"tief"Symbol 2120 MovieClip Frame 1Symbol 2029 MovieClip
"npc"Symbol 2120 MovieClip Frame 1Symbol 2032 MovieClip
"merle"Symbol 2120 MovieClip Frame 1Symbol 2037 MovieClip
"pau"Symbol 2120 MovieClip Frame 1Symbol 2042 MovieClip
"wrench"Symbol 2120 MovieClip Frame 1Symbol 2056 MovieClip
"player"Symbol 2120 MovieClip Frame 1Symbol 2089 MovieClip
"cloth"Symbol 2120 MovieClip Frame 1Symbol 2119 MovieClip
"chief"Symbol 2120 MovieClip Frame 1Symbol 505 MovieClip
"tfName"Symbol 2133 MovieClip Frame 1Symbol 2127 EditableText

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "EFont"
ExportAssets (56)Timeline Frame 1Symbol 7 as "blood"
ExportAssets (56)Timeline Frame 1Symbol 9 as "Death_Message"
ExportAssets (56)Timeline Frame 2Symbol 57 as "boss1Disk"
ExportAssets (56)Timeline Frame 2Symbol 86 as "Stats"
ExportAssets (56)Timeline Frame 2Symbol 89 as "bulBossL2"
ExportAssets (56)Timeline Frame 2Symbol 92 as "b3-a2-ball"
ExportAssets (56)Timeline Frame 2Symbol 95 as "b3-a3-ball"
ExportAssets (56)Timeline Frame 2Symbol 97 as "b4_cola"
ExportAssets (56)Timeline Frame 2Symbol 104 as "b4_fire"
ExportAssets (56)Timeline Frame 2Symbol 107 as "b4_kosc1"
ExportAssets (56)Timeline Frame 2Symbol 110 as "b4_kosc2"
ExportAssets (56)Timeline Frame 2Symbol 113 as "b4_kosc3"
ExportAssets (56)Timeline Frame 2Symbol 116 as "b4_fireball"
ExportAssets (56)Timeline Frame 2Symbol 119 as "b4_plaszcz"
ExportAssets (56)Timeline Frame 2Symbol 122 as "b5_fire1"
ExportAssets (56)Timeline Frame 2Symbol 125 as "b5_fire2"
ExportAssets (56)Timeline Frame 2Symbol 128 as "b5_bul1"
ExportAssets (56)Timeline Frame 2Symbol 131 as "b5_bul2"
ExportAssets (56)Timeline Frame 2Symbol 134 as "b6_sopel"
ExportAssets (56)Timeline Frame 2Symbol 137 as "b6_fire"
ExportAssets (56)Timeline Frame 2Symbol 167 as "b7_bomb"
ExportAssets (56)Timeline Frame 2Symbol 178 as "b7_tencza"
ExportAssets (56)Timeline Frame 2Symbol 179 as "LapRecord"
ExportAssets (56)Timeline Frame 2Symbol 182 as "Heart"
ExportAssets (56)Timeline Frame 2Symbol 185 as "bf1_fire"
ExportAssets (56)Timeline Frame 2Symbol 190 as "bf2_laser"
ExportAssets (56)Timeline Frame 2Symbol 196 as "boss-rumble"
ExportAssets (56)Timeline Frame 2Symbol 197 as "birds-stream"
ExportAssets (56)Timeline Frame 2Symbol 198 as "birds"
ExportAssets (56)Timeline Frame 2Symbol 199 as "water2"
ExportAssets (56)Timeline Frame 2Symbol 200 as "music-folk"
ExportAssets (56)Timeline Frame 2Symbol 201 as "cafe"
ExportAssets (56)Timeline Frame 2Symbol 202 as "club"
ExportAssets (56)Timeline Frame 2Symbol 203 as "music-club"
ExportAssets (56)Timeline Frame 2Symbol 204 as "torch"
ExportAssets (56)Timeline Frame 2Symbol 205 as "townwalk"
ExportAssets (56)Timeline Frame 2Symbol 206 as "traffic"
ExportAssets (56)Timeline Frame 2Symbol 207 as "traffic2"
ExportAssets (56)Timeline Frame 2Symbol 208 as "schoolbell"
ExportAssets (56)Timeline Frame 2Symbol 209 as "church"
ExportAssets (56)Timeline Frame 2Symbol 210 as "choping"
ExportAssets (56)Timeline Frame 2Symbol 211 as "wolf"
ExportAssets (56)Timeline Frame 2Symbol 212 as "scream"
ExportAssets (56)Timeline Frame 2Symbol 213 as "thunder"
ExportAssets (56)Timeline Frame 2Symbol 214 as "wind"
ExportAssets (56)Timeline Frame 2Symbol 215 as "sea"
ExportAssets (56)Timeline Frame 2Symbol 216 as "highway"
ExportAssets (56)Timeline Frame 2Symbol 217 as "rap"
ExportAssets (56)Timeline Frame 2Symbol 218 as "riverloop"
ExportAssets (56)Timeline Frame 2Symbol 219 as "snowwind"
ExportAssets (56)Timeline Frame 2Symbol 220 as "waterdrop1"
ExportAssets (56)Timeline Frame 2Symbol 221 as "waterdrop2"
ExportAssets (56)Timeline Frame 2Symbol 222 as "cricket"
ExportAssets (56)Timeline Frame 2Symbol 223 as "eagle"
ExportAssets (56)Timeline Frame 2Symbol 224 as "hawk"
ExportAssets (56)Timeline Frame 2Symbol 225 as "jungleday"
ExportAssets (56)Timeline Frame 2Symbol 226 as "meadowlark"
ExportAssets (56)Timeline Frame 2Symbol 227 as "oriole"
ExportAssets (56)Timeline Frame 2Symbol 228 as "skylark"
ExportAssets (56)Timeline Frame 2Symbol 229 as "woodlark"
ExportAssets (56)Timeline Frame 2Symbol 230 as "spark"
ExportAssets (56)Timeline Frame 2Symbol 231 as "power-shot"
ExportAssets (56)Timeline Frame 2Symbol 232 as "gone"
ExportAssets (56)Timeline Frame 2Symbol 233 as "beep"
ExportAssets (56)Timeline Frame 2Symbol 234 as "slash"

Labels

"idzie"Symbol 731 MovieClip Frame 1
"obrywa"Symbol 731 MovieClip Frame 2
"atak"Symbol 731 MovieClip Frame 3
"umiera"Symbol 731 MovieClip Frame 4
"idzie"Symbol 765 MovieClip Frame 1
"obrywa"Symbol 765 MovieClip Frame 2
"skacze"Symbol 765 MovieClip Frame 3
"atakuje"Symbol 765 MovieClip Frame 4
"umiera"Symbol 765 MovieClip Frame 5
"idzie"Symbol 784 MovieClip Frame 1
"obrywa"Symbol 784 MovieClip Frame 2
"umiera"Symbol 784 MovieClip Frame 3
"phase1"Symbol 785 MovieClip Frame 1
"phase2"Symbol 785 MovieClip Frame 2
"phase3"Symbol 785 MovieClip Frame 3
"idzie"Symbol 948 MovieClip Frame 1
"obrywa"Symbol 948 MovieClip Frame 2
"umiera"Symbol 948 MovieClip Frame 3
"skacze"Symbol 948 MovieClip Frame 4
"atakuje1"Symbol 948 MovieClip Frame 5
"atakuj2"Symbol 948 MovieClip Frame 6
"leci"Symbol 996 MovieClip Frame 1
"obrywa"Symbol 996 MovieClip Frame 2
"umiera"Symbol 996 MovieClip Frame 3
"atakuje3"Symbol 996 MovieClip Frame 4
"atakuje1"Symbol 996 MovieClip Frame 5
"atakuje2"Symbol 996 MovieClip Frame 6
"stoi"Symbol 1156 MovieClip Frame 1
"idzie"Symbol 1156 MovieClip Frame 2
"poczatek"Symbol 1156 MovieClip Frame 3
"atak1"Symbol 1156 MovieClip Frame 4
"atak2"Symbol 1156 MovieClip Frame 5
"atak3"Symbol 1156 MovieClip Frame 6
"obrywa"Symbol 1156 MovieClip Frame 7
"smierc"Symbol 1156 MovieClip Frame 8
"stoi"Symbol 1270 MovieClip Frame 1
"idzie"Symbol 1270 MovieClip Frame 2
"skok"Symbol 1270 MovieClip Frame 3
"block"Symbol 1270 MovieClip Frame 4
"dead"Symbol 1270 MovieClip Frame 5
"atak1"Symbol 1270 MovieClip Frame 6
"atak2"Symbol 1270 MovieClip Frame 7
"atak3"Symbol 1270 MovieClip Frame 8
"atak4"Symbol 1270 MovieClip Frame 9
"atak5"Symbol 1270 MovieClip Frame 10
"idle1"Symbol 1484 MovieClip Frame 1
"attack"Symbol 1484 MovieClip Frame 2
"idleSSJ"Symbol 1484 MovieClip Frame 3
"transform"Symbol 1484 MovieClip Frame 4
"dead"Symbol 1484 MovieClip Frame 5
"stoi"Symbol 1566 MovieClip Frame 1
"idzie"Symbol 1566 MovieClip Frame 2
"obrywa"Symbol 1566 MovieClip Frame 3
"dead"Symbol 1566 MovieClip Frame 4
"atak1"Symbol 1566 MovieClip Frame 5
"atak2"Symbol 1566 MovieClip Frame 6
"idle"Symbol 1750 MovieClip Frame 1
"walk"Symbol 1750 MovieClip Frame 2
"jump"Symbol 1750 MovieClip Frame 3
"hurt"Symbol 1750 MovieClip Frame 4
"dead"Symbol 1750 MovieClip Frame 5
"trans"Symbol 1750 MovieClip Frame 6
"attack"Symbol 1750 MovieClip Frame 7
"killer"Symbol 1750 MovieClip Frame 8
"idle"Symbol 1820 MovieClip Frame 1
"walk"Symbol 1820 MovieClip Frame 2
"jump"Symbol 1820 MovieClip Frame 3
"hurt"Symbol 1820 MovieClip Frame 4
"dead"Symbol 1820 MovieClip Frame 5
"transform"Symbol 1820 MovieClip Frame 6
"attack"Symbol 1820 MovieClip Frame 7
"killer"Symbol 1820 MovieClip Frame 8




http://swfchan.com/3/10986/info.shtml
Created: 7/6 -2019 19:50:32 Last modified: 7/6 -2019 19:50:32 Server time: 02/05 -2024 22:00:21