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

<div style="position:absolute;top:-99px;left:-99px;"><img src="https://tools.swfchan.com/stathit.asp?noj=FRM90479885-17DC&rnd=90479885" width="1" height="1"></div>

armorgames machine-man-734.swf

This is the info page for
Flash #263116

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


Text
.com

.com

0000

0000

0

2000

0

2000

0

0

0

0

0

0

ActionScript [AS1/AS2]

Frame 1
stopAllSounds(); _root.bytesLoaded = _root.getBytesLoaded(); _root.bytesTotal = _root.getBytesTotal(); _root.percentLoaded = Math.round(100 * (_root.bytesLoaded / _root.bytesTotal)); _root.percentLoadedText = _root.percentLoaded + "%"; _root.bar.gotoAndStop(percentLoaded);
Frame 2
if (_root.percentLoaded == 100) { gotoAndPlay (3); } else { gotoAndPlay (1); }
Frame 3
stop();
Frame 4
stop();
Frame 5
_global.endless = false; _global.survival = false; _global.extreme = false; _global.extras = false; _global.stageTwo = false; _global.stageThree = false; _global.stageFour = false; _global.stageFive = false; _global.stageSix = false; _global.stageSeven = false; _global.stageEight = false; _global.stageNine = false; _global.stageTen = false; _global.stageEleven = false; _global.stageTwelve = false; _global.stageThirteen = false; _global.stageFourteen = false; _global.stageFifteen = false; _global.stageSixteen = false; _global.stageSeventeen = false; _global.stageEighteen = false; _global.stageNineteen = false; _global.stageTwenty = false; _global.stageTwentyOne = false; _global.endlessOne = false; _global.endlessTwo = false; _global.endlessThree = false; _global.endlessFour = false; _global.endlessFive = false; _global.endlessSix = false; _global.endlessSeven = false; _global.endlessEight = false; _global.endlessNine = false; _global.endlessTen = false; _global.survivalOne = false; _global.survivalTwo = false; _global.survivalThree = false; _global.survivalFour = false; _global.survivalFive = false; _global.survivalSix = false; _global.survivalSeven = false; _global.extremeOne = false; _global.extremeTwo = false; _global.extremeThree = false; _global.extremeFour = false; _global.extremeFive = false; _global.extremeSix = false; _global.extremeSeven = false; _global.extremeEight = false; _global.endlessOneHigh = 0; _global.endlessTwoHigh = 0; _global.endlessThreeHigh = 0; _global.endlessFourHigh = 0; _global.endlessFiveHigh = 0; _global.endlessSixHigh = 0; _global.endlessSevenHigh = 0; _global.endlessEightHigh = 0; _global.endlessNineHigh = 0; _global.endlessTenHigh = 0; _global.survivalOneHigh = 0; _global.survivalTwoHigh = 0; _global.survivalThreeHigh = 0; _global.survivalFourHigh = 0; _global.survivalFiveHigh = 0; _global.survivalSixHigh = 0; _global.survivalSevenHigh = 0; _global.survivalEightHigh = 0; _global.extraHigh = 0; _global.currentScore = 0; _global.highScore = 0; _quality = "MEDIUM"; playerHurt = new Sound(); playerHurt.attachSound("playerHurt"); machineGun = new Sound(); machineGun.attachSound("machineGun"); musicOne = new Sound(); musicOne.attachSound("musicOne"); musicTwo = new Sound(); musicTwo.attachSound("musicTwo"); musicThree = new Sound(); musicThree.attachSound("musicThree");
Frame 6
Mouse.hide(); menuOpen = false; _root.machineGun.stop("machineGun"); _root.aimer.removeMovieClip(); _global.enemyCounterControl = 0; _global.backGroundControl = 0; _global.stageName = "";
Instance of Symbol 82 MovieClip "progressive" in Frame 6
onClipEvent (enterFrame) { if (_root.menuOpen) { this.gotoAndStop(1); } }
Instance of Symbol 85 MovieClip "endless" in Frame 6
onClipEvent (enterFrame) { if (_root.menuOpen) { this.gotoAndStop(1); } }
Instance of Symbol 88 MovieClip "survival" in Frame 6
onClipEvent (enterFrame) { if (_root.menuOpen) { this.gotoAndStop(1); } }
Instance of Symbol 91 MovieClip "extreme" in Frame 6
onClipEvent (enterFrame) { if (_root.menuOpen) { this.gotoAndStop(1); } }
Instance of Symbol 94 MovieClip "extras" in Frame 6
onClipEvent (enterFrame) { if (_root.menuOpen) { this.gotoAndStop(1); } }
Instance of Symbol 97 MovieClip in Frame 6
onClipEvent (load) { if (_global.endless) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Frame 6
onClipEvent (load) { if (_global.survival) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Frame 6
onClipEvent (load) { if (_global.extreme) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Frame 6
onClipEvent (load) { if (_global.extras) { _visible = false; } else { _visible = true; } }
Instance of Symbol 110 MovieClip in Frame 6
onClipEvent (load) { capsuleActivated = true; activated = false; } onClipEvent (enterFrame) { if (capsuleActivated && (!_root.menuOpen)) { if (this.hitTest(_root.hitPrecision) && (!activated)) { this.light.gotoAndStop(2); this.gotoAndPlay("activated"); _root.progressive.gotoAndStop(2); activated = true; } if (!this.hitTest(_root.hitPrecision)) { activated = false; this.gotoAndStop("unlocked"); this.light.gotoAndStop(1); _root.progressive.gotoAndStop(1); } } if (_root.menuOpen) { this.gotoAndStop(1); } } onClipEvent (mouseDown) { if ((activated && (this.hitTest(_root.hitPrecision))) && (!_root.menuOpen)) { _root.window.gotoAndStop("progressive"); _root.menuOpen = true; } }
Instance of Symbol 110 MovieClip in Frame 6
onClipEvent (load) { activated = false; } onClipEvent (enterFrame) { if (_global.endless && (!_root.menuOpen)) { if (this.hitTest(_root.hitPrecision) && (!activated)) { this.light.gotoAndStop(2); this.gotoAndPlay("activated"); _root.endless.gotoAndStop(2); activated = true; } if (!this.hitTest(_root.hitPrecision)) { this.light.gotoAndStop(1); activated = false; this.gotoAndStop("unlocked"); _root.endless.gotoAndStop(1); } } if (_root.menuOpen) { this.gotoAndStop(1); } } onClipEvent (mouseDown) { if ((activated && (this.hitTest(_root.hitPrecision))) && (!_root.menuOpen)) { _root.window.gotoAndStop("endless"); _root.menuOpen = true; } }
Instance of Symbol 110 MovieClip in Frame 6
onClipEvent (load) { activated = false; } onClipEvent (enterFrame) { if (_global.survival && (!_root.menuOpen)) { if (this.hitTest(_root.hitPrecision) && (!activated)) { this.light.gotoAndStop(2); this.gotoAndPlay("activated"); _root.survival.gotoAndStop(2); activated = true; } if (!this.hitTest(_root.hitPrecision)) { this.light.gotoAndStop(1); activated = false; this.gotoAndStop("unlocked"); _root.survival.gotoAndStop(1); } } if (_root.menuOpen) { this.gotoAndStop(1); } } onClipEvent (mouseDown) { if ((activated && (this.hitTest(_root.hitPrecision))) && (!_root.menuOpen)) { _root.window.gotoAndStop("survival"); _root.menuOpen = true; } }
Instance of Symbol 110 MovieClip in Frame 6
onClipEvent (load) { activated = false; } onClipEvent (enterFrame) { if (_global.extreme && (!_root.menuOpen)) { if (this.hitTest(_root.hitPrecision) && (!activated)) { this.light.gotoAndStop(2); this.gotoAndPlay("activated"); _root.extreme.gotoAndStop(2); activated = true; } if (!this.hitTest(_root.hitPrecision)) { this.light.gotoAndStop(1); activated = false; this.gotoAndStop("unlocked"); _root.extreme.gotoAndStop(1); } } if (_root.menuOpen) { this.gotoAndStop(1); } } onClipEvent (mouseDown) { if ((activated && (this.hitTest(_root.hitPrecision))) && (!_root.menuOpen)) { _root.window.gotoAndStop("extreme"); _root.menuOpen = true; } }
Instance of Symbol 110 MovieClip in Frame 6
onClipEvent (load) { activated = false; } onClipEvent (enterFrame) { if (_global.extras && (!_root.menuOpen)) { if (this.hitTest(_root.hitPrecision) && (!activated)) { this.light.gotoAndStop(2); this.gotoAndPlay("activated"); _root.extras.gotoAndStop(2); activated = true; } if (!this.hitTest(_root.hitPrecision)) { this.light.gotoAndStop(1); activated = false; this.gotoAndStop("unlocked"); _root.extras.gotoAndStop(1); } } if (_root.menuOpen) { this.gotoAndStop(1); } } onClipEvent (mouseDown) { if ((activated && (this.hitTest(_root.hitPrecision))) && (!_root.menuOpen)) { _root.window.gotoAndStop("extras"); _root.menuOpen = true; } }
Instance of Symbol 200 MovieClip "hitPrecision" in Frame 6
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; }
Instance of Symbol 203 MovieClip "parentAimer" in Frame 7
onClipEvent (load) { _x = _root._xmouse; _y = _root._ymouse; shake = false; if (this._name == "parentAimer") { this.duplicateMovieClip("aimer", 2000); } } onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; if (shake) { _x = (_root._xmouse + ((Math.random() * 5) - 3)); _y = (_root._ymouse + ((Math.random() * 5) - 3)); } } onClipEvent (mouseDown) { shake = true; } onClipEvent (mouseUp) { shake = false; }
Frame 14
stop();
Frame 15
function enemyClear() { c = 1; while (c < 100) { _root["enemy" + c].hitPoints = 0; _root["enemyTwo" + c].hitPoints = 0; c++; } } function enemyDeath() { c = 1; while (c < 300) { _root["enemy" + c].removeMovieClip(); _root["enemyTwo" + c].removeMovieClip(); c++; } } function deathFunction() { playerHurt.start(); _root.character._x = 200; _root.character._y = -200; _root.character.injuredTimer = 50; playerInjured = true; if (lives > 1) { _root.lifeBar.life._width = 5; lives--; } else { gameOverFunction(); } } function injuredFunction() { playerHurt.start(); _root.character.injuredTimer = 30; _root.lifeBar.life._width = _root.lifeBar.life._width + 40; playerInjured = true; } function gameOverFunction() { _root.aimer.removeMovieClip(); enemyDeath(); _root.gotoAndPlay("GameOver"); } dropDown = false; musicNumber = 1; musicControl = 1; musicOne.start(); mouseActive = false; playerInjured = false; lives = 5; enemyCounter = 0; onesPlace = 0; tensPlace = 0; hundredsPlace = 0; thousandsPlace = 0; qualityControl = 1; c = 1; i = 1; keyListener = new Object(); mouseListener = new Object(); counterFunction = function () { onesPlace = enemyCounter - (Math.floor(enemyCounter / 10) * 10); tensPlace = ((enemyCounter - (Math.floor(enemyCounter / 100) * 100)) - onesPlace) / 10; hundredsPlace = (((enemyCounter - (Math.floor(enemyCounter / 1000) * 1000)) - onesPlace) - tensPlace) / 100; thousandsPlace = ((((enemyCounter - (Math.floor(enemyCounter / 10000) * 10000)) - onesPlace) - tensPlace) - hundredsPlace) / 1000; _global.enemyCounterControl++; _root.conCirc.gameControl(); }; mouseListener.onMouseDown = function () { mouseActive = true; }; mouseListener.onMouseUp = function () { mouseActive = false; }; keyListener.onKeyDown = function () { if (Key.isDown(83)) { dropDown = true; } if (Key.isDown(69)) { if ((musicNumber == 4) && (musicControl == 1)) { musicNumber = 1; musicTwo.stop(); _root.soundClip.gotoAndStop(1); musicControl = 2; } if ((musicNumber == 3) && (musicControl == 1)) { musicNumber = 4; musicTwo.stop(); _root.soundClip.gotoAndStop(4); musicControl = 2; } if ((musicNumber == 2) && (musicControl == 1)) { musicNumber = 3; musicOne.stop(); _root.soundClip.gotoAndStop(2); musicControl = 2; } if ((musicNumber == 1) && (musicControl == 1)) { musicNumber = 2; musicOne.stop(); _root.soundClip.gotoAndStop(3); musicControl = 2; } } if (Key.isDown(81)) { if ((_quality == "HIGH") && (qualityControl == 1)) { _quality = "LOW"; qualityControl = 2; } if ((_quality == "MEDIUM") && (qualityControl == 1)) { _quality = "HIGH"; qualityControl = 2; } if ((_quality == "LOW") && (qualityControl == 1)) { _quality = "MEDIUM"; qualityControl = 2; } } }; keyListener.onKeyUp = function () { if (!Key.isDown(83)) { dropDown = false; } if (!Key.isDown(81)) { qualityControl = 1; } if (!Key.isDown(69)) { musicControl = 1; } }; Key.addListener(keyListener); Mouse.addListener(mouseListener); _root.aimer.removeMovieClip(); _root.machineGun.stop("machineGun");
Instance of Symbol 208 MovieClip "soundClip" in Frame 15
onClipEvent (load) { _root.musicOne.stop(); this.gotoAndStop(4); }
Instance of Symbol 208 MovieClip "soundClip" in Frame 16
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 228 MovieClip in Frame 59
onClipEvent (load) { this.gotoAndStop(_root.onesPlace); } onClipEvent (enterFrame) { if (_root.onesPlace == 0) { this.gotoAndStop(10); } else { this.gotoAndStop(_root.onesPlace); } }
Instance of Symbol 228 MovieClip in Frame 59
onClipEvent (load) { this.gotoAndStop(_root.tensPlace); } onClipEvent (enterFrame) { if (_root.tensPlace == 0) { this.gotoAndStop(10); } else { this.gotoAndStop(_root.tensPlace); } }
Instance of Symbol 228 MovieClip in Frame 59
onClipEvent (load) { this.gotoAndStop(_root.hundredsPlace); } onClipEvent (enterFrame) { if (_root.hundredsPlace == 0) { this.gotoAndStop(10); } else { this.gotoAndStop(_root.hundredsPlace); } }
Instance of Symbol 228 MovieClip in Frame 59
onClipEvent (load) { this.gotoAndStop(_root.thousandsPlace); } onClipEvent (enterFrame) { if (_root.thousandsPlace == 0) { this.gotoAndStop(10); } else { this.gotoAndStop(_root.thousandsPlace); } }
Instance of Symbol 228 MovieClip in Frame 59
onClipEvent (load) { this.gotoAndStop(_root.lives); } onClipEvent (enterFrame) { this.gotoAndStop(_root.lives); if (_root.lives <= 0) { _root.gameOverFunction(); } }
Frame 71
_root.gotoAndStop(_global.stageName);
Instance of Symbol 269 MovieClip "character" in Frame 71
onClipEvent (load) { a = Math.abs(_x - _root._xmouse); b = Math.abs(_y - _root._ymouse); rotation = (Math.atan(b / a) * 180) / Math.PI; jumping = false; walking = false; falling = true; rightStop = false; leftStop = false; jumpControl = false; moveSpeed = 0; grav_y = 0; injuredTimer = 0; } onClipEvent (enterFrame) { if (injuredTimer > 0) { injuredTimer--; this._alpha = Math.ceil(Math.random() * 40); } else { this._alpha = 100; _root.playerInjured = false; } _x = (_x + moveSpeed); if (!jumping) { grav_y = 23; this._y = this._y + grav_y; this.legs.rocketBoots.gotoAndStop(1); } a = Math.abs(_x - _root._xmouse); b = Math.abs(_y - _root._ymouse); rotation = (Math.atan(b / a) * 180) / Math.PI; if (_root._ymouse < _y) { rotation = -rotation; } if (_root._xmouse < _x) { rotation = (-rotation) - 180; } if (Key.isDown(68)) { if (!rightStop) { if (moveSpeed < 11) { moveSpeed = moveSpeed + 2.75; } } walking = true; this.body.gotoAndStop(1); } if (Key.isDown(65)) { if (!leftStop) { if (moveSpeed > -11) { moveSpeed = moveSpeed - 2.75; } } walking = true; this.body.gotoAndStop(2); } if (((Key.isDown(87) && (!jumping)) && (!Key.isDown(83))) && (!jumpControl)) { vel_y = 36; jumping = true; jumpControl = true; } if (!Key.isDown(87)) { jumpControl = false; if (jumping && (vel_y > 15)) { vel_y = 15; } } if (jumping) { walking = false; this.legs.rocketBoots.play(); vel_y = vel_y - 3; if (vel_y <= -24) { vel_y = -24; } _y = (_y - vel_y); } if ((!Key.isDown(65)) && (!Key.isDown(68))) { if (moveSpeed > 0) { moveSpeed = moveSpeed - 2.75; } if (moveSpeed < 0) { moveSpeed = moveSpeed + 2.75; } walking = false; } if (walking) { this.legs.play(); } else if (jumping) { this.legs.gotoAndStop(10); } else if (moveSpeed == 0) { this.legs.gotoAndStop(1); } rightStop = false; leftStop = false; }
Instance of Symbol 416 MovieClip "backGround" in Frame 72
onClipEvent (enterFrame) { if (_global.backGroundControl != 0) { if (_global.backGroundControl == 2) { this.gotoAndStop(50); _global.backGroundControl = 0; } if (_global.backGroundControl == 3) { this.gotoAndStop(102); _global.backGroundControl = 0; } if (_global.backGroundControl == 4) { this.gotoAndStop(135); _global.backGroundControl = 0; } if (_global.backGroundControl == 5) { this.gotoAndStop(160); _global.backGroundControl = 0; } if (_global.backGroundControl == 6) { this.gotoAndStop(196); _global.backGroundControl = 0; } if (_global.backGroundControl == 7) { this.gotoAndStop(229); _global.backGroundControl = 0; } if (_global.backGroundControl == 8) { this.gotoAndStop(261); _global.backGroundControl = 0; } if (_global.backGroundControl == 9) { this.gotoAndStop(323); _global.backGroundControl = 0; } if (_global.backGroundControl == 10) { this.gotoAndStop(410); _global.backGroundControl = 0; } if (_global.backGroundControl == 11) { this.gotoAndStop(467); _global.backGroundControl = 0; } if (_global.backGroundControl == 12) { this.gotoAndPlay(480); _global.backGroundControl = 0; } if (_global.backGroundControl == 13) { this.gotoAndStop(585); _global.backGroundControl = 0; } if (_global.backGroundControl == 14) { this.gotoAndStop(615); _global.backGroundControl = 0; } if (_global.backGroundControl == 15) { this.gotoAndStop(638); _global.backGroundControl = 0; } if (_global.backGroundControl == 16) { this.gotoAndStop(715); _global.backGroundControl = 0; } if (_global.backGroundControl == 17) { this.gotoAndStop(760); _global.backGroundControl = 0; } if (_global.backGroundControl == 18) { this.gotoAndStop(830); _global.backGroundControl = 0; } if (_global.backGroundControl == 19) { this.gotoAndStop(901); _global.backGroundControl = 0; } if (_global.backGroundControl == 20) { this.gotoAndStop(940); _global.backGroundControl = 0; } if (_global.backGroundControl == 21) { this.gotoAndStop(1005); _global.backGroundControl = 0; } } }
Instance of Symbol 422 MovieClip "parentFlash" in Frame 72
onClipEvent (load) { if (_name == "parentFlash") { this.duplicateMovieClip("blueFlash", 3000); } }
Instance of Symbol 243 MovieClip in Frame 72
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.deathFunction(); } }
Instance of Symbol 200 MovieClip "conCirc" in Frame 84
onClipEvent (load) { ghostCounter = 0; } onClipEvent (enterFrame) { function hitFunction(hit) { if (hit == "right") { _root.character.rightStop = true; } if (hit == "left") { _root.character.leftStop = true; } if (hit == "floor") { _root.character.grav_y = 0; _root.character.jumping = false; _root.character.vel_y = 0; _root.character.falling = false; } } function gameControl() { if (_global.enemyCounterControl == 60) { _root.backGround.play(); } if (_global.enemyCounterControl == 70) { _root.turretOne.recede = true; _root.turretTwo.recede = true; _root.backGround.play(); } if (_global.enemyCounterControl == 100) { _root.backGround.play(); } if (_global.enemyCounterControl == 115) { _root.backGround.play(); } if (_global.enemyCounterControl == 140) { _root.backGround.play(); } if (ghostCounter == 3) { ghostCounter = 0; _root.backGround.play(); } if (_global.enemyCounterControl == 165) { _root.backGround.play(); } if (_global.enemyCounterControl == 169) { _root.backGround.play(); } if (_global.enemyCounterControl == 173) { _root.backGround.play(); } if (_global.enemyCounterControl == 181) { _root.backGround.play(); } } Mouse.hide(); }
Instance of Symbol 203 MovieClip "parentAimer" in Frame 84
onClipEvent (load) { _x = _root._xmouse; _y = _root._ymouse; shake = false; if (this._name == "parentAimer") { this.duplicateMovieClip("aimer", 2000); } } onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; if (shake) { _x = (_root._xmouse + ((Math.random() * 5) - 3)); _y = (_root._ymouse + ((Math.random() * 5) - 3)); } } onClipEvent (mouseDown) { _root.machineGun.start(0, 100); shake = true; } onClipEvent (mouseUp) { _root.machineGun.stop("machineGun"); shake = false; }
Instance of Symbol 200 MovieClip "hitPrecision" in Frame 84
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; }
Instance of Symbol 434 MovieClip "bulletDirt" in Frame 84
onClipEvent (load) { if (this._name != "bulletDirt") { this._x = (_root._xmouse + (Math.random() * 20)) - 10; this._y = (_root._ymouse + (Math.random() * 20)) - 10; _root.bulletDirt.timer = 2; } if (this._name == "bulletDirt") { dirtCounter = 1; maxDirt = 10; depthCounter = 1; timer = 0; } } onClipEvent (enterFrame) { if (timer > 0) { timer--; } if (firing) { if ((dirtCounter <= maxDirt) && (timer == 0)) { dirtCounter++; depthCounter++; _root.bulletDirt.duplicateMovieClip("dirt" + depthCounter, depthCounter + 300); if (depthCounter >= maxDirt) { depthCounter = 1; dirtCounter = 1; } } } else { dirtCounter = 1; maxDirt = 10; depthCounter = 1; timer = 0; firing = false; } } onClipEvent (mouseDown) { firing = true; } onClipEvent (mouseUp) { firing = false; }
Frame 89
stop();
Instance of Symbol 440 MovieClip "parentEnemy" in Frame 89
onClipEvent (load) { if (_name != "parentEnemy") { changeDirection = false; injured = false; _y = 560; _x = 825; hitPoints = 2; moveSpeed = Math.ceil((Math.random() * 13) + 2); } if (_name == "parentEnemy") { i = 1; timer = 45; enemyCounter = 0; } } onClipEvent (enterFrame) { if (_name != "parentEnemy") { if (!changeDirection) { if ((_x < -50) or (_x > 850)) { moveSpeed = -moveSpeed; } } if (hitPoints == 0) { this.gotoAndStop("death"); _root.enemyCounter++; _root.counterFunction(); _root.parentEnemy.enemyCounter--; hitPoints = -1; } if (hitPoints > 0) { _rotation = (_rotation - moveSpeed); _x = (_x - moveSpeed); if (injured) { this.gotoAndStop("injured"); } else { this.gotoAndStop(1); } } } if (_name == "parentEnemy") { if (timer > 0) { timer--; } if ((timer == 0) && (_root.enemyCounter < 62)) { if (enemyCounter < 2) { this.duplicateMovieClip("enemy" + i, i + 20); i++; enemyCounter++; } timer = 5; } } }
Instance of Symbol 391 MovieClip in Frame 89
onClipEvent (load) { timer = 20; _alpha = 0; } onClipEvent (enterFrame) { if (timer > 0) { timer--; _alpha = (_alpha + 20); } else if (_alpha > 0) { _alpha = (_alpha - 20); } else { this.gotoAndStop("idle"); } if (_root.enemyCounter == 30) { timer = 20; _x = 100; this.gotoAndStop("left"); } }
Instance of Symbol 440 MovieClip "parentEnemyTwo" in Frame 89
onClipEvent (load) { if (_name != "parentEnemyTwo") { changeDirection = false; injured = false; _y = 560; _x = -30; hitPoints = 2; moveSpeed = -Math.ceil((Math.random() * 13) + 4); } if (_name == "parentEnemyTwo") { i = 1; timer = 25; enemyCounter = 0; } } onClipEvent (enterFrame) { if (_name != "parentEnemyTwo") { if (!changeDirection) { if ((_x < -50) or (_x > 850)) { moveSpeed = -moveSpeed; } } if (hitPoints == 0) { this.gotoAndStop("death"); _root.enemyCounter++; _root.counterFunction(); _root.parentEnemyTwo.enemyCounter--; hitPoints = -1; } if (hitPoints > 0) { _rotation = (_rotation - moveSpeed); _x = (_x - moveSpeed); if (injured) { this.gotoAndStop("injured"); } else { this.gotoAndStop(1); } } } if (_name == "parentEnemyTwo") { if (_root.enemyCounter > 30) { if (timer > 0) { timer--; } if ((timer == 0) && (_root.enemyCounter < 62)) { if (enemyCounter < 2) { this.duplicateMovieClip("enemyTwo" + i, i + 20); i++; enemyCounter++; } timer = 5; } } } }
Frame 90
_global.stageTwo = true; _root.blueFlash.play();
Instance of Symbol 391 MovieClip in Frame 90
onClipEvent (load) { this.gotoAndStop("down"); timer = 20; _alpha = 0; } onClipEvent (enterFrame) { if (timer > 0) { timer--; _alpha = (_alpha + 20); } else if (_alpha > 0) { _alpha = (_alpha - 20); } else { this.gotoAndStop("idle"); } }
Instance of Symbol 391 MovieClip in Frame 90
onClipEvent (load) { this.gotoAndStop("down"); timer = 20; _alpha = 0; } onClipEvent (enterFrame) { if (timer > 0) { timer--; _alpha = (_alpha + 20); } else if (_alpha > 0) { _alpha = (_alpha - 20); } else { this.gotoAndStop("idle"); } }
Instance of Symbol 450 MovieClip "turretOne" in Frame 90
onClipEvent (load) { startY = _y; injured = false; recede = false; hitPoints = 30; timer = 30; i = 30; } onClipEvent (enterFrame) { if (!recede) { if (timer > 0) { timer--; } else { if (_y > 300) { _y = (_y - 15); } else { _y == 300; } if (hitPoints == 0) { this.gotoAndStop("death"); _root.enemyCounter++; _root.counterFunction(); hitPoints = -1; } if (hitPoints == -1) { if (this.deathTurret._y < 600) { this.deathTurret._y = this.deathTurret._y + 15; } else { hitPoints = 30; _y = startY; this.gotoAndStop(1); } } if (hitPoints > 0) { if (injured) { this.gotoAndStop("injured"); } else { this.gotoAndStop(1); } } } } else { _y = (_y + 25); } }
Instance of Symbol 450 MovieClip "turretTwo" in Frame 90
onClipEvent (load) { startY = _y; injured = false; recede = false; hitPoints = 30; timer = 30; i = 10; } onClipEvent (enterFrame) { if (!recede) { if (timer > 0) { timer--; } else { if (_y > 300) { _y = (_y - 15); } else { _y == 300; } if (hitPoints == 0) { this.gotoAndStop("death"); _root.enemyCounter++; _root.counterFunction(); hitPoints = -1; } if (hitPoints == -1) { if (this.deathTurret._y < 600) { this.deathTurret._y = this.deathTurret._y + 15; } else { hitPoints = 30; _y = startY; this.gotoAndStop(1); } } if (hitPoints > 0) { if (injured) { this.gotoAndStop("injured"); } else { this.gotoAndStop(1); } } } } else { _y = (_y + 25); } }
Frame 91
_global.stageThree = true;
Instance of Symbol 481 MovieClip "laserBoss" in Frame 91
onClipEvent (load) { injured = false; hitPoints = 70; } onClipEvent (enterFrame) { if (hitPoints == 0) { this.innerLaser.gotoAndStop("death"); this.play(); _root.enemyCounter++; _root.counterFunction(); hitPoints = -1; } if (hitPoints > 0) { if (injured) { this.innerLaser.gotoAndStop("injured"); } else { this.innerLaser.gotoAndStop(1); } } }
Frame 92
_global.stageFour = true;
Instance of Symbol 483 MovieClip "parentEnemy" in Frame 92
onClipEvent (load) { if (_name != "parentEnemy") { _y = -25; _x = (Math.random() * Stage.width); hitPoints = 1; ySpeed = 20; } if (_name == "parentEnemy") { i = 1; timer = 45; enemyCounter = 0; enemyMax = 15; } } onClipEvent (enterFrame) { if (_name != "parentEnemy") { if (hitTest(_root.character.body)) { _root.parentEnemy.enemyCounter--; this.gotoAndStop("death"); } if (hitPoints == 0) { this.gotoAndStop("death"); _root.enemyCounter++; _root.counterFunction(); _root.parentEnemy.enemyCounter--; hitPoints = -1; } if (hitPoints > 0) { _y = (_y + ySpeed); _rotation = (_rotation + 5); if (_y > 725) { if (_currentframe != "death") { _root.parentEnemy.enemyCounter--; } this.removeMovieClip(); } } } if (_name == "parentEnemy") { if (timer > 0) { timer--; } if (timer == 0) { if (enemyCounter < enemyMax) { this.duplicateMovieClip("enemy" + i, i + 30); i++; enemyCounter++; } timer = 8; } } }
Instance of Symbol 483 MovieClip "parentEnemyTwo" in Frame 92
onClipEvent (load) { if (_name != "parentEnemyTwo") { _y = -25; _x = (Math.random() * Stage.width); ySpeed = 20; } if (_name == "parentEnemyTwo") { i = 1; timer = 45; enemyCounter = 0; enemyMax = 15; } } onClipEvent (enterFrame) { if (_name != "parentEnemyTwo") { if (hitTest(_root.character.body)) { _root.parentEnemyTwo.enemyCounter--; this.gotoAndStop("death"); } _y = (_y + ySpeed); _rotation = (_rotation - 5); if (_y > 725) { if (_currentframe != "death") { _root.parentEnemyTwo.enemyCounter--; } this.removeMovieClip(); } } if (_name == "parentEnemyTwo") { if (timer > 0) { timer--; } if (timer == 0) { if (enemyCounter < enemyMax) { this.duplicateMovieClip("enemyTwo" + i, i + 20); i++; enemyCounter++; } timer = 15; } } }
Instance of Symbol 391 MovieClip in Frame 92
onClipEvent (load) { this.gotoAndStop("up"); timer = 30; _alpha = 0; } onClipEvent (enterFrame) { if (timer > 0) { timer--; if (_alpha < 100) { _alpha = (_alpha + 20); } } else if (_alpha > 0) { _alpha = (_alpha - 20); } else { this.gotoAndStop("idle"); } }
Instance of Symbol 391 MovieClip in Frame 92
onClipEvent (load) { this.gotoAndStop("up"); timer = 30; _alpha = 0; } onClipEvent (enterFrame) { if (timer > 0) { timer--; if (_alpha < 100) { _alpha = (_alpha + 20); } } else if (_alpha > 0) { _alpha = (_alpha - 20); } else { this.gotoAndStop("idle"); } }
Instance of Symbol 391 MovieClip in Frame 92
onClipEvent (load) { this.gotoAndStop("up"); timer = 30; _alpha = 0; } onClipEvent (enterFrame) { if (timer > 0) { timer--; if (_alpha < 100) { _alpha = (_alpha + 20); } } else if (_alpha > 0) { _alpha = (_alpha - 20); } else { this.gotoAndStop("idle"); } }
Frame 93
_global.stageFive = true; _root.blueFlash.play();
Instance of Symbol 493 MovieClip "parentEnemy" in Frame 93
onClipEvent (load) { if (_name != "parentEnemy") { xPos = _x; yPos = _y; xSpeed = 5; ySpeed = 2.5; hitPoints = 25; _y = (Math.random() * Stage.height); charX = _root.character._x; charY = _root.character._y; } if (_name == "parentEnemy") { i = 1; timer = 45; enemyCounter = 0; enemyMax = 2; } } onClipEvent (enterFrame) { if (_name != "parentEnemy") { if (hitPoints == 0) { this.gotoAndStop("death"); _root.enemyCounter++; _root.counterFunction(); _root.parentEnemy.enemyCounter--; hitPoints = -1; } if (hitPoints > 0) { if (injured) { this.gotoAndStop("injured"); } else { this.gotoAndStop(1); } _x = (_x + xSpeed); _y = (_y + ySpeed); xPos = _x; yPos = _y; charX = _root.character._x; charY = _root.character._y; if (xPos != charX) { if (charX > xPos) { if (xSpeed < 5) { xSpeed = xSpeed + 0.5; } } else if (xSpeed > -5) { xSpeed = xSpeed - 0.5; } } if (yPos != charY) { if (charY > yPos) { if (ySpeed < 2.5) { ySpeed = ySpeed + 0.5; } } else if (ySpeed > -2.5) { ySpeed = ySpeed - 0.5; } } } } if (_name == "parentEnemy") { if (timer > 0) { timer--; } if (timer == 0) { if (enemyCounter < enemyMax) { this.duplicateMovieClip("enemy" + i, i + 40); i++; enemyCounter++; } timer = 25; } } }
Instance of Symbol 493 MovieClip "parentEnemyTwo" in Frame 93
onClipEvent (load) { if (_name != "parentEnemyTwo") { xPos = _x; yPos = _y; xSpeed = 5; ySpeed = 2.5; hitPoints = 25; _y = (Math.random() * Stage.height); charX = _root.character._x; charY = _root.character._y; } if (_name == "parentEnemyTwo") { i = 1; timer = 45; enemyCounter = 0; enemyMax = 2; } } onClipEvent (enterFrame) { if (_name != "parentEnemyTwo") { if (hitPoints == 0) { this.gotoAndStop("death"); _root.enemyCounter++; _root.counterFunction(); _root.parentEnemyTwo.enemyCounter--; hitPoints = -1; } if (hitPoints > 0) { if (injured) { this.gotoAndStop("injured"); } else { this.gotoAndStop(1); } _x = (_x + xSpeed); _y = (_y + ySpeed); xPos = _x; yPos = _y; charX = _root.character._x; charY = _root.character._y; if (xPos != charX) { if (charX > xPos) { if (xSpeed < 5) { xSpeed = xSpeed + 0.5; } } else if (xSpeed > -5) { xSpeed = xSpeed - 0.5; } } if (yPos != charY) { if (charY > yPos) { if (ySpeed < 2.5) { ySpeed = ySpeed + 0.5; } } else if (ySpeed > -2.5) { ySpeed = ySpeed - 0.5; } } } } if (_name == "parentEnemyTwo") { if (timer > 0) { timer--; } if ((timer == 0) && (_global.enemyCounterControl >= 105)) { if (enemyCounter < enemyMax) { this.duplicateMovieClip("enemyTwo" + i, i + 20); i++; enemyCounter++; } timer = 25; } } }
Instance of Symbol 391 MovieClip in Frame 93
onClipEvent (load) { this.gotoAndStop("right"); timer = 30; _alpha = 0; } onClipEvent (enterFrame) { if (timer > 0) { timer--; if (_alpha < 100) { _alpha = (_alpha + 20); } } else if (_alpha > 0) { _alpha = (_alpha - 20); } else { this.gotoAndStop("idle"); } if (_global.enemyCounterControl == 104) { timer = 20; _x = 100; this.gotoAndStop("left"); } }
Frame 94
_global.stageSix = true; _root.blueFlash.play();
Instance of Symbol 506 MovieClip "plantBoss" in Frame 94
onClipEvent (load) { injured = false; hitPoints = 700; } onClipEvent (enterFrame) { if (hitPoints == 0) { this.gotoAndPlay("death"); this.plantCenter.gotoAndStop(1); _root.enemyCounter++; _root.counterFunction(); hitPoints = -1; } if (hitPoints > 0) { if (injured) { this.plantCenter.gotoAndStop("injured"); } else { this.plantCenter.gotoAndStop(1); } } }
Frame 95
_global.stageSeven = true;
Instance of Symbol 508 MovieClip "parentEnemy" in Frame 95
onClipEvent (load) { if (_name != "parentEnemy") { xSpeed = 10; _y = ((Math.random() * (Stage.height - 50)) + 25); } if (_name == "parentEnemy") { i = 1; timer = 40; frameControl = 0; enemyCounter = 0; enemyMax = 5; } } onClipEvent (enterFrame) { if (_name != "parentEnemy") { _x = (_x + xSpeed); if (_x > 900) { _root.parentEnemy.enemyCounter--; this.removeMovieClip(); } } if (_name == "parentEnemy") { if (frameControl >= 25) { _root.backGround.play(); } if (timer > 0) { timer--; } if (timer == 0) { if (enemyCounter < enemyMax) { this.duplicateMovieClip("enemy" + i, i + 30); i++; frameControl++; enemyCounter++; } timer = 20; } } }
Frame 96
_global.stageEight = true; _root.blueFlash.play();
Instance of Symbol 508 MovieClip "parentEnemy" in Frame 96
onClipEvent (load) { if (_name != "parentEnemy") { xSpeed = _root.parentEnemy.xSpeed; _y = ((Math.random() * (Stage.height - 50)) + 25); } if (_name == "parentEnemy") { i = 1; xSpeed = 10; timer = 40; frameControl = 0; enemyCounter = 0; enemyMax = 6; } } onClipEvent (enterFrame) { if (_name != "parentEnemy") { _x = (_x + xSpeed); if (_x > 900) { _root.parentEnemy.enemyCounter--; this.removeMovieClip(); } } if (_name == "parentEnemy") { if (frameControl >= 30) { _root.spikesOne.play(); _root.spikesTwo.play(); _root.backGround.play(); } if (timer > 0) { timer--; } if (timer == 0) { if (enemyCounter < enemyMax) { this.duplicateMovieClip("enemy" + i, i + 30); i++; frameControl++; enemyCounter++; } xSpeed = xSpeed + 0.5; timer = 25; } } }
Frame 97
_global.stageNine = true; _root.blueFlash.play();
Frame 98
_global.stageTen = true;
Instance of Symbol 483 MovieClip "parentEnemy" in Frame 98
onClipEvent (load) { if (_name != "parentEnemy") { _y = -25; _x = (Math.random() * Stage.width); hitPoints = 1; ySpeed = 20; } if (_name == "parentEnemy") { i = 1; timer = 45; enemyCounter = 0; enemyMax = 15; } } onClipEvent (enterFrame) { if (_name != "parentEnemy") { if (hitTest(_root.character.body)) { _root.parentEnemy.enemyCounter--; this.gotoAndStop("death"); } if (hitPoints == 0) { this.gotoAndStop("death"); _root.enemyCounter++; _root.counterFunction(); _root.parentEnemy.enemyCounter--; hitPoints = -1; } if (hitPoints > 0) { _y = (_y + ySpeed); _rotation = (_rotation + 5); if (_y > 725) { _root.parentEnemy.enemyCounter--; this.removeMovieClip(); } } } if (_name == "parentEnemy") { if (timer > 0) { timer--; } if (timer == 0) { if (enemyCounter < enemyMax) { this.duplicateMovieClip("enemy" + i, i + 30); i++; enemyCounter++; } timer = 9; } } }
Instance of Symbol 391 MovieClip in Frame 98
onClipEvent (load) { this.gotoAndStop("up"); timer = 30; _alpha = 0; } onClipEvent (enterFrame) { if (timer > 0) { timer--; if (_alpha < 100) { _alpha = (_alpha + 20); } } else if (_alpha > 0) { _alpha = (_alpha - 20); } else { this.gotoAndStop("idle"); } }
Instance of Symbol 391 MovieClip in Frame 98
onClipEvent (load) { this.gotoAndStop("up"); timer = 30; _alpha = 0; } onClipEvent (enterFrame) { if (timer > 0) { timer--; if (_alpha < 100) { _alpha = (_alpha + 20); } } else if (_alpha > 0) { _alpha = (_alpha - 20); } else { this.gotoAndStop("idle"); } }
Instance of Symbol 391 MovieClip in Frame 98
onClipEvent (load) { this.gotoAndStop("up"); timer = 30; _alpha = 0; } onClipEvent (enterFrame) { if (timer > 0) { timer--; if (_alpha < 100) { _alpha = (_alpha + 20); } } else if (_alpha > 0) { _alpha = (_alpha - 20); } else { this.gotoAndStop("idle"); } }
Frame 99
_global.stageEleven = true; _root.blueFlash.play();
Instance of Symbol 527 MovieClip in Frame 99
onClipEvent (load) { _alpha = 0; _x = (Math.random() * Stage.width); _y = ((Math.random() * (Stage.height - 50)) + 30); timer = 100; hitPoints = 175; injured = false; } onClipEvent (enterFrame) { if (hitPoints == 0) { this.gotoAndStop("death"); _root.conCirc.ghostCounter++; _root.enemyCounter++; _root.counterFunction(); hitPoints = -1; } if (hitPoints > 0) { if (injured) { this.gotoAndStop("injured"); } else { this.gotoAndStop(1); } if (timer > 0) { timer--; } else { _x = (Math.random() * Stage.width); _y = ((Math.random() * (Stage.height - 50)) + 30); timer = 100; } if ((timer <= 10) && (_alpha > 0)) { _alpha = (_alpha - 10); } if ((timer >= 90) && (_alpha < 100)) { _alpha = (_alpha + 10); } if (timer == 90) { this.ghostShot.play(); } } }
Instance of Symbol 527 MovieClip in Frame 99
onClipEvent (load) { _alpha = 0; _x = (Math.random() * Stage.width); _y = ((Math.random() * (Stage.height - 50)) + 30); timer = 66; hitPoints = 175; injured = false; } onClipEvent (enterFrame) { if (hitPoints == 0) { this.gotoAndStop("death"); _root.conCirc.ghostCounter++; _root.enemyCounter++; _root.counterFunction(); hitPoints = -1; } if (hitPoints > 0) { if (injured) { this.gotoAndStop("injured"); } else { this.gotoAndStop(1); } if (timer > 0) { timer--; } else { _x = (Math.random() * Stage.width); _y = ((Math.random() * (Stage.height - 50)) + 30); timer = 100; } if ((timer <= 10) && (_alpha > 0)) { _alpha = (_alpha - 10); } if ((timer >= 90) && (_alpha < 100)) { _alpha = (_alpha + 10); } if (timer == 90) { this.ghostShot.play(); } } }
Instance of Symbol 527 MovieClip in Frame 99
onClipEvent (load) { _alpha = 0; _x = (Math.random() * Stage.width); _y = ((Math.random() * (Stage.height - 50)) + 30); timer = 33; hitPoints = 175; injured = false; } onClipEvent (enterFrame) { if (hitPoints == 0) { this.gotoAndStop("death"); _root.conCirc.ghostCounter++; _root.enemyCounter++; _root.counterFunction(); hitPoints = -1; } if (hitPoints > 0) { if (injured) { this.gotoAndStop("injured"); } else { this.gotoAndStop(1); } if (timer > 0) { timer--; } else { _x = (Math.random() * Stage.width); _y = ((Math.random() * (Stage.height - 50)) + 30); timer = 100; } if ((timer <= 10) && (_alpha > 0)) { _alpha = (_alpha - 10); } if ((timer >= 90) && (_alpha < 100)) { _alpha = (_alpha + 10); } if (timer == 90) { this.ghostShot.play(); } } }
Frame 100
_global.stageTwelve = true;
Frame 101
_global.stageThirteen = true;
Instance of Symbol 566 MovieClip "parentEnemy" in Frame 101
onClipEvent (load) { if (_name != "parentEnemy") { injured = false; _y = ((Math.random() * 150) + 40); _x = 825; hitPoints = 20; moveSpeed = 4; } if (_name == "parentEnemy") { this.gotoAndStop(1); i = 1; timer = 30; enemyCounter = 0; enemyMax = 5; } } onClipEvent (enterFrame) { if (_name != "parentEnemy") { if (_x < -75) { _root.parentEnemy.enemyCounter--; this.removeMovieClip(); } if (hitPoints == 0) { this.gotoAndStop("death"); _root.enemyCounter++; _root.counterFunction(); _root.parentEnemy.enemyCounter--; hitPoints = -1; } if (hitPoints > 0) { _x = (_x - moveSpeed); if (injured) { this.gotoAndStop("injured"); } else { this.gotoAndStop(1); } } } if (_name == "parentEnemy") { if (timer > 0) { timer--; } if (timer == 0) { if (enemyCounter < enemyMax) { this.duplicateMovieClip("enemy" + i, i + 30); i++; enemyCounter++; } timer = 60; } } }
Instance of Symbol 566 MovieClip "parentEnemyTwo" in Frame 101
onClipEvent (load) { if (_name != "parentEnemyTwo") { injured = false; _y = ((Math.random() * 150) + 40); _x = -75; hitPoints = 20; moveSpeed = 4; } if (_name == "parentEnemyTwo") { this.gotoAndStop(1); i = 1; timer = 30; enemyCounter = 0; enemyMax = 5; } } onClipEvent (enterFrame) { if (_name != "parentEnemyTwo") { if (_x > 825) { _root.parentEnemyTwo.enemyCounter--; this.removeMovieClip(); } if (hitPoints == 0) { this.gotoAndStop("death"); _root.enemyCounter++; _root.counterFunction(); _root.parentEnemyTwo.enemyCounter--; hitPoints = -1; } if (hitPoints > 0) { _x = (_x + moveSpeed); if (injured) { this.gotoAndStop("injured"); } else { this.gotoAndStop(1); } } } if (_name == "parentEnemyTwo") { if (timer > 0) { timer--; } if (timer == 0) { if (enemyCounter < enemyMax) { this.duplicateMovieClip("enemyTwo" + i, i + 50); i++; enemyCounter++; } timer = 60; } } }
Instance of Symbol 391 MovieClip in Frame 101
onClipEvent (load) { this.gotoAndStop("right"); timer = 30; _alpha = 0; } onClipEvent (enterFrame) { if (timer > 0) { timer--; if (_alpha < 100) { _alpha = (_alpha + 20); } } else if (_alpha > 0) { _alpha = (_alpha - 20); } else { this.gotoAndStop("idle"); } if (_root.enemyCounter == 104) { timer = 20; _x = 100; this.gotoAndStop("left"); } }
Instance of Symbol 391 MovieClip in Frame 101
onClipEvent (load) { this.gotoAndStop("left"); timer = 30; _alpha = 0; } onClipEvent (enterFrame) { if (timer > 0) { timer--; if (_alpha < 100) { _alpha = (_alpha + 20); } } else if (_alpha > 0) { _alpha = (_alpha - 20); } else { this.gotoAndStop("idle"); } if (_root.enemyCounter == 104) { timer = 20; _x = 100; this.gotoAndStop("left"); } }
Frame 102
_global.stageFourteen = true; _root.blueFlash.play();
Instance of Symbol 568 MovieClip "parentEnemy" in Frame 102
onClipEvent (load) { if (_name != "parentEnemy") { _y = -100; _xscale = ((Math.random() * 100) + 25); _yscale = _xscale; _x = (Math.random() * Stage.width); hitPoints = 1; ySpeed = (Math.random() * 4) + 1; xSpeed = (Math.random() * 5) - 2.5; } if (_name == "parentEnemy") { i = 1; backgroundTimer = 1300; timer = 45; enemyCounter = 0; enemyMax = 7; } } onClipEvent (enterFrame) { if (_name != "parentEnemy") { if (hitPoints == 0) { this.gotoAndStop("death"); _root.enemyCounter++; _root.counterFunction(); _root.parentEnemy.enemyCounter--; hitPoints = -1; } if (hitPoints > 0) { _y = (_y + ySpeed); _x = (_x + xSpeed); _rotation = (_rotation + xSpeed); if (_y > 725) { _root.parentEnemy.enemyCounter--; this.removeMovieClip(); } if ((_x < -125) or (_x > 900)) { _root.parentEnemy.enemyCounter--; this.removeMovieClip(); } } } if (_name == "parentEnemy") { if (timer > 0) { timer--; } if (backgroundTimer > 0) { backgroundTimer--; } else { _root.backGround.play(); } if (timer == 0) { if (enemyCounter < enemyMax) { this.duplicateMovieClip("enemy" + i, i + 30); i++; enemyCounter++; } timer = 15; } } }
Instance of Symbol 568 MovieClip "parentEnemyTwo" in Frame 102
onClipEvent (load) { if (_name != "parentEnemyTwo") { _y = 710; _xscale = ((Math.random() * 100) + 25); _yscale = _xscale; _x = (Math.random() * Stage.width); hitPoints = 1; ySpeed = (Math.random() * 4) + 1; xSpeed = (Math.random() * 5) - 2.5; } if (_name == "parentEnemyTwo") { i = 1; timer = 45; enemyCounter = 0; enemyMax = 7; } } onClipEvent (enterFrame) { if (_name != "parentEnemyTwo") { if (hitPoints == 0) { this.gotoAndStop("death"); _root.enemyCounter++; _root.counterFunction(); _root.parentEnemyTwo.enemyCounter--; hitPoints = -1; } if (hitPoints > 0) { _y = (_y - ySpeed); _x = (_x + xSpeed); _rotation = (_rotation + xSpeed); if (_y < -100) { _root.parentEnemyTwo.enemyCounter--; this.removeMovieClip(); } if ((_x < -125) or (_x > 900)) { _root.parentEnemyTwo.enemyCounter--; this.removeMovieClip(); } } } if (_name == "parentEnemyTwo") { if (timer > 0) { timer--; } if (timer == 0) { if (enemyCounter < enemyMax) { this.duplicateMovieClip("enemyTwo" + i, i + 70); i++; enemyCounter++; } timer = 12; } } }
Instance of Symbol 391 MovieClip in Frame 102
onClipEvent (load) { this.gotoAndStop("up"); timer = 30; _alpha = 0; } onClipEvent (enterFrame) { if (timer > 0) { timer--; if (_alpha < 100) { _alpha = (_alpha + 20); } } else if (_alpha > 0) { _alpha = (_alpha - 20); } else { this.gotoAndStop("idle"); } }
Instance of Symbol 391 MovieClip in Frame 102
onClipEvent (load) { this.gotoAndStop("up"); timer = 30; _alpha = 0; } onClipEvent (enterFrame) { if (timer > 0) { timer--; if (_alpha < 100) { _alpha = (_alpha + 20); } } else if (_alpha > 0) { _alpha = (_alpha - 20); } else { this.gotoAndStop("idle"); } }
Instance of Symbol 391 MovieClip in Frame 102
onClipEvent (load) { this.gotoAndStop("down"); timer = 30; _alpha = 0; } onClipEvent (enterFrame) { if (timer > 0) { timer--; if (_alpha < 100) { _alpha = (_alpha + 20); } } else if (_alpha > 0) { _alpha = (_alpha - 20); } else { this.gotoAndStop("idle"); } }
Instance of Symbol 391 MovieClip in Frame 102
onClipEvent (load) { this.gotoAndStop("down"); timer = 30; _alpha = 0; } onClipEvent (enterFrame) { if (timer > 0) { timer--; if (_alpha < 100) { _alpha = (_alpha + 20); } } else if (_alpha > 0) { _alpha = (_alpha - 20); } else { this.gotoAndStop("idle"); } }
Frame 103
_global.stageFifteen = true; _root.blueFlash.play();
Instance of Symbol 582 MovieClip in Frame 103
onClipEvent (load) { startRotation = false; rotationSpeed = 0.5; } onClipEvent (enterFrame) { if (startRotation) { _rotation = (_rotation + rotationSpeed); } }
Frame 104
_global.stageSixteen = true;
Instance of Symbol 589 MovieClip in Frame 104
onClipEvent (load) { charX = _root.character._x; ySpeed = 0; timer = 40; hitPoints = 100; attack = false; } onClipEvent (enterFrame) { if (hitPoints == 0) { this.gotoAndStop("death"); _root.enemyCounter++; _root.counterFunction(); hitPoints = -1; } if (hitPoints > 0) { if (injured) { this.gotoAndStop("injured"); } else { this.gotoAndStop(1); } charX = _root.character._x; if (timer > 0) { timer--; } else { _x = charX; attack = true; timer = 60; ySpeed = 30; } if (attack) { if (ySpeed == 0) { this.jaw.gotoAndStop(2); } if (ySpeed < -25) { this.jaw.gotoAndStop(1); } _y = (_y - ySpeed); ySpeed = ySpeed - 1; } } }
Instance of Symbol 589 MovieClip in Frame 104
onClipEvent (load) { charX = _root.character._x; ySpeed = 0; timer = 60; hitPoints = 100; attack = false; } onClipEvent (enterFrame) { if (hitPoints == 0) { this.gotoAndStop("death"); _root.enemyCounter++; _root.counterFunction(); hitPoints = -1; } if (hitPoints > 0) { if (injured) { this.gotoAndStop("injured"); } else { this.gotoAndStop(1); } charX = _root.character._x; if (timer > 0) { timer--; } else { _x = charX; attack = true; timer = 60; ySpeed = 30; } if (attack) { if (ySpeed == 0) { this.jaw.gotoAndStop(2); } if (ySpeed < -25) { this.jaw.gotoAndStop(1); } _y = (_y - ySpeed); ySpeed = ySpeed - 1; } } }
Instance of Symbol 589 MovieClip in Frame 104
onClipEvent (load) { charX = _root.character._x; ySpeed = 0; timer = 80; hitPoints = 100; attack = false; } onClipEvent (enterFrame) { if (hitPoints == 0) { this.gotoAndStop("death"); _root.enemyCounter++; _root.counterFunction(); hitPoints = -1; } if (hitPoints > 0) { if (injured) { this.gotoAndStop("injured"); } else { this.gotoAndStop(1); } charX = _root.character._x; if (timer > 0) { timer--; } else { _x = charX; attack = true; timer = 60; ySpeed = 30; } if (attack) { if (ySpeed == 0) { this.jaw.gotoAndStop(2); } if (ySpeed < -25) { this.jaw.gotoAndStop(1); } _y = (_y - ySpeed); ySpeed = ySpeed - 1; } } }
Instance of Symbol 391 MovieClip in Frame 104
onClipEvent (load) { this.gotoAndStop("down"); timer = 30; _alpha = 0; } onClipEvent (enterFrame) { if (timer > 0) { timer--; if (_alpha < 100) { _alpha = (_alpha + 20); } } else if (_alpha > 0) { _alpha = (_alpha - 20); } else { this.gotoAndStop("idle"); } }
Instance of Symbol 391 MovieClip in Frame 104
onClipEvent (load) { this.gotoAndStop("down"); timer = 30; _alpha = 0; } onClipEvent (enterFrame) { if (timer > 0) { timer--; if (_alpha < 100) { _alpha = (_alpha + 20); } } else if (_alpha > 0) { _alpha = (_alpha - 20); } else { this.gotoAndStop("idle"); } }
Instance of Symbol 391 MovieClip in Frame 104
onClipEvent (load) { this.gotoAndStop("down"); timer = 30; _alpha = 0; } onClipEvent (enterFrame) { if (timer > 0) { timer--; if (_alpha < 100) { _alpha = (_alpha + 20); } } else if (_alpha > 0) { _alpha = (_alpha - 20); } else { this.gotoAndStop("idle"); } }
Frame 105
_global.stageSeventeen = true;
Instance of Symbol 594 MovieClip in Frame 105
onClipEvent (load) { rotationSpeed = (Math.random() * 15) + 5; ySpeed = 0; hitPoints = 60; timer = Math.ceil(Math.random() * 60); } onClipEvent (enterFrame) { if (hitPoints == 0) { this.gotoAndStop("death"); _root.enemyCounter++; _root.counterFunction(); hitPoints = -1; } if (hitPoints > 0) { _rotation = (_rotation - moveSpeed); _x = (_x - moveSpeed); if (injured) { this.gotoAndStop("injured"); } else { this.gotoAndStop(1); } _rotation = (_rotation - rotationSpeed); if (timer > 0) { timer--; } else { _x = (Math.random() * Stage.width); attack = true; ySpeed = Math.ceil(Math.random() * 18) + 20; timer = ySpeed * 2; } if (attack) { _y = (_y - ySpeed); ySpeed = ySpeed - 1; } } }
Instance of Symbol 594 MovieClip in Frame 105
onClipEvent (load) { rotationSpeed = (Math.random() * 15) + 5; ySpeed = 0; hitPoints = 60; timer = Math.ceil(Math.random() * 60); } onClipEvent (enterFrame) { if (hitPoints == 0) { this.gotoAndStop("death"); _root.enemyCounter++; _root.counterFunction(); hitPoints = -1; } if (hitPoints > 0) { _rotation = (_rotation - moveSpeed); _x = (_x - moveSpeed); if (injured) { this.gotoAndStop("injured"); } else { this.gotoAndStop(1); } _rotation = (_rotation - rotationSpeed); if (timer > 0) { timer--; } else { _x = (Math.random() * Stage.width); attack = true; ySpeed = Math.ceil(Math.random() * 18) + 20; timer = ySpeed * 2; } if (attack) { _y = (_y - ySpeed); ySpeed = ySpeed - 1; } } }
Instance of Symbol 594 MovieClip in Frame 105
onClipEvent (load) { rotationSpeed = (Math.random() * 15) + 5; ySpeed = 0; hitPoints = 60; timer = Math.ceil(Math.random() * 60); } onClipEvent (enterFrame) { if (hitPoints == 0) { this.gotoAndStop("death"); _root.enemyCounter++; _root.counterFunction(); hitPoints = -1; } if (hitPoints > 0) { _rotation = (_rotation - moveSpeed); _x = (_x - moveSpeed); if (injured) { this.gotoAndStop("injured"); } else { this.gotoAndStop(1); } _rotation = (_rotation + rotationSpeed); if (timer > 0) { timer--; } else { _x = (Math.random() * Stage.width); attack = true; ySpeed = Math.ceil(Math.random() * 18) + 20; timer = ySpeed * 2; } if (attack) { _y = (_y - ySpeed); ySpeed = ySpeed - 1; } } }
Instance of Symbol 594 MovieClip in Frame 105
onClipEvent (load) { rotationSpeed = (Math.random() * 15) + 5; ySpeed = 0; hitPoints = 60; timer = Math.ceil(Math.random() * 60); } onClipEvent (enterFrame) { if (hitPoints == 0) { this.gotoAndStop("death"); _root.enemyCounter++; _root.counterFunction(); hitPoints = -1; } if (hitPoints > 0) { _rotation = (_rotation - moveSpeed); _x = (_x - moveSpeed); if (injured) { this.gotoAndStop("injured"); } else { this.gotoAndStop(1); } _rotation = (_rotation + rotationSpeed); if (timer > 0) { timer--; } else { _x = (Math.random() * Stage.width); attack = true; ySpeed = Math.ceil(Math.random() * 18) + 20; timer = ySpeed * 2; } if (attack) { _y = (_y - ySpeed); ySpeed = ySpeed - 1; } } }
Frame 106
_global.stageEighteen = true;
Frame 107
_global.stageNineteen = true;
Instance of Symbol 600 MovieClip "crayons" in Frame 107
onClipEvent (load) { timer = 1000; } onClipEvent (enterFrame) { if (timer > 0) { timer--; } else { this.play(); _root.backGround.play(); timer = 500; } }
Frame 108
_global.stageTwenty = true;
Instance of Symbol 613 MovieClip "dinosaur" in Frame 108
onClipEvent (load) { hitPoints = 500; } onClipEvent (enterFrame) { if (hitPoints > 0) { if (injured) { this.head.gotoAndStop("injured"); } else { this.head.gotoAndStop(1); } } }
Instance of Symbol 618 MovieClip in Frame 109
onClipEvent (load) { hitPoints = 40; mushroomTimer = 200; injured = false; } onClipEvent (enterFrame) { if (mushroomTimer > 0) { mushroomTimer--; } else { hitPoints = -1; this.gotoAndStop("death"); _root.backGround.play(); } if (hitPoints == 0) { if (_root.lifeBar.life._width > 20) { _root.lifeBar.life._width = _root.lifeBar.life._width - 20; } this.gotoAndStop("death"); hitPoints = -1; } if (hitPoints > 0) { if (injured) { this.gotoAndStop("injured"); } else { this.gotoAndStop(1); } if (_xscale < 200) { _xscale = (_xscale + 0.5); _yscale = (_yscale + 0.5); } } }
Instance of Symbol 618 MovieClip in Frame 109
onClipEvent (load) { hitPoints = 40; mushroomTimer = 200; injured = false; } onClipEvent (enterFrame) { if (mushroomTimer > 0) { mushroomTimer--; } else { hitPoints = -1; this.gotoAndStop("death"); _root.backGround.play(); } if (hitPoints == 0) { if (_root.lifeBar.life._width > 20) { _root.lifeBar.life._width = _root.lifeBar.life._width - 20; } this.gotoAndStop("death"); hitPoints = -1; } if (hitPoints > 0) { if (injured) { this.gotoAndStop("injured"); } else { this.gotoAndStop(1); } if (_xscale < 200) { _xscale = (_xscale + 0.5); _yscale = (_yscale + 0.5); } } }
Instance of Symbol 618 MovieClip in Frame 109
onClipEvent (load) { hitPoints = 40; mushroomTimer = 200; injured = false; } onClipEvent (enterFrame) { if (mushroomTimer > 0) { mushroomTimer--; } else { hitPoints = -1; this.gotoAndStop("death"); _root.backGround.play(); } if (hitPoints == 0) { if (_root.lifeBar.life._width > 20) { _root.lifeBar.life._width = _root.lifeBar.life._width - 20; } this.gotoAndStop("death"); hitPoints = -1; } if (hitPoints > 0) { if (injured) { this.gotoAndStop("injured"); } else { this.gotoAndStop(1); } if (_xscale < 200) { _xscale = (_xscale + 0.5); _yscale = (_yscale + 0.5); } } }
Instance of Symbol 618 MovieClip in Frame 109
onClipEvent (load) { hitPoints = 40; mushroomTimer = 200; injured = false; } onClipEvent (enterFrame) { if (mushroomTimer > 0) { mushroomTimer--; } else { hitPoints = -1; this.gotoAndStop("death"); _root.backGround.play(); } if (hitPoints == 0) { if (_root.lifeBar.life._width > 20) { _root.lifeBar.life._width = _root.lifeBar.life._width - 20; } this.gotoAndStop("death"); hitPoints = -1; } if (hitPoints > 0) { if (injured) { this.gotoAndStop("injured"); } else { this.gotoAndStop(1); } if (_xscale < 200) { _xscale = (_xscale + 0.5); _yscale = (_yscale + 0.5); } } }
Instance of Symbol 618 MovieClip in Frame 109
onClipEvent (load) { hitPoints = 40; mushroomTimer = 200; injured = false; } onClipEvent (enterFrame) { if (mushroomTimer > 0) { mushroomTimer--; } else { hitPoints = -1; this.gotoAndStop("death"); _root.backGround.play(); } if (hitPoints == 0) { if (_root.lifeBar.life._width > 20) { _root.lifeBar.life._width = _root.lifeBar.life._width - 20; } this.gotoAndStop("death"); hitPoints = -1; } if (hitPoints > 0) { if (injured) { this.gotoAndStop("injured"); } else { this.gotoAndStop(1); } if (_xscale < 200) { _xscale = (_xscale + 0.5); _yscale = (_yscale + 0.5); } } }
Instance of Symbol 618 MovieClip in Frame 109
onClipEvent (load) { hitPoints = 40; mushroomTimer = 200; injured = false; } onClipEvent (enterFrame) { if (mushroomTimer > 0) { mushroomTimer--; } else { hitPoints = -1; this.gotoAndStop("death"); _root.backGround.play(); } if (hitPoints == 0) { if (_root.lifeBar.life._width > 20) { _root.lifeBar.life._width = _root.lifeBar.life._width - 20; } this.gotoAndStop("death"); hitPoints = -1; } if (hitPoints > 0) { if (injured) { this.gotoAndStop("injured"); } else { this.gotoAndStop(1); } if (_xscale < 200) { _xscale = (_xscale + 0.5); _yscale = (_yscale + 0.5); } } }
Frame 110
_global.stageTwentyOne = true; _root.blueFlash.play();
Instance of Symbol 641 MovieClip "tripBoss" in Frame 110
onClipEvent (load) { moveUp = false; hitPoints = 900; timer = 40; ySpeed = 0; changeDirection = true; attackOne = true; attackTwo = false; attackThree = false; } onClipEvent (enterFrame) { if ((hitPoints <= 0) && (hitPoints > -10)) { _x = (Stage.width / 2); _y = (Stage.height / 2); _alpha = 100; this.gotoAndPlay("death"); this.innerTrip.gotoAndStop(1); _root.enemyCounter++; _root.counterFunction(); hitPoints = -20; } if (hitPoints > 0) { if (injured) { this.innerTrip.gotoAndStop("injured"); } else { this.innerTrip.gotoAndStop(1); } if (timer > 0) { timer--; } if ((hitPoints < 600) && (hitPoints > 300)) { attackOne = false; attackTwo = true; } if (hitPoints <= 300) { attackTwo = false; attackThree = true; } if (attackOne) { this.gotoAndStop(1); if (timer == 5) { _alpha = 0; } if (timer == 20) { this.tripBall.gotoAndStop(2); } if (timer == 0) { this.tripBall.gotoAndStop(1); _x = _root.character._x; _y = _root.character._y; _xscale = (-_xscale); _alpha = 100; timer = 40; } } if (attackTwo) { this.gotoAndStop(2); if (timer == 5) { _alpha = 0; } if (timer == 15) { this.tripLine.play(); } if (timer == 0) { this.tripLine.gotoAndStop(1); _x = (Stage.width / 2); _y = ((Math.random() * 450) + 150); _xscale = (-_xscale); _alpha = 100; timer = 30; } } if (attackThree) { this.gotoAndStop(4); if (timer == 5) { _alpha = 0; } if (timer == 15) { this.tripLineTwo.play(); } if (timer == 0) { this.tripLineTwo.gotoAndStop(1); _x = _root.character._x; _y = (Stage.height / 2); _xscale = (-_xscale); _alpha = 100; timer = 20; } } _y = (_y + ySpeed); if (moveUp) { ySpeed++; } else { ySpeed--; } if (ySpeed >= 10) { moveUp = false; ySpeed = 9; } if (ySpeed <= -10) { moveUp = true; ySpeed = -9; } } }
Frame 111
_root.aimer.removeMovieClip(); _root.gotoAndPlay("Completed");
Frame 112
function enemyClear() { c = 1; while (c < 100) { _root["enemy" + c].hitPoints = 0; _root["enemyTwo" + c].hitPoints = 0; c++; } } function enemyDeath() { c = 1; while (c < 8000) { _root["enemy" + c].removeMovieClip(); _root["enemyTwo" + c].removeMovieClip(); c++; } } function deathFunction() { playerHurt.start(); _root.character._x = 150; _root.character._y = -200; _root.character.injuredTimer = 50; playerInjured = true; if (lives > 1) { _root.lifeBar.life._width = 5; lives--; } else { gameOverFunction(); } } function injuredFunction() { playerHurt.start(); _root.character.injuredTimer = 30; _root.lifeBar.life._width = _root.lifeBar.life._width + 40; playerInjured = true; } function gameOverFunction() { _root.aimer.removeMovieClip(); enemyDeath(); _root.gotoAndPlay("HighScore"); } dropDown = false; musicNumber = 1; musicControl = 1; musicOne.start(); mouseActive = false; playerInjured = false; lives = 1; time = 0; enemyCounter = 0; onesPlace = 0; tensPlace = 0; hundredsPlace = 0; thousandsPlace = 0; qualityControl = 1; c = 1; i = 1; d = 20; keyListener = new Object(); mouseListener = new Object(); counterFunction = function () { onesPlace = enemyCounter - (Math.floor(enemyCounter / 10) * 10); tensPlace = ((enemyCounter - (Math.floor(enemyCounter / 100) * 100)) - onesPlace) / 10; hundredsPlace = (((enemyCounter - (Math.floor(enemyCounter / 1000) * 1000)) - onesPlace) - tensPlace) / 100; thousandsPlace = ((((enemyCounter - (Math.floor(enemyCounter / 10000) * 10000)) - onesPlace) - tensPlace) - hundredsPlace) / 1000; _root.conCirc.gameControl(enemyCounter); }; mouseListener.onMouseDown = function () { mouseActive = true; }; mouseListener.onMouseUp = function () { mouseActive = false; }; keyListener.onKeyDown = function () { if (Key.isDown(83)) { dropDown = true; } if (Key.isDown(69)) { if ((musicNumber == 4) && (musicControl == 1)) { musicNumber = 1; musicTwo.stop(); _root.soundClip.gotoAndStop(1); musicControl = 2; } if ((musicNumber == 3) && (musicControl == 1)) { musicNumber = 4; musicTwo.stop(); _root.soundClip.gotoAndStop(4); musicControl = 2; } if ((musicNumber == 2) && (musicControl == 1)) { musicNumber = 3; musicOne.stop(); _root.soundClip.gotoAndStop(2); musicControl = 2; } if ((musicNumber == 1) && (musicControl == 1)) { musicNumber = 2; musicOne.stop(); _root.soundClip.gotoAndStop(3); musicControl = 2; } } if (Key.isDown(81)) { if ((_quality == "HIGH") && (qualityControl == 1)) { _quality = "LOW"; qualityControl = 2; } if ((_quality == "MEDIUM") && (qualityControl == 1)) { _quality = "HIGH"; qualityControl = 2; } if ((_quality == "LOW") && (qualityControl == 1)) { _quality = "MEDIUM"; qualityControl = 2; } } }; keyListener.onKeyUp = function () { if (!Key.isDown(83)) { dropDown = false; } if (!Key.isDown(81)) { qualityControl = 1; } if (!Key.isDown(69)) { musicControl = 1; } }; Key.addListener(keyListener); Mouse.addListener(mouseListener); _root.aimer.removeMovieClip(); _root.machineGun.stop("machineGun");
Instance of Symbol 208 MovieClip "soundClip" in Frame 112
onClipEvent (load) { _root.musicOne.stop(); this.gotoAndStop(4); }
Instance of Symbol 208 MovieClip "soundClip" in Frame 113
onClipEvent (load) { this.gotoAndStop(1); }
Frame 168
_root.gotoAndStop(_global.stageName);
Instance of Symbol 243 MovieClip in Frame 168
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.deathFunction(); } }
Instance of Symbol 269 MovieClip "character" in Frame 168
onClipEvent (load) { a = Math.abs(_x - _root._xmouse); b = Math.abs(_y - _root._ymouse); rotation = (Math.atan(b / a) * 180) / Math.PI; jumping = false; walking = false; falling = true; rightStop = false; leftStop = false; jumpControl = false; moveSpeed = 0; grav_y = 0; injuredTimer = 0; } onClipEvent (enterFrame) { if (injuredTimer > 0) { injuredTimer--; this._alpha = Math.ceil(Math.random() * 40); } else { this._alpha = 100; _root.playerInjured = false; } _x = (_x + moveSpeed); if (!jumping) { grav_y = 23; this._y = this._y + grav_y; this.legs.rocketBoots.gotoAndStop(1); } a = Math.abs(_x - _root._xmouse); b = Math.abs(_y - _root._ymouse); rotation = (Math.atan(b / a) * 180) / Math.PI; if (_root._ymouse < _y) { rotation = -rotation; } if (_root._xmouse < _x) { rotation = (-rotation) - 180; } if (Key.isDown(68)) { if (!rightStop) { if (moveSpeed < 11) { moveSpeed = moveSpeed + 2.75; } } walking = true; this.body.gotoAndStop(1); } if (Key.isDown(65)) { if (!leftStop) { if (moveSpeed > -11) { moveSpeed = moveSpeed - 2.75; } } walking = true; this.body.gotoAndStop(2); } if (((Key.isDown(87) && (!jumping)) && (!Key.isDown(83))) && (!jumpControl)) { vel_y = 36; jumping = true; jumpControl = true; } if (!Key.isDown(87)) { jumpControl = false; if (jumping && (vel_y > 15)) { vel_y = 15; } } if (jumping) { walking = false; this.legs.rocketBoots.play(); vel_y = vel_y - 3; if (vel_y <= -24) { vel_y = -24; } _y = (_y - vel_y); } if ((!Key.isDown(65)) && (!Key.isDown(68))) { if (moveSpeed > 0) { moveSpeed = moveSpeed - 2.75; } if (moveSpeed < 0) { moveSpeed = moveSpeed + 2.75; } walking = false; } if (walking) { this.legs.play(); } else if (jumping) { this.legs.gotoAndStop(10); } else if (moveSpeed == 0) { this.legs.gotoAndStop(1); } rightStop = false; leftStop = false; }
Frame 169
stop();
Instance of Symbol 286 MovieClip in Frame 169
onClipEvent (load) { startY = _y; _y = 1000; } onClipEvent (enterFrame) { if (_root.enemyCounter >= 70) { _y = startY; } }
Instance of Symbol 287 MovieClip in Frame 169
onClipEvent (load) { startY = _y; _y = 1000; } onClipEvent (enterFrame) { if (_root.enemyCounter >= 70) { _y = startY; } }
Instance of Symbol 286 MovieClip in Frame 169
onClipEvent (load) { startY = _y; _y = 1000; } onClipEvent (enterFrame) { if (_root.enemyCounter >= 125) { _y = startY; } }
Instance of Symbol 287 MovieClip in Frame 169
onClipEvent (load) { startY = _y; _y = 1000; } onClipEvent (enterFrame) { if (_root.enemyCounter >= 125) { _y = startY; } }
Instance of Symbol 286 MovieClip in Frame 169
onClipEvent (load) { startY = _y; _y = 1000; } onClipEvent (enterFrame) { if (_root.enemyCounter >= 125) { _y = startY; } }
Instance of Symbol 287 MovieClip in Frame 169
onClipEvent (load) { startY = _y; _y = 1000; } onClipEvent (enterFrame) { if (_root.enemyCounter >= 125) { _y = startY; } }
Instance of Symbol 440 MovieClip "parentEnemy" in Frame 169
onClipEvent (load) { if (_name != "parentEnemy") { changeDirection = false; injured = false; _y = 560; _x = 825; hitPoints = 2; moveSpeed = Math.ceil((Math.random() * 13) + 2); } if (_name == "parentEnemy") { i = 1; timer = 45; enemyCounter = 0; enemyControl = 1; maxEnemy = Math.floor(enemyControl); } } onClipEvent (enterFrame) { if (_name != "parentEnemy") { if (!changeDirection) { if ((_x < -50) or (_x > 850)) { moveSpeed = -moveSpeed; } } if (hitPoints == 0) { this.gotoAndStop("death"); _root.enemyCounter++; _root.counterFunction(); _root.parentEnemy.enemyControl = _root.parentEnemy.enemyControl + 0.1; _root.parentEnemy.enemyCounter--; hitPoints = -1; } if (hitPoints > 0) { _rotation = (_rotation - moveSpeed); _x = (_x - moveSpeed); if (injured) { this.gotoAndStop("injured"); } else { this.gotoAndStop(1); } } } if (_name == "parentEnemy") { if (maxEnemy < 4) { maxEnemy = Math.floor(enemyControl); } if (timer > 0) { timer--; } if (timer == 0) { if (enemyCounter < maxEnemy) { this.duplicateMovieClip("enemy" + _root.d, _root.d); _root.d++; enemyCounter++; } timer = 5; } } }
Instance of Symbol 440 MovieClip "parentEnemyTwo" in Frame 169
onClipEvent (load) { if (_name != "parentEnemyTwo") { changeDirection = false; injured = false; _y = 560; _x = -30; hitPoints = 2; moveSpeed = -Math.ceil((Math.random() * 13) + 4); } if (_name == "parentEnemyTwo") { timer = 25; enemyCounter = 0; enemyControl = 2; maxEnemy = Math.floor(enemyControl); } } onClipEvent (enterFrame) { if (_name != "parentEnemyTwo") { if (!changeDirection) { if ((_x < -50) or (_x > 850)) { moveSpeed = -moveSpeed; } } if (hitPoints == 0) { this.gotoAndStop("death"); _root.enemyCounter++; _root.counterFunction(); _root.parentEnemyTwo.enemyControl = _root.parentEnemyTwo.enemyControl + 0.1; _root.parentEnemyTwo.enemyCounter--; hitPoints = -1; } if (hitPoints > 0) { _rotation = (_rotation - moveSpeed); _x = (_x - moveSpeed); if (injured) { this.gotoAndStop("injured"); } else { this.gotoAndStop(1); } } } if (_name == "parentEnemyTwo") { if (maxEnemy < 4) { maxEnemy = Math.floor(enemyControl); } if (_root.enemyCounter > 15) { if (timer > 0) { timer--; } if (timer == 0) { if (enemyCounter < maxEnemy) { this.duplicateMovieClip("enemy" + _root.d, _root.d); _root.d++; enemyCounter++; } timer = 5; } } } }
Instance of Symbol 440 MovieClip "parentEnemyThree" in Frame 169
onClipEvent (load) { if (_name != "parentEnemyThree") { changeDirection = false; injured = false; _xscale = 125; _yscale = 125; _y = 370; _x = 825; hitPoints = 6; moveSpeed = Math.ceil((Math.random() * 13) + 2); } if (_name == "parentEnemyThree") { timer = 45; enemyCounter = 0; enemyControl = 1; maxEnemy = Math.floor(enemyControl); } } onClipEvent (enterFrame) { if (_name != "parentEnemyThree") { if (!changeDirection) { if ((_x < -50) or (_x > 850)) { moveSpeed = -moveSpeed; } } if (hitPoints == 0) { this.gotoAndStop("death"); _root.enemyCounter++; _root.counterFunction(); _root.parentEnemyThree.enemyControl = _root.parentEnemyThree.enemyControl + 0.2; _root.parentEnemyThree.enemyCounter--; hitPoints = -1; } if (hitPoints > 0) { _rotation = (_rotation - moveSpeed); _x = (_x - moveSpeed); if (injured) { this.gotoAndStop("injured"); } else { this.gotoAndStop(1); } } } if (_name == "parentEnemyThree") { if (maxEnemy < 2) { maxEnemy = Math.floor(enemyControl); } if (_root.enemyCounter > 80) { if (timer > 0) { timer--; } if (timer == 0) { if (enemyCounter < maxEnemy) { this.duplicateMovieClip("enemy" + _root.d, _root.d); _root.d++; enemyCounter++; } timer = 5; } } } }
Instance of Symbol 440 MovieClip "parentEnemyFour" in Frame 169
onClipEvent (load) { if (_name != "parentEnemyFour") { changeDirection = false; injured = false; _xscale = 125; _yscale = 125; _y = 370; _x = -30; hitPoints = 6; moveSpeed = -Math.ceil((Math.random() * 13) + 4); } if (_name == "parentEnemyFour") { timer = 25; enemyCounter = 0; enemyControl = 1; maxEnemy = Math.floor(enemyControl); } } onClipEvent (enterFrame) { if (_name != "parentEnemyFour") { if (!changeDirection) { if ((_x < -50) or (_x > 850)) { moveSpeed = -moveSpeed; } } if (hitPoints == 0) { this.gotoAndStop("death"); _root.enemyCounter++; _root.counterFunction(); _root.parentEnemyFour.enemyControl = _root.parentEnemyFour.enemyControl + 0.2; _root.parentEnemyFour.enemyCounter--; hitPoints = -1; } if (hitPoints > 0) { _rotation = (_rotation - moveSpeed); _x = (_x - moveSpeed); if (injured) { this.gotoAndStop("injured"); } else { this.gotoAndStop(1); } } } if (_name == "parentEnemyFour") { if (maxEnemy < 2) { maxEnemy = Math.floor(enemyControl); } if (_root.enemyCounter > 80) { if (timer > 0) { timer--; } if (timer == 0) { if (enemyCounter < maxEnemy) { this.duplicateMovieClip("enemy" + _root.d, _root.d); _root.d++; enemyCounter++; } timer = 5; } } } }
Instance of Symbol 440 MovieClip "parentEnemyFive" in Frame 169
onClipEvent (load) { if (_name != "parentEnemyFive") { changeDirection = false; injured = false; _xscale = 135; _yscale = 135; _y = -30; _x = ((Stage.width / 2) + ((Math.random() * 50) - 25)); hitPoints = 8; moveSpeed = -Math.ceil((Math.random() * 13) + 4); } if (_name == "parentEnemyFive") { timer = 25; enemyCounter = 0; enemyControl = 1; maxEnemy = Math.floor(enemyControl); } } onClipEvent (enterFrame) { if (_name != "parentEnemyFive") { if (!changeDirection) { if ((_y < -50) or (_y > 665)) { moveSpeed = -moveSpeed; } } if (hitPoints == 0) { this.gotoAndStop("death"); _root.enemyCounter++; _root.counterFunction(); _root.parentEnemyFive.enemyControl = _root.parentEnemyFive.enemyControl + 0.2; _root.parentEnemyFive.enemyCounter--; hitPoints = -1; } if (hitPoints > 0) { _rotation = (_rotation - moveSpeed); _y = (_y - moveSpeed); if (injured) { this.gotoAndStop("injured"); } else { this.gotoAndStop(1); } } } if (_name == "parentEnemyFive") { if (maxEnemy < 1) { maxEnemy = Math.floor(enemyControl); } if (_root.enemyCounter > 120) { if (timer > 0) { timer--; } if (timer == 0) { if (enemyCounter < maxEnemy) { this.duplicateMovieClip("enemy" + _root.d, _root.d); _root.d++; enemyCounter++; } timer = 5; } } } }
Instance of Symbol 440 MovieClip "parentEnemySix" in Frame 169
onClipEvent (load) { if (_name != "parentEnemySix") { changeDirection = false; injured = false; _xscale = 200; _yscale = 200; _y = 175; _x = -30; hitPoints = 15; moveSpeed = -Math.ceil((Math.random() * 13) + 4); } if (_name == "parentEnemySix") { timer = 10; enemyCounter = 0; enemyControl = 1; maxEnemy = Math.floor(enemyControl); } } onClipEvent (enterFrame) { if (_name != "parentEnemySix") { if (!changeDirection) { if ((_x < -50) or (_x > 900)) { moveSpeed = -moveSpeed; } } if (hitPoints == 0) { this.gotoAndStop("death"); _root.enemyCounter++; _root.counterFunction(); _root.parentEnemySix.enemyControl = _root.parentEnemySix.enemyControl + 0.1; _root.parentEnemySix.enemyCounter--; hitPoints = -1; } if (hitPoints > 0) { _rotation = (_rotation - moveSpeed); _x = (_x - moveSpeed); if (injured) { this.gotoAndStop("injured"); } else { this.gotoAndStop(1); } } } if (_name == "parentEnemySix") { if (maxEnemy < 2) { maxEnemy = Math.floor(enemyControl); } if (_root.enemyCounter > 135) { if (timer > 0) { timer--; } if (timer == 0) { if (enemyCounter < maxEnemy) { this.duplicateMovieClip("enemy" + _root.d, _root.d); _root.d++; enemyCounter++; } timer = 5; } } } }
Instance of Symbol 440 MovieClip "parentEnemySeven" in Frame 169
onClipEvent (load) { if (_name != "parentEnemySeven") { changeDirection = false; injured = false; _xscale = 200; _yscale = 200; _y = 175; _x = 900; hitPoints = 15; moveSpeed = -Math.ceil((Math.random() * 13) + 4); } if (_name == "parentEnemySeven") { timer = 10; enemyCounter = 0; enemyControl = 1; maxEnemy = Math.floor(enemyControl); } } onClipEvent (enterFrame) { if (_name != "parentEnemySeven") { if (!changeDirection) { if ((_x < -50) or (_x > 900)) { moveSpeed = -moveSpeed; } } if (hitPoints == 0) { this.gotoAndStop("death"); _root.enemyCounter++; _root.counterFunction(); _root.parentEnemySeven.enemyControl = _root.parentEnemySeven.enemyControl + 0.1; _root.parentEnemySeven.enemyCounter--; hitPoints = -1; } if (hitPoints > 0) { _rotation = (_rotation - moveSpeed); _x = (_x - moveSpeed); if (injured) { this.gotoAndStop("injured"); } else { this.gotoAndStop(1); } } } if (_name == "parentEnemySeven") { if (maxEnemy < 1) { maxEnemy = Math.floor(enemyControl); } if (_root.enemyCounter > 135) { if (timer > 0) { timer--; } if (timer == 0) { if (enemyCounter < maxEnemy) { this.duplicateMovieClip("enemy" + _root.d, _root.d); _root.d++; enemyCounter++; } timer = 5; } } } }
Instance of Symbol 440 MovieClip "parentEnemyEight" in Frame 169
onClipEvent (load) { if (_name != "parentEnemyEight") { changeDirection = false; injured = false; _xscale = 150; _yscale = 150; _y = -30; _x = ((Stage.width / 4) + ((Math.random() * 50) + 25)); hitPoints = 10; moveSpeed = -Math.ceil((Math.random() * 13) + 4); } if (_name == "parentEnemyEight") { timer = 25; enemyCounter = 0; enemyControl = 1; maxEnemy = Math.floor(enemyControl); } } onClipEvent (enterFrame) { if (_name != "parentEnemyEight") { if (!changeDirection) { if ((_y < -50) or (_y > 665)) { moveSpeed = -moveSpeed; } } if (hitPoints == 0) { this.gotoAndStop("death"); _root.enemyCounter++; _root.counterFunction(); _root.parentEnemyEight.enemyCounter--; hitPoints = -1; } if (hitPoints > 0) { _rotation = (_rotation - moveSpeed); _y = (_y - moveSpeed); if (injured) { this.gotoAndStop("injured"); } else { this.gotoAndStop(1); } } } if (_name == "parentEnemyEight") { if (_root.enemyCounter > 165) { if (timer > 0) { timer--; } if (timer == 0) { if (enemyCounter < maxEnemy) { this.duplicateMovieClip("enemy" + _root.d, _root.d); _root.d++; enemyCounter++; } timer = 5; } } } }
Instance of Symbol 440 MovieClip "parentEnemyNine" in Frame 169
onClipEvent (load) { if (_name != "parentEnemyNine") { changeDirection = false; injured = false; _xscale = 150; _yscale = 150; _y = -30; _x = ((3 * (Stage.width / 4)) + ((Math.random() * 50) - 25)); hitPoints = 10; moveSpeed = -Math.ceil((Math.random() * 13) + 4); } if (_name == "parentEnemyNine") { timer = 25; enemyCounter = 0; enemyControl = 1; maxEnemy = Math.floor(enemyControl); } } onClipEvent (enterFrame) { if (_name != "parentEnemyNine") { if (!changeDirection) { if ((_y < -50) or (_y > 665)) { moveSpeed = -moveSpeed; } } if (hitPoints == 0) { this.gotoAndStop("death"); _root.enemyCounter++; _root.counterFunction(); _root.parentEnemyNine.enemyCounter--; hitPoints = -1; } if (hitPoints > 0) { _rotation = (_rotation - moveSpeed); _y = (_y - moveSpeed); if (injured) { this.gotoAndStop("injured"); } else { this.gotoAndStop(1); } } } if (_name == "parentEnemyNine") { if (_root.enemyCounter > 165) { if (timer > 0) { timer--; } if (timer == 0) { if (enemyCounter < maxEnemy) { this.duplicateMovieClip("enemy" + _root.d, _root.d); _root.d++; enemyCounter++; } timer = 5; } } } }
Instance of Symbol 440 MovieClip "parentEnemyTen" in Frame 169
onClipEvent (load) { if (_name != "parentEnemyTen") { changeDirection = false; injured = false; _xscale = 300; _yscale = 300; _y = (Math.random() * Stage.height); _x = 900; hitPoints = 20; moveSpeed = -Math.ceil((Math.random() * 13) + 4); } if (_name == "parentEnemyTen") { timer = 10; enemyCounter = 0; enemyControl = 1; maxEnemy = Math.floor(enemyControl); } } onClipEvent (enterFrame) { if (_name != "parentEnemyTen") { if (!changeDirection) { if ((_x < -50) or (_x > 900)) { moveSpeed = -moveSpeed; } } if (hitPoints == 0) { this.gotoAndStop("death"); _root.enemyCounter++; _root.counterFunction(); _root.parentEnemyTen.enemyCounter--; hitPoints = -1; } if (hitPoints > 0) { _rotation = (_rotation - moveSpeed); _x = (_x - moveSpeed); if (injured) { this.gotoAndStop("injured"); } else { this.gotoAndStop(1); } } } if (_name == "parentEnemyTen") { if (_root.enemyCounter > 200) { if (timer > 0) { timer--; } if (timer == 0) { if (enemyCounter < maxEnemy) { this.duplicateMovieClip("enemy" + _root.d, _root.d); _root.d++; enemyCounter++; } timer = 5; } } } }
Instance of Symbol 440 MovieClip "parentEnemyEleven" in Frame 169
onClipEvent (load) { if (_name != "parentEnemyEleven") { changeDirection = false; injured = false; _xscale = 300; _yscale = 300; _y = (Math.random() * Stage.height); _x = -100; hitPoints = 20; moveSpeed = -Math.ceil((Math.random() * 13) + 4); } if (_name == "parentEnemyEleven") { timer = 10; enemyCounter = 0; enemyControl = 1; maxEnemy = Math.floor(enemyControl); } } onClipEvent (enterFrame) { if (_name != "parentEnemyEleven") { if (!changeDirection) { if ((_x < -100) or (_x > 900)) { moveSpeed = -moveSpeed; } } if (hitPoints == 0) { this.gotoAndStop("death"); _root.enemyCounter++; _root.counterFunction(); _root.parentEnemyEleven.enemyCounter--; hitPoints = -1; } if (hitPoints > 0) { _rotation = (_rotation - moveSpeed); _x = (_x - moveSpeed); if (injured) { this.gotoAndStop("injured"); } else { this.gotoAndStop(1); } } } if (_name == "parentEnemyEleven") { if (_root.enemyCounter > 250) { if (timer > 0) { timer--; } if (timer == 0) { if (enemyCounter < maxEnemy) { this.duplicateMovieClip("enemy" + _root.d, _root.d); _root.d++; enemyCounter++; } timer = 5; } } } }
Instance of Symbol 200 MovieClip "conCirc" in Frame 169
onClipEvent (load) { ghostCounter = 0; } onClipEvent (enterFrame) { function hitFunction(hit) { if (hit == "right") { _root.character.rightStop = true; } if (hit == "left") { _root.character.leftStop = true; } if (hit == "floor") { _root.character.grav_y = 0; _root.character.jumping = false; _root.character.vel_y = 0; _root.character.falling = false; } } Mouse.hide(); }
Instance of Symbol 203 MovieClip "parentAimer" in Frame 169
onClipEvent (load) { _x = _root._xmouse; _y = _root._ymouse; shake = false; if (this._name == "parentAimer") { this.duplicateMovieClip("aimer", 3000); } } onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; if (shake) { _x = (_root._xmouse + ((Math.random() * 5) - 3)); _y = (_root._ymouse + ((Math.random() * 5) - 3)); } } onClipEvent (mouseDown) { _root.machineGun.start(0, 100); shake = true; } onClipEvent (mouseUp) { _root.machineGun.stop("machineGun"); shake = false; }
Instance of Symbol 200 MovieClip "hitPrecision" in Frame 169
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; }
Instance of Symbol 434 MovieClip "bulletDirt" in Frame 169
onClipEvent (load) { if (this._name != "bulletDirt") { this._x = (_root._xmouse + (Math.random() * 20)) - 10; this._y = (_root._ymouse + (Math.random() * 20)) - 10; _root.bulletDirt.timer = 2; } if (this._name == "bulletDirt") { dirtCounter = 1; maxDirt = 10; depthCounter = 1; timer = 0; } } onClipEvent (enterFrame) { if (timer > 0) { timer--; } if (firing) { if ((dirtCounter <= maxDirt) && (timer == 0)) { dirtCounter++; depthCounter++; _root.bulletDirt.duplicateMovieClip("dirt" + depthCounter, depthCounter + 2000); if (depthCounter >= maxDirt) { depthCounter = 1; dirtCounter = 1; } } } else { dirtCounter = 1; maxDirt = 10; depthCounter = 1; timer = 0; firing = false; } } onClipEvent (mouseDown) { firing = true; } onClipEvent (mouseUp) { firing = false; }
Instance of Symbol 228 MovieClip in Frame 169
onClipEvent (load) { this.gotoAndStop(_root.onesPlace); } onClipEvent (enterFrame) { if (_root.onesPlace == 0) { this.gotoAndStop(10); } else { this.gotoAndStop(_root.onesPlace); } }
Instance of Symbol 228 MovieClip in Frame 169
onClipEvent (load) { this.gotoAndStop(_root.tensPlace); } onClipEvent (enterFrame) { if (_root.tensPlace == 0) { this.gotoAndStop(10); } else { this.gotoAndStop(_root.tensPlace); } }
Instance of Symbol 228 MovieClip in Frame 169
onClipEvent (load) { this.gotoAndStop(_root.hundredsPlace); } onClipEvent (enterFrame) { if (_root.hundredsPlace == 0) { this.gotoAndStop(10); } else { this.gotoAndStop(_root.hundredsPlace); } }
Instance of Symbol 228 MovieClip in Frame 169
onClipEvent (load) { this.gotoAndStop(_root.thousandsPlace); } onClipEvent (enterFrame) { if (_root.thousandsPlace == 0) { this.gotoAndStop(10); } else { this.gotoAndStop(_root.thousandsPlace); } }
Instance of Symbol 228 MovieClip in Frame 169
onClipEvent (load) { this.gotoAndStop(_root.lives); } onClipEvent (enterFrame) { this.gotoAndStop(_root.lives); if (_root.lives <= 0) { _root.gameOverFunction(); } }
Instance of Symbol 200 MovieClip in Frame 169
onClipEvent (load) { _global.highScore = _global.endlessOneHigh; } onClipEvent (enterFrame) { _global.currentScore = _root.enemyCounter; if (_global.currentScore > _global.endlessOneHigh) { _global.endlessOneHigh = _global.currentScore; _global.highScore = _global.endlessOneHigh; } }
Instance of Symbol 483 MovieClip "parentEnemy" in Frame 170
onClipEvent (load) { if (_name != "parentEnemy") { _y = -25; _x = (Math.random() * Stage.width); hitPoints = 1; doOnce = true; ySpeed = 20; } if (_name == "parentEnemy") { timer = 25; maxTimer = 10; enemyCounter = 0; enemyControl = 1; maxEnemy = Math.floor(enemyControl); } } onClipEvent (enterFrame) { if (_name != "parentEnemy") { if (hitTest(_root.character.body)) { if (doOnce) { _root.parentEnemy.enemyCounter--; doOnce = false; } this.gotoAndStop("death"); } if (hitPoints == 0) { this.gotoAndStop("death"); _root.enemyCounter++; _root.counterFunction(); _root.parentEnemy.enemyControl = _root.parentEnemy.enemyControl + 0.1; _root.parentEnemy.maxTimer = _root.parentEnemy.maxTimer - 0.05; _root.parentEnemy.enemyCounter--; hitPoints = -1; } if (hitPoints > 0) { _y = (_y + ySpeed); _rotation = (_rotation + 5); if (_y > 725) { _root.parentEnemy.enemyCounter--; this.removeMovieClip(); } } } if (_name == "parentEnemy") { maxEnemy = Math.floor(enemyControl); if (timer > 0) { timer--; } if (timer == 0) { if (enemyCounter < maxEnemy) { this.duplicateMovieClip("enemy" + _root.d, _root.d); _root.d++; enemyCounter++; } if (maxTimer > 3) { timer = Math.ceil(maxTimer); } else { timer = 3; } } } }
Instance of Symbol 483 MovieClip "parentEnemyTwo" in Frame 170
onClipEvent (load) { if (_name != "parentEnemyTwo") { _y = -25; _x = (Math.random() * Stage.width); ySpeed = 20; doOnce = true; } if (_name == "parentEnemyTwo") { i = 1; timer = 25; maxTimer = 12; enemyCounter = 0; enemyControl = 1; maxEnemy = Math.floor(enemyControl); } } onClipEvent (enterFrame) { if (_name != "parentEnemyTwo") { if (hitTest(_root.character.body)) { if (doOnce) { _root.parentEnemyTwo.enemyCounter--; doOnce = false; } this.gotoAndStop("death"); } _y = (_y + ySpeed); _rotation = (_rotation - 5); if (_y > 725) { _root.parentEnemyTwo.enemyControl = _root.parentEnemyTwo.enemyControl + 0.2; _root.parentEnemyTwo.maxTimer = _root.parentEnemyTwo.maxTimer - 0.05; if (_currentframe != "death") { _root.parentEnemyTwo.enemyCounter--; } this.removeMovieClip(); } } if (_name == "parentEnemyTwo") { maxEnemy = Math.floor(enemyControl); if (timer > 0) { timer--; } if (timer == 0) { if (enemyCounter < maxEnemy) { this.duplicateMovieClip("enemy" + _root.d, _root.d); _root.d++; enemyCounter++; } if (maxTimer > 3) { timer = Math.ceil(maxTimer); } else { timer = 3; } } } }
Instance of Symbol 200 MovieClip in Frame 170
onClipEvent (load) { _global.highScore = _global.endlessTwoHigh; } onClipEvent (enterFrame) { _global.currentScore = _root.enemyCounter; if (_global.currentScore > _global.endlessTwoHigh) { _global.endlessTwoHigh = _global.currentScore; _global.highScore = _global.endlessTwoHigh; } }
Instance of Symbol 493 MovieClip "parentEnemy" in Frame 171
onClipEvent (load) { if (_name != "parentEnemy") { xPos = _x; yPos = _y; xSpeed = 6; ySpeed = 3; hitPoints = 25; _xscale = _root.parentEnemy.maxScale; _yscale = _root.parentEnemy.maxScale; _y = (Math.random() * Stage.height); charX = _root.character._x; charY = _root.character._y; } if (_name == "parentEnemy") { timer = 25; enemyCounter = 0; enemyControl = 1; maxScale = 100; maxEnemy = Math.floor(enemyControl); } } onClipEvent (enterFrame) { if (_name != "parentEnemy") { if (hitPoints == 0) { this.gotoAndStop("death"); _root.enemyCounter++; _root.counterFunction(); _root.parentEnemy.enemyCounter--; _root.parentEnemy.enemyControl = _root.parentEnemy.enemyControl + 0.1; _root.parentEnemy.maxScale = _root.parentEnemy.maxScale + 2; hitPoints = -1; } if (hitPoints > 0) { if (injured) { this.gotoAndStop("injured"); } else { this.gotoAndStop(1); } _x = (_x + xSpeed); _y = (_y + ySpeed); xPos = _x; yPos = _y; charX = _root.character._x; charY = _root.character._y; if (xPos != charX) { if (charX > xPos) { if (xSpeed < 5) { xSpeed = xSpeed + 0.5; } } else if (xSpeed > -5) { xSpeed = xSpeed - 0.5; } } if (yPos != charY) { if (charY > yPos) { if (ySpeed < 2.5) { ySpeed = ySpeed + 0.5; } } else if (ySpeed > -2.5) { ySpeed = ySpeed - 0.5; } } } } if (_name == "parentEnemy") { maxEnemy = Math.floor(enemyControl); if (timer > 0) { timer--; } if (timer == 0) { if (enemyCounter < maxEnemy) { this.duplicateMovieClip("enemy" + _root.d, _root.d); _root.d++; enemyCounter++; } timer = 50; } } }
Instance of Symbol 493 MovieClip "parentEnemyTwo" in Frame 171
onClipEvent (load) { if (_name != "parentEnemyTwo") { xPos = _x; yPos = _y; xSpeed = _root.parentEnemyTwo.xSpeed; ySpeed = _root.parentEnemyTwo.ySpeed; xMin = xSpeed; yMin = ySpeed; xRate = xSpeed / 5; yRate = ySpeed / 5; hitPoints = 25; _y = (Math.random() * Stage.height); charX = _root.character._x; charY = _root.character._y; } if (_name == "parentEnemyTwo") { timer = 25; xSpeed = 5; ySpeed = 2.5; enemyCounter = 0; enemyControl = 1; maxEnemy = Math.floor(enemyControl); } } onClipEvent (enterFrame) { if (_name != "parentEnemyTwo") { if (hitPoints == 0) { this.gotoAndStop("death"); _root.enemyCounter++; _root.counterFunction(); _root.parentEnemyTwo.enemyCounter--; _root.parentEnemyTwo.enemyControl = _root.parentEnemyTwo.enemyControl + 0.1; if (_root.parentEnemyTwo.xSpeed < 10) { _root.parentEnemyTwo.xSpeed = _root.parentEnemyTwo.xSpeed + 0.15; } if (_root.parentEnemyTwo.ySpeed < 6) { _root.parentEnemyTwo.ySpeed = _root.parentEnemyTwo.ySpeed + 0.08; } hitPoints = -1; } if (hitPoints > 0) { if (injured) { this.gotoAndStop("injured"); } else { this.gotoAndStop(1); } _x = (_x + xSpeed); _y = (_y + ySpeed); xPos = _x; yPos = _y; charX = _root.character._x; charY = _root.character._y; if (xPos != charX) { if (charX > xPos) { if (xSpeed < xMin) { xSpeed = xSpeed + xRate; } } else if (xSpeed > (-xMin)) { xSpeed = xSpeed - xRate; } } if (yPos != charY) { if (charY > yPos) { if (ySpeed < yMin) { ySpeed = ySpeed + yRate; } } else if (ySpeed > (-yMin)) { ySpeed = ySpeed - yRate; } } } } if (_name == "parentEnemyTwo") { maxEnemy = Math.floor(enemyControl); if (timer > 0) { timer--; } if (timer == 0) { if (enemyCounter < maxEnemy) { this.duplicateMovieClip("enemy" + _root.d, _root.d); _root.d++; enemyCounter++; } timer = 50; } } }
Instance of Symbol 200 MovieClip in Frame 171
onClipEvent (load) { _global.highScore = _global.endlessThreeHigh; } onClipEvent (enterFrame) { _global.currentScore = _root.enemyCounter; if (_global.currentScore > _global.endlessThreeHigh) { _global.endlessThreeHigh = _global.currentScore; _global.highScore = _global.endlessThreeHigh; } }
Instance of Symbol 508 MovieClip "parentEnemy" in Frame 172
onClipEvent (load) { if (_name != "parentEnemy") { xSpeed = _root.parentEnemy.xSpeed; _xscale = _root.parentEnemy.maxScale; _yscale = _root.parentEnemy.maxScale; _y = ((Math.random() * (Stage.height - 50)) + 25); } if (_name == "parentEnemy") { xSpeed = 10; timer = 25; enemyCounter = 0; enemyControl = 2; maxScale = 100; maxTimer = 40; startScale = false; maxEnemy = Math.floor(enemyControl); } } onClipEvent (enterFrame) { if (_name != "parentEnemy") { _x = (_x + xSpeed); if (_x > 900) { _root.enemyCounter++; _root.counterFunction(); _root.parentEnemy.enemyCounter--; if (_root.parentEnemy.enemyControl < 5) { _root.parentEnemy.enemyControl = _root.parentEnemy.enemyControl + 0.1; } _root.parentEnemy.maxTimer = _root.parentEnemy.maxTimer - 0.35; if (_root.parentEnemy.xSpeed < 25) { _root.parentEnemy.xSpeed = _root.parentEnemy.xSpeed + 0.15; } if (_root.parentEnemy.startScale) { _root.parentEnemy.maxScale = _root.parentEnemy.maxScale + 0.1; } this.removeMovieClip(); } } if (_name == "parentEnemy") { maxEnemy = Math.floor(enemyControl); if (timer > 0) { timer--; } if (timer == 0) { if (enemyCounter < maxEnemy) { this.duplicateMovieClip("enemy" + _root.d, _root.d); _root.d++; enemyCounter++; } if (maxTimer > 6) { timer = Math.ceil(maxTimer); } else { startScale = true; timer = 6; } } } }
Instance of Symbol 200 MovieClip in Frame 172
onClipEvent (load) { _global.highScore = _global.endlessFourHigh; } onClipEvent (enterFrame) { _global.currentScore = _root.enemyCounter; if (_global.currentScore > _global.endlessFourHigh) { _global.endlessFourHigh = _global.currentScore; _global.highScore = _global.endlessFourHigh; } }
Instance of Symbol 508 MovieClip "parentEnemy" in Frame 173
onClipEvent (load) { if (_name != "parentEnemy") { xSpeed = _root.parentEnemy.xSpeed; _xscale = _root.parentEnemy.maxScale; _yscale = _root.parentEnemy.maxScale; _y = (Math.random() * (Stage.height - 250)); } if (_name == "parentEnemy") { xSpeed = 10; timer = 25; enemyCounter = 0; enemyControl = 2; maxScale = 100; maxTimer = 40; startScale = false; maxEnemy = Math.floor(enemyControl); } } onClipEvent (enterFrame) { if (_name != "parentEnemy") { _x = (_x + xSpeed); if (_x > 900) { _root.enemyCounter++; _root.counterFunction(); _root.parentEnemy.enemyCounter--; if (_root.parentEnemy.enemyControl < 5) { _root.parentEnemy.enemyControl = _root.parentEnemy.enemyControl + 0.1; } _root.parentEnemy.maxTimer = _root.parentEnemy.maxTimer - 0.35; if (_root.parentEnemy.xSpeed < 25) { _root.parentEnemy.xSpeed = _root.parentEnemy.xSpeed + 0.15; } if (_root.parentEnemy.startScale) { _root.parentEnemy.maxScale = _root.parentEnemy.maxScale + 0.1; } this.removeMovieClip(); } } if (_name == "parentEnemy") { maxEnemy = Math.floor(enemyControl); if (timer > 0) { timer--; } if (timer == 0) { if (enemyCounter < maxEnemy) { this.duplicateMovieClip("enemy" + _root.d, _root.d); _root.d++; enemyCounter++; } if (maxTimer > 6) { timer = Math.ceil(maxTimer); } else { startScale = true; timer = 6; } } } }
Instance of Symbol 200 MovieClip in Frame 173
onClipEvent (load) { _global.highScore = _global.endlessFiveHigh; } onClipEvent (enterFrame) { _global.currentScore = _root.enemyCounter; if (_global.currentScore > _global.endlessFiveHigh) { _global.endlessFiveHigh = _global.currentScore; _global.highScore = _global.endlessFiveHigh; } }
Instance of Symbol 483 MovieClip "parentEnemy" in Frame 174
onClipEvent (load) { if (_name != "parentEnemy") { _y = -250; _x = (Math.random() * Stage.width); hitPoints = 1; doOnce = true; _xscale = _root.parentEnemy.maxScale; _yscale = _root.parentEnemy.maxScale; ySpeed = 20; } if (_name == "parentEnemy") { timer = 25; maxTimer = 10; maxScale = 25; enemyCounter = 0; enemyControl = 1; maxEnemy = Math.floor(enemyControl); } } onClipEvent (enterFrame) { if (_name != "parentEnemy") { if (hitTest(_root.character.body)) { if (doOnce) { _root.parentEnemy.enemyCounter--; doOnce = false; } this.gotoAndStop("death"); } if (hitPoints == 0) { this.gotoAndStop("death"); _root.enemyCounter++; _root.counterFunction(); _root.parentEnemy.enemyControl = _root.parentEnemy.enemyControl + 0.1; _root.parentEnemy.maxScale = _root.parentEnemy.maxScale + 0.15; _root.parentEnemy.maxTimer = _root.parentEnemy.maxTimer - 0.03; _root.parentEnemy.enemyCounter--; hitPoints = -1; } if (hitPoints > 0) { _y = (_y + ySpeed); _rotation = (_rotation + 5); if (_y > 850) { _root.parentEnemy.enemyCounter--; this.removeMovieClip(); } } } if (_name == "parentEnemy") { maxEnemy = Math.floor(enemyControl); if (timer > 0) { timer--; } if (timer == 0) { if (enemyCounter < maxEnemy) { this.duplicateMovieClip("enemy" + _root.d, _root.d); _root.d++; enemyCounter++; } if (maxTimer > 3) { timer = Math.ceil(maxTimer); } else { timer = 3; } } } }
Instance of Symbol 200 MovieClip in Frame 174
onClipEvent (load) { _global.highScore = _global.endlessSixHigh; } onClipEvent (enterFrame) { _global.currentScore = _root.enemyCounter; if (_global.currentScore > _global.endlessSixHigh) { _global.endlessSixHigh = _global.currentScore; _global.highScore = _global.endlessSixHigh; } }
Instance of Symbol 527 MovieClip in Frame 175
onClipEvent (load) { maxScale = _xscale; _alpha = 0; _x = 0; _y = 2000; timer = 400; hitPoints = 75; maxHitPoints = 100; maxTimer = 100; injured = false; } onClipEvent (enterFrame) { if (_xscale < maxScale) { _xscale = (_xscale+1); _yscale = (_yscale+1); } if (hitPoints == 0) { this.gotoAndStop("death"); _root.enemyCounter++; _root.counterFunction(); maxScale = maxScale + 5; maxHitPoints = maxHitPoints + 5; if (maxTimer > 25) { maxTimer = maxTimer - 5; } timer = 10; hitPoints = maxHitPoints; } if (hitPoints > 0) { if (injured) { this.gotoAndStop("injured"); } else { this.gotoAndStop(1); } if (timer > 0) { timer--; } else { _x = (Math.random() * Stage.width); _y = ((Math.random() * (Stage.height - 50)) + 30); timer = maxTimer; } if ((timer <= 10) && (_alpha > 0)) { _alpha = (_alpha - 10); } if ((timer >= (maxTimer - 10)) && (_alpha < 100)) { _alpha = (_alpha + 10); } if (timer == (maxTimer - 10)) { this.ghostShot.play(); } } }
Instance of Symbol 527 MovieClip in Frame 175
onClipEvent (load) { maxScale = _xscale; _alpha = 0; _x = 0; _y = 2000; timer = 750; hitPoints = 75; maxHitPoints = 100; maxTimer = 100; injured = false; } onClipEvent (enterFrame) { if (_xscale < maxScale) { _xscale = (_xscale+1); _yscale = (_yscale+1); } if (hitPoints == 0) { this.gotoAndStop("death"); _root.enemyCounter++; _root.counterFunction(); maxScale = maxScale + 5; maxHitPoints = maxHitPoints + 5; if (maxTimer > 25) { maxTimer = maxTimer - 5; } timer = 10; hitPoints = maxHitPoints; } if (hitPoints > 0) { if (injured) { this.gotoAndStop("injured"); } else { this.gotoAndStop(1); } if (timer > 0) { timer--; } else { _x = (Math.random() * Stage.width); _y = ((Math.random() * (Stage.height - 50)) + 30); timer = maxTimer; } if ((timer <= 10) && (_alpha > 0)) { _alpha = (_alpha - 10); } if ((timer >= (maxTimer - 10)) && (_alpha < 100)) { _alpha = (_alpha + 10); } if (timer == (maxTimer - 10)) { this.ghostShot.play(); } } }
Instance of Symbol 527 MovieClip in Frame 175
onClipEvent (load) { maxScale = _xscale; _alpha = 0; _x = (Math.random() * Stage.width); _y = ((Math.random() * (Stage.height - 50)) + 30); timer = 30; hitPoints = 75; maxHitPoints = 100; maxTimer = 100; injured = false; } onClipEvent (enterFrame) { if (_xscale < maxScale) { _xscale = (_xscale+1); _yscale = (_yscale+1); } if (hitPoints == 0) { this.gotoAndStop("death"); _root.enemyCounter++; _root.counterFunction(); maxScale = maxScale + 5; maxHitPoints = maxHitPoints + 5; if (maxTimer > 25) { maxTimer = maxTimer - 5; } timer = 10; hitPoints = maxHitPoints; } if (hitPoints > 0) { if (injured) { this.gotoAndStop("injured"); } else { this.gotoAndStop(1); } if (timer > 0) { timer--; } else { _x = (Math.random() * Stage.width); _y = ((Math.random() * (Stage.height - 50)) + 30); timer = maxTimer; } if ((timer <= 10) && (_alpha > 0)) { _alpha = (_alpha - 10); } if ((timer >= (maxTimer - 10)) && (_alpha < 100)) { _alpha = (_alpha + 10); } if (timer == (maxTimer - 10)) { this.ghostShot.play(); } } }
Instance of Symbol 200 MovieClip in Frame 175
onClipEvent (load) { _global.highScore = _global.endlessSevenHigh; } onClipEvent (enterFrame) { _global.currentScore = _root.enemyCounter; if (_global.currentScore > _global.endlessSevenHigh) { _global.endlessSevenHigh = _global.currentScore; _global.highScore = _global.endlessSevenHigh; } }
Instance of Symbol 566 MovieClip "parentEnemy" in Frame 176
onClipEvent (load) { if (_name != "parentEnemy") { injured = false; _y = ((Math.random() * 300) + 40); _x = 825; hitPoints = Math.ceil(_root.parentEnemy.maxHitPoints); maxRandom = _root.parentEnemy.maxRandom; maxAddition = _root.parentEnemy.maxAddition; moveSpeed = (Math.random() * maxRandom) + maxAddition; } if (_name == "parentEnemy") { this.gotoAndStop(1); timer = 30; enemyCounter = 0; enemyMax = 6; maxRandom = 2; maxAddition = 1; maxHitPoints = 20; maxTimer = 55; } } onClipEvent (enterFrame) { if (_name != "parentEnemy") { if (_x < -75) { _root.parentEnemy.enemyCounter--; this.removeMovieClip(); } if (hitPoints == 0) { this.gotoAndStop("death"); _root.enemyCounter++; _root.counterFunction(); if (_root.parentEnemy.maxHitPoints < 30) { _root.parentEnemy.maxHitPoints = _root.parentEnemy.maxHitPoints + 0.5; } _root.parentEnemy.maxAddition = _root.parentEnemy.maxAddition + 0.1; _root.parentEnemy.maxRandom = _root.parentEnemy.maxRandom + 0.05; _root.parentEnemy.enemyCounter--; _root.parentEnemy.maxTimer--; hitPoints = -1; } if (hitPoints > 0) { _x = (_x - moveSpeed); if (injured) { this.gotoAndStop("injured"); } else { this.gotoAndStop(1); } } } if (_name == "parentEnemy") { if (timer > 0) { timer--; } if (timer == 0) { if (enemyCounter < enemyMax) { this.duplicateMovieClip("enemy" + _root.d, _root.d); _root.d++; enemyCounter++; } if (maxTimer > 20) { timer = maxTimer; } else { timer = 20; } } } }
Instance of Symbol 566 MovieClip "parentEnemyTwo" in Frame 176
onClipEvent (load) { if (_name != "parentEnemyTwo") { injured = false; _y = ((Math.random() * 300) + 40); _x = -100; hitPoints = Math.ceil(_root.parentEnemyTwo.maxHitPoints); maxRandom = _root.parentEnemyTwo.maxRandom; maxAddition = _root.parentEnemyTwo.maxAddition; moveSpeed = (Math.random() * maxRandom) + maxAddition; } if (_name == "parentEnemyTwo") { this.gotoAndStop(1); timer = 30; enemyCounter = 0; enemyMax = 6; maxRandom = 2; maxAddition = 1; maxHitPoints = 20; maxTimer = 55; } } onClipEvent (enterFrame) { if (_name != "parentEnemyTwo") { if (_x > 875) { _root.parentEnemyTwo.enemyCounter--; this.removeMovieClip(); } if (hitPoints == 0) { this.gotoAndStop("death"); _root.enemyCounter++; _root.counterFunction(); if (_root.parentEnemyTwo.maxHitPoints < 30) { _root.parentEnemyTwo.maxHitPoints = _root.parentEnemyTwo.maxHitPoints + 0.5; } _root.parentEnemyTwo.maxAddition = _root.parentEnemyTwo.maxAddition + 0.1; _root.parentEnemyTwo.maxRandom = _root.parentEnemyTwo.maxRandom + 0.05; _root.parentEnemyTwo.enemyCounter--; _root.parentEnemy.maxTimer--; hitPoints = -1; } if (hitPoints > 0) { _x = (_x + moveSpeed); if (injured) { this.gotoAndStop("injured"); } else { this.gotoAndStop(1); } } } if (_name == "parentEnemyTwo") { if (timer > 0) { timer--; } if (timer == 0) { if (enemyCounter < enemyMax) { this.duplicateMovieClip("enemy" + _root.d, _root.d); _root.d++; enemyCounter++; } if (maxTimer > 20) { timer = maxTimer; } else { timer = 20; } } } }
Instance of Symbol 200 MovieClip in Frame 176
onClipEvent (load) { _global.highScore = _global.endlessEightHigh; } onClipEvent (enterFrame) { _global.currentScore = _root.enemyCounter; if (_global.currentScore > _global.endlessEightHigh) { _global.endlessEightHigh = _global.currentScore; _global.highScore = _global.endlessEightHigh; } }
Instance of Symbol 589 MovieClip in Frame 177
onClipEvent (load) { charX = _root.character._x; ySpeed = 0; timer = 40; hitPoints = 100; reviveTimer = -1; startY = _y; extra = true; attack = false; } onClipEvent (enterFrame) { if (reviveTimer > 0) { reviveTimer--; } if (reviveTimer == 0) { _y = startY; hitPoints = 100; attack = false; timer = 60; ySpeed = 0; reviveTimer = -1; } if (hitPoints == 0) { this.gotoAndStop("death"); _root.enemyCounter++; _root.counterFunction(); hitPoints = -1; } if (hitPoints > 0) { if (injured) { this.gotoAndStop("injured"); } else { this.gotoAndStop(1); } charX = _root.character._x; if (timer > 0) { timer--; } else { _x = charX; attack = true; timer = 60; ySpeed = 30; } if (attack) { if (ySpeed == 0) { this.jaw.gotoAndStop(2); } if (ySpeed < -25) { this.jaw.gotoAndStop(1); } _y = (_y - ySpeed); ySpeed = ySpeed - 1; } } }
Instance of Symbol 589 MovieClip in Frame 177
onClipEvent (load) { charX = _root.character._x; ySpeed = 0; timer = 300; hitPoints = 100; reviveTimer = -1; startY = _y; extra = true; attack = false; } onClipEvent (enterFrame) { if (reviveTimer > 0) { reviveTimer--; } if (reviveTimer == 0) { _y = startY; hitPoints = 100; attack = false; timer = 60; ySpeed = 0; reviveTimer = -1; } if (hitPoints == 0) { this.gotoAndStop("death"); _root.enemyCounter++; _root.counterFunction(); hitPoints = -1; } if (hitPoints > 0) { if (injured) { this.gotoAndStop("injured"); } else { this.gotoAndStop(1); } charX = _root.character._x; if (timer > 0) { timer--; } else { _x = charX; attack = true; timer = 60; ySpeed = 30; } if (attack) { if (ySpeed == 0) { this.jaw.gotoAndStop(2); } if (ySpeed < -25) { this.jaw.gotoAndStop(1); } _y = (_y - ySpeed); ySpeed = ySpeed - 1; } } }
Instance of Symbol 589 MovieClip in Frame 177
onClipEvent (load) { charX = _root.character._x; ySpeed = 0; timer = 3000; hitPoints = 50; reviveTimer = -1; startY = _y; extra = true; attack = false; } onClipEvent (enterFrame) { if (reviveTimer > 0) { reviveTimer--; } if (reviveTimer == 0) { _y = startY; hitPoints = 50; attack = false; timer = 70; ySpeed = 0; reviveTimer = -1; } if (hitPoints == 0) { this.gotoAndStop("death"); _root.enemyCounter++; _root.counterFunction(); hitPoints = -1; } if (hitPoints > 0) { if (injured) { this.gotoAndStop("injured"); } else { this.gotoAndStop(1); } charX = _root.character._x; if (timer > 0) { timer--; } else { _x = charX; attack = true; timer = 70; ySpeed = 35; } if (attack) { if (ySpeed == 0) { this.jaw.gotoAndStop(2); } if (ySpeed < -25) { this.jaw.gotoAndStop(1); } _y = (_y - ySpeed); ySpeed = ySpeed - 1; } } }
Instance of Symbol 589 MovieClip in Frame 177
onClipEvent (load) { charX = _root.character._x; ySpeed = 0; timer = 2500; hitPoints = 150; reviveTimer = -1; startY = _y; extra = true; attack = false; } onClipEvent (enterFrame) { if (reviveTimer > 0) { reviveTimer--; } if (reviveTimer == 0) { _y = startY; hitPoints = 150; attack = false; timer = 54; ySpeed = 0; reviveTimer = -1; } if (hitPoints == 0) { this.gotoAndStop("death"); _root.enemyCounter++; _root.counterFunction(); hitPoints = -1; } if (hitPoints > 0) { if (injured) { this.gotoAndStop("injured"); } else { this.gotoAndStop(1); } charX = _root.character._x; if (timer > 0) { timer--; } else { _x = charX; attack = true; timer = 54; ySpeed = 27; } if (attack) { if (ySpeed == 0) { this.jaw.gotoAndStop(2); } if (ySpeed < -25) { this.jaw.gotoAndStop(1); } _y = (_y - ySpeed); ySpeed = ySpeed - 1; } } }
Instance of Symbol 589 MovieClip in Frame 177
onClipEvent (load) { charX = _root.character._x; ySpeed = 0; timer = 4000; hitPoints = 200; reviveTimer = -1; startY = _y; extra = true; attack = false; } onClipEvent (enterFrame) { if (reviveTimer > 0) { reviveTimer--; } if (reviveTimer == 0) { _y = startY; hitPoints = 200; attack = false; timer = 60; ySpeed = 0; reviveTimer = -1; } if (hitPoints == 0) { this.gotoAndStop("death"); _root.enemyCounter++; _root.counterFunction(); hitPoints = -1; } if (hitPoints > 0) { if (injured) { this.gotoAndStop("injured"); } else { this.gotoAndStop(1); } charX = _root.character._x; if (timer > 0) { timer--; } else { _x = charX; attack = true; timer = 60; ySpeed = 30; } if (attack) { if (ySpeed == 0) { this.jaw.gotoAndStop(2); } if (ySpeed < -25) { this.jaw.gotoAndStop(1); } _y = (_y - ySpeed); ySpeed = ySpeed - 1; } } }
Instance of Symbol 589 MovieClip in Frame 177
onClipEvent (load) { charX = _root.character._x; ySpeed = 0; timer = 2000; hitPoints = 100; reviveTimer = -1; startY = _y; extra = true; attack = false; } onClipEvent (enterFrame) { if (reviveTimer > 0) { reviveTimer--; } if (reviveTimer == 0) { _y = startY; hitPoints = 100; attack = false; timer = 60; ySpeed = 0; reviveTimer = -1; } if (hitPoints == 0) { this.gotoAndStop("death"); _root.enemyCounter++; _root.counterFunction(); hitPoints = -1; } if (hitPoints > 0) { if (injured) { this.gotoAndStop("injured"); } else { this.gotoAndStop(1); } charX = _root.character._x; if (timer > 0) { timer--; } else { _x = charX; attack = true; timer = 60; ySpeed = 30; } if (attack) { if (ySpeed == 0) { this.jaw.gotoAndStop(2); } if (ySpeed < -25) { this.jaw.gotoAndStop(1); } _y = (_y - ySpeed); ySpeed = ySpeed - 1; } } }
Instance of Symbol 589 MovieClip in Frame 177
onClipEvent (load) { charX = _root.character._x; ySpeed = 0; timer = 625; hitPoints = 50; reviveTimer = -1; startY = _y; extra = true; attack = false; } onClipEvent (enterFrame) { if (reviveTimer > 0) { reviveTimer--; } if (reviveTimer == 0) { _y = startY; hitPoints = 50; attack = false; timer = 70; ySpeed = 0; reviveTimer = -1; } if (hitPoints == 0) { this.gotoAndStop("death"); _root.enemyCounter++; _root.counterFunction(); hitPoints = -1; } if (hitPoints > 0) { if (injured) { this.gotoAndStop("injured"); } else { this.gotoAndStop(1); } charX = _root.character._x; if (timer > 0) { timer--; } else { _x = charX; attack = true; timer = 70; ySpeed = 35; } if (attack) { if (ySpeed == 0) { this.jaw.gotoAndStop(2); } if (ySpeed < -25) { this.jaw.gotoAndStop(1); } _y = (_y - ySpeed); ySpeed = ySpeed - 1; } } }
Instance of Symbol 589 MovieClip in Frame 177
onClipEvent (load) { charX = _root.character._x; ySpeed = 0; timer = 815; hitPoints = 150; reviveTimer = -1; startY = _y; extra = true; attack = false; } onClipEvent (enterFrame) { if (reviveTimer > 0) { reviveTimer--; } if (reviveTimer == 0) { _y = startY; hitPoints = 150; attack = false; timer = 54; ySpeed = 0; reviveTimer = -1; } if (hitPoints == 0) { this.gotoAndStop("death"); _root.enemyCounter++; _root.counterFunction(); hitPoints = -1; } if (hitPoints > 0) { if (injured) { this.gotoAndStop("injured"); } else { this.gotoAndStop(1); } charX = _root.character._x; if (timer > 0) { timer--; } else { _x = charX; attack = true; timer = 54; ySpeed = 27; } if (attack) { if (ySpeed == 0) { this.jaw.gotoAndStop(2); } if (ySpeed < -25) { this.jaw.gotoAndStop(1); } _y = (_y - ySpeed); ySpeed = ySpeed - 1; } } }
Instance of Symbol 589 MovieClip in Frame 177
onClipEvent (load) { charX = _root.character._x; ySpeed = 0; timer = 1500; reviveTimer = -1; startY = _y; extra = true; hitPoints = 50; attack = false; } onClipEvent (enterFrame) { if (reviveTimer > 0) { reviveTimer--; } if (reviveTimer == 0) { _y = startY; hitPoints = 50; attack = false; timer = 70; ySpeed = 0; reviveTimer = -1; } if (hitPoints == 0) { this.gotoAndStop("death"); _root.enemyCounter++; _root.counterFunction(); hitPoints = -1; } if (hitPoints > 0) { if (injured) { this.gotoAndStop("injured"); } else { this.gotoAndStop(1); } charX = _root.character._x; if (timer > 0) { timer--; } else { _x = charX; attack = true; timer = 70; ySpeed = 35; } if (attack) { if (ySpeed == 0) { this.jaw.gotoAndStop(2); } if (ySpeed < -25) { this.jaw.gotoAndStop(1); } _y = (_y - ySpeed); ySpeed = ySpeed - 1; } } }
Instance of Symbol 200 MovieClip in Frame 177
onClipEvent (load) { _global.highScore = _global.endlessNineHigh; } onClipEvent (enterFrame) { _global.currentScore = _root.enemyCounter; if (_global.currentScore > _global.endlessNineHigh) { _global.endlessNineHigh = _global.currentScore; _global.highScore = _global.endlessNineHigh; } }
Instance of Symbol 600 MovieClip "crayons" in Frame 178
onClipEvent (load) { endless = true; }
Instance of Symbol 200 MovieClip in Frame 178
onClipEvent (load) { _global.highScore = _global.endlessTenHigh; } onClipEvent (enterFrame) { _root.time++; _global.currentScore = _root.time; if (_global.currentScore > _global.endlessTenHigh) { _global.endlessTenHigh = _global.currentScore; _global.highScore = _global.endlessTenHigh; } }
Frame 179
function enemyClear() { c = 1; while (c < 100) { _root["enemy" + c].hitPoints = 0; _root["enemyTwo" + c].hitPoints = 0; c++; } } function enemyDeath() { c = 1; while (c < 8000) { _root["enemy" + c].removeMovieClip(); _root["enemyTwo" + c].removeMovieClip(); c++; } } function deathFunction() { playerHurt.start(); _root.character._x = 200; _root.character._y = -200; _root.character.injuredTimer = 50; playerInjured = true; if (lives > 1) { _root.lifeBar.life._width = 5; lives--; } else { gameOverFunction(); } } function gameOverFunction() { _root.aimer.removeMovieClip(); enemyDeath(); _root.gotoAndPlay("HighScore"); } function injuredFunction() { playerHurt.start(); _root.character.injuredTimer = 30; _root.lifeBar.life._width = _root.lifeBar.life._width + 40; playerInjured = true; } dropDown = false; musicNumber = 1; musicControl = 1; musicOne.start(); playerInjured = false; lives = 1; time = 0; onesPlace = 0; tensPlace = 0; hundredsPlace = 0; thousandsPlace = 0; qualityControl = 1; c = 1; i = 1; d = 1; keyListener = new Object(); counterFunction = function () { onesPlace = enemyCounter - (Math.floor(enemyCounter / 10) * 10); tensPlace = ((enemyCounter - (Math.floor(enemyCounter / 100) * 100)) - onesPlace) / 10; hundredsPlace = (((enemyCounter - (Math.floor(enemyCounter / 1000) * 1000)) - onesPlace) - tensPlace) / 100; thousandsPlace = ((((enemyCounter - (Math.floor(enemyCounter / 10000) * 10000)) - onesPlace) - tensPlace) - hundredsPlace) / 1000; _root.conCirc.gameControl(enemyCounter); }; keyListener.onKeyDown = function () { if (Key.isDown(83)) { dropDown = true; } if (Key.isDown(69)) { if ((musicNumber == 4) && (musicControl == 1)) { musicNumber = 1; musicTwo.stop(); _root.soundClip.gotoAndStop(1); musicControl = 2; } if ((musicNumber == 3) && (musicControl == 1)) { musicNumber = 4; musicTwo.stop(); _root.soundClip.gotoAndStop(4); musicControl = 2; } if ((musicNumber == 2) && (musicControl == 1)) { musicNumber = 3; musicOne.stop(); _root.soundClip.gotoAndStop(2); musicControl = 2; } if ((musicNumber == 1) && (musicControl == 1)) { musicNumber = 2; musicOne.stop(); _root.soundClip.gotoAndStop(3); musicControl = 2; } } if (Key.isDown(81)) { if ((_quality == "HIGH") && (qualityControl == 1)) { _quality = "LOW"; qualityControl = 2; } if ((_quality == "MEDIUM") && (qualityControl == 1)) { _quality = "HIGH"; qualityControl = 2; } if ((_quality == "LOW") && (qualityControl == 1)) { _quality = "MEDIUM"; qualityControl = 2; } } }; keyListener.onKeyUp = function () { if (!Key.isDown(83)) { dropDown = false; } if (!Key.isDown(81)) { qualityControl = 1; } if (!Key.isDown(69)) { musicControl = 1; } }; Key.addListener(keyListener); _root.aimer.removeMovieClip(); _root.aimer.removeMovieClip(); _root.machineGun.stop("machineGun");
Instance of Symbol 208 MovieClip "soundClip" in Frame 179
onClipEvent (load) { _root.musicOne.stop(); this.gotoAndStop(4); }
Instance of Symbol 208 MovieClip "soundClip" in Frame 180
onClipEvent (load) { this.gotoAndStop(1); }
Frame 236
_root.gotoAndStop(_global.stageName);
Instance of Symbol 243 MovieClip in Frame 236
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.deathFunction(); } }
Instance of Symbol 269 MovieClip "character" in Frame 236
onClipEvent (load) { a = Math.abs(_x - _root._xmouse); b = Math.abs(_y - _root._ymouse); rotation = (Math.atan(b / a) * 180) / Math.PI; survival = true; jumping = false; walking = false; falling = true; rightStop = false; leftStop = false; jumpControl = false; moveSpeed = 0; grav_y = 0; injuredTimer = 0; } onClipEvent (enterFrame) { if (injuredTimer > 0) { injuredTimer--; this._alpha = Math.ceil(Math.random() * 40); } else { this._alpha = 100; _root.playerInjured = false; } _x = (_x + moveSpeed); if (!jumping) { grav_y = 23; this._y = this._y + grav_y; this.legs.rocketBoots.gotoAndStop(1); } a = Math.abs(_x - _root._xmouse); b = Math.abs(_y - _root._ymouse); rotation = (Math.atan(b / a) * 180) / Math.PI; if (_root._ymouse < _y) { rotation = -rotation; } if (_root._xmouse < _x) { rotation = (-rotation) - 180; } if (Key.isDown(68)) { if (!rightStop) { if (moveSpeed < 11) { moveSpeed = moveSpeed + 2.75; } } walking = true; this.body.gotoAndStop(1); } if (Key.isDown(65)) { if (!leftStop) { if (moveSpeed > -11) { moveSpeed = moveSpeed - 2.75; } } walking = true; this.body.gotoAndStop(2); } if (((Key.isDown(87) && (!jumping)) && (!Key.isDown(83))) && (!jumpControl)) { vel_y = 36; jumping = true; jumpControl = true; } if (!Key.isDown(87)) { jumpControl = false; if (jumping && (vel_y > 15)) { vel_y = 15; } } if (jumping) { walking = false; this.legs.rocketBoots.play(); vel_y = vel_y - 3; if (vel_y <= -24) { vel_y = -24; } _y = (_y - vel_y); } if ((!Key.isDown(65)) && (!Key.isDown(68))) { if (moveSpeed > 0) { moveSpeed = moveSpeed - 2.75; } if (moveSpeed < 0) { moveSpeed = moveSpeed + 2.75; } walking = false; } if (walking) { this.legs.play(); } else if (jumping) { this.legs.gotoAndStop(10); } else if (moveSpeed == 0) { this.legs.gotoAndStop(1); } rightStop = false; leftStop = false; }
Frame 237
stop();
Instance of Symbol 286 MovieClip in Frame 237
onClipEvent (load) { startY = _y; _y = 1000; } onClipEvent (enterFrame) { if (_root.conCirc.timer == 700) { _y = startY; } }
Instance of Symbol 287 MovieClip in Frame 237
onClipEvent (load) { startY = _y; _y = 1000; } onClipEvent (enterFrame) { if (_root.conCirc.timer == 700) { _y = startY; } }
Instance of Symbol 286 MovieClip in Frame 237
onClipEvent (load) { startY = _y; _y = 1000; } onClipEvent (enterFrame) { if (_root.conCirc.timer == 1600) { _y = startY; } }
Instance of Symbol 287 MovieClip in Frame 237
onClipEvent (load) { startY = _y; _y = 1000; } onClipEvent (enterFrame) { if (_root.conCirc.timer == 1600) { _y = startY; } }
Instance of Symbol 286 MovieClip in Frame 237
onClipEvent (load) { startY = _y; _y = 1000; } onClipEvent (enterFrame) { if (_root.conCirc.timer == 1600) { _y = startY; } }
Instance of Symbol 287 MovieClip in Frame 237
onClipEvent (load) { startY = _y; _y = 1000; } onClipEvent (enterFrame) { if (_root.conCirc.timer == 1600) { _y = startY; } }
Instance of Symbol 440 MovieClip "parentEnemy" in Frame 237
onClipEvent (load) { if (_name != "parentEnemy") { changeDirection = false; _y = 560; _x = 825; moveSpeed = Math.ceil((Math.random() * 13) + 2); } } onClipEvent (enterFrame) { if (_name != "parentEnemy") { if (!changeDirection) { if ((_x < -50) or (_x > 850)) { moveSpeed = -moveSpeed; } } _rotation = (_rotation - moveSpeed); _x = (_x - moveSpeed); } if (_name == "parentEnemy") { if ((((_root.conCirc.timer == 50) or (_root.conCirc.timer == 100)) or (_root.conCirc.timer == 250)) or (_root.conCirc.timer == 300)) { this.duplicateMovieClip("enemy" + _root.d, _root.d); _root.d++; } } }
Instance of Symbol 440 MovieClip "parentEnemyTwo" in Frame 237
onClipEvent (load) { if (_name != "parentEnemyTwo") { changeDirection = false; _y = 560; _x = -30; moveSpeed = -Math.ceil((Math.random() * 13) + 4); } } onClipEvent (enterFrame) { if (_name != "parentEnemyTwo") { if (!changeDirection) { if ((_x < -50) or (_x > 850)) { moveSpeed = -moveSpeed; } } _rotation = (_rotation - moveSpeed); _x = (_x - moveSpeed); } if (_name == "parentEnemyTwo") { if (((_root.conCirc.timer == 150) or (_root.conCirc.timer == 200)) or (_root.conCirc.timer == 350)) { this.duplicateMovieClip("enemy" + _root.d, _root.d); _root.d++; } } }
Instance of Symbol 440 MovieClip "parentEnemyThree" in Frame 237
onClipEvent (load) { if (_name != "parentEnemyThree") { changeDirection = false; _xscale = 125; _yscale = 125; _y = 370; _x = 825; moveSpeed = Math.ceil((Math.random() * 13) + 2); } } onClipEvent (enterFrame) { if (_name != "parentEnemyThree") { if (!changeDirection) { if ((_x < -50) or (_x > 850)) { moveSpeed = -moveSpeed; } } _rotation = (_rotation - moveSpeed); _x = (_x - moveSpeed); } if (_name == "parentEnemyThree") { if (_root.conCirc.timer == 750) { this.duplicateMovieClip("enemy" + _root.d, _root.d); _root.d++; } } }
Instance of Symbol 440 MovieClip "parentEnemyFour" in Frame 237
onClipEvent (load) { if (_name != "parentEnemyFour") { changeDirection = false; _xscale = 125; _yscale = 125; _y = 370; _x = -30; moveSpeed = -Math.ceil((Math.random() * 13) + 4); } } onClipEvent (enterFrame) { if (_name != "parentEnemyFour") { if (!changeDirection) { if ((_x < -50) or (_x > 850)) { moveSpeed = -moveSpeed; } } _rotation = (_rotation - moveSpeed); _x = (_x - moveSpeed); } if (_name == "parentEnemyFour") { if ((_root.conCirc.timer == 900) or (_root.conCirc.timer == 1050)) { this.duplicateMovieClip("enemy" + _root.d, _root.d); _root.d++; } } }
Instance of Symbol 440 MovieClip "parentEnemyFive" in Frame 237
onClipEvent (load) { if (_name != "parentEnemyFive") { changeDirection = false; _xscale = 135; _yscale = 135; _y = -30; _x = ((Stage.width / 2) + ((Math.random() * 50) - 25)); moveSpeed = -Math.ceil((Math.random() * 13) + 4); } } onClipEvent (enterFrame) { if (_name != "parentEnemyFive") { if (!changeDirection) { if ((_y < -50) or (_y > 665)) { moveSpeed = -moveSpeed; } } _rotation = (_rotation - moveSpeed); _y = (_y - moveSpeed); } if (_name == "parentEnemyFive") { if (_root.conCirc.timer == 1400) { this.duplicateMovieClip("enemy" + _root.d, _root.d); _root.d++; } } }
Instance of Symbol 440 MovieClip "parentEnemySix" in Frame 237
onClipEvent (load) { if (_name != "parentEnemySix") { changeDirection = false; _xscale = 200; _yscale = 200; _y = 175; _x = -30; moveSpeed = -Math.ceil((Math.random() * 13) + 4); } } onClipEvent (enterFrame) { if (_name != "parentEnemySix") { if (!changeDirection) { if ((_x < -50) or (_x > 900)) { moveSpeed = -moveSpeed; } } _rotation = (_rotation - moveSpeed); _x = (_x - moveSpeed); } if (_name == "parentEnemySix") { if ((_root.conCirc.timer == 1650) or (_root.conCirc.timer == 1800)) { this.duplicateMovieClip("enemy" + _root.d, _root.d); _root.d++; } } }
Instance of Symbol 440 MovieClip "parentEnemySeven" in Frame 237
onClipEvent (load) { if (_name != "parentEnemySeven") { changeDirection = false; _xscale = 200; _yscale = 200; _y = 175; _x = 900; moveSpeed = -Math.ceil((Math.random() * 13) + 4); } } onClipEvent (enterFrame) { if (_name != "parentEnemySeven") { if (!changeDirection) { if ((_x < -50) or (_x > 900)) { moveSpeed = -moveSpeed; } } _rotation = (_rotation - moveSpeed); _x = (_x - moveSpeed); } if (_name == "parentEnemySeven") { if (_root.conCirc.timer == 1950) { this.duplicateMovieClip("enemy" + _root.d, _root.d); _root.d++; } } }
Instance of Symbol 440 MovieClip "parentEnemyEight" in Frame 237
onClipEvent (load) { if (_name != "parentEnemyEight") { changeDirection = false; _xscale = 150; _yscale = 150; _y = -30; _x = ((Stage.width / 4) + ((Math.random() * 50) + 25)); moveSpeed = -Math.ceil((Math.random() * 13) + 4); } } onClipEvent (enterFrame) { if (_name != "parentEnemyEight") { if (!changeDirection) { if ((_y < -50) or (_y > 665)) { moveSpeed = -moveSpeed; } } _rotation = (_rotation - moveSpeed); _y = (_y - moveSpeed); } if (_name == "parentEnemyEight") { if (_root.conCirc.timer == 2200) { this.duplicateMovieClip("enemy" + _root.d, _root.d); _root.d++; } } }
Instance of Symbol 440 MovieClip "parentEnemyNine" in Frame 237
onClipEvent (load) { if (_name != "parentEnemyNine") { changeDirection = false; _xscale = 150; _yscale = 150; _y = -30; _x = ((3 * (Stage.width / 4)) + ((Math.random() * 50) - 25)); moveSpeed = -Math.ceil((Math.random() * 13) + 4); } } onClipEvent (enterFrame) { if (_name != "parentEnemyNine") { if (!changeDirection) { if ((_y < -50) or (_y > 665)) { moveSpeed = -moveSpeed; } } _rotation = (_rotation - moveSpeed); _y = (_y - moveSpeed); } if (_name == "parentEnemyNine") { if (_root.conCirc.timer == 2400) { this.duplicateMovieClip("enemy" + _root.d, _root.d); _root.d++; } } }
Instance of Symbol 440 MovieClip "parentEnemyTen" in Frame 237
onClipEvent (load) { if (_name != "parentEnemyTen") { changeDirection = false; _xscale = 300; _yscale = 300; _y = (Math.random() * Stage.height); _x = 900; moveSpeed = -Math.ceil((Math.random() * 13) + 4); } } onClipEvent (enterFrame) { if (_name != "parentEnemyTen") { if (!changeDirection) { if ((_x < -50) or (_x > 900)) { moveSpeed = -moveSpeed; } } _rotation = (_rotation - moveSpeed); _x = (_x - moveSpeed); } if (_name == "parentEnemyTen") { if (_root.conCirc.timer == 3000) { this.duplicateMovieClip("enemy" + _root.d, _root.d); _root.d++; } } }
Instance of Symbol 440 MovieClip "parentEnemyEleven" in Frame 237
onClipEvent (load) { if (_name != "parentEnemyEleven") { changeDirection = false; _xscale = 300; _yscale = 300; _y = (Math.random() * Stage.height); _x = -100; moveSpeed = -Math.ceil((Math.random() * 13) + 4); } } onClipEvent (enterFrame) { if (_name != "parentEnemyEleven") { if (!changeDirection) { if ((_x < -100) or (_x > 900)) { moveSpeed = -moveSpeed; } } _rotation = (_rotation - moveSpeed); _x = (_x - moveSpeed); } if (_name == "parentEnemyEleven") { if (_root.conCirc.timer == 3500) { this.duplicateMovieClip("enemy" + _root.d, _root.d); _root.d++; } } }
Instance of Symbol 200 MovieClip "conCirc" in Frame 237
onClipEvent (load) { ghostCounter = 0; timer = 0; } onClipEvent (enterFrame) { function hitFunction(hit) { if (hit == "right") { _root.character.rightStop = true; } if (hit == "left") { _root.character.leftStop = true; } if (hit == "floor") { _root.character.grav_y = 0; _root.character.jumping = false; _root.character.vel_y = 0; _root.character.falling = false; } } Mouse.hide(); timer++; }
Instance of Symbol 203 MovieClip "parentAimer" in Frame 237
onClipEvent (load) { _x = _root._xmouse; _y = _root._ymouse; _root.aimer.removeMovieClip(); if (this._name == "parentAimer") { this.duplicateMovieClip("aimer", 2000); } } onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; }
Instance of Symbol 200 MovieClip "hitPrecision" in Frame 237
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; }
Instance of Symbol 228 MovieClip in Frame 237
onClipEvent (load) { this.gotoAndStop(_root.lives); } onClipEvent (enterFrame) { this.gotoAndStop(_root.lives); if (_root.lives <= 0) { _root.gameOverFunction(); } }
Instance of Symbol 200 MovieClip in Frame 237
onClipEvent (load) { _global.highScore = _global.survivalOneHigh; } onClipEvent (enterFrame) { _root.time++; _global.currentScore = _root.time; if (_global.currentScore > _global.survivalOneHigh) { _global.survivalOneHigh = _global.currentScore; _global.highScore = _global.survivalOneHigh; } }
Instance of Symbol 483 MovieClip "parentEnemyTwo" in Frame 238
onClipEvent (load) { if (_name != "parentEnemyTwo") { _y = -25; _x = (Math.random() * Stage.width); doOnce = true; ySpeed = 20; } if (_name == "parentEnemyTwo") { timer = 25; maxTimer = 12; enemyCounter = 0; enemyControl = 3; maxEnemy = Math.floor(enemyControl); } } onClipEvent (enterFrame) { if (_name != "parentEnemyTwo") { if (hitTest(_root.character.body)) { if (doOnce) { _root.parentEnemyTwo.enemyCounter--; doOnce = false; } this.gotoAndStop("death"); } _y = (_y + ySpeed); _rotation = (_rotation - 5); if (_y > 725) { _root.parentEnemyTwo.enemyControl = _root.parentEnemyTwo.enemyControl + 0.2; _root.parentEnemyTwo.enemyCounter--; _root.parentEnemyTwo.maxTimer = _root.parentEnemyTwo.maxTimer - 0.05; this.removeMovieClip(); } } if (_name == "parentEnemyTwo") { maxEnemy = Math.floor(enemyControl); if (timer > 0) { timer--; } if (timer == 0) { if (enemyCounter < maxEnemy) { this.duplicateMovieClip("enemy" + _root.d, _root.d); _root.d++; enemyCounter++; } if (maxTimer > 3) { timer = Math.ceil(maxTimer); } else { timer = 3; } } } }
Instance of Symbol 200 MovieClip in Frame 238
onClipEvent (load) { _global.highScore = _global.survivalTwoHigh; } onClipEvent (enterFrame) { _root.time++; _global.currentScore = _root.time; if (_global.currentScore > _global.survivalTwoHigh) { _global.survivalTwoHigh = _global.currentScore; _global.highScore = _global.survivalTwoHigh; } }
Instance of Symbol 493 MovieClip "parentEnemyTwo" in Frame 239
onClipEvent (load) { if (_name != "parentEnemyTwo") { xPos = _x; yPos = _y; xSpeed = _root.parentEnemyTwo.xSpeed; ySpeed = _root.parentEnemyTwo.ySpeed; xMin = xSpeed; yMin = ySpeed; xRate = xSpeed / 5; yRate = ySpeed / 5; _y = (Math.random() * Stage.height); charX = _root.character._x; charY = _root.character._y; } if (_name == "parentEnemyTwo") { xSpeed = 7; ySpeed = 4.5; enemyCounter = 0; enemyControl = 1; maxEnemy = Math.floor(enemyControl); } } onClipEvent (enterFrame) { if (_name != "parentEnemyTwo") { this.gotoAndStop(1); _x = (_x + xSpeed); _y = (_y + ySpeed); xPos = _x; yPos = _y; charX = _root.character._x; charY = _root.character._y; if (xPos != charX) { if (charX > xPos) { if (xSpeed < xMin) { xSpeed = xSpeed + xRate; } } else if (xSpeed > (-xMin)) { xSpeed = xSpeed - xRate; } } if (yPos != charY) { if (charY > yPos) { if (ySpeed < yMin) { ySpeed = ySpeed + yRate; } } else if (ySpeed > (-yMin)) { ySpeed = ySpeed - yRate; } } } if (_name == "parentEnemyTwo") { if ((((((_root.conCirc.timer == 400) or (_root.conCirc.timer == 1200)) or (_root.conCirc.timer == 2000)) or (_root.conCirc.timer == 2800)) or (_root.conCirc.timer == 3600)) or (_root.conCirc.timer == 4400)) { this.duplicateMovieClip("enemy" + _root.d, _root.d); _root.d++; xSpeed = xSpeed + 1; ySpeed = ySpeed + 0.5; } } }
Instance of Symbol 493 MovieClip "parentEnemy" in Frame 239
onClipEvent (load) { if (_name != "parentEnemy") { xPos = _x; yPos = _y; xSpeed = _root.parentEnemy.xSpeed; ySpeed = _root.parentEnemy.ySpeed; xMin = xSpeed; yMin = ySpeed; xRate = xSpeed / 5; yRate = ySpeed / 5; _y = (Math.random() * Stage.height); charX = _root.character._x; charY = _root.character._y; } if (_name == "parentEnemy") { xSpeed = 5; ySpeed = 2.5; enemyCounter = 0; enemyControl = 1; maxEnemy = Math.floor(enemyControl); } } onClipEvent (enterFrame) { if (_name != "parentEnemy") { this.gotoAndStop(1); _x = (_x + xSpeed); _y = (_y + ySpeed); xPos = _x; yPos = _y; charX = _root.character._x; charY = _root.character._y; if (xPos != charX) { if (charX > xPos) { if (xSpeed < xMin) { xSpeed = xSpeed + xRate; } } else if (xSpeed > (-xMin)) { xSpeed = xSpeed - xRate; } } if (yPos != charY) { if (charY > yPos) { if (ySpeed < yMin) { ySpeed = ySpeed + yRate; } } else if (ySpeed > (-yMin)) { ySpeed = ySpeed - yRate; } } } if (_name == "parentEnemy") { if ((((((_root.conCirc.timer == 50) or (_root.conCirc.timer == 800)) or (_root.conCirc.timer == 1600)) or (_root.conCirc.timer == 2400)) or (_root.conCirc.timer == 3200)) or (_root.conCirc.timer == 4000)) { this.duplicateMovieClip("enemy" + _root.d, _root.d); _root.d++; xSpeed = xSpeed + 1; ySpeed = ySpeed + 0.5; } } }
Instance of Symbol 200 MovieClip in Frame 239
onClipEvent (load) { _global.highScore = _global.survivalThreeHigh; } onClipEvent (enterFrame) { _root.time++; _global.currentScore = _root.time; if (_global.currentScore > _global.survivalThreeHigh) { _global.survivalThreeHigh = _global.currentScore; _global.highScore = _global.survivalThreeHigh; } }
Instance of Symbol 483 MovieClip "parentEnemy" in Frame 240
onClipEvent (load) { if (_name != "parentEnemy") { _y = -250; _x = (Math.random() * Stage.width); doOnce = true; _xscale = _root.parentEnemy.maxScale; _yscale = _root.parentEnemy.maxScale; ySpeed = 17; } if (_name == "parentEnemy") { timer = 25; maxTimer = 10; maxScale = 25; enemyCounter = 0; enemyControl = 3; maxEnemy = Math.floor(enemyControl); } } onClipEvent (enterFrame) { if (_name != "parentEnemy") { if (hitTest(_root.character.body)) { if (doOnce) { _root.parentEnemy.enemyCounter--; doOnce = false; } this.gotoAndStop("death"); } _y = (_y + ySpeed); _rotation = (_rotation + 5); if (_y > 850) { _root.parentEnemy.enemyControl = _root.parentEnemy.enemyControl + 0.1; _root.parentEnemy.maxScale = _root.parentEnemy.maxScale + 0.15; _root.parentEnemy.maxTimer = _root.parentEnemy.maxTimer - 0.03; _root.parentEnemy.enemyCounter--; this.removeMovieClip(); } } if (_name == "parentEnemy") { if (enemyControl < 5) { maxEnemy = Math.floor(enemyControl); } else { maxEnemy = 5; } if (timer > 0) { timer--; } if (timer == 0) { if (enemyCounter < maxEnemy) { this.duplicateMovieClip("enemy" + _root.d, _root.d); _root.d++; enemyCounter++; } if (maxTimer > 7) { timer = Math.ceil(maxTimer); } else { timer = 7; } } } }
Instance of Symbol 200 MovieClip in Frame 240
onClipEvent (load) { _global.highScore = _global.survivalFourHigh; } onClipEvent (enterFrame) { _root.time++; _global.currentScore = _root.time; if (_global.currentScore > _global.survivalFourHigh) { _global.survivalFourHigh = _global.currentScore; _global.highScore = _global.survivalFourHigh; } }
Instance of Symbol 527 MovieClip in Frame 241
onClipEvent (load) { maxScale = _xscale; _alpha = 0; _x = 0; _y = 2500; timer = 400; maxTimer = 80; injured = false; } onClipEvent (enterFrame) { if (_xscale < maxScale) { _xscale = (_xscale+1); _yscale = (_yscale+1); } this.gotoAndStop(1); if (timer > 0) { timer--; } else { maxScale = maxScale + 2; _x = (Math.random() * Stage.width); _y = ((Math.random() * (Stage.height - 50)) + 30); timer = maxTimer; } if ((timer <= 10) && (_alpha > 0)) { _alpha = (_alpha - 10); } if ((timer >= (maxTimer - 10)) && (_alpha < 100)) { _alpha = (_alpha + 10); } if (timer == (maxTimer - 10)) { this.ghostShot.play(); } }
Instance of Symbol 527 MovieClip in Frame 241
onClipEvent (load) { maxScale = _xscale; _alpha = 0; _x = 0; _y = 2500; timer = 750; maxTimer = 80; injured = false; } onClipEvent (enterFrame) { if (_xscale < maxScale) { _xscale = (_xscale+1); _yscale = (_yscale+1); } this.gotoAndStop(1); if (timer > 0) { timer--; } else { maxScale = maxScale + 2; _x = (Math.random() * Stage.width); _y = ((Math.random() * (Stage.height - 50)) + 30); timer = maxTimer; } if ((timer <= 10) && (_alpha > 0)) { _alpha = (_alpha - 10); } if ((timer >= (maxTimer - 10)) && (_alpha < 100)) { _alpha = (_alpha + 10); } if (timer == (maxTimer - 10)) { this.ghostShot.play(); } }
Instance of Symbol 527 MovieClip in Frame 241
onClipEvent (load) { maxScale = _xscale; _alpha = 0; _x = 0; _y = 2500; timer = 30; maxTimer = 80; injured = false; } onClipEvent (enterFrame) { if (_xscale < maxScale) { _xscale = (_xscale+1); _yscale = (_yscale+1); } this.gotoAndStop(1); if (timer > 0) { timer--; } else { maxScale = maxScale + 2; _x = (Math.random() * Stage.width); _y = ((Math.random() * (Stage.height - 50)) + 30); timer = maxTimer; } if ((timer <= 10) && (_alpha > 0)) { _alpha = (_alpha - 10); } if ((timer >= (maxTimer - 10)) && (_alpha < 100)) { _alpha = (_alpha + 10); } if (timer == (maxTimer - 10)) { this.ghostShot.play(); } }
Instance of Symbol 200 MovieClip in Frame 241
onClipEvent (load) { _global.highScore = _global.survivalFiveHigh; } onClipEvent (enterFrame) { _root.time++; _global.currentScore = _root.time; if (_global.currentScore > _global.survivalFiveHigh) { _global.survivalFiveHigh = _global.currentScore; _global.highScore = _global.survivalFiveHigh; } }
Instance of Symbol 566 MovieClip "parentEnemy" in Frame 242
onClipEvent (load) { if (_name != "parentEnemy") { injured = false; _y = ((Math.random() * 300) + 40); _x = 825; hitPoints = Math.ceil(_root.parentEnemy.maxHitPoints); maxRandom = _root.parentEnemy.maxRandom; maxAddition = _root.parentEnemy.maxAddition; moveSpeed = (Math.random() * maxRandom) + maxAddition; } if (_name == "parentEnemy") { this.gotoAndStop(1); timer = 30; enemyCounter = 0; enemyControl = 2; enemyMax = Math.floor(enemyControl); maxRandom = 2; maxAddition = 1; maxHitPoints = 20; maxTimer = 55; } } onClipEvent (enterFrame) { if (_name != "parentEnemy") { this.gotoAndStop(1); if (_x < -75) { if (_root.parentEnemy.maxHitPoints < 30) { _root.parentEnemy.maxHitPoints = _root.parentEnemy.maxHitPoints + 0.5; } _root.parentEnemy.maxAddition = _root.parentEnemy.maxAddition + 0.1; _root.parentEnemy.maxRandom = _root.parentEnemy.maxRandom + 0.05; _root.parentEnemy.enemyControl = _root.parentEnemy.enemyControl + 0.1; _root.parentEnemy.enemyCounter--; _root.parentEnemy.maxTimer--; this.removeMovieClip(); } _x = (_x - moveSpeed); } if (_name == "parentEnemy") { maxEnemy = Math.floor(enemyControl); if (timer > 0) { timer--; } if (timer == 0) { if (enemyCounter < maxEnemy) { this.duplicateMovieClip("enemy" + _root.d, _root.d); _root.d++; enemyCounter++; } if (maxTimer > 17) { timer = maxTimer; } else { timer = 17; } } } }
Instance of Symbol 566 MovieClip "parentEnemyTwo" in Frame 242
onClipEvent (load) { if (_name != "parentEnemyTwo") { injured = false; _y = ((Math.random() * 300) + 40); _x = -100; hitPoints = Math.ceil(_root.parentEnemyTwo.maxHitPoints); maxRandom = _root.parentEnemyTwo.maxRandom; maxAddition = _root.parentEnemyTwo.maxAddition; moveSpeed = (Math.random() * maxRandom) + maxAddition; } if (_name == "parentEnemyTwo") { this.gotoAndStop(1); timer = 30; enemyCounter = 0; enemyControl = 2; maxEnemy = Math.floor(enemyControl); maxRandom = 2; maxAddition = 1; maxHitPoints = 20; maxTimer = 55; } } onClipEvent (enterFrame) { if (_name != "parentEnemyTwo") { this.gotoAndStop(1); if (_x > 875) { if (_root.parentEnemyTwo.maxHitPoints < 30) { _root.parentEnemyTwo.maxHitPoints = _root.parentEnemyTwo.maxHitPoints + 0.5; } _root.parentEnemyTwo.maxAddition = _root.parentEnemyTwo.maxAddition + 0.1; _root.parentEnemyTwo.enemyControl = _root.parentEnemyTwo.enemyControl + 0.1; _root.parentEnemyTwo.maxRandom = _root.parentEnemyTwo.maxRandom + 0.05; _root.parentEnemyTwo.enemyCounter--; _root.parentEnemy.maxTimer--; this.removeMovieClip(); } _x = (_x + moveSpeed); } if (_name == "parentEnemyTwo") { maxEnemy = Math.floor(enemyControl); if (timer > 0) { timer--; } if (timer == 0) { if (enemyCounter < maxEnemy) { this.duplicateMovieClip("enemy" + _root.d, _root.d); _root.d++; enemyCounter++; } if (maxTimer > 17) { timer = maxTimer; } else { timer = 17; } } } }
Instance of Symbol 200 MovieClip in Frame 242
onClipEvent (load) { _global.highScore = _global.survivalSixHigh; } onClipEvent (enterFrame) { _root.time++; _global.currentScore = _root.time; if (_global.currentScore > _global.survivalSixHigh) { _global.survivalSixHigh = _global.currentScore; _global.highScore = _global.survivalSixHigh; } }
Instance of Symbol 589 MovieClip in Frame 243
onClipEvent (load) { charX = _root.character._x; ySpeed = 0; timer = 40; startY = _y; extra = true; attack = false; } onClipEvent (enterFrame) { this.gotoAndStop(1); charX = _root.character._x; if (timer > 0) { timer--; } else { _x = charX; attack = true; timer = 60; ySpeed = 30; } if (attack) { if (ySpeed == 0) { this.jaw.gotoAndStop(2); } if (ySpeed < -25) { this.jaw.gotoAndStop(1); } _y = (_y - ySpeed); ySpeed = ySpeed - 1; } }
Instance of Symbol 589 MovieClip in Frame 243
onClipEvent (load) { charX = _root.character._x; ySpeed = 0; timer = 300; startY = _y; extra = true; attack = false; } onClipEvent (enterFrame) { this.gotoAndStop(1); charX = _root.character._x; if (timer > 0) { timer--; } else { _x = charX; attack = true; timer = 60; ySpeed = 30; } if (attack) { if (ySpeed == 0) { this.jaw.gotoAndStop(2); } if (ySpeed < -25) { this.jaw.gotoAndStop(1); } _y = (_y - ySpeed); ySpeed = ySpeed - 1; } }
Instance of Symbol 589 MovieClip in Frame 243
onClipEvent (load) { charX = _root.character._x; ySpeed = 0; timer = 3000; startY = _y; extra = true; attack = false; } onClipEvent (enterFrame) { this.gotoAndStop(1); charX = _root.character._x; if (timer > 0) { timer--; } else { _x = charX; attack = true; timer = 70; ySpeed = 35; } if (attack) { if (ySpeed == 0) { this.jaw.gotoAndStop(2); } if (ySpeed < -25) { this.jaw.gotoAndStop(1); } _y = (_y - ySpeed); ySpeed = ySpeed - 1; } }
Instance of Symbol 589 MovieClip in Frame 243
onClipEvent (load) { charX = _root.character._x; ySpeed = 0; timer = 2500; startY = _y; extra = true; attack = false; } onClipEvent (enterFrame) { this.gotoAndStop(1); charX = _root.character._x; if (timer > 0) { timer--; } else { _x = charX; attack = true; timer = 54; ySpeed = 27; } if (attack) { if (ySpeed == 0) { this.jaw.gotoAndStop(2); } if (ySpeed < -25) { this.jaw.gotoAndStop(1); } _y = (_y - ySpeed); ySpeed = ySpeed - 1; } }
Instance of Symbol 589 MovieClip in Frame 243
onClipEvent (load) { charX = _root.character._x; ySpeed = 0; timer = 3900; startY = _y; extra = true; attack = false; } onClipEvent (enterFrame) { this.gotoAndStop(1); charX = _root.character._x; if (timer > 0) { timer--; } else { _x = charX; attack = true; timer = 60; ySpeed = 30; } if (attack) { if (ySpeed == 0) { this.jaw.gotoAndStop(2); } if (ySpeed < -25) { this.jaw.gotoAndStop(1); } _y = (_y - ySpeed); ySpeed = ySpeed - 1; } }
Instance of Symbol 589 MovieClip in Frame 243
onClipEvent (load) { charX = _root.character._x; ySpeed = 0; timer = 2000; startY = _y; extra = true; attack = false; } onClipEvent (enterFrame) { this.gotoAndStop(1); charX = _root.character._x; if (timer > 0) { timer--; } else { _x = charX; attack = true; timer = 60; ySpeed = 30; } if (attack) { if (ySpeed == 0) { this.jaw.gotoAndStop(2); } if (ySpeed < -25) { this.jaw.gotoAndStop(1); } _y = (_y - ySpeed); ySpeed = ySpeed - 1; } }
Instance of Symbol 589 MovieClip in Frame 243
onClipEvent (load) { charX = _root.character._x; ySpeed = 0; timer = 625; startY = _y; extra = true; attack = false; } onClipEvent (enterFrame) { this.gotoAndStop(1); charX = _root.character._x; if (timer > 0) { timer--; } else { _x = charX; attack = true; timer = 70; ySpeed = 35; } if (attack) { if (ySpeed == 0) { this.jaw.gotoAndStop(2); } if (ySpeed < -25) { this.jaw.gotoAndStop(1); } _y = (_y - ySpeed); ySpeed = ySpeed - 1; } }
Instance of Symbol 589 MovieClip in Frame 243
onClipEvent (load) { charX = _root.character._x; ySpeed = 0; timer = 815; startY = _y; extra = true; attack = false; } onClipEvent (enterFrame) { this.gotoAndStop(1); charX = _root.character._x; if (timer > 0) { timer--; } else { _x = charX; attack = true; timer = 54; ySpeed = 27; } if (attack) { if (ySpeed == 0) { this.jaw.gotoAndStop(2); } if (ySpeed < -25) { this.jaw.gotoAndStop(1); } _y = (_y - ySpeed); ySpeed = ySpeed - 1; } }
Instance of Symbol 589 MovieClip in Frame 243
onClipEvent (load) { charX = _root.character._x; ySpeed = 0; timer = 1500; startY = _y; extra = true; attack = false; } onClipEvent (enterFrame) { this.gotoAndStop(1); charX = _root.character._x; if (timer > 0) { timer--; } else { _x = charX; attack = true; timer = 70; ySpeed = 35; } if (attack) { if (ySpeed == 0) { this.jaw.gotoAndStop(2); } if (ySpeed < -25) { this.jaw.gotoAndStop(1); } _y = (_y - ySpeed); ySpeed = ySpeed - 1; } }
Instance of Symbol 200 MovieClip in Frame 243
onClipEvent (load) { _global.highScore = _global.survivalSevenHigh; } onClipEvent (enterFrame) { _root.time++; _global.currentScore = _root.time; if (_global.currentScore > _global.survivalSevenHigh) { _global.survivalSevenHigh = _global.currentScore; _global.highScore = _global.survivalSevenHigh; } }
Frame 244
function enemyClear() { c = 1; while (c < 100) { _root["enemy" + c].hitPoints = 0; _root["enemyTwo" + c].hitPoints = 0; c++; } } function enemyDeath() { c = 1; while (c < 200) { _root["enemy" + c].removeMovieClip(); _root["enemyTwo" + c].removeMovieClip(); c++; } } function deathFunction() { playerHurt.start(); _root.character._x = 200; _root.character._y = -200; _root.character.injuredTimer = 50; playerInjured = true; if (lives > 1) { _root.lifeBar.life._width = 5; lives--; } else { gameOverFunction(); } } function injuredFunction() { playerHurt.start(); _root.character.injuredTimer = 30; _root.lifeBar.life._width = _root.lifeBar.life._width + 40; playerInjured = true; } function gameOverFunction() { _root.aimer.removeMovieClip(); enemyDeath(); _root.gotoAndPlay("GameOver"); } dropDown = false; musicNumber = 1; musicControl = 1; musicOne.start(); mouseActive = false; playerInjured = false; lives = 1; enemyCounter = 0; onesPlace = 0; tensPlace = 0; hundredsPlace = 0; thousandsPlace = 0; qualityControl = 1; c = 1; i = 1; keyListener = new Object(); mouseListener = new Object(); counterFunction = function () { onesPlace = enemyCounter - (Math.floor(enemyCounter / 10) * 10); tensPlace = ((enemyCounter - (Math.floor(enemyCounter / 100) * 100)) - onesPlace) / 10; hundredsPlace = (((enemyCounter - (Math.floor(enemyCounter / 1000) * 1000)) - onesPlace) - tensPlace) / 100; thousandsPlace = ((((enemyCounter - (Math.floor(enemyCounter / 10000) * 10000)) - onesPlace) - tensPlace) - hundredsPlace) / 1000; _root.conCirc.gameControl(enemyCounter); }; mouseListener.onMouseDown = function () { mouseActive = true; }; mouseListener.onMouseUp = function () { mouseActive = false; }; keyListener.onKeyDown = function () { if (Key.isDown(83)) { dropDown = true; } if (Key.isDown(69)) { if ((musicNumber == 4) && (musicControl == 1)) { musicNumber = 1; musicTwo.stop(); _root.soundClip.gotoAndStop(1); musicControl = 2; } if ((musicNumber == 3) && (musicControl == 1)) { musicNumber = 4; musicTwo.stop(); _root.soundClip.gotoAndStop(4); musicControl = 2; } if ((musicNumber == 2) && (musicControl == 1)) { musicNumber = 3; musicOne.stop(); _root.soundClip.gotoAndStop(2); musicControl = 2; } if ((musicNumber == 1) && (musicControl == 1)) { musicNumber = 2; musicOne.stop(); _root.soundClip.gotoAndStop(3); musicControl = 2; } } if (Key.isDown(81)) { if ((_quality == "HIGH") && (qualityControl == 1)) { _quality = "LOW"; qualityControl = 2; } if ((_quality == "MEDIUM") && (qualityControl == 1)) { _quality = "HIGH"; qualityControl = 2; } if ((_quality == "LOW") && (qualityControl == 1)) { _quality = "MEDIUM"; qualityControl = 2; } } }; keyListener.onKeyUp = function () { if (!Key.isDown(83)) { dropDown = false; } if (!Key.isDown(81)) { qualityControl = 1; } if (!Key.isDown(69)) { musicControl = 1; } }; Key.addListener(keyListener); Mouse.addListener(mouseListener); _root.aimer.removeMovieClip(); _root.machineGun.stop("machineGun");
Instance of Symbol 208 MovieClip "soundClip" in Frame 244
onClipEvent (load) { _root.musicOne.stop(); this.gotoAndStop(4); }
Instance of Symbol 208 MovieClip "soundClip" in Frame 245
onClipEvent (load) { this.gotoAndStop(1); }
Frame 301
_root.gotoAndStop(_global.stageName);
Instance of Symbol 243 MovieClip in Frame 301
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.deathFunction(); } }
Instance of Symbol 269 MovieClip "character" in Frame 301
onClipEvent (load) { a = Math.abs(_x - _root._xmouse); b = Math.abs(_y - _root._ymouse); rotation = (Math.atan(b / a) * 180) / Math.PI; jumping = false; walking = false; falling = true; rightStop = false; leftStop = false; jumpControl = false; moveSpeed = 0; grav_y = 0; injuredTimer = 0; } onClipEvent (enterFrame) { if (injuredTimer > 0) { injuredTimer--; this._alpha = Math.ceil(Math.random() * 40); } else { this._alpha = 100; _root.playerInjured = false; } _x = (_x + moveSpeed); if (!jumping) { grav_y = 23; this._y = this._y + grav_y; this.legs.rocketBoots.gotoAndStop(1); } a = Math.abs(_x - _root._xmouse); b = Math.abs(_y - _root._ymouse); rotation = (Math.atan(b / a) * 180) / Math.PI; if (_root._ymouse < _y) { rotation = -rotation; } if (_root._xmouse < _x) { rotation = (-rotation) - 180; } if (Key.isDown(68)) { if (!rightStop) { if (moveSpeed < 11) { moveSpeed = moveSpeed + 2.75; } } walking = true; this.body.gotoAndStop(1); } if (Key.isDown(65)) { if (!leftStop) { if (moveSpeed > -11) { moveSpeed = moveSpeed - 2.75; } } walking = true; this.body.gotoAndStop(2); } if (((Key.isDown(87) && (!jumping)) && (!Key.isDown(83))) && (!jumpControl)) { vel_y = 36; jumping = true; jumpControl = true; } if (!Key.isDown(87)) { jumpControl = false; if (jumping && (vel_y > 15)) { vel_y = 15; } } if (jumping) { walking = false; this.legs.rocketBoots.play(); vel_y = vel_y - 3; if (vel_y <= -24) { vel_y = -24; } _y = (_y - vel_y); } if ((!Key.isDown(65)) && (!Key.isDown(68))) { if (moveSpeed > 0) { moveSpeed = moveSpeed - 2.75; } if (moveSpeed < 0) { moveSpeed = moveSpeed + 2.75; } walking = false; } if (walking) { this.legs.play(); } else if (jumping) { this.legs.gotoAndStop(10); } else if (moveSpeed == 0) { this.legs.gotoAndStop(1); } rightStop = false; leftStop = false; }
Instance of Symbol 200 MovieClip "conCirc" in Frame 301
onClipEvent (load) { ghostCounter = 0; } onClipEvent (enterFrame) { function hitFunction(hit) { if (hit == "right") { _root.character.rightStop = true; } if (hit == "left") { _root.character.leftStop = true; } if (hit == "floor") { _root.character.grav_y = 0; _root.character.jumping = false; _root.character.vel_y = 0; _root.character.falling = false; } } function gameControl(enemyCounter) { if (enemyCounter == 60) { _root.backGround.play(); } if (enemyCounter == 70) { _root.turretOne.recede = true; _root.turretTwo.recede = true; _root.backGround.play(); } if (enemyCounter == 100) { _root.backGround.play(); } if (enemyCounter == 115) { _root.backGround.play(); } if (enemyCounter == 140) { _root.backGround.play(); } if (ghostCounter == 3) { ghostCounter = 0; _root.backGround.play(); } if (enemyCounter == 165) { _root.backGround.play(); } if (enemyCounter == 169) { _root.backGround.play(); } if (enemyCounter == 173) { _root.backGround.play(); } if (enemyCounter == 181) { _root.backGround.play(); } } Mouse.hide(); }
Instance of Symbol 203 MovieClip "parentAimer" in Frame 301
onClipEvent (load) { _x = _root._xmouse; _y = _root._ymouse; shake = false; if (this._name == "parentAimer") { this.duplicateMovieClip("aimer", 2000); } } onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; if (shake) { _x = (_root._xmouse + ((Math.random() * 5) - 3)); _y = (_root._ymouse + ((Math.random() * 5) - 3)); } } onClipEvent (mouseDown) { _root.machineGun.start(0, 100); shake = true; } onClipEvent (mouseUp) { _root.machineGun.stop("machineGun"); shake = false; }
Instance of Symbol 200 MovieClip "hitPrecision" in Frame 301
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; }
Instance of Symbol 434 MovieClip "bulletDirt" in Frame 301
onClipEvent (load) { if (this._name != "bulletDirt") { this._x = (_root._xmouse + (Math.random() * 20)) - 10; this._y = (_root._ymouse + (Math.random() * 20)) - 10; _root.bulletDirt.timer = 2; } if (this._name == "bulletDirt") { dirtCounter = 1; maxDirt = 10; depthCounter = 1; timer = 0; } } onClipEvent (enterFrame) { if (timer > 0) { timer--; } if (firing) { if ((dirtCounter <= maxDirt) && (timer == 0)) { dirtCounter++; depthCounter++; _root.bulletDirt.duplicateMovieClip("dirt" + depthCounter, depthCounter + 300); if (depthCounter >= maxDirt) { depthCounter = 1; dirtCounter = 1; } } } else { dirtCounter = 1; maxDirt = 10; depthCounter = 1; timer = 0; firing = false; } } onClipEvent (mouseDown) { firing = true; } onClipEvent (mouseUp) { firing = false; }
Instance of Symbol 228 MovieClip in Frame 301
onClipEvent (load) { this.gotoAndStop(_root.onesPlace); } onClipEvent (enterFrame) { if (_root.onesPlace == 0) { this.gotoAndStop(10); } else { this.gotoAndStop(_root.onesPlace); } }
Instance of Symbol 228 MovieClip in Frame 301
onClipEvent (load) { this.gotoAndStop(_root.tensPlace); } onClipEvent (enterFrame) { if (_root.tensPlace == 0) { this.gotoAndStop(10); } else { this.gotoAndStop(_root.tensPlace); } }
Instance of Symbol 228 MovieClip in Frame 301
onClipEvent (load) { this.gotoAndStop(_root.hundredsPlace); } onClipEvent (enterFrame) { if (_root.hundredsPlace == 0) { this.gotoAndStop(10); } else { this.gotoAndStop(_root.hundredsPlace); } }
Instance of Symbol 228 MovieClip in Frame 301
onClipEvent (load) { this.gotoAndStop(_root.thousandsPlace); } onClipEvent (enterFrame) { if (_root.thousandsPlace == 0) { this.gotoAndStop(10); } else { this.gotoAndStop(_root.thousandsPlace); } }
Instance of Symbol 228 MovieClip in Frame 301
onClipEvent (load) { this.gotoAndStop(_root.lives); } onClipEvent (enterFrame) { this.gotoAndStop(_root.lives); if (_root.lives <= 0) { _root.gameOverFunction(); } }
Frame 302
stop();
Instance of Symbol 481 MovieClip "laserBoss" in Frame 302
onClipEvent (load) { extreme = true; injured = false; deathCounter = 15; hitPoints = 150; } onClipEvent (enterFrame) { if (hitPoints == 80) { this.missleOne.activated = true; this.missleTwo.activated = true; } if (hitPoints == 0) { _global.extremeTwo = true; this.innerLaser.gotoAndStop("death"); this.play(); _root.enemyCounter++; _root.counterFunction(); hitPoints = -1; } if (hitPoints == -1) { deathCounter--; _root.fade._alpha = _root.fade._alpha + 8; if (deathCounter == 0) { _root.gotoAndPlay("MenuTwo"); } } if (hitPoints > 0) { if (injured) { this.innerLaser.gotoAndStop("injured"); } else { this.innerLaser.gotoAndStop(1); } } }
Instance of Symbol 77 MovieClip "fade" in Frame 302
onClipEvent (load) { _alpha = -20; } onClipEvent (enterFrame) { if (_alpha >= 80) { _root.musicOne.stop(); } }
Instance of Symbol 506 MovieClip "plantBoss" in Frame 303
onClipEvent (load) { injured = false; hitPoints = 1500; deathCounter = 15; } onClipEvent (enterFrame) { if (hitPoints == 0) { _global.extremeThree = true; this.gotoAndPlay("death"); this.plantCenter.gotoAndStop(1); _root.enemyCounter++; _root.counterFunction(); hitPoints = -1; } if (hitPoints == -1) { deathCounter--; _root.fade._alpha = _root.fade._alpha + 8; if (deathCounter == 0) { _root.gotoAndPlay("MenuTwo"); } } if (hitPoints > 0) { if (injured) { this.plantCenter.gotoAndStop("injured"); } else { this.plantCenter.gotoAndStop(1); } } }
Instance of Symbol 361 MovieClip in Frame 304
onClipEvent (load) { extreme = true; deathCounter = 0; deathCounterTwo = 15; } onClipEvent (enterFrame) { if (deathCounter == 2) { this.earOne.activated = true; this.earTwo.activated = true; } if (deathCounter == 3) { _root.leftArmThree.activated = true; } if (deathCounter == 4) { this.glassHead.activated = true; } if (deathCounter == 5) { this.brain.activated = true; } if (deathCounter == 6) { _global.extremeFour = true; _root.enemyCounter++; _root.counterFunction(); _root.backGround.play(); _root.rightArm.play(); _root.rightArmTwo.play(); _root.leftArm.play(); _root.leftArmTwo.play(); _root.leftArmThree.play(); deathCounter = 7; } if (deathCounter == 7) { _alpha = (_alpha - 5); deathCounterTwo--; _root.fade._alpha = _root.fade._alpha + 8; if (deathCounterTwo == 0) { _root.gotoAndPlay("MenuTwo"); } } }
Instance of Symbol 515 MovieClip "leftArmThree" in Frame 304
onClipEvent (load) { extreme = true; activated = false; playControl = false; } onClipEvent (enterFrame) { if (!activated) { this.gotoAndStop(1); } if (activated && (playControl == false)) { this.play(); playControl = true; } }
Instance of Symbol 515 MovieClip "leftArmTwo" in Frame 304
onClipEvent (load) { extreme = true; }
Instance of Symbol 515 MovieClip "leftArm" in Frame 304
onClipEvent (load) { extreme = true; }
Instance of Symbol 582 MovieClip in Frame 306
onClipEvent (load) { extreme = true; startRotation = false; rotationSpeed = 0.5; xSpeed = 0; ySpeed = 0; moveRight = false; moveUp = false; maxX = 10; maxY = 10; } onClipEvent (enterFrame) { if (startRotation) { _rotation = (_rotation + rotationSpeed); _x = (_x + xSpeed); _y = (_y + ySpeed); if (moveRight) { if (xSpeed < maxX) { xSpeed++; } } else if (xSpeed > (-maxX)) { xSpeed--; } if (moveUp) { if (ySpeed < maxY) { ySpeed++; } } else if (ySpeed > (-maxY)) { ySpeed--; } if (_x < 50) { moveRight = true; xSpeed = 0; _x = 60; } if (_x > 750) { moveRight = false; xSpeed = 0; _x = 740; } if (_y < 50) { moveUp = true; ySpeed = 0; _y = 60; } if (_y > 600) { moveUp = false; ySpeed = 0; _y = 590; } } }
Instance of Symbol 407 MovieClip in Frame 307
onClipEvent (load) { hitPoints = 600; deathCounter = 30; extreme = true; } onClipEvent (enterFrame) { if (hitPoints > 0) { if (injured) { this.fish.gotoAndStop("injured"); } else { this.fish.gotoAndStop(1); } } if (hitPoints == -1) { deathCounter--; _root.fade._alpha = _root.fade._alpha + 4; if (deathCounter == 0) { _global.extremeSeven = true; _root.gotoAndPlay("MenuTwo"); } } }
Instance of Symbol 613 MovieClip "dinosaur" in Frame 308
onClipEvent (load) { hitPoints = 500; deathCounter = 30; extreme = true; } onClipEvent (enterFrame) { if (hitPoints > 0) { if (injured) { this.head.gotoAndStop("injured"); } else { this.head.gotoAndStop(1); } } if (hitPoints == -1) { _global.extremeEight = true; deathCounter--; _root.fade._alpha = _root.fade._alpha + 4; if (deathCounter == 0) { _root.gotoAndPlay("MenuTwo"); } } }
Instance of Symbol 662 MovieClip "ballTwo" in Frame 308
onClipEvent (load) { rotationSpeed = 5; xSpeed = 15; } onClipEvent (enterFrame) { _rotation = (_rotation + rotationSpeed); _x = (_x + xSpeed); if (_x > 950) { _x = 900; rotationSpeed = -5; xSpeed = -15; } if (_x < -200) { _x = -150; rotationSpeed = 5; xSpeed = 15; } }
Instance of Symbol 662 MovieClip "ballOne" in Frame 308
onClipEvent (load) { rotationSpeed = 5; xSpeed = -15; } onClipEvent (enterFrame) { _rotation = (_rotation + rotationSpeed); _x = (_x + xSpeed); if (_x > 950) { _x = 900; rotationSpeed = -5; xSpeed = -15; } if (_x < -200) { _x = -150; rotationSpeed = 5; xSpeed = 15; } }
Instance of Symbol 662 MovieClip "ballThree" in Frame 308
onClipEvent (load) { rotationSpeed = 5; xSpeed = -15; } onClipEvent (enterFrame) { _rotation = (_rotation + rotationSpeed); _x = (_x + xSpeed); if (_x > 950) { _x = 900; rotationSpeed = -5; xSpeed = -15; } if (_x < -200) { _x = -150; rotationSpeed = 5; xSpeed = 15; } }
Instance of Symbol 662 MovieClip "ballFive" in Frame 308
onClipEvent (load) { rotationSpeed = 5; ySpeed = -15; } onClipEvent (enterFrame) { _rotation = (_rotation + rotationSpeed); _y = (_y + ySpeed); if (_y > 750) { _y = 700; rotationSpeed = -5; ySpeed = -15; } if (_y < -200) { _y = -150; rotationSpeed = 5; ySpeed = 15; } }
Instance of Symbol 662 MovieClip "ballFour" in Frame 308
onClipEvent (load) { rotationSpeed = 5; ySpeed = -15; } onClipEvent (enterFrame) { _rotation = (_rotation + rotationSpeed); _y = (_y + ySpeed); if (_y > 750) { _y = 700; rotationSpeed = -5; ySpeed = -15; } if (_y < -200) { _y = -150; rotationSpeed = 5; ySpeed = 15; } }
Instance of Symbol 641 MovieClip "tripBoss" in Frame 309
onClipEvent (load) { this.tripBall._xscale = 110; this.tripBall._yscale = 110; moveUp = false; hitPoints = 1200; deathCounter = 24; timer = 40; ySpeed = 0; changeDirection = true; attackOne = true; attackTwo = false; attackThree = false; } onClipEvent (enterFrame) { if ((hitPoints <= 0) && (hitPoints > -10)) { _x = (Stage.width / 2); _y = (Stage.height / 2); _alpha = 100; this.gotoAndPlay("death"); this.innerTrip.gotoAndStop(1); _root.enemyCounter++; _root.counterFunction(); hitPoints = -20; } if (hitPoints == -20) { deathCounter--; _root.fade._alpha = _root.fade._alpha + 5; if (deathCounter == 0) { _root.gotoAndPlay("MenuTwo"); } } if (hitPoints > 0) { if (injured) { this.innerTrip.gotoAndStop("injured"); } else { this.innerTrip.gotoAndStop(1); } if (timer > 0) { timer--; } if ((hitPoints < 800) && (hitPoints > 400)) { attackOne = false; attackTwo = true; } if (hitPoints <= 400) { attackTwo = false; attackThree = true; } if (attackOne) { this.gotoAndStop(1); if (timer == 5) { _alpha = 0; } if (timer == 20) { this.tripBall.gotoAndStop(2); } if (timer == 0) { this.tripBall.gotoAndStop(1); _x = _root.character._x; _y = _root.character._y; _xscale = (-_xscale); _alpha = 100; timer = 40; } } if (attackTwo) { this.gotoAndStop(2); if (timer == 5) { _alpha = 0; } if (timer == 15) { this.tripLine.play(); } if (timer == 0) { this.tripLine.gotoAndStop(1); _x = (Stage.width / 2); _y = _root.character._y; _xscale = (-_xscale); _alpha = 100; timer = 25; } } if (attackThree) { if (changeDirection) { this.gotoAndStop(2); if (timer == 5) { _alpha = 0; } if (timer == 15) { this.tripLine.play(); } if (timer == 0) { this.tripLine.gotoAndStop(1); changeDirection = false; _y = (Stage.height / 2); _x = _root.character._x; _xscale = (-_xscale); _alpha = 100; timer = 20; } } else { this.gotoAndStop(4); if (timer == 5) { _alpha = 0; } if (timer == 15) { this.tripLineTwo.play(); } if (timer == 0) { this.tripLineTwo.gotoAndStop(1); changeDirection = true; _y = _root.character._y; _x = (Stage.width / 2); _xscale = (-_xscale); _alpha = 100; timer = 20; } } } _y = (_y + ySpeed); if (moveUp) { ySpeed++; } else { ySpeed--; } if (ySpeed >= 10) { moveUp = false; ySpeed = 9; } if (ySpeed <= -10) { moveUp = true; ySpeed = -9; } } }
Frame 310
stop(); _root.aimer.removeMovieClip(); _root.machineGun.stop("machineGun"); Mouse.show();
Instance of Symbol 667 MovieClip "ufo" in Frame 310
onClipEvent (load) { extra = true; this.beam.gotoAndStop(1); }
Instance of Symbol 208 MovieClip "soundClip" in Frame 310
onClipEvent (load) { _root.musicOne.stop(); this.gotoAndStop(4); }
Instance of Symbol 680 MovieClip "parentEnemy" in Frame 310
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 680 MovieClip "parentEnemy" in Frame 310
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 680 MovieClip "parentEnemy" in Frame 310
onClipEvent (load) { this.gotoAndStop(1); }
Frame 311
function enemyDeath() { c = 1; while (c < 8000) { _root["enemy" + c].removeMovieClip(); _root["enemyTwo" + c].removeMovieClip(); c++; } } function gameOverFunction() { enemyDeath(); _root.gotoAndPlay("HighScore"); } stop(); reward = new Sound(); reward.attachSound("reward"); musicNumber = 1; musicControl = 1; musicOne.start(); qualityControl = 1; time = 2000; score = 0; keyListener = new Object(); mouseListener = new Object(); keyListener.onKeyDown = function () { if (Key.isDown(69)) { if ((musicNumber == 4) && (musicControl == 1)) { musicNumber = 1; musicTwo.stop(); _root.soundClip.gotoAndStop(1); musicControl = 2; } if ((musicNumber == 3) && (musicControl == 1)) { musicNumber = 4; musicTwo.stop(); _root.soundClip.gotoAndStop(4); musicControl = 2; } if ((musicNumber == 2) && (musicControl == 1)) { musicNumber = 3; musicOne.stop(); _root.soundClip.gotoAndStop(2); musicControl = 2; } if ((musicNumber == 1) && (musicControl == 1)) { musicNumber = 2; musicOne.stop(); _root.soundClip.gotoAndStop(3); musicControl = 2; } } if (Key.isDown(81)) { if ((_quality == "HIGH") && (qualityControl == 1)) { _quality = "LOW"; qualityControl = 2; } if ((_quality == "MEDIUM") && (qualityControl == 1)) { _quality = "HIGH"; qualityControl = 2; } if ((_quality == "LOW") && (qualityControl == 1)) { _quality = "MEDIUM"; qualityControl = 2; } } }; keyListener.onKeyUp = function () { if (!Key.isDown(81)) { qualityControl = 1; } if (!Key.isDown(69)) { musicControl = 1; } }; Key.addListener(keyListener); d = 1;
Instance of Symbol 680 MovieClip "parentEnemy" in Frame 311
onClipEvent (load) { if (_name != "parentEnemy") { startY = Math.floor((Math.random() * 75) + 525); _y = startY; moveSpeed = (Math.random() * 3) + 1.5; startRotation = _rotation; riseSpeed = 10; walking = true; rising = false; falling = false; } if (_name == "parentEnemy") { timer = 30; enemyCounter = 0; enemyControl = 25; maxEnemy = Math.floor(enemyControl); } } onClipEvent (enterFrame) { if (_name != "parentEnemy") { i = 1; while (i <= 5) { if (this.hitTest(_root["collector" + i])) { _root["collector" + i].personCounter--; _root.parentEnemy.enemyCounter--; this.removeMovieClip(); } i++; } if (walking) { _x = (_x - moveSpeed); this.gotoAndStop(1); } if (rising && (!this.hitTest(_root.ufo.stopBlock))) { _y = (_y - riseSpeed); this.gotoAndStop(2); } if (falling) { this.gotoAndStop(2); _y = (_y + 8); _rotation = (_rotation + 7); } if (this.hitTest(_root.ufo.beamSpot) && (_root.beamActive)) { rising = true; walking = false; falling = false; _x = _root._xmouse; } if (rising) { if (this.hitTest(_root.ufo.beam) && (_root.beamActive)) { rising = true; _x = _root._xmouse; } else { rising = false; } } if ((_y < startY) && (!rising)) { falling = true; walking = false; } if (_y >= startY) { _y = startY; _rotation = startRotation; falling = false; walking = true; } if (_x < -50) { _root.parentEnemy.enemyCounter--; this.removeMovieClip(); } } if (_name == "parentEnemy") { if (timer > 0) { timer--; } if (timer == 0) { if (enemyCounter < maxEnemy) { this.duplicateMovieClip("enemy" + _root.d, _root.d); _root.d++; enemyCounter++; } timer = 22; } } }
Instance of Symbol 680 MovieClip "parentEnemyTwo" in Frame 311
onClipEvent (load) { if (_name != "parentEnemyTwo") { startY = Math.floor((Math.random() * 75) + 525); _y = startY; moveSpeed = (Math.random() * 3) + 1.5; startRotation = _rotation; riseSpeed = 10; walking = true; rising = false; falling = false; } if (_name == "parentEnemyTwo") { timer = 30; enemyCounter = 0; enemyControl = 25; maxEnemy = Math.floor(enemyControl); } } onClipEvent (enterFrame) { if (_name != "parentEnemyTwo") { i = 1; while (i <= 5) { if (this.hitTest(_root["collector" + i])) { _root.parentEnemyTwo.enemyCounter--; _root["collector" + i].personCounter--; this.removeMovieClip(); } i++; } if (walking) { _x = (_x + moveSpeed); this.gotoAndStop(1); } if (rising && (!this.hitTest(_root.ufo.stopBlock))) { _y = (_y - riseSpeed); this.gotoAndStop(2); } if (falling) { this.gotoAndStop(2); _y = (_y + 8); _rotation = (_rotation + 7); } if (this.hitTest(_root.ufo.beamSpot) && (_root.beamActive)) { rising = true; walking = false; falling = false; _x = _root._xmouse; } if (rising) { if (this.hitTest(_root.ufo.beam) && (_root.beamActive)) { rising = true; _x = _root._xmouse; } else { rising = false; } } if ((_y < startY) && (!rising)) { falling = true; walking = false; } if (_y >= startY) { _y = startY; _rotation = startRotation; falling = false; walking = true; } if (_x > 857) { _root.parentEnemyTwo.enemyCounter--; this.removeMovieClip(); } } if (_name == "parentEnemyTwo") { if (timer > 0) { timer--; } if (timer == 0) { if (enemyCounter < maxEnemy) { this.duplicateMovieClip("enemy" + _root.d, _root.d); _root.d++; enemyCounter++; } timer = 22; } } }
Instance of Symbol 698 MovieClip "collector1" in Frame 311
onClipEvent (load) { _y = ((Math.random() * 250) + 100); moveSpeed = (Math.random() * 2) + 1; _x = -300; ySpeed = 0; personCounter = Math.ceil(Math.random() * 9); scoreNumber = personCounter * 100; this.personNumber.gotoAndStop(personCounter); } onClipEvent (enterFrame) { function startFunction() { _y = ((Math.random() * 250) + 100); _x = -100; ySpeed = 0; moveSpeed = (Math.random() * 2) + 1; personCounter = Math.ceil(Math.random() * 9); scoreNumber = personCounter * 100; } if (_x > 900) { startFunction(); } if (personCounter > 0) { _x = (_x + moveSpeed); this.personNumber.gotoAndStop(personCounter); } if (personCounter == 0) { _x = (_x + moveSpeed); this.personNumber.gotoAndStop(10); _y = (_y - ySpeed); ySpeed = ySpeed + 0.1; if (_y < -100) { _root.reward.start(); _root.score = _root.score + scoreNumber; _root.time = _root.time + 100; startFunction(); } } if (personCounter < 0) { _y = (_y - ySpeed); ySpeed = ySpeed + 0.3; this.personNumber.gotoAndStop(11); if (_y < -100) { _root.time = _root.time - 100; startFunction(); } } }
Instance of Symbol 698 MovieClip "collector2" in Frame 311
onClipEvent (load) { _y = ((Math.random() * 250) + 100); moveSpeed = (Math.random() * 2) + 1; _x = -200; ySpeed = 0; personCounter = Math.ceil(Math.random() * 9); this.personNumber.gotoAndStop(personCounter); scoreNumber = personCounter * 100; } onClipEvent (enterFrame) { function startFunction() { _y = ((Math.random() * 250) + 100); _x = -100; ySpeed = 0; moveSpeed = (Math.random() * 2) + 1; personCounter = Math.ceil(Math.random() * 9); scoreNumber = personCounter * 100; } if (_x > 900) { startFunction(); } if (personCounter > 0) { _x = (_x + moveSpeed); this.personNumber.gotoAndStop(personCounter); } if (personCounter == 0) { _x = (_x + moveSpeed); this.personNumber.gotoAndStop(10); _y = (_y - ySpeed); ySpeed = ySpeed + 0.1; if (_y < -100) { _root.reward.start(); _root.score = _root.score + scoreNumber; _root.time = _root.time + 75; startFunction(); } } if (personCounter < 0) { _y = (_y - ySpeed); ySpeed = ySpeed + 0.3; this.personNumber.gotoAndStop(11); if (_y < -100) { _root.time = _root.time - 75; startFunction(); } } }
Instance of Symbol 698 MovieClip "collector3" in Frame 311
onClipEvent (load) { moveSpeed = (Math.random() * 2) + 1; _y = ((Math.random() * 250) + 100); _x = 1000; ySpeed = 0; personCounter = Math.ceil(Math.random() * 9); this.personNumber.gotoAndStop(personCounter); scoreNumber = personCounter * 100; } onClipEvent (enterFrame) { function startFunction() { _y = ((Math.random() * 250) + 100); _x = 900; ySpeed = 0; moveSpeed = (Math.random() * 2) + 1; personCounter = Math.ceil(Math.random() * 9); scoreNumber = personCounter * 100; } if (_x < -100) { startFunction(); } if (personCounter > 0) { _x = (_x - moveSpeed); this.personNumber.gotoAndStop(personCounter); } if (personCounter == 0) { _x = (_x - moveSpeed); this.personNumber.gotoAndStop(10); _y = (_y - ySpeed); ySpeed = ySpeed + 0.1; if (_y < -100) { _root.reward.start(); _root.score = _root.score + scoreNumber; _root.time = _root.time + 75; startFunction(); } } if (personCounter < 0) { _y = (_y - ySpeed); ySpeed = ySpeed + 0.3; this.personNumber.gotoAndStop(11); if (_y < -100) { _root.time = _root.time - 75; startFunction(); } } }
Instance of Symbol 698 MovieClip "collector4" in Frame 311
onClipEvent (load) { moveSpeed = (Math.random() * 2) + 1; _x = 900; _y = ((Math.random() * 250) + 100); ySpeed = 0; personCounter = Math.ceil(Math.random() * 9); this.personNumber.gotoAndStop(personCounter); scoreNumber = personCounter * 100; } onClipEvent (enterFrame) { function startFunction() { _y = ((Math.random() * 250) + 100); _x = 900; ySpeed = 0; moveSpeed = (Math.random() * 2) + 1; personCounter = Math.ceil(Math.random() * 9); scoreNumber = personCounter * 100; } if (_x < -100) { startFunction(); } if (personCounter > 0) { _x = (_x - moveSpeed); this.personNumber.gotoAndStop(personCounter); } if (personCounter == 0) { _x = (_x - moveSpeed); this.personNumber.gotoAndStop(10); _y = (_y - ySpeed); ySpeed = ySpeed + 0.1; if (_y < -100) { _root.reward.start(); _root.score = _root.score + scoreNumber; _root.time = _root.time + 100; startFunction(); } } if (personCounter < 0) { _y = (_y - ySpeed); ySpeed = ySpeed + 0.3; this.personNumber.gotoAndStop(11); if (_y < -100) { _root.time = _root.time - 100; startFunction(); } } }
Instance of Symbol 698 MovieClip "collector5" in Frame 311
onClipEvent (load) { moveSpeed = (Math.random() * 2) + 1; _x = -100; _y = ((Math.random() * 250) + 100); ySpeed = 0; personCounter = Math.ceil(Math.random() * 9); this.personNumber.gotoAndStop(personCounter); scoreNumber = personCounter * 100; } onClipEvent (enterFrame) { function startFunction() { _y = ((Math.random() * 250) + 100); _x = -100; ySpeed = 0; moveSpeed = (Math.random() * 2) + 1; personCounter = Math.ceil(Math.random() * 9); scoreNumber = personCounter * 100; } if (_x > 900) { startFunction(); } if (personCounter > 0) { _x = (_x + moveSpeed); this.personNumber.gotoAndStop(personCounter); } if (personCounter == 0) { _x = (_x + moveSpeed); this.personNumber.gotoAndStop(10); _y = (_y - ySpeed); ySpeed = ySpeed + 0.1; if (_y < -100) { _root.reward.start(); _root.score = _root.score + scoreNumber; _root.time = _root.time + 50; startFunction(); } } if (personCounter < 0) { _y = (_y - ySpeed); ySpeed = ySpeed + 0.3; this.personNumber.gotoAndStop(11); if (_y < -100) { _root.time = _root.time - 50; startFunction(); } } }
Instance of Symbol 680 MovieClip "parentEnemyThree" in Frame 311
onClipEvent (load) { if (_name != "parentEnemyThree") { startY = Math.floor((Math.random() * 75) + 525); _y = startY; moveSpeed = (Math.random() * 3) + 1.5; startRotation = _rotation; riseSpeed = 10; walking = true; rising = false; falling = false; } if (_name == "parentEnemyThree") { timer = 30; enemyCounter = 0; enemyControl = 3; maxEnemy = Math.floor(enemyControl); } } onClipEvent (enterFrame) { if (_name != "parentEnemy") { i = 1; while (i <= 5) { if (this.hitTest(_root["collector" + i])) { _root["collector" + i].personCounter = -1; _root.parentEnemyThree.enemyCounter--; this.removeMovieClip(); } i++; } if (walking) { _x = (_x - moveSpeed); this.gotoAndStop(1); } if (rising && (!this.hitTest(_root.ufo.stopBlock))) { _y = (_y - riseSpeed); this.gotoAndStop(2); } if (falling) { this.gotoAndStop(2); _y = (_y + 8); _rotation = (_rotation + 7); } if (this.hitTest(_root.ufo.beamSpot) && (_root.beamActive)) { rising = true; walking = false; falling = false; _x = _root._xmouse; } if (rising) { if (this.hitTest(_root.ufo.beam) && (_root.beamActive)) { rising = true; _x = _root._xmouse; } else { rising = false; } } if ((_y < startY) && (!rising)) { falling = true; walking = false; } if (_y >= startY) { _y = startY; _rotation = startRotation; falling = false; walking = true; } if (_x < -50) { _root.parentEnemyThree.enemyCounter--; this.removeMovieClip(); } } if (_name == "parentEnemyThree") { if (timer > 0) { timer--; } if (timer == 0) { if (enemyCounter < maxEnemy) { this.duplicateMovieClip("enemy" + _root.d, _root.d); _root.d++; enemyCounter++; } timer = 75; } } }
Instance of Symbol 680 MovieClip "parentEnemyFour" in Frame 311
onClipEvent (load) { if (_name != "parentEnemyFour") { startY = Math.floor((Math.random() * 75) + 525); _y = startY; moveSpeed = (Math.random() * 3) + 1.5; startRotation = _rotation; riseSpeed = 10; walking = true; rising = false; falling = false; } if (_name == "parentEnemyFour") { timer = 30; enemyCounter = 0; enemyControl = 2; maxEnemy = Math.floor(enemyControl); } } onClipEvent (enterFrame) { if (_name != "parentEnemyFour") { i = 1; while (i <= 5) { if (this.hitTest(_root["collector" + i])) { _root["collector" + i].personCounter = -1; _root.parentEnemyFour.enemyCounter--; this.removeMovieClip(); } i++; } if (walking) { _x = (_x + moveSpeed); this.gotoAndStop(1); } if (rising && (!this.hitTest(_root.ufo.stopBlock))) { _y = (_y - riseSpeed); this.gotoAndStop(2); } if (falling) { this.gotoAndStop(2); _y = (_y + 8); _rotation = (_rotation + 7); } if (this.hitTest(_root.ufo.beamSpot) && (_root.beamActive)) { rising = true; walking = false; falling = false; _x = _root._xmouse; } if (rising) { if (this.hitTest(_root.ufo.beam) && (_root.beamActive)) { rising = true; _x = _root._xmouse; } else { rising = false; } } if ((_y < startY) && (!rising)) { falling = true; walking = false; } if (_y >= startY) { _y = startY; _rotation = startRotation; falling = false; walking = true; } if (_x > 875) { _root.parentEnemyFour.enemyCounter--; this.removeMovieClip(); } } if (_name == "parentEnemyFour") { if (timer > 0) { timer--; } if (timer == 0) { if (enemyCounter < maxEnemy) { this.duplicateMovieClip("enemy" + _root.d, _root.d); _root.d++; enemyCounter++; } timer = 75; } } }
Instance of Symbol 667 MovieClip "ufo" in Frame 311
onClipEvent (load) { extra = true; } onClipEvent (enterFrame) { _root.aimer.removeMovieClip(); _root.time--; if (_root.time <= 0) { _root.gameOverFunction(); } if (_root._ymouse < 500) { Mouse.hide(); } else { Mouse.show(); } this.gotoAndStop(1); _x = _root._xmouse; if (_root._ymouse < 500) { _y = _root._ymouse; } } onClipEvent (mouseDown) { this.beam.gotoAndStop(4); _root.beamActive = true; } onClipEvent (mouseUp) { this.beam.gotoAndStop(1); _root.beamActive = false; }
Instance of Symbol 208 MovieClip "soundClip" in Frame 311
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 200 MovieClip in Frame 311
onClipEvent (load) { _global.highScore = _global.extraHigh; } onClipEvent (enterFrame) { _global.currentScore = _root.score; if (_global.currentScore > _global.extraHigh) { _global.extraHigh = _global.currentScore; _global.highScore = _global.extraHigh; } }
Frame 312
_root.machineGun.stop("machineGun"); _root.musicOne.stop();
Frame 331
stop(); Mouse.show();
Frame 339
stop(); gotoAndPlay ("MenuTwo");
Frame 340
_root.machineGun.stop("machineGun"); _root.musicOne.stop();
Frame 359
stop(); Mouse.show();
Frame 367
stop(); gotoAndPlay ("MenuTwo");
Frame 368
stop(); Mouse.show();
Frame 376
stop(); gotoAndPlay ("MenuTwo");
Frame 377
currentScore = _global.currentScore; highScore = _global.highScore; _root.machineGun.stop("machineGun"); _root.musicOne.stop(); Mouse.show();
Instance of Symbol 717 MovieClip in Frame 377
onClipEvent (load) { if (_root.currentScore == _root.highScore) { this._visible = true; } else { _visible = false; } }
Frame 396
stop(); Mouse.show();
Frame 404
stop(); gotoAndPlay ("MenuTwo");
Symbol 67 Button
on (release) { _root.play(); }
Symbol 68 MovieClip Frame 143
_root.play(); stop();
Symbol 74 Button
on (press) { _root.play(); }
Symbol 82 MovieClip Frame 1
stop();
Symbol 85 MovieClip Frame 1
stop();
Symbol 88 MovieClip Frame 1
stop();
Symbol 91 MovieClip Frame 1
stop();
Symbol 94 MovieClip Frame 1
stop();
Symbol 100 Button
on (release) { getURL ("http://www.armorgames.com/", "_blank"); }
Symbol 107 MovieClip Frame 1
stop();
Symbol 110 MovieClip Frame 1
stop();
Symbol 110 MovieClip Frame 50
stop();
Symbol 110 MovieClip Frame 51
stop();
Symbol 140 Button
on (press) { _global.enemyCounterControl = 0; _global.stageName = "walkerPro"; _root.gotoAndPlay("Progressive"); }
Symbol 141 Button
on (press) { if (_global.stageThree) { _global.enemyCounterControl = 70; _global.backGroundControl = 3; _global.stageName = "laserPro"; _root.gotoAndPlay("Progressive"); } }
Symbol 142 Button
on (press) { if (_global.stageFour) { _global.enemyCounterControl = 71; _global.backGroundControl = 4; _global.stageName = "bombPro"; _root.gotoAndPlay("Progressive"); } }
Symbol 143 Button
on (press) { if (_global.stageTwo) { _global.enemyCounterControl = 60; _global.backGroundControl = 2; _global.stageName = "turretPro"; _root.gotoAndPlay("Progressive"); } }
Symbol 144 Button
on (press) { if (_global.stageSix) { _global.enemyCounterControl = 115; _global.backGroundControl = 6; _global.stageName = "plantPro"; _root.gotoAndPlay("Progressive"); } }
Symbol 145 Button
on (press) { if (_global.stageSeven) { _global.enemyCounterControl = 116; _global.backGroundControl = 7; _global.stageName = "spikePro"; _root.gotoAndPlay("Progressive"); } }
Symbol 146 Button
on (press) { if (_global.stageFive) { _global.enemyCounterControl = 100; _global.backGroundControl = 5; _global.stageName = "spinnerPro"; _root.gotoAndPlay("Progressive"); } }
Symbol 147 Button
on (press) { if (_global.stageEight) { _global.enemyCounterControl = 116; _global.backGroundControl = 8; _global.stageName = "spikeTwoPro"; _root.gotoAndPlay("Progressive"); } }
Symbol 148 Button
on (press) { if (_global.stageThirteen) { _global.enemyCounterControl = 144; _global.backGroundControl = 13; _global.stageName = "ufoPro"; _root.gotoAndPlay("Progressive"); } }
Symbol 149 Button
on (press) { if (_global.stageTen) { _global.enemyCounterControl = 117; _global.backGroundControl = 10; _global.stageName = "bombTwoPro"; _root.gotoAndPlay("Progressive"); } }
Symbol 150 Button
on (press) { if (_global.stageNine) { _global.enemyCounterControl = 116; _global.backGroundControl = 9; _global.stageName = "robotPro"; _root.gotoAndPlay("Progressive"); } }
Symbol 151 Button
on (press) { if (_global.stageTwelve) { _global.enemyCounterControl = 143; _global.backGroundControl = 12; _global.stageName = "puppetPro"; _root.gotoAndPlay("Progressive"); } }
Symbol 152 Button
on (press) { if (_global.stageEleven) { _global.enemyCounterControl = 140; _global.backGroundControl = 11; _global.stageName = "ghostPro"; _root.gotoAndPlay("Progressive"); } }
Symbol 153 Button
on (press) { if (_global.stageFourteen) { _global.enemyCounterControl = 165; _global.backGroundControl = 14; _global.stageName = "asteroidPro"; _root.gotoAndPlay("Progressive"); } }
Symbol 154 Button
on (press) { if (_global.stageSeventeen) { _global.enemyCounterControl = 169; _global.backGroundControl = 17; _global.stageName = "fishPro"; _root.gotoAndPlay("Progressive"); } }
Symbol 155 Button
on (press) { if (_global.stageFifteen) { _global.enemyCounterControl = 165; _global.backGroundControl = 15; _global.stageName = "alienPro"; _root.gotoAndPlay("Progressive"); } }
Symbol 156 Button
on (press) { if (_global.stageSixteen) { _global.enemyCounterControl = 166; _global.backGroundControl = 16; _global.stageName = "sharkPro"; _root.gotoAndPlay("Progressive"); } }
Symbol 157 Button
on (press) { if (_global.stageEighteen) { _global.enemyCounterControl = 173; _global.backGroundControl = 18; _global.stageName = "lavaPro"; _root.gotoAndPlay("Progressive"); } }
Symbol 158 Button
on (press) { if (_global.stageTwentyOne) { _global.enemyCounterControl = 174; _global.backGroundControl = 21; _global.stageName = "tripPro"; _root.gotoAndPlay("Progressive"); } }
Symbol 159 Button
on (press) { if (_global.stageNineteen) { _global.enemyCounterControl = 174; _global.backGroundControl = 19; _global.stageName = "crayonPro"; _root.gotoAndPlay("Progressive"); } }
Symbol 160 Button
on (press) { if (_global.stageTwenty) { _global.enemyCounterControl = 174; _global.backGroundControl = 20; _global.stageName = "dinosaurPro"; _root.gotoAndPlay("Progressive"); } }
Symbol 161 Button
on (press) { _root.menuOpen = false; _root.window.gotoAndStop(1); }
Symbol 162 MovieClip Frame 4
stop();
Instance of Symbol 97 MovieClip in Symbol 162 MovieClip Frame 4
onClipEvent (load) { if (_global.stageTwo) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 162 MovieClip Frame 4
onClipEvent (load) { if (_global.stageThree) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 162 MovieClip Frame 4
onClipEvent (load) { if (_global.stageFour) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 162 MovieClip Frame 4
onClipEvent (load) { if (_global.stageFive) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 162 MovieClip Frame 4
onClipEvent (load) { if (_global.stageEight) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 162 MovieClip Frame 4
onClipEvent (load) { if (_global.stageNine) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 162 MovieClip Frame 4
onClipEvent (load) { if (_global.stageTen) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 162 MovieClip Frame 4
onClipEvent (load) { if (_global.stageEleven) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 162 MovieClip Frame 4
onClipEvent (load) { if (_global.stageFourteen) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 162 MovieClip Frame 4
onClipEvent (load) { if (_global.stageFifteen) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 162 MovieClip Frame 4
onClipEvent (load) { if (_global.stageSixteen) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 162 MovieClip Frame 4
onClipEvent (load) { if (_global.stageSeventeen) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 162 MovieClip Frame 4
onClipEvent (load) { if (_global.stageSix) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 162 MovieClip Frame 4
onClipEvent (load) { if (_global.stageSeven) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 162 MovieClip Frame 4
onClipEvent (load) { if (_global.stageTwelve) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 162 MovieClip Frame 4
onClipEvent (load) { if (_global.stageThirteen) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 162 MovieClip Frame 4
onClipEvent (load) { if (_global.stageTwenty) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 162 MovieClip Frame 4
onClipEvent (load) { if (_global.stageTwentyOne) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 162 MovieClip Frame 4
onClipEvent (load) { if (_global.stageEighteen) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 162 MovieClip Frame 4
onClipEvent (load) { if (_global.stageNineteen) { _visible = false; } else { _visible = true; } }
Symbol 164 Button
on (press) { _global.endlessTwo = true; _global.stageName = "walkerEnd"; _root.gotoAndPlay("Endless"); }
Symbol 165 Button
on (press) { if (_global.endlessTwo) { _global.endlessThree = true; _global.stageName = "bombEnd"; _root.gotoAndPlay("Endless"); } }
Symbol 166 Button
on (press) { if (_global.endlessFour) { _global.endlessFive = true; _global.stageName = "spikeEnd"; _root.gotoAndPlay("Endless"); } }
Symbol 167 Button
on (press) { if (_global.endlessThree) { _global.endlessFour = true; _global.stageName = "spinnerEnd"; _root.gotoAndPlay("Endless"); } }
Symbol 168 Button
on (press) { if (_global.endlessFive) { _global.endlessSix = true; _global.stageName = "spikeTwoEnd"; _root.gotoAndPlay("Endless"); } }
Symbol 169 Button
on (press) { if (_global.endlessEight) { _global.endlessNine = true; _global.stageName = "ufoEnd"; _root.gotoAndPlay("Endless"); } }
Symbol 170 Button
on (press) { if (_global.endlessSix) { _global.endlessSeven = true; _global.stageName = "bombTwoEnd"; _root.gotoAndPlay("Endless"); } }
Symbol 171 Button
on (press) { if (_global.endlessSeven) { _global.endlessEight = true; _global.stageName = "ghostEnd"; _root.gotoAndPlay("Endless"); } }
Symbol 172 Button
on (press) { if (_global.endlessNine) { _global.endlessTen = true; _global.stageName = "sharkEnd"; _root.gotoAndPlay("Endless"); } }
Symbol 173 Button
on (press) { if (_global.endlessTen) { _global.stageName = "crayonEnd"; _root.gotoAndPlay("Endless"); } }
Symbol 174 MovieClip Frame 4
stop();
Instance of Symbol 97 MovieClip in Symbol 174 MovieClip Frame 4
onClipEvent (load) { if (_global.endlessTwo) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 174 MovieClip Frame 4
onClipEvent (load) { if (_global.endlessThree) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 174 MovieClip Frame 4
onClipEvent (load) { if (_global.endlessFive) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 174 MovieClip Frame 4
onClipEvent (load) { if (_global.endlessSix) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 174 MovieClip Frame 4
onClipEvent (load) { if (_global.endlessSeven) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 174 MovieClip Frame 4
onClipEvent (load) { if (_global.endlessNine) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 174 MovieClip Frame 4
onClipEvent (load) { if (_global.endlessFour) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 174 MovieClip Frame 4
onClipEvent (load) { if (_global.endlessEight) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 174 MovieClip Frame 4
onClipEvent (load) { if (_global.endlessTen) { _visible = false; } else { _visible = true; } }
Symbol 176 Button
on (press) { _global.survivalTwo = true; _global.stageName = "walkerSur"; _root.gotoAndPlay("Survival"); }
Symbol 177 Button
on (press) { if (_global.survivalTwo) { _global.survivalThree = true; _global.stageName = "bombSur"; _root.gotoAndPlay("Survival"); } }
Symbol 178 Button
on (press) { if (_global.survivalThree) { _global.survivalFour = true; _global.stageName = "spinnerSur"; _root.gotoAndPlay("Survival"); } }
Symbol 179 Button
on (press) { if (_global.survivalSix) { _global.survivalSeven = true; _global.stageName = "ufoSur"; _root.gotoAndPlay("Survival"); } }
Symbol 180 Button
on (press) { if (_global.survivalFour) { _global.survivalFive = true; _global.stageName = "bombTwoSur"; _root.gotoAndPlay("Survival"); } }
Symbol 181 Button
on (press) { if (_global.survivalFive) { _global.survivalSix = true; _global.stageName = "ghostSur"; _root.gotoAndPlay("Survival"); } }
Symbol 182 Button
on (press) { if (_global.survivalSeven) { _global.survivalEight = true; _global.stageName = "sharkSur"; _root.gotoAndPlay("Survival"); } }
Symbol 183 MovieClip Frame 4
stop();
Instance of Symbol 97 MovieClip in Symbol 183 MovieClip Frame 4
onClipEvent (load) { if (_global.survivalTwo) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 183 MovieClip Frame 4
onClipEvent (load) { if (_global.survivalThree) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 183 MovieClip Frame 4
onClipEvent (load) { if (_global.survivalFour) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 183 MovieClip Frame 4
onClipEvent (load) { if (_global.survivalFive) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 183 MovieClip Frame 4
onClipEvent (load) { if (_global.survivalSeven) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 183 MovieClip Frame 4
onClipEvent (load) { if (_global.survivalSix) { _visible = false; } else { _visible = true; } }
Symbol 185 Button
on (press) { _global.stageName = "laserEx"; _root.gotoAndPlay("Extreme"); }
Symbol 186 Button
on (press) { if (_global.extremeTwo) { _global.stageName = "plantEx"; _root.gotoAndPlay("Extreme"); } }
Symbol 187 Button
on (press) { if (_global.extremeThree) { _global.stageName = "robotEx"; _root.gotoAndPlay("Extreme"); } }
Symbol 188 Button
on (press) { if (_global.extremeFour) { _global.stageName = "puppetEx"; _root.gotoAndPlay("Extreme"); } }
Symbol 189 Button
on (press) { if (_global.extremeFive) { _global.stageName = "alienEx"; _root.gotoAndPlay("Extreme"); } }
Symbol 190 Button
on (press) { if (_global.extremeSix) { _global.stageName = "lavaEx"; _root.gotoAndPlay("Extreme"); } }
Symbol 191 Button
on (press) { if (_global.extremeEight) { _global.stageName = "tripEx"; _root.gotoAndPlay("Extreme"); } }
Symbol 192 Button
on (press) { if (_global.extremeSeven) { _global.stageName = "dinosaurEx"; _root.gotoAndPlay("Extreme"); } }
Symbol 193 MovieClip Frame 4
stop();
Instance of Symbol 97 MovieClip in Symbol 193 MovieClip Frame 4
onClipEvent (load) { if (_global.extremeThree) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 193 MovieClip Frame 4
onClipEvent (load) { if (_global.extremeFive) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 193 MovieClip Frame 4
onClipEvent (load) { if (_global.extremeTwo) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 193 MovieClip Frame 4
onClipEvent (load) { if (_global.extremeFour) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 193 MovieClip Frame 4
onClipEvent (load) { if (_global.extremeSeven) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 193 MovieClip Frame 4
onClipEvent (load) { if (_global.extremeEight) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 193 MovieClip Frame 4
onClipEvent (load) { if (_global.extremeSix) { _visible = false; } else { _visible = true; } }
Symbol 196 Button
on (press) { _root.gotoAndStop("Extras"); }
Symbol 197 MovieClip Frame 4
stop();
Symbol 198 MovieClip Frame 1
stop();
Symbol 208 MovieClip Frame 1
stop();
Symbol 208 MovieClip Frame 2
stop();
Symbol 208 MovieClip Frame 3
stop();
Instance of Symbol 216 MovieClip in Symbol 217 MovieClip Frame 1
onClipEvent (enterFrame) { if (_quality == "LOW") { this.gotoAndStop(1); } if (_quality == "MEDIUM") { this.gotoAndStop(2); } if (_quality == "HIGH") { this.gotoAndStop(3); } }
Symbol 228 MovieClip Frame 1
stop();
Instance of Symbol 231 MovieClip "life" in Symbol 233 MovieClip Frame 1
onClipEvent (enterFrame) { if (_width > 400) { _root.deathFunction(); } }
Symbol 238 MovieClip Frame 1
stop();
Symbol 256 MovieClip Frame 1
stop();
Instance of Symbol 243 MovieClip "characterBase" in Symbol 256 MovieClip Frame 1
onClipEvent (load) { _visible = false; }
Symbol 256 MovieClip Frame 25
gotoAndPlay (2);
Symbol 259 MovieClip Frame 1
stop();
Symbol 259 MovieClip Frame 2
stop();
Symbol 264 MovieClip Frame 1
stop();
Symbol 266 MovieClip Frame 1
stop();
Instance of Symbol 262 MovieClip in Symbol 266 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (mouseDown) { if (_root.character.survival) { _visible = false; } else { _visible = true; } } onClipEvent (mouseUp) { _visible = false; }
Instance of Symbol 264 MovieClip in Symbol 266 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.mouseActive) { this.play(); } else { this.gotoAndStop(1); } }
Instance of Symbol 256 MovieClip "legs" in Symbol 269 MovieClip Frame 1
onClipEvent (load) { goRight = true; goLeft = false; } onClipEvent (enterFrame) { if (Key.isDown(68)) { if (!goRight) { _xscale = (-_xscale); _x = _parent.body._x; goRight = true; goLeft = false; } } if (Key.isDown(65)) { if (!goLeft) { _xscale = (-_xscale); _x = _parent.body._x; goLeft = true; goRight = false; } } }
Instance of Symbol 266 MovieClip "arm" in Symbol 269 MovieClip Frame 1
onClipEvent (enterFrame) { _rotation = _parent.rotation; updateAfterEvent(); }
Instance of Symbol 268 MovieClip "line" in Symbol 269 MovieClip Frame 1
onClipEvent (load) { _visible = false; }
Instance of Symbol 243 MovieClip "hitSection" in Symbol 269 MovieClip Frame 1
onClipEvent (load) { _visible = false; }
Instance of Symbol 275 MovieClip in Symbol 276 MovieClip Frame 1
onClipEvent (load) { _parent._visible = false; } onClipEvent (enterFrame) { if (!dropDown) { if (hitTest(_root.character.legs.characterBase) && (_root.character.vel_y <= 0)) { hit = "floor"; _root.conCirc.hitFunction(hit); _root.character._y = ((_parent._y - _parent._height) - _root.character.line._height) + 1; } } }
Instance of Symbol 275 MovieClip in Symbol 287 MovieClip Frame 1
onClipEvent (load) { _parent._visible = false; } onClipEvent (enterFrame) { if (!_root.dropDown) { if (hitTest(_root.character.legs.characterBase) && (_root.character.vel_y <= 0)) { hit = "floor"; _root.conCirc.hitFunction(hit); _root.character._y = ((_parent._y - _parent._height) - _root.character.line._height) + 1; } } }
Symbol 295 MovieClip Frame 1
stop();
Symbol 298 MovieClip Frame 1
stop();
Instance of Symbol 305 MovieClip in Symbol 306 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (_root.character.body.hitTest(this)) { _root.character._x = _parent._x + _parent._width; hit = "left"; _root.conCirc.hitFunction(hit); } }
Symbol 344 MovieClip Frame 1
explosion = new Sound(); explosion.attachSound("explosion"); explosion.start();
Symbol 344 MovieClip Frame 9
stop();
Instance of Symbol 200 MovieClip in Symbol 344 MovieClip Frame 9
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { _parent._parent.removeMovieClip(); }
Instance of Symbol 243 MovieClip in Symbol 345 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (_parent.activated) { if (hitTest(_root.hitPrecision) && (_root.mouseActive)) { _parent.injured = true; } else { _parent.injured = false; } } }
Instance of Symbol 337 MovieClip in Symbol 345 MovieClip Frame 2
onClipEvent (enterFrame) { _parent.hitPoints--; }
Instance of Symbol 243 MovieClip in Symbol 349 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (_parent.activated) { if (hitTest(_root.hitPrecision) && (_root.mouseActive)) { _parent.injured = true; } else { _parent.injured = false; } } }
Instance of Symbol 348 MovieClip in Symbol 349 MovieClip Frame 2
onClipEvent (enterFrame) { _parent.hitPoints--; }
Instance of Symbol 243 MovieClip in Symbol 355 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (hitTest(_root.hitPrecision) && (_root.mouseActive)) { _parent.injured = true; } else { _parent.injured = false; } }
Instance of Symbol 354 MovieClip in Symbol 355 MovieClip Frame 2
onClipEvent (enterFrame) { _parent.hitPoints--; }
Instance of Symbol 243 MovieClip in Symbol 360 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (_parent.activated) { if (hitTest(_root.hitPrecision) && (_root.mouseActive)) { _parent.injured = true; } else { _parent.injured = false; } } }
Instance of Symbol 359 MovieClip in Symbol 360 MovieClip Frame 2
onClipEvent (enterFrame) { _parent.hitPoints--; }
Instance of Symbol 345 MovieClip "brain" in Symbol 361 MovieClip Frame 1
onClipEvent (load) { extreme = _parent.extreme; injured = false; if (extreme) { hitPoints = 300; } else { hitPoints = 100; } activated = false; } onClipEvent (enterFrame) { if (hitPoints == 0) { _parent.deathCounter++; this.gotoAndStop("death"); hitPoints = -1; } if (hitPoints > 0) { if (injured) { this.gotoAndStop("injured"); } else { this.gotoAndStop(1); } } }
Instance of Symbol 349 MovieClip "glassHead" in Symbol 361 MovieClip Frame 1
onClipEvent (load) { extreme = _parent.extreme; injured = false; if (extreme) { hitPoints = 150; } else { hitPoints = 50; } activated = false; } onClipEvent (enterFrame) { if (hitPoints == 0) { _parent.deathCounter++; this.gotoAndStop("death"); hitPoints = -1; } if (hitPoints > 0) { if (injured) { this.gotoAndStop("injured"); } else { this.gotoAndStop(1); } } }
Instance of Symbol 355 MovieClip in Symbol 361 MovieClip Frame 1
onClipEvent (load) { extreme = _parent.extreme; injured = false; if (extreme) { hitPoints = 175; } else { hitPoints = 75; } } onClipEvent (enterFrame) { if (hitPoints == 0) { _parent.deathCounter++; this.gotoAndStop("death"); hitPoints = -1; } if (hitPoints > 0) { if (injured) { this.gotoAndStop("injured"); } else { this.gotoAndStop(1); } } }
Instance of Symbol 355 MovieClip in Symbol 361 MovieClip Frame 1
onClipEvent (load) { extreme = _parent.extreme; injured = false; if (extreme) { hitPoints = 175; } else { hitPoints = 75; } } onClipEvent (enterFrame) { if (hitPoints == 0) { _parent.deathCounter++; this.gotoAndStop("death"); hitPoints = -1; } if (hitPoints > 0) { if (injured) { this.gotoAndStop("injured"); } else { this.gotoAndStop(1); } } }
Instance of Symbol 360 MovieClip "earOne" in Symbol 361 MovieClip Frame 1
onClipEvent (load) { extreme = _parent.extreme; injured = false; if (extreme) { hitPoints = 175; } else { hitPoints = 75; } activated = false; } onClipEvent (enterFrame) { if (hitPoints == 0) { _parent.deathCounter++; this.gotoAndStop("death"); hitPoints = -1; } if (hitPoints > 0) { if (injured) { this.gotoAndStop("injured"); } else { this.gotoAndStop(1); } } }
Instance of Symbol 360 MovieClip "earTwo" in Symbol 361 MovieClip Frame 1
onClipEvent (load) { extreme = _parent.extreme; injured = false; if (extreme) { hitPoints = 175; } else { hitPoints = 75; } activated = false; } onClipEvent (enterFrame) { if (hitPoints == 0) { _parent.deathCounter++; this.gotoAndStop("death"); hitPoints = -1; } if (hitPoints > 0) { if (injured) { this.gotoAndStop("injured"); } else { this.gotoAndStop(1); } } }
Symbol 391 MovieClip Frame 1
stop();
Instance of Symbol 389 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (load) { timer = 45; } onClipEvent (enterFrame) { if (timer > 0) { timer--; } else { this.gotoAndStop("idle"); } }
Symbol 406 MovieClip Frame 1
stop();
Instance of Symbol 243 MovieClip in Symbol 406 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (hitTest(_root.hitPrecision) && (_root.mouseActive)) { _parent._parent.injured = true; } else { _parent._parent.injured = false; } }
Instance of Symbol 243 MovieClip in Symbol 406 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 405 MovieClip in Symbol 406 MovieClip Frame 2
onClipEvent (enterFrame) { if (_parent._parent.hitPoints > 0) { _parent._parent.hitPoints--; } }
Instance of Symbol 406 MovieClip "fish" in Symbol 407 MovieClip Frame 35
onClipEvent (load) { if (_parent.hitPoints == 0) { _root.enemyCounter++; _root.counterFunction(); _parent.hitPoints = -1; _parent.gotoAndPlay("death"); } }
Instance of Symbol 406 MovieClip "fish" in Symbol 407 MovieClip Frame 80
onClipEvent (load) { if (_parent.hitPoints == 0) { _root.enemyCounter++; _root.counterFunction(); _parent.hitPoints = -1; _parent.gotoAndPlay("death"); } }
Instance of Symbol 406 MovieClip "fish" in Symbol 407 MovieClip Frame 110
onClipEvent (load) { if (_parent.hitPoints == 0) { _root.enemyCounter++; _root.counterFunction(); _parent.hitPoints = -1; _parent.gotoAndPlay("death"); } }
Instance of Symbol 406 MovieClip "fish" in Symbol 407 MovieClip Frame 135
onClipEvent (load) { if (_parent.hitPoints == 0) { _root.enemyCounter++; _root.counterFunction(); _parent.hitPoints = -1; _parent.gotoAndPlay("death"); } }
Instance of Symbol 406 MovieClip "fish" in Symbol 407 MovieClip Frame 160
onClipEvent (load) { if (_parent.hitPoints == 0) { _root.enemyCounter++; _root.counterFunction(); _parent.hitPoints = -1; _parent.gotoAndPlay("death"); } }
Instance of Symbol 406 MovieClip "fish" in Symbol 407 MovieClip Frame 185
onClipEvent (load) { if (_parent.hitPoints == 0) { _root.enemyCounter++; _root.counterFunction(); _parent.hitPoints = -1; _parent.gotoAndPlay("death"); } }
Instance of Symbol 406 MovieClip "fish" in Symbol 407 MovieClip Frame 210
onClipEvent (load) { if (_parent.hitPoints == 0) { _root.enemyCounter++; _root.counterFunction(); _parent.hitPoints = -1; _parent.gotoAndPlay("death"); } }
Instance of Symbol 406 MovieClip "fish" in Symbol 407 MovieClip Frame 260
onClipEvent (load) { if (_parent.hitPoints == 0) { _root.enemyCounter++; _root.counterFunction(); _parent.hitPoints = -1; _parent.gotoAndPlay("death"); } }
Instance of Symbol 406 MovieClip "fish" in Symbol 407 MovieClip Frame 310
onClipEvent (load) { if (_parent.hitPoints == 0) { _root.enemyCounter++; _root.counterFunction(); _parent.hitPoints = -1; _parent.gotoAndPlay("death"); } }
Symbol 407 MovieClip Frame 320
gotoAndPlay (1);
Instance of Symbol 406 MovieClip "fish" in Symbol 407 MovieClip Frame 345
onClipEvent (load) { if (_parent.extreme) { _global.extremeSeven = true; } }
Symbol 407 MovieClip Frame 375
_root.backGround.play();
Symbol 416 MovieClip Frame 27
stop();
Symbol 416 MovieClip Frame 43
_root.nextFrame();
Symbol 416 MovieClip Frame 50
stop();
Symbol 416 MovieClip Frame 51
_root.blueFlash.play();
Instance of Symbol 295 MovieClip in Symbol 416 MovieClip Frame 51
onClipEvent (load) { this.gotoAndStop("left"); timer = 30; _alpha = 0; } onClipEvent (enterFrame) { if (timer > 0) { timer--; if (_alpha < 100) { _alpha = (_alpha + 20); } } else if (_alpha > 0) { _alpha = (_alpha - 20); } else { this.gotoAndStop("idle"); } }
Instance of Symbol 298 MovieClip in Symbol 416 MovieClip Frame 60
onClipEvent (load) { this.gotoAndStop("right"); timer = 30; _alpha = 0; } onClipEvent (enterFrame) { if (timer > 0) { timer--; if (_alpha < 100) { _alpha = (_alpha + 20); } } else if (_alpha > 0) { _alpha = (_alpha - 20); } else { this.gotoAndStop("idle"); } }
Symbol 416 MovieClip Frame 97
_root.nextFrame();
Symbol 416 MovieClip Frame 102
stop();
Symbol 416 MovieClip Frame 130
_root.nextFrame();
Symbol 416 MovieClip Frame 135
stop();
Symbol 416 MovieClip Frame 155
_root.nextFrame();
Symbol 416 MovieClip Frame 160
stop();
Instance of Symbol 298 MovieClip in Symbol 416 MovieClip Frame 161
onClipEvent (load) { this.gotoAndStop("up"); timer = 30; _alpha = 0; } onClipEvent (enterFrame) { if (timer > 0) { timer--; if (_alpha < 100) { _alpha = (_alpha + 20); } } else if (_alpha > 0) { _alpha = (_alpha - 20); } else { this.gotoAndStop("idle"); } }
Symbol 416 MovieClip Frame 177
_root.nextFrame();
Symbol 416 MovieClip Frame 196
stop();
Instance of Symbol 295 MovieClip in Symbol 416 MovieClip Frame 197
onClipEvent (load) { this.gotoAndStop("left"); timer = 30; _alpha = 0; } onClipEvent (enterFrame) { if (timer > 0) { timer--; if (_alpha < 100) { _alpha = (_alpha + 20); } } else if (_alpha > 0) { _alpha = (_alpha - 20); } else { this.gotoAndStop("idle"); } }
Symbol 416 MovieClip Frame 224
_root.nextFrame();
Symbol 416 MovieClip Frame 229
stop();
Instance of Symbol 295 MovieClip in Symbol 416 MovieClip Frame 230
onClipEvent (load) { this.gotoAndStop("up"); timer = 30; _alpha = 0; } onClipEvent (enterFrame) { if (timer > 0) { timer--; if (_alpha < 100) { _alpha = (_alpha + 20); } } else if (_alpha > 0) { _alpha = (_alpha - 20); } else { this.gotoAndStop("idle"); } }
Symbol 416 MovieClip Frame 256
_root.nextFrame();
Symbol 416 MovieClip Frame 261
stop();
Instance of Symbol 298 MovieClip in Symbol 416 MovieClip Frame 270
onClipEvent (load) { this.gotoAndStop("down"); timer = 30; _alpha = 0; } onClipEvent (enterFrame) { if (timer > 0) { timer--; if (_alpha < 100) { _alpha = (_alpha + 20); } } else if (_alpha > 0) { _alpha = (_alpha - 20); } else { this.gotoAndStop("idle"); } }
Instance of Symbol 298 MovieClip in Symbol 416 MovieClip Frame 270
onClipEvent (load) { this.gotoAndStop("up"); timer = 30; _alpha = 0; } onClipEvent (enterFrame) { if (timer > 0) { timer--; if (_alpha < 100) { _alpha = (_alpha + 20); } } else if (_alpha > 0) { _alpha = (_alpha - 20); } else { this.gotoAndStop("idle"); } }
Instance of Symbol 298 MovieClip in Symbol 416 MovieClip Frame 270
onClipEvent (load) { this.gotoAndStop("up"); timer = 30; _alpha = 0; } onClipEvent (enterFrame) { if (timer > 0) { timer--; if (_alpha < 100) { _alpha = (_alpha + 20); } } else if (_alpha > 0) { _alpha = (_alpha - 20); } else { this.gotoAndStop("idle"); } }
Symbol 416 MovieClip Frame 300
_root.nextFrame();
Instance of Symbol 361 MovieClip in Symbol 416 MovieClip Frame 320
onClipEvent (load) { deathCounter = 0; } onClipEvent (enterFrame) { if (deathCounter == 2) { this.earOne.activated = true; this.earTwo.activated = true; } if (deathCounter == 4) { this.glassHead.activated = true; } if (deathCounter == 5) { this.brain.activated = true; } if (deathCounter == 6) { _root.enemyCounter++; _root.counterFunction(); _root.backGround.play(); _root.rightArm.play(); _root.leftArm.play(); deathCounter = 7; } if (deathCounter == 7) { _alpha = (_alpha - 5); } }
Symbol 416 MovieClip Frame 323
stop();
Instance of Symbol 295 MovieClip in Symbol 416 MovieClip Frame 340
onClipEvent (load) { this.gotoAndStop("up"); timer = 30; _alpha = 0; } onClipEvent (enterFrame) { if (timer > 0) { timer--; if (_alpha < 100) { _alpha = (_alpha + 20); } } else if (_alpha > 0) { _alpha = (_alpha - 20); } else { this.gotoAndStop("idle"); } }
Instance of Symbol 295 MovieClip in Symbol 416 MovieClip Frame 340
onClipEvent (load) { this.gotoAndStop("up"); timer = 30; _alpha = 0; } onClipEvent (enterFrame) { if (timer > 0) { timer--; if (_alpha < 100) { _alpha = (_alpha + 20); } } else if (_alpha > 0) { _alpha = (_alpha - 20); } else { this.gotoAndStop("idle"); } }
Symbol 416 MovieClip Frame 405
_root.nextFrame();
Symbol 416 MovieClip Frame 410
stop();
Symbol 416 MovieClip Frame 464
_root.nextFrame();
Symbol 416 MovieClip Frame 467
stop();
Instance of Symbol 298 MovieClip in Symbol 416 MovieClip Frame 470
onClipEvent (load) { this.gotoAndStop("right"); timer = 30; _alpha = 0; } onClipEvent (enterFrame) { if (timer > 0) { timer--; if (_alpha < 100) { _alpha = (_alpha + 20); } } else if (_alpha > 0) { _alpha = (_alpha - 20); } else { this.gotoAndStop("idle"); } }
Symbol 416 MovieClip Frame 477
_root.nextFrame();
Symbol 416 MovieClip Frame 481
_root.curtains.play();
Symbol 416 MovieClip Frame 515
stop();
Symbol 416 MovieClip Frame 525
_root.curtains.play();
Instance of Symbol 295 MovieClip in Symbol 416 MovieClip Frame 526
onClipEvent (load) { this.gotoAndStop("up"); timer = 30; _alpha = 0; } onClipEvent (enterFrame) { if (timer > 0) { timer--; if (_alpha < 100) { _alpha = (_alpha + 20); } } else if (_alpha > 0) { _alpha = (_alpha - 20); } else { this.gotoAndStop("idle"); } }
Instance of Symbol 295 MovieClip in Symbol 416 MovieClip Frame 526
onClipEvent (load) { this.gotoAndStop("up"); timer = 30; _alpha = 0; } onClipEvent (enterFrame) { if (timer > 0) { timer--; if (_alpha < 100) { _alpha = (_alpha + 20); } } else if (_alpha > 0) { _alpha = (_alpha - 20); } else { this.gotoAndStop("idle"); } }
Symbol 416 MovieClip Frame 580
_root.nextFrame();
Symbol 416 MovieClip Frame 585
stop();
Symbol 416 MovieClip Frame 610
_root.nextFrame();
Symbol 416 MovieClip Frame 615
stop();
Instance of Symbol 298 MovieClip in Symbol 416 MovieClip Frame 616
onClipEvent (load) { this.gotoAndStop("up"); timer = 30; _alpha = 0; } onClipEvent (enterFrame) { if (timer > 0) { timer--; if (_alpha < 100) { _alpha = (_alpha + 20); } } else if (_alpha > 0) { _alpha = (_alpha - 20); } else { this.gotoAndStop("idle"); } }
Symbol 416 MovieClip Frame 633
_root.nextFrame();
Symbol 416 MovieClip Frame 638
stop();
Instance of Symbol 295 MovieClip in Symbol 416 MovieClip Frame 639
onClipEvent (load) { this.gotoAndStop("left"); timer = 30; _alpha = 0; } onClipEvent (enterFrame) { if (timer > 0) { timer--; if (_alpha < 100) { _alpha = (_alpha + 20); } } else if (_alpha > 0) { _alpha = (_alpha - 20); } else { this.gotoAndStop("idle"); } }
Instance of Symbol 295 MovieClip in Symbol 416 MovieClip Frame 639
onClipEvent (load) { this.gotoAndStop("right"); timer = 30; _alpha = 0; } onClipEvent (enterFrame) { if (timer > 0) { timer--; if (_alpha < 100) { _alpha = (_alpha + 20); } } else if (_alpha > 0) { _alpha = (_alpha - 20); } else { this.gotoAndStop("idle"); } }
Symbol 416 MovieClip Frame 710
_root.nextFrame();
Symbol 416 MovieClip Frame 715
stop();
Instance of Symbol 295 MovieClip in Symbol 416 MovieClip Frame 716
onClipEvent (load) { this.gotoAndStop("right"); timer = 30; _alpha = 0; } onClipEvent (enterFrame) { if (timer > 0) { timer--; if (_alpha < 100) { _alpha = (_alpha + 20); } } else if (_alpha > 0) { _alpha = (_alpha - 20); } else { this.gotoAndStop("idle"); } }
Instance of Symbol 295 MovieClip in Symbol 416 MovieClip Frame 716
onClipEvent (load) { this.gotoAndStop("left"); timer = 30; _alpha = 0; } onClipEvent (enterFrame) { if (timer > 0) { timer--; if (_alpha < 100) { _alpha = (_alpha + 20); } } else if (_alpha > 0) { _alpha = (_alpha - 20); } else { this.gotoAndStop("idle"); } }
Instance of Symbol 391 MovieClip in Symbol 416 MovieClip Frame 720
onClipEvent (load) { this.gotoAndStop("down"); timer = 30; _alpha = 0; } onClipEvent (enterFrame) { if (timer > 0) { timer--; if (_alpha < 100) { _alpha = (_alpha + 20); } } else if (_alpha > 0) { _alpha = (_alpha - 20); } else { this.gotoAndStop("idle"); } }
Instance of Symbol 391 MovieClip in Symbol 416 MovieClip Frame 720
onClipEvent (load) { this.gotoAndStop("down"); timer = 30; _alpha = 0; } onClipEvent (enterFrame) { if (timer > 0) { timer--; if (_alpha < 100) { _alpha = (_alpha + 20); } } else if (_alpha > 0) { _alpha = (_alpha - 20); } else { this.gotoAndStop("idle"); } }
Instance of Symbol 391 MovieClip in Symbol 416 MovieClip Frame 720
onClipEvent (load) { this.gotoAndStop("down"); timer = 30; _alpha = 0; } onClipEvent (enterFrame) { if (timer > 0) { timer--; if (_alpha < 100) { _alpha = (_alpha + 20); } } else if (_alpha > 0) { _alpha = (_alpha - 20); } else { this.gotoAndStop("idle"); } }
Symbol 416 MovieClip Frame 755
_root.nextFrame();
Symbol 416 MovieClip Frame 760
stop();
Symbol 416 MovieClip Frame 761
_root.nextFrame();
Instance of Symbol 298 MovieClip in Symbol 416 MovieClip Frame 790
onClipEvent (load) { this.gotoAndStop("right"); timer = 30; _alpha = 0; } onClipEvent (enterFrame) { if (timer > 0) { timer--; if (_alpha < 100) { _alpha = (_alpha + 20); } } else if (_alpha > 0) { _alpha = (_alpha - 20); } else { this.gotoAndStop("idle"); } }
Symbol 416 MovieClip Frame 830
stop();
Instance of Symbol 407 MovieClip in Symbol 416 MovieClip Frame 830
onClipEvent (load) { hitPoints = 200; } onClipEvent (enterFrame) { if (hitPoints > 0) { if (injured) { this.fish.gotoAndStop("injured"); } else { this.fish.gotoAndStop(1); } } }
Symbol 416 MovieClip Frame 896
_root.nextFrame();
Symbol 416 MovieClip Frame 901
stop();
Instance of Symbol 298 MovieClip in Symbol 416 MovieClip Frame 902
onClipEvent (load) { this.gotoAndStop("right"); timer = 30; _alpha = 0; } onClipEvent (enterFrame) { if (timer > 0) { timer--; if (_alpha < 100) { _alpha = (_alpha + 20); } } else if (_alpha > 0) { _alpha = (_alpha - 20); } else { this.gotoAndStop("idle"); } }
Symbol 416 MovieClip Frame 935
_root.nextFrame();
Symbol 416 MovieClip Frame 940
stop();
Symbol 416 MovieClip Frame 971
_root.nextFrame();
Symbol 416 MovieClip Frame 976
stop();
Symbol 416 MovieClip Frame 1000
_root.nextFrame();
Symbol 416 MovieClip Frame 1005
stop();
Instance of Symbol 305 MovieClip in Symbol 417 MovieClip Frame 1
onClipEvent (enterFrame) { _visible = false; } onClipEvent (enterFrame) { if (_root.character.body.hitTest(this)) { _root.character._x = (_parent._x - _parent._width) + 10; hit = "right"; _root.conCirc.hitFunction(hit); } }
Symbol 422 MovieClip Frame 1
stop();
Symbol 422 MovieClip Frame 2
_root.enemyDeath();
Instance of Symbol 200 MovieClip in Symbol 425 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { i = 1; while (i < 15) { if (this.hitTest(_root["enemy" + i])) { } i++; } }
Symbol 432 MovieClip Frame 8
stop();
Symbol 434 MovieClip Frame 10
gotoAndStop (1);
Symbol 440 MovieClip Frame 1
stop();
Instance of Symbol 243 MovieClip in Symbol 440 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } if (hitTest(_root.hitPrecision) && (_root.mouseActive)) { _parent.injured = true; } else { _parent.injured = false; } }
Instance of Symbol 439 MovieClip in Symbol 440 MovieClip Frame 2
onClipEvent (enterFrame) { _parent.hitPoints--; }
Instance of Symbol 243 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 442 MovieClip "parentBall" in Symbol 450 MovieClip Frame 1
onClipEvent (load) { if (_name == "parentBall") { _visible = false; timer = 40; } else { yValue = 15; xValue = (Math.random() * 20) + 2; } } onClipEvent (enterFrame) { if (_name == "parentBall") { if (timer > 0) { timer--; } else { this.duplicateMovieClip(_parent._name + _parent.i, _parent.i + 20); _parent.i++; timer = 15; } } else { _y = (_y - yValue); yValue = yValue - 1.5; _x = (_x - xValue); if (_y > 400) { this.removeMovieClip(); } if (_global.enemyCounterControl >= 70) { this.removeMovieClip(); } } }
Instance of Symbol 243 MovieClip in Symbol 450 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (hitTest(_root.hitPrecision) && (_root.mouseActive)) { _parent.injured = true; } else { _parent.injured = false; } }
Instance of Symbol 447 MovieClip in Symbol 450 MovieClip Frame 2
onClipEvent (enterFrame) { _parent.hitPoints--; }
Symbol 471 MovieClip Frame 1
stop();
Instance of Symbol 243 MovieClip in Symbol 471 MovieClip Frame 21
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 243 MovieClip in Symbol 474 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (hitTest(_root.hitPrecision) && (_root.mouseActive)) { _root.laserBoss.injured = true; } else { _root.laserBoss.injured = false; } }
Symbol 477 MovieClip Frame 20
stop();
Instance of Symbol 200 MovieClip in Symbol 477 MovieClip Frame 20
onClipEvent (load) { _visible = false; _root.backGround.play(); }
Symbol 478 MovieClip Frame 1
stop();
Instance of Symbol 471 MovieClip in Symbol 478 MovieClip Frame 1
onClipEvent (load) { laserTimer = 60; } onClipEvent (enterFrame) { if (laserTimer > 0) { laserTimer--; } else { laserTimer = 60; this.play(); } }
Instance of Symbol 474 MovieClip in Symbol 478 MovieClip Frame 2
onClipEvent (load) { counter = 0; } onClipEvent (enterFrame) { counter++; if (counter >= 4) { _root.laserBoss.injured = false; _root.laserBoss.hitPoints--; _parent.gotoAndStop(1); } }
Symbol 480 MovieClip Frame 1
stop();
Instance of Symbol 480 MovieClip "missleTwo" in Symbol 481 MovieClip Frame 25
onClipEvent (load) { extreme = _parent.extreme; xPos = _x; yPos = _y - _parent.innerLaser._y; xSpeed = 30; launch = false; activated = false; moveSpeed = _parent.innerLaser.moveSpeed; moveUp = _parent.innerLaser.moveUp; timer = 40; } onClipEvent (enterFrame) { if (extreme) { moveSpeed = _parent.innerLaser.moveSpeed; moveUp = _parent.innerLaser.moveUp; if (launch) { _x = (_x - xSpeed); if (_x < -800) { launch = false; _y = (_parent.innerLaser._y + yPos); _x = xPos; } if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); this.gotoAndStop(2); } } if (!launch) { _y = (_parent.innerLaser._y + yPos); if (activated) { this.gotoAndStop(1); if (timer > 0) { timer--; } else { launch = true; timer = 40; } } } } else { _visible = false; } }
Instance of Symbol 480 MovieClip "missleOne" in Symbol 481 MovieClip Frame 25
onClipEvent (load) { extreme = _parent.extreme; xPos = _x; yPos = _y - _parent.innerLaser._y; xSpeed = 30; launch = false; activated = false; moveSpeed = _parent.innerLaser.moveSpeed; moveUp = _parent.innerLaser.moveUp; timer = 40; } onClipEvent (enterFrame) { if (extreme) { moveSpeed = _parent.innerLaser.moveSpeed; moveUp = _parent.innerLaser.moveUp; if (launch) { _x = (_x - xSpeed); if (_x < -800) { launch = false; _y = (_parent.innerLaser._y + yPos); _x = xPos; } if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); this.gotoAndStop(2); } } if (!launch) { _y = (_parent.innerLaser._y + yPos); if (activated) { this.gotoAndStop(1); if (timer > 0) { timer--; } else { launch = true; timer = 40; } } } } else { _visible = false; } }
Symbol 481 MovieClip Frame 26
stop();
Instance of Symbol 478 MovieClip "innerLaser" in Symbol 481 MovieClip Frame 26
onClipEvent (load) { extreme = _parent.extreme; moveUp = true; moveSpeed = 10 - Math.ceil(_parent.hitPoints / 10); injured = false; } onClipEvent (enterFrame) { if (extreme) { moveSpeed = 5 + (15 - Math.ceil(_parent.hitPoints / 10)); } else { moveSpeed = 10 - Math.ceil(_parent.hitPoints / 10); } if (moveUp) { _y = (_y - moveSpeed); } else { _y = (_y + moveSpeed); } if ((_y < -230) && (moveUp)) { moveUp = false; } if ((_y > 280) && (!moveUp)) { moveUp = true; } }
Symbol 481 MovieClip Frame 40
stop();
Symbol 481 MovieClip Frame 41
stop();
Symbol 483 MovieClip Frame 1
stop();
Instance of Symbol 243 MovieClip in Symbol 483 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (hitTest(_root.hitPrecision) && (_root.mouseActive)) { _parent.hitPoints--; } }
Instance of Symbol 243 MovieClip in Symbol 483 MovieClip Frame 2
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Symbol 493 MovieClip Frame 1
stop();
Instance of Symbol 243 MovieClip in Symbol 493 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (hitTest(_root.hitPrecision) && (_root.mouseActive)) { _parent.injured = true; } else { _parent.injured = false; } }
Instance of Symbol 243 MovieClip in Symbol 493 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 492 MovieClip in Symbol 493 MovieClip Frame 2
onClipEvent (enterFrame) { _parent.hitPoints--; }
Symbol 498 MovieClip Frame 1
stop();
Instance of Symbol 243 MovieClip in Symbol 498 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (hitTest(_root.hitPrecision) && (_root.mouseActive)) { _root.plantBoss.injured = true; } else { _root.plantBoss.injured = false; } }
Instance of Symbol 497 MovieClip in Symbol 498 MovieClip Frame 2
onClipEvent (enterFrame) { _root.plantBoss.hitPoints--; }
Instance of Symbol 243 MovieClip in Symbol 504 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Symbol 506 MovieClip Frame 341
gotoAndPlay (70);
Symbol 506 MovieClip Frame 364
stop(); _root.backGround.play();
Instance of Symbol 305 MovieClip in Symbol 508 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (_root.character.body.hitTest(this) or _root.character.legs.hitTest(this)) { _root.character._x = _parent._x + _parent._width; hit = "left"; _root.conCirc.hitFunction(hit); } }
Instance of Symbol 275 MovieClip in Symbol 508 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (!dropDown) { if (hitTest(_root.character.legs.characterBase) && (_root.character.vel_y <= 0)) { hit = "floor"; _root.character._x = _root.character._x + _parent.xSpeed; _root.conCirc.hitFunction(hit); _root.character._y = (_parent._y - _root.character.line._height) - 20; } } }
Symbol 512 MovieClip Frame 15
stop();
Instance of Symbol 243 MovieClip in Symbol 512 MovieClip Frame 15
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Symbol 512 MovieClip Frame 35
stop();
Symbol 515 MovieClip Frame 50
stop();
Instance of Symbol 471 MovieClip "laser" in Symbol 515 MovieClip Frame 50
onClipEvent (load) { extreme = _parent.extreme; activated = false; } onClipEvent (enterFrame) { if (activated) { this.play(); } else { this.gotoAndStop(1); } if (_currentframe == 45) { this.gotoAndStop(1); if (extreme) { _parent.innerLeftArm.timer = 20; } else { _parent.innerLeftArm.timer = 35; } activated = false; } }
Instance of Symbol 514 MovieClip "innerLeftArm" in Symbol 515 MovieClip Frame 50
onClipEvent (load) { extreme = _parent.extreme; charX = _root.character._x; charY = _root.character._y; xSpeed = 0; if (extreme) { maxX = 35; } else { maxX = 15; } if (_parent._name == "leftArmTwo") { timer = 60; } else { timer = 40; } } onClipEvent (enterFrame) { if (timer > 0) { timer--; if (_parent.deathCounter == 5) { maxX = 42; } _parent._x = _parent._x + xSpeed; xPos = _parent._x; charX = _root.character._x; if (xPos != charX) { if (charX > xPos) { if (xSpeed < maxX) { if (extreme) { xSpeed = xSpeed + 7; } else { xSpeed = xSpeed + 2.5; } } } else if (xSpeed > (-maxX)) { if (extreme) { xSpeed = xSpeed - 7; } else { xSpeed = xSpeed - 2.5; } } } } else { _parent.laser.activated = true; } }
Symbol 515 MovieClip Frame 65
stop();
Instance of Symbol 243 MovieClip in Symbol 518 MovieClip Frame 65
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 243 MovieClip in Symbol 518 MovieClip Frame 135
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 243 MovieClip in Symbol 518 MovieClip Frame 205
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 243 MovieClip in Symbol 518 MovieClip Frame 270
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 243 MovieClip in Symbol 518 MovieClip Frame 335
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Symbol 518 MovieClip Frame 410
gotoAndPlay (45);
Symbol 519 MovieClip Frame 1
stop();
Symbol 519 MovieClip Frame 16
stop();
Instance of Symbol 243 MovieClip in Symbol 521 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Symbol 522 MovieClip Frame 1
stop();
Instance of Symbol 521 MovieClip in Symbol 522 MovieClip Frame 1
onClipEvent (load) { xSpeed = -15; ySpeed = 0; } onClipEvent (enterFrame) { _x = (_x + xSpeed); _y = (_y + ySpeed); }
Instance of Symbol 521 MovieClip in Symbol 522 MovieClip Frame 1
onClipEvent (load) { xSpeed = -7.5; ySpeed = -7.5; } onClipEvent (enterFrame) { _x = (_x + xSpeed); _y = (_y + ySpeed); }
Instance of Symbol 521 MovieClip in Symbol 522 MovieClip Frame 1
onClipEvent (load) { xSpeed = 0; ySpeed = -15; } onClipEvent (enterFrame) { _x = (_x + xSpeed); _y = (_y + ySpeed); }
Instance of Symbol 521 MovieClip in Symbol 522 MovieClip Frame 1
onClipEvent (load) { xSpeed = 7.5; ySpeed = -7.5; } onClipEvent (enterFrame) { _x = (_x + xSpeed); _y = (_y + ySpeed); }
Instance of Symbol 521 MovieClip in Symbol 522 MovieClip Frame 1
onClipEvent (load) { xSpeed = 15; ySpeed = 0; } onClipEvent (enterFrame) { _x = (_x + xSpeed); _y = (_y + ySpeed); }
Instance of Symbol 521 MovieClip in Symbol 522 MovieClip Frame 1
onClipEvent (load) { xSpeed = 7.5; ySpeed = 7.5; } onClipEvent (enterFrame) { _x = (_x + xSpeed); _y = (_y + ySpeed); }
Instance of Symbol 521 MovieClip in Symbol 522 MovieClip Frame 1
onClipEvent (load) { xSpeed = 0; ySpeed = 15; } onClipEvent (enterFrame) { _x = (_x + xSpeed); _y = (_y + ySpeed); }
Instance of Symbol 521 MovieClip in Symbol 522 MovieClip Frame 1
onClipEvent (load) { xSpeed = -7.5; ySpeed = 7.5; } onClipEvent (enterFrame) { _x = (_x + xSpeed); _y = (_y + ySpeed); }
Symbol 527 MovieClip Frame 1
stop();
Instance of Symbol 522 MovieClip "ghostShot" in Symbol 527 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(2); }
Instance of Symbol 243 MovieClip in Symbol 527 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (hitTest(_root.hitPrecision) && (_root.mouseActive)) { _parent.injured = true; } else { _parent.injured = false; } }
Instance of Symbol 526 MovieClip in Symbol 527 MovieClip Frame 2
onClipEvent (enterFrame) { _parent.hitPoints--; }
Instance of Symbol 243 MovieClip in Symbol 537 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 243 MovieClip in Symbol 541 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 243 MovieClip in Symbol 546 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Symbol 551 MovieClip Frame 1
stop();
Instance of Symbol 243 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (hitTest(_root.hitPrecision) && (_root.mouseActive)) { _root.curtains.puppetBoss.injured = true; } else { _root.curtains.puppetBoss.injured = false; } }
Instance of Symbol 550 MovieClip in Symbol 551 MovieClip Frame 2
onClipEvent (enterFrame) { _root.curtains.puppetBoss.hitPoints--; }
Instance of Symbol 243 MovieClip in Symbol 553 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 551 MovieClip "heart" in Symbol 554 MovieClip Frame 1
onClipEvent (load) { if (_root.curtains.puppetBoss.hitPoints <= 0) { this.gotoAndStop("death"); } } onClipEvent (enterFrame) { if (_root.curtains.puppetBoss.hitPoints <= 0) { this.gotoAndStop("death"); } if (_root.curtains.puppetBoss.hitPoints > 0) { if (_root.curtains.puppetBoss.injured) { this.gotoAndStop("injured"); } else { this.gotoAndStop(1); } } }
Instance of Symbol 554 MovieClip in Symbol 555 MovieClip Frame 65
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 554 MovieClip in Symbol 555 MovieClip Frame 85
onClipEvent (load) { if (_parent.hitPoints == -1) { _parent.gotoAndPlay("death"); } }
Instance of Symbol 554 MovieClip in Symbol 555 MovieClip Frame 100
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 554 MovieClip in Symbol 555 MovieClip Frame 185
onClipEvent (load) { if (_parent.hitPoints == -1) { _parent.gotoAndPlay("death"); } }
Instance of Symbol 554 MovieClip in Symbol 555 MovieClip Frame 200
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 554 MovieClip in Symbol 555 MovieClip Frame 230
onClipEvent (load) { if (_parent.hitPoints == -1) { _parent.gotoAndPlay("death"); } }
Instance of Symbol 554 MovieClip in Symbol 555 MovieClip Frame 235
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 554 MovieClip in Symbol 555 MovieClip Frame 265
onClipEvent (load) { if (_parent.hitPoints == -1) { _parent.gotoAndPlay("death"); } }
Instance of Symbol 554 MovieClip in Symbol 555 MovieClip Frame 270
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 554 MovieClip in Symbol 555 MovieClip Frame 300
onClipEvent (load) { if (_parent.hitPoints == -1) { _parent.gotoAndPlay("death"); } }
Instance of Symbol 554 MovieClip in Symbol 555 MovieClip Frame 305
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 554 MovieClip in Symbol 555 MovieClip Frame 335
onClipEvent (load) { if (_parent.hitPoints == -1) { _parent.gotoAndPlay("death"); } }
Instance of Symbol 554 MovieClip in Symbol 555 MovieClip Frame 400
onClipEvent (load) { if (_parent.hitPoints == -1) { _parent.gotoAndPlay("death"); } }
Instance of Symbol 554 MovieClip in Symbol 555 MovieClip Frame 420
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 554 MovieClip in Symbol 555 MovieClip Frame 450
onClipEvent (load) { if (_parent.hitPoints == -1) { _parent.gotoAndPlay("death"); } }
Instance of Symbol 554 MovieClip in Symbol 555 MovieClip Frame 455
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 554 MovieClip in Symbol 555 MovieClip Frame 485
onClipEvent (load) { if (_parent.hitPoints == -1) { _parent.gotoAndPlay("death"); } }
Instance of Symbol 554 MovieClip in Symbol 555 MovieClip Frame 505
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 554 MovieClip in Symbol 555 MovieClip Frame 590
onClipEvent (load) { if (_parent.hitPoints == -1) { _parent.gotoAndPlay("death"); } }
Symbol 555 MovieClip Frame 609
gotoAndPlay (1);
Instance of Symbol 554 MovieClip in Symbol 555 MovieClip Frame 610
onClipEvent (load) { this.gotoAndStop(1); }
Symbol 555 MovieClip Frame 647
_root.backGround.play(); stop();
Symbol 556 MovieClip Frame 1
stop();
Symbol 556 MovieClip Frame 50
stop();
Instance of Symbol 555 MovieClip "puppetBoss" in Symbol 556 MovieClip Frame 50
onClipEvent (load) { injured = false; hitPoints = 125; } onClipEvent (enterFrame) { if (hitPoints == 0) { _root.enemyCounter++; _root.counterFunction(); hitPoints = -1; } }
Symbol 556 MovieClip Frame 81
stop();
Symbol 561 MovieClip Frame 1
stop();
Instance of Symbol 243 MovieClip in Symbol 561 MovieClip Frame 2
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 561 MovieClip "beam" in Symbol 566 MovieClip Frame 1
onClipEvent (load) { timer = Math.ceil(Math.random() * 30); } onClipEvent (enterFrame) { if (_parent.extra) { } else if (timer > 0) { timer--; } else { this.play(); timer = 60; } }
Instance of Symbol 243 MovieClip in Symbol 566 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (hitTest(_root.hitPrecision) && (_root.mouseActive)) { _parent.injured = true; } else { _parent.injured = false; } }
Instance of Symbol 565 MovieClip in Symbol 566 MovieClip Frame 2
onClipEvent (enterFrame) { _parent.hitPoints--; }
Instance of Symbol 243 MovieClip in Symbol 568 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Symbol 576 MovieClip Frame 1
stop();
Instance of Symbol 243 MovieClip in Symbol 576 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (hitTest(_root.hitPrecision) && (_root.mouseActive)) { _parent.injured = true; } else { _parent.injured = false; } }
Instance of Symbol 575 MovieClip in Symbol 576 MovieClip Frame 2
onClipEvent (enterFrame) { _parent.hitPoints--; }
Symbol 581 MovieClip Frame 1
stop();
Instance of Symbol 243 MovieClip in Symbol 581 MovieClip Frame 56
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 243 MovieClip in Symbol 581 MovieClip Frame 56
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 243 MovieClip in Symbol 581 MovieClip Frame 56
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 243 MovieClip in Symbol 581 MovieClip Frame 56
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 243 MovieClip in Symbol 581 MovieClip Frame 57
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 243 MovieClip in Symbol 581 MovieClip Frame 57
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 243 MovieClip in Symbol 581 MovieClip Frame 58
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Symbol 582 MovieClip Frame 76
stop();
Instance of Symbol 581 MovieClip in Symbol 582 MovieClip Frame 76
onClipEvent (load) { timer = Math.ceil((Math.random() * 30) + 20); } onClipEvent (enterFrame) { if (timer > 0) { timer--; } else { this.play(); timer = Math.ceil((Math.random() * 100) + 80); } }
Instance of Symbol 581 MovieClip in Symbol 582 MovieClip Frame 76
onClipEvent (load) { timer = Math.ceil((Math.random() * 100) + 50); } onClipEvent (enterFrame) { if (timer > 0) { timer--; } else { this.play(); timer = Math.ceil((Math.random() * 100) + 80); } }
Instance of Symbol 581 MovieClip in Symbol 582 MovieClip Frame 76
onClipEvent (load) { timer = Math.ceil((Math.random() * 100) + 20); } onClipEvent (enterFrame) { if (timer > 0) { timer--; } else { this.play(); timer = Math.ceil((Math.random() * 100) + 120); } }
Instance of Symbol 581 MovieClip in Symbol 582 MovieClip Frame 76
onClipEvent (load) { timer = Math.ceil((Math.random() * 100) + 100); } onClipEvent (enterFrame) { if (timer > 0) { timer--; } else { this.play(); timer = Math.ceil((Math.random() * 100) + 80); } }
Instance of Symbol 581 MovieClip in Symbol 582 MovieClip Frame 76
onClipEvent (load) { timer = Math.ceil((Math.random() * 150) + 40); } onClipEvent (enterFrame) { if (timer > 0) { timer--; } else { this.play(); timer = Math.ceil((Math.random() * 100) + 160); } }
Instance of Symbol 581 MovieClip in Symbol 582 MovieClip Frame 76
onClipEvent (load) { timer = Math.ceil((Math.random() * 120) + 40); } onClipEvent (enterFrame) { if (timer > 0) { timer--; } else { this.play(); timer = Math.ceil((Math.random() * 100) + 100); } }
Instance of Symbol 576 MovieClip "innerAlien" in Symbol 582 MovieClip Frame 76
onClipEvent (load) { extreme = _parent.extreme; if (extreme) { hitPoints = 900; deathCounter = 15; } else { hitPoints = 600; } _parent.startRotation = true; } onClipEvent (enterFrame) { if (extreme) { if (hitPoints == 0) { _global.extremeSix = true; this.gotoAndStop("death"); _root.enemyCounter++; _root.counterFunction(); hitPoints = -1; _parent.play(); } if (hitPoints == -1) { deathCounter--; _root.fade._alpha = _root.fade._alpha + 8; if (deathCounter == 0) { _root.gotoAndPlay("MenuTwo"); } } if (hitPoints > 0) { if (injured) { this.gotoAndStop("injured"); } else { this.gotoAndStop(1); } } if ((hitPoints < 700) && (hitPoints > 500)) { maxX = 12; maxY = 12; if (_parent.rotationSpeed < 1.5) { _parent.rotationSpeed = _parent.rotationSpeed + 0.05; } } if ((hitPoints <= 500) && (hitPoints > 300)) { maxX = 14; maxY = 14; if (_parent.rotationSpeed < 2.5) { _parent.rotationSpeed = _parent.rotationSpeed + 0.05; } } if ((hitPoints <= 300) && (hitPoints > 150)) { maxX = 16; maxY = 16; if (_parent.rotationSpeed < 3.5) { _parent.rotationSpeed = _parent.rotationSpeed + 0.05; } } if (hitPoints <= 150) { maxX = 18; maxY = 18; if (_parent.rotationSpeed < 4) { _parent.rotationSpeed = _parent.rotationSpeed + 0.05; } } } else { if (hitPoints == 0) { this.gotoAndStop("death"); _root.enemyCounter++; _root.counterFunction(); hitPoints = -1; _parent.play(); } if (hitPoints > 0) { if (injured) { this.gotoAndStop("injured"); } else { this.gotoAndStop(1); } } if ((hitPoints < 400) && (hitPoints > 100)) { if (_parent.rotationSpeed < 1) { _parent.rotationSpeed = _parent.rotationSpeed + 0.05; } } if (hitPoints <= 100) { if (_parent.rotationSpeed < 2) { _parent.rotationSpeed = _parent.rotationSpeed + 0.05; } } } }
Symbol 582 MovieClip Frame 100
stop(); _root.backGround.play();
Symbol 585 MovieClip Frame 1
stop();
Instance of Symbol 243 MovieClip in Symbol 589 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (hitTest(_root.hitPrecision) && (_root.mouseActive)) { _parent.injured = true; } else { _parent.injured = false; } }
Instance of Symbol 243 MovieClip in Symbol 589 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 243 MovieClip in Symbol 589 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 588 MovieClip in Symbol 589 MovieClip Frame 2
onClipEvent (enterFrame) { _parent.hitPoints--; }
Instance of Symbol 344 MovieClip in Symbol 589 MovieClip Frame 3
onClipEvent (load) { if (_parent.extra) { _parent.reviveTimer = 20; } }
Instance of Symbol 243 MovieClip in Symbol 594 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 243 MovieClip in Symbol 594 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (hitTest(_root.hitPrecision) && (_root.mouseActive)) { _parent.injured = true; } else { _parent.injured = false; } }
Instance of Symbol 593 MovieClip in Symbol 594 MovieClip Frame 2
onClipEvent (enterFrame) { _parent.hitPoints--; }
Symbol 597 MovieClip Frame 1
stop();
Instance of Symbol 243 MovieClip in Symbol 597 MovieClip Frame 20
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 597 MovieClip in Symbol 598 MovieClip Frame 1
onClipEvent (load) { if (_root.crayons.endless) { timerMax = 200; addOn = 200; timer = Math.ceil(Math.random() * timerMax) + 75; } else { timer = Math.ceil(Math.random() * 150) + 30; } } onClipEvent (enterFrame) { if (_root.crayons.endless) { if (timer > 0) { timer--; } else { this.play(); timer = Math.ceil(Math.random() * timerMax) + addOn; timerMax = timerMax - 10; if (addOn > 50) { addOn = addOn - 10; } } } else if (timer > 0) { timer--; } else { this.play(); timer = Math.ceil(Math.random() * 150) + 100; } }
Instance of Symbol 597 MovieClip in Symbol 598 MovieClip Frame 1
onClipEvent (load) { if (_root.crayons.endless) { timerMax = 200; addOn = 200; timer = Math.ceil(Math.random() * timerMax) + 75; } else { timer = Math.ceil(Math.random() * 150) + 30; } } onClipEvent (enterFrame) { if (_root.crayons.endless) { if (timer > 0) { timer--; } else { this.play(); timer = Math.ceil(Math.random() * timerMax) + addOn; timerMax = timerMax - 10; if (addOn > 50) { addOn = addOn - 10; } } } else if (timer > 0) { timer--; } else { this.play(); timer = Math.ceil(Math.random() * 150) + 100; } }
Instance of Symbol 597 MovieClip in Symbol 598 MovieClip Frame 1
onClipEvent (load) { if (_root.crayons.endless) { timerMax = 200; addOn = 200; timer = Math.ceil(Math.random() * timerMax) + 75; } else { timer = Math.ceil(Math.random() * 150) + 30; } } onClipEvent (enterFrame) { if (_root.crayons.endless) { if (timer > 0) { timer--; } else { this.play(); timer = Math.ceil(Math.random() * timerMax) + addOn; timerMax = timerMax - 10; if (addOn > 50) { addOn = addOn - 10; } } } else if (timer > 0) { timer--; } else { this.play(); timer = Math.ceil(Math.random() * 150) + 100; } }
Instance of Symbol 597 MovieClip in Symbol 598 MovieClip Frame 1
onClipEvent (load) { if (_root.crayons.endless) { timerMax = 200; addOn = 200; timer = Math.ceil(Math.random() * timerMax) + 75; } else { timer = Math.ceil(Math.random() * 150) + 30; } } onClipEvent (enterFrame) { if (_root.crayons.endless) { if (timer > 0) { timer--; } else { this.play(); timer = Math.ceil(Math.random() * timerMax) + addOn; timerMax = timerMax - 10; if (addOn > 50) { addOn = addOn - 10; } } } else if (timer > 0) { timer--; } else { this.play(); timer = Math.ceil(Math.random() * 150) + 100; } }
Instance of Symbol 597 MovieClip in Symbol 598 MovieClip Frame 1
onClipEvent (load) { if (_root.crayons.endless) { timerMax = 200; addOn = 200; timer = Math.ceil(Math.random() * timerMax) + 75; } else { timer = Math.ceil(Math.random() * 150) + 30; } } onClipEvent (enterFrame) { if (_root.crayons.endless) { if (timer > 0) { timer--; } else { this.play(); timer = Math.ceil(Math.random() * timerMax) + addOn; timerMax = timerMax - 10; if (addOn > 50) { addOn = addOn - 10; } } } else if (timer > 0) { timer--; } else { this.play(); timer = Math.ceil(Math.random() * 150) + 100; } }
Instance of Symbol 597 MovieClip in Symbol 598 MovieClip Frame 1
onClipEvent (load) { if (_root.crayons.endless) { timerMax = 200; addOn = 200; timer = Math.ceil(Math.random() * timerMax) + 75; } else { timer = Math.ceil(Math.random() * 150) + 30; } } onClipEvent (enterFrame) { if (_root.crayons.endless) { if (timer > 0) { timer--; } else { this.play(); timer = Math.ceil(Math.random() * timerMax) + addOn; timerMax = timerMax - 10; if (addOn > 50) { addOn = addOn - 10; } } } else if (timer > 0) { timer--; } else { this.play(); timer = Math.ceil(Math.random() * 150) + 100; } }
Instance of Symbol 597 MovieClip in Symbol 598 MovieClip Frame 1
onClipEvent (load) { if (_root.crayons.endless) { timerMax = 200; addOn = 200; timer = Math.ceil(Math.random() * timerMax) + 75; } else { timer = Math.ceil(Math.random() * 150) + 30; } } onClipEvent (enterFrame) { if (_root.crayons.endless) { if (timer > 0) { timer--; } else { this.play(); timer = Math.ceil(Math.random() * timerMax) + addOn; timerMax = timerMax - 10; if (addOn > 50) { addOn = addOn - 10; } } } else if (timer > 0) { timer--; } else { this.play(); timer = Math.ceil(Math.random() * 150) + 100; } }
Instance of Symbol 597 MovieClip in Symbol 598 MovieClip Frame 1
onClipEvent (load) { if (_root.crayons.endless) { timerMax = 200; addOn = 200; timer = Math.ceil(Math.random() * timerMax) + 75; } else { timer = Math.ceil(Math.random() * 150) + 30; } } onClipEvent (enterFrame) { if (_root.crayons.endless) { if (timer > 0) { timer--; } else { this.play(); timer = Math.ceil(Math.random() * timerMax) + addOn; timerMax = timerMax - 10; if (addOn > 50) { addOn = addOn - 10; } } } else if (timer > 0) { timer--; } else { this.play(); timer = Math.ceil(Math.random() * 150) + 100; } }
Instance of Symbol 597 MovieClip in Symbol 598 MovieClip Frame 1
onClipEvent (load) { if (_root.crayons.endless) { timerMax = 200; addOn = 200; timer = Math.ceil(Math.random() * timerMax) + 75; } else { timer = Math.ceil(Math.random() * 150) + 30; } } onClipEvent (enterFrame) { if (_root.crayons.endless) { if (timer > 0) { timer--; } else { this.play(); timer = Math.ceil(Math.random() * timerMax) + addOn; timerMax = timerMax - 10; if (addOn > 50) { addOn = addOn - 10; } } } else if (timer > 0) { timer--; } else { this.play(); timer = Math.ceil(Math.random() * 150) + 100; } }
Instance of Symbol 597 MovieClip in Symbol 598 MovieClip Frame 1
onClipEvent (load) { if (_root.crayons.endless) { timerMax = 200; addOn = 200; timer = Math.ceil(Math.random() * timerMax) + 75; } else { timer = Math.ceil(Math.random() * 150) + 30; } } onClipEvent (enterFrame) { if (_root.crayons.endless) { if (timer > 0) { timer--; } else { this.play(); timer = Math.ceil(Math.random() * timerMax) + addOn; timerMax = timerMax - 10; if (addOn > 50) { addOn = addOn - 10; } } } else if (timer > 0) { timer--; } else { this.play(); timer = Math.ceil(Math.random() * 150) + 100; } }
Instance of Symbol 597 MovieClip in Symbol 598 MovieClip Frame 1
onClipEvent (load) { if (_root.crayons.endless) { timerMax = 200; addOn = 200; timer = Math.ceil(Math.random() * timerMax) + 75; } else { timer = Math.ceil(Math.random() * 150) + 30; } } onClipEvent (enterFrame) { if (_root.crayons.endless) { if (timer > 0) { timer--; } else { this.play(); timer = Math.ceil(Math.random() * timerMax) + addOn; timerMax = timerMax - 10; if (addOn > 50) { addOn = addOn - 10; } } } else if (timer > 0) { timer--; } else { this.play(); timer = Math.ceil(Math.random() * 150) + 100; } }
Instance of Symbol 597 MovieClip in Symbol 598 MovieClip Frame 1
onClipEvent (load) { if (_root.crayons.endless) { timerMax = 200; addOn = 200; timer = Math.ceil(Math.random() * timerMax) + 75; } else { timer = Math.ceil(Math.random() * 150) + 30; } } onClipEvent (enterFrame) { if (_root.crayons.endless) { if (timer > 0) { timer--; } else { this.play(); timer = Math.ceil(Math.random() * timerMax) + addOn; timerMax = timerMax - 10; if (addOn > 50) { addOn = addOn - 10; } } } else if (timer > 0) { timer--; } else { this.play(); timer = Math.ceil(Math.random() * 150) + 100; } }
Instance of Symbol 597 MovieClip in Symbol 598 MovieClip Frame 1
onClipEvent (load) { if (_root.crayons.endless) { timerMax = 200; addOn = 200; timer = Math.ceil(Math.random() * timerMax) + 75; } else { timer = Math.ceil(Math.random() * 150) + 30; } } onClipEvent (enterFrame) { if (_root.crayons.endless) { if (timer > 0) { timer--; } else { this.play(); timer = Math.ceil(Math.random() * timerMax) + addOn; timerMax = timerMax - 10; if (addOn > 50) { addOn = addOn - 10; } } } else if (timer > 0) { timer--; } else { this.play(); timer = Math.ceil(Math.random() * 150) + 100; } }
Instance of Symbol 597 MovieClip in Symbol 598 MovieClip Frame 1
onClipEvent (load) { if (_root.crayons.endless) { timerMax = 200; addOn = 200; timer = Math.ceil(Math.random() * timerMax) + 75; } else { timer = Math.ceil(Math.random() * 150) + 30; } } onClipEvent (enterFrame) { if (_root.crayons.endless) { if (timer > 0) { timer--; } else { this.play(); timer = Math.ceil(Math.random() * timerMax) + addOn; timerMax = timerMax - 10; if (addOn > 50) { addOn = addOn - 10; } } } else if (timer > 0) { timer--; } else { this.play(); timer = Math.ceil(Math.random() * 150) + 100; } }
Instance of Symbol 597 MovieClip in Symbol 598 MovieClip Frame 1
onClipEvent (load) { if (_root.crayons.endless) { timerMax = 200; addOn = 200; timer = Math.ceil(Math.random() * timerMax) + 75; } else { timer = Math.ceil(Math.random() * 150) + 30; } } onClipEvent (enterFrame) { if (_root.crayons.endless) { if (timer > 0) { timer--; } else { this.play(); timer = Math.ceil(Math.random() * timerMax) + addOn; timerMax = timerMax - 10; if (addOn > 50) { addOn = addOn - 10; } } } else if (timer > 0) { timer--; } else { this.play(); timer = Math.ceil(Math.random() * 150) + 100; } }
Instance of Symbol 597 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 597 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 597 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 597 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 597 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 597 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 597 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 597 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 597 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 597 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 597 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 597 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 597 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 597 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 597 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(1); }
Symbol 600 MovieClip Frame 31
stop();
Symbol 600 MovieClip Frame 55
stop();
Instance of Symbol 243 MovieClip in Symbol 602 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 243 MovieClip in Symbol 602 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 243 MovieClip in Symbol 602 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 243 MovieClip in Symbol 602 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 243 MovieClip in Symbol 604 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Symbol 610 MovieClip Frame 1
stop();
Instance of Symbol 243 MovieClip in Symbol 610 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (hitTest(_root.hitPrecision) && (_root.mouseActive)) { _root.dinosaur.injured = true; } else { _root.dinosaur.injured = false; } }
Instance of Symbol 243 MovieClip in Symbol 610 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 243 MovieClip in Symbol 610 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 609 MovieClip in Symbol 610 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.dinosaur.hitPoints > 0) { _root.dinosaur.hitPoints--; } }
Instance of Symbol 243 MovieClip in Symbol 612 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 610 MovieClip "head" in Symbol 613 MovieClip Frame 110
onClipEvent (load) { if (_parent.hitPoints == 0) { _root.enemyCounter++; _root.counterFunction(); _parent.hitPoints = -1; _parent.gotoAndPlay("death"); } }
Instance of Symbol 610 MovieClip "head" in Symbol 613 MovieClip Frame 175
onClipEvent (load) { if (_parent.hitPoints == 0) { _root.enemyCounter++; _root.counterFunction(); _parent.hitPoints = -1; _parent.gotoAndPlay("death"); } }
Instance of Symbol 610 MovieClip "head" in Symbol 613 MovieClip Frame 325
onClipEvent (load) { if (_parent.hitPoints == 0) { _root.enemyCounter++; _root.counterFunction(); _parent.hitPoints = -1; _parent.gotoAndPlay("death"); } }
Instance of Symbol 610 MovieClip "head" in Symbol 613 MovieClip Frame 385
onClipEvent (load) { if (_parent.hitPoints == 0) { _root.enemyCounter++; _root.counterFunction(); _parent.hitPoints = -1; _parent.gotoAndPlay("death"); } }
Symbol 613 MovieClip Frame 400
gotoAndPlay (1);
Instance of Symbol 606 MovieClip in Symbol 613 MovieClip Frame 425
onClipEvent (load) { if (_parent.extreme) { _global.extremeEight = true; } }
Instance of Symbol 344 MovieClip in Symbol 613 MovieClip Frame 426
onClipEvent (enterFrame) { _root.ballOne._alpha = _root.ballOne._alpha - 20; _root.ballTwo._alpha = _root.ballTwo._alpha - 20; }
Symbol 613 MovieClip Frame 445
stop(); _root.backGround.play();
Symbol 618 MovieClip Frame 1
stop();
Instance of Symbol 243 MovieClip in Symbol 618 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (hitTest(_root.hitPrecision) && (_root.mouseActive)) { _parent.injured = true; } else { _parent.injured = false; } }
Instance of Symbol 617 MovieClip in Symbol 618 MovieClip Frame 2
onClipEvent (enterFrame) { _parent.hitPoints--; }
Symbol 625 MovieClip Frame 1
stop();
Instance of Symbol 624 MovieClip in Symbol 625 MovieClip Frame 2
onClipEvent (enterFrame) { testColor = new Color(this); colorTransform = new Object(); colorOne = Math.ceil(Math.random() * 255); colorTwo = Math.ceil(Math.random() * 255); colorThree = Math.ceil(Math.random() * 255); colorTransform = {ra:100, rb:colorOne, ga:100, gb:colorTwo, ba:100, bb:colorThree, aa:40, ab:40}; testColor.setTransform(colorTransform); }
Instance of Symbol 243 MovieClip in Symbol 625 MovieClip Frame 2
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 243 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (hitTest(_root.hitPrecision) && (_root.mouseActive)) { _root.tripBoss.injured = true; } else { _root.tripBoss.injured = false; } }
Instance of Symbol 629 MovieClip in Symbol 630 MovieClip Frame 2
onClipEvent (enterFrame) { _root.tripBoss.hitPoints--; }
Symbol 640 MovieClip Frame 1
stop();
Instance of Symbol 243 MovieClip in Symbol 640 MovieClip Frame 2
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Symbol 641 MovieClip Frame 1
stop();
Symbol 641 MovieClip Frame 2
stop();
Instance of Symbol 640 MovieClip "tripLine" in Symbol 641 MovieClip Frame 2
onClipEvent (enterFrame) { testColor = new Color(this); colorTransform = new Object(); colorOne = Math.ceil(Math.random() * 255); colorTwo = Math.ceil(Math.random() * 255); colorThree = Math.ceil(Math.random() * 255); colorTransform = {ra:100, rb:colorOne, ga:100, gb:colorTwo, ba:100, bb:colorThree, aa:90, ab:90}; testColor.setTransform(colorTransform); }
Symbol 641 MovieClip Frame 4
stop();
Instance of Symbol 640 MovieClip "tripLineTwo" in Symbol 641 MovieClip Frame 4
onClipEvent (enterFrame) { testColor = new Color(this); colorTransform = new Object(); colorOne = Math.ceil(Math.random() * 255); colorTwo = Math.ceil(Math.random() * 255); colorThree = Math.ceil(Math.random() * 255); colorTransform = {ra:100, rb:colorOne, ga:100, gb:colorTwo, ba:100, bb:colorThree, aa:90, ab:90}; testColor.setTransform(colorTransform); }
Symbol 641 MovieClip Frame 45
stop(); _root.play();
Instance of Symbol 243 MovieClip in Symbol 655 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 555 MovieClip "puppetBoss" in Symbol 657 MovieClip Frame 1
onClipEvent (load) { injured = false; hitPoints = 250; deathCounter = 15; extreme = true; } onClipEvent (enterFrame) { if (hitPoints == 0) { _global.extremeFive = true; _root.enemyCounter++; _root.counterFunction(); hitPoints = -1; } if (hitPoints == -1) { deathCounter--; _root.fade._alpha = _root.fade._alpha + 8; if (deathCounter == 0) { _root.gotoAndPlay("MenuTwo"); } } }
Instance of Symbol 243 MovieClip in Symbol 659 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 659 MovieClip in Symbol 660 MovieClip Frame 150
onClipEvent (load) { _parent._x = Math.random() * Stage.width; }
Instance of Symbol 243 MovieClip in Symbol 662 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 561 MovieClip "beam" in Symbol 667 MovieClip Frame 1
onClipEvent (load) { timer = Math.ceil(Math.random() * 30); } onClipEvent (enterFrame) { if (_parent.extra) { } else if (timer > 0) { timer--; } else { this.play(); timer = 60; } }
Instance of Symbol 243 MovieClip "stopBlock" in Symbol 667 MovieClip Frame 1
onClipEvent (load) { _visible = false; }
Symbol 708 Button
on (press) { if (_global.endless) { _root.play(); } else { _root.gotoAndStop("Unlocked"); } }
Symbol 712 Button
on (press) { _global.endless = true; _global.survival = true; _global.extreme = true; _global.extras = true; _root.play(); }

Library Items

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

Instance Names

"bar"Frame 1Symbol 23 MovieClip
"progressive"Frame 6Symbol 82 MovieClip
"endless"Frame 6Symbol 85 MovieClip
"survival"Frame 6Symbol 88 MovieClip
"extreme"Frame 6Symbol 91 MovieClip
"extras"Frame 6Symbol 94 MovieClip
"window"Frame 6Symbol 198 MovieClip
"hitPrecision"Frame 6Symbol 200 MovieClip
"parentAimer"Frame 7Symbol 203 MovieClip
"soundClip"Frame 15Symbol 208 MovieClip
"soundClip"Frame 16Symbol 208 MovieClip
"statusBar"Frame 59Symbol 217 MovieClip
"lifeBar"Frame 59Symbol 233 MovieClip
"character"Frame 71Symbol 269 MovieClip
"backGround"Frame 72Symbol 416 MovieClip
"parentFlash"Frame 72Symbol 422 MovieClip
"conCirc"Frame 84Symbol 200 MovieClip
"parentAimer"Frame 84Symbol 203 MovieClip
"hitPrecision"Frame 84Symbol 200 MovieClip
"bulletDirt"Frame 84Symbol 434 MovieClip
"parentEnemy"Frame 89Symbol 440 MovieClip
"parentEnemyTwo"Frame 89Symbol 440 MovieClip
"turretOne"Frame 90Symbol 450 MovieClip
"turretTwo"Frame 90Symbol 450 MovieClip
"laserBoss"Frame 91Symbol 481 MovieClip
"parentEnemy"Frame 92Symbol 483 MovieClip
"parentEnemyTwo"Frame 92Symbol 483 MovieClip
"parentEnemy"Frame 93Symbol 493 MovieClip
"parentEnemyTwo"Frame 93Symbol 493 MovieClip
"plantBoss"Frame 94Symbol 506 MovieClip
"parentEnemy"Frame 95Symbol 508 MovieClip
"spikesOne"Frame 95Symbol 512 MovieClip
"parentEnemy"Frame 96Symbol 508 MovieClip
"spikesTwo"Frame 96Symbol 512 MovieClip
"leftArm"Frame 97Symbol 515 MovieClip
"rightArm"Frame 97Symbol 519 MovieClip
"parentEnemy"Frame 98Symbol 483 MovieClip
"curtains"Frame 99Symbol 556 MovieClip
"parentEnemy"Frame 101Symbol 566 MovieClip
"parentEnemyTwo"Frame 101Symbol 566 MovieClip
"parentEnemy"Frame 102Symbol 568 MovieClip
"parentEnemyTwo"Frame 102Symbol 568 MovieClip
"crayons"Frame 107Symbol 600 MovieClip
"dinosaur"Frame 108Symbol 613 MovieClip
"tripBoss"Frame 110Symbol 641 MovieClip
"soundClip"Frame 112Symbol 208 MovieClip
"soundClip"Frame 113Symbol 208 MovieClip
"character"Frame 168Symbol 269 MovieClip
"parentEnemy"Frame 169Symbol 440 MovieClip
"parentEnemyTwo"Frame 169Symbol 440 MovieClip
"parentEnemyThree"Frame 169Symbol 440 MovieClip
"parentEnemyFour"Frame 169Symbol 440 MovieClip
"parentEnemyFive"Frame 169Symbol 440 MovieClip
"parentEnemySix"Frame 169Symbol 440 MovieClip
"parentEnemySeven"Frame 169Symbol 440 MovieClip
"parentEnemyEight"Frame 169Symbol 440 MovieClip
"parentEnemyNine"Frame 169Symbol 440 MovieClip
"parentEnemyTen"Frame 169Symbol 440 MovieClip
"parentEnemyEleven"Frame 169Symbol 440 MovieClip
"conCirc"Frame 169Symbol 200 MovieClip
"parentAimer"Frame 169Symbol 203 MovieClip
"hitPrecision"Frame 169Symbol 200 MovieClip
"bulletDirt"Frame 169Symbol 434 MovieClip
"statusBar"Frame 169Symbol 217 MovieClip
"lifeBar"Frame 169Symbol 233 MovieClip
"parentEnemy"Frame 170Symbol 483 MovieClip
"parentEnemyTwo"Frame 170Symbol 483 MovieClip
"parentEnemy"Frame 171Symbol 493 MovieClip
"parentEnemyTwo"Frame 171Symbol 493 MovieClip
"spikesOne"Frame 172Symbol 512 MovieClip
"parentEnemy"Frame 172Symbol 508 MovieClip
"spikesTwo"Frame 173Symbol 512 MovieClip
"parentEnemy"Frame 173Symbol 508 MovieClip
"parentEnemy"Frame 174Symbol 483 MovieClip
"parentEnemy"Frame 176Symbol 566 MovieClip
"parentEnemyTwo"Frame 176Symbol 566 MovieClip
"crayons"Frame 178Symbol 600 MovieClip
"soundClip"Frame 179Symbol 208 MovieClip
"soundClip"Frame 180Symbol 208 MovieClip
"character"Frame 236Symbol 269 MovieClip
"parentEnemy"Frame 237Symbol 440 MovieClip
"parentEnemyTwo"Frame 237Symbol 440 MovieClip
"parentEnemyThree"Frame 237Symbol 440 MovieClip
"parentEnemyFour"Frame 237Symbol 440 MovieClip
"parentEnemyFive"Frame 237Symbol 440 MovieClip
"parentEnemySix"Frame 237Symbol 440 MovieClip
"parentEnemySeven"Frame 237Symbol 440 MovieClip
"parentEnemyEight"Frame 237Symbol 440 MovieClip
"parentEnemyNine"Frame 237Symbol 440 MovieClip
"parentEnemyTen"Frame 237Symbol 440 MovieClip
"parentEnemyEleven"Frame 237Symbol 440 MovieClip
"conCirc"Frame 237Symbol 200 MovieClip
"parentAimer"Frame 237Symbol 203 MovieClip
"hitPrecision"Frame 237Symbol 200 MovieClip
"bulletDirt"Frame 237Symbol 434 MovieClip
"statusBar"Frame 237Symbol 217 MovieClip
"lifeBar"Frame 237Symbol 233 MovieClip
"parentEnemyTwo"Frame 238Symbol 483 MovieClip
"parentEnemyTwo"Frame 239Symbol 493 MovieClip
"parentEnemy"Frame 239Symbol 493 MovieClip
"parentEnemy"Frame 240Symbol 483 MovieClip
"parentEnemy"Frame 242Symbol 566 MovieClip
"parentEnemyTwo"Frame 242Symbol 566 MovieClip
"soundClip"Frame 244Symbol 208 MovieClip
"soundClip"Frame 245Symbol 208 MovieClip
"character"Frame 301Symbol 269 MovieClip
"conCirc"Frame 301Symbol 200 MovieClip
"parentAimer"Frame 301Symbol 203 MovieClip
"hitPrecision"Frame 301Symbol 200 MovieClip
"bulletDirt"Frame 301Symbol 434 MovieClip
"statusBar"Frame 301Symbol 217 MovieClip
"lifeBar"Frame 301Symbol 233 MovieClip
"laserBoss"Frame 302Symbol 481 MovieClip
"fade"Frame 302Symbol 77 MovieClip
"plantBoss"Frame 303Symbol 506 MovieClip
"leftArmThree"Frame 304Symbol 515 MovieClip
"leftArmTwo"Frame 304Symbol 515 MovieClip
"leftArm"Frame 304Symbol 515 MovieClip
"rightArm"Frame 304Symbol 519 MovieClip
"rightArmTwo"Frame 304Symbol 519 MovieClip
"curtains"Frame 305Symbol 657 MovieClip
"dinosaur"Frame 308Symbol 613 MovieClip
"ballTwo"Frame 308Symbol 662 MovieClip
"ballOne"Frame 308Symbol 662 MovieClip
"ballThree"Frame 308Symbol 662 MovieClip
"ballFive"Frame 308Symbol 662 MovieClip
"ballFour"Frame 308Symbol 662 MovieClip
"tripBoss"Frame 309Symbol 641 MovieClip
"ufo"Frame 310Symbol 667 MovieClip
"statusBar"Frame 310Symbol 217 MovieClip
"soundClip"Frame 310Symbol 208 MovieClip
"parentEnemy"Frame 310Symbol 680 MovieClip
"personNumber"Frame 310Symbol 693 MovieClip
"parentEnemy"Frame 310Symbol 680 MovieClip
"parentEnemy"Frame 310Symbol 680 MovieClip
"parentEnemy"Frame 311Symbol 680 MovieClip
"parentEnemyTwo"Frame 311Symbol 680 MovieClip
"collector1"Frame 311Symbol 698 MovieClip
"collector2"Frame 311Symbol 698 MovieClip
"collector3"Frame 311Symbol 698 MovieClip
"collector4"Frame 311Symbol 698 MovieClip
"collector5"Frame 311Symbol 698 MovieClip
"parentEnemyThree"Frame 311Symbol 680 MovieClip
"parentEnemyFour"Frame 311Symbol 680 MovieClip
"ufo"Frame 311Symbol 667 MovieClip
"soundClip"Frame 311Symbol 208 MovieClip
"light"Symbol 110 MovieClip Frame 1Symbol 107 MovieClip
"life"Symbol 233 MovieClip Frame 1Symbol 231 MovieClip
"rocketBoots"Symbol 256 MovieClip Frame 1Symbol 238 MovieClip
"hips"Symbol 256 MovieClip Frame 1Symbol 241 MovieClip
"characterBase"Symbol 256 MovieClip Frame 1Symbol 243 MovieClip
"legs"Symbol 269 MovieClip Frame 1Symbol 256 MovieClip
"body"Symbol 269 MovieClip Frame 1Symbol 259 MovieClip
"arm"Symbol 269 MovieClip Frame 1Symbol 266 MovieClip
"line"Symbol 269 MovieClip Frame 1Symbol 268 MovieClip
"hitSection"Symbol 269 MovieClip Frame 1Symbol 243 MovieClip
"brain"Symbol 361 MovieClip Frame 1Symbol 345 MovieClip
"glassHead"Symbol 361 MovieClip Frame 1Symbol 349 MovieClip
"earOne"Symbol 361 MovieClip Frame 1Symbol 360 MovieClip
"earTwo"Symbol 361 MovieClip Frame 1Symbol 360 MovieClip
"fish"Symbol 407 MovieClip Frame 1Symbol 406 MovieClip
"fish"Symbol 407 MovieClip Frame 35Symbol 406 MovieClip
"fish"Symbol 407 MovieClip Frame 45Symbol 406 MovieClip
"fish"Symbol 407 MovieClip Frame 80Symbol 406 MovieClip
"fish"Symbol 407 MovieClip Frame 90Symbol 406 MovieClip
"fish"Symbol 407 MovieClip Frame 110Symbol 406 MovieClip
"fish"Symbol 407 MovieClip Frame 115Symbol 406 MovieClip
"fish"Symbol 407 MovieClip Frame 135Symbol 406 MovieClip
"fish"Symbol 407 MovieClip Frame 140Symbol 406 MovieClip
"fish"Symbol 407 MovieClip Frame 160Symbol 406 MovieClip
"fish"Symbol 407 MovieClip Frame 165Symbol 406 MovieClip
"fish"Symbol 407 MovieClip Frame 185Symbol 406 MovieClip
"fish"Symbol 407 MovieClip Frame 190Symbol 406 MovieClip
"fish"Symbol 407 MovieClip Frame 210Symbol 406 MovieClip
"fish"Symbol 407 MovieClip Frame 220Symbol 406 MovieClip
"fish"Symbol 407 MovieClip Frame 260Symbol 406 MovieClip
"fish"Symbol 407 MovieClip Frame 270Symbol 406 MovieClip
"fish"Symbol 407 MovieClip Frame 310Symbol 406 MovieClip
"fish"Symbol 407 MovieClip Frame 321Symbol 406 MovieClip
"fish"Symbol 407 MovieClip Frame 345Symbol 406 MovieClip
"insideWalker"Symbol 440 MovieClip Frame 1Symbol 437 MovieClip
"parentBall"Symbol 450 MovieClip Frame 1Symbol 442 MovieClip
"deathTurret"Symbol 450 MovieClip Frame 3Symbol 449 MovieClip
"innerLaser"Symbol 481 MovieClip Frame 1Symbol 478 MovieClip
"missleTwo"Symbol 481 MovieClip Frame 25Symbol 480 MovieClip
"missleOne"Symbol 481 MovieClip Frame 25Symbol 480 MovieClip
"innerLaser"Symbol 481 MovieClip Frame 26Symbol 478 MovieClip
"plantCenter"Symbol 506 MovieClip Frame 22Symbol 498 MovieClip
"laser"Symbol 515 MovieClip Frame 50Symbol 471 MovieClip
"innerLeftArm"Symbol 515 MovieClip Frame 50Symbol 514 MovieClip
"innerRightArm"Symbol 519 MovieClip Frame 1Symbol 518 MovieClip
"ghostShot"Symbol 527 MovieClip Frame 1Symbol 522 MovieClip
"heart"Symbol 554 MovieClip Frame 1Symbol 551 MovieClip
"puppetBoss"Symbol 556 MovieClip Frame 50Symbol 555 MovieClip
"beam"Symbol 566 MovieClip Frame 1Symbol 561 MovieClip
"innerAlien"Symbol 582 MovieClip Frame 76Symbol 576 MovieClip
"jaw"Symbol 589 MovieClip Frame 1Symbol 585 MovieClip
"crayon"Symbol 597 MovieClip Frame 1Symbol 596 MovieClip
"head"Symbol 613 MovieClip Frame 1Symbol 610 MovieClip
"head"Symbol 613 MovieClip Frame 110Symbol 610 MovieClip
"head"Symbol 613 MovieClip Frame 135Symbol 610 MovieClip
"head"Symbol 613 MovieClip Frame 175Symbol 610 MovieClip
"head"Symbol 613 MovieClip Frame 195Symbol 610 MovieClip
"head"Symbol 613 MovieClip Frame 325Symbol 610 MovieClip
"head"Symbol 613 MovieClip Frame 345Symbol 610 MovieClip
"head"Symbol 613 MovieClip Frame 385Symbol 610 MovieClip
"tripBall"Symbol 641 MovieClip Frame 1Symbol 625 MovieClip
"innerTrip"Symbol 641 MovieClip Frame 1Symbol 630 MovieClip
"tripLine"Symbol 641 MovieClip Frame 2Symbol 640 MovieClip
"tripLineTwo"Symbol 641 MovieClip Frame 4Symbol 640 MovieClip
"puppetBoss"Symbol 657 MovieClip Frame 1Symbol 555 MovieClip
"beamSpot"Symbol 667 MovieClip Frame 1Symbol 665 MovieClip
"beam"Symbol 667 MovieClip Frame 1Symbol 561 MovieClip
"stopBlock"Symbol 667 MovieClip Frame 1Symbol 243 MovieClip
"personNumber"Symbol 698 MovieClip Frame 1Symbol 693 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "machineGun"
ExportAssets (56)Timeline Frame 1Symbol 2 as "reward"
ExportAssets (56)Timeline Frame 1Symbol 3 as "musicFour"
ExportAssets (56)Timeline Frame 1Symbol 4 as "playerHurt"
ExportAssets (56)Timeline Frame 1Symbol 5 as "musicThree"
ExportAssets (56)Timeline Frame 1Symbol 6 as "musicTwo"
ExportAssets (56)Timeline Frame 1Symbol 7 as "musicOne"

Labels

"MenuTwo"Frame 6
"Progressive"Frame 15
"walkerPro"Frame 89
"turretPro"Frame 90
"laserPro"Frame 91
"bombPro"Frame 92
"spinnerPro"Frame 93
"plantPro"Frame 94
"spikePro"Frame 95
"spikeTwoPro"Frame 96
"robotPro"Frame 97
"bombTwoPro"Frame 98
"ghostPro"Frame 99
"puppetPro"Frame 100
"ufoPro"Frame 101
"asteroidPro"Frame 102
"alienPro"Frame 103
"sharkPro"Frame 104
"fishPro"Frame 105
"lavaPro"Frame 106
"crayonPro"Frame 107
"dinosaurPro"Frame 108
"tripPro"Frame 110
"Endless"Frame 112
"walkerEnd"Frame 169
"bombEnd"Frame 170
"spinnerEnd"Frame 171
"spikeEnd"Frame 172
"spikeTwoEnd"Frame 173
"bombTwoEnd"Frame 174
"ghostEnd"Frame 175
"ufoEnd"Frame 176
"sharkEnd"Frame 177
"crayonEnd"Frame 178
"Survival"Frame 179
"walkerSur"Frame 237
"bombSur"Frame 238
"spinnerSur"Frame 239
"bombTwoSur"Frame 240
"ghostSur"Frame 241
"ufoSur"Frame 242
"sharkSur"Frame 243
"Extreme"Frame 244
"laserEx"Frame 302
"plantEx"Frame 303
"robotEx"Frame 304
"puppetEx"Frame 305
"alienEx"Frame 306
"lavaEx"Frame 307
"dinosaurEx"Frame 308
"tripEx"Frame 309
"Extras"Frame 310
"GameOver"Frame 312
"Completed"Frame 340
"Unlocked"Frame 368
"HighScore"Frame 377
"unlocked"Symbol 110 MovieClip Frame 1
"activated"Symbol 110 MovieClip Frame 2
"locked"Symbol 110 MovieClip Frame 51
"progressive"Symbol 198 MovieClip Frame 2
"endless"Symbol 198 MovieClip Frame 3
"survival"Symbol 198 MovieClip Frame 4
"extreme"Symbol 198 MovieClip Frame 5
"extras"Symbol 198 MovieClip Frame 6
"right"Symbol 295 MovieClip Frame 1
"left"Symbol 295 MovieClip Frame 2
"down"Symbol 295 MovieClip Frame 3
"up"Symbol 295 MovieClip Frame 4
"idle"Symbol 295 MovieClip Frame 5
"right"Symbol 298 MovieClip Frame 1
"left"Symbol 298 MovieClip Frame 2
"down"Symbol 298 MovieClip Frame 3
"up"Symbol 298 MovieClip Frame 4
"idle"Symbol 298 MovieClip Frame 5
"injured"Symbol 345 MovieClip Frame 2
"death"Symbol 345 MovieClip Frame 3
"injured"Symbol 349 MovieClip Frame 2
"death"Symbol 349 MovieClip Frame 3
"injured"Symbol 355 MovieClip Frame 2
"death"Symbol 355 MovieClip Frame 3
"injured"Symbol 360 MovieClip Frame 2
"death"Symbol 360 MovieClip Frame 3
"right"Symbol 391 MovieClip Frame 1
"left"Symbol 391 MovieClip Frame 2
"down"Symbol 391 MovieClip Frame 3
"up"Symbol 391 MovieClip Frame 4
"idle"Symbol 391 MovieClip Frame 5
"injured"Symbol 406 MovieClip Frame 2
"death"Symbol 407 MovieClip Frame 321
"turretPro"Symbol 416 MovieClip Frame 50
"injured"Symbol 440 MovieClip Frame 2
"death"Symbol 440 MovieClip Frame 3
"injured"Symbol 450 MovieClip Frame 2
"death"Symbol 450 MovieClip Frame 3
"injured"Symbol 478 MovieClip Frame 2
"death"Symbol 478 MovieClip Frame 3
"death"Symbol 483 MovieClip Frame 2
"injured"Symbol 493 MovieClip Frame 2
"death"Symbol 493 MovieClip Frame 3
"injured"Symbol 498 MovieClip Frame 2
"death"Symbol 506 MovieClip Frame 342
"injured"Symbol 527 MovieClip Frame 2
"death"Symbol 527 MovieClip Frame 3
"injured"Symbol 551 MovieClip Frame 2
"death"Symbol 551 MovieClip Frame 3
"death"Symbol 555 MovieClip Frame 610
"injured"Symbol 566 MovieClip Frame 2
"death"Symbol 566 MovieClip Frame 3
"injured"Symbol 576 MovieClip Frame 2
"death"Symbol 576 MovieClip Frame 3
"injured"Symbol 589 MovieClip Frame 2
"death"Symbol 589 MovieClip Frame 3
"injured"Symbol 594 MovieClip Frame 2
"death"Symbol 594 MovieClip Frame 3
"injured"Symbol 610 MovieClip Frame 2
"death"Symbol 613 MovieClip Frame 401
"injured"Symbol 618 MovieClip Frame 2
"death"Symbol 618 MovieClip Frame 3
"injured"Symbol 630 MovieClip Frame 2
"death"Symbol 641 MovieClip Frame 5
"walking"Symbol 680 MovieClip Frame 1
"rising"Symbol 680 MovieClip Frame 2

Dynamic Text Variables

timeSymbol 647 EditableText"0000"
timeSymbol 649 EditableText"0000"
scoreSymbol 699 EditableText"0"
timeSymbol 700 EditableText"2000"
currentScoreSymbol 718 EditableText"0"
highScoreSymbol 719 EditableText"0"
currentScoreSymbol 722 EditableText"0"
highScoreSymbol 723 EditableText"0"
currentScoreSymbol 725 EditableText"0"
highScoreSymbol 726 EditableText"0"




https://swfchan.com/53/263116/info.shtml
Created: 16/3 -2026 20:04:14 Last modified: 16/3 -2026 20:04:14 Server time: 17/03 -2026 12:25:18