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

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

zed.swf

This is the info page for
Flash #5599

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


Text
Free Games AND ShowS

Presents Zed - a Totebo game

Loading

Loading

PAUSED

Press "P" To CONTINUE

SOUND OFF

a Totebo game

totebo.com

0

Level

0

0%

Your Best Score

You got to

Gold

Zed Datafile

MORE

Jump

Run Right

Run Left

Toggle Sound

Pause

In-game controls

BAD STUFF

Good Stuff

Collect good stuff. Avoid bad stuff. Three
gold pieces unlock a golden door.

Instructions

At the beginning of each level you will be
given a colour code.
To continue at that level, enter the code
by clicking the spheres here, then click
"Continue Quest".

Colour codes

Zed is an android. But unlike other androids,
he has always had a very special dream -
to sport a space suit entirely made of gold.
it's now up to you to guide Zed through ten
particularly vicious levels and collect enough
gold pieces to fulfil his dream.
Your quest begins in the Gold mines, deep
down in the underworld...

Continue Quest

Begin Quest

BAD COLOUR COMBINATION

Click the spheres to try again!

Colour Code Accepted!

CODE ACCEPTED!

MORE GAMES

GAMES BY EMAIL

DOWNLOAD ZED

0

Zeds

points

Gold

energy

energy

Total Gold

Total Gold

invisible

invisible

Extras

Free Games AND ShowS

LEVEL 0

Colour
Combination

The Gold Mines

The Lava Valley

The Palace of Mysteries

The Palace of Mysteries

The Corridor of Remebrance

GO!

(press any key)

LEVEL 0 CLEARED!

0

0

0

Total
Points

0

YOU MANAGED TO COLLECT 0% OF THE GOLD ZED NEEDS FOR A SHINY GOLDEN SPACE SUIT

YOUR TOTAL POINTS

Game Over

0

0

0

nothing

nothing

CONGRATULATIONS!

You now have enough Gold to
make a brand new space suit

ActionScript [AS1/AS2]

Frame 1
stop();
Frame 13
sndFadeIn = new Sound(); sndFadeIn.attachSound("sndFadeIn"); sndFadeOut = new Sound(); sndFadeOut.attachSound("sndFadeOut"); squareCounter = 0;
Instance of Symbol 70 MovieClip "mcLoading" in Frame 14
onClipEvent (load) { if (_root.getBytesLoaded() >= _root.getBytesTotal()) { this._visible = false; } }
Frame 15
if (_framesloaded < 111) { intPercentLoaded = _framesloaded; mcLoading.gotoAndStop(intPercentLoaded); gotoAndPlay(_currentframe - 1); if (_root.fadeOut) { _root.fadeOut = false; } } else { mcLoading.gotoAndStop(101); mcSquares.gotoAndPlay("in"); }
Frame 17
if (!_root.fadeOut) { gotoAndPlay(_currentframe - 1); } else { gotoAndPlay (21); }
Frame 21
function grabBonus() { zedBonus = random(3) + 1; this["sndGrabBonus" + zedBonus].start(0, 0); } function changeZedColour(colour) { function addPoints(points) { pointsCounter++; mcAddPoints.duplicateMovieClip("mcPointsAdded" + pointsCounter, pointsCounter); grabBonus(); if ((((((points == "speed") or (points == "invincible")) or (points == "jump")) or (points == "energy")) or (points == "Gold")) or (points == "Key")) { _root["mcPointsAdded" + pointsCounter].gotoAndPlay("textBonus"); _root["mcPointsAdded" + pointsCounter].txtBonus = points; } else { totalPoints = totalPoints + points; panels.txtTotalPoints = totalPoints; _root["mcPointsAdded" + pointsCounter].points = points; } _root["mcPointsAdded" + pointsCounter]._x = character._x; _root["mcPointsAdded" + pointsCounter]._y = character._y - 70; } if ((colour == "red") && (!_root.untouchable)) { _root.zedColourTransform = {ra:"100", rb:"255", ga:"100", gb:"-70", ba:"100", bb:"-170", aa:"100", ab:"0"}; _root.zedColour.setTransform(_root.zedColourTransform); sndZedHurt.start(0, 0); zedIsHurting = true; } else if (colour == "normal") { _root.zedColourTransform = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"0"}; _root.zedColour.setTransform(_root.zedColourTransform); sndZedHurt.stop("sndZedHurt"); zedIsHurting = false; } else if (colour == "energy") { _root.zedColourTransform = {ra:"100", rb:"-30", ga:"100", gb:"50", ba:"100", bb:"-200", aa:"100", ab:"0"}; _root.zedColour.setTransform(_root.zedColourTransform); } else if (colour == "Gold") { _root.zedColourTransform = {ra:"100", rb:"255", ga:"100", gb:"70", ba:"100", bb:"-150", aa:"100", ab:"0"}; _root.zedColour.setTransform(_root.zedColourTransform); } else if (colour == "speed") { _root.zedColourTransform = {ra:"100", rb:"250", ga:"100", gb:"-25", ba:"100", bb:"-160", aa:"100", ab:"0"}; _root.zedColour.setTransform(_root.zedColourTransform); } else if (colour == "jump") { _root.zedColourTransform = {ra:"100", rb:"0", ga:"100", gb:"-50", ba:"100", bb:"-20", aa:"100", ab:"0"}; _root.zedColour.setTransform(_root.zedColourTransform); } else if (colour == "invincible") { _root.zedColourTransform = {ra:"100", rb:"0", ga:"100", gb:"60", ba:"100", bb:"0", aa:"100", ab:"0"}; _root.zedColour.setTransform(_root.zedColourTransform); } } function addPoints(points) { pointsCounter++; mcAddPoints.duplicateMovieClip("mcPointsAdded" + pointsCounter, pointsCounter); grabBonus(); if ((((((points == "speed") or (points == "invincible")) or (points == "jump")) or (points == "energy")) or (points == "Gold")) or (points == "Key")) { _root["mcPointsAdded" + pointsCounter].gotoAndPlay("textBonus"); _root["mcPointsAdded" + pointsCounter].txtBonus = points; } else { totalPoints = totalPoints + points; panels.txtTotalPoints = totalPoints; _root["mcPointsAdded" + pointsCounter].points = points; } _root["mcPointsAdded" + pointsCounter]._x = character._x; _root["mcPointsAdded" + pointsCounter]._y = character._y - 70; } function showPlatform() { counter = 0; while (counter < 11) { counter++; if (this["plattform" + counter].active) { this["plattform" + counter].active = false; this["plattform" + counter].gotoAndPlay("fadeOut"); } else { this["plattform" + counter].active = true; this["plattform" + counter].initLocal = false; this["plattform" + counter].gotoAndPlay("fadeIn"); } } } _root.soundOn = true; globalsound = new Sound(); sndGrabBonus1 = new Sound(); sndGrabBonus1.attachSound("sndGrabBonus1"); sndGrabBonus2 = new Sound(); sndGrabBonus2.attachSound("sndGrabBonus2"); sndGrabBonus3 = new Sound(); sndGrabBonus3.attachSound("sndGrabBonus3"); sndZedDie = new Sound(); sndZedDie.attachSound("sndZedDie"); sndZedHurt = new Sound(); sndZedHurt.attachSound("sndZedHurt"); sndGrowl = new Sound(); sndGrowl.attachSound("sndGrowl"); sndFlame = new Sound(); sndFlame.attachSound("sndFlame"); sndSpikes = new Sound(); sndSpikes.attachSound("sndSpikes"); sndIntermission = new Sound(); sndIntermission.attachSound("sndIntermission"); sndIntro = new Sound(); sndIntro.attachSound("sndIntro"); sndDoorClose = new Sound(); sndDoorClose.attachSound("sndDoorClose"); sndDoorOpen = new Sound(); sndDoorOpen.attachSound("sndDoorOpen"); sndGameOver = new Sound(); sndGameOver.attachSound("sndGameOver"); finalLevel = 10; dataFileScore = 0; dataFileLevel = 0; dataFileGold = 0; arrLevelCode1 = new Array(1, 1, 1, 1, 1); arrLevelCode2 = new Array(2, 3, 2, 3, 2); arrLevelCode3 = new Array(3, 3, 5, 3, 3); arrLevelCode4 = new Array(5, 1, 4, 1, 5); arrLevelCode5 = new Array(2, 3, 1, 3, 2); arrLevelCode6 = new Array(3, 4, 5, 1, 3); arrLevelCode7 = new Array(1, 5, 4, 2, 5); arrLevelCode8 = new Array(4, 2, 3, 1, 2); arrLevelCode9 = new Array(2, 1, 4, 4, 4); arrLevelCode10 = new Array(4, 2, 2, 2, 3); zedColour = new Color(characterGfx); zedColourTransform = new Object(); gotoAndPlay (27);
Instance of Symbol 115 MovieClip "keyboardInput" in Frame 21
onClipEvent (load) { keyPressPause = getTimer() + 100; squareCounter1 = 0; squareCounter2 = 0; } onClipEvent (enterFrame) { if (Key.isDown(80) && (keyPressValid)) { keyPressValid = false; if (_root.panels._visible && (_root.noTransition)) { if ((!_root.gamePaused) && (keyPressPause < getTimer())) { if (_root.soundOn) { _root.globalsound.setVolume(0); } _root.gamePaused = true; mcPause.gotoAndPlay("paused"); keyPressPause = getTimer() + 100; } else if (keyPressPause < getTimer()) { if (_root.soundOn) { _root.globalsound.setVolume(100); } _parent.characterGfx.gotoAndPlay(_parent.characterGfx._currentframe - 1); _root.gamePaused = false; mcPause.gotoAndStop(1); keyPressPause = getTimer() + 100; } } } else if (Key.isDown(83) && (keyPressValid)) { keyPressValid = false; if ((!_root.soundOn) && (keyPressPause < getTimer())) { _root.soundOn = true; mcSound.gotoAndPlay("toggleSound"); keyPressPause = getTimer() + 100; } else if (keyPressPause < getTimer()) { _root.soundOn = false; mcSound.gotoAndPlay("toggleSound"); keyPressPause = getTimer() + 100; } } else if ((!Key.isDown(83)) && (!Key.isDown(80))) { keyPressValid = true; } }
Frame 27
sndIntro.start(0, 0); totalGoldCollected = 0; levelGoldCollected = 0; totalPoints = 0; panels.totalGold.gotoAndStop(1); panels.goldHolder.gotoAndStop(1); panels.lives.gotoAndStop(1); currentLevel = 1; livesLeft = 3; panels._visible = false; if (_root.fadeOut) { mcSquares.gotoAndPlay("out"); }
Instance of Symbol 202 MovieClip in Frame 27
onClipEvent (load) { flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hit.hitTest(_parent.characterGfx.hit) && (!collected)) { goldCollected = true; _root.addPoints("Gold"); if (_root.levelGoldCollected == 0) { flyToX = (flyToX = _root.panels._x + 213); } else if (_root.levelGoldCollected == 1) { flyToX = _root.panels._x + 242; } else if (_root.levelGoldCollected == 2) { flyToX = _root.panels._x + 271; } _root.panels.totalGold.gotoAndStop(_root.panels.totalGold._currentframe + 1); this.gotoAndPlay("collected"); } else if ((!goldInPlace) && (bonusCollected)) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { goldInPlace = true; _root.levelGoldCollected++; _root.totalGoldCollected++; _root.panels.goldHolder.gotoAndStop(_root.levelGoldCollected + 1); if (_root.levelGoldCollected == 3) { _root.openGoldDoor = true; } this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 254 MovieClip "zed" in Frame 27
onClipEvent (load) { if (_root.gameCompleted) { gotoAndStop (2); } else { gotoAndStop (1); } }
Frame 28
stop();
Frame 29
mcSquares.gotoAndPlay("in");
Frame 31
if (!_root.fadeOut) { gotoAndPlay(_currentframe - 1); } else { gotoAndPlay (37); }
Frame 37
loadVariablesNum ("http://www.totebo.com/zed/addgames.asp", 0, "POST"); sndAmbienceGoldMines.stop("sndAmbienceGoldMines"); sndAmbienceLavaValley.stop("sndAmbienceLavaValley"); sndAmbiencePalace.stop("sndAmbiencePalace"); sndIntermission.start(0, 0); if (finalLevel < currentLevel) { gotoAndPlay (27); } else { teaser.gotoAndStop(currentLevel); panels._visible = false; panels.goldHolder.gotoAndStop(1); txtLevelCleared = "LEVEL " + currentLevel; mcSquares.gotoAndPlay("out"); }
Frame 38
mcCode.showCode(currentLevel); stop();
Instance of Symbol 372 MovieClip in Frame 38
onClipEvent (keyDown) { if (!_root.fadeOut) { _parent.play(); } }
Frame 40
mcSquares.gotoAndPlay("in");
Frame 42
if (!_root.fadeOut) { gotoAndPlay(_currentframe - 1); } else { gotoAndPlay (97); }
Frame 43
gotoAndPlay (27);
Frame 48
sndAmbienceGoldMines.stop("sndAmbienceGoldMines"); sndAmbienceLavaValley.stop("sndAmbienceLavaValley"); sndAmbiencePalace.stop("sndAmbiencePalace"); keyboardInput._x = 0; panels._visible = false; txtLevelCleared = ("LEVEL " + currentLevel) + " CLEARED!"; txtLives = 0; txtEnergy = 0; livesTemp = livesLeft; lives.gotoAndStop(_root.panels.lives._currentframe); energy.gotoAndStop(_root.panels.energy._currentframe); txtTotalPoints = totalPoints; _root._x = 0;
Instance of Symbol 300 MovieClip "lives" in Frame 48
onClipEvent (load) { if (this._currentframe == 22) { this._x = this._x + 50; } else if (this._currentframe == 36) { this._x = this._x + 100; } }
Frame 50
if (delayCounter < 50) { delayCounter++; gotoAndPlay(_currentframe - 1); } else { delayCounter = 0; }
Frame 61
if (0 < livesTemp) { livesTemp--; totalPoints = totalPoints + 1000; txtLives = txtLives + 1000; txtTotalPoints = totalPoints; grabBonus(); gotoAndPlay(_currentframe - 10); }
Frame 63
if (_root.soundOn) { globalsound.setVolume(random(20) + 10); } if (energy._currentframe < 151) { energy.gotoAndStop(energy._currentframe + 1); energy.panic._visible = false; totalPoints = totalPoints + 20; txtEnergy = txtEnergy + 20; txtTotalPoints = totalPoints; grabBonus(); gotoAndPlay(_currentframe - 1); }
Frame 65
if (delayCounter < 50) { delayCounter++; gotoAndPlay(_currentframe - 1); } else { delayCounter = 0; }
Frame 66
if (_root.soundOn) { globalsound.setVolume(100); } mcSquares.gotoAndPlay("in");
Frame 68
if (!_root.fadeOut) { gotoAndPlay(_currentframe - 1); }
Frame 69
outOfEnergy = false; currentLevel++; gotoAndPlay (37);
Frame 71
sndAmbienceGoldMines.stop("sndAmbienceGoldMines"); sndAmbienceLavaValley.stop("sndAmbienceLavaValley"); sndAmbiencePalace.stop("sndAmbiencePalace"); sndGameOver.start(0, 0); panels._visible = false; _root._x = 0; mcSquares._x = 0; keyboardInput._x = 0; txtTotalPoints = totalPoints; intGoldPercentage = int((_root.totalGoldCollected / 30) * 100); txtGoldPercentage = ("YOU MANAGED TO COLLECT " + intGoldPercentage) + "% OF THE GOLD ZED NEEDS FOR A SHINY GOLDEN SPACE SUIT";
Frame 72
stop();
Instance of Symbol 372 MovieClip in Frame 72
onClipEvent (keyDown) { if (_root.fadeIn) { _parent.play(); } }
Frame 73
mcSquares.gotoAndPlay("in");
Frame 75
if (!_root.fadeOut) { gotoAndPlay(_currentframe - 1); }
Frame 76
if (dataFileScore < totalPoints) { dataFileScore = totalPoints; dataFileLevel = currentLevel; dataFileGold = intGoldPercentage; } gotoAndPlay (27);
Frame 77
gotoAndPlay (27);
Frame 84
gotoAndPlay (27);
Frame 85
sndAmbienceGoldMines.stop("sndAmbienceGoldMines"); sndAmbienceLavaValley.stop("sndAmbienceLavaValley"); sndAmbiencePalace.stop("sndAmbiencePalace"); sndGameCompleted.start(0, 0); panels._visible = false; gameCompleted = true; txtTotalPoints = totalPoints; stop();
Instance of Symbol 372 MovieClip in Frame 85
onClipEvent (keyDown) { if (_root.fadeIn) { _parent.play(); } }
Frame 86
mcSquares.gotoAndPlay("in");
Frame 88
if (!_root.fadeOut) { gotoAndPlay(_root._currentframe - 1); }
Frame 89
intGoldPercentage = int((_root.totalGoldCollected / 30) * 100); if (dataFileScore < totalPoints) { dataFileScore = totalPoints; dataFileLevel = currentLevel; dataFileGold = intGoldPercentage; } gotoAndPlay (27);
Frame 90
gotoAndPlay (27);
Frame 97
_root.openGoldDoor = false; _root.levelGoldCollected = 0; gotoAndStop("level" + currentLevel); mcSquares.gotoAndPlay("out");
Frame 110
sndAmbienceGoldMines.stop("sndAmbienceGoldMines"); sndAmbienceGoldMines = new Sound(); sndAmbienceGoldMines.attachSound("sndAmbienceGoldMines"); sndAmbienceGoldMines.start(0, 1000); _root.panels.totalGold.gotoAndStop(totalGoldCollected); panels._visible = true; panels._x = 0; stop();
Instance of Symbol 409 MovieClip in Frame 110
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 110
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 110
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 110
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 110
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip "monsterPlatform1" in Frame 110
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 110
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 110
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 110
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 183 MovieClip "creature1" in Frame 110
onClipEvent (load) { howDangerous = 12; speed = -4; turned = false; this.GotoAndPlay("none"); } onClipEvent (enterFrame) { if (!_root.gamePaused) { this.play(); if ((this.hitBody.hitTest(_parent.characterGfx.hit) && (!_root.isInvisible)) && (!_root.untouchable)) { _root.panels.energy.gotoAndStop(_root.panels.energy._currentframe + howDangerous); _root.changeZedColour("red"); doneChecking = false; } else if (((((!_root.isInvisible) && (!this.hitBody.hitTest(_parent.characterGfx.hit))) && (!_root.bonusIsGrabbed)) && (!doneChecking)) && (!_root.untouchable)) { _root.changeZedColour("normal"); doneChecking = true; } if (!turning) { if (_parent.monsterPlatform1.hitTest(this._x, this._y + 20, true)) { this._x = this._x + speed; } else if (!turned) { this.gotoAndPlay("turn"); turning = true; this._xscale = this._xscale - (this._xscale * 2); speed = -speed; this._x = this._x + speed; } } } else { this.stop(); } }
Instance of Symbol 415 MovieClip in Frame 110
onClipEvent (enterFrame) { if (!_root.openGoldDoor) { if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } } else if (!doorIsOpened) { this.gotoAndPlay("open"); doorIsOpened = true; } }
Instance of Symbol 417 MovieClip in Frame 110
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _parent.mcSquares.gotoAndPlay("in"); walkedOutside = true; _parent.character._x = _parent.character._x + 10000; _parent.characterGfx._x = _parent.characterGfx._x + 10000; } else if (walkedOutside) { if (_root.fadeOut) { _root.fadeOut = false; _parent.mcSquares._x = 0; _parent.mcSquares.gotoAndPlay("out"); _parent.gotoAndPlay("levelCompleted"); walkedOutside = false; } } }
Instance of Symbol 417 MovieClip in Frame 110
onClipEvent (enterFrame) { if ((this.hitTest(_root.character) && (!stageHasMoved)) && (this._x < _root.character._x)) { this._x = this._x + (this._width + 80); _root._x = _root._x + 700; _parent.panels._x = _parent.panels._x - 700; _parent.mcSquares._x = _parent.mcSquares._x - 700; _parent.keyboardInput._x = _parent.keyboardInput._x - 700; stageHasMoved = true; _root.gotoAndStop(_root._currentframe + 1); } else if ((this.hitTest(_root.character) && (!stageHasMoved)) && (_root.character._x < this._x)) { this._x = this._x - (this._width + 80); _root._x = _root._x - 700; _parent.panels._x = _parent.panels._x + 700; _parent.mcSquares._x = _parent.mcSquares._x + 700; _parent.keyboardInput._x = _parent.keyboardInput._x + 700; stageHasMoved = true; _root.gotoAndStop(_root._currentframe - 1); } else if (stageHasMoved) { stageHasMoved = false; } }
Instance of Symbol 418 MovieClip "character" in Frame 110
onClipEvent (load) { function showPose(pose, flip) { if ((poseIsPlaying != pose) or (flippedOrNot != flip)) { if (flip) { _parent.characterGfx._xscale = -80; _parent.characterGfx.gotoAndPlay(pose); } else { _parent.characterGfx._xscale = 80; _parent.characterGfx.gotoAndPlay(pose); } } poseIsPlaying = pose; flippedOrNot = flip; } if (!_root.extrasSpeed) { maxSpeed = 8; friction = maxSpeed / 10; } else { maxSpeed = 10; friction = maxSpeed / 5; } if (!_root.extrasJump) { maxJumpHeight = 30; } else { maxJumpHeight = 50; } maxFallSpeed = 20; jumpSpeed = maxJumpHeight; jumpKeyReleased = true; fallingSpeed = 0; speed = 0; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && (!_root.outOfEnergy)) { _parent.characterGfx.eyes.play(); _parent.characterGfx._x = this._x; _parent.characterGfx._y = this._y; if (Key.isDown(37) or Key.isDown(39)) { if (Key.isDown(39) && (!Key.isDown(37))) { if ((!jumping) && (_root.onPlatform)) { if (speed < -1) { showPose("turn", false); } else { showPose("run", true); } } if (speed < maxSpeed) { speed = speed + friction; } } if (Key.isDown(37) && (!Key.isDown(39))) { if ((!jumping) && (_root.onPlatform)) { if (1 < speed) { showPose("turn", true); } else { showPose("run", false); } } if ((-maxSpeed) < speed) { speed = speed - friction; } } } else if (speed != 0) { if (1 < speed) { speed = speed - friction; } else if (speed < -1) { speed = speed + friction; } else { speed = 0; } } else if (_root.againstWall) { _root.againstWall = false; } else if (!jumping) { showPose("idle", false); } this._x = this._x + speed; if ((!_root.onPlatform) && (!jumping)) { if (fallingSpeed < maxFallSpeed) { fallingSpeed++; } if (speed < 0) { showPose("fall", false); } else if (0 < speed) { showPose("fall", true); } else { showPose("jumpStill", false); } this._y = this._y + fallingSpeed; } else if ((Key.isDown(38) && (6 < jumpSpeed)) && (jumpKeyReleased)) { jumping = true; jumpSpeed = jumpSpeed / 1.2; if (0 < speed) { jumpSpeed = jumpSpeed + (speed / (maxJumpHeight / 2)); showPose("jump", true); } else if (speed < 0) { jumpSpeed = jumpSpeed - (speed / (maxJumpHeight / 2)); showPose("jump", false); } else { showPose("jumpStill", false); } this._y = this._y - jumpSpeed; } else if (jumping) { jumpKeyReleased = false; jumping = false; jumpSpeed = maxJumpHeight; fallingSpeed = -1; } else if ((!Key.isDown(38)) && (!jumpKeyReleased)) { jumpKeyReleased = true; } } else { _parent.characterGfx.stop(); _parent.characterGfx.eyes.stop(); } if (_root.onPlatform && (!alreadyLanded)) { alreadyLanded = true; _root.sndZedLand.start(0, 0); } else if (!_root.onPlatform) { alreadyLanded = false; } if (jumpSpeed < 1) { jumpSpeed = maxJumpHeight; } if ((zedIsHurting && (!_root.isInvisible)) && (removeHurtCounter < getTimer())) { removeHurtCounter = getTimer() + 100; changeZedColour("normal"); } _root.onPlatform = false; }
Instance of Symbol 202 MovieClip in Frame 110
onClipEvent (load) { flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hit.hitTest(_parent.characterGfx.hit) && (!collected)) { goldCollected = true; _root.addPoints("Gold"); if (_root.levelGoldCollected == 0) { flyToX = (flyToX = _root.panels._x + 213); } else if (_root.levelGoldCollected == 1) { flyToX = _root.panels._x + 242; } else if (_root.levelGoldCollected == 2) { flyToX = _root.panels._x + 271; } _root.panels.totalGold.gotoAndStop(_root.panels.totalGold._currentframe + 1); this.gotoAndPlay("collected"); } else if ((!goldInPlace) && (bonusCollected)) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { goldInPlace = true; _root.levelGoldCollected++; _root.totalGoldCollected++; _root.panels.goldHolder.gotoAndStop(_root.levelGoldCollected + 1); if (_root.levelGoldCollected == 3) { _root.openGoldDoor = true; } this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 202 MovieClip in Frame 110
onClipEvent (load) { flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hit.hitTest(_parent.characterGfx.hit) && (!collected)) { goldCollected = true; _root.addPoints("Gold"); if (_root.levelGoldCollected == 0) { flyToX = (flyToX = _root.panels._x + 213); } else if (_root.levelGoldCollected == 1) { flyToX = _root.panels._x + 242; } else if (_root.levelGoldCollected == 2) { flyToX = _root.panels._x + 271; } _root.panels.totalGold.gotoAndStop(_root.panels.totalGold._currentframe + 1); this.gotoAndPlay("collected"); } else if ((!goldInPlace) && (bonusCollected)) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { goldInPlace = true; _root.levelGoldCollected++; _root.totalGoldCollected++; _root.panels.goldHolder.gotoAndStop(_root.levelGoldCollected + 1); if (_root.levelGoldCollected == 3) { _root.openGoldDoor = true; } this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 202 MovieClip in Frame 110
onClipEvent (load) { flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hit.hitTest(_parent.characterGfx.hit) && (!collected)) { goldCollected = true; _root.addPoints("Gold"); if (_root.levelGoldCollected == 0) { flyToX = (flyToX = _root.panels._x + 213); } else if (_root.levelGoldCollected == 1) { flyToX = _root.panels._x + 242; } else if (_root.levelGoldCollected == 2) { flyToX = _root.panels._x + 271; } _root.panels.totalGold.gotoAndStop(_root.panels.totalGold._currentframe + 1); this.gotoAndPlay("collected"); } else if ((!goldInPlace) && (bonusCollected)) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { goldInPlace = true; _root.levelGoldCollected++; _root.totalGoldCollected++; _root.panels.goldHolder.gotoAndStop(_root.levelGoldCollected + 1); if (_root.levelGoldCollected == 3) { _root.openGoldDoor = true; } this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 419 MovieClip in Frame 110
onClipEvent (load) { flyToY = 66; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hit.hitTest(_parent.characterGfx.hit) && (!init)) { _root.addPoints("energy"); this.gotoAndPlay("collected"); init = true; } else if (collected) { flyToX = _root.panels._x + 140; this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { _root.panels.energy.gotoAndStop(1); collected = false; this._x = this._x - 10000; this._alpha = 0; } } } }
Instance of Symbol 198 MovieClip "bonus007" in Frame 110
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus004" in Frame 110
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus006" in Frame 110
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus001" in Frame 110
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus02" in Frame 110
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus003" in Frame 110
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus021" in Frame 110
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus017" in Frame 110
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus025" in Frame 110
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(800); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus023" in Frame 110
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus022" in Frame 110
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus024" in Frame 110
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus019" in Frame 110
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus018" in Frame 110
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus020" in Frame 110
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus005" in Frame 110
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus009" in Frame 110
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus008" in Frame 110
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus014" in Frame 110
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus011" in Frame 110
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus013" in Frame 110
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus012" in Frame 110
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus010" in Frame 110
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus015" in Frame 110
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus016" in Frame 110
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(800); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 409 MovieClip in Frame 111
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 111
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 111
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 111
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 111
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Frame 112
gotoAndPlay (27);
Frame 119
gotoAndPlay (27);
Frame 120
sndAmbienceGoldMines.stop("sndAmbienceGoldMines"); sndAmbienceGoldMines = new Sound(); sndAmbienceGoldMines.attachSound("sndAmbienceGoldMines"); sndAmbienceGoldMines.start(0, 1000); _root.panels.totalGold.gotoAndStop(totalGoldCollected); panels._visible = true; panels._x = 0; stop();
Instance of Symbol 409 MovieClip in Frame 120
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 120
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 120
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 120
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 120
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 120
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 120
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } counter = 0; }
Instance of Symbol 191 MovieClip in Frame 120
onClipEvent (load) { howDangerous = 20; } onClipEvent (enterFrame) { if (!_root.gamePaused) { this.play(); if ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700))) { if ((this.hit.hitTest(_parent.characterGfx.hit) && (!_root.isInvisible)) && (!_root.untouchable)) { _root.panels.energy.gotoAndStop(_root.panels.energy._currentframe + howDangerous); _root.changeZedColour("red"); doneChecking = false; } else if ((((!_root.isInvisible) && (!this.hit.hitTest(_parent.characterGfx.hit))) && (!doneChecking)) && (!_root.untouchable)) { _root.changeZedColour("normal"); doneChecking = true; } } } else { this.stop(); } }
Instance of Symbol 417 MovieClip in Frame 120
onClipEvent (load) { } onClipEvent (enterFrame) { if ((this.hitTest(_root.character) && (!stageHasMoved)) && (_root.character._x < this._x)) { this._x = this._x - (this._width + 80); _root._x = _root._x - 700; _parent.panels._x = _parent.panels._x + 700; _parent.mcSquares._x = _parent.mcSquares._x + 700; _parent.keyboardInput._x = _parent.keyboardInput._x + 700; stageHasMoved = true; _root.gotoAndStop(_root._currentframe + 1); _parent.door01._x = _parent.door01._x + 20; _parent.door01._xscale = -100; } else if ((this.hitTest(_root.character) && (!stageHasMoved)) && (this._x < _root.character._x)) { this._x = this._x + (this._width + 80); _root._x = _root._x + 700; _parent.panels._x = _parent.panels._x - 700; _parent.mcSquares._x = _parent.mcSquares._x - 700; _parent.keyboardInput._x = _parent.keyboardInput._x - 700; stageHasMoved = true; _root.gotoAndStop(_root._currentframe - 1); _parent.door01._x = _parent.door01._x - 20; _parent.door01._xscale = 100; } else if (stageHasMoved) { stageHasMoved = false; } }
Instance of Symbol 415 MovieClip in Frame 120
onClipEvent (enterFrame) { if (!_root.openGoldDoor) { if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } } else if (!doorIsOpened) { this.gotoAndPlay("open"); doorIsOpened = true; } }
Instance of Symbol 417 MovieClip in Frame 120
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _parent.mcSquares.gotoAndPlay("in"); walkedOutside = true; _parent.character._x = _parent.character._x + 10000; _parent.characterGfx._x = _parent.characterGfx._x + 10000; } else if (walkedOutside) { if (_root.fadeOut) { _root.fadeOut = false; _parent.mcSquares._x = 0; _parent.mcSquares.gotoAndPlay("out"); _parent.gotoAndPlay("levelCompleted"); walkedOutside = false; } } }
Instance of Symbol 436 MovieClip "door01" in Frame 120
onClipEvent (enterFrame) { if (!_root.key01.openDoor) { if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } } else if (!doorIsOpened) { this.gotoAndPlay("open"); doorIsOpened = true; } }
Instance of Symbol 418 MovieClip "character" in Frame 120
onClipEvent (load) { function showPose(pose, flip) { if ((poseIsPlaying != pose) or (flippedOrNot != flip)) { if (flip) { _parent.characterGfx._xscale = -80; _parent.characterGfx.gotoAndPlay(pose); } else { _parent.characterGfx._xscale = 80; _parent.characterGfx.gotoAndPlay(pose); } } poseIsPlaying = pose; flippedOrNot = flip; } if (!_root.extrasSpeed) { maxSpeed = 8; friction = maxSpeed / 10; } else { maxSpeed = 10; friction = maxSpeed / 5; } if (!_root.extrasJump) { maxJumpHeight = 30; } else { maxJumpHeight = 50; } maxFallSpeed = 20; jumpSpeed = maxJumpHeight; jumpKeyReleased = true; fallingSpeed = 0; speed = 0; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && (!_root.outOfEnergy)) { _parent.characterGfx.eyes.play(); _parent.characterGfx._x = this._x; _parent.characterGfx._y = this._y; if (Key.isDown(37) or Key.isDown(39)) { if (Key.isDown(39) && (!Key.isDown(37))) { if ((!jumping) && (_root.onPlatform)) { if (speed < -1) { showPose("turn", false); } else { showPose("run", true); } } if (speed < maxSpeed) { speed = speed + friction; } } if (Key.isDown(37) && (!Key.isDown(39))) { if ((!jumping) && (_root.onPlatform)) { if (1 < speed) { showPose("turn", true); } else { showPose("run", false); } } if ((-maxSpeed) < speed) { speed = speed - friction; } } } else if (speed != 0) { if (1 < speed) { speed = speed - friction; } else if (speed < -1) { speed = speed + friction; } else { speed = 0; } } else if (_root.againstWall) { _root.againstWall = false; } else if (!jumping) { showPose("idle", false); } this._x = this._x + speed; if ((!_root.onPlatform) && (!jumping)) { if (fallingSpeed < maxFallSpeed) { fallingSpeed++; } if (speed < 0) { showPose("fall", false); } else if (0 < speed) { showPose("fall", true); } else { showPose("jumpStill", false); } this._y = this._y + fallingSpeed; } else if ((Key.isDown(38) && (6 < jumpSpeed)) && (jumpKeyReleased)) { jumping = true; jumpSpeed = jumpSpeed / 1.2; if (0 < speed) { jumpSpeed = jumpSpeed + (speed / (maxJumpHeight / 2)); showPose("jump", true); } else if (speed < 0) { jumpSpeed = jumpSpeed - (speed / (maxJumpHeight / 2)); showPose("jump", false); } else { showPose("jumpStill", false); } this._y = this._y - jumpSpeed; } else if (jumping) { jumpKeyReleased = false; jumping = false; jumpSpeed = maxJumpHeight; fallingSpeed = -1; } else if ((!Key.isDown(38)) && (!jumpKeyReleased)) { jumpKeyReleased = true; } } else { _parent.characterGfx.stop(); _parent.characterGfx.eyes.stop(); } if (_root.onPlatform && (!alreadyLanded)) { alreadyLanded = true; _root.sndZedLand.start(0, 0); } else if (!_root.onPlatform) { alreadyLanded = false; } if (jumpSpeed < 1) { jumpSpeed = maxJumpHeight; } if ((zedIsHurting && (!_root.isInvisible)) && (removeHurtCounter < getTimer())) { removeHurtCounter = getTimer() + 100; changeZedColour("normal"); } _root.onPlatform = false; }
Instance of Symbol 205 MovieClip in Frame 120
onClipEvent (load) { flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hit.hitTest(_parent.characterGfx.hit) && (!init)) { _root.addPoints("speed"); _root.character.maxSpeed = 10; _root.character.friction = _root.character.maxSpeed / 5; _root.extrasSpeed = true; init = true; this.gotoAndPlay("collected"); } else if (collected) { flyToX = _root.panels._x + 368; this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; _root.panels.bonusHolder1.gotoAndStop(2); this._x = this._x - 10000; this._alpha = 0; } } } }
Instance of Symbol 204 MovieClip "key01" in Frame 120
onClipEvent (load) { flyToY = _parent.door01._y; flyToX = _parent.door01._x; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints("Key"); collected = true; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; openDoor = true; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus032" in Frame 120
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus033" in Frame 120
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus031" in Frame 120
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus029" in Frame 120
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus030" in Frame 120
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus028" in Frame 120
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus025" in Frame 120
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(800); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 202 MovieClip in Frame 120
onClipEvent (load) { flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hit.hitTest(_parent.characterGfx.hit) && (!collected)) { goldCollected = true; _root.addPoints("Gold"); if (_root.levelGoldCollected == 0) { flyToX = (flyToX = _root.panels._x + 213); } else if (_root.levelGoldCollected == 1) { flyToX = _root.panels._x + 242; } else if (_root.levelGoldCollected == 2) { flyToX = _root.panels._x + 271; } _root.panels.totalGold.gotoAndStop(_root.panels.totalGold._currentframe + 1); this.gotoAndPlay("collected"); } else if ((!goldInPlace) && (bonusCollected)) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { goldInPlace = true; _root.levelGoldCollected++; _root.totalGoldCollected++; _root.panels.goldHolder.gotoAndStop(_root.levelGoldCollected + 1); if (_root.levelGoldCollected == 3) { _root.openGoldDoor = true; } this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 202 MovieClip in Frame 120
onClipEvent (load) { flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hit.hitTest(_parent.characterGfx.hit) && (!collected)) { goldCollected = true; _root.addPoints("Gold"); if (_root.levelGoldCollected == 0) { flyToX = (flyToX = _root.panels._x + 213); } else if (_root.levelGoldCollected == 1) { flyToX = _root.panels._x + 242; } else if (_root.levelGoldCollected == 2) { flyToX = _root.panels._x + 271; } _root.panels.totalGold.gotoAndStop(_root.panels.totalGold._currentframe + 1); this.gotoAndPlay("collected"); } else if ((!goldInPlace) && (bonusCollected)) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { goldInPlace = true; _root.levelGoldCollected++; _root.totalGoldCollected++; _root.panels.goldHolder.gotoAndStop(_root.levelGoldCollected + 1); if (_root.levelGoldCollected == 3) { _root.openGoldDoor = true; } this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 202 MovieClip in Frame 120
onClipEvent (load) { flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hit.hitTest(_parent.characterGfx.hit) && (!collected)) { goldCollected = true; _root.addPoints("Gold"); if (_root.levelGoldCollected == 0) { flyToX = (flyToX = _root.panels._x + 213); } else if (_root.levelGoldCollected == 1) { flyToX = _root.panels._x + 242; } else if (_root.levelGoldCollected == 2) { flyToX = _root.panels._x + 271; } _root.panels.totalGold.gotoAndStop(_root.panels.totalGold._currentframe + 1); this.gotoAndPlay("collected"); } else if ((!goldInPlace) && (bonusCollected)) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { goldInPlace = true; _root.levelGoldCollected++; _root.totalGoldCollected++; _root.panels.goldHolder.gotoAndStop(_root.levelGoldCollected + 1); if (_root.levelGoldCollected == 3) { _root.openGoldDoor = true; } this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus039" in Frame 120
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus041" in Frame 120
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus040" in Frame 120
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus042" in Frame 120
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus043" in Frame 120
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus044" in Frame 120
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(800); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus026" in Frame 120
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus027" in Frame 120
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus035" in Frame 120
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus036" in Frame 120
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus034" in Frame 120
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus037" in Frame 120
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus038" in Frame 120
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 409 MovieClip in Frame 121
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 121
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip "monsterPlatform2" in Frame 121
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 121
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 121
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 121
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 121
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 121
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 121
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 121
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 121
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 191 MovieClip in Frame 121
onClipEvent (load) { howDangerous = 30; } onClipEvent (enterFrame) { if (!_root.gamePaused) { this.play(); if ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700))) { if ((this.hit.hitTest(_parent.characterGfx.hit) && (!_root.isInvisible)) && (!_root.untouchable)) { _root.panels.energy.gotoAndStop(_root.panels.energy._currentframe + howDangerous); _root.changeZedColour("red"); doneChecking = false; } else if ((((!_root.isInvisible) && (!this.hit.hitTest(_parent.characterGfx.hit))) && (!doneChecking)) && (!_root.untouchable)) { _root.changeZedColour("normal"); doneChecking = true; } } } else { this.stop(); } }
Instance of Symbol 183 MovieClip in Frame 121
onClipEvent (load) { howDangerous = 20; sittingOn = "platform3"; weapon = "fire"; firing = false; speed = -4; maxSpeed = speed; turned = false; } onClipEvent (enterFrame) { if (!_root.gamePaused) { if (!jaw.fireInTheHall) { this.play(); this.jaw.play(); } if ((this.hitBody.hitTest(_parent.characterGfx.hit) && (!_root.isInvisible)) && (!_root.untouchable)) { _root.panels.energy.gotoAndStop(_root.panels.energy._currentframe + howDangerous); _root.changeZedColour("red"); doneChecking = false; } else if ((this.jaw.hitFlames.hitTest(_parent.characterGfx.hit) && (!_root.isInvisible)) && (!_root.untouchable)) { _root.panels.energy.gotoAndStop((_root.panels.energy._currentframe + howDangerous) + 10); _root.changeZedColour("red"); doneChecking = false; } else if (((((!_root.isInvisible) && (!this.hitBody.hitTest(_parent.characterGfx.hit))) && (!_root.bonusIsGrabbed)) && (!doneChecking)) && (!_root.untouchable)) { _root.changeZedColour("normal"); doneChecking = true; } if (!turning) { if (_parent.monsterPlatform2.hitTest(this._x + speed, this._y + 20, true)) { this._x = this._x + int(speed); } else if (!turned) { this.gotoAndPlay("turn"); turning = true; this._xscale = this._xscale - (this._xscale * 2); if (0 < speed) { speed = maxSpeed; this._x = this._x + (speed * 3); } else if (speed < 0) { speed = -maxSpeed; this._x = this._x + (speed * 3); } } } } else { this.stop(); this.jaw.stop(); jaw.fireInTheHall = false; } }
Frame 122
gotoAndPlay (27);
Frame 130
sndAmbienceGoldMines.stop("sndAmbienceGoldMines"); sndAmbienceGoldMines = new Sound(); sndAmbienceGoldMines.attachSound("sndAmbienceGoldMines"); sndAmbienceGoldMines.start(0, 1000); _root.panels.totalGold.gotoAndStop(totalGoldCollected); panels._visible = true; panels._x = 0; stop();
Instance of Symbol 453 MovieClip in Frame 130
onClipEvent (load) { startPoint = this._x - 140; endPoint = this._x + 140; totalDistance = endPoint - startPoint; beginAt = random(totalDistance) - (totalDistance / 2); this._x = this._x + beginAt; moveSpeed = 3; } onClipEvent (enterFrame) { if (!_root.gamePaused) { if ((endPoint < this._x) or (this._x < startPoint)) { moveSpeed = -moveSpeed; } this._x = this._x + moveSpeed; if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 8; _root.onPlatform = true; _parent.character._x = _parent.character._x + moveSpeed; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } } }
Instance of Symbol 409 MovieClip in Frame 130
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 130
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 130
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip "monsterPlatform1" in Frame 130
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 130
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 130
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 130
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 130
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 130
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 130
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 130
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 183 MovieClip in Frame 130
onClipEvent (load) { howDangerous = 20; sittingOn = "platform3"; weapon = "fire"; firing = false; speed = -4; maxSpeed = speed; turned = false; } onClipEvent (enterFrame) { if (!_root.gamePaused) { if (!jaw.fireInTheHall) { this.play(); this.jaw.play(); } if ((this.hitBody.hitTest(_parent.characterGfx.hit) && (!_root.isInvisible)) && (!_root.untouchable)) { _root.panels.energy.gotoAndStop(_root.panels.energy._currentframe + howDangerous); _root.changeZedColour("red"); doneChecking = false; } else if ((this.jaw.hitFlames.hitTest(_parent.characterGfx.hit) && (!_root.isInvisible)) && (!_root.untouchable)) { _root.panels.energy.gotoAndStop((_root.panels.energy._currentframe + howDangerous) + 10); _root.changeZedColour("red"); doneChecking = false; } else if (((((!_root.isInvisible) && (!this.hitBody.hitTest(_parent.characterGfx.hit))) && (!_root.bonusIsGrabbed)) && (!doneChecking)) && (!_root.untouchable)) { _root.changeZedColour("normal"); doneChecking = true; } if (!turning) { if (_parent.monsterPlatform1.hitTest(this._x + speed, this._y + 20, true)) { this._x = this._x + int(speed); } else if (!turned) { this.gotoAndPlay("turn"); turning = true; this._xscale = this._xscale - (this._xscale * 2); if (0 < speed) { speed = maxSpeed; this._x = this._x + (speed * 3); } else if (speed < 0) { speed = -maxSpeed; this._x = this._x + (speed * 3); } } } } else { this.stop(); this.jaw.stop(); jaw.fireInTheHall = false; } }
Instance of Symbol 417 MovieClip in Frame 130
onClipEvent (load) { } onClipEvent (enterFrame) { if ((this.hitTest(_root.character) && (!stageHasMoved)) && (_root.character._x < this._x)) { this._x = this._x - (this._width + 80); _root._x = _root._x - 700; _parent.panels._x = _parent.panels._x + 700; _parent.mcSquares._x = _parent.mcSquares._x + 700; _parent.keyboardInput._x = _parent.keyboardInput._x + 700; stageHasMoved = true; _root.gotoAndStop(_root._currentframe + 1); _parent.door01._x = _parent.door01._x + 20; _parent.door01._xscale = -100; } else if ((this.hitTest(_root.character) && (!stageHasMoved)) && (this._x < _root.character._x)) { this._x = this._x + (this._width + 80); _root._x = _root._x + 700; _parent.panels._x = _parent.panels._x - 700; _parent.mcSquares._x = _parent.mcSquares._x - 700; _parent.keyboardInput._x = _parent.keyboardInput._x - 700; stageHasMoved = true; _root.gotoAndStop(_root._currentframe - 1); _parent.door01._x = _parent.door01._x - 20; _parent.door01._xscale = 100; } else if (stageHasMoved) { stageHasMoved = false; } }
Instance of Symbol 436 MovieClip "door01" in Frame 130
onClipEvent (enterFrame) { if (!_root.key01.openDoor) { if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } } else if (!doorIsOpened) { this.gotoAndPlay("open"); doorIsOpened = true; } }
Instance of Symbol 417 MovieClip in Frame 130
onClipEvent (load) { } onClipEvent (enterFrame) { if ((this.hitTest(_root.character) && (!stageHasMoved)) && (_root.character._x < this._x)) { this._x = this._x - (this._width + 80); _root._x = _root._x - 700; _parent.panels._x = _parent.panels._x + 700; _parent.mcSquares._x = _parent.mcSquares._x + 700; _parent.keyboardInput._x = _parent.keyboardInput._x + 700; stageHasMoved = true; _root.gotoAndStop(_root._currentframe + 1); _parent.door02._x = _parent.door02._x + 20; _parent.door02._xscale = -100; } else if ((this.hitTest(_root.character) && (!stageHasMoved)) && (this._x < _root.character._x)) { this._x = this._x + (this._width + 80); _root._x = _root._x + 700; _parent.panels._x = _parent.panels._x - 700; _parent.mcSquares._x = _parent.mcSquares._x - 700; _parent.keyboardInput._x = _parent.keyboardInput._x - 700; stageHasMoved = true; _root.gotoAndStop(_root._currentframe - 1); _parent.door02._x = _parent.door02._x - 20; _parent.door02._xscale = 100; } else if (stageHasMoved) { stageHasMoved = false; } }
Instance of Symbol 436 MovieClip "door02" in Frame 130
onClipEvent (enterFrame) { if (!_root.key02.openDoor) { if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } } else if (!doorIsOpened) { this.gotoAndPlay("open"); doorIsOpened = true; } }
Instance of Symbol 415 MovieClip in Frame 130
onClipEvent (enterFrame) { if (!_root.openGoldDoor) { if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } } else if (!doorIsOpened) { this.gotoAndPlay("open"); doorIsOpened = true; } }
Instance of Symbol 417 MovieClip in Frame 130
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _parent.mcSquares.gotoAndPlay("in"); walkedOutside = true; _parent.character._x = _parent.character._x + 10000; _parent.characterGfx._x = _parent.characterGfx._x + 10000; } else if (walkedOutside) { if (_root.fadeOut) { _root.fadeOut = false; _parent.mcSquares._x = 0; _parent.mcSquares.gotoAndPlay("out"); _parent.gotoAndPlay("levelCompleted"); walkedOutside = false; } } }
Instance of Symbol 436 MovieClip "door03" in Frame 130
onClipEvent (enterFrame) { if (!_root.key03.openDoor) { if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } } else if (!doorIsOpened) { this.gotoAndPlay("open"); doorIsOpened = true; } }
Instance of Symbol 418 MovieClip "character" in Frame 130
onClipEvent (load) { function showPose(pose, flip) { if ((poseIsPlaying != pose) or (flippedOrNot != flip)) { if (flip) { _parent.characterGfx._xscale = -80; _parent.characterGfx.gotoAndPlay(pose); } else { _parent.characterGfx._xscale = 80; _parent.characterGfx.gotoAndPlay(pose); } } poseIsPlaying = pose; flippedOrNot = flip; } if (!_root.extrasSpeed) { maxSpeed = 8; friction = maxSpeed / 10; } else { maxSpeed = 10; friction = maxSpeed / 5; } if (!_root.extrasJump) { maxJumpHeight = 30; } else { maxJumpHeight = 50; } maxFallSpeed = 20; jumpSpeed = maxJumpHeight; jumpKeyReleased = true; fallingSpeed = 0; speed = 0; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && (!_root.outOfEnergy)) { _parent.characterGfx.eyes.play(); _parent.characterGfx._x = this._x; _parent.characterGfx._y = this._y; if (Key.isDown(37) or Key.isDown(39)) { if (Key.isDown(39) && (!Key.isDown(37))) { if ((!jumping) && (_root.onPlatform)) { if (speed < -1) { showPose("turn", false); } else { showPose("run", true); } } if (speed < maxSpeed) { speed = speed + friction; } } if (Key.isDown(37) && (!Key.isDown(39))) { if ((!jumping) && (_root.onPlatform)) { if (1 < speed) { showPose("turn", true); } else { showPose("run", false); } } if ((-maxSpeed) < speed) { speed = speed - friction; } } } else if (speed != 0) { if (1 < speed) { speed = speed - friction; } else if (speed < -1) { speed = speed + friction; } else { speed = 0; } } else if (_root.againstWall) { _root.againstWall = false; } else if (!jumping) { showPose("idle", false); } this._x = this._x + speed; if ((!_root.onPlatform) && (!jumping)) { if (fallingSpeed < maxFallSpeed) { fallingSpeed++; } if (speed < 0) { showPose("fall", false); } else if (0 < speed) { showPose("fall", true); } else { showPose("jumpStill", false); } this._y = this._y + fallingSpeed; } else if ((Key.isDown(38) && (6 < jumpSpeed)) && (jumpKeyReleased)) { jumping = true; jumpSpeed = jumpSpeed / 1.2; if (0 < speed) { jumpSpeed = jumpSpeed + (speed / (maxJumpHeight / 2)); showPose("jump", true); } else if (speed < 0) { jumpSpeed = jumpSpeed - (speed / (maxJumpHeight / 2)); showPose("jump", false); } else { showPose("jumpStill", false); } this._y = this._y - jumpSpeed; } else if (jumping) { jumpKeyReleased = false; jumping = false; jumpSpeed = maxJumpHeight; fallingSpeed = -1; } else if ((!Key.isDown(38)) && (!jumpKeyReleased)) { jumpKeyReleased = true; } } else { _parent.characterGfx.stop(); _parent.characterGfx.eyes.stop(); } if (_root.onPlatform && (!alreadyLanded)) { alreadyLanded = true; _root.sndZedLand.start(0, 0); } else if (!_root.onPlatform) { alreadyLanded = false; } if (jumpSpeed < 1) { jumpSpeed = maxJumpHeight; } if ((zedIsHurting && (!_root.isInvisible)) && (removeHurtCounter < getTimer())) { removeHurtCounter = getTimer() + 100; changeZedColour("normal"); } _root.onPlatform = false; }
Instance of Symbol 204 MovieClip "key01" in Frame 130
onClipEvent (load) { flyToY = _parent.door01._y; flyToX = _parent.door01._x; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints("Key"); collected = true; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; openDoor = true; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 204 MovieClip "key02" in Frame 130
onClipEvent (load) { flyToY = _parent.door02._y; flyToX = _parent.door02._x; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints("Key"); collected = true; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; openDoor = true; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 202 MovieClip in Frame 130
onClipEvent (load) { flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hit.hitTest(_parent.characterGfx.hit) && (!collected)) { goldCollected = true; _root.addPoints("Gold"); if (_root.levelGoldCollected == 0) { flyToX = (flyToX = _root.panels._x + 213); } else if (_root.levelGoldCollected == 1) { flyToX = _root.panels._x + 242; } else if (_root.levelGoldCollected == 2) { flyToX = _root.panels._x + 271; } _root.panels.totalGold.gotoAndStop(_root.panels.totalGold._currentframe + 1); this.gotoAndPlay("collected"); } else if ((!goldInPlace) && (bonusCollected)) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { goldInPlace = true; _root.levelGoldCollected++; _root.totalGoldCollected++; _root.panels.goldHolder.gotoAndStop(_root.levelGoldCollected + 1); if (_root.levelGoldCollected == 3) { _root.openGoldDoor = true; } this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 202 MovieClip in Frame 130
onClipEvent (load) { flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hit.hitTest(_parent.characterGfx.hit) && (!collected)) { goldCollected = true; _root.addPoints("Gold"); if (_root.levelGoldCollected == 0) { flyToX = (flyToX = _root.panels._x + 213); } else if (_root.levelGoldCollected == 1) { flyToX = _root.panels._x + 242; } else if (_root.levelGoldCollected == 2) { flyToX = _root.panels._x + 271; } _root.panels.totalGold.gotoAndStop(_root.panels.totalGold._currentframe + 1); this.gotoAndPlay("collected"); } else if ((!goldInPlace) && (bonusCollected)) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { goldInPlace = true; _root.levelGoldCollected++; _root.totalGoldCollected++; _root.panels.goldHolder.gotoAndStop(_root.levelGoldCollected + 1); if (_root.levelGoldCollected == 3) { _root.openGoldDoor = true; } this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus050" in Frame 130
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(800); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus052" in Frame 130
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus056" in Frame 130
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus057" in Frame 130
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus058" in Frame 130
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus055" in Frame 130
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 204 MovieClip "key03" in Frame 130
onClipEvent (load) { flyToY = _parent.door03._y; flyToX = _parent.door03._x; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints("Key"); collected = true; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; openDoor = true; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus060" in Frame 130
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus059" in Frame 130
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus061" in Frame 130
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus062" in Frame 130
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 202 MovieClip in Frame 130
onClipEvent (load) { flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hit.hitTest(_parent.characterGfx.hit) && (!collected)) { goldCollected = true; _root.addPoints("Gold"); if (_root.levelGoldCollected == 0) { flyToX = (flyToX = _root.panels._x + 213); } else if (_root.levelGoldCollected == 1) { flyToX = _root.panels._x + 242; } else if (_root.levelGoldCollected == 2) { flyToX = _root.panels._x + 271; } _root.panels.totalGold.gotoAndStop(_root.panels.totalGold._currentframe + 1); this.gotoAndPlay("collected"); } else if ((!goldInPlace) && (bonusCollected)) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { goldInPlace = true; _root.levelGoldCollected++; _root.totalGoldCollected++; _root.panels.goldHolder.gotoAndStop(_root.levelGoldCollected + 1); if (_root.levelGoldCollected == 3) { _root.openGoldDoor = true; } this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus067" in Frame 130
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(800); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus069" in Frame 130
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus065" in Frame 130
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus066" in Frame 130
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus068" in Frame 130
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus051" in Frame 130
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 419 MovieClip in Frame 130
onClipEvent (load) { flyToY = 66; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hit.hitTest(_parent.characterGfx.hit) && (!init)) { _root.addPoints("energy"); this.gotoAndPlay("collected"); init = true; } else if (collected) { flyToX = _root.panels._x + 140; this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { _root.panels.energy.gotoAndStop(1); collected = false; this._x = this._x - 10000; this._alpha = 0; } } } }
Instance of Symbol 198 MovieClip "bonus049" in Frame 130
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus045" in Frame 130
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus046" in Frame 130
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus047" in Frame 130
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus048" in Frame 130
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(800); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus064" in Frame 130
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus063" in Frame 130
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus053" in Frame 130
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus054" in Frame 130
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 409 MovieClip in Frame 131
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 131
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 131
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 131
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 131
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 131
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 131
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 131
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 131
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip "monsterPlatform2" in Frame 131
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 131
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 131
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 131
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 131
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 183 MovieClip in Frame 131
onClipEvent (load) { howDangerous = 20; speed = -4; maxSpeed = speed; turned = false; weapon = "bite"; } onClipEvent (enterFrame) { if (!_root.gamePaused) { this.play(); this.jaw.play(); if ((this.hitBody.hitTest(_parent.characterGfx.hit) && (!_root.isInvisible)) && (!_root.untouchable)) { _root.panels.energy.gotoAndStop(_root.panels.energy._currentframe + howDangerous); _root.changeZedColour("red"); doneChecking = false; } else if (((((!_root.isInvisible) && (!this.hitBody.hitTest(_parent.characterGfx.hit))) && (!_root.bonusIsGrabbed)) && (!doneChecking)) && (!_root.untouchable)) { _root.changeZedColour("normal"); doneChecking = true; } if (!turning) { if (_parent.monsterPlatform2.hitTest(this._x, this._y + 20, true)) { if (0 < speed) { if (_parent.monsterPlatform2.hitTest(this._x + 100, this._y + 20, true)) { readyToJump = true; } else { readyToJump = false; } } else if (speed < 0) { if (_parent.monsterPlatform2.hitTest(this._x - 100, this._y + 20, true)) { readyToJump = true; } else { readyToJump = false; } } else { readyToJump = false; } this._x = this._x + speed; } else if (!turned) { this.gotoAndPlay("turn"); turning = true; this._xscale = this._xscale - (this._xscale * 2); if (0 < speed) { speed = maxSpeed; this._x = this._x - 10; } else if (speed < 0) { speed = -maxSpeed; this._x = this._x + 10; } } } } else { this.stop(); this.jaw.stop(); } }
Instance of Symbol 191 MovieClip in Frame 131
onClipEvent (load) { howDangerous = 20; } onClipEvent (enterFrame) { if (!_root.gamePaused) { this.play(); if ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700))) { if ((this.hit.hitTest(_parent.characterGfx.hit) && (!_root.isInvisible)) && (!_root.untouchable)) { _root.panels.energy.gotoAndStop(_root.panels.energy._currentframe + howDangerous); _root.changeZedColour("red"); doneChecking = false; } else if ((((!_root.isInvisible) && (!this.hit.hitTest(_parent.characterGfx.hit))) && (!doneChecking)) && (!_root.untouchable)) { _root.changeZedColour("normal"); doneChecking = true; } } } else { this.stop(); } }
Instance of Symbol 191 MovieClip in Frame 131
onClipEvent (load) { howDangerous = 20; } onClipEvent (enterFrame) { if (!_root.gamePaused) { this.play(); if ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700))) { if ((this.hit.hitTest(_parent.characterGfx.hit) && (!_root.isInvisible)) && (!_root.untouchable)) { _root.panels.energy.gotoAndStop(_root.panels.energy._currentframe + howDangerous); _root.changeZedColour("red"); doneChecking = false; } else if ((((!_root.isInvisible) && (!this.hit.hitTest(_parent.characterGfx.hit))) && (!doneChecking)) && (!_root.untouchable)) { _root.changeZedColour("normal"); doneChecking = true; } } } else { this.stop(); } }
Instance of Symbol 187 MovieClip in Frame 132
onClipEvent (load) { howDangerous = 20; this.gotoAndPlay(60); } onClipEvent (enterFrame) { if (!_root.gamePaused) { this.play(); if ((this.hitFire.hitTest(_parent.characterGfx.hit) && (!_root.isInvisible)) && (!_root.untouchable)) { _root.panels.energy.gotoAndStop(_root.panels.energy._currentframe + howDangerous); _root.changeZedColour("red"); doneChecking = false; } else if ((((!_root.isInvisible) && (!this.hitBody.hitTest(_parent.characterGfx.hit))) && (!doneChecking)) && (!_root.untouchable)) { _root.changeZedColour("normal"); doneChecking = true; } } else { this.stop(); } }
Instance of Symbol 187 MovieClip in Frame 132
onClipEvent (load) { howDangerous = 20; this.gotoAndPlay(40); } onClipEvent (enterFrame) { if (!_root.gamePaused) { this.play(); if ((this.hitFire.hitTest(_parent.characterGfx.hit) && (!_root.isInvisible)) && (!_root.untouchable)) { _root.panels.energy.gotoAndStop(_root.panels.energy._currentframe + howDangerous); _root.changeZedColour("red"); doneChecking = false; } else if ((((!_root.isInvisible) && (!this.hitBody.hitTest(_parent.characterGfx.hit))) && (!doneChecking)) && (!_root.untouchable)) { _root.changeZedColour("normal"); doneChecking = true; } } else { this.stop(); } }
Instance of Symbol 187 MovieClip in Frame 132
onClipEvent (load) { howDangerous = 20; this.gotoAndPlay(20); } onClipEvent (enterFrame) { if (!_root.gamePaused) { this.play(); if ((this.hitFire.hitTest(_parent.characterGfx.hit) && (!_root.isInvisible)) && (!_root.untouchable)) { _root.panels.energy.gotoAndStop(_root.panels.energy._currentframe + howDangerous); _root.changeZedColour("red"); doneChecking = false; } else if ((((!_root.isInvisible) && (!this.hitBody.hitTest(_parent.characterGfx.hit))) && (!doneChecking)) && (!_root.untouchable)) { _root.changeZedColour("normal"); doneChecking = true; } } else { this.stop(); } }
Instance of Symbol 187 MovieClip in Frame 132
onClipEvent (load) { howDangerous = 20; this.gotoAndPlay(1); } onClipEvent (enterFrame) { if (!_root.gamePaused) { this.play(); if ((this.hitFire.hitTest(_parent.characterGfx.hit) && (!_root.isInvisible)) && (!_root.untouchable)) { _root.panels.energy.gotoAndStop(_root.panels.energy._currentframe + howDangerous); _root.changeZedColour("red"); doneChecking = false; } else if ((((!_root.isInvisible) && (!this.hitBody.hitTest(_parent.characterGfx.hit))) && (!doneChecking)) && (!_root.untouchable)) { _root.changeZedColour("normal"); doneChecking = true; } } else { this.stop(); } }
Instance of Symbol 409 MovieClip in Frame 132
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 132
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 132
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 132
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 132
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 132
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip "monsterPlatform2" in Frame 132
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 183 MovieClip in Frame 132
onClipEvent (load) { howDangerous = 20; speed = -4; maxSpeed = speed; turned = false; weapon = "bite"; } onClipEvent (enterFrame) { if (!_root.gamePaused) { this.play(); this.jaw.play(); if ((this.hitBody.hitTest(_parent.characterGfx.hit) && (!_root.isInvisible)) && (!_root.untouchable)) { _root.panels.energy.gotoAndStop(_root.panels.energy._currentframe + howDangerous); _root.changeZedColour("red"); doneChecking = false; } else if (((((!_root.isInvisible) && (!this.hitBody.hitTest(_parent.characterGfx.hit))) && (!_root.bonusIsGrabbed)) && (!doneChecking)) && (!_root.untouchable)) { _root.changeZedColour("normal"); doneChecking = true; } if (!turning) { if (_parent.monsterPlatform2.hitTest(this._x, this._y + 20, true)) { if (0 < speed) { if (_parent.monsterPlatform2.hitTest(this._x + 100, this._y + 20, true)) { readyToJump = true; } else { readyToJump = false; } } else if (speed < 0) { if (_parent.monsterPlatform2.hitTest(this._x - 100, this._y + 20, true)) { readyToJump = true; } else { readyToJump = false; } } else { readyToJump = false; } this._x = this._x + speed; } else if (!turned) { this.gotoAndPlay("turn"); turning = true; this._xscale = this._xscale - (this._xscale * 2); if (0 < speed) { speed = maxSpeed; this._x = this._x - 10; } else if (speed < 0) { speed = -maxSpeed; this._x = this._x + 10; } } } } else { this.stop(); this.jaw.stop(); } }
Instance of Symbol 191 MovieClip in Frame 132
onClipEvent (load) { howDangerous = 20; } onClipEvent (enterFrame) { if (!_root.gamePaused) { this.play(); if ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700))) { if ((this.hit.hitTest(_parent.characterGfx.hit) && (!_root.isInvisible)) && (!_root.untouchable)) { _root.panels.energy.gotoAndStop(_root.panels.energy._currentframe + howDangerous); _root.changeZedColour("red"); doneChecking = false; } else if ((((!_root.isInvisible) && (!this.hit.hitTest(_parent.characterGfx.hit))) && (!doneChecking)) && (!_root.untouchable)) { _root.changeZedColour("normal"); doneChecking = true; } } } else { this.stop(); } }
Frame 133
gotoAndPlay (27);
Frame 140
sndAmbienceGoldMines = new Sound(); sndAmbienceGoldMines.attachSound("sndAmbienceGoldMines"); sndAmbienceGoldMines.start(0, 1000); _root.panels.totalGold.gotoAndStop(totalGoldCollected); panels._visible = true; panels._x = 0; stop();
Instance of Symbol 187 MovieClip in Frame 140
onClipEvent (load) { howDangerous = 20; this.gotoAndPlay(40); } onClipEvent (enterFrame) { if (!_root.gamePaused) { this.play(); if ((this.hitFire.hitTest(_parent.characterGfx.hit) && (!_root.isInvisible)) && (!_root.untouchable)) { _root.panels.energy.gotoAndStop(_root.panels.energy._currentframe + howDangerous); _root.changeZedColour("red"); doneChecking = false; } else if ((((!_root.isInvisible) && (!this.hitBody.hitTest(_parent.characterGfx.hit))) && (!doneChecking)) && (!_root.untouchable)) { _root.changeZedColour("normal"); doneChecking = true; } } else { this.stop(); } }
Instance of Symbol 187 MovieClip in Frame 140
onClipEvent (load) { howDangerous = 20; this.gotoAndPlay(40); } onClipEvent (enterFrame) { if (!_root.gamePaused) { this.play(); if ((this.hitFire.hitTest(_parent.characterGfx.hit) && (!_root.isInvisible)) && (!_root.untouchable)) { _root.panels.energy.gotoAndStop(_root.panels.energy._currentframe + howDangerous); _root.changeZedColour("red"); doneChecking = false; } else if ((((!_root.isInvisible) && (!this.hitBody.hitTest(_parent.characterGfx.hit))) && (!doneChecking)) && (!_root.untouchable)) { _root.changeZedColour("normal"); doneChecking = true; } } else { this.stop(); } }
Instance of Symbol 187 MovieClip in Frame 140
onClipEvent (load) { howDangerous = 20; this.gotoAndPlay(60); } onClipEvent (enterFrame) { if (!_root.gamePaused) { this.play(); if ((this.hitFire.hitTest(_parent.characterGfx.hit) && (!_root.isInvisible)) && (!_root.untouchable)) { _root.panels.energy.gotoAndStop(_root.panels.energy._currentframe + howDangerous); _root.changeZedColour("red"); doneChecking = false; } else if ((((!_root.isInvisible) && (!this.hitBody.hitTest(_parent.characterGfx.hit))) && (!doneChecking)) && (!_root.untouchable)) { _root.changeZedColour("normal"); doneChecking = true; } } else { this.stop(); } }
Instance of Symbol 460 MovieClip in Frame 140
onClipEvent (load) { howDangerous = 1; } onClipEvent (enterFrame) { if ((this.hitTest(_parent.characterGfx.hit) && (!_root.isInvisible)) && (!_root.untouchable)) { _root.panels.energy.gotoAndStop(_root.panels.energy._currentframe + howDangerous); _root.changeZedColour("red"); doneChecking = false; } else if ((((!_root.isInvisible) && (!this.hitTest(_parent.characterGfx.hit))) && (!doneChecking)) && (!_root.untouchable)) { _root.changeZedColour("normal"); doneChecking = true; } }
Instance of Symbol 409 MovieClip in Frame 140
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 140
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 140
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 140
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 140
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 453 MovieClip in Frame 140
onClipEvent (load) { moveSpeed = 3; originalYposition = this._y; } onClipEvent (enterFrame) { if (!_root.gamePaused) { if (this._y < -30) { this._y = originalYposition; } else { this._y = this._y - moveSpeed; } if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } } }
Instance of Symbol 417 MovieClip in Frame 140
onClipEvent (enterFrame) { if (this.hitTest(_root.character) && (!stageHasMoved)) { _parent.character._y = 500; stageHasMoved = true; _root.gotoAndStop(_root._currentframe + 1); } }
Instance of Symbol 418 MovieClip "character" in Frame 140
onClipEvent (load) { function showPose(pose, flip) { if ((poseIsPlaying != pose) or (flippedOrNot != flip)) { if (flip) { _parent.characterGfx._xscale = -80; _parent.characterGfx.gotoAndPlay(pose); } else { _parent.characterGfx._xscale = 80; _parent.characterGfx.gotoAndPlay(pose); } } poseIsPlaying = pose; flippedOrNot = flip; } if (!_root.extrasSpeed) { maxSpeed = 8; friction = maxSpeed / 10; } else { maxSpeed = 10; friction = maxSpeed / 5; } if (!_root.extrasJump) { maxJumpHeight = 30; } else { maxJumpHeight = 50; } maxFallSpeed = 20; jumpSpeed = maxJumpHeight; jumpKeyReleased = true; fallingSpeed = 0; speed = 0; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && (!_root.outOfEnergy)) { _parent.characterGfx.eyes.play(); _parent.characterGfx._x = this._x; _parent.characterGfx._y = this._y; if (Key.isDown(37) or Key.isDown(39)) { if (Key.isDown(39) && (!Key.isDown(37))) { if ((!jumping) && (_root.onPlatform)) { if (speed < -1) { showPose("turn", false); } else { showPose("run", true); } } if (speed < maxSpeed) { speed = speed + friction; } } if (Key.isDown(37) && (!Key.isDown(39))) { if ((!jumping) && (_root.onPlatform)) { if (1 < speed) { showPose("turn", true); } else { showPose("run", false); } } if ((-maxSpeed) < speed) { speed = speed - friction; } } } else if (speed != 0) { if (1 < speed) { speed = speed - friction; } else if (speed < -1) { speed = speed + friction; } else { speed = 0; } } else if (_root.againstWall) { _root.againstWall = false; } else if (!jumping) { showPose("idle", false); } this._x = this._x + speed; if ((!_root.onPlatform) && (!jumping)) { if (fallingSpeed < maxFallSpeed) { fallingSpeed++; } if (speed < 0) { showPose("fall", false); } else if (0 < speed) { showPose("fall", true); } else { showPose("jumpStill", false); } this._y = this._y + fallingSpeed; } else if ((Key.isDown(38) && (6 < jumpSpeed)) && (jumpKeyReleased)) { jumping = true; jumpSpeed = jumpSpeed / 1.2; if (0 < speed) { jumpSpeed = jumpSpeed + (speed / (maxJumpHeight / 2)); showPose("jump", true); } else if (speed < 0) { jumpSpeed = jumpSpeed - (speed / (maxJumpHeight / 2)); showPose("jump", false); } else { showPose("jumpStill", false); } this._y = this._y - jumpSpeed; } else if (jumping) { jumpKeyReleased = false; jumping = false; jumpSpeed = maxJumpHeight; fallingSpeed = -1; } else if ((!Key.isDown(38)) && (!jumpKeyReleased)) { jumpKeyReleased = true; } } else { _parent.characterGfx.stop(); _parent.characterGfx.eyes.stop(); } if (_root.onPlatform && (!alreadyLanded)) { alreadyLanded = true; _root.sndZedLand.start(0, 0); } else if (!_root.onPlatform) { alreadyLanded = false; } if (jumpSpeed < 1) { jumpSpeed = maxJumpHeight; } if ((zedIsHurting && (!_root.isInvisible)) && (removeHurtCounter < getTimer())) { removeHurtCounter = getTimer() + 100; changeZedColour("normal"); } _root.onPlatform = false; }
Instance of Symbol 198 MovieClip "bonus074" in Frame 140
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(800); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus079" in Frame 140
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus080" in Frame 140
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus081" in Frame 140
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus076" in Frame 140
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus078" in Frame 140
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus075" in Frame 140
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus077" in Frame 140
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus085" in Frame 140
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus083" in Frame 140
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus084" in Frame 140
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus082" in Frame 140
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus073" in Frame 140
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus071" in Frame 140
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus072" in Frame 140
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus070" in Frame 140
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Frame 141
sndAmbienceGoldMines.stop("sndAmbienceGoldMines"); sndAmbienceLavaValley.stop("sndAmbienceLavaValley"); sndAmbienceLavaValley = new Sound(); sndAmbienceLavaValley.attachSound("sndAmbienceLavaValley"); sndAmbienceLavaValley.start(0, 1000);
Instance of Symbol 183 MovieClip "walkingBeast1" in Frame 141
onClipEvent (load) { howDangerous = 12; speed = -4; turned = false; this.GotoAndPlay("none"); } onClipEvent (enterFrame) { if (!_root.gamePaused) { this.play(); if ((this.hitBody.hitTest(_parent.characterGfx.hit) && (!_root.isInvisible)) && (!_root.untouchable)) { _root.panels.energy.gotoAndStop(_root.panels.energy._currentframe + howDangerous); _root.changeZedColour("red"); doneChecking = false; } else if (((((!_root.isInvisible) && (!this.hitBody.hitTest(_parent.characterGfx.hit))) && (!_root.bonusIsGrabbed)) && (!doneChecking)) && (!_root.untouchable)) { _root.changeZedColour("normal"); } if (!turning) { if (_parent.monsterPlatform1.hitTest(this._x, this._y + 20, true)) { this._x = this._x + speed; } else if (!turned) { this.gotoAndPlay("turn"); turning = true; this._xscale = this._xscale - (this._xscale * 2); speed = -speed; this._x = this._x + speed; } } } else { this.stop(); } }
Instance of Symbol 346 MovieClip in Frame 141
onClipEvent (load) { howDangerous = 12; originalX = this._x; maxX = originalX + 300; minX = originalX - 300; speed = -4; turned = false; this.GotoAndPlay("none"); } onClipEvent (enterFrame) { if (!_root.gamePaused) { this.play(); if ((this.hitBody.hitTest(_parent.characterGfx.hit) && (!_root.isInvisible)) && (!_root.untouchable)) { _root.panels.energy.gotoAndStop(_root.panels.energy._currentframe + howDangerous); _root.changeZedColour("red"); doneChecking = false; } else if (((((!_root.isInvisible) && (!this.hitBody.hitTest(_parent.characterGfx.hit))) && (!_root.bonusIsGrabbed)) && (!doneChecking)) && (!_root.untouchable)) { _root.changeZedColour("normal"); doneChecking = true; } if (!turning) { if ((minX < this._x) && (this._x < maxX)) { this._x = this._x + speed; } else if (!turned) { this.gotoAndPlay("turn"); turning = true; this._xscale = this._xscale - (this._xscale * 2); speed = -speed; this._x = this._x + speed; } } } else { this.stop(); } }
Instance of Symbol 409 MovieClip "monsterPlatform1" in Frame 141
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 141
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 141
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 141
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 141
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 417 MovieClip in Frame 141
onClipEvent (enterFrame) { if (this.hitTest(_root.character) && (!stageHasMoved)) { stageHasMoved = true; _parent.mcSquares._x = _parent.panels._x; _root._x = _root._x + 700; _root.panels._x = _root.panels._x - 700; _parent.keyboardInput._x = _parent.panels._x; _parent.mcSquares._x = _parent.panels._x; _root.gotoAndStop(_root._currentframe + 1); } }
Instance of Symbol 417 MovieClip in Frame 141
onClipEvent (enterFrame) { if (this.hitTest(_root.character) && (!stageHasMoved)) { stageHasMoved = true; _parent.mcSquares._x = _parent.panels._x; _root._x = _root._x - 700; _root.panels._x = _root.panels._x + 700; _parent.keyboardInput._x = _parent.panels._x; _parent.mcSquares._x = _parent.panels._x; _root.gotoAndStop(_root._currentframe + 2); } }
Instance of Symbol 415 MovieClip in Frame 141
onClipEvent (enterFrame) { if (!_root.openGoldDoor) { if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } } else if (!doorIsOpened) { this.gotoAndPlay("open"); doorIsOpened = true; } }
Instance of Symbol 417 MovieClip in Frame 141
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _parent.mcSquares._x = _parent.panels._x; _parent.mcSquares.gotoAndPlay("in"); walkedOutside = true; _parent.character._x = _parent.character._x + 10000; _parent.characterGfx._x = _parent.characterGfx._x + 10000; } else if (walkedOutside) { if (_root.fadeOut) { _root.fadeOut = false; _parent.mcSquares._x = 0; _parent.mcSquares.gotoAndPlay("out"); _parent.gotoAndPlay("levelCompleted"); walkedOutside = false; } } }
Instance of Symbol 202 MovieClip in Frame 141
onClipEvent (load) { flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hit.hitTest(_parent.characterGfx.hit) && (!collected)) { goldCollected = true; _root.addPoints("Gold"); if (_root.levelGoldCollected == 0) { flyToX = (flyToX = _root.panels._x + 213); } else if (_root.levelGoldCollected == 1) { flyToX = _root.panels._x + 242; } else if (_root.levelGoldCollected == 2) { flyToX = _root.panels._x + 271; } _root.panels.totalGold.gotoAndStop(_root.panels.totalGold._currentframe + 1); this.gotoAndPlay("collected"); } else if ((!goldInPlace) && (bonusCollected)) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { goldInPlace = true; _root.levelGoldCollected++; _root.totalGoldCollected++; _root.panels.goldHolder.gotoAndStop(_root.levelGoldCollected + 1); if (_root.levelGoldCollected == 3) { _root.openGoldDoor = true; } this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 202 MovieClip in Frame 141
onClipEvent (load) { flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hit.hitTest(_parent.characterGfx.hit) && (!collected)) { goldCollected = true; _root.addPoints("Gold"); if (_root.levelGoldCollected == 0) { flyToX = (flyToX = _root.panels._x + 213); } else if (_root.levelGoldCollected == 1) { flyToX = _root.panels._x + 242; } else if (_root.levelGoldCollected == 2) { flyToX = _root.panels._x + 271; } _root.panels.totalGold.gotoAndStop(_root.panels.totalGold._currentframe + 1); this.gotoAndPlay("collected"); } else if ((!goldInPlace) && (bonusCollected)) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { goldInPlace = true; _root.levelGoldCollected++; _root.totalGoldCollected++; _root.panels.goldHolder.gotoAndStop(_root.levelGoldCollected + 1); if (_root.levelGoldCollected == 3) { _root.openGoldDoor = true; } this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 202 MovieClip in Frame 141
onClipEvent (load) { flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hit.hitTest(_parent.characterGfx.hit) && (!collected)) { goldCollected = true; _root.addPoints("Gold"); if (_root.levelGoldCollected == 0) { flyToX = (flyToX = _root.panels._x + 213); } else if (_root.levelGoldCollected == 1) { flyToX = _root.panels._x + 242; } else if (_root.levelGoldCollected == 2) { flyToX = _root.panels._x + 271; } _root.panels.totalGold.gotoAndStop(_root.panels.totalGold._currentframe + 1); this.gotoAndPlay("collected"); } else if ((!goldInPlace) && (bonusCollected)) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { goldInPlace = true; _root.levelGoldCollected++; _root.totalGoldCollected++; _root.panels.goldHolder.gotoAndStop(_root.levelGoldCollected + 1); if (_root.levelGoldCollected == 3) { _root.openGoldDoor = true; } this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 205 MovieClip in Frame 141
onClipEvent (load) { flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hit.hitTest(_parent.characterGfx.hit) && (!init)) { _root.addPoints("speed"); _root.character.maxSpeed = 10; _root.character.friction = _root.character.maxSpeed / 5; _root.extrasSpeed = true; init = true; this.gotoAndPlay("collected"); } else if (collected) { flyToX = _root.panels._x + 368; this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; _root.panels.bonusHolder1.gotoAndStop(2); this._x = this._x - 10000; this._alpha = 0; } } } }
Instance of Symbol 419 MovieClip in Frame 141
onClipEvent (load) { flyToY = 66; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hit.hitTest(_parent.characterGfx.hit) && (!init)) { _root.addPoints("energy"); this.gotoAndPlay("collected"); init = true; } else if (collected) { flyToX = _root.panels._x + 140; this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { _root.panels.energy.gotoAndStop(1); collected = false; this._x = this._x - 10000; this._alpha = 0; } } } }
Instance of Symbol 198 MovieClip "bonus095" in Frame 141
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus098" in Frame 141
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus097" in Frame 141
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus087" in Frame 141
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus086" in Frame 141
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus088" in Frame 141
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus090" in Frame 141
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus091" in Frame 141
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus101" in Frame 141
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus100" in Frame 141
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus099" in Frame 141
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus105" in Frame 141
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus104" in Frame 141
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 460 MovieClip in Frame 142
onClipEvent (load) { howDangerous = 1; } onClipEvent (enterFrame) { if (this.hitTest(_parent.characterGfx.hit) && (!_root.isInvisible)) { _root.panels.energy.gotoAndStop(_root.panels.energy._currentframe + howDangerous); _root.changeZedColour("red"); doneChecking = false; } else if (((!_root.isInvisible) && (!this.hitTest(_parent.characterGfx.hit))) && (!doneChecking)) { _root.changeZedColour("normal"); doneChecking = true; } }
Instance of Symbol 460 MovieClip in Frame 142
onClipEvent (load) { howDangerous = 1; } onClipEvent (enterFrame) { if ((this.hitTest(_parent.characterGfx.hit) && (!_root.isInvisible)) && (!_root.untouchable)) { _root.panels.energy.gotoAndStop(_root.panels.energy._currentframe + howDangerous); _root.changeZedColour("red"); doneChecking = false; } else if ((((!_root.isInvisible) && (!this.hitTest(_parent.characterGfx.hit))) && (!doneChecking)) && (!_root.untouchable)) { _root.changeZedColour("normal"); doneChecking = true; } }
Instance of Symbol 460 MovieClip in Frame 142
onClipEvent (load) { howDangerous = 1; } onClipEvent (enterFrame) { if ((this.hitTest(_parent.characterGfx.hit) && (!_root.isInvisible)) && (!_root.untouchable)) { _root.panels.energy.gotoAndStop(_root.panels.energy._currentframe + howDangerous); _root.changeZedColour("red"); doneChecking = false; } else if ((((!_root.isInvisible) && (!this.hitTest(_parent.characterGfx.hit))) && (!doneChecking)) && (!_root.untouchable)) { _root.changeZedColour("normal"); doneChecking = true; } }
Instance of Symbol 460 MovieClip in Frame 142
onClipEvent (load) { howDangerous = 1; } onClipEvent (enterFrame) { if ((this.hitTest(_parent.characterGfx.hit) && (!_root.isInvisible)) && (!_root.untouchable)) { _root.panels.energy.gotoAndStop(_root.panels.energy._currentframe + howDangerous); _root.changeZedColour("red"); doneChecking = false; } else if ((((!_root.isInvisible) && (!this.hitTest(_parent.characterGfx.hit))) && (!doneChecking)) && (!_root.untouchable)) { _root.changeZedColour("normal"); doneChecking = true; } }
Instance of Symbol 460 MovieClip in Frame 142
onClipEvent (load) { howDangerous = 1; } onClipEvent (enterFrame) { if (this.hitTest(_parent.characterGfx.hit) && (!_root.isInvisible)) { _root.panels.energy.gotoAndStop(_root.panels.energy._currentframe + howDangerous); _root.changeZedColour("red"); doneChecking = false; } else if (((!_root.isInvisible) && (!this.hitTest(_parent.characterGfx.hit))) && (!doneChecking)) { _root.changeZedColour("normal"); doneChecking = true; } }
Instance of Symbol 187 MovieClip in Frame 142
onClipEvent (load) { howDangerous = 20; this.gotoAndPlay(40); } onClipEvent (enterFrame) { if (!_root.gamePaused) { this.play(); if ((this.hitFire.hitTest(_parent.characterGfx.hit) && (!_root.isInvisible)) && (!_root.untouchable)) { _root.panels.energy.gotoAndStop(_root.panels.energy._currentframe + howDangerous); _root.changeZedColour("red"); doneChecking = false; } else if ((((!_root.isInvisible) && (!this.hitBody.hitTest(_parent.characterGfx.hit))) && (!doneChecking)) && (!_root.untouchable)) { _root.changeZedColour("normal"); doneChecking = true; } } else { this.stop(); } }
Instance of Symbol 187 MovieClip in Frame 142
onClipEvent (load) { howDangerous = 20; this.gotoAndPlay(60); } onClipEvent (enterFrame) { if (!_root.gamePaused) { this.play(); if ((this.hitFire.hitTest(_parent.characterGfx.hit) && (!_root.isInvisible)) && (!_root.untouchable)) { _root.panels.energy.gotoAndStop(_root.panels.energy._currentframe + howDangerous); _root.changeZedColour("red"); doneChecking = false; } else if ((((!_root.isInvisible) && (!this.hitBody.hitTest(_parent.characterGfx.hit))) && (!doneChecking)) && (!_root.untouchable)) { _root.changeZedColour("normal"); doneChecking = true; } } else { this.stop(); } }
Instance of Symbol 187 MovieClip in Frame 142
onClipEvent (load) { howDangerous = 20; this.gotoAndPlay(20); } onClipEvent (enterFrame) { if (!_root.gamePaused) { this.play(); if ((this.hitFire.hitTest(_parent.characterGfx.hit) && (!_root.isInvisible)) && (!_root.untouchable)) { _root.panels.energy.gotoAndStop(_root.panels.energy._currentframe + howDangerous); _root.changeZedColour("red"); doneChecking = false; } else if ((((!_root.isInvisible) && (!this.hitBody.hitTest(_parent.characterGfx.hit))) && (!doneChecking)) && (!_root.untouchable)) { _root.changeZedColour("normal"); doneChecking = true; } } else { this.stop(); } }
Instance of Symbol 409 MovieClip in Frame 142
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 142
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 142
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 142
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 142
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 142
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 417 MovieClip in Frame 142
onClipEvent (enterFrame) { if (this.hitTest(_root.character) && (!stageHasMoved)) { stageHasMoved = true; _root._x = _root._x - 700; _root.panels._x = _root.panels._x + 700; _parent.keyboardInput._x = _parent.panels._x; _parent.mcSquares._x = _parent.panels._x; _root.gotoAndStop(_root._currentframe - 1); } }
Instance of Symbol 191 MovieClip in Frame 143
onClipEvent (load) { howDangerous = 20; this.gotoAndPlay(5); } onClipEvent (enterFrame) { if (!_root.gamePaused) { this.play(); if ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700))) { if ((this.hit.hitTest(_parent.characterGfx.hit) && (!_root.isInvisible)) && (!_root.untouchable)) { _root.panels.energy.gotoAndStop(_root.panels.energy._currentframe + howDangerous); _root.changeZedColour("red"); doneChecking = false; } else if (((!_root.isInvisible) && (!this.hit.hitTest(_parent.characterGfx.hit))) && (!doneChecking)) { _root.changeZedColour("normal"); doneChecking = true; } } } else { this.stop(); } }
Instance of Symbol 460 MovieClip in Frame 143
onClipEvent (load) { howDangerous = 1; } onClipEvent (enterFrame) { if ((this.hitTest(_parent.characterGfx.hit) && (!_root.isInvisible)) && (!_root.untouchable)) { _root.panels.energy.gotoAndStop(_root.panels.energy._currentframe + howDangerous); _root.changeZedColour("red"); doneChecking = false; } else if ((((!_root.isInvisible) && (!this.hitTest(_parent.characterGfx.hit))) && (!doneChecking)) && (!_root.untouchable)) { _root.changeZedColour("normal"); doneChecking = true; } }
Instance of Symbol 187 MovieClip in Frame 143
onClipEvent (load) { howDangerous = 20; this.gotoAndPlay(40); } onClipEvent (enterFrame) { if (!_root.gamePaused) { this.play(); if (this.hitFire.hitTest(_parent.characterGfx.hit) && (!_root.isInvisible)) { _root.panels.energy.gotoAndStop(_root.panels.energy._currentframe + howDangerous); _root.changeZedColour("red"); doneChecking = false; } else if (((!_root.isInvisible) && (!this.hitBody.hitTest(_parent.characterGfx.hit))) && (!doneChecking)) { _root.changeZedColour("normal"); doneChecking = true; } } else { this.stop(); } }
Instance of Symbol 409 MovieClip in Frame 143
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 143
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 143
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 143
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 143
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 417 MovieClip in Frame 143
onClipEvent (enterFrame) { if (this.hitTest(_root.character) && (!stageHasMoved)) { stageHasMoved = true; _root._x = _root._x + 700; _root.panels._x = _root.panels._x - 700; _parent.keyboardInput._x = _parent.panels._x; _parent.mcSquares._x = _parent.panels._x; _root.gotoAndStop(_root._currentframe - 2); } }
Frame 144
gotoAndPlay (27);
Frame 150
sndAmbienceLavaValley = new Sound(); sndAmbienceLavaValley.attachSound("sndAmbienceLavaValley"); sndAmbienceLavaValley.stop("sndAmbienceLavaValley"); sndAmbienceLavaValley.start(0, 1000); _root.panels.totalGold.gotoAndStop(totalGoldCollected); panels._visible = true; panels._x = 0; stop();
Instance of Symbol 460 MovieClip in Frame 150
onClipEvent (load) { howDangerous = 1; } onClipEvent (enterFrame) { if ((this.hitTest(_parent.characterGfx.hit) && (!_root.isInvisible)) && (!_root.untouchable)) { _root.panels.energy.gotoAndStop(_root.panels.energy._currentframe + howDangerous); _root.changeZedColour("red"); doneChecking = false; } else if ((((!_root.isInvisible) && (!this.hitTest(_parent.characterGfx.hit))) && (!doneChecking)) && (!_root.untouchable)) { _root.changeZedColour("normal"); doneChecking = true; } }
Instance of Symbol 460 MovieClip in Frame 150
onClipEvent (load) { howDangerous = 1; } onClipEvent (enterFrame) { if ((this.hitTest(_parent.characterGfx.hit) && (!_root.isInvisible)) && (!_root.untouchable)) { _root.panels.energy.gotoAndStop(_root.panels.energy._currentframe + howDangerous); _root.changeZedColour("red"); doneChecking = false; } else if ((((!_root.isInvisible) && (!this.hitTest(_parent.characterGfx.hit))) && (!doneChecking)) && (!_root.untouchable)) { _root.changeZedColour("normal"); doneChecking = true; } }
Instance of Symbol 460 MovieClip in Frame 150
onClipEvent (load) { howDangerous = 1; } onClipEvent (enterFrame) { if ((this.hitTest(_parent.characterGfx.hit) && (!_root.isInvisible)) && (!_root.untouchable)) { _root.panels.energy.gotoAndStop(_root.panels.energy._currentframe + howDangerous); _root.changeZedColour("red"); doneChecking = false; } else if ((((!_root.isInvisible) && (!this.hitTest(_parent.characterGfx.hit))) && (!doneChecking)) && (!_root.untouchable)) { _root.changeZedColour("normal"); doneChecking = true; } }
Instance of Symbol 460 MovieClip in Frame 150
onClipEvent (load) { howDangerous = 1; } onClipEvent (enterFrame) { if ((this.hitTest(_parent.characterGfx.hit) && (!_root.isInvisible)) && (!_root.untouchable)) { _root.panels.energy.gotoAndStop(_root.panels.energy._currentframe + howDangerous); _root.changeZedColour("red"); doneChecking = false; } else if ((((!_root.isInvisible) && (!this.hitTest(_parent.characterGfx.hit))) && (!doneChecking)) && (!_root.untouchable)) { _root.changeZedColour("normal"); doneChecking = true; } }
Instance of Symbol 460 MovieClip in Frame 150
onClipEvent (load) { howDangerous = 1; } onClipEvent (enterFrame) { if (this.hitTest(_parent.characterGfx.hit) && (!_root.isInvisible)) { _root.panels.energy.gotoAndStop(_root.panels.energy._currentframe + howDangerous); _root.changeZedColour("red"); doneChecking = false; } else if (((!_root.isInvisible) && (!this.hitTest(_parent.characterGfx.hit))) && (!doneChecking)) { _root.changeZedColour("normal"); doneChecking = true; } }
Instance of Symbol 409 MovieClip in Frame 150
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 460 MovieClip in Frame 150
onClipEvent (load) { howDangerous = 1; } onClipEvent (enterFrame) { if ((this.hitTest(_parent.characterGfx.hit) && (!_root.isInvisible)) && (!_root.untouchable)) { _root.panels.energy.gotoAndStop(_root.panels.energy._currentframe + howDangerous); _root.changeZedColour("red"); doneChecking = false; } else if ((((!_root.isInvisible) && (!this.hitTest(_parent.characterGfx.hit))) && (!doneChecking)) && (!_root.untouchable)) { _root.changeZedColour("normal"); doneChecking = true; } }
Instance of Symbol 409 MovieClip in Frame 150
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 150
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 150
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 150
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 150
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 150
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 346 MovieClip in Frame 150
onClipEvent (load) { _parent.fireBombCounter = 0; howDangerous = 20; facingRight = false; originalX = this._x; speed = -4; turned = false; bombardPause = getTimer() + 5000; this.GotoAndPlay("none"); } onClipEvent (enterFrame) { if (!_root.gamePaused) { this.play(); if ((this.hitBody.hitTest(_parent.characterGfx.hit) && (!_root.isInvisible)) && (!_root.untouchable)) { _root.panels.energy.gotoAndStop(_root.panels.energy._currentframe + howDangerous); _root.changeZedColour("red"); doneChecking = false; } else if (((((!_root.isInvisible) && (!this.hitBody.hitTest(_parent.characterGfx.hit))) && (!_root.bonusIsGrabbed)) && (!doneChecking)) && (!_root.untouchable)) { _root.changeZedColour("normal"); doneChecking = true; } if ((!turning) && (!bombDropped)) { turned = false; this.play(); this.jaw.gotoAndStop(1); this._x = this._x + ((flyToX - this._x) / 30); facingRightTemp = facingRight; if ((flyToX - this._x) < 0) { flyToX = _root.characterGfx._x - 10; facingRight = false; } else { flyToX = _root.characterGfx._x + 30; facingRight = true; } facingRightTemp = facingRight; if ((flyToX - this._x) < 0) { targetX = this._x + 15; facingRight = false; } else { targetX = this._x - 15; facingRight = true; } if (facingRightTemp != facingRight) { turning = true; } } else if (turning && (!turned)) { turned = true; this.gotoAndPlay("turn"); this._xscale = this._xscale - (this._xscale * 2); } if (bombardPause < getTimer()) { if (getTimer() < (bombardPause + 3000)) { if (!bombDropped) { _parent.fireBomb.duplicateMovieClip("mcFireBombActive", 666); _parent.mcFireBombActive._x = targetX; _parent.mcFireBombActive._y = this._y + 20; bombDropped = true; } bombardPause = getTimer() + 3000; bombDropped = false; } } } else { this.stop(); } }
Instance of Symbol 13 MovieClip [mcFireBomb] "fireBomb" in Frame 150
onClipEvent (load) { howDangerous = 20; } onClipEvent (enterFrame) { if (!_root.gamePaused) { if (this._y < 550) { if (((!_root.isInvisible) && (this.hitTest(_root.characterGfx.hit))) && (!_root.untouchable)) { _root.panels.energy.gotoAndStop(_root.panels.energy._currentframe + howDangerous); _root.changeZedColour("red"); doneChecking = false; } else if ((((!_root.isInvisible) && (!this.hitTest(_root.characterGfx.hit))) && (!doneChecking)) && (!_root.untouchable)) { _root.changeZedColour("normal"); doneChecking = true; } this._y = this._y + 6; } else if (!done) { done = true; this.stop(); } } }
Instance of Symbol 417 MovieClip in Frame 150
onClipEvent (enterFrame) { if (this.hitTest(_root.character) && (!stageHasMoved)) { stageHasMoved = true; _root._x = _root._x - 700; _root.panels._x = _root.panels._x + 700; _parent.keyboardInput._x = _parent.panels._x; _parent.mcSquares._x = _parent.panels._x; _root.gotoAndStop(_root._currentframe + 1); } }
Instance of Symbol 415 MovieClip in Frame 150
onClipEvent (enterFrame) { if (!_root.openGoldDoor) { if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } } else if (!doorIsOpened) { this.gotoAndPlay("open"); doorIsOpened = true; } }
Instance of Symbol 417 MovieClip in Frame 150
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _parent.mcSquares._x = _parent.panels._x; _parent.mcSquares.gotoAndPlay("in"); walkedOutside = true; _parent.character._x = _parent.character._x + 10000; _parent.characterGfx._x = _parent.characterGfx._x + 10000; _parent.mcFireBombActive._x = _parent.mcFireBombActive._x + 10000; } else if (walkedOutside) { if (_root.fadeOut) { _root.fadeOut = false; _parent.mcSquares._x = 0; _parent.mcSquares.gotoAndPlay("out"); _parent.gotoAndPlay("levelCompleted"); walkedOutside = false; } } }
Instance of Symbol 418 MovieClip "character" in Frame 150
onClipEvent (load) { function showPose(pose, flip) { if ((poseIsPlaying != pose) or (flippedOrNot != flip)) { if (flip) { _parent.characterGfx._xscale = -80; _parent.characterGfx.gotoAndPlay(pose); } else { _parent.characterGfx._xscale = 80; _parent.characterGfx.gotoAndPlay(pose); } } poseIsPlaying = pose; flippedOrNot = flip; } if (!_root.extrasSpeed) { maxSpeed = 8; friction = maxSpeed / 10; } else { maxSpeed = 10; friction = maxSpeed / 5; } if (!_root.extrasJump) { maxJumpHeight = 30; } else { maxJumpHeight = 50; } maxFallSpeed = 20; jumpSpeed = maxJumpHeight; jumpKeyReleased = true; fallingSpeed = 0; speed = 0; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && (!_root.outOfEnergy)) { _parent.characterGfx.eyes.play(); _parent.characterGfx._x = this._x; _parent.characterGfx._y = this._y; if (Key.isDown(37) or Key.isDown(39)) { if (Key.isDown(39) && (!Key.isDown(37))) { if ((!jumping) && (_root.onPlatform)) { if (speed < -1) { showPose("turn", false); } else { showPose("run", true); } } if (speed < maxSpeed) { speed = speed + friction; } } if (Key.isDown(37) && (!Key.isDown(39))) { if ((!jumping) && (_root.onPlatform)) { if (1 < speed) { showPose("turn", true); } else { showPose("run", false); } } if ((-maxSpeed) < speed) { speed = speed - friction; } } } else if (speed != 0) { if (1 < speed) { speed = speed - friction; } else if (speed < -1) { speed = speed + friction; } else { speed = 0; } } else if (_root.againstWall) { _root.againstWall = false; } else if (!jumping) { showPose("idle", false); } this._x = this._x + speed; if ((!_root.onPlatform) && (!jumping)) { if (fallingSpeed < maxFallSpeed) { fallingSpeed++; } if (speed < 0) { showPose("fall", false); } else if (0 < speed) { showPose("fall", true); } else { showPose("jumpStill", false); } this._y = this._y + fallingSpeed; } else if ((Key.isDown(38) && (6 < jumpSpeed)) && (jumpKeyReleased)) { jumping = true; jumpSpeed = jumpSpeed / 1.2; if (0 < speed) { jumpSpeed = jumpSpeed + (speed / (maxJumpHeight / 2)); showPose("jump", true); } else if (speed < 0) { jumpSpeed = jumpSpeed - (speed / (maxJumpHeight / 2)); showPose("jump", false); } else { showPose("jumpStill", false); } this._y = this._y - jumpSpeed; } else if (jumping) { jumpKeyReleased = false; jumping = false; jumpSpeed = maxJumpHeight; fallingSpeed = -1; } else if ((!Key.isDown(38)) && (!jumpKeyReleased)) { jumpKeyReleased = true; } } else { _parent.characterGfx.stop(); _parent.characterGfx.eyes.stop(); } if (_root.onPlatform && (!alreadyLanded)) { alreadyLanded = true; _root.sndZedLand.start(0, 0); } else if (!_root.onPlatform) { alreadyLanded = false; } if (jumpSpeed < 1) { jumpSpeed = maxJumpHeight; } if ((zedIsHurting && (!_root.isInvisible)) && (removeHurtCounter < getTimer())) { removeHurtCounter = getTimer() + 100; changeZedColour("normal"); } _root.onPlatform = false; }
Instance of Symbol 207 MovieClip in Frame 150
onClipEvent (load) { flyToY = 66; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hit.hitTest(_parent.characterGfx.hit) && (!_root.isInvisible)) { _root.addPoints("invincible"); _root.isInvisible = true; this.gotoAndPlay("collected"); } else if (collected) { flyToX = _root.panels._x + 404; this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; _root.panels.mcInvisible.gotoAndPlay("start"); this._x = this._x - 10000; this._alpha = 0; } } } }
Instance of Symbol 198 MovieClip "bonus108" in Frame 150
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus107" in Frame 150
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 202 MovieClip in Frame 150
onClipEvent (load) { flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hit.hitTest(_parent.characterGfx.hit) && (!collected)) { goldCollected = true; _root.addPoints("Gold"); if (_root.levelGoldCollected == 0) { flyToX = (flyToX = _root.panels._x + 213); } else if (_root.levelGoldCollected == 1) { flyToX = _root.panels._x + 242; } else if (_root.levelGoldCollected == 2) { flyToX = _root.panels._x + 271; } _root.panels.totalGold.gotoAndStop(_root.panels.totalGold._currentframe + 1); this.gotoAndPlay("collected"); } else if ((!goldInPlace) && (bonusCollected)) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { goldInPlace = true; _root.levelGoldCollected++; _root.totalGoldCollected++; _root.panels.goldHolder.gotoAndStop(_root.levelGoldCollected + 1); if (_root.levelGoldCollected == 3) { _root.openGoldDoor = true; } this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 202 MovieClip in Frame 150
onClipEvent (load) { flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hit.hitTest(_parent.characterGfx.hit) && (!collected)) { goldCollected = true; _root.addPoints("Gold"); if (_root.levelGoldCollected == 0) { flyToX = (flyToX = _root.panels._x + 213); } else if (_root.levelGoldCollected == 1) { flyToX = _root.panels._x + 242; } else if (_root.levelGoldCollected == 2) { flyToX = _root.panels._x + 271; } _root.panels.totalGold.gotoAndStop(_root.panels.totalGold._currentframe + 1); this.gotoAndPlay("collected"); } else if ((!goldInPlace) && (bonusCollected)) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { goldInPlace = true; _root.levelGoldCollected++; _root.totalGoldCollected++; _root.panels.goldHolder.gotoAndStop(_root.levelGoldCollected + 1); if (_root.levelGoldCollected == 3) { _root.openGoldDoor = true; } this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 202 MovieClip in Frame 150
onClipEvent (load) { flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hit.hitTest(_parent.characterGfx.hit) && (!collected)) { goldCollected = true; _root.addPoints("Gold"); if (_root.levelGoldCollected == 0) { flyToX = (flyToX = _root.panels._x + 213); } else if (_root.levelGoldCollected == 1) { flyToX = _root.panels._x + 242; } else if (_root.levelGoldCollected == 2) { flyToX = _root.panels._x + 271; } _root.panels.totalGold.gotoAndStop(_root.panels.totalGold._currentframe + 1); this.gotoAndPlay("collected"); } else if ((!goldInPlace) && (bonusCollected)) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { goldInPlace = true; _root.levelGoldCollected++; _root.totalGoldCollected++; _root.panels.goldHolder.gotoAndStop(_root.levelGoldCollected + 1); if (_root.levelGoldCollected == 3) { _root.openGoldDoor = true; } this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 196 MovieClip in Frame 150
onClipEvent (load) { flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hit.hitTest(_parent.characterGfx.hit) && (!init)) { _root.extrasJump = true; _root.addPoints("jump"); _root.character.maxJumpHeight = 50; _root.character.jumpSpeed = _root.character.maxJumpHeight; init = true; this.gotoAndPlay("collected"); } else if (collected) { flyToX = _root.panels._x + 402; this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; _root.panels.bonusHolder2.gotoAndStop(2); this._x = this._x - 10000; this._alpha = 0; } } } }
Instance of Symbol 198 MovieClip "bonus117" in Frame 150
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(800); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus106" in Frame 150
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus120" in Frame 150
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus119" in Frame 150
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus118" in Frame 150
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus114" in Frame 150
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus115" in Frame 150
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus116" in Frame 150
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus110" in Frame 150
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus111" in Frame 150
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus109" in Frame 150
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus112" in Frame 150
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus113" in Frame 150
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Frame 151
sndAmbienceLavaValley.stop("sndAmbienceLavaValley"); sndAmbiencePalace.stop("sndAmbiencePalace"); sndAmbienceLavaValley.start(0, 1000);
Instance of Symbol 460 MovieClip in Frame 151
onClipEvent (load) { howDangerous = 1; } onClipEvent (enterFrame) { if ((this.hitTest(_parent.characterGfx.hit) && (!_root.isInvisible)) && (!_root.untouchable)) { _root.panels.energy.gotoAndStop(_root.panels.energy._currentframe + howDangerous); _root.changeZedColour("red"); doneChecking = false; } else if ((((!_root.isInvisible) && (!this.hitTest(_parent.characterGfx.hit))) && (!doneChecking)) && (!_root.untouchable)) { _root.changeZedColour("normal"); doneChecking = true; } }
Instance of Symbol 460 MovieClip in Frame 151
onClipEvent (load) { howDangerous = 1; } onClipEvent (enterFrame) { if ((this.hitTest(_parent.characterGfx.hit) && (!_root.isInvisible)) && (!_root.untouchable)) { _root.panels.energy.gotoAndStop(_root.panels.energy._currentframe + howDangerous); _root.changeZedColour("red"); doneChecking = false; } else if ((((!_root.isInvisible) && (!this.hitTest(_parent.characterGfx.hit))) && (!doneChecking)) && (!_root.untouchable)) { _root.changeZedColour("normal"); doneChecking = true; } }
Instance of Symbol 460 MovieClip in Frame 151
onClipEvent (load) { howDangerous = 1; } onClipEvent (enterFrame) { if ((this.hitTest(_parent.characterGfx.hit) && (!_root.isInvisible)) && (!_root.untouchable)) { _root.panels.energy.gotoAndStop(_root.panels.energy._currentframe + howDangerous); _root.changeZedColour("red"); doneChecking = false; } else if ((((!_root.isInvisible) && (!this.hitTest(_parent.characterGfx.hit))) && (!doneChecking)) && (!_root.untouchable)) { _root.changeZedColour("normal"); doneChecking = true; } }
Instance of Symbol 460 MovieClip in Frame 151
onClipEvent (load) { howDangerous = 1; } onClipEvent (enterFrame) { if ((this.hitTest(_parent.characterGfx.hit) && (!_root.isInvisible)) && (!_root.untouchable)) { _root.panels.energy.gotoAndStop(_root.panels.energy._currentframe + howDangerous); _root.changeZedColour("red"); doneChecking = false; } else if ((((!_root.isInvisible) && (!this.hitTest(_parent.characterGfx.hit))) && (!doneChecking)) && (!_root.untouchable)) { _root.changeZedColour("normal"); doneChecking = true; } }
Instance of Symbol 460 MovieClip in Frame 151
onClipEvent (load) { howDangerous = 1; } onClipEvent (enterFrame) { if ((this.hitTest(_parent.characterGfx.hit) && (!_root.isInvisible)) && (!_root.untouchable)) { _root.panels.energy.gotoAndStop(_root.panels.energy._currentframe + howDangerous); _root.changeZedColour("red"); doneChecking = false; } else if ((((!_root.isInvisible) && (!this.hitTest(_parent.characterGfx.hit))) && (!doneChecking)) && (!_root.untouchable)) { _root.changeZedColour("normal"); doneChecking = true; } }
Instance of Symbol 460 MovieClip in Frame 151
onClipEvent (load) { howDangerous = 1; } onClipEvent (enterFrame) { if (this.hitTest(_parent.characterGfx.hit) && (!_root.isInvisible)) { _root.panels.energy.gotoAndStop(_root.panels.energy._currentframe + howDangerous); _root.changeZedColour("red"); doneChecking = false; } else if (((!_root.isInvisible) && (!this.hitTest(_parent.characterGfx.hit))) && (!doneChecking)) { _root.changeZedColour("normal"); doneChecking = true; } }
Instance of Symbol 409 MovieClip in Frame 151
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 151
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 13 MovieClip [mcFireBomb] "fireBomb" in Frame 151
onClipEvent (load) { howDangerous = 20; } onClipEvent (enterFrame) { if (!_root.gamePaused) { if (this._y < 550) { if (((!_root.isInvisible) && (this.hitTest(_root.characterGfx.hit))) && (!_root.untouchable)) { _root.panels.energy.gotoAndStop(_root.panels.energy._currentframe + howDangerous); _root.changeZedColour("red"); doneChecking = false; } else if ((((!_root.isInvisible) && (!this.hitTest(_root.characterGfx.hit))) && (!doneChecking)) && (!_root.untouchable)) { _root.changeZedColour("normal"); doneChecking = true; } this._y = this._y + 6; } else if (!done) { done = true; this.stop(); } } }
Instance of Symbol 346 MovieClip in Frame 151
onClipEvent (load) { _parent.fireBombCounter = 0; howDangerous = 20; facingRight = false; originalX = this._x; speed = -4; turned = false; bombardPause = getTimer() + 5000; this.GotoAndPlay("none"); } onClipEvent (enterFrame) { if (!_root.gamePaused) { this.play(); if ((this.hitBody.hitTest(_parent.characterGfx.hit) && (!_root.isInvisible)) && (!_root.untouchable)) { _root.panels.energy.gotoAndStop(_root.panels.energy._currentframe + howDangerous); _root.changeZedColour("red"); doneChecking = false; } else if (((((!_root.isInvisible) && (!this.hitBody.hitTest(_parent.characterGfx.hit))) && (!_root.bonusIsGrabbed)) && (!doneChecking)) && (!_root.untouchable)) { _root.changeZedColour("normal"); doneChecking = true; } if ((!turning) && (!bombDropped)) { turned = false; this.play(); this.jaw.gotoAndStop(1); this._x = this._x + ((flyToX - this._x) / 30); facingRightTemp = facingRight; if ((flyToX - this._x) < 0) { flyToX = _root.characterGfx._x - 10; facingRight = false; } else { flyToX = _root.characterGfx._x + 30; facingRight = true; } facingRightTemp = facingRight; if ((flyToX - this._x) < 0) { targetX = this._x + 15; facingRight = false; } else { targetX = this._x - 15; facingRight = true; } if (facingRightTemp != facingRight) { turning = true; } } else if (turning && (!turned)) { turned = true; this.gotoAndPlay("turn"); this._xscale = this._xscale - (this._xscale * 2); } if (bombardPause < getTimer()) { if (getTimer() < (bombardPause + 3000)) { if (!bombDropped) { _parent.fireBomb.duplicateMovieClip("mcFireBombActive", 666); _parent.mcFireBombActive._x = targetX; _parent.mcFireBombActive._y = this._y + 20; bombDropped = true; } bombardPause = getTimer() + 3000; bombDropped = false; } } } else { this.stop(); } }
Instance of Symbol 409 MovieClip in Frame 151
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 151
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 151
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 151
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 151
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 151
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 151
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 151
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 417 MovieClip in Frame 151
onClipEvent (enterFrame) { if (this.hitTest(_root.character) && (!stageHasMoved)) { stageHasMoved = true; _root._x = _root._x + 700; _root.panels._x = _root.panels._x - 700; _parent.keyboardInput._x = _parent.panels._x; _parent.mcSquares._x = _parent.panels._x; _root.gotoAndStop(_root._currentframe - 1); } }
Instance of Symbol 417 MovieClip in Frame 151
onClipEvent (enterFrame) { if (this.hitTest(_root.character) && (!stageHasMoved)) { stageHasMoved = true; _root._x = _root._x - 700; _root.panels._x = _root.panels._x + 700; _parent.keyboardInput._x = _parent.panels._x; _parent.mcSquares._x = _parent.panels._x; _root.gotoAndStop(_root._currentframe + 1); } }
Frame 152
mcFireBombActive._x = mcFireBombActive._x + 10000; sndAmbiencePalace = new Sound(); sndAmbiencePalace.attachSound("sndAmbiencePalace"); sndAmbienceLavaValley.stop("sndAmbienceLavaValley"); sndAmbiencePalace.stop("sndAmbiencePalace"); sndAmbiencePalace.start(0, 1000);
Instance of Symbol 409 MovieClip in Frame 152
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 152
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 152
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 152
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 152
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 417 MovieClip in Frame 152
onClipEvent (enterFrame) { if (this.hitTest(_root.character) && (!stageHasMoved)) { stageHasMoved = true; _root._x = _root._x + 700; _root.panels._x = _root.panels._x - 700; _parent.keyboardInput._x = _parent.panels._x; _parent.mcSquares._x = _parent.panels._x; _root.gotoAndStop(_root._currentframe - 1); } }
Frame 153
gotoAndPlay (27);
Frame 160
sndAmbienceLavaValley.stop("sndAmbienceLavaValley"); sndAmbienceLavaValley = new Sound(); sndAmbienceLavaValley.attachSound("sndAmbienceLavaValley"); sndAmbienceLavaValley.start(0, 1000); _root.panels.totalGold.gotoAndStop(totalGoldCollected); panels._visible = true; panels._x = 0; stop();
Instance of Symbol 346 MovieClip in Frame 160
onClipEvent (load) { facingRight = false; howDangerous = 20; originalX = this._x; jumpPause = getTimer() + 5000; speed = -4; turned = false; } onClipEvent (enterFrame) { if (!_root.gamePaused) { this.play(); if ((this.hitBody.hitTest(_parent.characterGfx.hit) && (!_root.isInvisible)) && (!_root.untouchable)) { _root.panels.energy.gotoAndStop(_root.panels.energy._currentframe + howDangerous); _root.changeZedColour("red"); doneChecking = false; } else if ((((!_root.isInvisible) && (!this.hitBody.hitTest(_parent.characterGfx.hit))) && (!_root.bonusIsGrabbed)) && (!doneChecking)) { _root.changeZedColour("normal"); doneChecking = true; } if (!turning) { turned = false; if (jumpPause < getTimer()) { if (jumpCounter < 20) { this.gotoAndStop(6); readyToJump = true; turning = false; if (!gruntHasBitten) { this.jaw.gotoAndPlay(11); gruntHasBitten = true; } jumpCounter++; this._x = this._x + ((flyToX - this._x) / 10); this._y = this._y + ((flyToY - this._y) / 10); } else { jumpCounter = 0; jumpPause = getTimer() + 5000; } } else { gruntHasBitten = false; this.play(); this.jaw.gotoAndStop(2); flyToX = _root.characterGfx._x; flyToY = _root.characterGfx._y - 50; this._y = this._y + ((flyToY - this._y) / 50); } facingRightTemp = facingRight; if ((flyToX - this._x) < 0) { facingRight = false; } else { facingRight = true; } if (facingRightTemp != facingRight) { turning = true; } } else if (turning && (!turned)) { turned = true; this.gotoAndPlay("turn"); this._xscale = this._xscale - (this._xscale * 2); } } else { this.stop(); } }
Instance of Symbol 409 MovieClip in Frame 160
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 160
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 160
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 160
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 160
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 160
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 160
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 160
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 160
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 160
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 417 MovieClip in Frame 160
onClipEvent (enterFrame) { if (this.hitTest(_root.character) && (!stageHasMoved)) { stageHasMoved = true; _root._x = _root._x - 700; _root.panels._x = _root.panels._x + 700; _parent.keyboardInput._x = _parent.panels._x; _parent.mcSquares._x = _parent.panels._x; _root.gotoAndStop(_root._currentframe + 1); } }
Instance of Symbol 415 MovieClip in Frame 160
onClipEvent (enterFrame) { if (!_root.openGoldDoor) { if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } } else if (!doorIsOpened) { this.gotoAndPlay("open"); doorIsOpened = true; } }
Instance of Symbol 417 MovieClip in Frame 160
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.level6Door = 3; _parent.mcSquares._x = _parent.panels._x; _parent.mcSquares.gotoAndPlay("in"); walkedOutside = true; _parent.character._x = _parent.character._x + 10000; _parent.characterGfx._x = _parent.characterGfx._x + 10000; } else if (walkedOutside) { if (_root.fadeOut) { _root.fadeOut = false; _parent.mcSquares._x = 0; _parent.mcSquares.gotoAndPlay("out"); _parent.gotoAndPlay("levelCompleted"); walkedOutside = false; } } }
Instance of Symbol 415 MovieClip in Frame 160
onClipEvent (enterFrame) { if (!_root.openGoldDoor) { if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } } else if (!doorIsOpened) { this.gotoAndPlay("open"); doorIsOpened = true; } }
Instance of Symbol 417 MovieClip in Frame 160
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.level6Door = 2; _parent.mcSquares._x = _parent.panels._x; _parent.mcSquares.gotoAndPlay("in"); walkedOutside = true; _parent.character._x = _parent.character._x + 10000; _parent.characterGfx._x = _parent.characterGfx._x + 10000; } else if (walkedOutside) { if (_root.fadeOut) { _root.fadeOut = false; _parent.mcSquares._x = 0; _parent.mcSquares.gotoAndPlay("out"); _parent.gotoAndPlay("levelCompleted"); walkedOutside = false; } } }
Instance of Symbol 415 MovieClip in Frame 160
onClipEvent (enterFrame) { if (!_root.openGoldDoor) { if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } } else if (!doorIsOpened) { this.gotoAndPlay("open"); doorIsOpened = true; } }
Instance of Symbol 417 MovieClip in Frame 160
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.level6Door = 1; _parent.mcSquares._x = _parent.panels._x; _parent.mcSquares.gotoAndPlay("in"); walkedOutside = true; _parent.character._x = _parent.character._x + 10000; _parent.characterGfx._x = _parent.characterGfx._x + 10000; } else if (walkedOutside) { if (_root.fadeOut) { _root.fadeOut = false; _parent.mcSquares._x = 0; _parent.mcSquares.gotoAndPlay("out"); _parent.gotoAndPlay("levelCompleted"); walkedOutside = false; } } }
Instance of Symbol 418 MovieClip "character" in Frame 160
onClipEvent (load) { function showPose(pose, flip) { if ((poseIsPlaying != pose) or (flippedOrNot != flip)) { if (flip) { _parent.characterGfx._xscale = -80; _parent.characterGfx.gotoAndPlay(pose); } else { _parent.characterGfx._xscale = 80; _parent.characterGfx.gotoAndPlay(pose); } } poseIsPlaying = pose; flippedOrNot = flip; } if (!_root.extrasSpeed) { maxSpeed = 8; friction = maxSpeed / 10; } else { maxSpeed = 10; friction = maxSpeed / 5; } if (!_root.extrasJump) { maxJumpHeight = 30; } else { maxJumpHeight = 50; } maxFallSpeed = 20; jumpSpeed = maxJumpHeight; jumpKeyReleased = true; fallingSpeed = 0; speed = 0; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && (!_root.outOfEnergy)) { _parent.characterGfx.eyes.play(); _parent.characterGfx._x = this._x; _parent.characterGfx._y = this._y; if (Key.isDown(37) or Key.isDown(39)) { if (Key.isDown(39) && (!Key.isDown(37))) { if ((!jumping) && (_root.onPlatform)) { if (speed < -1) { showPose("turn", false); } else { showPose("run", true); } } if (speed < maxSpeed) { speed = speed + friction; } } if (Key.isDown(37) && (!Key.isDown(39))) { if ((!jumping) && (_root.onPlatform)) { if (1 < speed) { showPose("turn", true); } else { showPose("run", false); } } if ((-maxSpeed) < speed) { speed = speed - friction; } } } else if (speed != 0) { if (1 < speed) { speed = speed - friction; } else if (speed < -1) { speed = speed + friction; } else { speed = 0; } } else if (_root.againstWall) { _root.againstWall = false; } else if (!jumping) { showPose("idle", false); } this._x = this._x + speed; if ((!_root.onPlatform) && (!jumping)) { if (fallingSpeed < maxFallSpeed) { fallingSpeed++; } if (speed < 0) { showPose("fall", false); } else if (0 < speed) { showPose("fall", true); } else { showPose("jumpStill", false); } this._y = this._y + fallingSpeed; } else if ((Key.isDown(38) && (6 < jumpSpeed)) && (jumpKeyReleased)) { jumping = true; jumpSpeed = jumpSpeed / 1.2; if (0 < speed) { jumpSpeed = jumpSpeed + (speed / (maxJumpHeight / 2)); showPose("jump", true); } else if (speed < 0) { jumpSpeed = jumpSpeed - (speed / (maxJumpHeight / 2)); showPose("jump", false); } else { showPose("jumpStill", false); } this._y = this._y - jumpSpeed; } else if (jumping) { jumpKeyReleased = false; jumping = false; jumpSpeed = maxJumpHeight; fallingSpeed = -1; } else if ((!Key.isDown(38)) && (!jumpKeyReleased)) { jumpKeyReleased = true; } } else { _parent.characterGfx.stop(); _parent.characterGfx.eyes.stop(); } if (_root.onPlatform && (!alreadyLanded)) { alreadyLanded = true; _root.sndZedLand.start(0, 0); } else if (!_root.onPlatform) { alreadyLanded = false; } if (jumpSpeed < 1) { jumpSpeed = maxJumpHeight; } if ((zedIsHurting && (!_root.isInvisible)) && (removeHurtCounter < getTimer())) { removeHurtCounter = getTimer() + 100; changeZedColour("normal"); } _root.onPlatform = false; }
Instance of Symbol 202 MovieClip in Frame 160
onClipEvent (load) { flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hit.hitTest(_parent.characterGfx.hit) && (!collected)) { goldCollected = true; _root.addPoints("Gold"); if (_root.levelGoldCollected == 0) { flyToX = (flyToX = _root.panels._x + 213); } else if (_root.levelGoldCollected == 1) { flyToX = _root.panels._x + 242; } else if (_root.levelGoldCollected == 2) { flyToX = _root.panels._x + 271; } _root.panels.totalGold.gotoAndStop(_root.panels.totalGold._currentframe + 1); this.gotoAndPlay("collected"); } else if ((!goldInPlace) && (bonusCollected)) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { goldInPlace = true; _root.levelGoldCollected++; _root.totalGoldCollected++; _root.panels.goldHolder.gotoAndStop(_root.levelGoldCollected + 1); if (_root.levelGoldCollected == 3) { _root.openGoldDoor = true; } this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 202 MovieClip in Frame 160
onClipEvent (load) { flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hit.hitTest(_parent.characterGfx.hit) && (!collected)) { goldCollected = true; _root.addPoints("Gold"); if (_root.levelGoldCollected == 0) { flyToX = (flyToX = _root.panels._x + 213); } else if (_root.levelGoldCollected == 1) { flyToX = _root.panels._x + 242; } else if (_root.levelGoldCollected == 2) { flyToX = _root.panels._x + 271; } _root.panels.totalGold.gotoAndStop(_root.panels.totalGold._currentframe + 1); this.gotoAndPlay("collected"); } else if ((!goldInPlace) && (bonusCollected)) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { goldInPlace = true; _root.levelGoldCollected++; _root.totalGoldCollected++; _root.panels.goldHolder.gotoAndStop(_root.levelGoldCollected + 1); if (_root.levelGoldCollected == 3) { _root.openGoldDoor = true; } this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 202 MovieClip in Frame 160
onClipEvent (load) { flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hit.hitTest(_parent.characterGfx.hit) && (!collected)) { goldCollected = true; _root.addPoints("Gold"); if (_root.levelGoldCollected == 0) { flyToX = (flyToX = _root.panels._x + 213); } else if (_root.levelGoldCollected == 1) { flyToX = _root.panels._x + 242; } else if (_root.levelGoldCollected == 2) { flyToX = _root.panels._x + 271; } _root.panels.totalGold.gotoAndStop(_root.panels.totalGold._currentframe + 1); this.gotoAndPlay("collected"); } else if ((!goldInPlace) && (bonusCollected)) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { goldInPlace = true; _root.levelGoldCollected++; _root.totalGoldCollected++; _root.panels.goldHolder.gotoAndStop(_root.levelGoldCollected + 1); if (_root.levelGoldCollected == 3) { _root.openGoldDoor = true; } this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 419 MovieClip in Frame 160
onClipEvent (load) { flyToY = 66; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hit.hitTest(_parent.characterGfx.hit) && (!init)) { _root.addPoints("energy"); this.gotoAndPlay("collected"); init = true; } else if (collected) { flyToX = _root.panels._x + 140; this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { _root.panels.energy.gotoAndStop(1); collected = false; this._x = this._x - 10000; this._alpha = 0; } } } }
Instance of Symbol 207 MovieClip in Frame 160
onClipEvent (load) { flyToY = 66; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hit.hitTest(_parent.characterGfx.hit) && (!_root.isInvisible)) { _root.addPoints("invincible"); _root.isInvisible = true; this.gotoAndPlay("collected"); } else if (collected) { flyToX = _root.panels._x + 404; this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; _root.panels.mcInvisible.gotoAndPlay("start"); this._x = this._x - 10000; this._alpha = 0; } } } }
Instance of Symbol 198 MovieClip "bonus121" in Frame 160
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus123" in Frame 160
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus125" in Frame 160
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus127" in Frame 160
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus128" in Frame 160
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus134" in Frame 160
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus131" in Frame 160
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus124" in Frame 160
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus122" in Frame 160
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus126" in Frame 160
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus132" in Frame 160
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus133" in Frame 160
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus129" in Frame 160
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus130" in Frame 160
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 346 MovieClip in Frame 161
onClipEvent (load) { facingRight = false; howDangerous = 20; originalX = this._x; jumpPause = getTimer() + 5000; speed = -4; turned = false; } onClipEvent (enterFrame) { if (!_root.gamePaused) { this.play(); if ((this.hitBody.hitTest(_parent.characterGfx.hit) && (!_root.isInvisible)) && (!_root.untouchable)) { _root.panels.energy.gotoAndStop(_root.panels.energy._currentframe + howDangerous); _root.changeZedColour("red"); doneChecking = false; } else if ((((!_root.isInvisible) && (!this.hitBody.hitTest(_parent.characterGfx.hit))) && (!_root.bonusIsGrabbed)) && (!doneChecking)) { _root.changeZedColour("normal"); doneChecking = true; } if (!turning) { turned = false; if (jumpPause < getTimer()) { if (jumpCounter < 20) { this.gotoAndStop(6); readyToJump = true; turning = false; if (!gruntHasBitten) { this.jaw.gotoAndPlay(11); gruntHasBitten = true; } jumpCounter++; this._x = this._x + ((flyToX - this._x) / 10); this._y = this._y + ((flyToY - this._y) / 10); } else { jumpCounter = 0; jumpPause = getTimer() + 5000; } } else { gruntHasBitten = false; this.play(); this.jaw.gotoAndStop(2); flyToX = _root.characterGfx._x; flyToY = _root.characterGfx._y - 50; this._y = this._y + ((flyToY - this._y) / 50); } facingRightTemp = facingRight; if ((flyToX - this._x) < 0) { facingRight = false; } else { facingRight = true; } if (facingRightTemp != facingRight) { turning = true; } } else if (turning && (!turned)) { turned = true; this.gotoAndPlay("turn"); this._xscale = this._xscale - (this._xscale * 2); } } else { this.stop(); } }
Instance of Symbol 409 MovieClip in Frame 161
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 161
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 161
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 161
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 161
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 161
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 161
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 161
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 161
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 161
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 161
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 161
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 417 MovieClip in Frame 161
onClipEvent (enterFrame) { if (this.hitTest(_root.character) && (!stageHasMoved)) { stageHasMoved = true; _root._x = _root._x + 700; _root.panels._x = _root.panels._x - 700; _parent.keyboardInput._x = _parent.panels._x; _parent.mcSquares._x = _parent.panels._x; _root.gotoAndStop(_root._currentframe - 1); } }
Frame 162
gotoAndPlay (27);
Frame 170
sndAmbiencePalace = new Sound(); sndAmbiencePalace.attachSound("sndAmbiencePalace"); sndAmbiencePalace.start(0, 1000); sndSwitch = new Sound(); sndSwitch.attachSound("sndSwitch"); if (_root.level6Door == 1) { _root.character._y = 130; _root.characterGfx._y = 120; } else if (_root.level6Door == 2) { _root.character._y = 310; _root.characterGfx._y = 300; } _root.panels.totalGold.gotoAndStop(totalGoldCollected); panels._visible = true; panels._x = 0; stop();
Instance of Symbol 506 MovieClip "light0" in Frame 170
onClipEvent (load) { _parent.lightPressed = 0; } onClipEvent (enterFrame) { if (((this.hit.hitTest(_root.character) && (_parent.mcButtonCode.readyToBePressed)) && (this._currentframe == 1)) && (!_parent.openDoor)) { if (_parent.lightPressed < 5) { this.gotoAndPlay("whiteLight"); _parent.mcButton.lightCombinationTest[_parent.lightPressed] = 0; if (_parent.lightPressed == 4) { _parent.mcButton.testLightCombination(); } else { _parent.lightPressed++; } } } }
Instance of Symbol 506 MovieClip "light1" in Frame 170
onClipEvent (load) { _parent.lightPressed = 0; } onClipEvent (enterFrame) { if (((this.hit.hitTest(_root.character) && (_parent.mcButtonCode.readyToBePressed)) && (this._currentframe == 1)) && (!_parent.openDoor)) { if (_parent.lightPressed < 5) { this.gotoAndPlay("whiteLight"); _parent.mcButton.lightCombinationTest[_parent.lightPressed] = 1; if (_parent.lightPressed == 4) { _parent.mcButton.testLightCombination(); } else { _parent.lightPressed++; } } } }
Instance of Symbol 506 MovieClip "light2" in Frame 170
onClipEvent (load) { _parent.lightPressed = 0; } onClipEvent (enterFrame) { if (((this.hit.hitTest(_root.character) && (_parent.mcButtonCode.readyToBePressed)) && (this._currentframe == 1)) && (!_parent.openDoor)) { if (_parent.lightPressed < 5) { this.gotoAndPlay("whiteLight"); _parent.mcButton.lightCombinationTest[_parent.lightPressed] = 2; if (_parent.lightPressed == 4) { _parent.mcButton.testLightCombination(); } else { _parent.lightPressed++; } } } }
Instance of Symbol 350 MovieClip "mcButton" in Frame 170
onClipEvent (load) { function testLightCombination() { testCompare = lightCombinationTest.join(""); codeCompare = lightCombination.join(""); if (testCompare == codeCompare) { _parent.openDoor = true; _parent.light0.gotoAndStop("whiteLight"); _parent.light1.gotoAndStop("whiteLight"); _parent.light2.gotoAndStop("whiteLight"); _parent.lightPressed = 0; } else { _parent.light0.gotoAndPlay("redLight"); _parent.light1.gotoAndPlay("redLight"); _parent.light2.gotoAndPlay("redLight"); _parent.lightPressed = 0; } } lightCombination = new Array(); lightCombinationTest = new Array(); i = 0; while (i < 5) { lightCombination[i] = random(3); i++; } pauseTime = 1000; pause = getTimer() + pauseTime; lightCounter = 0; } onClipEvent (enterFrame) { if ((!_parent.mcButtonCode.readyToBePressed) && (!_parent.openDoor)) { _parent.lightPressed = 0; if (pause < getTimer()) { if (lightCounter < 5) { _parent["light" + lightCombination[lightCounter]].gotoAndPlay("whiteLight"); pause = getTimer() + pauseTime; lightCounter++; } else { lightCounter = 0; _parent.mcButtonCode.readyToBePressed = true; _parent.mcButtonCode._y = _parent.mcButtonCode._y - 10; this._y = this._y - 10; } } } }
Instance of Symbol 191 MovieClip in Frame 170
onClipEvent (load) { howDangerous = 20; this.gotoAndPlay(5); } onClipEvent (enterFrame) { if (!_root.gamePaused) { this.play(); if ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700))) { if ((this.hit.hitTest(_parent.characterGfx.hit) && (!_root.isInvisible)) && (!_root.untouchable)) { _root.panels.energy.gotoAndStop(_root.panels.energy._currentframe + howDangerous); _root.changeZedColour("red"); doneChecking = false; } else if (((!_root.isInvisible) && (!this.hit.hitTest(_parent.characterGfx.hit))) && (!doneChecking)) { _root.changeZedColour("normal"); doneChecking = true; } } } else { this.stop(); } }
Instance of Symbol 409 MovieClip in Frame 170
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 170
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 170
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 170
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 170
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 170
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 170
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 170
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 170
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 170
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 170
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip "mcButtonCode" in Frame 170
onClipEvent (load) { readyToBePressed = true; } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; if (readyToBePressed) { _root.sndSwitch.start(0, 0); this._y = this._y + 10; _parent.mcButton._y = _parent.mcButton._y + 10; readyToBePressed = false; } } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 170
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 198 MovieClip "bonus137" in Frame 170
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus136" in Frame 170
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus135" in Frame 170
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus138" in Frame 170
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(800); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus140" in Frame 170
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus142" in Frame 170
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus144" in Frame 170
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus139" in Frame 170
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus141" in Frame 170
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus143" in Frame 170
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 436 MovieClip "door01" in Frame 170
onClipEvent (enterFrame) { if (!_parent.openDoor) { if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } } else if (!doorIsOpened) { this.gotoAndPlay("open"); doorIsOpened = true; } }
Instance of Symbol 415 MovieClip in Frame 170
onClipEvent (enterFrame) { if (!_root.openGoldDoor) { if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } } else if (!doorIsOpened) { this.gotoAndPlay("open"); doorIsOpened = true; } }
Instance of Symbol 417 MovieClip in Frame 170
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _parent.mcSquares._x = _parent.panels._x; _parent.mcSquares.gotoAndPlay("in"); walkedOutside = true; _parent.character._x = _parent.character._x + 10000; _parent.characterGfx._x = _parent.characterGfx._x + 10000; } else if (walkedOutside) { if (_root.fadeOut) { _root.fadeOut = false; _parent.mcSquares._x = 0; _parent.mcSquares.gotoAndPlay("out"); _parent.gotoAndPlay("levelCompleted"); walkedOutside = false; } } }
Instance of Symbol 418 MovieClip "character" in Frame 170
onClipEvent (load) { function showPose(pose, flip) { if ((poseIsPlaying != pose) or (flippedOrNot != flip)) { if (flip) { _parent.characterGfx._xscale = -80; _parent.characterGfx.gotoAndPlay(pose); } else { _parent.characterGfx._xscale = 80; _parent.characterGfx.gotoAndPlay(pose); } } poseIsPlaying = pose; flippedOrNot = flip; } if (!_root.extrasSpeed) { maxSpeed = 8; friction = maxSpeed / 10; } else { maxSpeed = 10; friction = maxSpeed / 5; } if (!_root.extrasJump) { maxJumpHeight = 30; } else { maxJumpHeight = 50; } maxFallSpeed = 20; jumpSpeed = maxJumpHeight; jumpKeyReleased = true; fallingSpeed = 0; speed = 0; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && (!_root.outOfEnergy)) { _parent.characterGfx.eyes.play(); _parent.characterGfx._x = this._x; _parent.characterGfx._y = this._y; if (Key.isDown(37) or Key.isDown(39)) { if (Key.isDown(39) && (!Key.isDown(37))) { if ((!jumping) && (_root.onPlatform)) { if (speed < -1) { showPose("turn", false); } else { showPose("run", true); } } if (speed < maxSpeed) { speed = speed + friction; } } if (Key.isDown(37) && (!Key.isDown(39))) { if ((!jumping) && (_root.onPlatform)) { if (1 < speed) { showPose("turn", true); } else { showPose("run", false); } } if ((-maxSpeed) < speed) { speed = speed - friction; } } } else if (speed != 0) { if (1 < speed) { speed = speed - friction; } else if (speed < -1) { speed = speed + friction; } else { speed = 0; } } else if (_root.againstWall) { _root.againstWall = false; } else if (!jumping) { showPose("idle", false); } this._x = this._x + speed; if ((!_root.onPlatform) && (!jumping)) { if (fallingSpeed < maxFallSpeed) { fallingSpeed++; } if (speed < 0) { showPose("fall", false); } else if (0 < speed) { showPose("fall", true); } else { showPose("jumpStill", false); } this._y = this._y + fallingSpeed; } else if ((Key.isDown(38) && (6 < jumpSpeed)) && (jumpKeyReleased)) { jumping = true; jumpSpeed = jumpSpeed / 1.2; if (0 < speed) { jumpSpeed = jumpSpeed + (speed / (maxJumpHeight / 2)); showPose("jump", true); } else if (speed < 0) { jumpSpeed = jumpSpeed - (speed / (maxJumpHeight / 2)); showPose("jump", false); } else { showPose("jumpStill", false); } this._y = this._y - jumpSpeed; } else if (jumping) { jumpKeyReleased = false; jumping = false; jumpSpeed = maxJumpHeight; fallingSpeed = -1; } else if ((!Key.isDown(38)) && (!jumpKeyReleased)) { jumpKeyReleased = true; } } else { _parent.characterGfx.stop(); _parent.characterGfx.eyes.stop(); } if (_root.onPlatform && (!alreadyLanded)) { alreadyLanded = true; _root.sndZedLand.start(0, 0); } else if (!_root.onPlatform) { alreadyLanded = false; } if (jumpSpeed < 1) { jumpSpeed = maxJumpHeight; } if ((zedIsHurting && (!_root.isInvisible)) && (removeHurtCounter < getTimer())) { removeHurtCounter = getTimer() + 100; changeZedColour("normal"); } _root.onPlatform = false; }
Instance of Symbol 202 MovieClip in Frame 170
onClipEvent (load) { flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hit.hitTest(_parent.characterGfx.hit) && (!collected)) { goldCollected = true; _root.addPoints("Gold"); if (_root.levelGoldCollected == 0) { flyToX = (flyToX = _root.panels._x + 213); } else if (_root.levelGoldCollected == 1) { flyToX = _root.panels._x + 242; } else if (_root.levelGoldCollected == 2) { flyToX = _root.panels._x + 271; } _root.panels.totalGold.gotoAndStop(_root.panels.totalGold._currentframe + 1); this.gotoAndPlay("collected"); } else if ((!goldInPlace) && (bonusCollected)) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { goldInPlace = true; _root.levelGoldCollected++; _root.totalGoldCollected++; _root.panels.goldHolder.gotoAndStop(_root.levelGoldCollected + 1); if (_root.levelGoldCollected == 3) { _root.openGoldDoor = true; } this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 202 MovieClip in Frame 170
onClipEvent (load) { flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hit.hitTest(_parent.characterGfx.hit) && (!collected)) { goldCollected = true; _root.addPoints("Gold"); if (_root.levelGoldCollected == 0) { flyToX = (flyToX = _root.panels._x + 213); } else if (_root.levelGoldCollected == 1) { flyToX = _root.panels._x + 242; } else if (_root.levelGoldCollected == 2) { flyToX = _root.panels._x + 271; } _root.panels.totalGold.gotoAndStop(_root.panels.totalGold._currentframe + 1); this.gotoAndPlay("collected"); } else if ((!goldInPlace) && (bonusCollected)) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { goldInPlace = true; _root.levelGoldCollected++; _root.totalGoldCollected++; _root.panels.goldHolder.gotoAndStop(_root.levelGoldCollected + 1); if (_root.levelGoldCollected == 3) { _root.openGoldDoor = true; } this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 202 MovieClip in Frame 170
onClipEvent (load) { flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hit.hitTest(_parent.characterGfx.hit) && (!collected)) { goldCollected = true; _root.addPoints("Gold"); if (_root.levelGoldCollected == 0) { flyToX = (flyToX = _root.panels._x + 213); } else if (_root.levelGoldCollected == 1) { flyToX = _root.panels._x + 242; } else if (_root.levelGoldCollected == 2) { flyToX = _root.panels._x + 271; } _root.panels.totalGold.gotoAndStop(_root.panels.totalGold._currentframe + 1); this.gotoAndPlay("collected"); } else if ((!goldInPlace) && (bonusCollected)) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { goldInPlace = true; _root.levelGoldCollected++; _root.totalGoldCollected++; _root.panels.goldHolder.gotoAndStop(_root.levelGoldCollected + 1); if (_root.levelGoldCollected == 3) { _root.openGoldDoor = true; } this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 196 MovieClip in Frame 170
onClipEvent (load) { flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hit.hitTest(_parent.characterGfx.hit) && (!init)) { _root.extrasJump = true; _root.addPoints("jump"); _root.character.maxJumpHeight = 50; _root.character.jumpSpeed = _root.character.maxJumpHeight; init = true; this.gotoAndPlay("collected"); } else if (collected) { flyToX = _root.panels._x + 402; this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; _root.panels.bonusHolder2.gotoAndStop(2); this._x = this._x - 10000; this._alpha = 0; } } } }
Frame 171
gotoAndPlay (27);
Frame 180
sndAmbiencePalace.stop("sndAmbiencePalace"); sndAmbiencePalace = new Sound(); sndAmbiencePalace.attachSound("sndAmbiencePalace"); sndAmbiencePalace.start(0, 1000); _root.panels.totalGold.gotoAndStop(totalGoldCollected); panels._visible = true; panels._x = 0; stop();
Instance of Symbol 409 MovieClip in Frame 180
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 180
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 180
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 180
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip "monsterPlatform1" in Frame 180
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 180
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 180
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 180
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 180
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 180
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 180
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 180
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 180
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 180
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 183 MovieClip "creature1" in Frame 180
onClipEvent (load) { howDangerous = 12; speed = -4; turned = false; this.GotoAndPlay("none"); } onClipEvent (enterFrame) { if (!_root.gamePaused) { this.play(); if ((this.hitBody.hitTest(_parent.characterGfx.hit) && (!_root.isInvisible)) && (!_root.untouchable)) { _root.panels.energy.gotoAndStop(_root.panels.energy._currentframe + howDangerous); _root.changeZedColour("red"); doneChecking = false; } else if (((((!_root.isInvisible) && (!this.hitBody.hitTest(_parent.characterGfx.hit))) && (!_root.bonusIsGrabbed)) && (!doneChecking)) && (!_root.untouchable)) { _root.changeZedColour("normal"); doneChecking = true; } if (!turning) { if (_parent.monsterPlatform1.hitTest(this._x, this._y + 20, true)) { this._x = this._x + speed; } else if (!turned) { this.gotoAndPlay("turn"); turning = true; this._xscale = this._xscale - (this._xscale * 2); speed = -speed; this._x = this._x + speed; } } } else { this.stop(); } }
Instance of Symbol 436 MovieClip "door01" in Frame 180
onClipEvent (enterFrame) { if (!_root.key01.openDoor) { if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } } else if (!doorIsOpened) { this.gotoAndPlay("open"); doorIsOpened = true; } }
Instance of Symbol 417 MovieClip in Frame 180
onClipEvent (load) { } onClipEvent (enterFrame) { if ((this.hitTest(_root.character) && (!stageHasMoved)) && (_root.character._x < this._x)) { this._x = this._x - (this._width + 80); _root._x = _root._x - 700; _parent.panels._x = _parent.panels._x + 700; _parent.mcSquares._x = _parent.mcSquares._x + 700; _parent.keyboardInput._x = _parent.keyboardInput._x + 700; stageHasMoved = true; _root.gotoAndStop(_root._currentframe + 1); _parent.door01._x = _parent.door01._x + 20; _parent.door01._xscale = -100; } else if ((this.hitTest(_root.character) && (!stageHasMoved)) && (this._x < _root.character._x)) { this._x = this._x + (this._width + 80); _root._x = _root._x + 700; _parent.panels._x = _parent.panels._x - 700; _parent.mcSquares._x = _parent.mcSquares._x - 700; _parent.keyboardInput._x = _parent.keyboardInput._x - 700; stageHasMoved = true; _root.gotoAndStop(_root._currentframe - 1); _parent.door01._x = _parent.door01._x - 20; _parent.door01._xscale = 100; } else if (stageHasMoved) { stageHasMoved = false; } }
Instance of Symbol 415 MovieClip in Frame 180
onClipEvent (enterFrame) { if (!_root.openGoldDoor) { if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } } else if (!doorIsOpened) { this.gotoAndPlay("open"); doorIsOpened = true; } }
Instance of Symbol 417 MovieClip in Frame 180
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _parent.mcSquares._x = _parent.panels._x; _parent.mcSquares.gotoAndPlay("in"); walkedOutside = true; _parent.character._x = _parent.character._x + 10000; _parent.characterGfx._x = _parent.characterGfx._x + 10000; } else if (walkedOutside) { if (_root.fadeOut) { _root.fadeOut = false; _parent.mcSquares._x = 0; _parent.mcSquares.gotoAndPlay("out"); _parent.gotoAndPlay("levelCompleted"); walkedOutside = false; } } }
Instance of Symbol 418 MovieClip "character" in Frame 180
onClipEvent (load) { function showPose(pose, flip) { if ((poseIsPlaying != pose) or (flippedOrNot != flip)) { if (flip) { _parent.characterGfx._xscale = -80; _parent.characterGfx.gotoAndPlay(pose); } else { _parent.characterGfx._xscale = 80; _parent.characterGfx.gotoAndPlay(pose); } } poseIsPlaying = pose; flippedOrNot = flip; } if (!_root.extrasSpeed) { maxSpeed = 8; friction = maxSpeed / 10; } else { maxSpeed = 10; friction = maxSpeed / 5; } if (!_root.extrasJump) { maxJumpHeight = 30; } else { maxJumpHeight = 50; } maxFallSpeed = 20; jumpSpeed = maxJumpHeight; jumpKeyReleased = true; fallingSpeed = 0; speed = 0; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && (!_root.outOfEnergy)) { _parent.characterGfx.eyes.play(); _parent.characterGfx._x = this._x; _parent.characterGfx._y = this._y; if (Key.isDown(37) or Key.isDown(39)) { if (Key.isDown(39) && (!Key.isDown(37))) { if ((!jumping) && (_root.onPlatform)) { if (speed < -1) { showPose("turn", false); } else { showPose("run", true); } } if (speed < maxSpeed) { speed = speed + friction; } } if (Key.isDown(37) && (!Key.isDown(39))) { if ((!jumping) && (_root.onPlatform)) { if (1 < speed) { showPose("turn", true); } else { showPose("run", false); } } if ((-maxSpeed) < speed) { speed = speed - friction; } } } else if (speed != 0) { if (1 < speed) { speed = speed - friction; } else if (speed < -1) { speed = speed + friction; } else { speed = 0; } } else if (_root.againstWall) { _root.againstWall = false; } else if (!jumping) { showPose("idle", false); } this._x = this._x + speed; if ((!_root.onPlatform) && (!jumping)) { if (fallingSpeed < maxFallSpeed) { fallingSpeed++; } if (speed < 0) { showPose("fall", false); } else if (0 < speed) { showPose("fall", true); } else { showPose("jumpStill", false); } this._y = this._y + fallingSpeed; } else if ((Key.isDown(38) && (6 < jumpSpeed)) && (jumpKeyReleased)) { jumping = true; jumpSpeed = jumpSpeed / 1.2; if (0 < speed) { jumpSpeed = jumpSpeed + (speed / (maxJumpHeight / 2)); showPose("jump", true); } else if (speed < 0) { jumpSpeed = jumpSpeed - (speed / (maxJumpHeight / 2)); showPose("jump", false); } else { showPose("jumpStill", false); } this._y = this._y - jumpSpeed; } else if (jumping) { jumpKeyReleased = false; jumping = false; jumpSpeed = maxJumpHeight; fallingSpeed = -1; } else if ((!Key.isDown(38)) && (!jumpKeyReleased)) { jumpKeyReleased = true; } } else { _parent.characterGfx.stop(); _parent.characterGfx.eyes.stop(); } if (_root.onPlatform && (!alreadyLanded)) { alreadyLanded = true; _root.sndZedLand.start(0, 0); } else if (!_root.onPlatform) { alreadyLanded = false; } if (jumpSpeed < 1) { jumpSpeed = maxJumpHeight; } if ((zedIsHurting && (!_root.isInvisible)) && (removeHurtCounter < getTimer())) { removeHurtCounter = getTimer() + 100; changeZedColour("normal"); } _root.onPlatform = false; }
Instance of Symbol 105 MovieClip "characterGfx" in Frame 180
onClipEvent (enterFrame) { _parent.level8mask._x = this._x; _parent.level8mask._y = this._y; _parent.level8mask.level8bg._x = (-this._x) + 350; _parent.level8mask.level8bg._y = (-this._y) + 250; }
Instance of Symbol 419 MovieClip in Frame 180
onClipEvent (load) { flyToY = 66; } onClipEvent (enterFrame) { if (!_root.gamePaused) { if (this.hit.hitTest(_root.characterGfx.hit) && (!init)) { _root.addPoints("energy"); this.gotoAndPlay("collected"); init = true; } else if (collected) { flyToX = _root.panels._x + 140; this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { _root.panels.energy.gotoAndStop(1); collected = false; this._x = this._x - 10000; this._alpha = 0; } } } }
Instance of Symbol 204 MovieClip "key01" in Frame 180
onClipEvent (load) { flyToY = _parent.door01._y; flyToX = _parent.door01._x; } onClipEvent (enterFrame) { if (!_root.gamePaused) { if (this.hitTest(_root.characterGfx.hit) && (!collected)) { _root.addPoints("Key"); collected = true; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; openDoor = true; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus145" in Frame 180
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 202 MovieClip in Frame 180
onClipEvent (load) { flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hit.hitTest(_parent.characterGfx.hit) && (!collected)) { goldCollected = true; _root.addPoints("Gold"); if (_root.levelGoldCollected == 0) { flyToX = (flyToX = _root.panels._x + 213); } else if (_root.levelGoldCollected == 1) { flyToX = _root.panels._x + 242; } else if (_root.levelGoldCollected == 2) { flyToX = _root.panels._x + 271; } _root.panels.totalGold.gotoAndStop(_root.panels.totalGold._currentframe + 1); this.gotoAndPlay("collected"); } else if ((!goldInPlace) && (bonusCollected)) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { goldInPlace = true; _root.levelGoldCollected++; _root.totalGoldCollected++; _root.panels.goldHolder.gotoAndStop(_root.levelGoldCollected + 1); if (_root.levelGoldCollected == 3) { _root.openGoldDoor = true; } this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 202 MovieClip in Frame 180
onClipEvent (load) { flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hit.hitTest(_parent.characterGfx.hit) && (!collected)) { goldCollected = true; _root.addPoints("Gold"); if (_root.levelGoldCollected == 0) { flyToX = (flyToX = _root.panels._x + 213); } else if (_root.levelGoldCollected == 1) { flyToX = _root.panels._x + 242; } else if (_root.levelGoldCollected == 2) { flyToX = _root.panels._x + 271; } _root.panels.totalGold.gotoAndStop(_root.panels.totalGold._currentframe + 1); this.gotoAndPlay("collected"); } else if ((!goldInPlace) && (bonusCollected)) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { goldInPlace = true; _root.levelGoldCollected++; _root.totalGoldCollected++; _root.panels.goldHolder.gotoAndStop(_root.levelGoldCollected + 1); if (_root.levelGoldCollected == 3) { _root.openGoldDoor = true; } this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 409 MovieClip in Frame 181
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 181
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 181
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 181
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 181
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 181
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 181
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 181
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 181
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 181
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 181
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Frame 182
gotoAndPlay (27);
Frame 190
sndAmbiencePalace = new Sound(); sndAmbiencePalace.attachSound("sndAmbiencePalace"); sndAmbiencePalace.start(0, 1000); _root.panels.totalGold.gotoAndStop(totalGoldCollected); panels._visible = true; panels._x = 0; stop();
Instance of Symbol 360 MovieClip "plattform5" in Frame 190
onClipEvent (load) { setActive = 0; if (setActive == 1) { active = true; this.gotoAndPlay("fadeIn"); } else { active = false; this.gotoAndPlay("fadeOut"); } } onClipEvent (enterFrame) { if (active) { if (onPlatformLocal && (pause < getTimer())) { _parent.showPlatform(); onPlatformLocal = false; } if (this.hitTest(_root.character.hitFeet) && (!init)) { onPlatformLocal = true; pause = getTimer() + 1000; init = true; } else if ((!this.hitTest(_root.character.hitFeet)) && (init)) { onPlatformLocal = false; init = false; } if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } } }
Instance of Symbol 360 MovieClip "plattform4" in Frame 190
onClipEvent (load) { setActive = 1; if (setActive == 1) { active = true; this.gotoAndPlay("fadeIn"); } else { active = false; this.gotoAndPlay("fadeOut"); } } onClipEvent (enterFrame) { if (active) { if (onPlatformLocal && (pause < getTimer())) { _parent.showPlatform(); onPlatformLocal = false; } if (this.hitTest(_root.character.hitFeet) && (!init)) { onPlatformLocal = true; pause = getTimer() + 1000; init = true; } else if ((!this.hitTest(_root.character.hitFeet)) && (init)) { onPlatformLocal = false; init = false; } if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } } }
Instance of Symbol 360 MovieClip "plattform6" in Frame 190
onClipEvent (load) { setActive = 1; if (setActive == 1) { active = true; this.gotoAndPlay("fadeIn"); } else { active = false; this.gotoAndPlay("fadeOut"); } } onClipEvent (enterFrame) { if (active) { if (onPlatformLocal && (pause < getTimer())) { _parent.showPlatform(); onPlatformLocal = false; } if (this.hitTest(_root.character.hitFeet) && (!init)) { onPlatformLocal = true; pause = getTimer() + 1000; init = true; } else if ((!this.hitTest(_root.character.hitFeet)) && (init)) { onPlatformLocal = false; init = false; } if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } } }
Instance of Symbol 360 MovieClip "plattform1" in Frame 190
onClipEvent (load) { setActive = 0; if (setActive == 1) { active = true; this.gotoAndPlay("fadeIn"); } else { active = false; this.gotoAndPlay("fadeOut"); } } onClipEvent (enterFrame) { if (active) { if (onPlatformLocal && (pause < getTimer())) { _parent.showPlatform(); onPlatformLocal = false; } if (this.hitTest(_root.character.hitFeet) && (!init)) { onPlatformLocal = true; pause = getTimer() + 1000; init = true; } else if ((!this.hitTest(_root.character.hitFeet)) && (init)) { onPlatformLocal = false; init = false; } if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } } }
Instance of Symbol 360 MovieClip "plattform2" in Frame 190
onClipEvent (load) { setActive = 0; if (setActive == 1) { active = true; this.gotoAndPlay("fadeIn"); } else { active = false; this.gotoAndPlay("fadeOut"); } } onClipEvent (enterFrame) { if (active) { if (onPlatformLocal && (pause < getTimer())) { _parent.showPlatform(); onPlatformLocal = false; } if (this.hitTest(_root.character.hitFeet) && (!init)) { onPlatformLocal = true; pause = getTimer() + 1000; init = true; } else if ((!this.hitTest(_root.character.hitFeet)) && (init)) { onPlatformLocal = false; init = false; } if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } } }
Instance of Symbol 360 MovieClip "plattform3" in Frame 190
onClipEvent (load) { setActive = 0; if (setActive == 1) { active = true; this.gotoAndPlay("fadeIn"); } else { active = false; this.gotoAndPlay("fadeOut"); } } onClipEvent (enterFrame) { if (active) { if (onPlatformLocal && (pause < getTimer())) { _parent.showPlatform(); onPlatformLocal = false; } if (this.hitTest(_root.character.hitFeet) && (!init)) { onPlatformLocal = true; pause = getTimer() + 1000; init = true; } else if ((!this.hitTest(_root.character.hitFeet)) && (init)) { onPlatformLocal = false; init = false; } if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } } }
Instance of Symbol 360 MovieClip "plattform7" in Frame 190
onClipEvent (load) { setActive = 0; if (setActive == 1) { active = true; this.gotoAndPlay("fadeIn"); } else { active = false; this.gotoAndPlay("fadeOut"); } } onClipEvent (enterFrame) { if (active) { if (onPlatformLocal && (pause < getTimer())) { _parent.showPlatform(); onPlatformLocal = false; } if (this.hitTest(_root.character.hitFeet) && (!init)) { onPlatformLocal = true; pause = getTimer() + 1000; init = true; } else if ((!this.hitTest(_root.character.hitFeet)) && (init)) { onPlatformLocal = false; init = false; } if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } } }
Instance of Symbol 360 MovieClip "plattform8" in Frame 190
onClipEvent (load) { setActive = 1; if (setActive == 1) { active = true; this.gotoAndPlay("fadeIn"); } else { active = false; this.gotoAndPlay("fadeOut"); } } onClipEvent (enterFrame) { if (active) { if (onPlatformLocal && (pause < getTimer())) { _parent.showPlatform(); onPlatformLocal = false; } if (this.hitTest(_root.character.hitFeet) && (!init)) { onPlatformLocal = true; pause = getTimer() + 1000; init = true; } else if ((!this.hitTest(_root.character.hitFeet)) && (init)) { onPlatformLocal = false; init = false; } if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } } }
Instance of Symbol 360 MovieClip "plattform9" in Frame 190
onClipEvent (load) { setActive = 1; if (setActive == 1) { active = true; this.gotoAndPlay("fadeIn"); } else { active = false; this.gotoAndPlay("fadeOut"); } } onClipEvent (enterFrame) { if (active) { if (onPlatformLocal && (pause < getTimer())) { _parent.showPlatform(); onPlatformLocal = false; } if (this.hitTest(_root.character.hitFeet) && (!init)) { onPlatformLocal = true; pause = getTimer() + 1000; init = true; } else if ((!this.hitTest(_root.character.hitFeet)) && (init)) { onPlatformLocal = false; init = false; } if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } } }
Instance of Symbol 183 MovieClip in Frame 190
onClipEvent (load) { howDangerous = 20; speed = -4; maxSpeed = speed; turned = false; weapon = "bite"; } onClipEvent (enterFrame) { if (!_root.gamePaused) { this.play(); this.jaw.play(); if ((this.hitBody.hitTest(_parent.characterGfx.hit) && (!_root.isInvisible)) && (!_root.untouchable)) { _root.panels.energy.gotoAndStop(_root.panels.energy._currentframe + howDangerous); _root.changeZedColour("red"); doneChecking = false; } else if (((((!_root.isInvisible) && (!this.hitBody.hitTest(_parent.characterGfx.hit))) && (!_root.bonusIsGrabbed)) && (!doneChecking)) && (!_root.untouchable)) { _root.changeZedColour("normal"); doneChecking = true; } if (!turning) { if (_parent.monsterPlatform2.hitTest(this._x, this._y + 20, true)) { if (0 < speed) { if (_parent.monsterPlatform2.hitTest(this._x + 100, this._y + 20, true)) { readyToJump = true; } else { readyToJump = false; } } else if (speed < 0) { if (_parent.monsterPlatform2.hitTest(this._x - 100, this._y + 20, true)) { readyToJump = true; } else { readyToJump = false; } } else { readyToJump = false; } this._x = this._x + speed; } else if (!turned) { this.gotoAndPlay("turn"); turning = true; this._xscale = this._xscale - (this._xscale * 2); if (0 < speed) { speed = maxSpeed; this._x = this._x - 10; } else if (speed < 0) { speed = -maxSpeed; this._x = this._x + 10; } } } } else { this.stop(); this.jaw.stop(); } }
Instance of Symbol 409 MovieClip "monsterPlatform2" in Frame 190
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 190
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 190
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 190
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 190
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 190
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 190
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 198 MovieClip "bonus153" in Frame 190
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus147" in Frame 190
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus154" in Frame 190
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus148" in Frame 190
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus146" in Frame 190
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus152" in Frame 190
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus150" in Frame 190
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus149" in Frame 190
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus151" in Frame 190
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 415 MovieClip in Frame 190
onClipEvent (enterFrame) { if (!_root.openGoldDoor) { if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } } else if (!doorIsOpened) { this.gotoAndPlay("open"); doorIsOpened = true; } }
Instance of Symbol 417 MovieClip in Frame 190
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _parent.mcSquares._x = _parent.panels._x; _parent.mcSquares.gotoAndPlay("in"); walkedOutside = true; _parent.character._x = _parent.character._x + 10000; _parent.characterGfx._x = _parent.characterGfx._x + 10000; } else if (walkedOutside) { if (_root.fadeOut) { _root.fadeOut = false; _parent.mcSquares._x = 0; _parent.mcSquares.gotoAndPlay("out"); _parent.gotoAndPlay("levelCompleted"); walkedOutside = false; } } }
Instance of Symbol 418 MovieClip "character" in Frame 190
onClipEvent (load) { function showPose(pose, flip) { if ((poseIsPlaying != pose) or (flippedOrNot != flip)) { if (flip) { _parent.characterGfx._xscale = -80; _parent.characterGfx.gotoAndPlay(pose); } else { _parent.characterGfx._xscale = 80; _parent.characterGfx.gotoAndPlay(pose); } } poseIsPlaying = pose; flippedOrNot = flip; } if (!_root.extrasSpeed) { maxSpeed = 8; friction = maxSpeed / 10; } else { maxSpeed = 10; friction = maxSpeed / 5; } if (!_root.extrasJump) { maxJumpHeight = 30; } else { maxJumpHeight = 50; } maxFallSpeed = 20; jumpSpeed = maxJumpHeight; jumpKeyReleased = true; fallingSpeed = 0; speed = 0; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && (!_root.outOfEnergy)) { _parent.characterGfx.eyes.play(); _parent.characterGfx._x = this._x; _parent.characterGfx._y = this._y; if (Key.isDown(37) or Key.isDown(39)) { if (Key.isDown(39) && (!Key.isDown(37))) { if ((!jumping) && (_root.onPlatform)) { if (speed < -1) { showPose("turn", false); } else { showPose("run", true); } } if (speed < maxSpeed) { speed = speed + friction; } } if (Key.isDown(37) && (!Key.isDown(39))) { if ((!jumping) && (_root.onPlatform)) { if (1 < speed) { showPose("turn", true); } else { showPose("run", false); } } if ((-maxSpeed) < speed) { speed = speed - friction; } } } else if (speed != 0) { if (1 < speed) { speed = speed - friction; } else if (speed < -1) { speed = speed + friction; } else { speed = 0; } } else if (_root.againstWall) { _root.againstWall = false; } else if (!jumping) { showPose("idle", false); } this._x = this._x + speed; if ((!_root.onPlatform) && (!jumping)) { if (fallingSpeed < maxFallSpeed) { fallingSpeed++; } if (speed < 0) { showPose("fall", false); } else if (0 < speed) { showPose("fall", true); } else { showPose("jumpStill", false); } this._y = this._y + fallingSpeed; } else if ((Key.isDown(38) && (6 < jumpSpeed)) && (jumpKeyReleased)) { jumping = true; jumpSpeed = jumpSpeed / 1.2; if (0 < speed) { jumpSpeed = jumpSpeed + (speed / (maxJumpHeight / 2)); showPose("jump", true); } else if (speed < 0) { jumpSpeed = jumpSpeed - (speed / (maxJumpHeight / 2)); showPose("jump", false); } else { showPose("jumpStill", false); } this._y = this._y - jumpSpeed; } else if (jumping) { jumpKeyReleased = false; jumping = false; jumpSpeed = maxJumpHeight; fallingSpeed = -1; } else if ((!Key.isDown(38)) && (!jumpKeyReleased)) { jumpKeyReleased = true; } } else { _parent.characterGfx.stop(); _parent.characterGfx.eyes.stop(); } if (_root.onPlatform && (!alreadyLanded)) { alreadyLanded = true; _root.sndZedLand.start(0, 0); } else if (!_root.onPlatform) { alreadyLanded = false; } if (jumpSpeed < 1) { jumpSpeed = maxJumpHeight; } if ((zedIsHurting && (!_root.isInvisible)) && (removeHurtCounter < getTimer())) { removeHurtCounter = getTimer() + 100; changeZedColour("normal"); } _root.onPlatform = false; }
Instance of Symbol 202 MovieClip in Frame 190
onClipEvent (load) { flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hit.hitTest(_parent.characterGfx.hit) && (!collected)) { goldCollected = true; _root.addPoints("Gold"); if (_root.levelGoldCollected == 0) { flyToX = (flyToX = _root.panels._x + 213); } else if (_root.levelGoldCollected == 1) { flyToX = _root.panels._x + 242; } else if (_root.levelGoldCollected == 2) { flyToX = _root.panels._x + 271; } _root.panels.totalGold.gotoAndStop(_root.panels.totalGold._currentframe + 1); this.gotoAndPlay("collected"); } else if ((!goldInPlace) && (bonusCollected)) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { goldInPlace = true; _root.levelGoldCollected++; _root.totalGoldCollected++; _root.panels.goldHolder.gotoAndStop(_root.levelGoldCollected + 1); if (_root.levelGoldCollected == 3) { _root.openGoldDoor = true; } this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 202 MovieClip in Frame 190
onClipEvent (load) { flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hit.hitTest(_parent.characterGfx.hit) && (!collected)) { goldCollected = true; _root.addPoints("Gold"); if (_root.levelGoldCollected == 0) { flyToX = (flyToX = _root.panels._x + 213); } else if (_root.levelGoldCollected == 1) { flyToX = _root.panels._x + 242; } else if (_root.levelGoldCollected == 2) { flyToX = _root.panels._x + 271; } _root.panels.totalGold.gotoAndStop(_root.panels.totalGold._currentframe + 1); this.gotoAndPlay("collected"); } else if ((!goldInPlace) && (bonusCollected)) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { goldInPlace = true; _root.levelGoldCollected++; _root.totalGoldCollected++; _root.panels.goldHolder.gotoAndStop(_root.levelGoldCollected + 1); if (_root.levelGoldCollected == 3) { _root.openGoldDoor = true; } this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 202 MovieClip in Frame 190
onClipEvent (load) { flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hit.hitTest(_parent.characterGfx.hit) && (!collected)) { goldCollected = true; _root.addPoints("Gold"); if (_root.levelGoldCollected == 0) { flyToX = (flyToX = _root.panels._x + 213); } else if (_root.levelGoldCollected == 1) { flyToX = _root.panels._x + 242; } else if (_root.levelGoldCollected == 2) { flyToX = _root.panels._x + 271; } _root.panels.totalGold.gotoAndStop(_root.panels.totalGold._currentframe + 1); this.gotoAndPlay("collected"); } else if ((!goldInPlace) && (bonusCollected)) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { goldInPlace = true; _root.levelGoldCollected++; _root.totalGoldCollected++; _root.panels.goldHolder.gotoAndStop(_root.levelGoldCollected + 1); if (_root.levelGoldCollected == 3) { _root.openGoldDoor = true; } this._x = this._x - 10000; this._visible = false; } } } }
Frame 191
gotoAndPlay (27);
Frame 200
sndAmbiencePalace = new Sound(); sndAmbiencePalace.attachSound("sndAmbiencePalace"); sndAmbiencePalace.start(0, 1000); sndGameCompleted = new Sound(); sndGameCompleted.attachSound("sndGameCompleted"); _root.panels.totalGold.gotoAndStop(totalGoldCollected); panels._visible = true; panels._x = 0; stop();
Instance of Symbol 183 MovieClip in Frame 200
onClipEvent (load) { howDangerous = 12; speed = -4; turned = false; this.GotoAndPlay("none"); } onClipEvent (enterFrame) { if (!_root.gamePaused) { this.play(); if ((this.hitBody.hitTest(_parent.characterGfx.hit) && (!_root.isInvisible)) && (!_root.untouchable)) { _root.panels.energy.gotoAndStop(_root.panels.energy._currentframe + howDangerous); _root.changeZedColour("red"); doneChecking = false; } else if (((((!_root.isInvisible) && (!this.hitBody.hitTest(_parent.characterGfx.hit))) && (!_root.bonusIsGrabbed)) && (!doneChecking)) && (!_root.untouchable)) { _root.changeZedColour("normal"); doneChecking = true; } if (!turning) { if (_parent.monsterPlatform1.hitTest(this._x, this._y + 20, true)) { this._x = this._x + speed; } else if (!turned) { this.gotoAndPlay("turn"); turning = true; this._xscale = this._xscale - (this._xscale * 2); speed = -speed; this._x = this._x + speed; } } } else { this.stop(); } }
Instance of Symbol 360 MovieClip "plattform3" in Frame 200
onClipEvent (load) { setActive = 1; if (setActive == 1) { active = true; this.gotoAndPlay("fadeIn"); } else { active = false; this.gotoAndPlay("fadeOut"); } } onClipEvent (enterFrame) { if (active) { if (onPlatformLocal && (pause < getTimer())) { _parent.showPlatform(); onPlatformLocal = false; } if (this.hitTest(_root.character.hitFeet) && (!init)) { onPlatformLocal = true; pause = getTimer() + 1000; init = true; } else if ((!this.hitTest(_root.character.hitFeet)) && (init)) { onPlatformLocal = false; init = false; } if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } } }
Instance of Symbol 360 MovieClip "plattform2" in Frame 200
onClipEvent (load) { setActive = 1; if (setActive == 1) { active = true; this.gotoAndPlay("fadeIn"); } else { active = false; this.gotoAndPlay("fadeOut"); } } onClipEvent (enterFrame) { if (active) { if (onPlatformLocal && (pause < getTimer())) { _parent.showPlatform(); onPlatformLocal = false; } if (this.hitTest(_root.character.hitFeet) && (!init)) { onPlatformLocal = true; pause = getTimer() + 1000; init = true; } else if ((!this.hitTest(_root.character.hitFeet)) && (init)) { onPlatformLocal = false; init = false; } if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } } }
Instance of Symbol 360 MovieClip "plattform1" in Frame 200
onClipEvent (load) { setActive = 1; if (setActive == 1) { active = true; this.gotoAndPlay("fadeIn"); } else { active = false; this.gotoAndPlay("fadeOut"); } } onClipEvent (enterFrame) { if (active) { if (onPlatformLocal && (pause < getTimer())) { _parent.showPlatform(); onPlatformLocal = false; } if (this.hitTest(_root.character.hitFeet) && (!init)) { onPlatformLocal = true; pause = getTimer() + 1000; init = true; } else if ((!this.hitTest(_root.character.hitFeet)) && (init)) { onPlatformLocal = false; init = false; } if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } } }
Instance of Symbol 360 MovieClip "plattform4" in Frame 200
onClipEvent (load) { setActive = 1; if (setActive == 1) { active = true; this.gotoAndPlay("fadeIn"); } else { active = false; this.gotoAndPlay("fadeOut"); } } onClipEvent (enterFrame) { if (active) { if (onPlatformLocal && (pause < getTimer())) { _parent.showPlatform(); onPlatformLocal = false; } if (this.hitTest(_root.character.hitFeet) && (!init)) { onPlatformLocal = true; pause = getTimer() + 1000; init = true; } else if ((!this.hitTest(_root.character.hitFeet)) && (init)) { onPlatformLocal = false; init = false; } if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } } }
Instance of Symbol 360 MovieClip in Frame 200
onClipEvent (load) { stop(); }
Instance of Symbol 409 MovieClip in Frame 200
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 200
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 200
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 200
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 200
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip "monsterPlatform2" in Frame 200
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip "m2" in Frame 200
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 436 MovieClip "door01" in Frame 200
onClipEvent (enterFrame) { if (!_parent.key01.openDoor) { if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } } else if (!doorIsOpened) { this.gotoAndPlay("open"); doorIsOpened = true; } }
Instance of Symbol 417 MovieClip in Frame 200
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 700; _root.gotoAndStop(_root._currentframe + 1); } }
Instance of Symbol 418 MovieClip "character" in Frame 200
onClipEvent (load) { function showPose(pose, flip) { if ((poseIsPlaying != pose) or (flippedOrNot != flip)) { if (flip) { _parent.characterGfx._xscale = -80; _parent.characterGfx.gotoAndPlay(pose); } else { _parent.characterGfx._xscale = 80; _parent.characterGfx.gotoAndPlay(pose); } } poseIsPlaying = pose; flippedOrNot = flip; } if (!_root.extrasSpeed) { maxSpeed = 8; friction = maxSpeed / 10; } else { maxSpeed = 10; friction = maxSpeed / 5; } if (!_root.extrasJump) { maxJumpHeight = 30; } else { maxJumpHeight = 50; } maxFallSpeed = 20; jumpSpeed = maxJumpHeight; jumpKeyReleased = true; fallingSpeed = 0; speed = 0; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && (!_root.outOfEnergy)) { _parent.characterGfx.eyes.play(); _parent.characterGfx._x = this._x; _parent.characterGfx._y = this._y; if (Key.isDown(37) or Key.isDown(39)) { if (Key.isDown(39) && (!Key.isDown(37))) { if ((!jumping) && (_root.onPlatform)) { if (speed < -1) { showPose("turn", false); } else { showPose("run", true); } } if (speed < maxSpeed) { speed = speed + friction; } } if (Key.isDown(37) && (!Key.isDown(39))) { if ((!jumping) && (_root.onPlatform)) { if (1 < speed) { showPose("turn", true); } else { showPose("run", false); } } if ((-maxSpeed) < speed) { speed = speed - friction; } } } else if (speed != 0) { if (1 < speed) { speed = speed - friction; } else if (speed < -1) { speed = speed + friction; } else { speed = 0; } } else if (_root.againstWall) { _root.againstWall = false; } else if (!jumping) { showPose("idle", false); } this._x = this._x + speed; if ((!_root.onPlatform) && (!jumping)) { if (fallingSpeed < maxFallSpeed) { fallingSpeed++; } if (speed < 0) { showPose("fall", false); } else if (0 < speed) { showPose("fall", true); } else { showPose("jumpStill", false); } this._y = this._y + fallingSpeed; } else if ((Key.isDown(38) && (6 < jumpSpeed)) && (jumpKeyReleased)) { jumping = true; jumpSpeed = jumpSpeed / 1.2; if (0 < speed) { jumpSpeed = jumpSpeed + (speed / (maxJumpHeight / 2)); showPose("jump", true); } else if (speed < 0) { jumpSpeed = jumpSpeed - (speed / (maxJumpHeight / 2)); showPose("jump", false); } else { showPose("jumpStill", false); } this._y = this._y - jumpSpeed; } else if (jumping) { jumpKeyReleased = false; jumping = false; jumpSpeed = maxJumpHeight; fallingSpeed = -1; } else if ((!Key.isDown(38)) && (!jumpKeyReleased)) { jumpKeyReleased = true; } } else { _parent.characterGfx.stop(); _parent.characterGfx.eyes.stop(); } if (_root.onPlatform && (!alreadyLanded)) { alreadyLanded = true; _root.sndZedLand.start(0, 0); } else if (!_root.onPlatform) { alreadyLanded = false; } if (jumpSpeed < 1) { jumpSpeed = maxJumpHeight; } if ((zedIsHurting && (!_root.isInvisible)) && (removeHurtCounter < getTimer())) { removeHurtCounter = getTimer() + 100; changeZedColour("normal"); } _root.onPlatform = false; }
Instance of Symbol 204 MovieClip "key01" in Frame 200
onClipEvent (load) { flyToY = _parent.door01._y; flyToX = _parent.door01._x; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints("Key"); collected = true; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; openDoor = true; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus155" in Frame 200
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus156" in Frame 200
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(800); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 205 MovieClip in Frame 200
onClipEvent (load) { flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hit.hitTest(_parent.characterGfx.hit) && (!init)) { _root.addPoints("speed"); _root.character.maxSpeed = 10; _root.character.friction = _root.character.maxSpeed / 5; _root.extrasSpeed = true; init = true; this.gotoAndPlay("collected"); } else if (collected) { flyToX = _root.panels._x + 368; this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; _root.panels.bonusHolder1.gotoAndStop(2); this._x = this._x - 10000; this._alpha = 0; } } } }
Instance of Symbol 198 MovieClip "bonus160" in Frame 200
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus158" in Frame 200
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus157" in Frame 200
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus159" in Frame 200
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(200); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus162" in Frame 200
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus163" in Frame 200
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus164" in Frame 200
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus161" in Frame 200
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 360 MovieClip in Frame 201
onClipEvent (load) { stop(); }
Instance of Symbol 360 MovieClip in Frame 201
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 360 MovieClip in Frame 201
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 360 MovieClip in Frame 201
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 360 MovieClip in Frame 201
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 360 MovieClip in Frame 201
onClipEvent (load) { stop(); }
Instance of Symbol 360 MovieClip in Frame 201
onClipEvent (load) { stop(); }
Instance of Symbol 183 MovieClip in Frame 201
onClipEvent (load) { howDangerous = 20; sittingOn = "platform3"; weapon = "fire"; firing = false; speed = -4; maxSpeed = speed; turned = false; } onClipEvent (enterFrame) { if (!_root.gamePaused) { if (!jaw.fireInTheHall) { this.play(); this.jaw.play(); } if ((this.hitBody.hitTest(_parent.characterGfx.hit) && (!_root.isInvisible)) && (!_root.untouchable)) { _root.panels.energy.gotoAndStop(_root.panels.energy._currentframe + howDangerous); _root.changeZedColour("red"); doneChecking = false; } else if ((this.jaw.hitFlames.hitTest(_parent.characterGfx.hit) && (!_root.isInvisible)) && (!_root.untouchable)) { _root.panels.energy.gotoAndStop((_root.panels.energy._currentframe + howDangerous) + 10); _root.changeZedColour("red"); doneChecking = false; } else if (((((!_root.isInvisible) && (!this.hitBody.hitTest(_parent.characterGfx.hit))) && (!_root.bonusIsGrabbed)) && (!doneChecking)) && (!_root.untouchable)) { _root.changeZedColour("normal"); doneChecking = true; } if (!turning) { if (_parent.monsterPlatform2.hitTest(this._x + speed, this._y + 20, true)) { this._x = this._x + int(speed); } else if (!turned) { this.gotoAndPlay("turn"); turning = true; this._xscale = this._xscale - (this._xscale * 2); if (0 < speed) { speed = maxSpeed; this._x = this._x + (speed * 3); } else if (speed < 0) { speed = -maxSpeed; this._x = this._x + (speed * 3); } } } } else { this.stop(); this.jaw.stop(); jaw.fireInTheHall = false; } }
Instance of Symbol 409 MovieClip in Frame 201
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 201
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 201
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 201
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 201
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip "monsterPlatform2" in Frame 201
/* no clip actions */
Instance of Symbol 409 MovieClip in Frame 201
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 436 MovieClip "door02" in Frame 201
onClipEvent (enterFrame) { if (!_parent.key02.openDoor) { if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } } else if (!doorIsOpened) { this.gotoAndPlay("open"); doorIsOpened = true; } }
Instance of Symbol 417 MovieClip in Frame 201
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 700; _root.gotoAndStop(_root._currentframe + 1); } }
Instance of Symbol 436 MovieClip in Frame 201
onClipEvent (enterFrame) { if (!init) { this.gotoAndPlay("close"); init = true; } }
Instance of Symbol 204 MovieClip "key02" in Frame 201
onClipEvent (load) { flyToY = _parent.door02._y; flyToX = _parent.door02._x; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints("Key"); collected = true; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; openDoor = true; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus165" in Frame 201
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus172" in Frame 201
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus169" in Frame 201
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus171" in Frame 201
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 360 MovieClip "plattform3" in Frame 202
onClipEvent (load) { setActive = 1; if (setActive == 1) { active = true; this.gotoAndPlay("fadeIn"); } else { active = false; this.gotoAndPlay("fadeOut"); } } onClipEvent (enterFrame) { if (active) { if (onPlatformLocal && (pause < getTimer())) { _parent.showPlatform(); onPlatformLocal = false; } if (this.hitTest(_root.character.hitFeet) && (!init)) { onPlatformLocal = true; pause = getTimer() + 1000; init = true; } else if ((!this.hitTest(_root.character.hitFeet)) && (init)) { onPlatformLocal = false; init = false; } if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } } }
Instance of Symbol 360 MovieClip "plattform2" in Frame 202
onClipEvent (load) { setActive = 1; if (setActive == 1) { active = true; this.gotoAndPlay("fadeIn"); } else { active = false; this.gotoAndPlay("fadeOut"); } } onClipEvent (enterFrame) { if (active) { if (onPlatformLocal && (pause < getTimer())) { _parent.showPlatform(); onPlatformLocal = false; } if (this.hitTest(_root.character.hitFeet) && (!init)) { onPlatformLocal = true; pause = getTimer() + 1000; init = true; } else if ((!this.hitTest(_root.character.hitFeet)) && (init)) { onPlatformLocal = false; init = false; } if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } } }
Instance of Symbol 360 MovieClip "plattform1" in Frame 202
onClipEvent (load) { setActive = 1; if (setActive == 1) { active = true; this.gotoAndPlay("fadeIn"); } else { active = false; this.gotoAndPlay("fadeOut"); } } onClipEvent (enterFrame) { if (active) { if (onPlatformLocal && (pause < getTimer())) { _parent.showPlatform(); onPlatformLocal = false; } if (this.hitTest(_root.character.hitFeet) && (!init)) { onPlatformLocal = true; pause = getTimer() + 1000; init = true; } else if ((!this.hitTest(_root.character.hitFeet)) && (init)) { onPlatformLocal = false; init = false; } if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } } }
Instance of Symbol 183 MovieClip in Frame 202
onClipEvent (load) { howDangerous = 20; speed = -4; maxSpeed = speed; turned = false; weapon = "bite"; } onClipEvent (enterFrame) { if (!_root.gamePaused) { this.play(); this.jaw.play(); if ((this.hitBody.hitTest(_parent.characterGfx.hit) && (!_root.isInvisible)) && (!_root.untouchable)) { _root.panels.energy.gotoAndStop(_root.panels.energy._currentframe + howDangerous); _root.changeZedColour("red"); doneChecking = false; } else if (((((!_root.isInvisible) && (!this.hitBody.hitTest(_parent.characterGfx.hit))) && (!_root.bonusIsGrabbed)) && (!doneChecking)) && (!_root.untouchable)) { _root.changeZedColour("normal"); doneChecking = true; } if (!turning) { if (_parent.monsterPlatform2.hitTest(this._x, this._y + 20, true)) { if (0 < speed) { if (_parent.monsterPlatform2.hitTest(this._x + 100, this._y + 20, true)) { readyToJump = true; } else { readyToJump = false; } } else if (speed < 0) { if (_parent.monsterPlatform2.hitTest(this._x - 100, this._y + 20, true)) { readyToJump = true; } else { readyToJump = false; } } else { readyToJump = false; } this._x = this._x + speed; } else if (!turned) { this.gotoAndPlay("turn"); turning = true; this._xscale = this._xscale - (this._xscale * 2); if (0 < speed) { speed = maxSpeed; this._x = this._x - 10; } else if (speed < 0) { speed = -maxSpeed; this._x = this._x + 10; } } } } else { this.stop(); this.jaw.stop(); } }
Instance of Symbol 183 MovieClip in Frame 202
onClipEvent (load) { howDangerous = 20; speed = -4; maxSpeed = speed; turned = false; weapon = "bite"; } onClipEvent (enterFrame) { if (!_root.gamePaused) { this.play(); this.jaw.play(); if ((this.hitBody.hitTest(_parent.characterGfx.hit) && (!_root.isInvisible)) && (!_root.untouchable)) { _root.panels.energy.gotoAndStop(_root.panels.energy._currentframe + howDangerous); _root.changeZedColour("red"); doneChecking = false; } else if (((((!_root.isInvisible) && (!this.hitBody.hitTest(_parent.characterGfx.hit))) && (!_root.bonusIsGrabbed)) && (!doneChecking)) && (!_root.untouchable)) { _root.changeZedColour("normal"); doneChecking = true; } if (!turning) { if (_parent.monsterPlatform2.hitTest(this._x, this._y + 20, true)) { if (0 < speed) { if (_parent.monsterPlatform2.hitTest(this._x + 100, this._y + 20, true)) { readyToJump = true; } else { readyToJump = false; } } else if (speed < 0) { if (_parent.monsterPlatform2.hitTest(this._x - 100, this._y + 20, true)) { readyToJump = true; } else { readyToJump = false; } } else { readyToJump = false; } this._x = this._x + speed; } else if (!turned) { this.gotoAndPlay("turn"); turning = true; this._xscale = this._xscale - (this._xscale * 2); if (0 < speed) { speed = maxSpeed; this._x = this._x - 10; } else if (speed < 0) { speed = -maxSpeed; this._x = this._x + 10; } } } } else { this.stop(); this.jaw.stop(); } }
Instance of Symbol 409 MovieClip in Frame 202
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 202
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 202
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 202
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 202
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 198 MovieClip "bonus175" in Frame 202
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus176" in Frame 202
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(800); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus174" in Frame 202
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus173" in Frame 202
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 436 MovieClip "door03" in Frame 202
onClipEvent (enterFrame) { if (!_parent.key03.openDoor) { if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } } else if (!doorIsOpened) { this.gotoAndPlay("open"); doorIsOpened = true; } }
Instance of Symbol 417 MovieClip in Frame 202
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 700; _root.gotoAndStop(_root._currentframe + 1); } }
Instance of Symbol 436 MovieClip in Frame 202
onClipEvent (enterFrame) { if (!init) { this.gotoAndPlay("close"); init = true; } }
Instance of Symbol 204 MovieClip "key03" in Frame 202
onClipEvent (load) { flyToY = _parent.door03._y; flyToX = _parent.door03._x; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints("Key"); collected = true; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; openDoor = true; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 419 MovieClip in Frame 202
onClipEvent (load) { flyToY = 66; } onClipEvent (enterFrame) { if (!_root.gamePaused) { if (this.hit.hitTest(_root.characterGfx.hit) && (!init)) { _root.addPoints("energy"); this.gotoAndPlay("collected"); init = true; } else if (collected) { flyToX = _root.panels._x + 140; this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { _root.panels.energy.gotoAndStop(1); collected = false; this._x = this._x - 10000; this._alpha = 0; } } } }
Instance of Symbol 360 MovieClip "plattform3" in Frame 203
onClipEvent (load) { setActive = 1; if (setActive == 1) { active = true; this.gotoAndPlay("fadeIn"); } else { active = false; this.gotoAndPlay("fadeOut"); } } onClipEvent (enterFrame) { if (active) { if (onPlatformLocal && (pause < getTimer())) { _parent.showPlatform(); onPlatformLocal = false; } if (this.hitTest(_root.character.hitFeet) && (!init)) { onPlatformLocal = true; pause = getTimer() + 1000; init = true; } else if ((!this.hitTest(_root.character.hitFeet)) && (init)) { onPlatformLocal = false; init = false; } if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } } }
Instance of Symbol 360 MovieClip "plattform1" in Frame 203
onClipEvent (load) { setActive = 0; if (setActive == 1) { active = true; this.gotoAndPlay("fadeIn"); } else { active = false; this.gotoAndPlay("fadeOut"); } } onClipEvent (enterFrame) { if (active) { if (onPlatformLocal && (pause < getTimer())) { _parent.showPlatform(); onPlatformLocal = false; } if (this.hitTest(_root.character.hitFeet) && (!init)) { onPlatformLocal = true; pause = getTimer() + 1000; init = true; } else if ((!this.hitTest(_root.character.hitFeet)) && (init)) { onPlatformLocal = false; init = false; } if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } } }
Instance of Symbol 346 MovieClip in Frame 203
onClipEvent (load) { howDangerous = 12; originalX = this._x; maxX = originalX + 100; minX = originalX - 100; speed = -4; turned = false; this.GotoAndPlay("none"); } onClipEvent (enterFrame) { if (!_root.gamePaused) { this.play(); if ((this.hitBody.hitTest(_parent.characterGfx.hit) && (!_root.isInvisible)) && (!_root.untouchable)) { _root.panels.energy.gotoAndStop(_root.panels.energy._currentframe + howDangerous); _root.changeZedColour("red"); doneChecking = false; } else if (((((!_root.isInvisible) && (!this.hitBody.hitTest(_parent.characterGfx.hit))) && (!_root.bonusIsGrabbed)) && (!doneChecking)) && (!_root.untouchable)) { _root.changeZedColour("normal"); doneChecking = true; } if (!turning) { if ((minX < this._x) && (this._x < maxX)) { this._x = this._x + speed; } else if (!turned) { this.gotoAndPlay("turn"); turning = true; this._xscale = this._xscale - (this._xscale * 2); speed = -speed; this._x = this._x + speed; } } } else { this.stop(); } }
Instance of Symbol 409 MovieClip in Frame 203
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 203
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 203
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 203
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 203
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 203
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 203
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 198 MovieClip "bonus177" in Frame 203
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus178" in Frame 203
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus179" in Frame 203
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus180" in Frame 203
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus181" in Frame 203
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus182" in Frame 203
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus183" in Frame 203
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 436 MovieClip "door04" in Frame 203
onClipEvent (enterFrame) { if (!_parent.key04.openDoor) { if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } } else if (!doorIsOpened) { this.gotoAndPlay("open"); doorIsOpened = true; } }
Instance of Symbol 417 MovieClip in Frame 203
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 700; _root.gotoAndStop(_root._currentframe + 1); } }
Instance of Symbol 436 MovieClip in Frame 203
onClipEvent (enterFrame) { if (!init) { this.gotoAndPlay("close"); init = true; } }
Instance of Symbol 204 MovieClip "key04" in Frame 203
onClipEvent (load) { flyToY = _parent.door04._y; flyToX = _parent.door04._x; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints("Key"); collected = true; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; openDoor = true; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 360 MovieClip in Frame 204
onClipEvent (load) { stop(); }
Instance of Symbol 360 MovieClip in Frame 204
onClipEvent (load) { stop(); }
Instance of Symbol 360 MovieClip in Frame 204
onClipEvent (load) { stop(); }
Instance of Symbol 360 MovieClip in Frame 204
onClipEvent (load) { stop(); }
Instance of Symbol 360 MovieClip "plattform2" in Frame 204
onClipEvent (load) { setActive = 0; if (setActive == 1) { active = true; this.gotoAndPlay("fadeIn"); } else { active = false; this.gotoAndPlay("fadeOut"); } } onClipEvent (enterFrame) { if (active) { if (onPlatformLocal && (pause < getTimer())) { _parent.showPlatform(); onPlatformLocal = false; } if (this.hitTest(_root.character.hitFeet) && (!init)) { onPlatformLocal = true; pause = getTimer() + 1000; init = true; } else if ((!this.hitTest(_root.character.hitFeet)) && (init)) { onPlatformLocal = false; init = false; } if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } } }
Instance of Symbol 360 MovieClip "plattform3" in Frame 204
onClipEvent (load) { setActive = 1; if (setActive == 1) { active = true; this.gotoAndPlay("fadeIn"); } else { active = false; this.gotoAndPlay("fadeOut"); } } onClipEvent (enterFrame) { if (active) { if (onPlatformLocal && (pause < getTimer())) { _parent.showPlatform(); onPlatformLocal = false; } if (this.hitTest(_root.character.hitFeet) && (!init)) { onPlatformLocal = true; pause = getTimer() + 1000; init = true; } else if ((!this.hitTest(_root.character.hitFeet)) && (init)) { onPlatformLocal = false; init = false; } if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } } }
Instance of Symbol 360 MovieClip "plattform1" in Frame 204
onClipEvent (load) { setActive = 0; if (setActive == 1) { active = true; this.gotoAndPlay("fadeIn"); } else { active = false; this.gotoAndPlay("fadeOut"); } } onClipEvent (enterFrame) { if (active) { if (onPlatformLocal && (pause < getTimer())) { _parent.showPlatform(); onPlatformLocal = false; } if (this.hitTest(_root.character.hitFeet) && (!init)) { onPlatformLocal = true; pause = getTimer() + 1000; init = true; } else if ((!this.hitTest(_root.character.hitFeet)) && (init)) { onPlatformLocal = false; init = false; } if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } } }
Instance of Symbol 360 MovieClip "plattform4" in Frame 204
onClipEvent (load) { setActive = 1; if (setActive == 1) { active = true; this.gotoAndPlay("fadeIn"); } else { active = false; this.gotoAndPlay("fadeOut"); } } onClipEvent (enterFrame) { if (active) { if (onPlatformLocal && (pause < getTimer())) { _parent.showPlatform(); onPlatformLocal = false; } if (this.hitTest(_root.character.hitFeet) && (!init)) { onPlatformLocal = true; pause = getTimer() + 1000; init = true; } else if ((!this.hitTest(_root.character.hitFeet)) && (init)) { onPlatformLocal = false; init = false; } if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } } }
Instance of Symbol 346 MovieClip in Frame 204
onClipEvent (load) { _parent.fireBombCounter = 0; howDangerous = 20; facingRight = false; originalX = this._x; speed = -4; turned = false; bombardPause = getTimer() + 5000; this.GotoAndPlay("none"); } onClipEvent (enterFrame) { if (!_root.gamePaused) { this.play(); if ((this.hitBody.hitTest(_parent.characterGfx.hit) && (!_root.isInvisible)) && (!_root.untouchable)) { _root.panels.energy.gotoAndStop(_root.panels.energy._currentframe + howDangerous); _root.changeZedColour("red"); doneChecking = false; } else if (((((!_root.isInvisible) && (!this.hitBody.hitTest(_parent.characterGfx.hit))) && (!_root.bonusIsGrabbed)) && (!doneChecking)) && (!_root.untouchable)) { _root.changeZedColour("normal"); doneChecking = true; } if ((!turning) && (!bombDropped)) { turned = false; this.play(); this.jaw.gotoAndStop(1); this._x = this._x + ((flyToX - this._x) / 30); facingRightTemp = facingRight; if ((flyToX - this._x) < 0) { flyToX = _root.characterGfx._x - 10; facingRight = false; } else { flyToX = _root.characterGfx._x + 30; facingRight = true; } facingRightTemp = facingRight; if ((flyToX - this._x) < 0) { targetX = this._x + 15; facingRight = false; } else { targetX = this._x - 15; facingRight = true; } if (facingRightTemp != facingRight) { turning = true; } } else if (turning && (!turned)) { turned = true; this.gotoAndPlay("turn"); this._xscale = this._xscale - (this._xscale * 2); } if (bombardPause < getTimer()) { if (getTimer() < (bombardPause + 3000)) { if (!bombDropped) { _parent.fireBomb.duplicateMovieClip("mcFireBombActive", 666); _parent.mcFireBombActive._x = targetX; _parent.mcFireBombActive._y = this._y + 20; bombDropped = true; } bombardPause = getTimer() + 3000; bombDropped = false; } } } else { this.stop(); } }
Instance of Symbol 13 MovieClip [mcFireBomb] "fireBomb" in Frame 204
onClipEvent (load) { howDangerous = 20; } onClipEvent (enterFrame) { if (!_root.gamePaused) { if (this._y < 550) { if (((!_root.isInvisible) && (this.hitTest(_root.characterGfx.hit))) && (!_root.untouchable)) { _root.panels.energy.gotoAndStop(_root.panels.energy._currentframe + howDangerous); _root.changeZedColour("red"); doneChecking = false; } else if ((((!_root.isInvisible) && (!this.hitTest(_root.characterGfx.hit))) && (!doneChecking)) && (!_root.untouchable)) { _root.changeZedColour("normal"); doneChecking = true; } this._y = this._y + 6; } else if (!done) { done = true; this.stop(); } } }
Instance of Symbol 409 MovieClip in Frame 204
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 204
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 204
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 204
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 204
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 204
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 204
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 204
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 198 MovieClip "bonus187" in Frame 204
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus184" in Frame 204
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus185" in Frame 204
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus186" in Frame 204
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 436 MovieClip "door05" in Frame 204
onClipEvent (enterFrame) { if (!_parent.key05.openDoor) { if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } } else if (!doorIsOpened) { this.gotoAndPlay("open"); doorIsOpened = true; } }
Instance of Symbol 417 MovieClip in Frame 204
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 700; _root.gotoAndStop(_root._currentframe + 1); } }
Instance of Symbol 436 MovieClip in Frame 204
onClipEvent (enterFrame) { if (!init) { this.gotoAndPlay("close"); init = true; } }
Instance of Symbol 204 MovieClip "key05" in Frame 204
onClipEvent (load) { flyToY = _parent.door05._y; flyToX = _parent.door05._x; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints("Key"); collected = true; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; openDoor = true; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 419 MovieClip in Frame 204
onClipEvent (load) { flyToY = 66; } onClipEvent (enterFrame) { if (!_root.gamePaused) { if (this.hit.hitTest(_root.characterGfx.hit) && (!init)) { _root.addPoints("energy"); this.gotoAndPlay("collected"); init = true; } else if (collected) { flyToX = _root.panels._x + 140; this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { _root.panels.energy.gotoAndStop(1); collected = false; this._x = this._x - 10000; this._alpha = 0; } } } }
Instance of Symbol 360 MovieClip in Frame 205
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 360 MovieClip in Frame 205
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 360 MovieClip in Frame 205
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 360 MovieClip in Frame 205
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 360 MovieClip in Frame 205
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 360 MovieClip in Frame 205
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 360 MovieClip in Frame 205
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 360 MovieClip in Frame 205
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 360 MovieClip in Frame 205
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 360 MovieClip in Frame 205
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 360 MovieClip in Frame 205
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 360 MovieClip in Frame 205
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 205
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 205
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 205
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 205
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 205
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 198 MovieClip "bonus194" in Frame 205
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus188" in Frame 205
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus189" in Frame 205
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus190" in Frame 205
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus191" in Frame 205
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus192" in Frame 205
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 417 MovieClip in Frame 205
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 700; _root.gotoAndStop(_root._currentframe + 1); } }
Instance of Symbol 436 MovieClip in Frame 205
onClipEvent (enterFrame) { if (!init) { this.gotoAndPlay("close"); init = true; } }
Instance of Symbol 346 MovieClip in Frame 205
onClipEvent (load) { facingRight = false; howDangerous = 20; originalX = this._x; jumpPause = getTimer() + 5000; speed = -4; turned = false; } onClipEvent (enterFrame) { if (!_root.gamePaused) { this.play(); if ((this.hitBody.hitTest(_parent.characterGfx.hit) && (!_root.isInvisible)) && (!_root.untouchable)) { _root.panels.energy.gotoAndStop(_root.panels.energy._currentframe + howDangerous); _root.changeZedColour("red"); doneChecking = false; } else if ((((!_root.isInvisible) && (!this.hitBody.hitTest(_parent.characterGfx.hit))) && (!_root.bonusIsGrabbed)) && (!doneChecking)) { _root.changeZedColour("normal"); doneChecking = true; } if (!turning) { turned = false; if (jumpPause < getTimer()) { if (jumpCounter < 20) { this.gotoAndStop(6); readyToJump = true; turning = false; if (!gruntHasBitten) { this.jaw.gotoAndPlay(11); gruntHasBitten = true; } jumpCounter++; this._x = this._x + ((flyToX - this._x) / 10); this._y = this._y + ((flyToY - this._y) / 10); } else { jumpCounter = 0; jumpPause = getTimer() + 5000; } } else { gruntHasBitten = false; this.play(); this.jaw.gotoAndStop(2); flyToX = _root.characterGfx._x; flyToY = _root.characterGfx._y - 50; this._y = this._y + ((flyToY - this._y) / 50); } facingRightTemp = facingRight; if ((flyToX - this._x) < 0) { facingRight = false; } else { facingRight = true; } if (facingRightTemp != facingRight) { turning = true; } } else if (turning && (!turned)) { turned = true; this.gotoAndPlay("turn"); this._xscale = this._xscale - (this._xscale * 2); } } else { this.stop(); } }
Instance of Symbol 415 MovieClip in Frame 205
onClipEvent (enterFrame) { if (!_root.openGoldDoor) { if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } } else if (!doorIsOpened) { this.gotoAndPlay("open"); doorIsOpened = true; } }
Instance of Symbol 202 MovieClip in Frame 205
onClipEvent (load) { flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hit.hitTest(_parent.characterGfx.hit) && (!collected)) { goldCollected = true; _root.addPoints("Gold"); if (_root.levelGoldCollected == 0) { flyToX = (flyToX = _root.panels._x + 213); } else if (_root.levelGoldCollected == 1) { flyToX = _root.panels._x + 242; } else if (_root.levelGoldCollected == 2) { flyToX = _root.panels._x + 271; } _root.panels.totalGold.gotoAndStop(_root.panels.totalGold._currentframe + 1); this.gotoAndPlay("collected"); } else if ((!goldInPlace) && (bonusCollected)) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { goldInPlace = true; _root.levelGoldCollected++; _root.totalGoldCollected++; _root.panels.goldHolder.gotoAndStop(_root.levelGoldCollected + 1); if (_root.levelGoldCollected == 3) { _root.openGoldDoor = true; } this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 202 MovieClip in Frame 205
onClipEvent (load) { flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hit.hitTest(_parent.characterGfx.hit) && (!collected)) { goldCollected = true; _root.addPoints("Gold"); if (_root.levelGoldCollected == 0) { flyToX = (flyToX = _root.panels._x + 213); } else if (_root.levelGoldCollected == 1) { flyToX = _root.panels._x + 242; } else if (_root.levelGoldCollected == 2) { flyToX = _root.panels._x + 271; } _root.panels.totalGold.gotoAndStop(_root.panels.totalGold._currentframe + 1); this.gotoAndPlay("collected"); } else if ((!goldInPlace) && (bonusCollected)) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { goldInPlace = true; _root.levelGoldCollected++; _root.totalGoldCollected++; _root.panels.goldHolder.gotoAndStop(_root.levelGoldCollected + 1); if (_root.levelGoldCollected == 3) { _root.openGoldDoor = true; } this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 202 MovieClip in Frame 205
onClipEvent (load) { flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hit.hitTest(_parent.characterGfx.hit) && (!collected)) { goldCollected = true; _root.addPoints("Gold"); if (_root.levelGoldCollected == 0) { flyToX = (flyToX = _root.panels._x + 213); } else if (_root.levelGoldCollected == 1) { flyToX = _root.panels._x + 242; } else if (_root.levelGoldCollected == 2) { flyToX = _root.panels._x + 271; } _root.panels.totalGold.gotoAndStop(_root.panels.totalGold._currentframe + 1); this.gotoAndPlay("collected"); } else if ((!goldInPlace) && (bonusCollected)) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { goldInPlace = true; _root.levelGoldCollected++; _root.totalGoldCollected++; _root.panels.goldHolder.gotoAndStop(_root.levelGoldCollected + 1); if (_root.levelGoldCollected == 3) { _root.openGoldDoor = true; } this._x = this._x - 10000; this._visible = false; } } } }
Frame 206
characterGfx._visible = true; sndAmbiencePalace.stop("sndAmbiencePalace");
Instance of Symbol 409 MovieClip "monsterPlatform2" in Frame 206
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 206
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 409 MovieClip in Frame 206
onClipEvent (enterFrame) { if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } }
Instance of Symbol 198 MovieClip "201" in Frame 206
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "202" in Frame 206
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(800); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "203" in Frame 206
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus195" in Frame 206
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus196" in Frame 206
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(800); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus197" in Frame 206
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus198" in Frame 206
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "bonus199" in Frame 206
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(800); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 198 MovieClip "200" in Frame 206
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 531 MovieClip in Frame 206
onClipEvent (load) { moveSpeed = 2; originalYposition = this._y; } onClipEvent (enterFrame) { if (!_root.gamePaused) { if (this._y < -30) { this._y = originalYposition; } else { this._y = this._y - moveSpeed; } if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } } }
Instance of Symbol 417 MovieClip in Frame 206
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _parent.mcSquares.gotoAndPlay("in"); walkedOutside = true; _parent.character._x = _parent.character._x + 10000; _parent.characterGfx._x = _parent.characterGfx._x + 10000; } else if (walkedOutside) { if (_root.fadeOut) { _root.fadeOut = false; _parent.mcSquares._x = 0; _parent.mcSquares.gotoAndPlay("out"); _root.gotoAndPlay("gameCompleted"); walkedOutside = false; } } }
Frame 207
gotoAndPlay (27);
Symbol 13 MovieClip [mcFireBomb] Frame 2
_root.sndFlame.start(0, 0);
Symbol 13 MovieClip [mcFireBomb] Frame 15
stop();
Symbol 18 MovieClip Frame 1
Symbol 18 MovieClip Frame 8
stop();
Symbol 18 MovieClip Frame 15
stop();
Symbol 19 MovieClip [mcSquare] Frame 1
_root.noTransition = true; stop();
Symbol 19 MovieClip [mcSquare] Frame 3
_root.noTransition = false; squareCounter = 0; _root.gamePaused = true; _root.transition = false; _root.fadeOut = false; _root.fadeIn = true; _root.sndFadeIn.start(0, 200);
Symbol 19 MovieClip [mcSquare] Frame 5
if (squareCounter < 34) { this["mcSquare" + squareCounter]._alpha = 100; squareCounter++; this["mcSquare" + (squareCounter - 1)].duplicateMovieClip("mcSquare" + squareCounter, squareCounter); if ((squareCounter % 2) == 0) { squareColour = new Color(this["mcSquare" + squareCounter]); squareColour.setRGB(305151); } else { squareColour = new Color(this["mcSquare" + squareCounter]); squareColour.setRGB(35799); } if ((mcSquare0._x + 500) < this["mcSquare" + (squareCounter - 1)]._x) { this["mcSquare" + squareCounter]._x = this["mcSquare" + squareCounter]._x - 600; this["mcSquare" + squareCounter]._y = this["mcSquare" + squareCounter]._y + 100; } else { this["mcSquare" + squareCounter]._x = this["mcSquare" + squareCounter]._x + 100; } gotoAndPlay(_currentframe - 1); } else { _root.sndFadeIn.stop("sndFadeIn"); }
Symbol 19 MovieClip [mcSquare] Frame 12
_root.fadeOut = true; _root.fadeIn = false; squareCounter = 0; _root.sndFadeOut.start(0, 200); stop();
Symbol 19 MovieClip [mcSquare] Frame 14
if (squareCounter < 35) { this["mcSquare" + squareCounter].play(); gotoAndPlay(_currentframe - 1); squareCounter++; } else { _root.sndFadeOut.stop("sndFadeOut"); squareCounter1 = 0; squareCounter = 0; _root.gamePaused = false; }
Symbol 19 MovieClip [mcSquare] Frame 23
_root.fadeOut = false; _root.fadeIn = true; gotoAndStop (1);
Symbol 43 Button
on (release) { getURL ("http://www.miniclip.com/Homepage.htm", "_blank"); }
Symbol 44 Button
on (release) { getURL ("http://www.totebo.com", "_blank"); }
Symbol 45 MovieClip Frame 122
_root.gotoAndPlay("preLoad"); stop();
Symbol 62 MovieClip Frame 1
stop();
Symbol 70 MovieClip Frame 1
stop();
Symbol 70 MovieClip Frame 100
stop();
Symbol 104 MovieClip Frame 1
_root.resurrect = false;
Symbol 104 MovieClip Frame 24
_root.losingLife = false; _root.resurrect = true; _root.character.speed = 0; _root.outOfEnergy = false; if (0 < _root.livesLeft) { _root.character.showPose("idle", false); _parent.gotoAndPlay("idle"); }
Symbol 104 MovieClip Frame 25
stop();
Instance of Symbol 87 MovieClip "mcInvincible" in Symbol 105 MovieClip Frame 1
onClipEvent (load) { this._visible = false; }
Symbol 105 MovieClip Frame 17
if (!_root.outOfEnergy) { gotoAndPlay (1); } else { gotoAndStop (76); }
Symbol 105 MovieClip Frame 41
if (!_root.outOfEnergy) { gotoAndPlay (18); } else { gotoAndStop (76); }
Symbol 105 MovieClip Frame 44
stop();
Symbol 105 MovieClip Frame 53
stop();
Symbol 105 MovieClip Frame 59
stop();
Symbol 105 MovieClip Frame 74
stop();
Symbol 105 MovieClip Frame 76
_root.sndZedDie.start(0, 0); stop();
Symbol 111 MovieClip Frame 1
stop();
Symbol 111 MovieClip Frame 4
stop();
Symbol 114 MovieClip Frame 1
stop();
Symbol 114 MovieClip Frame 3
if (_root.soundOn) { _root.globalsound.setVolume(100); txtSound = "SOUND ON"; } else { _root.globalsound.setVolume(0); txtSound = "SOUND OFF"; }
Symbol 114 MovieClip Frame 26
gotoAndStop (1);
Symbol 115 MovieClip Frame 1
stop();
Symbol 119 Button
on (rollOver) { play(); } on (rollOut, releaseOutside) { gotoAndPlay (8); } on (release) { getURL ("http://www.totebo.com", "_blank"); }
Symbol 121 Button
on (rollOut, releaseOutside) { play(); } on (release) { getURL ("http://www.totebo.com", "_blank"); }
Symbol 122 MovieClip Frame 1
stop();
Symbol 122 MovieClip Frame 7
stop();
Symbol 138 Button
on (release) { play(); }
Symbol 175 MovieClip Frame 1
gotoAndPlay(_parent.weapon);
Symbol 175 MovieClip Frame 2
stop();
Symbol 175 MovieClip Frame 7
_root.sndGrowl.stop("sndGrowl"); if (0 < _parent.speed) { _parent.speed = -_parent.maxSpeed; } else { _parent.speed = _parent.maxSpeed; }
Symbol 175 MovieClip Frame 10
if ((random(10) or (!_parent.readyToJump)) or _parent.turning) { gotoAndPlay (7); }
Symbol 175 MovieClip Frame 11
if (_parent.readyToJump and (!_parent.turning)) { _root.sndGrowl.start(0, 0); _parent.speed = _parent.speed * 4; } play();
Symbol 175 MovieClip Frame 12
play();
Symbol 175 MovieClip Frame 17
_parent.speed = _parent.speed / 2;
Symbol 175 MovieClip Frame 20
_parent.speed = _parent.speed / 2;
Symbol 175 MovieClip Frame 22
_parent.speed = _parent.speed / 2;
Symbol 175 MovieClip Frame 23
_parent.speed = _parent.speed / 2; gotoAndPlay (7);
Symbol 175 MovieClip Frame 24
Symbol 175 MovieClip Frame 27
if (random(10) or _parent.turning) { gotoAndPlay (24); }
Symbol 175 MovieClip Frame 28
fireInTheHall = true;
Symbol 175 MovieClip Frame 34
_root.sndFlame.start(0, 0); tempSpeed = _parent.speed; _parent.stop(); _parent.speed = _parent.speed / 2;
Symbol 175 MovieClip Frame 37
_parent.speed = _parent.speed / 2;
Symbol 175 MovieClip Frame 40
_parent.speed = _parent.speed / 2;
Symbol 175 MovieClip Frame 43
_parent.speed = _parent.speed / 2;
Symbol 175 MovieClip Frame 46
_parent.speed = 0;
Symbol 175 MovieClip Frame 60
_root.sndFlame.stop("sndFlame"); _parent.speed = tempSpeed; _parent.play();
Symbol 175 MovieClip Frame 62
fireInTheHall = false; gotoAndPlay (24);
Symbol 183 MovieClip Frame 22
if (!turning) { gotoAndPlay (1); } else { gotoAndPlay (25); }
Symbol 183 MovieClip Frame 31
turning = false; gotoAndPlay (1);
Symbol 187 MovieClip Frame 61
_root.sndFlame.start(0, 0);
Symbol 187 MovieClip Frame 89
Symbol 191 MovieClip Frame 4
if (counter < 15) { counter++; gotoAndPlay (1); } else { counter = 0; }
Symbol 191 MovieClip Frame 5
_root.sndSpikes.start(0, 0);
Symbol 191 MovieClip Frame 8
if (counter < 15) { counter++; gotoAndPlay(_currentframe - 1); } else { counter = 0; }
Symbol 191 MovieClip Frame 11
_root.sndSpikes.start(0, 0); gotoAndPlay (1);
Symbol 191 MovieClip Frame 41
gotoAndPlay (1);
Symbol 196 MovieClip Frame 1
stop();
Symbol 196 MovieClip Frame 10
if (!_root.isInvisible) { _root.changeZedColour("jump"); _root.bonusIsGrabbed = true; } play();
Symbol 196 MovieClip Frame 19
if (!_root.isInvisible) { _root.changeZedColour("normal"); _root.bonusIsGrabbed = false; } collected = true;
Symbol 196 MovieClip Frame 43
stop();
Symbol 198 MovieClip Frame 1
stop();
Symbol 198 MovieClip Frame 21
stop();
Symbol 202 MovieClip Frame 30
if (random(20) && (!collected)) { gotoAndPlay (1); }
Symbol 202 MovieClip Frame 40
if (!collected) { gotoAndPlay (1); }
Symbol 202 MovieClip Frame 41
if (!_root.isInvisible) { _root.changeZedColour("Gold"); _root.bonusIsGrabbed = true; } _root.bonusIsGrabbed = true;
Symbol 202 MovieClip Frame 49
if (!_root.isInvisible) { _root.changeZedColour("normal"); _root.bonusIsGrabbed = true; } _root.bonusIsGrabbed = false; bonusCollected = true;
Symbol 202 MovieClip Frame 79
stop();
Symbol 204 MovieClip Frame 1
stop();
Symbol 204 MovieClip Frame 21
stop();
Symbol 205 MovieClip Frame 1
stop();
Symbol 205 MovieClip Frame 10
if (!_root.isInvisible) { _root.changeZedColour("speed"); _root.bonusIsGrabbed = true; } play();
Symbol 205 MovieClip Frame 19
if (!_root.isInvisible) { _root.changeZedColour("normal"); _root.bonusIsGrabbed = false; } collected = true;
Symbol 205 MovieClip Frame 46
stop();
Symbol 207 MovieClip Frame 1
stop();
Symbol 207 MovieClip Frame 10
play();
Symbol 207 MovieClip Frame 19
collected = true;
Symbol 207 MovieClip Frame 39
stop();
Symbol 212 MovieClip Frame 1
if (0 < _root.dataFileScore) { txtDataFileScore = _root.dataFileScore; txtDataFileLevel = _root.dataFileLevel; txtDataFileGold = _root.dataFileGold + "%"; stop(); } else { gotoAndStop (2); }
Instance of Symbol 105 MovieClip in Symbol 212 MovieClip Frame 1
onClipEvent (load) { this.gotoAndPlay("idle"); }
Symbol 212 MovieClip Frame 2
stop();
Instance of Symbol 105 MovieClip in Symbol 212 MovieClip Frame 2
onClipEvent (load) { this.gotoAndPlay("runLoop"); }
Instance of Symbol 105 MovieClip in Symbol 212 MovieClip Frame 2
onClipEvent (load) { this._xscale = this._xscale + -100; this.gotoAndPlay("runLoop"); }
Instance of Symbol 105 MovieClip in Symbol 212 MovieClip Frame 2
onClipEvent (load) { this.gotoAndStop("jumpStill"); }
Symbol 212 MovieClip Frame 3
stop();
Instance of Symbol 183 MovieClip in Symbol 212 MovieClip Frame 3
onClipEvent (load) { gotoAndStop (21); }
Instance of Symbol 187 MovieClip in Symbol 212 MovieClip Frame 3
onClipEvent (load) { gotoAndStop (72); }
Instance of Symbol 191 MovieClip in Symbol 212 MovieClip Frame 3
onClipEvent (load) { gotoAndStop (7); }
Instance of Symbol 13 MovieClip [mcFireBomb] in Symbol 212 MovieClip Frame 3
onClipEvent (load) { gotoAndStop (3); }
Instance of Symbol 196 MovieClip in Symbol 212 MovieClip Frame 3
onClipEvent (load) { flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hit.hitTest(_parent.characterGfx.hit) && (!init)) { _root.extrasJump = true; _root.addPoints("jump"); _root.character.maxJumpHeight = 50; _root.character.jumpSpeed = _root.character.maxJumpHeight; init = true; this.gotoAndPlay("collected"); } else if (collected) { flyToX = _root.panels._x + 402; this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; _root.panels.bonusHolder2.gotoAndStop(2); this._x = this._x - 10000; this._alpha = 0; } } } }
Instance of Symbol 198 MovieClip in Symbol 212 MovieClip Frame 3
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints(500); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 202 MovieClip in Symbol 212 MovieClip Frame 3
onClipEvent (load) { flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hit.hitTest(_parent.characterGfx.hit) && (!collected)) { goldCollected = true; _root.addPoints("Gold"); if (_root.levelGoldCollected == 0) { flyToX = (flyToX = _root.panels._x + 213); } else if (_root.levelGoldCollected == 1) { flyToX = _root.panels._x + 242; } else if (_root.levelGoldCollected == 2) { flyToX = _root.panels._x + 271; } _root.panels.totalGold.gotoAndStop(_root.panels.totalGold._currentframe + 1); this.gotoAndPlay("collected"); } else if ((!goldInPlace) && (bonusCollected)) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { goldInPlace = true; _root.levelGoldCollected++; _root.totalGoldCollected++; _root.panels.goldHolder.gotoAndStop(_root.levelGoldCollected + 1); if (_root.levelGoldCollected == 3) { _root.openGoldDoor = true; } this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 204 MovieClip "key01" in Symbol 212 MovieClip Frame 3
onClipEvent (load) { flyToY = _parent.door01._y; flyToX = _parent.door01._x; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hitTest(_parent.characterGfx.hit) && (!collected)) { _root.addPoints("Key"); collected = true; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; openDoor = true; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 205 MovieClip in Symbol 212 MovieClip Frame 3
onClipEvent (load) { flyToY = 39; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hit.hitTest(_parent.characterGfx.hit) && (!init)) { _root.addPoints("speed"); _root.character.maxSpeed = 10; _root.character.friction = _root.character.maxSpeed / 5; _root.extrasSpeed = true; init = true; this.gotoAndPlay("collected"); } else if (collected) { flyToX = _root.panels._x + 368; this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; _root.panels.bonusHolder1.gotoAndStop(2); this._x = this._x - 10000; this._alpha = 0; } } } }
Instance of Symbol 207 MovieClip in Symbol 212 MovieClip Frame 3
onClipEvent (load) { flyToY = 66; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && ((_root.panels._x < this._x) && (this._x < (_root.panels._x + 700)))) { if (this.hit.hitTest(_parent.characterGfx.hit) && (!_root.isInvisible)) { _root.addPoints("invincible"); _root.isInvisible = true; this.gotoAndPlay("collected"); } else if (collected) { flyToX = _root.panels._x + 404; this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; _root.panels.mcInvisible.gotoAndPlay("start"); this._x = this._x - 10000; this._alpha = 0; } } } }
Symbol 212 MovieClip Frame 4
stop();
Symbol 221 Button
on (release) { if (!mcCode.error) { arrBalls = new Array(mcCode.balls1Position, mcCode.balls2Position, mcCode.balls3Position, mcCode.balls4Position, mcCode.balls5Position); mcCode.continueQuest(arrBalls); } }
Symbol 225 Button
on (release) { _root.currentLevel = 1; play(); }
Symbol 236 MovieClip Frame 1
function continueQuest(arrBalls) { correctCodeInserted = "false"; intBalls = arrBalls.join(""); i = 1; while (i < 11) { levelCode = _root["arrLevelCode" + i].join(""); if (intBalls == levelCode) { _root.currentLevel = i; _root.totalGoldCollected = (i * 3) - 3; _root.panels.totalGold.gotoAndStop(_root.totalGoldCollected); correctCodeInserted = true; } i++; } if (!correctCodeInserted) { gotoAndPlay (2); } else { _root.grabBonus(); if (_root.currentLevel != 1) { percentLoaded = int((_root.getBytesLoaded() / _root.getBytesTotal()) * 100); if ((percentLoaded >= 100) or (_root._framesloaded >= (100 + (_root.currentLevel * 10)))) { _root.play(); gotoAndPlay (159); } else { gotoAndPlay (167); } } else { _root.play(); gotoAndPlay (159); } } } function showCode(currentLevel) { i = 0; while (i < 5) { this["balls" + (i + 1)]._y = this["balls" + (i + 1)]._y - ((_root["arrLevelCode" + currentLevel][i] - 1) * 20); i++; } } stop();
Instance of Symbol 229 MovieClip "balls3" in Symbol 236 MovieClip Frame 1
onClipEvent (load) { _parent.balls3Position = 1; }
Instance of Symbol 229 MovieClip "balls2" in Symbol 236 MovieClip Frame 1
onClipEvent (load) { _parent.balls2Position = 1; }
Instance of Symbol 229 MovieClip "balls1" in Symbol 236 MovieClip Frame 1
onClipEvent (load) { _parent.balls1Position = 1; }
Instance of Symbol 229 MovieClip "balls4" in Symbol 236 MovieClip Frame 1
onClipEvent (load) { _parent.balls4Position = 1; }
Instance of Symbol 229 MovieClip "balls5" in Symbol 236 MovieClip Frame 1
onClipEvent (load) { _parent.balls5Position = 1; }
Symbol 236 MovieClip Frame 2
error = true;
Symbol 236 MovieClip Frame 158
error = false; gotoAndStop (1);
Symbol 236 MovieClip Frame 160
stop();
Symbol 236 MovieClip Frame 168
percentLoaded = int((_root.getBytesLoaded() / _root.getBytesTotal()) * 100); loading.gotoAndStop(percentLoaded); if (percentLoaded < 100) { gotoAndPlay(_currentframe - 1); }
Symbol 236 MovieClip Frame 169
_root.play(); stop();
Symbol 237 Button
on (release) { if (mcCode.balls1Position == 5) { mcCode.balls1._y = mcCode.balls1._y + 100; mcCode.balls1Position = 0; } mcCode.balls1._y = mcCode.balls1._y - 20; mcCode.balls1Position = mcCode.balls1Position + 1; }
Symbol 238 Button
on (release) { if (mcCode.balls2Position == 5) { mcCode.balls2._y = mcCode.balls2._y + 100; mcCode.balls2Position = 0; } mcCode.balls2._y = mcCode.balls2._y - 20; mcCode.balls2Position = mcCode.balls2Position + 1; }
Symbol 239 Button
on (release) { if (mcCode.balls3Position == 5) { mcCode.balls3._y = mcCode.balls3._y + 100; mcCode.balls3Position = 0; } mcCode.balls3._y = mcCode.balls3._y - 20; mcCode.balls3Position = mcCode.balls3Position + 1; }
Symbol 240 Button
on (release) { if (mcCode.balls4Position == 5) { mcCode.balls4._y = mcCode.balls4._y + 100; mcCode.balls4Position = 0; } mcCode.balls4._y = mcCode.balls4._y - 20; mcCode.balls4Position = mcCode.balls4Position + 1; }
Symbol 241 Button
on (release) { if (mcCode.balls5Position == 5) { mcCode.balls5._y = mcCode.balls5._y + 100; mcCode.balls5Position = 0; } mcCode.balls5._y = mcCode.balls5._y - 20; mcCode.balls5Position = mcCode.balls5Position + 1; }
Symbol 253 MovieClip Frame 1
if (!init) { init = true; gotoAndPlay(random(_totalframes)); }
Symbol 253 MovieClip Frame 50
if (random(10)) { gotoAndPlay (1); }
Symbol 258 Button
on (release) { getURL ("http://www.miniclip.com/Homepage.htm", "_blank"); }
Symbol 262 Button
on (release) { getURL ("http://www.miniclip.com/signup.htm", "_blank"); }
Symbol 266 Button
on (release) { getURL ("http://www.miniclip.com/download_zed.htm", "_blank"); }
Symbol 277 MovieClip Frame 1
stop();
Symbol 277 MovieClip Frame 2
stop();
Symbol 277 MovieClip Frame 3
stop();
Symbol 277 MovieClip Frame 4
stop();
Symbol 289 MovieClip Frame 1
_root.characterGfx._alpha = 100; _root.untouchable = false; stop();
Instance of Symbol 285 MovieClip in Symbol 289 MovieClip Frame 152
onClipEvent (load) { _root.untouchable = true; _root.character.maxSpeed = 8; _root.character.friction = _root.character.maxSpeed / 10; _root.character.maxJumpHeight = 30; _root.character.jumpSpeed = _root.character.maxJumpHeight; _root.extrasSpeed = false; _root.extrasJump = false; _root.panels.bonusHolder1.gotoAndStop(1); _root.panels.bonusHolder2.gotoAndStop(1); _root.livesLeft--; _root.outOfEnergy = true; _root.panels.lives.gotoAndPlay("livesLeft" + _root.livesLeft); _root.characterGfx.gotoAndPlay("loseLife"); _root.changeZedColour("normal"); if (_root.livesLeft < 1) { _root.mcSquares.gotoAndPlay("in"); } _parent.stop(); } onClipEvent (enterFrame) { if (_root.fadeOut && (_root.livesLeft < 1)) { _root.mcSquares._x = 0; _root.mcSquares.gotoAndPlay("out"); _root.gotoAndPlay("gameOver"); _parent.gotoAndPlay(1); } else if (_root.resurrect && (0 < _root.livesLeft)) { _parent.gotoAndPlay("lblRestore"); } }
Symbol 289 MovieClip Frame 267
_root.characterGfx._alpha = 100;
Instance of Symbol 285 MovieClip in Symbol 289 MovieClip Frame 267
onClipEvent (enterFrame) { flashCounter++; if ((flashCounter % 2) == 0) { _root.characterGfx._alpha = 100; } else { _root.characterGfx._alpha = 0; } }
Symbol 289 MovieClip Frame 323
flashCounter = 0; _root.characterGfx._alpha = 100; _root.untouchable = false; gotoAndStop (1);
Symbol 294 MovieClip Frame 1
stop();
Symbol 299 MovieClip Frame 1
_parent.mcInvisible._visible = false; stop();
Symbol 299 MovieClip Frame 2
_parent.mcInvisible._visible = true; _root.changeZedColour("invincible"); _root.characterGfx.mcInvincible._visible = true;
Symbol 299 MovieClip Frame 200
_root.changeZedColour("normal"); _root.isInvisible = false; _parent.mcInvisible._visible = false; _root.characterGfx._alpha = 100; _root.characterGfx.mcInvincible._visible = false;
Symbol 300 MovieClip Frame 2
stop();
Symbol 300 MovieClip Frame 22
stop();
Symbol 300 MovieClip Frame 36
stop();
Symbol 300 MovieClip Frame 51
stop();
Symbol 303 MovieClip Frame 1
stop();
Symbol 303 MovieClip Frame 2
stop();
Symbol 304 MovieClip Frame 1
stop();
Symbol 304 MovieClip Frame 2
stop();
Symbol 308 Button
on (release) { getURL ("http://www.miniclip.com/Homepage.htm", "_blank"); }
Instance of Symbol 299 MovieClip "mcInvisible" in Symbol 309 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.isInvisible) { if (_root.gamePaused && (!stopped)) { stopped = true; this.stop(); } else if ((!_root.gamePaused) && (stopped)) { stopped = false; this.play(); } } }
Symbol 346 MovieClip Frame 17
if (!turning) { gotoAndPlay (1); } else { gotoAndPlay (32); }
Symbol 346 MovieClip Frame 38
turning = false; gotoAndPlay (1);
Symbol 360 MovieClip Frame 4
stop();
Symbol 360 MovieClip Frame 7
stop();
Symbol 364 MovieClip Frame 1
stop();
Instance of Symbol 183 MovieClip "creature1" in Symbol 364 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(30); }
Instance of Symbol 183 MovieClip in Symbol 364 MovieClip Frame 2
onClipEvent (load) { this.gotoAndStop(2); this.jaw.gotoAndStop(45); }
Instance of Symbol 183 MovieClip in Symbol 364 MovieClip Frame 3
onClipEvent (load) { this.gotoAndStop(2); this.jaw.gotoAndStop(14); }
Instance of Symbol 183 MovieClip in Symbol 364 MovieClip Frame 3
onClipEvent (load) { this.gotoAndStop(2); this.jaw.gotoAndStop(14); }
Instance of Symbol 183 MovieClip in Symbol 364 MovieClip Frame 3
onClipEvent (load) { this.gotoAndStop(2); this.jaw.gotoAndStop(14); }
Instance of Symbol 183 MovieClip in Symbol 364 MovieClip Frame 3
onClipEvent (load) { this.gotoAndStop(2); this.jaw.gotoAndStop(14); }
Instance of Symbol 346 MovieClip in Symbol 364 MovieClip Frame 4
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 346 MovieClip in Symbol 364 MovieClip Frame 5
onClipEvent (load) { this.gotoAndStop(35); }
Instance of Symbol 13 MovieClip [mcFireBomb] in Symbol 364 MovieClip Frame 5
onClipEvent (load) { this.gotoAndStop(3); }
Instance of Symbol 13 MovieClip [mcFireBomb] in Symbol 364 MovieClip Frame 5
onClipEvent (load) { this.gotoAndStop(3); }
Instance of Symbol 13 MovieClip [mcFireBomb] in Symbol 364 MovieClip Frame 5
onClipEvent (load) { this.gotoAndStop(3); }
Instance of Symbol 13 MovieClip [mcFireBomb] in Symbol 364 MovieClip Frame 5
onClipEvent (load) { this.gotoAndStop(3); }
Instance of Symbol 346 MovieClip in Symbol 364 MovieClip Frame 6
onClipEvent (load) { this.gotoAndStop(6); this.jaw.gotoAndStop(13); }
Instance of Symbol 346 MovieClip in Symbol 364 MovieClip Frame 6
onClipEvent (load) { this.gotoAndStop(8); this.jaw.gotoAndStop(13); }
Instance of Symbol 346 MovieClip in Symbol 364 MovieClip Frame 6
onClipEvent (load) { this.gotoAndStop(4); this.jaw.gotoAndStop(13); }
Instance of Symbol 346 MovieClip in Symbol 364 MovieClip Frame 6
onClipEvent (load) { this.gotoAndStop(8); this.jaw.gotoAndStop(13); }
Instance of Symbol 183 MovieClip in Symbol 364 MovieClip Frame 9
onClipEvent (load) { this.gotoAndStop(2); this.jaw.gotoAndStop(14); }
Instance of Symbol 183 MovieClip in Symbol 364 MovieClip Frame 9
onClipEvent (load) { this.gotoAndStop(2); this.jaw.gotoAndStop(14); }
Instance of Symbol 183 MovieClip in Symbol 364 MovieClip Frame 9
onClipEvent (load) { this.gotoAndStop(2); this.jaw.gotoAndStop(14); }
Instance of Symbol 183 MovieClip in Symbol 364 MovieClip Frame 9
onClipEvent (load) { this.gotoAndStop(2); this.jaw.gotoAndStop(14); }
Instance of Symbol 360 MovieClip in Symbol 364 MovieClip Frame 9
onClipEvent (load) { setActive = 1; if (setActive == 1) { active = true; this.gotoAndPlay("fadeIn"); } else { active = false; this.gotoAndPlay("fadeOut"); } } onClipEvent (enterFrame) { if (active) { if (onPlatformLocal && (pause < getTimer())) { _parent.showPlatform(); onPlatformLocal = false; } if (this.hitTest(_root.character.hitFeet) && (!init)) { onPlatformLocal = true; pause = getTimer() + 1000; init = true; } else if ((!this.hitTest(_root.character.hitFeet)) && (init)) { onPlatformLocal = false; init = false; } if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } } }
Instance of Symbol 360 MovieClip in Symbol 364 MovieClip Frame 9
onClipEvent (load) { setActive = 1; if (setActive == 1) { active = true; this.gotoAndPlay("fadeIn"); } else { active = false; this.gotoAndPlay("fadeOut"); } } onClipEvent (enterFrame) { if (active) { if (onPlatformLocal && (pause < getTimer())) { _parent.showPlatform(); onPlatformLocal = false; } if (this.hitTest(_root.character.hitFeet) && (!init)) { onPlatformLocal = true; pause = getTimer() + 1000; init = true; } else if ((!this.hitTest(_root.character.hitFeet)) && (init)) { onPlatformLocal = false; init = false; } if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } } }
Instance of Symbol 360 MovieClip in Symbol 364 MovieClip Frame 9
onClipEvent (load) { setActive = 1; if (setActive == 1) { active = true; this.gotoAndPlay("fadeIn"); } else { active = false; this.gotoAndPlay("fadeOut"); } } onClipEvent (enterFrame) { if (active) { if (onPlatformLocal && (pause < getTimer())) { _parent.showPlatform(); onPlatformLocal = false; } if (this.hitTest(_root.character.hitFeet) && (!init)) { onPlatformLocal = true; pause = getTimer() + 1000; init = true; } else if ((!this.hitTest(_root.character.hitFeet)) && (init)) { onPlatformLocal = false; init = false; } if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } } }
Instance of Symbol 360 MovieClip in Symbol 364 MovieClip Frame 9
onClipEvent (load) { setActive = 1; if (setActive == 1) { active = true; this.gotoAndPlay("fadeIn"); } else { active = false; this.gotoAndPlay("fadeOut"); } } onClipEvent (enterFrame) { if (active) { if (onPlatformLocal && (pause < getTimer())) { _parent.showPlatform(); onPlatformLocal = false; } if (this.hitTest(_root.character.hitFeet) && (!init)) { onPlatformLocal = true; pause = getTimer() + 1000; init = true; } else if ((!this.hitTest(_root.character.hitFeet)) && (init)) { onPlatformLocal = false; init = false; } if (this.hitTest(_root.character.hitFeet)) { while (this.hitTest(_root.character.hitFeet)) { _root.character._y = _root.character._y - 1; } _root.character._y = _root.character._y + 1; _root.onPlatform = true; } else if (this.hitTest(_root.character.hitHead)) { while (this.hitTest(_root.character.hitHead)) { _root.character._y = _root.character._y + 1; } _root.character.jumpSpeed = 0; } else if (this.hitTest(_root.character.hitLeft)) { _root.againstWall = true; while (this.hitTest(_root.character.hitLeft)) { if (counter < 20) { _root.character._x = _root.character._x + 1; counter++; } else { _root.character._x = _root.character._x - (counter - 1); while (this.hitTest(_root.character.hitLeft)) { _root.character._y = _root.character._y + 1; } } } counter = 0; } else if (this.hitTest(_root.character.hitRight)) { _root.againstWall = true; while (this.hitTest(_root.character.hitRight)) { if (counter < 20) { _root.character._x = _root.character._x - 1; counter++; } else { _root.character._x = _root.character._x + (counter - 1); while (this.hitTest(_root.character.hitRight)) { _root.character._y = _root.character._y + 1; } counter = 0; } } counter = 0; } } }
Instance of Symbol 346 MovieClip in Symbol 364 MovieClip Frame 10
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 183 MovieClip in Symbol 364 MovieClip Frame 10
onClipEvent (load) { this.gotoAndStop(2); this.jaw.gotoAndStop(45); }
Instance of Symbol 346 MovieClip in Symbol 364 MovieClip Frame 10
onClipEvent (load) { this.gotoAndStop(6); this.jaw.gotoAndStop(13); }
Instance of Symbol 346 MovieClip in Symbol 364 MovieClip Frame 10
onClipEvent (load) { this.gotoAndStop(8); this.jaw.gotoAndStop(13); }
Instance of Symbol 346 MovieClip in Symbol 364 MovieClip Frame 10
onClipEvent (load) { this.gotoAndStop(4); this.jaw.gotoAndStop(13); }
Instance of Symbol 346 MovieClip in Symbol 364 MovieClip Frame 10
onClipEvent (load) { this.gotoAndStop(8); this.jaw.gotoAndStop(13); }
Instance of Symbol 346 MovieClip in Symbol 364 MovieClip Frame 10
onClipEvent (load) { this.gotoAndStop(35); }
Instance of Symbol 13 MovieClip [mcFireBomb] in Symbol 364 MovieClip Frame 10
onClipEvent (load) { this.gotoAndStop(13); }
Instance of Symbol 13 MovieClip [mcFireBomb] in Symbol 364 MovieClip Frame 10
onClipEvent (load) { this.gotoAndStop(13); }
Instance of Symbol 13 MovieClip [mcFireBomb] in Symbol 364 MovieClip Frame 10
onClipEvent (load) { this.gotoAndStop(13); }
Instance of Symbol 13 MovieClip [mcFireBomb] in Symbol 364 MovieClip Frame 10
onClipEvent (load) { this.gotoAndStop(3); }
Instance of Symbol 183 MovieClip "creature1" in Symbol 364 MovieClip Frame 10
onClipEvent (load) { this.gotoAndStop(30); }
Symbol 369 Button
on (release) { if (!_root.fadeOut) { play(); } }
Symbol 385 Button
on (release) { if (_root.fadeIn) { play(); } }
Symbol 393 MovieClip Frame 1
gotoAndPlay(random(_totalframes) + 1);
Symbol 393 MovieClip Frame 585
gotoAndPlay (1);
Symbol 415 MovieClip Frame 1
stop();
Symbol 415 MovieClip Frame 2
_root.sndDoorOpen.start(0, 0);
Symbol 415 MovieClip Frame 10
stop();
Symbol 419 MovieClip Frame 1
stop();
Symbol 419 MovieClip Frame 10
if (!_root.isInvisible) { _root.changeZedColour("energy"); _root.bonusIsGrabbed = true; } play();
Symbol 419 MovieClip Frame 19
if (!_root.isInvisible) { _root.changeZedColour("normal"); _root.bonusIsGrabbed = true; } collected = true;
Symbol 419 MovieClip Frame 49
stop();
Symbol 422 MovieClip Frame 1
_root.sndAmbienceGoldMines.start(0, 1000); stop();
Symbol 436 MovieClip Frame 1
stop();
Symbol 436 MovieClip Frame 2
_root.sndDoorOpen.start(0, 0);
Symbol 436 MovieClip Frame 10
stop();
Symbol 436 MovieClip Frame 11
_root.sndDoorClose.start(0, 0);
Symbol 436 MovieClip Frame 17
stop();
Symbol 445 MovieClip Frame 15
stop();
Symbol 445 MovieClip Frame 16
Symbol 445 MovieClip Frame 39
Symbol 445 MovieClip Frame 45
stop();
Symbol 474 MovieClip Frame 1
stop();
Symbol 497 MovieClip Frame 1
stop();
Symbol 506 MovieClip Frame 1
stop();
Symbol 506 MovieClip Frame 23
gotoAndStop (1);
Symbol 506 MovieClip Frame 42
gotoAndStop (1);
Instance of Symbol 191 MovieClip in Symbol 511 MovieClip Frame 1
onClipEvent (load) { howDangerous = 20; } onClipEvent (enterFrame) { if (!_root.gamePaused) { this.play(); if ((this.hit.hitTest(_root.characterGfx.hit) && (!_root.isInvisible)) && (!_root.untouchable)) { _root.panels.energy.gotoAndStop(_root.panels.energy._currentframe + howDangerous); _root.changeZedColour("red"); doneChecking = false; } else if ((((!_root.isInvisible) && (!this.hit.hitTest(_root.characterGfx.hit))) && (!doneChecking)) && (!_root.untouchable)) { _root.changeZedColour("normal"); doneChecking = true; } } else { this.stop(); } }
Instance of Symbol 196 MovieClip in Symbol 511 MovieClip Frame 1
onClipEvent (load) { flyToY = 39; } onClipEvent (enterFrame) { if (!_root.gamePaused) { if (this.hit.hitTest(_root.characterGfx.hit) && (!init)) { _root.extrasJump = true; _root.addPoints("jump"); _root.character.maxJumpHeight = 50; _root.character.jumpSpeed = _root.character.maxJumpHeight; init = true; this.gotoAndPlay("collected"); } else if (collected) { flyToX = _root.panels._x + 402; this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; _root.panels.bonusHolder2.gotoAndStop(2); this._x = this._x - 10000; this._alpha = 0; } } } }
Instance of Symbol 198 MovieClip in Symbol 515 MovieClip Frame 1
onClipEvent (load) { speed = 0.5; distance = 4; flyToY = 39; } onClipEvent (enterFrame) { if (!_root.gamePaused) { if (this.hitTest(_root.characterGfx.hit) && (!collected)) { _root.addPoints(800); collected = true; flyToX = _root.panels._x + 600; this.gotoAndPlay("collected"); } else if (collected) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { collected = false; this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 202 MovieClip in Symbol 515 MovieClip Frame 1
onClipEvent (load) { flyToY = 39; } onClipEvent (enterFrame) { if (!_root.gamePaused) { if (this.hit.hitTest(_root.characterGfx.hit) && (!collected)) { goldCollected = true; _root.addPoints("Gold"); if (_root.levelGoldCollected == 0) { flyToX = (flyToX = _root.panels._x + 213); } else if (_root.levelGoldCollected == 1) { flyToX = _root.panels._x + 242; } else if (_root.levelGoldCollected == 2) { flyToX = _root.panels._x + 271; } _root.panels.totalGold.gotoAndStop(_root.panels.totalGold._currentframe + 1); this.gotoAndPlay("collected"); } else if ((!goldInPlace) && (bonusCollected)) { this._x = this._x + ((flyToX - this._x) / 3); this._y = this._y + ((flyToY - this._y) / 3); if (((((this._x - flyToX) < 1) && (-1 < (this._x - flyToX))) && ((this._y - flyToY) < 1)) && (-1 < (this._y - flyToY))) { goldInPlace = true; _root.levelGoldCollected++; _root.totalGoldCollected++; _root.panels.goldHolder.gotoAndStop(_root.levelGoldCollected + 1); if (_root.levelGoldCollected == 3) { _root.openGoldDoor = true; } this._x = this._x - 10000; this._visible = false; } } } }
Instance of Symbol 191 MovieClip in Symbol 515 MovieClip Frame 1
onClipEvent (load) { howDangerous = 20; } onClipEvent (enterFrame) { if (!_root.gamePaused) { this.play(); if ((this.hit.hitTest(_root.characterGfx.hit) && (!_root.isInvisible)) && (!_root.untouchable)) { _root.panels.energy.gotoAndStop(_root.panels.energy._currentframe + howDangerous); _root.changeZedColour("red"); doneChecking = false; } else if ((((!_root.isInvisible) && (!this.hit.hitTest(_root.characterGfx.hit))) && (!doneChecking)) && (!_root.untouchable)) { _root.changeZedColour("normal"); doneChecking = true; } } else { this.stop(); } }

Library Items

Symbol 1 ShapeTweeningUsed by:13
Symbol 2 ShapeTweeningUsed by:13
Symbol 3 GraphicUsed by:13
Symbol 4 ShapeTweeningUsed by:13
Symbol 5 GraphicUsed by:13
Symbol 6 GraphicUsed by:13
Symbol 7 GraphicUsed by:13
Symbol 8 ShapeTweeningUsed by:13
Symbol 9 GraphicUsed by:13
Symbol 10 GraphicUsed by:13
Symbol 11 GraphicUsed by:13
Symbol 12 GraphicUsed by:13
Symbol 13 MovieClip [mcFireBomb]Uses:1 2 3 4 5 6 7 8 9 10 11 12Used by:212 364  Timeline
Symbol 14 GraphicUsed by:19
Symbol 15 ShapeTweeningUsed by:18
Symbol 16 ShapeTweeningUsed by:18
Symbol 17 GraphicUsed by:18
Symbol 18 MovieClipUses:15 16 17Used by:19
Symbol 19 MovieClip [mcSquare]Uses:14 18Used by:Timeline
Symbol 20 GraphicUsed by:Timeline
Symbol 21 BitmapUsed by:22 359 402 431 447 452 467 471
Symbol 22 GraphicUses:21Used by:Timeline
Symbol 23 GraphicUsed by:45
Symbol 24 ShapeTweeningUsed by:45
Symbol 25 GraphicUsed by:45
Symbol 26 SoundUsed by:45
Symbol 27 GraphicUsed by:45 285
Symbol 28 GraphicUsed by:45
Symbol 29 BitmapUsed by:30
Symbol 30 GraphicUses:29Used by:45
Symbol 31 GraphicUsed by:45
Symbol 32 GraphicUsed by:45
Symbol 33 GraphicUsed by:45
Symbol 34 SoundUsed by:45
Symbol 35 FontUsed by:36
Symbol 36 TextUses:35Used by:45
Symbol 37 ShapeTweeningUsed by:45
Symbol 38 GraphicUsed by:45
Symbol 39 FontUsed by:40 65 68 109 110 113 118 120 126 127 128 129 130 131 132 133 135 142 143 144 145 146 148 151 184 185 208 210 211 214 218 223 232 233 234 235 256 260 264 268 269 270 272 279 282 290 293 295 298 305 314 316 320 348 353 355 363 366 371 375 376 377 378 379 381 382 383 384 389 438 440 442 444 528 530
Symbol 40 TextUses:39Used by:45
Symbol 41 GraphicUsed by:45
Symbol 42 GraphicUsed by:43 44 119 121 237 238 239 240 241
Symbol 43 ButtonUses:42Used by:45
Symbol 44 ButtonUses:42Used by:45
Symbol 45 MovieClipUses:23 24 25 26 27 28 30 31 32 33 34 36 37 38 40 41 43 44Used by:Timeline
Symbol 46 GraphicUsed by:62
Symbol 47 Sound [sndGrabBonus1]Used by:62
Symbol 48 Sound [sndGrabBonus2]Used by:62
Symbol 49 Sound [sndGrabBonus3]Used by:62
Symbol 50 Sound [sndZedDie]Used by:62
Symbol 51 Sound [sndZedHurt]Used by:62
Symbol 52 Sound [sndFadeIn]Used by:62
Symbol 53 Sound [sndFadeOut]Used by:62
Symbol 54 Sound [sndGrowl]Used by:62
Symbol 55 Sound [sndFlame]Used by:62
Symbol 56 Sound [sndSpikes]Used by:62
Symbol 57 Sound [sndIntro]Used by:62
Symbol 58 Sound [sndIntermission]Used by:62
Symbol 59 Sound [sndDoorOpen]Used by:62
Symbol 60 Sound [sndDoorClose]Used by:62
Symbol 61 Sound [sndGameOver]Used by:62
Symbol 62 MovieClipUses:46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61Used by:Timeline
Symbol 63 GraphicUsed by:70 294
Symbol 64 GraphicUsed by:70 283 294
Symbol 65 TextUses:39Used by:70
Symbol 66 ShapeTweeningUsed by:70
Symbol 67 GraphicUsed by:70
Symbol 68 TextUses:39Used by:70
Symbol 69 GraphicUsed by:70 289 294 299 364 415 436
Symbol 70 MovieClipUses:63 64 65 66 67 68 69Used by:236  Timeline
Symbol 71 GraphicUsed by:105 254  Timeline
Symbol 72 GraphicUsed by:105 254  Timeline
Symbol 73 GraphicUsed by:105 254  Timeline
Symbol 74 GraphicUsed by:105 254  Timeline
Symbol 75 GraphicUsed by:105 254  Timeline
Symbol 76 GraphicUsed by:105 254  Timeline
Symbol 77 GraphicUsed by:105 254  Timeline
Symbol 78 GraphicUsed by:105 254 300
Symbol 79 GraphicUsed by:105
Symbol 80 GraphicUsed by:83 105 254 300 364
Symbol 81 GraphicUsed by:83 105 254 300 364
Symbol 82 GraphicUsed by:83
Symbol 83 MovieClipUses:80 81 82Used by:105  Timeline
Symbol 84 GraphicUsed by:85
Symbol 85 MovieClipUses:84Used by:105 175 183 187 191 196 202 205 207 346 419 506
Symbol 86 GraphicUsed by:87
Symbol 87 MovieClipUses:86Used by:105
Symbol 88 GraphicUsed by:105
Symbol 89 GraphicUsed by:105
Symbol 90 GraphicUsed by:105
Symbol 91 GraphicUsed by:105 300
Symbol 92 GraphicUsed by:105 300
Symbol 93 GraphicUsed by:105 300
Symbol 94 ShapeTweeningUsed by:104
Symbol 95 ShapeTweeningUsed by:104
Symbol 96 ShapeTweeningUsed by:104
Symbol 97 ShapeTweeningUsed by:104
Symbol 98 ShapeTweeningUsed by:104
Symbol 99 ShapeTweeningUsed by:104
Symbol 100 ShapeTweeningUsed by:104
Symbol 101 ShapeTweeningUsed by:104
Symbol 102 GraphicUsed by:104
Symbol 103 GraphicUsed by:104
Symbol 104 MovieClipUses:94 95 96 97 98 99 100 101 102 103Used by:105
Symbol 105 MovieClipUses:71 72 73 74 75 76 77 78 79 83 85 87 88 89 90 91 80 92 81 93 104Used by:212  Timeline
Symbol 106 GraphicUsed by:115
Symbol 107 GraphicUsed by:111
Symbol 108 GraphicUsed by:111
Symbol 109 TextUses:39Used by:111
Symbol 110 TextUses:39Used by:111
Symbol 111 MovieClipUses:107 108 109 110Used by:115
Symbol 112 GraphicUsed by:114
Symbol 113 EditableTextUses:39Used by:114
Symbol 114 MovieClipUses:112 113Used by:115
Symbol 115 MovieClipUses:106 111 114Used by:Timeline
Symbol 116 GraphicUsed by:122
Symbol 117 GraphicUsed by:122
Symbol 118 TextUses:39Used by:122
Symbol 119 ButtonUses:42Used by:122
Symbol 120 TextUses:39Used by:122
Symbol 121 ButtonUses:42Used by:122
Symbol 122 MovieClipUses:116 117 118 119 120 121Used by:Timeline
Symbol 123 GraphicUsed by:Timeline
Symbol 124 GraphicUsed by:212
Symbol 125 GraphicUsed by:212
Symbol 126 EditableTextUses:39Used by:212
Symbol 127 TextUses:39Used by:212
Symbol 128 EditableTextUses:39Used by:212
Symbol 129 EditableTextUses:39Used by:212
Symbol 130 TextUses:39Used by:212
Symbol 131 TextUses:39Used by:212
Symbol 132 TextUses:39Used by:212
Symbol 133 TextUses:39Used by:212
Symbol 134 GraphicUsed by:138
Symbol 135 TextUses:39Used by:138
Symbol 136 GraphicUsed by:138
Symbol 137 GraphicUsed by:138 225 258 262 266
Symbol 138 ButtonUses:134 135 136 137Used by:212
Symbol 139 GraphicUsed by:212
Symbol 140 GraphicUsed by:212
Symbol 141 GraphicUsed by:212
Symbol 142 TextUses:39Used by:212
Symbol 143 TextUses:39Used by:212
Symbol 144 TextUses:39Used by:212
Symbol 145 TextUses:39Used by:212
Symbol 146 TextUses:39Used by:212
Symbol 147 GraphicUsed by:212
Symbol 148 TextUses:39Used by:212
Symbol 149 GraphicUsed by:212
Symbol 150 GraphicUsed by:212
Symbol 151 TextUses:39Used by:212
Symbol 152 GraphicUsed by:175 183 346
Symbol 153 GraphicUsed by:183 346
Symbol 154 GraphicUsed by:183 346
Symbol 155 GraphicUsed by:183 346
Symbol 156 GraphicUsed by:183 346
Symbol 157 GraphicUsed by:175 183 346
Symbol 158 GraphicUsed by:175
Symbol 159 ShapeTweeningUsed by:175 187
Symbol 160 ShapeTweeningUsed by:175 187
Symbol 161 GraphicUsed by:175 187
Symbol 162 ShapeTweeningUsed by:175 187
Symbol 163 ShapeTweeningUsed by:175 187
Symbol 164 ShapeTweeningUsed by:175 187
Symbol 165 ShapeTweeningUsed by:175 187
Symbol 166 ShapeTweeningUsed by:175 187
Symbol 167 GraphicUsed by:175 187
Symbol 168 GraphicUsed by:175 187
Symbol 169 ShapeTweeningUsed by:175 187
Symbol 170 GraphicUsed by:175 187
Symbol 171 GraphicUsed by:175 187
Symbol 172 GraphicUsed by:175 187
Symbol 173 GraphicUsed by:175 187
Symbol 174 GraphicUsed by:175 187
Symbol 175 MovieClipUses:152 157 158 159 160 85 161 162 163 164 165 166 167 168 169 170 171 172 173 174Used by:183 346
Symbol 176 GraphicUsed by:183 346
Symbol 177 GraphicUsed by:183 346
Symbol 178 GraphicUsed by:183 346
Symbol 179 GraphicUsed by:183 346
Symbol 180 GraphicUsed by:183 346
Symbol 181 GraphicUsed by:183 346
Symbol 182 GraphicUsed by:183 346
Symbol 183 MovieClipUses:152 153 154 155 156 175 176 177 85 157 178 179 180 181 182Used by:212 364  Timeline
Symbol 184 TextUses:39Used by:212
Symbol 185 TextUses:39Used by:212
Symbol 186 GraphicUsed by:187 460
Symbol 187 MovieClipUses:186 85 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174Used by:212  Timeline
Symbol 188 GraphicUsed by:191
Symbol 189 GraphicUsed by:191
Symbol 190 GraphicUsed by:191
Symbol 191 MovieClipUses:188 189 190 85Used by:212 511 515  Timeline
Symbol 192 GraphicUsed by:193
Symbol 193 MovieClipUses:192Used by:196 205 419
Symbol 194 GraphicUsed by:196 198 202 205 207 229 303 415 419  Timeline
Symbol 195 GraphicUsed by:196 202 205 207 303 419
Symbol 196 MovieClipUses:193 194 195 85Used by:212 304 511  Timeline
Symbol 197 GraphicUsed by:198
Symbol 198 MovieClipUses:194 197Used by:212 515  Timeline
Symbol 199 GraphicUsed by:202
Symbol 200 GraphicUsed by:202
Symbol 201 GraphicUsed by:202
Symbol 202 MovieClipUses:194 195 85 199 200 201Used by:212 277 515  Timeline
Symbol 203 GraphicUsed by:204
Symbol 204 MovieClipUses:203Used by:212  Timeline
Symbol 205 MovieClipUses:193 194 195 85Used by:212  Timeline
Symbol 206 GraphicUsed by:207
Symbol 207 MovieClipUses:194 206 195 85Used by:212  Timeline
Symbol 208 TextUses:39Used by:212
Symbol 209 GraphicUsed by:212
Symbol 210 TextUses:39Used by:212
Symbol 211 TextUses:39Used by:212
Symbol 212 MovieClipUses:124 105 125 126 127 128 129 130 131 132 133 138 139 140 141 142 143 144 145 146 147 148 149 150 151 183 184 185 187 191 13 196 198 202 204 205 207 208 209 210 211Used by:Timeline
Symbol 213 GraphicUsed by:Timeline
Symbol 214 TextUses:39Used by:Timeline
Symbol 215 GraphicUsed by:Timeline
Symbol 216 GraphicUsed by:277 303 304  Timeline
Symbol 217 GraphicUsed by:221
Symbol 218 TextUses:39Used by:221
Symbol 219 GraphicUsed by:221
Symbol 220 GraphicUsed by:221
Symbol 221 ButtonUses:217 218 219 220Used by:Timeline
Symbol 222 GraphicUsed by:225
Symbol 223 TextUses:39Used by:225
Symbol 224 GraphicUsed by:225
Symbol 225 ButtonUses:222 223 224 137Used by:Timeline
Symbol 226 GraphicUsed by:236
Symbol 227 GraphicUsed by:236 277 303 304
Symbol 228 GraphicUsed by:236
Symbol 229 MovieClipUses:194Used by:236
Symbol 230 GraphicUsed by:236
Symbol 231 GraphicUsed by:236
Symbol 232 TextUses:39Used by:236
Symbol 233 TextUses:39Used by:236
Symbol 234 TextUses:39Used by:236
Symbol 235 TextUses:39Used by:236
Symbol 236 MovieClipUses:226 227 228 229 230 231 232 233 234 235 70Used by:Timeline
Symbol 237 ButtonUses:42Used by:Timeline
Symbol 238 ButtonUses:42Used by:Timeline
Symbol 239 ButtonUses:42Used by:Timeline
Symbol 240 ButtonUses:42Used by:Timeline
Symbol 241 ButtonUses:42Used by:Timeline
Symbol 242 GraphicUsed by:254
Symbol 243 GraphicUsed by:254
Symbol 244 GraphicUsed by:254
Symbol 245 GraphicUsed by:254
Symbol 246 GraphicUsed by:254
Symbol 247 GraphicUsed by:254
Symbol 248 GraphicUsed by:254
Symbol 249 ShapeTweeningUsed by:253
Symbol 250 ShapeTweeningUsed by:253
Symbol 251 GraphicUsed by:253
Symbol 252 GraphicUsed by:253
Symbol 253 MovieClipUses:249 250 251 252Used by:254  Timeline
Symbol 254 MovieClipUses:242 77 71 72 73 74 75 76 243 78 244 80 81 245 246 247 248 253Used by:Timeline
Symbol 255 GraphicUsed by:258
Symbol 256 TextUses:39Used by:258
Symbol 257 GraphicUsed by:258
Symbol 258 ButtonUses:255 256 257 137Used by:Timeline
Symbol 259 GraphicUsed by:262
Symbol 260 TextUses:39Used by:262
Symbol 261 GraphicUsed by:262
Symbol 262 ButtonUses:259 260 261 137Used by:Timeline
Symbol 263 GraphicUsed by:266
Symbol 264 TextUses:39Used by:266
Symbol 265 GraphicUsed by:266
Symbol 266 ButtonUses:263 264 265 137Used by:Timeline
Symbol 267 GraphicUsed by:309
Symbol 268 EditableTextUses:39Used by:309
Symbol 269 TextUses:39Used by:309
Symbol 270 TextUses:39Used by:309
Symbol 271 GraphicUsed by:309
Symbol 272 TextUses:39Used by:309
Symbol 273 ShapeTweeningUsed by:276
Symbol 274 ShapeTweeningUsed by:276
Symbol 275 GraphicUsed by:276
Symbol 276 MovieClipUses:273 274 275Used by:277
Symbol 277 MovieClipUses:227 216 202 276Used by:309
Symbol 278 GraphicUsed by:289 299
Symbol 279 TextUses:39Used by:289
Symbol 280 ShapeTweeningUsed by:289
Symbol 281 ShapeTweeningUsed by:289
Symbol 282 TextUses:39Used by:289
Symbol 283 MovieClipUses:64Used by:289
Symbol 284 GraphicUsed by:289
Symbol 285 MovieClipUses:27Used by:289 418
Symbol 286 ShapeTweeningUsed by:289
Symbol 287 ShapeTweeningUsed by:289
Symbol 288 GraphicUsed by:289
Symbol 289 MovieClipUses:278 279 280 281 282 283 69 284 285 286 287 288Used by:309  Timeline
Symbol 290 TextUses:39Used by:294
Symbol 291 ShapeTweeningUsed by:294
Symbol 292 GraphicUsed by:294
Symbol 293 TextUses:39Used by:294
Symbol 294 MovieClipUses:63 64 290 291 292 293 69Used by:309
Symbol 295 TextUses:39Used by:299
Symbol 296 ShapeTweeningUsed by:299
Symbol 297 GraphicUsed by:299
Symbol 298 TextUses:39Used by:299
Symbol 299 MovieClipUses:278 295 296 297 298 69Used by:309
Symbol 300 MovieClipUses:78 91 80 92 81 93Used by:309  Timeline
Symbol 301 GraphicUsed by:309
Symbol 302 GraphicUsed by:303
Symbol 303 MovieClipUses:227 302 216 194 195Used by:309
Symbol 304 MovieClipUses:227 216 196Used by:309
Symbol 305 TextUses:39Used by:309
Symbol 306 GraphicUsed by:309
Symbol 307 GraphicUsed by:308
Symbol 308 ButtonUses:307Used by:309  Timeline
Symbol 309 MovieClipUses:267 268 269 270 271 272 277 289 294 299 300 301 303 304 305 306 308Used by:Timeline
Symbol 310 GraphicUsed by:Timeline
Symbol 311 FontUsed by:312
Symbol 312 TextUses:311Used by:Timeline
Symbol 313 GraphicUsed by:Timeline
Symbol 314 EditableTextUses:39Used by:Timeline
Symbol 315 GraphicUsed by:Timeline
Symbol 316 TextUses:39Used by:Timeline
Symbol 317 GraphicUsed by:Timeline
Symbol 318 GraphicUsed by:364  Timeline
Symbol 319 GraphicUsed by:364
Symbol 320 TextUses:39Used by:364
Symbol 321 GraphicUsed by:364
Symbol 322 GraphicUsed by:364
Symbol 323 GraphicUsed by:346
Symbol 324 GraphicUsed by:346
Symbol 325 GraphicUsed by:346
Symbol 326 GraphicUsed by:346
Symbol 327 GraphicUsed by:346
Symbol 328 GraphicUsed by:346
Symbol 329 GraphicUsed by:346
Symbol 330 GraphicUsed by:346
Symbol 331 GraphicUsed by:346
Symbol 332 GraphicUsed by:346
Symbol 333 GraphicUsed by:346
Symbol 334 GraphicUsed by:346
Symbol 335 GraphicUsed by:346
Symbol 336 GraphicUsed by:346
Symbol 337 GraphicUsed by:346
Symbol 338 GraphicUsed by:346
Symbol 339 GraphicUsed by:346
Symbol 340 GraphicUsed by:346
Symbol 341 GraphicUsed 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:155 156 175 176 177 152 153 154 323 85 324 325 326 327 328 329 157 330 331 332 333 178 179 180 181 182 334 335 336 337 338 339 340 341 342 343 344 345Used by:364  Timeline
Symbol 347 GraphicUsed by:364
Symbol 348 TextUses:39Used by:364
Symbol 349 GraphicUsed by:350
Symbol 350 MovieClipUses:349Used by:364  Timeline
Symbol 351 GraphicUsed by:364 506
Symbol 352 GraphicUsed by:364
Symbol 353 TextUses:39Used by:364
Symbol 354 GraphicUsed by:364  Timeline
Symbol 355 TextUses:39Used by:364
Symbol 356 GraphicUsed by:364
Symbol 357 GraphicUsed by:360 531  Timeline
Symbol 358 GraphicUsed by:360 531  Timeline
Symbol 359 GraphicUses:21Used by:360 531  Timeline
Symbol 360 MovieClipUses:357 358 359Used by:364  Timeline
Symbol 361 GraphicUsed by:364
Symbol 362 GraphicUsed by:364
Symbol 363 TextUses:39Used by:364
Symbol 364 MovieClipUses:69 318 183 319 320 321 322 346 347 348 13 350 351 352 353 354 355 356 80 81 360 361 362 363Used by:Timeline
Symbol 365 GraphicUsed by:369 385
Symbol 366 TextUses:39Used by:369 385  Timeline
Symbol 367 GraphicUsed by:369 385
Symbol 368 GraphicUsed by:369 385
Symbol 369 ButtonUses:365 366 367 368Used by:Timeline
Symbol 370 GraphicUsed by:372
Symbol 371 TextUses:39Used by:372
Symbol 372 MovieClipUses:370 371Used by:Timeline
Symbol 373 GraphicUsed by:Timeline
Symbol 374 GraphicUsed by:Timeline
Symbol 375 EditableTextUses:39Used by:Timeline
Symbol 376 EditableTextUses:39Used by:Timeline
Symbol 377 EditableTextUses:39Used by:Timeline
Symbol 378 EditableTextUses:39Used by:Timeline
Symbol 379 TextUses:39Used by:Timeline
Symbol 380 GraphicUsed by:Timeline
Symbol 381 EditableTextUses:39Used by:Timeline
Symbol 382 EditableTextUses:39Used by:Timeline
Symbol 383 TextUses:39Used by:Timeline
Symbol 384 TextUses:39Used by:Timeline
Symbol 385 ButtonUses:365 366 367 368Used by:Timeline
Symbol 386 GraphicUsed by:Timeline
Symbol 387 GraphicUsed by:Timeline
Symbol 388 GraphicUsed by:Timeline
Symbol 389 EditableTextUses:39Used by:Timeline
Symbol 390 GraphicUsed by:393
Symbol 391 GraphicUsed by:393
Symbol 392 GraphicUsed by:393
Symbol 393 MovieClipUses:390 391 392Used by:Timeline
Symbol 394 GraphicUsed by:Timeline
Symbol 395 GraphicUsed by:Timeline
Symbol 396 GraphicUsed by:Timeline
Symbol 397 GraphicUsed by:Timeline
Symbol 398 GraphicUsed by:Timeline
Symbol 399 GraphicUsed by:453  Timeline
Symbol 400 GraphicUsed by:415 436 453  Timeline
Symbol 401 GraphicUsed by:Timeline
Symbol 402 GraphicUses:21Used by:Timeline
Symbol 403 GraphicUsed by:Timeline
Symbol 404 GraphicUsed by:Timeline
Symbol 405 GraphicUsed by:Timeline
Symbol 406 GraphicUsed by:Timeline
Symbol 407 GraphicUsed by:Timeline
Symbol 408 GraphicUsed by:409
Symbol 409 MovieClipUses:408Used by:Timeline
Symbol 410 GraphicUsed by:415
Symbol 411 GraphicUsed by:415
Symbol 412 GraphicUsed by:415
Symbol 413 ShapeTweeningUsed by:415
Symbol 414 GraphicUsed by:415
Symbol 415 MovieClipUses:69 400 194 410 411 412 413 414Used by:Timeline
Symbol 416 GraphicUsed by:417
Symbol 417 MovieClipUses:416Used by:Timeline
Symbol 418 MovieClipUses:285Used by:Timeline
Symbol 419 MovieClipUses:194 193 195 85Used by:Timeline
Symbol 420 GraphicUsed by:422
Symbol 421 Sound [sndAmbienceGoldMines]Used by:422
Symbol 422 MovieClipUses:420 421Used by:Timeline
Symbol 423 GraphicUsed by:Timeline
Symbol 424 GraphicUsed by:Timeline
Symbol 425 GraphicUsed by:Timeline
Symbol 426 GraphicUsed by:Timeline
Symbol 427 GraphicUsed by:Timeline
Symbol 428 GraphicUsed by:Timeline
Symbol 429 GraphicUsed by:Timeline
Symbol 430 GraphicUsed by:Timeline
Symbol 431 GraphicUses:21Used by:Timeline
Symbol 432 GraphicUsed by:Timeline
Symbol 433 GraphicUsed by:436
Symbol 434 GraphicUsed by:436
Symbol 435 GraphicUsed by:436
Symbol 436 MovieClipUses:69 400 433 434 435Used by:Timeline
Symbol 437 ShapeTweeningUsed by:445
Symbol 438 EditableTextUses:39Used by:445
Symbol 439 GraphicUsed by:445
Symbol 440 EditableTextUses:39Used by:445
Symbol 441 ShapeTweeningUsed by:445
Symbol 442 EditableTextUses:39Used by:445
Symbol 443 GraphicUsed by:445
Symbol 444 EditableTextUses:39Used by:445
Symbol 445 MovieClipUses:437 438 439 440 441 442 443 444Used by:Timeline
Symbol 446 GraphicUsed by:Timeline
Symbol 447 GraphicUses:21Used by:Timeline
Symbol 448 GraphicUsed by:Timeline
Symbol 449 GraphicUsed by:Timeline
Symbol 450 GraphicUsed by:Timeline
Symbol 451 GraphicUsed by:453
Symbol 452 GraphicUses:21Used by:453
Symbol 453 MovieClipUses:399 400 451 452Used by:Timeline
Symbol 454 GraphicUsed by:Timeline
Symbol 455 GraphicUsed by:Timeline
Symbol 456 GraphicUsed by:Timeline
Symbol 457 GraphicUsed by:Timeline
Symbol 458 GraphicUsed by:Timeline
Symbol 459 GraphicUsed by:Timeline
Symbol 460 MovieClipUses:186Used by:Timeline
Symbol 461 GraphicUsed by:Timeline
Symbol 462 GraphicUsed by:Timeline
Symbol 463 GraphicUsed by:Timeline
Symbol 464 GraphicUsed by:Timeline
Symbol 465 GraphicUsed by:Timeline
Symbol 466 GraphicUsed by:Timeline
Symbol 467 GraphicUses:21Used by:Timeline
Symbol 468 GraphicUsed by:Timeline
Symbol 469 GraphicUsed by:Timeline
Symbol 470 GraphicUsed by:Timeline
Symbol 471 GraphicUses:21Used by:Timeline
Symbol 472 GraphicUsed by:474
Symbol 473 Sound [sndAmbienceLavaValley]Used by:474
Symbol 474 MovieClipUses:472 473Used by:Timeline
Symbol 475 GraphicUsed by:Timeline
Symbol 476 GraphicUsed by:Timeline
Symbol 477 GraphicUsed by:Timeline
Symbol 478 GraphicUsed by:Timeline
Symbol 479 GraphicUsed by:Timeline
Symbol 480 GraphicUsed by:Timeline
Symbol 481 GraphicUsed by:Timeline
Symbol 482 GraphicUsed by:Timeline
Symbol 483 GraphicUsed by:Timeline
Symbol 484 GraphicUsed by:Timeline
Symbol 485 GraphicUsed by:Timeline
Symbol 486 GraphicUsed by:Timeline
Symbol 487 GraphicUsed by:Timeline
Symbol 488 GraphicUsed by:Timeline
Symbol 489 GraphicUsed by:Timeline
Symbol 490 GraphicUsed by:Timeline
Symbol 491 GraphicUsed by:Timeline
Symbol 492 GraphicUsed by:Timeline
Symbol 493 GraphicUsed by:497
Symbol 494 Sound [sndGameCompleted]Used by:497
Symbol 495 Sound [sndAmbiencePalace]Used by:497
Symbol 496 Sound [sndSwitch]Used by:497
Symbol 497 MovieClipUses:493 494 495 496Used by:Timeline
Symbol 498 GraphicUsed by:Timeline
Symbol 499 GraphicUsed by:Timeline
Symbol 500 GraphicUsed by:Timeline
Symbol 501 GraphicUsed by:Timeline
Symbol 502 GraphicUsed by:Timeline
Symbol 503 GraphicUsed by:Timeline
Symbol 504 GraphicUsed by:Timeline
Symbol 505 GraphicUsed by:506
Symbol 506 MovieClipUses:351 85 505Used by:Timeline
Symbol 507 GraphicUsed by:Timeline
Symbol 508 GraphicUsed by:Timeline
Symbol 509 GraphicUsed by:512
Symbol 510 GraphicUsed by:512 516
Symbol 511 MovieClipUses:191 196Used by:512
Symbol 512 MovieClipUses:509 510 511Used by:Timeline
Symbol 513 GraphicUsed by:Timeline
Symbol 514 GraphicUsed by:516
Symbol 515 MovieClipUses:198 202 191Used by:516
Symbol 516 MovieClipUses:514 510 515Used by:Timeline
Symbol 517 GraphicUsed by:Timeline
Symbol 518 GraphicUsed by:Timeline
Symbol 519 GraphicUsed by:Timeline
Symbol 520 GraphicUsed by:Timeline
Symbol 521 GraphicUsed by:Timeline
Symbol 522 GraphicUsed by:Timeline
Symbol 523 GraphicUsed by:Timeline
Symbol 524 GraphicUsed by:Timeline
Symbol 525 GraphicUsed by:Timeline
Symbol 526 GraphicUsed by:Timeline
Symbol 527 GraphicUsed by:Timeline
Symbol 528 TextUses:39Used by:Timeline
Symbol 529 GraphicUsed by:Timeline
Symbol 530 TextUses:39Used by:Timeline
Symbol 531 MovieClipUses:357 358 359Used by:Timeline

Instance Names

"miniclipIntro"Frame 1Symbol 45 MovieClip
"mcSquares"Frame 13Symbol 19 MovieClip [mcSquare]
"mcSounds"Frame 13Symbol 62 MovieClip
"mcLoading"Frame 14Symbol 70 MovieClip
"characterGfx"Frame 21Symbol 105 MovieClip
"keyboardInput"Frame 21Symbol 115 MovieClip
"mcCode"Frame 27Symbol 236 MovieClip
"zed"Frame 27Symbol 254 MovieClip
"panels"Frame 27Symbol 309 MovieClip
"mcCode"Frame 37Symbol 236 MovieClip
"teaser"Frame 37Symbol 364 MovieClip
"energy"Frame 48Symbol 289 MovieClip
"lives"Frame 48Symbol 300 MovieClip
"eyes"Frame 85Symbol 83 MovieClip
"monsterPlatform1"Frame 110Symbol 409 MovieClip
"creature1"Frame 110Symbol 183 MovieClip
"character"Frame 110Symbol 418 MovieClip
"characterGfx"Frame 110Symbol 105 MovieClip
"bonus007"Frame 110Symbol 198 MovieClip
"bonus004"Frame 110Symbol 198 MovieClip
"bonus006"Frame 110Symbol 198 MovieClip
"bonus001"Frame 110Symbol 198 MovieClip
"bonus02"Frame 110Symbol 198 MovieClip
"bonus003"Frame 110Symbol 198 MovieClip
"bonus021"Frame 110Symbol 198 MovieClip
"bonus017"Frame 110Symbol 198 MovieClip
"bonus025"Frame 110Symbol 198 MovieClip
"bonus023"Frame 110Symbol 198 MovieClip
"bonus022"Frame 110Symbol 198 MovieClip
"bonus024"Frame 110Symbol 198 MovieClip
"bonus019"Frame 110Symbol 198 MovieClip
"bonus018"Frame 110Symbol 198 MovieClip
"bonus020"Frame 110Symbol 198 MovieClip
"bonus005"Frame 110Symbol 198 MovieClip
"bonus009"Frame 110Symbol 198 MovieClip
"bonus008"Frame 110Symbol 198 MovieClip
"bonus014"Frame 110Symbol 198 MovieClip
"bonus011"Frame 110Symbol 198 MovieClip
"bonus013"Frame 110Symbol 198 MovieClip
"bonus012"Frame 110Symbol 198 MovieClip
"bonus010"Frame 110Symbol 198 MovieClip
"bonus015"Frame 110Symbol 198 MovieClip
"bonus016"Frame 110Symbol 198 MovieClip
"door01"Frame 120Symbol 436 MovieClip
"character"Frame 120Symbol 418 MovieClip
"characterGfx"Frame 120Symbol 105 MovieClip
"key01"Frame 120Symbol 204 MovieClip
"bonus032"Frame 120Symbol 198 MovieClip
"bonus033"Frame 120Symbol 198 MovieClip
"bonus031"Frame 120Symbol 198 MovieClip
"bonus029"Frame 120Symbol 198 MovieClip
"bonus030"Frame 120Symbol 198 MovieClip
"bonus028"Frame 120Symbol 198 MovieClip
"bonus025"Frame 120Symbol 198 MovieClip
"bonus039"Frame 120Symbol 198 MovieClip
"bonus041"Frame 120Symbol 198 MovieClip
"bonus040"Frame 120Symbol 198 MovieClip
"bonus042"Frame 120Symbol 198 MovieClip
"bonus043"Frame 120Symbol 198 MovieClip
"bonus044"Frame 120Symbol 198 MovieClip
"mcAddPoints"Frame 120Symbol 445 MovieClip
"bonus026"Frame 120Symbol 198 MovieClip
"bonus027"Frame 120Symbol 198 MovieClip
"bonus035"Frame 120Symbol 198 MovieClip
"bonus036"Frame 120Symbol 198 MovieClip
"bonus034"Frame 120Symbol 198 MovieClip
"bonus037"Frame 120Symbol 198 MovieClip
"bonus038"Frame 120Symbol 198 MovieClip
"monsterPlatform2"Frame 121Symbol 409 MovieClip
"monsterPlatform1"Frame 130Symbol 409 MovieClip
"door01"Frame 130Symbol 436 MovieClip
"door02"Frame 130Symbol 436 MovieClip
"door03"Frame 130Symbol 436 MovieClip
"character"Frame 130Symbol 418 MovieClip
"characterGfx"Frame 130Symbol 105 MovieClip
"key01"Frame 130Symbol 204 MovieClip
"key02"Frame 130Symbol 204 MovieClip
"bonus050"Frame 130Symbol 198 MovieClip
"bonus052"Frame 130Symbol 198 MovieClip
"bonus056"Frame 130Symbol 198 MovieClip
"bonus057"Frame 130Symbol 198 MovieClip
"bonus058"Frame 130Symbol 198 MovieClip
"bonus055"Frame 130Symbol 198 MovieClip
"key03"Frame 130Symbol 204 MovieClip
"bonus060"Frame 130Symbol 198 MovieClip
"bonus059"Frame 130Symbol 198 MovieClip
"bonus061"Frame 130Symbol 198 MovieClip
"bonus062"Frame 130Symbol 198 MovieClip
"bonus067"Frame 130Symbol 198 MovieClip
"bonus069"Frame 130Symbol 198 MovieClip
"bonus065"Frame 130Symbol 198 MovieClip
"bonus066"Frame 130Symbol 198 MovieClip
"bonus068"Frame 130Symbol 198 MovieClip
"bonus051"Frame 130Symbol 198 MovieClip
"mcAddPoints"Frame 130Symbol 445 MovieClip
"bonus049"Frame 130Symbol 198 MovieClip
"bonus045"Frame 130Symbol 198 MovieClip
"bonus046"Frame 130Symbol 198 MovieClip
"bonus047"Frame 130Symbol 198 MovieClip
"bonus048"Frame 130Symbol 198 MovieClip
"bonus064"Frame 130Symbol 198 MovieClip
"bonus063"Frame 130Symbol 198 MovieClip
"bonus053"Frame 130Symbol 198 MovieClip
"bonus054"Frame 130Symbol 198 MovieClip
"monsterPlatform2"Frame 131Symbol 409 MovieClip
"monsterPlatform2"Frame 132Symbol 409 MovieClip
"character"Frame 140Symbol 418 MovieClip
"characterGfx"Frame 140Symbol 105 MovieClip
"mcAddPoints"Frame 140Symbol 445 MovieClip
"bonus074"Frame 140Symbol 198 MovieClip
"bonus079"Frame 140Symbol 198 MovieClip
"bonus080"Frame 140Symbol 198 MovieClip
"bonus081"Frame 140Symbol 198 MovieClip
"bonus076"Frame 140Symbol 198 MovieClip
"bonus078"Frame 140Symbol 198 MovieClip
"bonus075"Frame 140Symbol 198 MovieClip
"bonus077"Frame 140Symbol 198 MovieClip
"bonus085"Frame 140Symbol 198 MovieClip
"bonus083"Frame 140Symbol 198 MovieClip
"bonus084"Frame 140Symbol 198 MovieClip
"bonus082"Frame 140Symbol 198 MovieClip
"bonus073"Frame 140Symbol 198 MovieClip
"bonus071"Frame 140Symbol 198 MovieClip
"bonus072"Frame 140Symbol 198 MovieClip
"bonus070"Frame 140Symbol 198 MovieClip
"walkingBeast1"Frame 141Symbol 183 MovieClip
"monsterPlatform1"Frame 141Symbol 409 MovieClip
"bonus095"Frame 141Symbol 198 MovieClip
"bonus098"Frame 141Symbol 198 MovieClip
"bonus097"Frame 141Symbol 198 MovieClip
"bonus087"Frame 141Symbol 198 MovieClip
"bonus086"Frame 141Symbol 198 MovieClip
"bonus088"Frame 141Symbol 198 MovieClip
"bonus090"Frame 141Symbol 198 MovieClip
"bonus091"Frame 141Symbol 198 MovieClip
"bonus101"Frame 141Symbol 198 MovieClip
"bonus100"Frame 141Symbol 198 MovieClip
"bonus099"Frame 141Symbol 198 MovieClip
"bonus105"Frame 141Symbol 198 MovieClip
"bonus104"Frame 141Symbol 198 MovieClip
"fireBomb"Frame 150Symbol 13 MovieClip [mcFireBomb]
"character"Frame 150Symbol 418 MovieClip
"characterGfx"Frame 150Symbol 105 MovieClip
"bonus108"Frame 150Symbol 198 MovieClip
"bonus107"Frame 150Symbol 198 MovieClip
"mcAddPoints"Frame 150Symbol 445 MovieClip
"bonus117"Frame 150Symbol 198 MovieClip
"bonus106"Frame 150Symbol 198 MovieClip
"bonus120"Frame 150Symbol 198 MovieClip
"bonus119"Frame 150Symbol 198 MovieClip
"bonus118"Frame 150Symbol 198 MovieClip
"bonus114"Frame 150Symbol 198 MovieClip
"bonus115"Frame 150Symbol 198 MovieClip
"bonus116"Frame 150Symbol 198 MovieClip
"bonus110"Frame 150Symbol 198 MovieClip
"bonus111"Frame 150Symbol 198 MovieClip
"bonus109"Frame 150Symbol 198 MovieClip
"bonus112"Frame 150Symbol 198 MovieClip
"bonus113"Frame 150Symbol 198 MovieClip
"fireBomb"Frame 151Symbol 13 MovieClip [mcFireBomb]
"character"Frame 160Symbol 418 MovieClip
"characterGfx"Frame 160Symbol 105 MovieClip
"bonus121"Frame 160Symbol 198 MovieClip
"bonus123"Frame 160Symbol 198 MovieClip
"bonus125"Frame 160Symbol 198 MovieClip
"bonus127"Frame 160Symbol 198 MovieClip
"bonus128"Frame 160Symbol 198 MovieClip
"bonus134"Frame 160Symbol 198 MovieClip
"bonus131"Frame 160Symbol 198 MovieClip
"bonus124"Frame 160Symbol 198 MovieClip
"bonus122"Frame 160Symbol 198 MovieClip
"bonus126"Frame 160Symbol 198 MovieClip
"bonus132"Frame 160Symbol 198 MovieClip
"bonus133"Frame 160Symbol 198 MovieClip
"bonus129"Frame 160Symbol 198 MovieClip
"bonus130"Frame 160Symbol 198 MovieClip
"light0"Frame 170Symbol 506 MovieClip
"light1"Frame 170Symbol 506 MovieClip
"light2"Frame 170Symbol 506 MovieClip
"mcButton"Frame 170Symbol 350 MovieClip
"mcButtonCode"Frame 170Symbol 409 MovieClip
"bonus137"Frame 170Symbol 198 MovieClip
"bonus136"Frame 170Symbol 198 MovieClip
"bonus135"Frame 170Symbol 198 MovieClip
"bonus138"Frame 170Symbol 198 MovieClip
"bonus140"Frame 170Symbol 198 MovieClip
"bonus142"Frame 170Symbol 198 MovieClip
"bonus144"Frame 170Symbol 198 MovieClip
"bonus139"Frame 170Symbol 198 MovieClip
"bonus141"Frame 170Symbol 198 MovieClip
"bonus143"Frame 170Symbol 198 MovieClip
"door01"Frame 170Symbol 436 MovieClip
"character"Frame 170Symbol 418 MovieClip
"characterGfx"Frame 170Symbol 105 MovieClip
"monsterPlatform1"Frame 180Symbol 409 MovieClip
"level8mask"Frame 180Symbol 512 MovieClip
"creature1"Frame 180Symbol 183 MovieClip
"door01"Frame 180Symbol 436 MovieClip
"character"Frame 180Symbol 418 MovieClip
"characterGfx"Frame 180Symbol 105 MovieClip
"key01"Frame 180Symbol 204 MovieClip
"bonus145"Frame 180Symbol 198 MovieClip
"level8mask"Frame 181Symbol 516 MovieClip
"plattform5"Frame 190Symbol 360 MovieClip
"plattform4"Frame 190Symbol 360 MovieClip
"plattform6"Frame 190Symbol 360 MovieClip
"plattform1"Frame 190Symbol 360 MovieClip
"plattform2"Frame 190Symbol 360 MovieClip
"plattform3"Frame 190Symbol 360 MovieClip
"plattform7"Frame 190Symbol 360 MovieClip
"plattform8"Frame 190Symbol 360 MovieClip
"plattform9"Frame 190Symbol 360 MovieClip
"monsterPlatform2"Frame 190Symbol 409 MovieClip
"bonus153"Frame 190Symbol 198 MovieClip
"bonus147"Frame 190Symbol 198 MovieClip
"bonus154"Frame 190Symbol 198 MovieClip
"bonus148"Frame 190Symbol 198 MovieClip
"bonus146"Frame 190Symbol 198 MovieClip
"bonus152"Frame 190Symbol 198 MovieClip
"bonus150"Frame 190Symbol 198 MovieClip
"bonus149"Frame 190Symbol 198 MovieClip
"bonus151"Frame 190Symbol 198 MovieClip
"character"Frame 190Symbol 418 MovieClip
"characterGfx"Frame 190Symbol 105 MovieClip
"plattform3"Frame 200Symbol 360 MovieClip
"plattform2"Frame 200Symbol 360 MovieClip
"plattform1"Frame 200Symbol 360 MovieClip
"plattform4"Frame 200Symbol 360 MovieClip
"monsterPlatform2"Frame 200Symbol 409 MovieClip
"m2"Frame 200Symbol 409 MovieClip
"monsterPlatform1"Frame 200Symbol 409 MovieClip
"door01"Frame 200Symbol 436 MovieClip
"character"Frame 200Symbol 418 MovieClip
"characterGfx"Frame 200Symbol 105 MovieClip
"key01"Frame 200Symbol 204 MovieClip
"bonus155"Frame 200Symbol 198 MovieClip
"bonus156"Frame 200Symbol 198 MovieClip
"bonus160"Frame 200Symbol 198 MovieClip
"bonus158"Frame 200Symbol 198 MovieClip
"bonus157"Frame 200Symbol 198 MovieClip
"bonus159"Frame 200Symbol 198 MovieClip
"bonus162"Frame 200Symbol 198 MovieClip
"bonus163"Frame 200Symbol 198 MovieClip
"bonus164"Frame 200Symbol 198 MovieClip
"bonus161"Frame 200Symbol 198 MovieClip
"monsterPlatform2"Frame 201Symbol 409 MovieClip
"door02"Frame 201Symbol 436 MovieClip
"key02"Frame 201Symbol 204 MovieClip
"bonus165"Frame 201Symbol 198 MovieClip
"bonus172"Frame 201Symbol 198 MovieClip
"bonus169"Frame 201Symbol 198 MovieClip
"bonus171"Frame 201Symbol 198 MovieClip
"plattform3"Frame 202Symbol 360 MovieClip
"plattform2"Frame 202Symbol 360 MovieClip
"plattform1"Frame 202Symbol 360 MovieClip
"monsterPlatform2"Frame 202Symbol 409 MovieClip
"bonus175"Frame 202Symbol 198 MovieClip
"bonus176"Frame 202Symbol 198 MovieClip
"bonus174"Frame 202Symbol 198 MovieClip
"bonus173"Frame 202Symbol 198 MovieClip
"door03"Frame 202Symbol 436 MovieClip
"key03"Frame 202Symbol 204 MovieClip
"plattform3"Frame 203Symbol 360 MovieClip
"plattform1"Frame 203Symbol 360 MovieClip
"bonus177"Frame 203Symbol 198 MovieClip
"bonus178"Frame 203Symbol 198 MovieClip
"bonus179"Frame 203Symbol 198 MovieClip
"bonus180"Frame 203Symbol 198 MovieClip
"bonus181"Frame 203Symbol 198 MovieClip
"bonus182"Frame 203Symbol 198 MovieClip
"bonus183"Frame 203Symbol 198 MovieClip
"door04"Frame 203Symbol 436 MovieClip
"key04"Frame 203Symbol 204 MovieClip
"plattform2"Frame 204Symbol 360 MovieClip
"plattform3"Frame 204Symbol 360 MovieClip
"plattform1"Frame 204Symbol 360 MovieClip
"plattform4"Frame 204Symbol 360 MovieClip
"fireBomb"Frame 204Symbol 13 MovieClip [mcFireBomb]
"bonus187"Frame 204Symbol 198 MovieClip
"bonus184"Frame 204Symbol 198 MovieClip
"bonus185"Frame 204Symbol 198 MovieClip
"bonus186"Frame 204Symbol 198 MovieClip
"door05"Frame 204Symbol 436 MovieClip
"key05"Frame 204Symbol 204 MovieClip
"bonus194"Frame 205Symbol 198 MovieClip
"bonus188"Frame 205Symbol 198 MovieClip
"bonus189"Frame 205Symbol 198 MovieClip
"bonus190"Frame 205Symbol 198 MovieClip
"bonus191"Frame 205Symbol 198 MovieClip
"bonus192"Frame 205Symbol 198 MovieClip
"monsterPlatform2"Frame 206Symbol 409 MovieClip
"201"Frame 206Symbol 198 MovieClip
"202"Frame 206Symbol 198 MovieClip
"203"Frame 206Symbol 198 MovieClip
"bonus195"Frame 206Symbol 198 MovieClip
"bonus196"Frame 206Symbol 198 MovieClip
"bonus197"Frame 206Symbol 198 MovieClip
"bonus198"Frame 206Symbol 198 MovieClip
"bonus199"Frame 206Symbol 198 MovieClip
"200"Frame 206Symbol 198 MovieClip
"mcSquare0"Symbol 19 MovieClip [mcSquare] Frame 2Symbol 18 MovieClip
"eyes"Symbol 105 MovieClip Frame 1Symbol 83 MovieClip
"hit"Symbol 105 MovieClip Frame 1Symbol 85 MovieClip
"mcInvincible"Symbol 105 MovieClip Frame 1Symbol 87 MovieClip
"eyes"Symbol 105 MovieClip Frame 49Symbol 83 MovieClip
"eyes"Symbol 105 MovieClip Frame 69Symbol 83 MovieClip
"mcPause"Symbol 115 MovieClip Frame 1Symbol 111 MovieClip
"mcSound"Symbol 115 MovieClip Frame 1Symbol 114 MovieClip
"hitFlames"Symbol 175 MovieClip Frame 34Symbol 85 MovieClip
"jaw"Symbol 183 MovieClip Frame 1Symbol 175 MovieClip
"hitBody"Symbol 183 MovieClip Frame 1Symbol 85 MovieClip
"hitFire"Symbol 187 MovieClip Frame 61Symbol 85 MovieClip
"hit"Symbol 191 MovieClip Frame 6Symbol 85 MovieClip
"hit"Symbol 196 MovieClip Frame 1Symbol 85 MovieClip
"hit"Symbol 202 MovieClip Frame 1Symbol 85 MovieClip
"hit"Symbol 205 MovieClip Frame 1Symbol 85 MovieClip
"hit"Symbol 207 MovieClip Frame 1Symbol 85 MovieClip
"key01"Symbol 212 MovieClip Frame 3Symbol 204 MovieClip
"balls3"Symbol 236 MovieClip Frame 1Symbol 229 MovieClip
"balls2"Symbol 236 MovieClip Frame 1Symbol 229 MovieClip
"balls1"Symbol 236 MovieClip Frame 1Symbol 229 MovieClip
"balls4"Symbol 236 MovieClip Frame 1Symbol 229 MovieClip
"balls5"Symbol 236 MovieClip Frame 1Symbol 229 MovieClip
"loading"Symbol 236 MovieClip Frame 167Symbol 70 MovieClip
"panic"Symbol 289 MovieClip Frame 140Symbol 283 MovieClip
"goldHolder"Symbol 309 MovieClip Frame 1Symbol 277 MovieClip
"energy"Symbol 309 MovieClip Frame 1Symbol 289 MovieClip
"totalGold"Symbol 309 MovieClip Frame 1Symbol 294 MovieClip
"mcInvisible"Symbol 309 MovieClip Frame 1Symbol 299 MovieClip
"lives"Symbol 309 MovieClip Frame 1Symbol 300 MovieClip
"bonusHolder1"Symbol 309 MovieClip Frame 1Symbol 303 MovieClip
"bonusHolder2"Symbol 309 MovieClip Frame 1Symbol 304 MovieClip
"jaw"Symbol 346 MovieClip Frame 1Symbol 175 MovieClip
"hitBody"Symbol 346 MovieClip Frame 1Symbol 85 MovieClip
"hit"Symbol 346 MovieClip Frame 31Symbol 85 MovieClip
"creature1"Symbol 364 MovieClip Frame 1Symbol 183 MovieClip
"creature1"Symbol 364 MovieClip Frame 10Symbol 183 MovieClip
"hitFeet"Symbol 418 MovieClip Frame 1Symbol 285 MovieClip
"hitLeft"Symbol 418 MovieClip Frame 1Symbol 285 MovieClip
"hitRight"Symbol 418 MovieClip Frame 1Symbol 285 MovieClip
"hitHead"Symbol 418 MovieClip Frame 1Symbol 285 MovieClip
"hit"Symbol 419 MovieClip Frame 1Symbol 85 MovieClip
"hit"Symbol 506 MovieClip Frame 1Symbol 85 MovieClip
"level8bg"Symbol 512 MovieClip Frame 1Symbol 511 MovieClip
"level8bg"Symbol 516 MovieClip Frame 1Symbol 515 MovieClip

Special Tags

Protect (24)Timeline Frame 131 bytes "..$1$l7$9.I1XMPwzTdevSlk.IGfZ.."
ExportAssets (56)Timeline Frame 1Symbol 13 as "mcFireBomb"
ExportAssets (56)Timeline Frame 1Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 13Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 13Symbol 47 as "sndGrabBonus1"
ExportAssets (56)Timeline Frame 13Symbol 48 as "sndGrabBonus2"
ExportAssets (56)Timeline Frame 13Symbol 49 as "sndGrabBonus3"
ExportAssets (56)Timeline Frame 13Symbol 50 as "sndZedDie"
ExportAssets (56)Timeline Frame 13Symbol 51 as "sndZedHurt"
ExportAssets (56)Timeline Frame 13Symbol 52 as "sndFadeIn"
ExportAssets (56)Timeline Frame 13Symbol 53 as "sndFadeOut"
ExportAssets (56)Timeline Frame 13Symbol 54 as "sndGrowl"
ExportAssets (56)Timeline Frame 13Symbol 55 as "sndFlame"
ExportAssets (56)Timeline Frame 13Symbol 56 as "sndSpikes"
ExportAssets (56)Timeline Frame 13Symbol 57 as "sndIntro"
ExportAssets (56)Timeline Frame 13Symbol 58 as "sndIntermission"
ExportAssets (56)Timeline Frame 13Symbol 59 as "sndDoorOpen"
ExportAssets (56)Timeline Frame 13Symbol 60 as "sndDoorClose"
ExportAssets (56)Timeline Frame 13Symbol 61 as "sndGameOver"
ExportAssets (56)Timeline Frame 14Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 15Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 16Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 17Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 18Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 19Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 20Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 21Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 22Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 23Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 24Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 25Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 26Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 27Symbol 13 as "mcFireBomb"
ExportAssets (56)Timeline Frame 27Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 28Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 29Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 30Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 31Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 32Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 33Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 34Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 35Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 36Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 37Symbol 13 as "mcFireBomb"
ExportAssets (56)Timeline Frame 37Symbol 13 as "mcFireBomb"
ExportAssets (56)Timeline Frame 37Symbol 13 as "mcFireBomb"
ExportAssets (56)Timeline Frame 37Symbol 13 as "mcFireBomb"
ExportAssets (56)Timeline Frame 37Symbol 13 as "mcFireBomb"
ExportAssets (56)Timeline Frame 37Symbol 13 as "mcFireBomb"
ExportAssets (56)Timeline Frame 37Symbol 13 as "mcFireBomb"
ExportAssets (56)Timeline Frame 37Symbol 13 as "mcFireBomb"
ExportAssets (56)Timeline Frame 37Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 38Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 39Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 40Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 41Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 42Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 43Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 44Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 45Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 46Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 47Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 48Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 49Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 50Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 51Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 52Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 53Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 54Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 55Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 56Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 57Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 58Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 59Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 60Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 61Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 62Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 63Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 64Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 65Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 66Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 67Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 68Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 69Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 70Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 71Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 72Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 73Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 74Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 75Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 76Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 77Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 78Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 79Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 80Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 81Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 82Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 83Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 84Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 85Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 86Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 87Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 88Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 89Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 90Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 91Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 92Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 93Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 94Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 95Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 96Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 97Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 98Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 99Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 100Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 101Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 102Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 103Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 104Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 105Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 106Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 107Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 108Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 109Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 110Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 110Symbol 421 as "sndAmbienceGoldMines"
ExportAssets (56)Timeline Frame 111Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 112Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 113Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 114Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 115Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 116Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 117Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 118Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 119Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 120Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 121Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 122Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 123Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 124Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 125Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 126Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 127Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 128Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 129Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 130Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 131Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 132Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 133Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 134Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 135Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 136Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 137Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 138Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 139Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 140Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 141Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 141Symbol 473 as "sndAmbienceLavaValley"
ExportAssets (56)Timeline Frame 142Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 143Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 144Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 145Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 146Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 147Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 148Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 149Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 150Symbol 13 as "mcFireBomb"
ExportAssets (56)Timeline Frame 150Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 151Symbol 13 as "mcFireBomb"
ExportAssets (56)Timeline Frame 151Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 152Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 152Symbol 494 as "sndGameCompleted"
ExportAssets (56)Timeline Frame 152Symbol 495 as "sndAmbiencePalace"
ExportAssets (56)Timeline Frame 152Symbol 496 as "sndSwitch"
ExportAssets (56)Timeline Frame 153Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 154Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 155Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 156Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 157Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 158Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 159Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 160Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 161Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 162Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 163Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 164Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 165Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 166Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 167Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 168Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 169Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 170Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 171Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 172Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 173Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 174Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 175Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 176Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 177Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 178Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 179Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 180Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 181Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 182Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 183Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 184Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 185Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 186Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 187Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 188Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 189Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 190Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 191Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 192Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 193Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 194Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 195Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 196Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 197Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 198Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 199Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 200Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 201Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 202Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 203Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 204Symbol 13 as "mcFireBomb"
ExportAssets (56)Timeline Frame 204Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 205Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 206Symbol 19 as "mcSquare"
ExportAssets (56)Timeline Frame 207Symbol 19 as "mcSquare"

Labels

"preLoad"Frame 13
"init"Frame 21
"introScreen"Frame 27
"showProgress"Frame 37
"levelCompleted"Frame 48
"gameOver"Frame 71
"gameCompleted"Frame 85
"newLevel"Frame 97
"level1"Frame 110
"level2"Frame 120
"level3"Frame 130
"level4"Frame 140
"level5"Frame 150
"level6"Frame 160
"level7"Frame 170
"level8"Frame 180
"level9"Frame 190
"level10"Frame 200
"in"Symbol 19 MovieClip [mcSquare] Frame 3
"out"Symbol 19 MovieClip [mcSquare] Frame 12
"idle"Symbol 105 MovieClip Frame 1
"runLoop"Symbol 105 MovieClip Frame 18
"run"Symbol 105 MovieClip Frame 24
"jump"Symbol 105 MovieClip Frame 43
"jumpStill"Symbol 105 MovieClip Frame 49
"fall"Symbol 105 MovieClip Frame 57
"turn"Symbol 105 MovieClip Frame 69
"loseLife"Symbol 105 MovieClip Frame 76
"paused"Symbol 111 MovieClip Frame 2
"toggleSound"Symbol 114 MovieClip Frame 2
"in"Symbol 122 MovieClip Frame 2
"out"Symbol 122 MovieClip Frame 8
"none"Symbol 175 MovieClip Frame 1
"bite"Symbol 175 MovieClip Frame 7
"fire"Symbol 175 MovieClip Frame 24
"firing"Symbol 175 MovieClip Frame 28
"walk"Symbol 183 MovieClip Frame 1
"turn"Symbol 183 MovieClip Frame 25
"collected"Symbol 196 MovieClip Frame 10
"collected"Symbol 198 MovieClip Frame 10
"collected"Symbol 202 MovieClip Frame 41
"hide"Symbol 202 MovieClip Frame 50
"collected"Symbol 204 MovieClip Frame 10
"collected"Symbol 205 MovieClip Frame 10
"collected"Symbol 207 MovieClip Frame 10
"hide"Symbol 207 MovieClip Frame 20
"error"Symbol 236 MovieClip Frame 2
"correct"Symbol 236 MovieClip Frame 159
"loading"Symbol 236 MovieClip Frame 167
"lblRestore"Symbol 289 MovieClip Frame 267
"start"Symbol 299 MovieClip Frame 2
"livesLeft3"Symbol 300 MovieClip Frame 1
"livesLeft2"Symbol 300 MovieClip Frame 8
"livesLeft1"Symbol 300 MovieClip Frame 23
"livesLeft0"Symbol 300 MovieClip Frame 37
"fly"Symbol 346 MovieClip Frame 1
"turn"Symbol 346 MovieClip Frame 32
"fadeOut"Symbol 360 MovieClip Frame 2
"fadeIn"Symbol 360 MovieClip Frame 5
"open"Symbol 415 MovieClip Frame 2
"collected"Symbol 419 MovieClip Frame 10
"hide"Symbol 419 MovieClip Frame 20
"open"Symbol 436 MovieClip Frame 2
"close"Symbol 436 MovieClip Frame 11
"textBonus"Symbol 445 MovieClip Frame 16
"whiteLight"Symbol 506 MovieClip Frame 5
"redLight"Symbol 506 MovieClip Frame 24

Dynamic Text Variables

txtSoundSymbol 113 EditableText"SOUND OFF"
txtDataFileScoreSymbol 126 EditableText"0"
txtDataFileLevelSymbol 128 EditableText"0"
txtDataFileGoldSymbol 129 EditableText"0%"
txtTotalPointsSymbol 268 EditableText"0"
txtLevelClearedSymbol 314 EditableText"LEVEL 0"
txtLevelClearedSymbol 375 EditableText"LEVEL 0 CLEARED!"
txtTotalPointsSymbol 376 EditableText"0"
txtLivesSymbol 377 EditableText"0"
txtEnergySymbol 378 EditableText"0"
txtTotalPointsSymbol 381 EditableText"0"
txtGoldPercentageSymbol 382 EditableText"YOU MANAGED TO COLLECT 0% OF THE GOLD ZED NEEDS FOR A SHINY GOLDEN SPACE SUIT"
txtTotalPointsSymbol 389 EditableText"0"
pointsSymbol 438 EditableText"0"
pointsSymbol 440 EditableText"0"
txtBonusSymbol 442 EditableText"nothing"
txtBonusSymbol 444 EditableText"nothing"




http://swfchan.com/2/5599/info.shtml
Created: 15/6 -2019 08:58:53 Last modified: 15/6 -2019 08:58:53 Server time: 04/05 -2024 17:03:50