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

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

Machine Man.swf

This is the info page for
Flash #11636

(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 112 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 112 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 112 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 112 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 112 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 202 MovieClip "hitPrecision" in Frame 6
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; }
Instance of Symbol 205 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 210 MovieClip "soundClip" in Frame 15
onClipEvent (load) { _root.musicOne.stop(); this.gotoAndStop(4); }
Instance of Symbol 210 MovieClip "soundClip" in Frame 16
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 230 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 230 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 230 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 230 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 230 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 271 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 418 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 424 MovieClip "parentFlash" in Frame 72
onClipEvent (load) { if (_name == "parentFlash") { this.duplicateMovieClip("blueFlash", 3000); } }
Instance of Symbol 245 MovieClip in Frame 72
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.deathFunction(); } }
Instance of Symbol 202 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 205 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 202 MovieClip "hitPrecision" in Frame 84
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; }
Instance of Symbol 436 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 443 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 393 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 443 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 393 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 393 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 453 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 453 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 484 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 486 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 486 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 393 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 393 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 393 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 496 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 496 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 393 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 509 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 511 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 511 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 486 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 393 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 393 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 393 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 530 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 530 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 530 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 569 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 569 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 393 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 393 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 571 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 571 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 393 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 393 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 393 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 393 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 585 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 593 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 593 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 593 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 393 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 393 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 393 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 598 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 598 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 598 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 598 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 604 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 618 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 623 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 623 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 623 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 623 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 623 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 623 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 646 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 210 MovieClip "soundClip" in Frame 112
onClipEvent (load) { _root.musicOne.stop(); this.gotoAndStop(4); }
Instance of Symbol 210 MovieClip "soundClip" in Frame 113
onClipEvent (load) { this.gotoAndStop(1); }
Frame 168
_root.gotoAndStop(_global.stageName);
Instance of Symbol 245 MovieClip in Frame 168
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.deathFunction(); } }
Instance of Symbol 271 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 288 MovieClip in Frame 169
onClipEvent (load) { startY = _y; _y = 1000; } onClipEvent (enterFrame) { if (_root.enemyCounter >= 70) { _y = startY; } }
Instance of Symbol 289 MovieClip in Frame 169
onClipEvent (load) { startY = _y; _y = 1000; } onClipEvent (enterFrame) { if (_root.enemyCounter >= 70) { _y = startY; } }
Instance of Symbol 288 MovieClip in Frame 169
onClipEvent (load) { startY = _y; _y = 1000; } onClipEvent (enterFrame) { if (_root.enemyCounter >= 125) { _y = startY; } }
Instance of Symbol 289 MovieClip in Frame 169
onClipEvent (load) { startY = _y; _y = 1000; } onClipEvent (enterFrame) { if (_root.enemyCounter >= 125) { _y = startY; } }
Instance of Symbol 288 MovieClip in Frame 169
onClipEvent (load) { startY = _y; _y = 1000; } onClipEvent (enterFrame) { if (_root.enemyCounter >= 125) { _y = startY; } }
Instance of Symbol 289 MovieClip in Frame 169
onClipEvent (load) { startY = _y; _y = 1000; } onClipEvent (enterFrame) { if (_root.enemyCounter >= 125) { _y = startY; } }
Instance of Symbol 443 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 443 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 443 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 443 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 443 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 443 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 443 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 443 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 443 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 443 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 443 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 202 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 205 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 202 MovieClip "hitPrecision" in Frame 169
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; }
Instance of Symbol 436 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 230 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 230 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 230 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 230 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 230 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 202 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 486 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 486 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 202 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 496 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 496 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 202 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 511 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 202 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 511 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 202 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 486 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 202 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 530 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 530 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 530 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 202 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 569 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 569 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 202 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 593 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 593 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 593 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 593 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 593 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 593 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 593 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 593 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 593 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 202 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 604 MovieClip "crayons" in Frame 178
onClipEvent (load) { endless = true; }
Instance of Symbol 202 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 210 MovieClip "soundClip" in Frame 179
onClipEvent (load) { _root.musicOne.stop(); this.gotoAndStop(4); }
Instance of Symbol 210 MovieClip "soundClip" in Frame 180
onClipEvent (load) { this.gotoAndStop(1); }
Frame 236
_root.gotoAndStop(_global.stageName);
Instance of Symbol 245 MovieClip in Frame 236
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.deathFunction(); } }
Instance of Symbol 271 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 288 MovieClip in Frame 237
onClipEvent (load) { startY = _y; _y = 1000; } onClipEvent (enterFrame) { if (_root.conCirc.timer == 700) { _y = startY; } }
Instance of Symbol 289 MovieClip in Frame 237
onClipEvent (load) { startY = _y; _y = 1000; } onClipEvent (enterFrame) { if (_root.conCirc.timer == 700) { _y = startY; } }
Instance of Symbol 288 MovieClip in Frame 237
onClipEvent (load) { startY = _y; _y = 1000; } onClipEvent (enterFrame) { if (_root.conCirc.timer == 1600) { _y = startY; } }
Instance of Symbol 289 MovieClip in Frame 237
onClipEvent (load) { startY = _y; _y = 1000; } onClipEvent (enterFrame) { if (_root.conCirc.timer == 1600) { _y = startY; } }
Instance of Symbol 288 MovieClip in Frame 237
onClipEvent (load) { startY = _y; _y = 1000; } onClipEvent (enterFrame) { if (_root.conCirc.timer == 1600) { _y = startY; } }
Instance of Symbol 289 MovieClip in Frame 237
onClipEvent (load) { startY = _y; _y = 1000; } onClipEvent (enterFrame) { if (_root.conCirc.timer == 1600) { _y = startY; } }
Instance of Symbol 443 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 443 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 443 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 443 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 443 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 443 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 443 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 443 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 443 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 443 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 443 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 202 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 205 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 202 MovieClip "hitPrecision" in Frame 237
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; }
Instance of Symbol 230 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 202 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 486 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 202 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 496 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 496 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 202 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 486 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 202 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 530 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 530 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 530 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 202 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 569 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 569 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 202 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 593 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 593 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 593 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 593 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 593 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 593 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 593 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 593 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 593 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 202 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 210 MovieClip "soundClip" in Frame 244
onClipEvent (load) { _root.musicOne.stop(); this.gotoAndStop(4); }
Instance of Symbol 210 MovieClip "soundClip" in Frame 245
onClipEvent (load) { this.gotoAndStop(1); }
Frame 301
_root.gotoAndStop(_global.stageName);
Instance of Symbol 245 MovieClip in Frame 301
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.deathFunction(); } }
Instance of Symbol 271 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 202 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 205 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 202 MovieClip "hitPrecision" in Frame 301
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; }
Instance of Symbol 436 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 230 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 230 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 230 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 230 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 230 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 484 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 509 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 363 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 518 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 518 MovieClip "leftArmTwo" in Frame 304
onClipEvent (load) { extreme = true; }
Instance of Symbol 518 MovieClip "leftArm" in Frame 304
onClipEvent (load) { extreme = true; }
Instance of Symbol 585 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 409 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 618 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 667 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 667 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 667 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 667 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 667 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 646 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 672 MovieClip "ufo" in Frame 310
onClipEvent (load) { extra = true; this.beam.gotoAndStop(1); }
Instance of Symbol 210 MovieClip "soundClip" in Frame 310
onClipEvent (load) { _root.musicOne.stop(); this.gotoAndStop(4); }
Instance of Symbol 685 MovieClip "parentEnemy" in Frame 310
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 685 MovieClip "parentEnemy" in Frame 310
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 685 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 685 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 685 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 703 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 703 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 703 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 703 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 703 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 685 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 685 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 672 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 210 MovieClip "soundClip" in Frame 311
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 202 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 722 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 108 MovieClip Frame 1
stop();
Symbol 112 MovieClip Frame 1
stop();
Symbol 112 MovieClip Frame 50
stop();
Symbol 112 MovieClip Frame 51
stop();
Symbol 142 Button
on (press) { _global.enemyCounterControl = 0; _global.stageName = "walkerPro"; _root.gotoAndPlay("Progressive"); }
Symbol 143 Button
on (press) { if (_global.stageThree) { _global.enemyCounterControl = 70; _global.backGroundControl = 3; _global.stageName = "laserPro"; _root.gotoAndPlay("Progressive"); } }
Symbol 144 Button
on (press) { if (_global.stageFour) { _global.enemyCounterControl = 71; _global.backGroundControl = 4; _global.stageName = "bombPro"; _root.gotoAndPlay("Progressive"); } }
Symbol 145 Button
on (press) { if (_global.stageTwo) { _global.enemyCounterControl = 60; _global.backGroundControl = 2; _global.stageName = "turretPro"; _root.gotoAndPlay("Progressive"); } }
Symbol 146 Button
on (press) { if (_global.stageSix) { _global.enemyCounterControl = 115; _global.backGroundControl = 6; _global.stageName = "plantPro"; _root.gotoAndPlay("Progressive"); } }
Symbol 147 Button
on (press) { if (_global.stageSeven) { _global.enemyCounterControl = 116; _global.backGroundControl = 7; _global.stageName = "spikePro"; _root.gotoAndPlay("Progressive"); } }
Symbol 148 Button
on (press) { if (_global.stageFive) { _global.enemyCounterControl = 100; _global.backGroundControl = 5; _global.stageName = "spinnerPro"; _root.gotoAndPlay("Progressive"); } }
Symbol 149 Button
on (press) { if (_global.stageEight) { _global.enemyCounterControl = 116; _global.backGroundControl = 8; _global.stageName = "spikeTwoPro"; _root.gotoAndPlay("Progressive"); } }
Symbol 150 Button
on (press) { if (_global.stageThirteen) { _global.enemyCounterControl = 144; _global.backGroundControl = 13; _global.stageName = "ufoPro"; _root.gotoAndPlay("Progressive"); } }
Symbol 151 Button
on (press) { if (_global.stageTen) { _global.enemyCounterControl = 117; _global.backGroundControl = 10; _global.stageName = "bombTwoPro"; _root.gotoAndPlay("Progressive"); } }
Symbol 152 Button
on (press) { if (_global.stageNine) { _global.enemyCounterControl = 116; _global.backGroundControl = 9; _global.stageName = "robotPro"; _root.gotoAndPlay("Progressive"); } }
Symbol 153 Button
on (press) { if (_global.stageTwelve) { _global.enemyCounterControl = 143; _global.backGroundControl = 12; _global.stageName = "puppetPro"; _root.gotoAndPlay("Progressive"); } }
Symbol 154 Button
on (press) { if (_global.stageEleven) { _global.enemyCounterControl = 140; _global.backGroundControl = 11; _global.stageName = "ghostPro"; _root.gotoAndPlay("Progressive"); } }
Symbol 155 Button
on (press) { if (_global.stageFourteen) { _global.enemyCounterControl = 165; _global.backGroundControl = 14; _global.stageName = "asteroidPro"; _root.gotoAndPlay("Progressive"); } }
Symbol 156 Button
on (press) { if (_global.stageSeventeen) { _global.enemyCounterControl = 169; _global.backGroundControl = 17; _global.stageName = "fishPro"; _root.gotoAndPlay("Progressive"); } }
Symbol 157 Button
on (press) { if (_global.stageFifteen) { _global.enemyCounterControl = 165; _global.backGroundControl = 15; _global.stageName = "alienPro"; _root.gotoAndPlay("Progressive"); } }
Symbol 158 Button
on (press) { if (_global.stageSixteen) { _global.enemyCounterControl = 166; _global.backGroundControl = 16; _global.stageName = "sharkPro"; _root.gotoAndPlay("Progressive"); } }
Symbol 159 Button
on (press) { if (_global.stageEighteen) { _global.enemyCounterControl = 173; _global.backGroundControl = 18; _global.stageName = "lavaPro"; _root.gotoAndPlay("Progressive"); } }
Symbol 160 Button
on (press) { if (_global.stageTwentyOne) { _global.enemyCounterControl = 174; _global.backGroundControl = 21; _global.stageName = "tripPro"; _root.gotoAndPlay("Progressive"); } }
Symbol 161 Button
on (press) { if (_global.stageNineteen) { _global.enemyCounterControl = 174; _global.backGroundControl = 19; _global.stageName = "crayonPro"; _root.gotoAndPlay("Progressive"); } }
Symbol 162 Button
on (press) { if (_global.stageTwenty) { _global.enemyCounterControl = 174; _global.backGroundControl = 20; _global.stageName = "dinosaurPro"; _root.gotoAndPlay("Progressive"); } }
Symbol 163 Button
on (press) { _root.menuOpen = false; _root.window.gotoAndStop(1); }
Symbol 164 MovieClip Frame 4
stop();
Instance of Symbol 97 MovieClip in Symbol 164 MovieClip Frame 4
onClipEvent (load) { if (_global.stageTwo) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 164 MovieClip Frame 4
onClipEvent (load) { if (_global.stageThree) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 164 MovieClip Frame 4
onClipEvent (load) { if (_global.stageFour) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 164 MovieClip Frame 4
onClipEvent (load) { if (_global.stageFive) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 164 MovieClip Frame 4
onClipEvent (load) { if (_global.stageEight) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 164 MovieClip Frame 4
onClipEvent (load) { if (_global.stageNine) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 164 MovieClip Frame 4
onClipEvent (load) { if (_global.stageTen) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 164 MovieClip Frame 4
onClipEvent (load) { if (_global.stageEleven) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 164 MovieClip Frame 4
onClipEvent (load) { if (_global.stageFourteen) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 164 MovieClip Frame 4
onClipEvent (load) { if (_global.stageFifteen) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 164 MovieClip Frame 4
onClipEvent (load) { if (_global.stageSixteen) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 164 MovieClip Frame 4
onClipEvent (load) { if (_global.stageSeventeen) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 164 MovieClip Frame 4
onClipEvent (load) { if (_global.stageSix) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 164 MovieClip Frame 4
onClipEvent (load) { if (_global.stageSeven) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 164 MovieClip Frame 4
onClipEvent (load) { if (_global.stageTwelve) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 164 MovieClip Frame 4
onClipEvent (load) { if (_global.stageThirteen) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 164 MovieClip Frame 4
onClipEvent (load) { if (_global.stageTwenty) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 164 MovieClip Frame 4
onClipEvent (load) { if (_global.stageTwentyOne) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 164 MovieClip Frame 4
onClipEvent (load) { if (_global.stageEighteen) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 164 MovieClip Frame 4
onClipEvent (load) { if (_global.stageNineteen) { _visible = false; } else { _visible = true; } }
Symbol 166 Button
on (press) { _global.endlessTwo = true; _global.stageName = "walkerEnd"; _root.gotoAndPlay("Endless"); }
Symbol 167 Button
on (press) { if (_global.endlessTwo) { _global.endlessThree = true; _global.stageName = "bombEnd"; _root.gotoAndPlay("Endless"); } }
Symbol 168 Button
on (press) { if (_global.endlessFour) { _global.endlessFive = true; _global.stageName = "spikeEnd"; _root.gotoAndPlay("Endless"); } }
Symbol 169 Button
on (press) { if (_global.endlessThree) { _global.endlessFour = true; _global.stageName = "spinnerEnd"; _root.gotoAndPlay("Endless"); } }
Symbol 170 Button
on (press) { if (_global.endlessFive) { _global.endlessSix = true; _global.stageName = "spikeTwoEnd"; _root.gotoAndPlay("Endless"); } }
Symbol 171 Button
on (press) { if (_global.endlessEight) { _global.endlessNine = true; _global.stageName = "ufoEnd"; _root.gotoAndPlay("Endless"); } }
Symbol 172 Button
on (press) { if (_global.endlessSix) { _global.endlessSeven = true; _global.stageName = "bombTwoEnd"; _root.gotoAndPlay("Endless"); } }
Symbol 173 Button
on (press) { if (_global.endlessSeven) { _global.endlessEight = true; _global.stageName = "ghostEnd"; _root.gotoAndPlay("Endless"); } }
Symbol 174 Button
on (press) { if (_global.endlessNine) { _global.endlessTen = true; _global.stageName = "sharkEnd"; _root.gotoAndPlay("Endless"); } }
Symbol 175 Button
on (press) { if (_global.endlessTen) { _global.stageName = "crayonEnd"; _root.gotoAndPlay("Endless"); } }
Symbol 176 MovieClip Frame 4
stop();
Instance of Symbol 97 MovieClip in Symbol 176 MovieClip Frame 4
onClipEvent (load) { if (_global.endlessTwo) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 176 MovieClip Frame 4
onClipEvent (load) { if (_global.endlessThree) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 176 MovieClip Frame 4
onClipEvent (load) { if (_global.endlessFive) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 176 MovieClip Frame 4
onClipEvent (load) { if (_global.endlessSix) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 176 MovieClip Frame 4
onClipEvent (load) { if (_global.endlessSeven) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 176 MovieClip Frame 4
onClipEvent (load) { if (_global.endlessNine) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 176 MovieClip Frame 4
onClipEvent (load) { if (_global.endlessFour) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 176 MovieClip Frame 4
onClipEvent (load) { if (_global.endlessEight) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 176 MovieClip Frame 4
onClipEvent (load) { if (_global.endlessTen) { _visible = false; } else { _visible = true; } }
Symbol 178 Button
on (press) { _global.survivalTwo = true; _global.stageName = "walkerSur"; _root.gotoAndPlay("Survival"); }
Symbol 179 Button
on (press) { if (_global.survivalTwo) { _global.survivalThree = true; _global.stageName = "bombSur"; _root.gotoAndPlay("Survival"); } }
Symbol 180 Button
on (press) { if (_global.survivalThree) { _global.survivalFour = true; _global.stageName = "spinnerSur"; _root.gotoAndPlay("Survival"); } }
Symbol 181 Button
on (press) { if (_global.survivalSix) { _global.survivalSeven = true; _global.stageName = "ufoSur"; _root.gotoAndPlay("Survival"); } }
Symbol 182 Button
on (press) { if (_global.survivalFour) { _global.survivalFive = true; _global.stageName = "bombTwoSur"; _root.gotoAndPlay("Survival"); } }
Symbol 183 Button
on (press) { if (_global.survivalFive) { _global.survivalSix = true; _global.stageName = "ghostSur"; _root.gotoAndPlay("Survival"); } }
Symbol 184 Button
on (press) { if (_global.survivalSeven) { _global.survivalEight = true; _global.stageName = "sharkSur"; _root.gotoAndPlay("Survival"); } }
Symbol 185 MovieClip Frame 4
stop();
Instance of Symbol 97 MovieClip in Symbol 185 MovieClip Frame 4
onClipEvent (load) { if (_global.survivalTwo) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 185 MovieClip Frame 4
onClipEvent (load) { if (_global.survivalThree) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 185 MovieClip Frame 4
onClipEvent (load) { if (_global.survivalFour) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 185 MovieClip Frame 4
onClipEvent (load) { if (_global.survivalFive) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 185 MovieClip Frame 4
onClipEvent (load) { if (_global.survivalSeven) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 185 MovieClip Frame 4
onClipEvent (load) { if (_global.survivalSix) { _visible = false; } else { _visible = true; } }
Symbol 187 Button
on (press) { _global.stageName = "laserEx"; _root.gotoAndPlay("Extreme"); }
Symbol 188 Button
on (press) { if (_global.extremeTwo) { _global.stageName = "plantEx"; _root.gotoAndPlay("Extreme"); } }
Symbol 189 Button
on (press) { if (_global.extremeThree) { _global.stageName = "robotEx"; _root.gotoAndPlay("Extreme"); } }
Symbol 190 Button
on (press) { if (_global.extremeFour) { _global.stageName = "puppetEx"; _root.gotoAndPlay("Extreme"); } }
Symbol 191 Button
on (press) { if (_global.extremeFive) { _global.stageName = "alienEx"; _root.gotoAndPlay("Extreme"); } }
Symbol 192 Button
on (press) { if (_global.extremeSix) { _global.stageName = "lavaEx"; _root.gotoAndPlay("Extreme"); } }
Symbol 193 Button
on (press) { if (_global.extremeEight) { _global.stageName = "tripEx"; _root.gotoAndPlay("Extreme"); } }
Symbol 194 Button
on (press) { if (_global.extremeSeven) { _global.stageName = "dinosaurEx"; _root.gotoAndPlay("Extreme"); } }
Symbol 195 MovieClip Frame 4
stop();
Instance of Symbol 97 MovieClip in Symbol 195 MovieClip Frame 4
onClipEvent (load) { if (_global.extremeThree) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 195 MovieClip Frame 4
onClipEvent (load) { if (_global.extremeFive) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 195 MovieClip Frame 4
onClipEvent (load) { if (_global.extremeTwo) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 195 MovieClip Frame 4
onClipEvent (load) { if (_global.extremeFour) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 195 MovieClip Frame 4
onClipEvent (load) { if (_global.extremeSeven) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 195 MovieClip Frame 4
onClipEvent (load) { if (_global.extremeEight) { _visible = false; } else { _visible = true; } }
Instance of Symbol 97 MovieClip in Symbol 195 MovieClip Frame 4
onClipEvent (load) { if (_global.extremeSix) { _visible = false; } else { _visible = true; } }
Symbol 198 Button
on (press) { _root.gotoAndStop("Extras"); }
Symbol 199 MovieClip Frame 4
stop();
Symbol 200 MovieClip Frame 1
stop();
Symbol 210 MovieClip Frame 1
stop();
Symbol 210 MovieClip Frame 2
stop();
Symbol 210 MovieClip Frame 3
stop();
Instance of Symbol 218 MovieClip in Symbol 219 MovieClip Frame 1
onClipEvent (enterFrame) { if (_quality == "LOW") { this.gotoAndStop(1); } if (_quality == "MEDIUM") { this.gotoAndStop(2); } if (_quality == "HIGH") { this.gotoAndStop(3); } }
Symbol 230 MovieClip Frame 1
stop();
Instance of Symbol 233 MovieClip "life" in Symbol 235 MovieClip Frame 1
onClipEvent (enterFrame) { if (_width > 400) { _root.deathFunction(); } }
Symbol 240 MovieClip Frame 1
stop();
Symbol 258 MovieClip Frame 1
stop();
Instance of Symbol 245 MovieClip "characterBase" in Symbol 258 MovieClip Frame 1
onClipEvent (load) { _visible = false; }
Symbol 258 MovieClip Frame 25
gotoAndPlay (2);
Symbol 261 MovieClip Frame 1
stop();
Symbol 261 MovieClip Frame 2
stop();
Symbol 266 MovieClip Frame 1
stop();
Symbol 268 MovieClip Frame 1
stop();
Instance of Symbol 264 MovieClip in Symbol 268 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 266 MovieClip in Symbol 268 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.mouseActive) { this.play(); } else { this.gotoAndStop(1); } }
Instance of Symbol 258 MovieClip "legs" in Symbol 271 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 268 MovieClip "arm" in Symbol 271 MovieClip Frame 1
onClipEvent (enterFrame) { _rotation = _parent.rotation; updateAfterEvent(); }
Instance of Symbol 270 MovieClip "line" in Symbol 271 MovieClip Frame 1
onClipEvent (load) { _visible = false; }
Instance of Symbol 245 MovieClip "hitSection" in Symbol 271 MovieClip Frame 1
onClipEvent (load) { _visible = false; }
Instance of Symbol 277 MovieClip in Symbol 278 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 277 MovieClip in Symbol 289 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 297 MovieClip Frame 1
stop();
Symbol 300 MovieClip Frame 1
stop();
Instance of Symbol 307 MovieClip in Symbol 308 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 346 MovieClip Frame 1
explosion = new Sound(); explosion.attachSound("explosion"); explosion.start();
Symbol 346 MovieClip Frame 9
stop();
Instance of Symbol 202 MovieClip in Symbol 346 MovieClip Frame 9
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { _parent._parent.removeMovieClip(); }
Instance of Symbol 245 MovieClip in Symbol 347 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 339 MovieClip in Symbol 347 MovieClip Frame 2
onClipEvent (enterFrame) { _parent.hitPoints--; }
Instance of Symbol 245 MovieClip in Symbol 351 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 350 MovieClip in Symbol 351 MovieClip Frame 2
onClipEvent (enterFrame) { _parent.hitPoints--; }
Instance of Symbol 245 MovieClip in Symbol 357 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 356 MovieClip in Symbol 357 MovieClip Frame 2
onClipEvent (enterFrame) { _parent.hitPoints--; }
Instance of Symbol 245 MovieClip in Symbol 362 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 361 MovieClip in Symbol 362 MovieClip Frame 2
onClipEvent (enterFrame) { _parent.hitPoints--; }
Instance of Symbol 347 MovieClip "brain" in Symbol 363 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 351 MovieClip "glassHead" in Symbol 363 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 357 MovieClip in Symbol 363 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 357 MovieClip in Symbol 363 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 362 MovieClip "earOne" in Symbol 363 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 362 MovieClip "earTwo" in Symbol 363 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 393 MovieClip Frame 1
stop();
Instance of Symbol 391 MovieClip in Symbol 393 MovieClip Frame 1
onClipEvent (load) { timer = 45; } onClipEvent (enterFrame) { if (timer > 0) { timer--; } else { this.gotoAndStop("idle"); } }
Symbol 408 MovieClip Frame 1
stop();
Instance of Symbol 245 MovieClip in Symbol 408 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 245 MovieClip in Symbol 408 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 407 MovieClip in Symbol 408 MovieClip Frame 2
onClipEvent (enterFrame) { if (_parent._parent.hitPoints > 0) { _parent._parent.hitPoints--; } }
Instance of Symbol 408 MovieClip "fish" in Symbol 409 MovieClip Frame 35
onClipEvent (load) { if (_parent.hitPoints == 0) { _root.enemyCounter++; _root.counterFunction(); _parent.hitPoints = -1; _parent.gotoAndPlay("death"); } }
Instance of Symbol 408 MovieClip "fish" in Symbol 409 MovieClip Frame 80
onClipEvent (load) { if (_parent.hitPoints == 0) { _root.enemyCounter++; _root.counterFunction(); _parent.hitPoints = -1; _parent.gotoAndPlay("death"); } }
Instance of Symbol 408 MovieClip "fish" in Symbol 409 MovieClip Frame 110
onClipEvent (load) { if (_parent.hitPoints == 0) { _root.enemyCounter++; _root.counterFunction(); _parent.hitPoints = -1; _parent.gotoAndPlay("death"); } }
Instance of Symbol 408 MovieClip "fish" in Symbol 409 MovieClip Frame 135
onClipEvent (load) { if (_parent.hitPoints == 0) { _root.enemyCounter++; _root.counterFunction(); _parent.hitPoints = -1; _parent.gotoAndPlay("death"); } }
Instance of Symbol 408 MovieClip "fish" in Symbol 409 MovieClip Frame 160
onClipEvent (load) { if (_parent.hitPoints == 0) { _root.enemyCounter++; _root.counterFunction(); _parent.hitPoints = -1; _parent.gotoAndPlay("death"); } }
Instance of Symbol 408 MovieClip "fish" in Symbol 409 MovieClip Frame 185
onClipEvent (load) { if (_parent.hitPoints == 0) { _root.enemyCounter++; _root.counterFunction(); _parent.hitPoints = -1; _parent.gotoAndPlay("death"); } }
Instance of Symbol 408 MovieClip "fish" in Symbol 409 MovieClip Frame 210
onClipEvent (load) { if (_parent.hitPoints == 0) { _root.enemyCounter++; _root.counterFunction(); _parent.hitPoints = -1; _parent.gotoAndPlay("death"); } }
Instance of Symbol 408 MovieClip "fish" in Symbol 409 MovieClip Frame 260
onClipEvent (load) { if (_parent.hitPoints == 0) { _root.enemyCounter++; _root.counterFunction(); _parent.hitPoints = -1; _parent.gotoAndPlay("death"); } }
Instance of Symbol 408 MovieClip "fish" in Symbol 409 MovieClip Frame 310
onClipEvent (load) { if (_parent.hitPoints == 0) { _root.enemyCounter++; _root.counterFunction(); _parent.hitPoints = -1; _parent.gotoAndPlay("death"); } }
Symbol 409 MovieClip Frame 320
gotoAndPlay (1);
Instance of Symbol 408 MovieClip "fish" in Symbol 409 MovieClip Frame 345
onClipEvent (load) { if (_parent.extreme) { _global.extremeSeven = true; } }
Symbol 409 MovieClip Frame 375
_root.backGround.play();
Symbol 418 MovieClip Frame 27
stop();
Symbol 418 MovieClip Frame 43
_root.nextFrame();
Symbol 418 MovieClip Frame 50
stop();
Symbol 418 MovieClip Frame 51
_root.blueFlash.play();
Instance of Symbol 297 MovieClip in Symbol 418 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 300 MovieClip in Symbol 418 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 418 MovieClip Frame 97
_root.nextFrame();
Symbol 418 MovieClip Frame 102
stop();
Symbol 418 MovieClip Frame 130
_root.nextFrame();
Symbol 418 MovieClip Frame 135
stop();
Symbol 418 MovieClip Frame 155
_root.nextFrame();
Symbol 418 MovieClip Frame 160
stop();
Instance of Symbol 300 MovieClip in Symbol 418 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 418 MovieClip Frame 177
_root.nextFrame();
Symbol 418 MovieClip Frame 196
stop();
Instance of Symbol 297 MovieClip in Symbol 418 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 418 MovieClip Frame 224
_root.nextFrame();
Symbol 418 MovieClip Frame 229
stop();
Instance of Symbol 297 MovieClip in Symbol 418 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 418 MovieClip Frame 256
_root.nextFrame();
Symbol 418 MovieClip Frame 261
stop();
Instance of Symbol 300 MovieClip in Symbol 418 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 300 MovieClip in Symbol 418 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 300 MovieClip in Symbol 418 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 418 MovieClip Frame 300
_root.nextFrame();
Instance of Symbol 363 MovieClip in Symbol 418 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 418 MovieClip Frame 323
stop();
Instance of Symbol 297 MovieClip in Symbol 418 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 297 MovieClip in Symbol 418 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 418 MovieClip Frame 405
_root.nextFrame();
Symbol 418 MovieClip Frame 410
stop();
Symbol 418 MovieClip Frame 464
_root.nextFrame();
Symbol 418 MovieClip Frame 467
stop();
Instance of Symbol 300 MovieClip in Symbol 418 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 418 MovieClip Frame 477
_root.nextFrame();
Symbol 418 MovieClip Frame 481
_root.curtains.play();
Symbol 418 MovieClip Frame 515
stop();
Symbol 418 MovieClip Frame 525
_root.curtains.play();
Instance of Symbol 297 MovieClip in Symbol 418 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 297 MovieClip in Symbol 418 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 418 MovieClip Frame 580
_root.nextFrame();
Symbol 418 MovieClip Frame 585
stop();
Symbol 418 MovieClip Frame 610
_root.nextFrame();
Symbol 418 MovieClip Frame 615
stop();
Instance of Symbol 300 MovieClip in Symbol 418 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 418 MovieClip Frame 633
_root.nextFrame();
Symbol 418 MovieClip Frame 638
stop();
Instance of Symbol 297 MovieClip in Symbol 418 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 297 MovieClip in Symbol 418 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 418 MovieClip Frame 710
_root.nextFrame();
Symbol 418 MovieClip Frame 715
stop();
Instance of Symbol 297 MovieClip in Symbol 418 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 297 MovieClip in Symbol 418 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 393 MovieClip in Symbol 418 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 393 MovieClip in Symbol 418 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 393 MovieClip in Symbol 418 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 418 MovieClip Frame 755
_root.nextFrame();
Symbol 418 MovieClip Frame 760
stop();
Symbol 418 MovieClip Frame 761
_root.nextFrame();
Instance of Symbol 300 MovieClip in Symbol 418 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 418 MovieClip Frame 830
stop();
Instance of Symbol 409 MovieClip in Symbol 418 MovieClip Frame 830
onClipEvent (load) { hitPoints = 200; } onClipEvent (enterFrame) { if (hitPoints > 0) { if (injured) { this.fish.gotoAndStop("injured"); } else { this.fish.gotoAndStop(1); } } }
Symbol 418 MovieClip Frame 896
_root.nextFrame();
Symbol 418 MovieClip Frame 901
stop();
Instance of Symbol 300 MovieClip in Symbol 418 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 418 MovieClip Frame 935
_root.nextFrame();
Symbol 418 MovieClip Frame 940
stop();
Symbol 418 MovieClip Frame 971
_root.nextFrame();
Symbol 418 MovieClip Frame 976
stop();
Symbol 418 MovieClip Frame 1000
_root.nextFrame();
Symbol 418 MovieClip Frame 1005
stop();
Instance of Symbol 307 MovieClip in Symbol 419 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 424 MovieClip Frame 1
stop();
Symbol 424 MovieClip Frame 2
_root.enemyDeath();
Instance of Symbol 202 MovieClip in Symbol 427 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { i = 1; while (i < 15) { if (this.hitTest(_root["enemy" + i])) { } i++; } }
Symbol 434 MovieClip Frame 8
stop();
Symbol 436 MovieClip Frame 10
gotoAndStop (1);
Symbol 443 MovieClip Frame 1
stop();
Instance of Symbol 245 MovieClip in Symbol 443 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 442 MovieClip in Symbol 443 MovieClip Frame 2
onClipEvent (enterFrame) { _parent.hitPoints--; }
Instance of Symbol 245 MovieClip in Symbol 445 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 445 MovieClip "parentBall" in Symbol 453 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 245 MovieClip in Symbol 453 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 450 MovieClip in Symbol 453 MovieClip Frame 2
onClipEvent (enterFrame) { _parent.hitPoints--; }
Symbol 474 MovieClip Frame 1
stop();
Instance of Symbol 245 MovieClip in Symbol 474 MovieClip Frame 21
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 245 MovieClip in Symbol 477 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 480 MovieClip Frame 20
stop();
Instance of Symbol 202 MovieClip in Symbol 480 MovieClip Frame 20
onClipEvent (load) { _visible = false; _root.backGround.play(); }
Symbol 481 MovieClip Frame 1
stop();
Instance of Symbol 474 MovieClip in Symbol 481 MovieClip Frame 1
onClipEvent (load) { laserTimer = 60; } onClipEvent (enterFrame) { if (laserTimer > 0) { laserTimer--; } else { laserTimer = 60; this.play(); } }
Instance of Symbol 477 MovieClip in Symbol 481 MovieClip Frame 2
onClipEvent (load) { counter = 0; } onClipEvent (enterFrame) { counter++; if (counter >= 4) { _root.laserBoss.injured = false; _root.laserBoss.hitPoints--; _parent.gotoAndStop(1); } }
Symbol 483 MovieClip Frame 1
stop();
Instance of Symbol 483 MovieClip "missleTwo" in Symbol 484 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 483 MovieClip "missleOne" in Symbol 484 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 484 MovieClip Frame 26
stop();
Instance of Symbol 481 MovieClip "innerLaser" in Symbol 484 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 484 MovieClip Frame 40
stop();
Symbol 484 MovieClip Frame 41
stop();
Symbol 486 MovieClip Frame 1
stop();
Instance of Symbol 245 MovieClip in Symbol 486 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (hitTest(_root.hitPrecision) && (_root.mouseActive)) { _parent.hitPoints--; } }
Instance of Symbol 245 MovieClip in Symbol 486 MovieClip Frame 2
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Symbol 496 MovieClip Frame 1
stop();
Instance of Symbol 245 MovieClip in Symbol 496 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 245 MovieClip in Symbol 496 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 495 MovieClip in Symbol 496 MovieClip Frame 2
onClipEvent (enterFrame) { _parent.hitPoints--; }
Symbol 501 MovieClip Frame 1
stop();
Instance of Symbol 245 MovieClip in Symbol 501 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 500 MovieClip in Symbol 501 MovieClip Frame 2
onClipEvent (enterFrame) { _root.plantBoss.hitPoints--; }
Instance of Symbol 245 MovieClip in Symbol 507 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Symbol 509 MovieClip Frame 341
gotoAndPlay (70);
Symbol 509 MovieClip Frame 364
stop(); _root.backGround.play();
Instance of Symbol 307 MovieClip in Symbol 511 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 277 MovieClip in Symbol 511 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 515 MovieClip Frame 15
stop();
Instance of Symbol 245 MovieClip in Symbol 515 MovieClip Frame 15
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Symbol 515 MovieClip Frame 35
stop();
Symbol 518 MovieClip Frame 50
stop();
Instance of Symbol 474 MovieClip "laser" in Symbol 518 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 517 MovieClip "innerLeftArm" in Symbol 518 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 518 MovieClip Frame 65
stop();
Instance of Symbol 245 MovieClip in Symbol 521 MovieClip Frame 65
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 245 MovieClip in Symbol 521 MovieClip Frame 135
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 245 MovieClip in Symbol 521 MovieClip Frame 205
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 245 MovieClip in Symbol 521 MovieClip Frame 270
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 245 MovieClip in Symbol 521 MovieClip Frame 335
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Symbol 521 MovieClip Frame 410
gotoAndPlay (45);
Symbol 522 MovieClip Frame 1
stop();
Symbol 522 MovieClip Frame 16
stop();
Instance of Symbol 245 MovieClip in Symbol 524 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Symbol 525 MovieClip Frame 1
stop();
Instance of Symbol 524 MovieClip in Symbol 525 MovieClip Frame 1
onClipEvent (load) { xSpeed = -15; ySpeed = 0; } onClipEvent (enterFrame) { _x = (_x + xSpeed); _y = (_y + ySpeed); }
Instance of Symbol 524 MovieClip in Symbol 525 MovieClip Frame 1
onClipEvent (load) { xSpeed = -7.5; ySpeed = -7.5; } onClipEvent (enterFrame) { _x = (_x + xSpeed); _y = (_y + ySpeed); }
Instance of Symbol 524 MovieClip in Symbol 525 MovieClip Frame 1
onClipEvent (load) { xSpeed = 0; ySpeed = -15; } onClipEvent (enterFrame) { _x = (_x + xSpeed); _y = (_y + ySpeed); }
Instance of Symbol 524 MovieClip in Symbol 525 MovieClip Frame 1
onClipEvent (load) { xSpeed = 7.5; ySpeed = -7.5; } onClipEvent (enterFrame) { _x = (_x + xSpeed); _y = (_y + ySpeed); }
Instance of Symbol 524 MovieClip in Symbol 525 MovieClip Frame 1
onClipEvent (load) { xSpeed = 15; ySpeed = 0; } onClipEvent (enterFrame) { _x = (_x + xSpeed); _y = (_y + ySpeed); }
Instance of Symbol 524 MovieClip in Symbol 525 MovieClip Frame 1
onClipEvent (load) { xSpeed = 7.5; ySpeed = 7.5; } onClipEvent (enterFrame) { _x = (_x + xSpeed); _y = (_y + ySpeed); }
Instance of Symbol 524 MovieClip in Symbol 525 MovieClip Frame 1
onClipEvent (load) { xSpeed = 0; ySpeed = 15; } onClipEvent (enterFrame) { _x = (_x + xSpeed); _y = (_y + ySpeed); }
Instance of Symbol 524 MovieClip in Symbol 525 MovieClip Frame 1
onClipEvent (load) { xSpeed = -7.5; ySpeed = 7.5; } onClipEvent (enterFrame) { _x = (_x + xSpeed); _y = (_y + ySpeed); }
Symbol 530 MovieClip Frame 1
stop();
Instance of Symbol 525 MovieClip "ghostShot" in Symbol 530 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(2); }
Instance of Symbol 245 MovieClip in Symbol 530 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 529 MovieClip in Symbol 530 MovieClip Frame 2
onClipEvent (enterFrame) { _parent.hitPoints--; }
Instance of Symbol 245 MovieClip in Symbol 540 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 245 MovieClip in Symbol 544 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 245 MovieClip in Symbol 549 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Symbol 554 MovieClip Frame 1
stop();
Instance of Symbol 245 MovieClip in Symbol 554 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 553 MovieClip in Symbol 554 MovieClip Frame 2
onClipEvent (enterFrame) { _root.curtains.puppetBoss.hitPoints--; }
Instance of Symbol 245 MovieClip in Symbol 556 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 554 MovieClip "heart" in Symbol 557 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 557 MovieClip in Symbol 558 MovieClip Frame 65
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 557 MovieClip in Symbol 558 MovieClip Frame 85
onClipEvent (load) { if (_parent.hitPoints == -1) { _parent.gotoAndPlay("death"); } }
Instance of Symbol 557 MovieClip in Symbol 558 MovieClip Frame 100
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 557 MovieClip in Symbol 558 MovieClip Frame 185
onClipEvent (load) { if (_parent.hitPoints == -1) { _parent.gotoAndPlay("death"); } }
Instance of Symbol 557 MovieClip in Symbol 558 MovieClip Frame 200
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 557 MovieClip in Symbol 558 MovieClip Frame 230
onClipEvent (load) { if (_parent.hitPoints == -1) { _parent.gotoAndPlay("death"); } }
Instance of Symbol 557 MovieClip in Symbol 558 MovieClip Frame 235
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 557 MovieClip in Symbol 558 MovieClip Frame 265
onClipEvent (load) { if (_parent.hitPoints == -1) { _parent.gotoAndPlay("death"); } }
Instance of Symbol 557 MovieClip in Symbol 558 MovieClip Frame 270
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 557 MovieClip in Symbol 558 MovieClip Frame 300
onClipEvent (load) { if (_parent.hitPoints == -1) { _parent.gotoAndPlay("death"); } }
Instance of Symbol 557 MovieClip in Symbol 558 MovieClip Frame 305
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 557 MovieClip in Symbol 558 MovieClip Frame 335
onClipEvent (load) { if (_parent.hitPoints == -1) { _parent.gotoAndPlay("death"); } }
Instance of Symbol 557 MovieClip in Symbol 558 MovieClip Frame 400
onClipEvent (load) { if (_parent.hitPoints == -1) { _parent.gotoAndPlay("death"); } }
Instance of Symbol 557 MovieClip in Symbol 558 MovieClip Frame 420
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 557 MovieClip in Symbol 558 MovieClip Frame 450
onClipEvent (load) { if (_parent.hitPoints == -1) { _parent.gotoAndPlay("death"); } }
Instance of Symbol 557 MovieClip in Symbol 558 MovieClip Frame 455
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 557 MovieClip in Symbol 558 MovieClip Frame 485
onClipEvent (load) { if (_parent.hitPoints == -1) { _parent.gotoAndPlay("death"); } }
Instance of Symbol 557 MovieClip in Symbol 558 MovieClip Frame 505
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 557 MovieClip in Symbol 558 MovieClip Frame 590
onClipEvent (load) { if (_parent.hitPoints == -1) { _parent.gotoAndPlay("death"); } }
Symbol 558 MovieClip Frame 609
gotoAndPlay (1);
Instance of Symbol 557 MovieClip in Symbol 558 MovieClip Frame 610
onClipEvent (load) { this.gotoAndStop(1); }
Symbol 558 MovieClip Frame 647
_root.backGround.play(); stop();
Symbol 559 MovieClip Frame 1
stop();
Symbol 559 MovieClip Frame 50
stop();
Instance of Symbol 558 MovieClip "puppetBoss" in Symbol 559 MovieClip Frame 50
onClipEvent (load) { injured = false; hitPoints = 125; } onClipEvent (enterFrame) { if (hitPoints == 0) { _root.enemyCounter++; _root.counterFunction(); hitPoints = -1; } }
Symbol 559 MovieClip Frame 81
stop();
Symbol 564 MovieClip Frame 1
stop();
Instance of Symbol 245 MovieClip in Symbol 564 MovieClip Frame 2
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 564 MovieClip "beam" in Symbol 569 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 245 MovieClip in Symbol 569 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 568 MovieClip in Symbol 569 MovieClip Frame 2
onClipEvent (enterFrame) { _parent.hitPoints--; }
Instance of Symbol 245 MovieClip in Symbol 571 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Symbol 579 MovieClip Frame 1
stop();
Instance of Symbol 245 MovieClip in Symbol 579 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 578 MovieClip in Symbol 579 MovieClip Frame 2
onClipEvent (enterFrame) { _parent.hitPoints--; }
Symbol 584 MovieClip Frame 1
stop();
Instance of Symbol 245 MovieClip in Symbol 584 MovieClip Frame 56
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 245 MovieClip in Symbol 584 MovieClip Frame 56
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 245 MovieClip in Symbol 584 MovieClip Frame 56
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 245 MovieClip in Symbol 584 MovieClip Frame 56
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 245 MovieClip in Symbol 584 MovieClip Frame 57
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 245 MovieClip in Symbol 584 MovieClip Frame 57
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 245 MovieClip in Symbol 584 MovieClip Frame 58
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Symbol 585 MovieClip Frame 76
stop();
Instance of Symbol 584 MovieClip in Symbol 585 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 584 MovieClip in Symbol 585 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 584 MovieClip in Symbol 585 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 584 MovieClip in Symbol 585 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 584 MovieClip in Symbol 585 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 584 MovieClip in Symbol 585 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 579 MovieClip "innerAlien" in Symbol 585 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 585 MovieClip Frame 100
stop(); _root.backGround.play();
Symbol 588 MovieClip Frame 1
stop();
Instance of Symbol 245 MovieClip in Symbol 593 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 245 MovieClip in Symbol 593 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 245 MovieClip in Symbol 593 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 592 MovieClip in Symbol 593 MovieClip Frame 2
onClipEvent (enterFrame) { _parent.hitPoints--; }
Instance of Symbol 346 MovieClip in Symbol 593 MovieClip Frame 3
onClipEvent (load) { if (_parent.extra) { _parent.reviveTimer = 20; } }
Instance of Symbol 245 MovieClip in Symbol 598 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 245 MovieClip in Symbol 598 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 597 MovieClip in Symbol 598 MovieClip Frame 2
onClipEvent (enterFrame) { _parent.hitPoints--; }
Symbol 601 MovieClip Frame 1
stop();
Instance of Symbol 245 MovieClip in Symbol 601 MovieClip Frame 20
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 601 MovieClip in Symbol 602 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 601 MovieClip in Symbol 602 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 601 MovieClip in Symbol 602 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 601 MovieClip in Symbol 602 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 601 MovieClip in Symbol 602 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 601 MovieClip in Symbol 602 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 601 MovieClip in Symbol 602 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 601 MovieClip in Symbol 602 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 601 MovieClip in Symbol 602 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 601 MovieClip in Symbol 602 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 601 MovieClip in Symbol 602 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 601 MovieClip in Symbol 602 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 601 MovieClip in Symbol 602 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 601 MovieClip in Symbol 602 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 601 MovieClip in Symbol 602 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 601 MovieClip in Symbol 603 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 601 MovieClip in Symbol 603 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 601 MovieClip in Symbol 603 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 601 MovieClip in Symbol 603 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 601 MovieClip in Symbol 603 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 601 MovieClip in Symbol 603 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 601 MovieClip in Symbol 603 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 601 MovieClip in Symbol 603 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 601 MovieClip in Symbol 603 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 601 MovieClip in Symbol 603 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 601 MovieClip in Symbol 603 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 601 MovieClip in Symbol 603 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 601 MovieClip in Symbol 603 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 601 MovieClip in Symbol 603 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 601 MovieClip in Symbol 603 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(1); }
Symbol 604 MovieClip Frame 31
stop();
Symbol 604 MovieClip Frame 55
stop();
Instance of Symbol 245 MovieClip in Symbol 606 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 245 MovieClip in Symbol 606 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 245 MovieClip in Symbol 606 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 245 MovieClip in Symbol 606 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 245 MovieClip in Symbol 608 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Symbol 615 MovieClip Frame 1
stop();
Instance of Symbol 245 MovieClip in Symbol 615 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 245 MovieClip in Symbol 615 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 245 MovieClip in Symbol 615 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 614 MovieClip in Symbol 615 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.dinosaur.hitPoints > 0) { _root.dinosaur.hitPoints--; } }
Instance of Symbol 245 MovieClip in Symbol 617 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 615 MovieClip "head" in Symbol 618 MovieClip Frame 110
onClipEvent (load) { if (_parent.hitPoints == 0) { _root.enemyCounter++; _root.counterFunction(); _parent.hitPoints = -1; _parent.gotoAndPlay("death"); } }
Instance of Symbol 615 MovieClip "head" in Symbol 618 MovieClip Frame 175
onClipEvent (load) { if (_parent.hitPoints == 0) { _root.enemyCounter++; _root.counterFunction(); _parent.hitPoints = -1; _parent.gotoAndPlay("death"); } }
Instance of Symbol 615 MovieClip "head" in Symbol 618 MovieClip Frame 325
onClipEvent (load) { if (_parent.hitPoints == 0) { _root.enemyCounter++; _root.counterFunction(); _parent.hitPoints = -1; _parent.gotoAndPlay("death"); } }
Instance of Symbol 615 MovieClip "head" in Symbol 618 MovieClip Frame 385
onClipEvent (load) { if (_parent.hitPoints == 0) { _root.enemyCounter++; _root.counterFunction(); _parent.hitPoints = -1; _parent.gotoAndPlay("death"); } }
Symbol 618 MovieClip Frame 400
gotoAndPlay (1);
Instance of Symbol 610 MovieClip in Symbol 618 MovieClip Frame 425
onClipEvent (load) { if (_parent.extreme) { _global.extremeEight = true; } }
Instance of Symbol 346 MovieClip in Symbol 618 MovieClip Frame 426
onClipEvent (enterFrame) { _root.ballOne._alpha = _root.ballOne._alpha - 20; _root.ballTwo._alpha = _root.ballTwo._alpha - 20; }
Symbol 618 MovieClip Frame 445
stop(); _root.backGround.play();
Symbol 623 MovieClip Frame 1
stop();
Instance of Symbol 245 MovieClip in Symbol 623 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 622 MovieClip in Symbol 623 MovieClip Frame 2
onClipEvent (enterFrame) { _parent.hitPoints--; }
Symbol 630 MovieClip Frame 1
stop();
Instance of Symbol 629 MovieClip in Symbol 630 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 245 MovieClip in Symbol 630 MovieClip Frame 2
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 245 MovieClip in Symbol 635 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 634 MovieClip in Symbol 635 MovieClip Frame 2
onClipEvent (enterFrame) { _root.tripBoss.hitPoints--; }
Symbol 645 MovieClip Frame 1
stop();
Instance of Symbol 245 MovieClip in Symbol 645 MovieClip Frame 2
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Symbol 646 MovieClip Frame 1
stop();
Symbol 646 MovieClip Frame 2
stop();
Instance of Symbol 645 MovieClip "tripLine" in Symbol 646 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 646 MovieClip Frame 4
stop();
Instance of Symbol 645 MovieClip "tripLineTwo" in Symbol 646 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 646 MovieClip Frame 45
stop(); _root.play();
Instance of Symbol 245 MovieClip in Symbol 660 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 558 MovieClip "puppetBoss" in Symbol 662 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 245 MovieClip in Symbol 664 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 664 MovieClip in Symbol 665 MovieClip Frame 150
onClipEvent (load) { _parent._x = Math.random() * Stage.width; }
Instance of Symbol 245 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitSection) && (!_root.playerInjured)) { _root.injuredFunction(); } }
Instance of Symbol 564 MovieClip "beam" in Symbol 672 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 245 MovieClip "stopBlock" in Symbol 672 MovieClip Frame 1
onClipEvent (load) { _visible = false; }
Symbol 713 Button
on (press) { if (_global.endless) { _root.play(); } else { _root.gotoAndStop("Unlocked"); } }
Symbol 717 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:210
Symbol 6 Sound [musicTwo]Used by:210
Symbol 7 Sound [musicOne]Used by:210
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 707 713 717
Symbol 71 GraphicUsed by:74 707 713 717
Symbol 72 SoundUsed by:74 707 713 717
Symbol 73 SoundUsed by:74 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 166 167 168 169 170 171 172 173 174 175 178 179 180 181 182 183 184 187 188 189 190 191 192 193 194 198 707 713 717
Symbol 74 ButtonUses:70 71 72 73Used by:Timeline
Symbol 75 GraphicUsed by:Timeline
Symbol 76 GraphicUsed by:77 218 219 233 387  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:164 176 185 195  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:112
Symbol 103 GraphicUsed by:112
Symbol 104 GraphicUsed by:108
Symbol 105 GraphicUsed by:108
Symbol 106 GraphicUsed by:107
Symbol 107 MovieClipUses:106Used by:108
Symbol 108 MovieClipUses:104 105 107Used by:112
Symbol 109 GraphicUsed by:112
Symbol 110 SoundUsed by:112
Symbol 111 GraphicUsed by:112
Symbol 112 MovieClipUses:102 103 108 109 110 111Used by:Timeline
Symbol 113 GraphicUsed by:200
Symbol 114 GraphicUsed by:115
Symbol 115 MovieClipUses:114Used by:164 176 185 195 199
Symbol 116 GraphicUsed by:164 176 185 195 199
Symbol 117 BitmapUsed by:138 186
Symbol 118 BitmapUsed by:138 186
Symbol 119 BitmapUsed by:138 165
Symbol 120 BitmapUsed by:138 186
Symbol 121 BitmapUsed by:138
Symbol 122 BitmapUsed by:138 165 177
Symbol 123 BitmapUsed by:138 186
Symbol 124 BitmapUsed by:138
Symbol 125 BitmapUsed by:138 165 177
Symbol 126 BitmapUsed by:138 186
Symbol 127 BitmapUsed by:138 165 177
Symbol 128 BitmapUsed by:138 165 177
Symbol 129 BitmapUsed by:138 186
Symbol 130 BitmapUsed by:138 165
Symbol 131 BitmapUsed by:138 165
Symbol 132 BitmapUsed by:138 186
Symbol 133 BitmapUsed by:138 165 177
Symbol 134 BitmapUsed by:138 165 177
Symbol 135 BitmapUsed by:138 186
Symbol 136 BitmapUsed by:138
Symbol 137 BitmapUsed by:138 165 177
Symbol 138 GraphicUses:117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137Used by:164
Symbol 139 GraphicUsed by:142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 166 167 168 169 170 171 172 173 174 175 178 179 180 181 182 183 184 187 188 189 190 191 192 193 194 198
Symbol 140 GraphicUsed by:142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 166 167 168 169 170 171 172 173 174 175 178 179 180 181 182 183 184 187 188 189 190 191 192 193 194 198
Symbol 141 SoundUsed by:142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 166 167 168 169 170 171 172 173 174 175 178 179 180 181 182 183 184 187 188 189 190 191 192 193 194 198
Symbol 142 ButtonUses:139 140 141 73Used by:164
Symbol 143 ButtonUses:139 140 141 73Used by:164
Symbol 144 ButtonUses:139 140 141 73Used by:164
Symbol 145 ButtonUses:139 140 141 73Used by:164
Symbol 146 ButtonUses:139 140 141 73Used by:164
Symbol 147 ButtonUses:139 140 141 73Used by:164
Symbol 148 ButtonUses:139 140 141 73Used by:164
Symbol 149 ButtonUses:139 140 141 73Used by:164
Symbol 150 ButtonUses:139 140 141 73Used by:164
Symbol 151 ButtonUses:139 140 141 73Used by:164
Symbol 152 ButtonUses:139 140 141 73Used by:164
Symbol 153 ButtonUses:139 140 141 73Used by:164
Symbol 154 ButtonUses:139 140 141 73Used by:164
Symbol 155 ButtonUses:139 140 141 73Used by:164
Symbol 156 ButtonUses:139 140 141 73Used by:164
Symbol 157 ButtonUses:139 140 141 73Used by:164
Symbol 158 ButtonUses:139 140 141 73Used by:164
Symbol 159 ButtonUses:139 140 141 73Used by:164
Symbol 160 ButtonUses:139 140 141 73Used by:164
Symbol 161 ButtonUses:139 140 141 73Used by:164
Symbol 162 ButtonUses:139 140 141 73Used by:164
Symbol 163 ButtonUses:139 140 141 73Used by:164 176 185 195 199
Symbol 164 MovieClipUses:115 116 138 97 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163Used by:200
Symbol 165 GraphicUses:119 122 125 127 128 130 131 133 134 137Used by:176
Symbol 166 ButtonUses:139 140 141 73Used by:176
Symbol 167 ButtonUses:139 140 141 73Used by:176
Symbol 168 ButtonUses:139 140 141 73Used by:176
Symbol 169 ButtonUses:139 140 141 73Used by:176
Symbol 170 ButtonUses:139 140 141 73Used by:176
Symbol 171 ButtonUses:139 140 141 73Used by:176
Symbol 172 ButtonUses:139 140 141 73Used by:176
Symbol 173 ButtonUses:139 140 141 73Used by:176
Symbol 174 ButtonUses:139 140 141 73Used by:176
Symbol 175 ButtonUses:139 140 141 73Used by:176
Symbol 176 MovieClipUses:115 116 165 97 166 167 168 169 170 171 172 173 174 175 163Used by:200
Symbol 177 GraphicUses:122 125 127 128 133 134 137Used by:185
Symbol 178 ButtonUses:139 140 141 73Used by:185
Symbol 179 ButtonUses:139 140 141 73Used by:185
Symbol 180 ButtonUses:139 140 141 73Used by:185
Symbol 181 ButtonUses:139 140 141 73Used by:185
Symbol 182 ButtonUses:139 140 141 73Used by:185
Symbol 183 ButtonUses:139 140 141 73Used by:185
Symbol 184 ButtonUses:139 140 141 73Used by:185
Symbol 185 MovieClipUses:115 116 177 97 178 179 180 181 182 183 184 163Used by:200
Symbol 186 GraphicUses:117 118 120 123 126 129 132 135Used by:195
Symbol 187 ButtonUses:139 140 141 73Used by:195
Symbol 188 ButtonUses:139 140 141 73Used by:195
Symbol 189 ButtonUses:139 140 141 73Used by:195
Symbol 190 ButtonUses:139 140 141 73Used by:195
Symbol 191 ButtonUses:139 140 141 73Used by:195
Symbol 192 ButtonUses:139 140 141 73Used by:195
Symbol 193 ButtonUses:139 140 141 73Used by:195
Symbol 194 ButtonUses:139 140 141 73Used by:195
Symbol 195 MovieClipUses:115 116 186 97 187 188 189 190 191 192 193 194 163Used by:200
Symbol 196 BitmapUsed by:197
Symbol 197 GraphicUses:196Used by:199
Symbol 198 ButtonUses:139 140 141 73Used by:199
Symbol 199 MovieClipUses:115 116 197 198 163Used by:200
Symbol 200 MovieClipUses:113 164 176 185 195 199Used by:Timeline
Symbol 201 GraphicUsed by:202
Symbol 202 MovieClipUses:201Used by:268 346 418 427 480  Timeline
Symbol 203 SoundUsed by:Timeline
Symbol 204 GraphicUsed by:205
Symbol 205 MovieClipUses:204Used by:Timeline
Symbol 206 GraphicUsed by:210
Symbol 207 GraphicUsed by:210
Symbol 208 GraphicUsed by:210
Symbol 209 GraphicUsed by:210
Symbol 210 MovieClipUses:206 7 207 6 208 5 209Used by:Timeline
Symbol 211 GraphicUsed by:214
Symbol 212 GraphicUsed by:214
Symbol 213 GraphicUsed by:214
Symbol 214 MovieClipUses:211 212 213Used by:Timeline
Symbol 215 GraphicUsed by:218
Symbol 216 GraphicUsed by:218
Symbol 217 GraphicUsed by:218
Symbol 218 MovieClipUses:76 215 216 217Used by:219
Symbol 219 MovieClipUses:76 218Used by:Timeline
Symbol 220 GraphicUsed by:230
Symbol 221 GraphicUsed by:230
Symbol 222 GraphicUsed by:230
Symbol 223 GraphicUsed by:230
Symbol 224 GraphicUsed by:230
Symbol 225 GraphicUsed by:230
Symbol 226 GraphicUsed by:230
Symbol 227 GraphicUsed by:230
Symbol 228 GraphicUsed by:230
Symbol 229 GraphicUsed by:230
Symbol 230 MovieClipUses:220 221 222 223 224 225 226 227 228 229Used by:Timeline
Symbol 231 GraphicUsed by:Timeline
Symbol 232 GraphicUsed by:235
Symbol 233 MovieClipUses:76Used by:235
Symbol 234 GraphicUsed by:235
Symbol 235 MovieClipUses:232 233 234Used by:Timeline
Symbol 236 GraphicUsed by:Timeline
Symbol 237 GraphicUsed by:Timeline
Symbol 238 GraphicUsed by:240
Symbol 239 SoundUsed by:240
Symbol 240 MovieClipUses:238 239Used by:258
Symbol 241 GraphicUsed by:258
Symbol 242 GraphicUsed by:243
Symbol 243 MovieClipUses:242Used by:258
Symbol 244 GraphicUsed by:245
Symbol 245 MovieClipUses:244Used by:258 271 347 351 357 362 408 443 445 453 474 477 486 496 501 507 515 521 524 530 540 544 549 554 556 564 569 571 579 584 593 598 601 606 608 615 617 623 630 635 645 660 664 667 672  Timeline
Symbol 246 GraphicUsed by:258
Symbol 247 GraphicUsed by:258
Symbol 248 GraphicUsed by:258
Symbol 249 GraphicUsed by:258
Symbol 250 GraphicUsed by:258
Symbol 251 GraphicUsed by:258
Symbol 252 GraphicUsed by:258
Symbol 253 GraphicUsed by:258
Symbol 254 GraphicUsed by:258
Symbol 255 GraphicUsed by:258
Symbol 256 GraphicUsed by:258
Symbol 257 GraphicUsed by:258
Symbol 258 MovieClipUses:240 241 243 245 246 247 248 249 250 251 252 253 254 255 256 257Used by:271
Symbol 259 GraphicUsed by:261
Symbol 260 GraphicUsed by:261
Symbol 261 MovieClipUses:259 260Used by:271
Symbol 262 GraphicUsed by:264
Symbol 263 GraphicUsed by:264
Symbol 264 MovieClipUses:262 263Used by:268
Symbol 265 GraphicUsed by:266
Symbol 266 MovieClipUses:265Used by:268
Symbol 267 GraphicUsed by:268
Symbol 268 MovieClipUses:264 202 266 267Used by:271
Symbol 269 GraphicUsed by:270
Symbol 270 MovieClipUses:269Used by:271
Symbol 271 MovieClipUses:258 261 268 270 245Used by:Timeline
Symbol 272 GraphicUsed by:273
Symbol 273 MovieClipUses:272Used by:418  Timeline
Symbol 274 GraphicUsed by:275
Symbol 275 MovieClipUses:274Used by:418  Timeline
Symbol 276 GraphicUsed by:277
Symbol 277 MovieClipUses:276Used by:278 289 511
Symbol 278 MovieClipUses:277Used by:418  Timeline
Symbol 279 GraphicUsed by:280
Symbol 280 MovieClipUses:279Used by:418  Timeline
Symbol 281 GraphicUsed by:282
Symbol 282 MovieClipUses:281Used by:418  Timeline
Symbol 283 GraphicUsed by:284
Symbol 284 MovieClipUses:283Used by:418  Timeline
Symbol 285 GraphicUsed by:286
Symbol 286 MovieClipUses:285Used by:418  Timeline
Symbol 287 GraphicUsed by:288
Symbol 288 MovieClipUses:287Used by:418  Timeline
Symbol 289 MovieClipUses:277Used by:418  Timeline
Symbol 290 GraphicUsed by:291
Symbol 291 MovieClipUses:290Used by:295 391
Symbol 292 GraphicUsed by:295
Symbol 293 GraphicUsed by:295
Symbol 294 GraphicUsed by:295
Symbol 295 MovieClipUses:291 292 293 294Used by:297 300
Symbol 296 GraphicUsed by:297
Symbol 297 MovieClipUses:295 296Used by:418
Symbol 298 GraphicUsed by:300
Symbol 299 SoundUsed by:300
Symbol 300 MovieClipUses:295 298 299Used by:418
Symbol 301 GraphicUsed by:305
Symbol 302 GraphicUsed by:303
Symbol 303 MovieClipUses:302Used by:305
Symbol 304 GraphicUsed by:305
Symbol 305 MovieClipUses:301 303 304Used by:418  Timeline
Symbol 306 GraphicUsed by:307
Symbol 307 MovieClipUses:306Used by:308 419 511
Symbol 308 MovieClipUses:307Used by:418  Timeline
Symbol 309 GraphicUsed by:310
Symbol 310 MovieClipUses:309Used by:418  Timeline
Symbol 311 GraphicUsed by:312
Symbol 312 MovieClipUses:311Used by:418  Timeline
Symbol 313 GraphicUsed by:314
Symbol 314 MovieClipUses:313Used by:418  Timeline
Symbol 315 GraphicUsed by:316
Symbol 316 MovieClipUses:315Used by:418
Symbol 317 GraphicUsed by:318
Symbol 318 MovieClipUses:317Used by:418
Symbol 319 GraphicUsed by:320
Symbol 320 MovieClipUses:319Used by:418  Timeline
Symbol 321 GraphicUsed by:322
Symbol 322 MovieClipUses:321Used by:418  Timeline
Symbol 323 GraphicUsed by:324
Symbol 324 MovieClipUses:323Used by:418  Timeline
Symbol 325 GraphicUsed by:326
Symbol 326 MovieClipUses:325Used by:418  Timeline
Symbol 327 GraphicUsed by:418
Symbol 328 GraphicUsed by:329
Symbol 329 MovieClipUses:328Used by:418
Symbol 330 GraphicUsed by:331
Symbol 331 MovieClipUses:330Used by:418
Symbol 332 GraphicUsed by:418
Symbol 333 GraphicUsed by:418  Timeline
Symbol 334 GraphicUsed by:418
Symbol 335 GraphicUsed by:336
Symbol 336 MovieClipUses:335Used by:418
Symbol 337 GraphicUsed by:339 347
Symbol 338 GraphicUsed by:339
Symbol 339 MovieClipUses:337 338Used by:347
Symbol 340 GraphicUsed by:346
Symbol 341 SoundUsed by:346
Symbol 342 GraphicUsed by:346
Symbol 343 GraphicUsed by:346
Symbol 344 GraphicUsed by:346
Symbol 345 GraphicUsed by:346
Symbol 346 MovieClipUses:340 341 342 343 344 345 202Used by:347 351 357 362 409 443 452 480 483 486 496 530 554 558 569 579 593 598 618 623 646
Symbol 347 MovieClipUses:337 245 339 346Used by:363
Symbol 348 GraphicUsed by:350 351
Symbol 349 GraphicUsed by:350
Symbol 350 MovieClipUses:348 349Used by:351
Symbol 351 MovieClipUses:348 245 350 346Used by:363
Symbol 352 GraphicUsed by:363
Symbol 353 GraphicUsed by:357
Symbol 354 GraphicUsed by:356
Symbol 355 GraphicUsed by:356
Symbol 356 MovieClipUses:354 355Used by:357
Symbol 357 MovieClipUses:353 245 356 346Used by:363
Symbol 358 GraphicUsed by:362
Symbol 359 GraphicUsed by:361
Symbol 360 GraphicUsed by:361
Symbol 361 MovieClipUses:359 360Used by:362
Symbol 362 MovieClipUses:358 245 361 346Used by:363
Symbol 363 MovieClipUses:347 351 352 357 362Used by:418  Timeline
Symbol 364 GraphicUsed by:365
Symbol 365 MovieClipUses:364Used by:418  Timeline
Symbol 366 GraphicUsed by:367
Symbol 367 MovieClipUses:366Used by:418  Timeline
Symbol 368 GraphicUsed by:369
Symbol 369 MovieClipUses:368Used by:418  Timeline
Symbol 370 GraphicUsed by:371
Symbol 371 MovieClipUses:370Used by:418  Timeline
Symbol 372 GraphicUsed by:373
Symbol 373 MovieClipUses:372Used by:418  Timeline
Symbol 374 GraphicUsed by:375
Symbol 375 MovieClipUses:374Used by:418  Timeline
Symbol 376 GraphicUsed by:377
Symbol 377 MovieClipUses:376Used by:418  Timeline
Symbol 378 GraphicUsed by:379
Symbol 379 MovieClipUses:378Used by:418  Timeline
Symbol 380 GraphicUsed by:381
Symbol 381 MovieClipUses:380Used by:418  Timeline
Symbol 382 GraphicUsed by:383
Symbol 383 MovieClipUses:382Used by:418  Timeline
Symbol 384 GraphicUsed by:385
Symbol 385 MovieClipUses:384Used by:418  Timeline
Symbol 386 GraphicUsed by:418
Symbol 387 MovieClipUses:76Used by:418
Symbol 388 GraphicUsed by:391
Symbol 389 GraphicUsed by:391
Symbol 390 GraphicUsed by:391
Symbol 391 MovieClipUses:291 388 389 390Used by:393
Symbol 392 GraphicUsed by:393
Symbol 393 MovieClipUses:391 392Used by:418  Timeline
Symbol 394 GraphicUsed by:395
Symbol 395 MovieClipUses:394Used by:418
Symbol 396 GraphicUsed by:397
Symbol 397 MovieClipUses:396Used by:418  Timeline
Symbol 398 GraphicUsed by:399
Symbol 399 MovieClipUses:398Used by:418  Timeline
Symbol 400 GraphicUsed by:408
Symbol 401 GraphicUsed by:404
Symbol 402 GraphicUsed by:404
Symbol 403 GraphicUsed by:404
Symbol 404 MovieClipUses:401 402 403Used by:408
Symbol 405 GraphicUsed by:407
Symbol 406 GraphicUsed by:407
Symbol 407 MovieClipUses:405 406Used by:408
Symbol 408 MovieClipUses:400 404 245 407Used by:409
Symbol 409 MovieClipUses:408 346Used by:418  Timeline
Symbol 410 GraphicUsed by:411
Symbol 411 MovieClipUses:410Used by:418  Timeline
Symbol 412 GraphicUsed by:413
Symbol 413 MovieClipUses:412Used by:418  Timeline
Symbol 414 GraphicUsed by:415
Symbol 415 MovieClipUses:414Used by:417
Symbol 416 GraphicUsed by:417
Symbol 417 MovieClipUses:415 416Used by:418  Timeline
Symbol 418 MovieClipUses:273 275 278 280 282 284 286 288 289 297 300 305 308 310 312 314 316 318 320 322 324 326 327 329 331 332 333 334 336 363 365 367 369 371 373 375 377 379 381 383 385 386 202 387 393 395 397 399 409 411 413 417Used by:Timeline
Symbol 419 MovieClipUses:307Used by:Timeline
Symbol 420 GraphicUsed by:424
Symbol 421 GraphicUsed by:424
Symbol 422 GraphicUsed by:424
Symbol 423 GraphicUsed by:424
Symbol 424 MovieClipUses:420 421 422 423Used by:Timeline
Symbol 425 GraphicUsed by:Timeline
Symbol 426 GraphicUsed by:Timeline
Symbol 427 MovieClipUses:202Used by:Timeline
Symbol 428 GraphicUsed by:436
Symbol 429 GraphicUsed by:434
Symbol 430 GraphicUsed by:434
Symbol 431 GraphicUsed by:434
Symbol 432 GraphicUsed by:434
Symbol 433 GraphicUsed by:434
Symbol 434 MovieClipUses:429 430 431 432 433Used by:435 436
Symbol 435 MovieClipUses:434Used by:436
Symbol 436 MovieClipUses:428 434 435Used by:Timeline
Symbol 437 GraphicUsed by:Timeline
Symbol 438 GraphicUsed by:439
Symbol 439 MovieClipUses:438Used by:443
Symbol 440 GraphicUsed by:442
Symbol 441 GraphicUsed by:442
Symbol 442 MovieClipUses:440 441Used by:443
Symbol 443 MovieClipUses:439 245 442 346Used by:Timeline
Symbol 444 GraphicUsed by:445
Symbol 445 MovieClipUses:444 245Used by:453
Symbol 446 GraphicUsed by:453
Symbol 447 GraphicUsed by:453
Symbol 448 GraphicUsed by:450
Symbol 449 GraphicUsed by:450
Symbol 450 MovieClipUses:448 449Used by:453
Symbol 451 GraphicUsed by:452
Symbol 452 MovieClipUses:451 346Used by:453
Symbol 453 MovieClipUses:445 446 245 447 450 452Used by:Timeline
Symbol 454 GraphicUsed by:455
Symbol 455 MovieClipUses:454Used by:484
Symbol 456 GraphicUsed by:474
Symbol 457 GraphicUsed by:458
Symbol 458 MovieClipUses:457Used by:474
Symbol 459 GraphicUsed by:474
Symbol 460 SoundUsed by:474
Symbol 461 GraphicUsed by:474
Symbol 462 GraphicUsed by:474
Symbol 463 GraphicUsed by:474
Symbol 464 GraphicUsed by:474
Symbol 465 GraphicUsed by:474
Symbol 466 GraphicUsed by:474
Symbol 467 GraphicUsed by:474
Symbol 468 GraphicUsed by:474
Symbol 469 GraphicUsed by:474
Symbol 470 GraphicUsed by:474
Symbol 471 GraphicUsed by:474
Symbol 472 GraphicUsed by:474
Symbol 473 GraphicUsed by:474
Symbol 474 MovieClipUses:456 458 459 460 245 461 462 463 464 465 466 467 468 469 470 471 472 473Used by:481 518
Symbol 475 GraphicUsed by:481
Symbol 476 GraphicUsed by:477
Symbol 477 MovieClipUses:476 245Used by:480 481
Symbol 478 GraphicUsed by:481
Symbol 479 GraphicUsed by:480
Symbol 480 MovieClipUses:479 477 346 202Used by:481
Symbol 481 MovieClipUses:474 475 477 478 480Used by:484
Symbol 482 GraphicUsed by:483
Symbol 483 MovieClipUses:482 346Used by:484
Symbol 484 MovieClipUses:455 481 483Used by:Timeline
Symbol 485 GraphicUsed by:486
Symbol 486 MovieClipUses:485 245 346Used by:Timeline
Symbol 487 GraphicUsed by:496
Symbol 488 GraphicUsed by:492
Symbol 489 GraphicUsed by:492
Symbol 490 GraphicUsed by:492
Symbol 491 GraphicUsed by:492
Symbol 492 MovieClipUses:488 489 490 491Used by:495 496
Symbol 493 GraphicUsed by:495
Symbol 494 GraphicUsed by:495
Symbol 495 MovieClipUses:493 492 494Used by:496
Symbol 496 MovieClipUses:487 492 245 495 346Used by:Timeline
Symbol 497 GraphicUsed by:501
Symbol 498 GraphicUsed by:500
Symbol 499 GraphicUsed by:500
Symbol 500 MovieClipUses:498 499Used by:501
Symbol 501 MovieClipUses:497 245 500Used by:509
Symbol 502 GraphicUsed by:503
Symbol 503 MovieClipUses:502Used by:509
Symbol 504 GraphicUsed by:505
Symbol 505 MovieClipUses:504Used by:509
Symbol 506 GraphicUsed by:507
Symbol 507 MovieClipUses:506 245Used by:509
Symbol 508 SoundUsed by:509 521 601
Symbol 509 MovieClipUses:501 503 505 507 508Used by:Timeline
Symbol 510 GraphicUsed by:511
Symbol 511 MovieClipUses:510 307 277Used by:Timeline
Symbol 512 GraphicUsed by:513
Symbol 513 MovieClipUses:512Used by:515
Symbol 514 SoundUsed by:515
Symbol 515 MovieClipUses:513 514 245Used by:Timeline
Symbol 516 GraphicUsed by:517
Symbol 517 MovieClipUses:516Used by:518
Symbol 518 MovieClipUses:517 474Used by:Timeline
Symbol 519 GraphicUsed by:520
Symbol 520 MovieClipUses:519Used by:521
Symbol 521 MovieClipUses:520 245 508Used by:522
Symbol 522 MovieClipUses:521Used by:Timeline
Symbol 523 GraphicUsed by:524
Symbol 524 MovieClipUses:523 245Used by:525
Symbol 525 MovieClipUses:524Used by:530
Symbol 526 GraphicUsed by:530
Symbol 527 GraphicUsed by:529
Symbol 528 GraphicUsed by:529
Symbol 529 MovieClipUses:527 528Used by:530
Symbol 530 MovieClipUses:525 526 245 529 346Used by:Timeline
Symbol 531 GraphicUsed by:559
Symbol 532 GraphicUsed by:533
Symbol 533 MovieClipUses:532Used by:559  Timeline
Symbol 534 GraphicUsed by:535
Symbol 535 MovieClipUses:534Used by:559  Timeline
Symbol 536 GraphicUsed by:541
Symbol 537 GraphicUsed by:538
Symbol 538 MovieClipUses:537Used by:541 545
Symbol 539 GraphicUsed by:540
Symbol 540 MovieClipUses:539 245Used by:541
Symbol 541 MovieClipUses:536 538 540Used by:557
Symbol 542 GraphicUsed by:545
Symbol 543 GraphicUsed by:544
Symbol 544 MovieClipUses:543 245Used by:545
Symbol 545 MovieClipUses:542 538 544Used by:557
Symbol 546 GraphicUsed by:547
Symbol 547 MovieClipUses:546Used by:557
Symbol 548 GraphicUsed by:549
Symbol 549 MovieClipUses:548 245Used by:557
Symbol 550 GraphicUsed by:554
Symbol 551 GraphicUsed by:553
Symbol 552 GraphicUsed by:553
Symbol 553 MovieClipUses:551 552Used by:554
Symbol 554 MovieClipUses:550 245 553 346Used by:557
Symbol 555 GraphicUsed by:556
Symbol 556 MovieClipUses:555 245Used by:557
Symbol 557 MovieClipUses:541 545 547 549 554 556Used by:558
Symbol 558 MovieClipUses:557 346Used by:559 662
Symbol 559 MovieClipUses:531 533 535 558Used by:Timeline
Symbol 560 GraphicUsed by:564
Symbol 561 GraphicUsed by:564
Symbol 562 GraphicUsed by:564
Symbol 563 GraphicUsed by:564
Symbol 564 MovieClipUses:560 561 245 562 563Used by:569 672
Symbol 565 GraphicUsed by:569
Symbol 566 GraphicUsed by:568
Symbol 567 GraphicUsed by:568
Symbol 568 MovieClipUses:566 567Used by:569
Symbol 569 MovieClipUses:564 565 245 568 346Used by:Timeline
Symbol 570 GraphicUsed by:571
Symbol 571 MovieClipUses:570 245Used by:Timeline
Symbol 572 GraphicUsed by:579
Symbol 573 GraphicUsed by:579
Symbol 574 GraphicUsed by:579
Symbol 575 GraphicUsed by:579
Symbol 576 GraphicUsed by:578
Symbol 577 GraphicUsed by:578
Symbol 578 MovieClipUses:576 577Used by:579
Symbol 579 MovieClipUses:572 573 574 245 575 578 346Used by:585
Symbol 580 GraphicUsed by:584
Symbol 581 GraphicUsed by:582
Symbol 582 MovieClipUses:581Used by:584
Symbol 583 GraphicUsed by:584
Symbol 584 MovieClipUses:580 582 583 245Used by:585
Symbol 585 MovieClipUses:579 584Used by:Timeline
Symbol 586 GraphicUsed by:588
Symbol 587 GraphicUsed by:588
Symbol 588 MovieClipUses:586 587Used by:593
Symbol 589 GraphicUsed by:593
Symbol 590 GraphicUsed by:592
Symbol 591 GraphicUsed by:592
Symbol 592 MovieClipUses:590 591Used by:593
Symbol 593 MovieClipUses:588 589 245 592 346Used by:Timeline
Symbol 594 GraphicUsed by:598
Symbol 595 GraphicUsed by:597
Symbol 596 GraphicUsed by:597
Symbol 597 MovieClipUses:595 596Used by:598
Symbol 598 MovieClipUses:594 245 597 346Used by:Timeline
Symbol 599 GraphicUsed by:600
Symbol 600 MovieClipUses:599Used by:601
Symbol 601 MovieClipUses:600 245 508Used by:602 603
Symbol 602 MovieClipUses:601Used by:604
Symbol 603 MovieClipUses:601Used by:604
Symbol 604 MovieClipUses:602 603Used by:Timeline
Symbol 605 GraphicUsed by:606
Symbol 606 MovieClipUses:605 245Used by:618
Symbol 607 GraphicUsed by:608
Symbol 608 MovieClipUses:607 245Used by:618
Symbol 609 GraphicUsed by:610
Symbol 610 MovieClipUses:609Used by:618
Symbol 611 GraphicUsed by:615
Symbol 612 GraphicUsed by:614
Symbol 613 GraphicUsed by:614
Symbol 614 MovieClipUses:612 613Used by:615
Symbol 615 MovieClipUses:611 245 614Used by:618
Symbol 616 GraphicUsed by:617
Symbol 617 MovieClipUses:616 245Used by:618
Symbol 618 MovieClipUses:606 608 610 615 617 346Used by:Timeline
Symbol 619 GraphicUsed by:623
Symbol 620 GraphicUsed by:622
Symbol 621 GraphicUsed by:622
Symbol 622 MovieClipUses:620 621Used by:623
Symbol 623 MovieClipUses:619 245 622 346Used by:Timeline
Symbol 624 GraphicUsed by:630
Symbol 625 GraphicUsed by:630
Symbol 626 GraphicUsed by:629
Symbol 627 GraphicUsed by:629
Symbol 628 GraphicUsed by:629
Symbol 629 MovieClipUses:626 627 628Used by:630
Symbol 630 MovieClipUses:624 625 629 245Used by:646
Symbol 631 GraphicUsed by:635
Symbol 632 GraphicUsed by:634
Symbol 633 GraphicUsed by:634
Symbol 634 MovieClipUses:632 633Used by:635
Symbol 635 MovieClipUses:631 245 634Used by:646
Symbol 636 GraphicUsed by:637
Symbol 637 MovieClipUses:636Used by:646
Symbol 638 GraphicUsed by:645
Symbol 639 GraphicUsed by:645
Symbol 640 GraphicUsed by:645
Symbol 641 GraphicUsed by:645
Symbol 642 GraphicUsed by:645
Symbol 643 GraphicUsed by:645
Symbol 644 GraphicUsed by:645
Symbol 645 MovieClipUses:638 245 639 640 641 642 643 644Used by:646
Symbol 646 MovieClipUses:630 635 637 645 346Used by:Timeline
Symbol 647 GraphicUsed by:Timeline
Symbol 648 GraphicUsed by:Timeline
Symbol 649 GraphicUsed by:Timeline
Symbol 650 GraphicUsed by:Timeline
Symbol 651 FontUsed by:652 654 723 724 727 728 730 731
Symbol 652 EditableTextUses:651Used by:Timeline
Symbol 653 GraphicUsed by:Timeline
Symbol 654 EditableTextUses:651Used by:Timeline
Symbol 655 GraphicUsed by:Timeline
Symbol 656 GraphicUsed by:657
Symbol 657 MovieClipUses:656Used by:661
Symbol 658 GraphicUsed by:661
Symbol 659 GraphicUsed by:660
Symbol 660 MovieClipUses:659 245Used by:661
Symbol 661 MovieClipUses:657 658 660Used by:Timeline
Symbol 662 MovieClipUses:558Used by:Timeline
Symbol 663 GraphicUsed by:664
Symbol 664 MovieClipUses:663 245Used by:665
Symbol 665 MovieClipUses:664Used by:Timeline
Symbol 666 GraphicUsed by:667
Symbol 667 MovieClipUses:666 245Used by:Timeline
Symbol 668 GraphicUsed by:Timeline
Symbol 669 GraphicUsed by:670
Symbol 670 MovieClipUses:669Used by:672
Symbol 671 GraphicUsed by:672
Symbol 672 MovieClipUses:670 564 671 245Used by:Timeline
Symbol 673 GraphicUsed by:Timeline
Symbol 674 FontUsed by:675 677 704 705
Symbol 675 EditableTextUses:674Used by:Timeline
Symbol 676 GraphicUsed by:Timeline
Symbol 677 EditableTextUses:674Used by:Timeline
Symbol 678 GraphicUsed by:Timeline
Symbol 679 GraphicUsed by:Timeline
Symbol 680 GraphicUsed by:683
Symbol 681 GraphicUsed by:683
Symbol 682 GraphicUsed by:683
Symbol 683 MovieClipUses:680 681 682Used by:685
Symbol 684 GraphicUsed by:685
Symbol 685 MovieClipUses:683 684Used by:Timeline
Symbol 686 GraphicUsed by:Timeline
Symbol 687 GraphicUsed by:698
Symbol 688 GraphicUsed by:698
Symbol 689 GraphicUsed by:698
Symbol 690 GraphicUsed by:698
Symbol 691 GraphicUsed by:698
Symbol 692 GraphicUsed by:698
Symbol 693 GraphicUsed by:698
Symbol 694 GraphicUsed by:698
Symbol 695 GraphicUsed by:698
Symbol 696 GraphicUsed by:698
Symbol 697 GraphicUsed by:698
Symbol 698 MovieClipUses:687 688 689 690 691 692 693 694 695 696 697Used by:703  Timeline
Symbol 699 GraphicUsed by:Timeline
Symbol 700 GraphicUsed by:Timeline
Symbol 701 GraphicUsed by:Timeline
Symbol 702 GraphicUsed by:703
Symbol 703 MovieClipUses:702 698Used by:Timeline
Symbol 704 EditableTextUses:674Used by:Timeline
Symbol 705 EditableTextUses:674Used by:Timeline
Symbol 706 GraphicUsed by:Timeline
Symbol 707 ButtonUses:70 71 72 73Used by:Timeline
Symbol 708 GraphicUsed by:Timeline
Symbol 709 GraphicUsed by:Timeline
Symbol 710 GraphicUsed by:Timeline
Symbol 711 GraphicUsed by:Timeline
Symbol 712 GraphicUsed by:Timeline
Symbol 713 ButtonUses:70 71 72 73Used by:Timeline
Symbol 714 GraphicUsed by:Timeline
Symbol 715 GraphicUsed by:Timeline
Symbol 716 GraphicUsed by:Timeline
Symbol 717 ButtonUses:70 71 72 73Used by:Timeline
Symbol 718 GraphicUsed by:Timeline
Symbol 719 GraphicUsed by:Timeline
Symbol 720 GraphicUsed by:Timeline
Symbol 721 GraphicUsed by:722
Symbol 722 MovieClipUses:721Used by:Timeline
Symbol 723 EditableTextUses:651Used by:Timeline
Symbol 724 EditableTextUses:651Used by:Timeline
Symbol 725 GraphicUsed by:Timeline
Symbol 726 GraphicUsed by:Timeline
Symbol 727 EditableTextUses:651Used by:Timeline
Symbol 728 EditableTextUses:651Used by:Timeline
Symbol 729 GraphicUsed by:Timeline
Symbol 730 EditableTextUses:651Used by:Timeline
Symbol 731 EditableTextUses:651Used 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 200 MovieClip
"hitPrecision"Frame 6Symbol 202 MovieClip
"parentAimer"Frame 7Symbol 205 MovieClip
"soundClip"Frame 15Symbol 210 MovieClip
"soundClip"Frame 16Symbol 210 MovieClip
"statusBar"Frame 59Symbol 219 MovieClip
"lifeBar"Frame 59Symbol 235 MovieClip
"character"Frame 71Symbol 271 MovieClip
"backGround"Frame 72Symbol 418 MovieClip
"parentFlash"Frame 72Symbol 424 MovieClip
"conCirc"Frame 84Symbol 202 MovieClip
"parentAimer"Frame 84Symbol 205 MovieClip
"hitPrecision"Frame 84Symbol 202 MovieClip
"bulletDirt"Frame 84Symbol 436 MovieClip
"parentEnemy"Frame 89Symbol 443 MovieClip
"parentEnemyTwo"Frame 89Symbol 443 MovieClip
"turretOne"Frame 90Symbol 453 MovieClip
"turretTwo"Frame 90Symbol 453 MovieClip
"laserBoss"Frame 91Symbol 484 MovieClip
"parentEnemy"Frame 92Symbol 486 MovieClip
"parentEnemyTwo"Frame 92Symbol 486 MovieClip
"parentEnemy"Frame 93Symbol 496 MovieClip
"parentEnemyTwo"Frame 93Symbol 496 MovieClip
"plantBoss"Frame 94Symbol 509 MovieClip
"parentEnemy"Frame 95Symbol 511 MovieClip
"spikesOne"Frame 95Symbol 515 MovieClip
"parentEnemy"Frame 96Symbol 511 MovieClip
"spikesTwo"Frame 96Symbol 515 MovieClip
"leftArm"Frame 97Symbol 518 MovieClip
"rightArm"Frame 97Symbol 522 MovieClip
"parentEnemy"Frame 98Symbol 486 MovieClip
"curtains"Frame 99Symbol 559 MovieClip
"parentEnemy"Frame 101Symbol 569 MovieClip
"parentEnemyTwo"Frame 101Symbol 569 MovieClip
"parentEnemy"Frame 102Symbol 571 MovieClip
"parentEnemyTwo"Frame 102Symbol 571 MovieClip
"crayons"Frame 107Symbol 604 MovieClip
"dinosaur"Frame 108Symbol 618 MovieClip
"tripBoss"Frame 110Symbol 646 MovieClip
"soundClip"Frame 112Symbol 210 MovieClip
"soundClip"Frame 113Symbol 210 MovieClip
"character"Frame 168Symbol 271 MovieClip
"parentEnemy"Frame 169Symbol 443 MovieClip
"parentEnemyTwo"Frame 169Symbol 443 MovieClip
"parentEnemyThree"Frame 169Symbol 443 MovieClip
"parentEnemyFour"Frame 169Symbol 443 MovieClip
"parentEnemyFive"Frame 169Symbol 443 MovieClip
"parentEnemySix"Frame 169Symbol 443 MovieClip
"parentEnemySeven"Frame 169Symbol 443 MovieClip
"parentEnemyEight"Frame 169Symbol 443 MovieClip
"parentEnemyNine"Frame 169Symbol 443 MovieClip
"parentEnemyTen"Frame 169Symbol 443 MovieClip
"parentEnemyEleven"Frame 169Symbol 443 MovieClip
"conCirc"Frame 169Symbol 202 MovieClip
"parentAimer"Frame 169Symbol 205 MovieClip
"hitPrecision"Frame 169Symbol 202 MovieClip
"bulletDirt"Frame 169Symbol 436 MovieClip
"statusBar"Frame 169Symbol 219 MovieClip
"lifeBar"Frame 169Symbol 235 MovieClip
"parentEnemy"Frame 170Symbol 486 MovieClip
"parentEnemyTwo"Frame 170Symbol 486 MovieClip
"parentEnemy"Frame 171Symbol 496 MovieClip
"parentEnemyTwo"Frame 171Symbol 496 MovieClip
"spikesOne"Frame 172Symbol 515 MovieClip
"parentEnemy"Frame 172Symbol 511 MovieClip
"spikesTwo"Frame 173Symbol 515 MovieClip
"parentEnemy"Frame 173Symbol 511 MovieClip
"parentEnemy"Frame 174Symbol 486 MovieClip
"parentEnemy"Frame 176Symbol 569 MovieClip
"parentEnemyTwo"Frame 176Symbol 569 MovieClip
"crayons"Frame 178Symbol 604 MovieClip
"soundClip"Frame 179Symbol 210 MovieClip
"soundClip"Frame 180Symbol 210 MovieClip
"character"Frame 236Symbol 271 MovieClip
"parentEnemy"Frame 237Symbol 443 MovieClip
"parentEnemyTwo"Frame 237Symbol 443 MovieClip
"parentEnemyThree"Frame 237Symbol 443 MovieClip
"parentEnemyFour"Frame 237Symbol 443 MovieClip
"parentEnemyFive"Frame 237Symbol 443 MovieClip
"parentEnemySix"Frame 237Symbol 443 MovieClip
"parentEnemySeven"Frame 237Symbol 443 MovieClip
"parentEnemyEight"Frame 237Symbol 443 MovieClip
"parentEnemyNine"Frame 237Symbol 443 MovieClip
"parentEnemyTen"Frame 237Symbol 443 MovieClip
"parentEnemyEleven"Frame 237Symbol 443 MovieClip
"conCirc"Frame 237Symbol 202 MovieClip
"parentAimer"Frame 237Symbol 205 MovieClip
"hitPrecision"Frame 237Symbol 202 MovieClip
"bulletDirt"Frame 237Symbol 436 MovieClip
"statusBar"Frame 237Symbol 219 MovieClip
"lifeBar"Frame 237Symbol 235 MovieClip
"parentEnemyTwo"Frame 238Symbol 486 MovieClip
"parentEnemyTwo"Frame 239Symbol 496 MovieClip
"parentEnemy"Frame 239Symbol 496 MovieClip
"parentEnemy"Frame 240Symbol 486 MovieClip
"parentEnemy"Frame 242Symbol 569 MovieClip
"parentEnemyTwo"Frame 242Symbol 569 MovieClip
"soundClip"Frame 244Symbol 210 MovieClip
"soundClip"Frame 245Symbol 210 MovieClip
"character"Frame 301Symbol 271 MovieClip
"conCirc"Frame 301Symbol 202 MovieClip
"parentAimer"Frame 301Symbol 205 MovieClip
"hitPrecision"Frame 301Symbol 202 MovieClip
"bulletDirt"Frame 301Symbol 436 MovieClip
"statusBar"Frame 301Symbol 219 MovieClip
"lifeBar"Frame 301Symbol 235 MovieClip
"laserBoss"Frame 302Symbol 484 MovieClip
"fade"Frame 302Symbol 77 MovieClip
"plantBoss"Frame 303Symbol 509 MovieClip
"leftArmThree"Frame 304Symbol 518 MovieClip
"leftArmTwo"Frame 304Symbol 518 MovieClip
"leftArm"Frame 304Symbol 518 MovieClip
"rightArm"Frame 304Symbol 522 MovieClip
"rightArmTwo"Frame 304Symbol 522 MovieClip
"curtains"Frame 305Symbol 662 MovieClip
"dinosaur"Frame 308Symbol 618 MovieClip
"ballTwo"Frame 308Symbol 667 MovieClip
"ballOne"Frame 308Symbol 667 MovieClip
"ballThree"Frame 308Symbol 667 MovieClip
"ballFive"Frame 308Symbol 667 MovieClip
"ballFour"Frame 308Symbol 667 MovieClip
"tripBoss"Frame 309Symbol 646 MovieClip
"ufo"Frame 310Symbol 672 MovieClip
"statusBar"Frame 310Symbol 219 MovieClip
"soundClip"Frame 310Symbol 210 MovieClip
"parentEnemy"Frame 310Symbol 685 MovieClip
"personNumber"Frame 310Symbol 698 MovieClip
"parentEnemy"Frame 310Symbol 685 MovieClip
"parentEnemy"Frame 310Symbol 685 MovieClip
"parentEnemy"Frame 311Symbol 685 MovieClip
"parentEnemyTwo"Frame 311Symbol 685 MovieClip
"collector1"Frame 311Symbol 703 MovieClip
"collector2"Frame 311Symbol 703 MovieClip
"collector3"Frame 311Symbol 703 MovieClip
"collector4"Frame 311Symbol 703 MovieClip
"collector5"Frame 311Symbol 703 MovieClip
"parentEnemyThree"Frame 311Symbol 685 MovieClip
"parentEnemyFour"Frame 311Symbol 685 MovieClip
"ufo"Frame 311Symbol 672 MovieClip
"soundClip"Frame 311Symbol 210 MovieClip
"light"Symbol 112 MovieClip Frame 1Symbol 108 MovieClip
"life"Symbol 235 MovieClip Frame 1Symbol 233 MovieClip
"rocketBoots"Symbol 258 MovieClip Frame 1Symbol 240 MovieClip
"hips"Symbol 258 MovieClip Frame 1Symbol 243 MovieClip
"characterBase"Symbol 258 MovieClip Frame 1Symbol 245 MovieClip
"legs"Symbol 271 MovieClip Frame 1Symbol 258 MovieClip
"body"Symbol 271 MovieClip Frame 1Symbol 261 MovieClip
"arm"Symbol 271 MovieClip Frame 1Symbol 268 MovieClip
"line"Symbol 271 MovieClip Frame 1Symbol 270 MovieClip
"hitSection"Symbol 271 MovieClip Frame 1Symbol 245 MovieClip
"brain"Symbol 363 MovieClip Frame 1Symbol 347 MovieClip
"glassHead"Symbol 363 MovieClip Frame 1Symbol 351 MovieClip
"earOne"Symbol 363 MovieClip Frame 1Symbol 362 MovieClip
"earTwo"Symbol 363 MovieClip Frame 1Symbol 362 MovieClip
"fish"Symbol 409 MovieClip Frame 1Symbol 408 MovieClip
"fish"Symbol 409 MovieClip Frame 35Symbol 408 MovieClip
"fish"Symbol 409 MovieClip Frame 45Symbol 408 MovieClip
"fish"Symbol 409 MovieClip Frame 80Symbol 408 MovieClip
"fish"Symbol 409 MovieClip Frame 90Symbol 408 MovieClip
"fish"Symbol 409 MovieClip Frame 110Symbol 408 MovieClip
"fish"Symbol 409 MovieClip Frame 115Symbol 408 MovieClip
"fish"Symbol 409 MovieClip Frame 135Symbol 408 MovieClip
"fish"Symbol 409 MovieClip Frame 140Symbol 408 MovieClip
"fish"Symbol 409 MovieClip Frame 160Symbol 408 MovieClip
"fish"Symbol 409 MovieClip Frame 165Symbol 408 MovieClip
"fish"Symbol 409 MovieClip Frame 185Symbol 408 MovieClip
"fish"Symbol 409 MovieClip Frame 190Symbol 408 MovieClip
"fish"Symbol 409 MovieClip Frame 210Symbol 408 MovieClip
"fish"Symbol 409 MovieClip Frame 220Symbol 408 MovieClip
"fish"Symbol 409 MovieClip Frame 260Symbol 408 MovieClip
"fish"Symbol 409 MovieClip Frame 270Symbol 408 MovieClip
"fish"Symbol 409 MovieClip Frame 310Symbol 408 MovieClip
"fish"Symbol 409 MovieClip Frame 321Symbol 408 MovieClip
"fish"Symbol 409 MovieClip Frame 345Symbol 408 MovieClip
"insideWalker"Symbol 443 MovieClip Frame 1Symbol 439 MovieClip
"parentBall"Symbol 453 MovieClip Frame 1Symbol 445 MovieClip
"deathTurret"Symbol 453 MovieClip Frame 3Symbol 452 MovieClip
"innerLaser"Symbol 484 MovieClip Frame 1Symbol 481 MovieClip
"missleTwo"Symbol 484 MovieClip Frame 25Symbol 483 MovieClip
"missleOne"Symbol 484 MovieClip Frame 25Symbol 483 MovieClip
"innerLaser"Symbol 484 MovieClip Frame 26Symbol 481 MovieClip
"plantCenter"Symbol 509 MovieClip Frame 22Symbol 501 MovieClip
"laser"Symbol 518 MovieClip Frame 50Symbol 474 MovieClip
"innerLeftArm"Symbol 518 MovieClip Frame 50Symbol 517 MovieClip
"innerRightArm"Symbol 522 MovieClip Frame 1Symbol 521 MovieClip
"ghostShot"Symbol 530 MovieClip Frame 1Symbol 525 MovieClip
"heart"Symbol 557 MovieClip Frame 1Symbol 554 MovieClip
"puppetBoss"Symbol 559 MovieClip Frame 50Symbol 558 MovieClip
"beam"Symbol 569 MovieClip Frame 1Symbol 564 MovieClip
"innerAlien"Symbol 585 MovieClip Frame 76Symbol 579 MovieClip
"jaw"Symbol 593 MovieClip Frame 1Symbol 588 MovieClip
"crayon"Symbol 601 MovieClip Frame 1Symbol 600 MovieClip
"head"Symbol 618 MovieClip Frame 1Symbol 615 MovieClip
"head"Symbol 618 MovieClip Frame 110Symbol 615 MovieClip
"head"Symbol 618 MovieClip Frame 135Symbol 615 MovieClip
"head"Symbol 618 MovieClip Frame 175Symbol 615 MovieClip
"head"Symbol 618 MovieClip Frame 195Symbol 615 MovieClip
"head"Symbol 618 MovieClip Frame 325Symbol 615 MovieClip
"head"Symbol 618 MovieClip Frame 345Symbol 615 MovieClip
"head"Symbol 618 MovieClip Frame 385Symbol 615 MovieClip
"tripBall"Symbol 646 MovieClip Frame 1Symbol 630 MovieClip
"innerTrip"Symbol 646 MovieClip Frame 1Symbol 635 MovieClip
"tripLine"Symbol 646 MovieClip Frame 2Symbol 645 MovieClip
"tripLineTwo"Symbol 646 MovieClip Frame 4Symbol 645 MovieClip
"puppetBoss"Symbol 662 MovieClip Frame 1Symbol 558 MovieClip
"beamSpot"Symbol 672 MovieClip Frame 1Symbol 670 MovieClip
"beam"Symbol 672 MovieClip Frame 1Symbol 564 MovieClip
"stopBlock"Symbol 672 MovieClip Frame 1Symbol 245 MovieClip
"personNumber"Symbol 703 MovieClip Frame 1Symbol 698 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 112 MovieClip Frame 1
"activated"Symbol 112 MovieClip Frame 2
"locked"Symbol 112 MovieClip Frame 51
"progressive"Symbol 200 MovieClip Frame 2
"endless"Symbol 200 MovieClip Frame 3
"survival"Symbol 200 MovieClip Frame 4
"extreme"Symbol 200 MovieClip Frame 5
"extras"Symbol 200 MovieClip Frame 6
"right"Symbol 297 MovieClip Frame 1
"left"Symbol 297 MovieClip Frame 2
"down"Symbol 297 MovieClip Frame 3
"up"Symbol 297 MovieClip Frame 4
"idle"Symbol 297 MovieClip Frame 5
"right"Symbol 300 MovieClip Frame 1
"left"Symbol 300 MovieClip Frame 2
"down"Symbol 300 MovieClip Frame 3
"up"Symbol 300 MovieClip Frame 4
"idle"Symbol 300 MovieClip Frame 5
"injured"Symbol 347 MovieClip Frame 2
"death"Symbol 347 MovieClip Frame 3
"injured"Symbol 351 MovieClip Frame 2
"death"Symbol 351 MovieClip Frame 3
"injured"Symbol 357 MovieClip Frame 2
"death"Symbol 357 MovieClip Frame 3
"injured"Symbol 362 MovieClip Frame 2
"death"Symbol 362 MovieClip Frame 3
"right"Symbol 393 MovieClip Frame 1
"left"Symbol 393 MovieClip Frame 2
"down"Symbol 393 MovieClip Frame 3
"up"Symbol 393 MovieClip Frame 4
"idle"Symbol 393 MovieClip Frame 5
"injured"Symbol 408 MovieClip Frame 2
"death"Symbol 409 MovieClip Frame 321
"turretPro"Symbol 418 MovieClip Frame 50
"injured"Symbol 443 MovieClip Frame 2
"death"Symbol 443 MovieClip Frame 3
"injured"Symbol 453 MovieClip Frame 2
"death"Symbol 453 MovieClip Frame 3
"injured"Symbol 481 MovieClip Frame 2
"death"Symbol 481 MovieClip Frame 3
"death"Symbol 486 MovieClip Frame 2
"injured"Symbol 496 MovieClip Frame 2
"death"Symbol 496 MovieClip Frame 3
"injured"Symbol 501 MovieClip Frame 2
"death"Symbol 509 MovieClip Frame 342
"injured"Symbol 530 MovieClip Frame 2
"death"Symbol 530 MovieClip Frame 3
"injured"Symbol 554 MovieClip Frame 2
"death"Symbol 554 MovieClip Frame 3
"death"Symbol 558 MovieClip Frame 610
"injured"Symbol 569 MovieClip Frame 2
"death"Symbol 569 MovieClip Frame 3
"injured"Symbol 579 MovieClip Frame 2
"death"Symbol 579 MovieClip Frame 3
"injured"Symbol 593 MovieClip Frame 2
"death"Symbol 593 MovieClip Frame 3
"injured"Symbol 598 MovieClip Frame 2
"death"Symbol 598 MovieClip Frame 3
"injured"Symbol 615 MovieClip Frame 2
"death"Symbol 618 MovieClip Frame 401
"injured"Symbol 623 MovieClip Frame 2
"death"Symbol 623 MovieClip Frame 3
"injured"Symbol 635 MovieClip Frame 2
"death"Symbol 646 MovieClip Frame 5
"walking"Symbol 685 MovieClip Frame 1
"rising"Symbol 685 MovieClip Frame 2

Dynamic Text Variables

timeSymbol 652 EditableText"0000"
timeSymbol 654 EditableText"0000"
scoreSymbol 704 EditableText"0"
timeSymbol 705 EditableText"2000"
currentScoreSymbol 723 EditableText"0"
highScoreSymbol 724 EditableText"0"
currentScoreSymbol 727 EditableText"0"
highScoreSymbol 728 EditableText"0"
currentScoreSymbol 730 EditableText"0"
highScoreSymbol 731 EditableText"0"




http://swfchan.com/3/11636/info.shtml
Created: 7/6 -2019 00:56:14 Last modified: 7/6 -2019 00:56:14 Server time: 15/05 -2024 02:46:20