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

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

Red Beard.swf

This is the info page for
Flash #13146

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


Text
Free Games AND ShowS

PLAY

PLAY

CONTINUE

CONTINUE

1

CodeMC

Key Code

backgroundMC

X

X

X

purple

red

blue

Level

20

G

o

G

o

!

!

x

99

10000

1000

+

TRY AGAIN...

GO TO HI-SCORE VERSION

GO TO HI-SCORE VERSION

MENU

MENU

MINICLIP.COM HIGHSCORE COMPONENT v1.2

Place this component on a frame where the
highscores should be displayed. The silhouette
helps you position it correctly on your page.

scoreLocation
gamename
saveScore
scoreIsTime

The absolute path to the
score variable
Game identifier
Set to false to only show
the scores
Score is based on time -
'10m23s45ms' should be
sent as '102345'

COULD NOT LOAD HI-SCORES...

ENTER YOUR NAME TO THE HI-SCORES!

GO

LOADING HI-SCORES...

DAILY

WEEKLY

MONTHLY

1
2
3
4
5
6
7
8
9
10

HI-SCORES

LOADING WEEKLY HI-SCORES...

LOADING MONTHLY HI-SCORES...


ActionScript [AS1/AS2]

Frame 1
stop();
Frame 2
loadMovieNum ("redbeardmusic.swf", 1); platformOptionFile = sharedobject.getLocal("IMBplatform01"); _root.highestLevel = platformOptionFile.data.highestLevel; _root.highScore = platformOptionFile.data.highScore; if (highestLevel != null) { continueBUT._visible = ture; } else { continueBUT._visible = false; } if (highScore == null) { highScore = 0; } firstLevel = "L1"; stop();
Instance of Symbol 26 MovieClip "clouds" in Frame 2
onClipEvent (enterFrame) { if (_x < -446) { _x = -27; } _x = (_x - 1); }
Instance of Symbol 62 MovieClip in Frame 2
onClipEvent (load) { stop(); }
Frame 3
dead = new Sound(); dead.attachSound("DEAD.wav"); gem = new Sound(); gem.attachSound("gem.wav"); gem2 = new Sound(); gem2.attachSound("gem2.wav"); gem3 = new Sound(); gem3.attachSound("gem3.wav"); goal = new Sound(); goal.attachSound("goalgem.wav"); jump = new Sound(); jump.attachSound("jump.wav"); click = new Sound(); click.attachSound("roll.wav"); beep = new Sound(); beep.attachSound("beep.wav"); if (_root.codeMC:lives == 0) { gotoAndStop (5); } if (_root:end == 1) { gotoAndStop (7); }
Instance of Symbol 76 MovieClip "codeMC" in Frame 3
onClipEvent (load) { move = 7; jumpHeight = 20; direction = 1; Air = 5; drownRate = 0.0666666666666667; platformActive = 0; gravity = 20; scrollPoint = 226; scrollPointLeft = 225; scrollPointUpper = 100; scrollPointLower = 200; } onClipEvent (enterFrame) { if (checked == "done") { time = getTimer(); checked = "checking"; } frame = frame + 1; if ((getTimer() - time) > 1000) { FPS = frame; checked = "done"; frame = 0; if ((FPS < 20) and (_quality == "HIGH")) { _quality = "MEDIUM"; } if ((FPS > 25) and (_quality == "MEDIUM")) { _quality = "HIGH"; } } if (collected == "red") { purplegems = 0; bluegems = 0; collected = "none"; colourActive = "none"; } if (collected == "purple") { redgems = 0; bluegems = 0; collected = "none"; colourActive = "none"; } if (collected == "blue") { purplegems = 0; redgems = 0; collected = "none"; colourActive = "none"; } if ((redgems >= redNeeded) and (redneeded != "X")) { colourActive = "red"; } if ((bluegems >= blueNeeded) and (blueneeded != "X")) { colourActive = "blue"; } if ((purplegems >= purpleNeeded) and (purpleneeded != "X")) { colourActive = "purple"; } if ((bonusScore > levelComplete) and (levelBoardDone == "TRUE")) { bonusScore = bonusScore - 10; } if (levelBoardDone == "TRUE") { Testscore = Testscore + 10; } if (getProperty("_root.waterMC", _x) < -670) { setProperty("_root.waterMC", _x , 0); setProperty("_root.waterBackMC", _x , 0); } waterHeight = waterHeight - waterSpeed; setProperty("_root.waterMC", _x , getProperty("_root.waterMC", _x) - 20); setProperty("_root.waterBackMC", _x , getProperty("_root.waterBackMC", _x) - 20); setProperty("_root.waterMC", _y , (getProperty("_root.BackgroundMC", _y) + waterheight) + 522); setProperty("_root.waterBackMC", _y , (getProperty("_root.BackgroundMC", _y) + waterheight) + 510); if ((getProperty("_root.playerMC", _y) - 20) > getProperty("_root.waterMC", _y)) { Air = Air - drownRate; if (Air < 0) { state = "dead"; } } else { Air = 5; } if ((enemyCol == "on") and (invincibleTimer != "on")) { enemyCol = "off"; state = "dead"; } if ((invincibleTimer == "on") and (nInvincible < 180)) { nInvincible = nInvincible + 1; enemyCol = "off"; setProperty("_root.counterMC.invincibleMC", _visible , true); } else { nInvincible = 0; invincibleTimer = "off"; setProperty("_root.counterMC.invincibleMC", _visible , false); } if (state == "dead") { if (deadSound != "played") { _root.dead.start(); deadSound = "played"; } if (getProperty("_root.playerMC", _y) < 750) { setProperty("_root.playerMC", _y , (getProperty("_root.playerMC", _y) - 16) + deathspeed); deathspeed = deathspeed + 3; } else { _root.score = score; lives = lives - 1; state = "Stopped"; Set("_root.codeMC:blueSwitch", "off"); Set("_root.codeMC:redSwitch", "off"); Set("_root.codeMC:purpleSwitch", "off"); air = 5; redgems = 0; bluegems = 0; purplegems = 0; colourActive = "none"; currentGround = 500; setProperty("_root.backgroundMC", _x , 0); setProperty("_root.backgroundMC", _y , 0); setProperty("_root.playerMC", _x , 197.2); setProperty("_root.playerMC", _y , 97); _root.levelBoardMC.play(); _root.backgroundMC.gotoAndPlay(currentlevel); deathspeed = 0; deadSound = "waiting"; } } if (state == "Stopped") { if (left == "on") { direction = -1; speed = 1; currentJumpHeight = jumpHeight; state = "Accelerate"; } if (right == "on") { direction = 1; speed = 1; currentJumpHeight = jumpHeight; state = "Accelerate"; } } if (state == "Skid") { speed = speed - 2; if (speed <= 0) { state = "Stopped"; } if (((getProperty("_root.playerMC", _x) > scrollPoint) and (direction == 1)) or ((getProperty("_root.playerMC", _x) < scrollPointLeft) and (direction == -1))) { if ((getProperty("_root.playerMC", _x) > scrollPoint) and (direction == 1)) { setProperty("_root.backgroundMC", _x , getProperty("_root.backgroundMC", _x) - (direction * speed)); } if ((getProperty("_root.playerMC", _x) < scrollPointLeft) and (direction == -1)) { setProperty("_root.backgroundMC", _x , getProperty("_root.backgroundMC", _x) - (direction * speed)); } } else { setProperty("_root.playerMC", _x , getProperty("_root.playerMC", _x) + (direction * speed)); } } if (state == "Inertia") { speed = speed - 1; if (((getProperty("_root.playerMC", _x) > scrollPoint) and (direction == 1)) or ((getProperty("_root.playerMC", _x) < scrollPointLeft) and (direction == -1))) { if ((getProperty("_root.playerMC", _x) > scrollPoint) and (direction == 1)) { setProperty("_root.backgroundMC", _x , getProperty("_root.backgroundMC", _x) - (direction * speed)); } if ((getProperty("_root.playerMC", _x) < scrollPointLeft) and (direction == -1)) { setProperty("_root.backgroundMC", _x , getProperty("_root.backgroundMC", _x) - (direction * speed)); } } else { setProperty("_root.playerMC", _x , getProperty("_root.playerMC", _x) + (direction * speed)); } if ((direction == 1) and (_root.CodeMC:left == "on")) { state = "Stopped"; } if ((direction == -1) and (_root.CodeMC:right == "on")) { state = "Stopped"; } if (speed == 0) { state = "Stopped"; } } if (state == "Move") { if (((getProperty("_root.playerMC", _x) > scrollPoint) and (direction == 1)) or ((getProperty("_root.playerMC", _x) < scrollPointLeft) and (direction == -1))) { if ((getProperty("_root.playerMC", _x) > scrollPoint) and (direction == 1)) { setProperty("_root.backgroundMC", _x , getProperty("_root.backgroundMC", _x) - (direction * speed)); } if ((getProperty("_root.playerMC", _x) < scrollPointLeft) and (direction == -1)) { setProperty("_root.backgroundMC", _x , getProperty("_root.backgroundMC", _x) - (direction * speed)); } } else { setProperty("_root.playerMC", _x , getProperty("_root.playerMC", _x) + (direction * speed)); } if ((direction == -1) and (left == "off")) { state = "Inertia"; } if ((direction == 1) and (right == "off")) { state = "Inertia"; } } if (state == "Accelerate") { speed = speed + 1; if (((getProperty("_root.playerMC", _x) > scrollPoint) and (direction == 1)) or ((getProperty("_root.playerMC", _x) < scrollPointLeft) and (direction == -1))) { if ((getProperty("_root.playerMC", _x) > scrollPoint) and (direction == 1)) { setProperty("_root.backgroundMC", _x , getProperty("_root.backgroundMC", _x) - (direction * speed)); } if ((getProperty("_root.playerMC", _x) < scrollPointLeft) and (direction == -1)) { setProperty("_root.backgroundMC", _x , getProperty("_root.backgroundMC", _x) - (direction * speed)); } } else { setProperty("_root.playerMC", _x , getProperty("_root.playerMC", _x) + (direction * speed)); } if ((direction == -1) and (left == "off")) { state = "Inertia"; } if ((direction == 1) and (right == "off")) { state = "Inertia"; } if (speed == Move) { state = "Move"; } } if (((getProperty("_root.playerMC", _y) < currentGround) and (jumping == "off")) and (state != "dead")) { fallspeed = fallspeed + 2; falling = "on"; if (fallspeed > gravity) { fallspeed = gravity; } if ((getProperty("_root.playerMC", _y) + fallspeed) >= currentGround) { setProperty("_root.playerMC", _y , currentGround - 1); fallspeed = 0; } if ((getProperty("_root.playerMC", _y) + fallspeed) > scrollPointLower) { setProperty("_root.backgroundMC", _y , getProperty("_root.backgroundMC", _y) - fallspeed); } else { setProperty("_root.playerMC", _y , getProperty("_root.playerMC", _y) + fallspeed); } } else { fallspeed = 0; falling = "off"; } if (platformActive == 0) { currentGround = 400; } if (((((lastjump == "off") and (state != "tutorial")) and (jump == "on")) and (fallspeed == 0)) and (jumping == "off")) { jumping = "on"; _root.jump.start(); } if ((jumping == "on") and (jumpSpeed < currentJumpHeight)) { jumpSpeed = jumpSpeed + 2; if (jump ne "on") { currentJumpHeight = currentJumpHeight - 2; } if (getProperty("_root.playerMC", _y) < scrollPointUpper) { setProperty("_root.backgroundMC", _y , (getProperty("_root.backgroundMC", _y) + currentJumpHeight) - jumpSpeed); } else { setProperty("_root.playerMC", _y , (getProperty("_root.playerMC", _y) - currentJumpHeight) + jumpSpeed); } } else { jumping = "off"; jumpSpeed = 0; currentJumpHeight = jumpHeight; } if (direction == 1) { if (((state != "Stopped") and (jumping == "off")) and (state != "dead")) { _root.playerMC.gotoAndStop("right"); } if (jumping == "on") { _root.playerMC.gotoAndStop("jump right"); } if ((state == "Stopped") and (jumping == "off")) { _root.playerMC.gotoAndStop("stopped right"); } if (state == "tutorial") { _root.playerMC.gotoAndStop("stopped right"); } } if (direction == -1) { if (((state != "Stopped") and (jumping == "off")) and (state != "dead")) { _root.playerMC.gotoAndStop("left"); } if (jumping == "on") { _root.playerMC.gotoAndStop("jump left"); } if ((state == "Stopped") and (jumping == "off")) { _root.playerMC.gotoAndStop("stopped left"); } if (state == "tutorial") { _root.playerMC.gotoAndStop("stopped right"); } } if (state == "dead") { _root.playerMC.gotoAndStop("death"); } }
Instance of Symbol 78 MovieClip "KeyMC" in Frame 3
onClipEvent (enterFrame) { if (_root.CodeMC:jump == "on") { Set("_root.CodeMC:lastjump", "on"); } else { Set("_root.CodeMC:lastjump", "off"); } Set("_root.CodeMC:jump", "off"); Set("_root.CodeMC:left", "off"); Set("_root.CodeMC:right", "off"); if (Key.isDown(32)) { Set("_root.CodeMC:jump", "on"); } if (Key.isDown(37)) { Set("_root.CodeMC:left", "on"); } if (Key.isDown(39)) { Set("_root.CodeMC:right", "on"); } if (_root.codeMC:state == "Stopped") { if (Key.isDown(38)) { if (getProperty("_root.PlayerMC", _y) < (_root.codeMC:scrollPointLower - 5)) { setProperty("_root.PlayerMC", _y , getProperty("_root.PlayerMC", _y) + 5); setProperty("_root.backgroundMC", _y , getProperty("_root.backgroundMC", _y) + 5); } else if (getProperty("_root.PlayerMC", _y) < (_root.codeMC:scrollPointLower - 1)) { setProperty("_root.PlayerMC", _y , getProperty("_root.PlayerMC", _y) + 1); setProperty("_root.backgroundMC", _y , getProperty("_root.backgroundMC", _y) + 1); } } if (Key.isDown(40)) { if (getProperty("_root.PlayerMC", _y) > (_root.codeMC:scrollPointUpper + 5)) { setProperty("_root.PlayerMC", _y , getProperty("_root.PlayerMC", _y) - 5); setProperty("_root.backgroundMC", _y , getProperty("_root.backgroundMC", _y) - 5); } } else if (getProperty("_root.PlayerMC", _y) > (_root.codeMC:scrollPointLower + 1)) { setProperty("_root.PlayerMC", _y , getProperty("_root.PlayerMC", _y) - 1); setProperty("_root.backgroundMC", _y , getProperty("_root.backgroundMC", _y) - 1); } } if (Key.isDown(81)) { _root.score = _root.codeMC:score; Set("_root.codeMC:lives", _root.codeMC:lives - 1); Set("_root.codeMC:state", "Stopped"); Set("_root.codeMC:blueSwitch", "off"); Set("_root.codeMC:redSwitch", "off"); Set("_root.codeMC:purpleSwitch", "off"); Set("_root.codeMC:air", 5); Set("_root.codeMC:redgems", 0); Set("_root.codeMC:bluegems", 0); Set("_root.codeMC:purplegems", 0); Set("_root.codeMC:colourActive", "none"); Set("_root.codeMC:currentGround", 500); setProperty("_root.backgroundMC", _x , 0); setProperty("_root.backgroundMC", _y , 0); setProperty("_root.playerMC", _x , 197.2); setProperty("_root.playerMC", _y , 97); Set("_root:end", 1); Set("_root.codeMC:deathspeed", 0); } if (Key.isDown(70)) { setProperty("_root.codeMC", _y , 260); } }
Frame 4
gotoAndPlay (3);
Frame 5
platformOptionFile = sharedobject.getLocal("IMBplatform01"); if (_root.highScore < score) { highText._visible = true; platformOptionFile.data.highScore = score; } else { highText._visible = false; } stop();
Instance of Symbol 26 MovieClip "clouds" in Frame 5
onClipEvent (enterFrame) { if (_x < -446) { _x = -27; } _x = (_x - 1); }
Instance of Symbol 62 MovieClip in Frame 5
onClipEvent (load) { stop(); }
Instance of Symbol 62 MovieClip in Frame 5
onClipEvent (load) { stop(); }
Instance of Symbol 62 MovieClip in Frame 5
onClipEvent (load) { stop(); }
Instance of Symbol 427 MovieClip in Frame 6
//component parameters onClipEvent (initialize) { scoreLocation = "_root.score"; gamename = "redbeard"; saveScore = true; scoreIsTime = false; }
Frame 7
_root.end = 0; platformOptionFile = sharedobject.getLocal("IMBplatform01"); if (_root.highScore < score) { highText._visible = true; platformOptionFile.data.highScore = score; } else { highText._visible = false; } stop();
Instance of Symbol 26 MovieClip "clouds" in Frame 7
onClipEvent (enterFrame) { if (_x < -446) { _x = -27; } _x = (_x - 1); }
Instance of Symbol 62 MovieClip in Frame 7
onClipEvent (load) { stop(); }
Instance of Symbol 62 MovieClip in Frame 7
onClipEvent (load) { stop(); }
Instance of Symbol 62 MovieClip in Frame 7
onClipEvent (load) { stop(); }
Instance of Symbol 62 MovieClip in Frame 7
onClipEvent (load) { stop(); }
Instance of Symbol 62 MovieClip in Frame 7
onClipEvent (load) { stop(); }
Instance of Symbol 62 MovieClip in Frame 7
onClipEvent (load) { stop(); }
Instance of Symbol 62 MovieClip in Frame 7
onClipEvent (load) { stop(); }
Instance of Symbol 62 MovieClip in Frame 7
onClipEvent (load) { stop(); }
Instance of Symbol 62 MovieClip in Frame 7
onClipEvent (load) { stop(); }
Instance of Symbol 62 MovieClip in Frame 7
onClipEvent (load) { stop(); }
Instance of Symbol 62 MovieClip in Frame 7
onClipEvent (load) { stop(); }
Instance of Symbol 62 MovieClip in Frame 7
onClipEvent (load) { stop(); }
Instance of Symbol 62 MovieClip in Frame 7
onClipEvent (load) { stop(); }
Instance of Symbol 62 MovieClip in Frame 7
onClipEvent (load) { stop(); }
Instance of Symbol 427 MovieClip in Frame 8
//component parameters onClipEvent (initialize) { scoreLocation = "_root.score"; gamename = "redbeard"; saveScore = true; scoreIsTime = false; }
Symbol 22 MovieClip Frame 99
_root.play();
Symbol 38 Button
on (release) { getURL ("http://www.miniclip.com", "_blank"); }
Symbol 50 Button
on (release) { play(); }
Symbol 55 Button
on (release) { firstLevel = "L" + _root.highestLevel; play(); }
Symbol 58 MovieClip Frame 1
if (Key.isDown(76)) { _y = 300; }
Symbol 58 MovieClip Frame 2
gotoAndPlay (1);
Symbol 83 MovieClip Frame 1
if (((((getProperty("_root.BackgroundMC", _x) + _x) > 0) and ((getProperty("_root.BackgroundMC", _x) + _x) < 450)) and (((getProperty("_root.BackgroundMC", _y) + _y) + _height) > 0)) and ((getProperty("_root.BackgroundMC", _y) + _y) < 300)) { if (_root.codeMC:state != "dead") { if (((getProperty("_root.playerMC", _y) > (_y + getProperty("_root.BackgroundMC", _y))) and (getProperty("_root.playerMC", _x) > (_x + getProperty("_root.backgroundMC", _x)))) and (getProperty("_root.playerMC", _x) < ((_x + getProperty("_root.backgroundMC", _x)) + _width))) { if (_root.CodeMC:direction == 1) { setProperty("_root.playerMC", _x , (_x + getProperty("_root.backgroundMC", _x)) - 1); } if (_root.CodeMC:direction == -1) { setProperty("_root.playerMC", _x , ((_x + getProperty("_root.backgroundMC", _x)) + _width) + 1); } Set("_root.CodeMC:state", "Stopped"); } } }
Symbol 83 MovieClip Frame 2
gotoAndPlay (1);
Symbol 86 MovieClip Frame 1
if (((((getProperty("_root.BackgroundMC", _x) + _x) > 0) and ((getProperty("_root.BackgroundMC", _x) + _x) < 450)) and ((getProperty("_root.BackgroundMC", _y) + _y) > 0)) and ((getProperty("_root.BackgroundMC", _y) + _y) < 300)) { if (_root.codeMC:state != "dead") { if (hittest(_root.playerMC)) { _root.gem.start(); _root.goal.start(); trace(_root.codeMC:Testscore); Set("_root.codeMC:blueSwitch", "off"); Set("_root.codeMC:redSwitch", "off"); Set("_root.codeMC:purpleSwitch", "off"); Set("_root.codeMC:Testscore", 0); Set("_root.codeMC:score", _root.codeMC:score + _root.codeMC:bonusScore); setProperty("_root.playerMC", _x , 171.2); setProperty("_root.playerMC", _y , 97); setProperty("_root.backgroundMC", _x , 0); setProperty("_root.backgroundMC", _y , 0); Set("_root.codeMC:redgems", 0); Set("_root.codeMC:bluegems", 0); Set("_root.codeMC:purplegems", 0); Set("_root.codeMC:colourActive", "none"); Set("_root.codeMC:currentGround", 500); _root.LevelboardMC.gotoAndPlay("start"); Set("_root.CodeMC:tutorial", "off"); _root.backgroundMC.gotoAndPlay(_root.codeMC:nextlevel); } } }
Symbol 86 MovieClip Frame 2
gotoAndPlay (1);
Symbol 99 MovieClip Frame 1
if (_root.codeMC:state != "dead") { range = 10; if ((getProperty("_root.playerMC", _y) > ((_y + getProperty("_root.BackgroundMC", _y)) - range)) and (getProperty("_root.playerMC", _y) < ((_y + getProperty("_root.BackgroundMC", _y)) + range))) { inRange = "on"; } else { inrange = "off"; } if ((getProperty("_root.playerMC", _y) < (_y + getProperty("_root.BackgroundMC", _y))) and ((getProperty("_root.playerMC", _y) + _root.CodeMC:fallspeed) > (_y + getProperty("_root.BackgroundMC", _y)))) { yCollision = "on"; } else { yCollision = "off"; } if ((getProperty("_root.playerMC", _x) > (_x + getProperty("_root.BackgroundMC", _x))) and (getProperty("_root.playerMC", _x) < ((_x + _width) + getProperty("_root.BackgroundMC", _x)))) { xCollision = "on"; } else { xCollision = "off"; } if ((inRange == "on") and (xCollision == "on")) { if (collision != "on") { Set("_root.CodeMC:platformActive", _root.CodeMC:platformActive + 1); } collision = "on"; Set("_root.CodeMC:currentGround", _y + getProperty("_root.BackgroundMC", _y)); if (_root.codeMC:jumping == "off") { setProperty("_root.playerMC", _y , _y + getProperty("_root.BackgroundMC", _y)); } if (getProperty("_root.playerMC", _y) > _root.codeMC:scrollPointLower) { setProperty("_root.backgroundMC", _y , (getProperty("_root.backgroundMC", _y) - getProperty("_root.playerMC", _y)) + _root.codeMC:scrollPointLower); } if (getProperty("_root.playerMC", _y) < _root.codeMC:scrollPointUpper) { setProperty("_root.backgroundMC", _y , (getProperty("_root.backgroundMC", _y) - getProperty("_root.playerMC", _y)) + _root.codeMC:scrollPointUpper); } } else if (collision == "on") { if ((inRange == "off") or (xCollision == "off")) { Set("_root.CodeMC:platformActive", _root.CodeMC:platformActive - 1); collision = "off"; } } }
Symbol 99 MovieClip Frame 2
gotoAndPlay (1);
Symbol 101 MovieClip Frame 1
if (((((getProperty("_root.BackgroundMC", _x) + _x) > 0) and ((getProperty("_root.BackgroundMC", _x) + _x) < 450)) and ((getProperty("_root.BackgroundMC", _y) + _y) > 0)) and ((getProperty("_root.BackgroundMC", _y) + _y) < 300)) { if (_root.codeMC:state != "dead") { range = 10; if ((getProperty("_root.playerMC", _y) > ((_y + getProperty("_root.BackgroundMC", _y)) - range)) and (getProperty("_root.playerMC", _y) < ((_y + getProperty("_root.BackgroundMC", _y)) + range))) { inRange = "on"; } else { inrange = "off"; } if ((getProperty("_root.playerMC", _y) < (_y + getProperty("_root.BackgroundMC", _y))) and ((getProperty("_root.playerMC", _y) + _root.CodeMC:fallspeed) > (_y + getProperty("_root.BackgroundMC", _y)))) { yCollision = "on"; } else { yCollision = "off"; } if ((getProperty("_root.playerMC", _x) > (_x + getProperty("_root.BackgroundMC", _x))) and (getProperty("_root.playerMC", _x) < ((_x + _width) + getProperty("_root.BackgroundMC", _x)))) { xCollision = "on"; } else { xCollision = "off"; } if ((inRange == "on") and (xCollision == "on")) { if (collision != "on") { Set("_root.CodeMC:platformActive", _root.CodeMC:platformActive + 1); } collision = "on"; Set("_root.CodeMC:currentGround", _y + getProperty("_root.BackgroundMC", _y)); if (_root.codeMC:jumping == "off") { setProperty("_root.playerMC", _y , _y + getProperty("_root.BackgroundMC", _y)); } if (getProperty("_root.playerMC", _y) > _root.codeMC:scrollPointLower) { setProperty("_root.backgroundMC", _y , (getProperty("_root.backgroundMC", _y) - getProperty("_root.playerMC", _y)) + _root.codeMC:scrollPointLower); } if (getProperty("_root.playerMC", _y) < _root.codeMC:scrollPointUpper) { setProperty("_root.backgroundMC", _y , (getProperty("_root.backgroundMC", _y) - getProperty("_root.playerMC", _y)) + _root.codeMC:scrollPointUpper); } } else { if (collision == "on") { if ((inRange == "off") or (xCollision == "off")) { Set("_root.CodeMC:platformActive", _root.CodeMC:platformActive - 1); collision = "off"; } } if ((((hitTest(_root.playerMC) and (_root.codeMC:jumping == "on")) and (getProperty("_root.playerMC", _x) > (_x + getProperty("_root.BackgroundMC", _x)))) and (getProperty("_root.PlayerMC", _x) < ((_x + _width) + getProperty("_root.BackgroundMC", _x)))) and (getProperty("_root.playerMC", _y) > ((_y + getProperty("_root.backgroundMC", _y)) + _height))) { setProperty("_root.playerMC", _y , ((_y + getProperty("_root.backgroundMC", _y)) + getProperty("_root.playerMC", _height)) + _height); Set("_root.codeMC:jumping", "off"); Set("_root.codeMC:jumpSpeed", 0); Set("_root.codeMC:fallSpeed", 0); } if ((((getProperty("_root.playerMC", _y) > (_y + getProperty("_root.BackgroundMC", _y))) and (getProperty("_root.playerMC", _y) < ((_y + getProperty("_root.BackgroundMC", _y)) + _height))) and (getProperty("_root.playerMC", _x) > (_x + getProperty("_root.backgroundMC", _x)))) and (getProperty("_root.playerMC", _x) < ((_x + getProperty("_root.backgroundMC", _x)) + _width))) { if (_root.CodeMC:direction == 1) { setProperty("_root.playerMC", _x , (_x + getProperty("_root.backgroundMC", _x)) - 1); } if (_root.CodeMC:direction == -1) { setProperty("_root.playerMC", _x , ((_x + getProperty("_root.backgroundMC", _x)) + _width) + 1); } Set("_root.CodeMC:state", "Stopped"); } } } }
Symbol 101 MovieClip Frame 2
gotoAndPlay (1);
Symbol 102 MovieClip Frame 1
if (_root.codeMC:state != "dead") { range = 10; if ((getProperty("_root.playerMC", _y) > ((_y + getProperty("_root.BackgroundMC", _y)) - range)) and (getProperty("_root.playerMC", _y) < ((_y + getProperty("_root.BackgroundMC", _y)) + range))) { inRange = "on"; } else { inrange = "off"; } if ((getProperty("_root.playerMC", _y) < (_y + getProperty("_root.BackgroundMC", _y))) and ((getProperty("_root.playerMC", _y) + _root.CodeMC:fallspeed) > (_y + getProperty("_root.BackgroundMC", _y)))) { yCollision = "on"; } else { yCollision = "off"; } if ((getProperty("_root.playerMC", _x) > (_x + getProperty("_root.BackgroundMC", _x))) and (getProperty("_root.playerMC", _x) < ((_x + _width) + getProperty("_root.BackgroundMC", _x)))) { xCollision = "on"; } else { xCollision = "off"; } if ((inRange == "on") and (xCollision == "on")) { if (collision != "on") { Set("_root.CodeMC:platformActive", _root.CodeMC:platformActive + 1); } collision = "on"; Set("_root.CodeMC:currentGround", _y + getProperty("_root.BackgroundMC", _y)); if (_root.codeMC:jumping == "off") { setProperty("_root.playerMC", _y , _y + getProperty("_root.BackgroundMC", _y)); } if (getProperty("_root.playerMC", _y) > _root.codeMC:scrollPointLower) { setProperty("_root.backgroundMC", _y , (getProperty("_root.backgroundMC", _y) - getProperty("_root.playerMC", _y)) + _root.codeMC:scrollPointLower); } if (getProperty("_root.playerMC", _y) < _root.codeMC:scrollPointUpper) { setProperty("_root.backgroundMC", _y , (getProperty("_root.backgroundMC", _y) - getProperty("_root.playerMC", _y)) + _root.codeMC:scrollPointUpper); } } else { if (collision == "on") { if ((inRange == "off") or (xCollision == "off")) { Set("_root.CodeMC:platformActive", _root.CodeMC:platformActive - 1); collision = "off"; } } if ((((hitTest(_root.playerMC) and (_root.codeMC:jumping == "on")) and (getProperty("_root.playerMC", _x) > (_x + getProperty("_root.BackgroundMC", _x)))) and (getProperty("_root.PlayerMC", _x) < ((_x + _width) + getProperty("_root.BackgroundMC", _x)))) and (getProperty("_root.playerMC", _y) > ((_y + getProperty("_root.backgroundMC", _y)) + _height))) { setProperty("_root.playerMC", _y , ((_y + getProperty("_root.backgroundMC", _y)) + getProperty("_root.playerMC", _height)) + _height); Set("_root.codeMC:jumping", "off"); Set("_root.codeMC:jumpSpeed", 0); Set("_root.codeMC:fallSpeed", 0); } if ((((getProperty("_root.playerMC", _y) > (_y + getProperty("_root.BackgroundMC", _y))) and (getProperty("_root.playerMC", _y) < ((_y + getProperty("_root.BackgroundMC", _y)) + _height))) and (getProperty("_root.playerMC", _x) > (_x + getProperty("_root.backgroundMC", _x)))) and (getProperty("_root.playerMC", _x) < ((_x + getProperty("_root.backgroundMC", _x)) + _width))) { if (_root.CodeMC:direction == 1) { setProperty("_root.playerMC", _x , (_x + getProperty("_root.backgroundMC", _x)) - 1); } if (_root.CodeMC:direction == -1) { setProperty("_root.playerMC", _x , ((_x + getProperty("_root.backgroundMC", _x)) + _width) + 1); } Set("_root.CodeMC:state", "Stopped"); } } }
Symbol 102 MovieClip Frame 2
gotoAndPlay (1);
Symbol 105 MovieClip Frame 1
if ((((((getProperty("_root.BackgroundMC", _x) + _x) + _width) > 0) and ((getProperty("_root.BackgroundMC", _x) + _x) < 450)) and (((getProperty("_root.BackgroundMC", _y) + _y) + _height) > 0)) and ((getProperty("_root.BackgroundMC", _y) + _y) < 300)) { if (_root.codeMC:state != "dead") { if (this.hittest(_root.playerMC)) { Set("_root.codeMC:enemyCol", "on"); } } }
Symbol 105 MovieClip Frame 2
gotoAndPlay (1);
Symbol 107 MovieClip Frame 1
range = 10; if ((getProperty("_root.playerMC", _y) > ((_y + getProperty("_root.BackgroundMC", _y)) - range)) and (getProperty("_root.playerMC", _y) < ((_y + getProperty("_root.BackgroundMC", _y)) + range))) { inRange = "on"; } else { inrange = "off"; } if ((getProperty("_root.playerMC", _y) < (_y + getProperty("_root.BackgroundMC", _y))) and ((getProperty("_root.playerMC", _y) + _root.CodeMC:fallspeed) > (_y + getProperty("_root.BackgroundMC", _y)))) { yCollision = "on"; } else { yCollision = "off"; } if ((getProperty("_root.playerMC", _x) > (_x + getProperty("_root.BackgroundMC", _x))) and (getProperty("_root.playerMC", _x) < ((_x + _width) + getProperty("_root.BackgroundMC", _x)))) { xCollision = "on"; } else { xCollision = "off"; } if ((inRange == "on") and (xCollision == "on")) { if (collision != "on") { Set("_root.CodeMC:platformActive", _root.CodeMC:platformActive + 1); } collision = "on"; Set("_root.CodeMC:currentGround", _y + getProperty("_root.BackgroundMC", _y)); if (_root.codeMC:jumping == "off") { setProperty("_root.playerMC", _y , _y + getProperty("_root.BackgroundMC", _y)); } if (getProperty("_root.playerMC", _y) > _root.codeMC:scrollPointLower) { setProperty("_root.backgroundMC", _y , (getProperty("_root.backgroundMC", _y) - getProperty("_root.playerMC", _y)) + _root.codeMC:scrollPointLower); } if (getProperty("_root.playerMC", _y) < _root.codeMC:scrollPointUpper) { setProperty("_root.backgroundMC", _y , (getProperty("_root.backgroundMC", _y) - getProperty("_root.playerMC", _y)) + _root.codeMC:scrollPointUpper); } } else if (collision == "on") { if ((inRange == "off") or (xCollision == "off")) { Set("_root.CodeMC:platformActive", _root.CodeMC:platformActive - 1); collision = "off"; } }
Symbol 107 MovieClip Frame 2
gotoAndPlay (1);
Symbol 109 MovieClip Frame 1
if (startup == null) { starty = _y + 1; startup = "done"; } if ((_root.codeMC:colourActive == "red") or (_root.codeMC:redSwitch == "on")) { if (_y < starty) { direction = 1; } if (_y > (starty + 100)) { direction = -1; } _y = (_y + direction); } if (((((getProperty("_root.BackgroundMC", _x) + _x) > 0) and ((getProperty("_root.BackgroundMC", _x) + _x) < 450)) and ((getProperty("_root.BackgroundMC", _y) + _y) > 0)) and ((getProperty("_root.BackgroundMC", _y) + _y) < 300)) { if (_root.codeMC:state != "dead") { range = 10; if ((getProperty("_root.playerMC", _y) > ((_y + getProperty("_root.BackgroundMC", _y)) - range)) and (getProperty("_root.playerMC", _y) < ((_y + getProperty("_root.BackgroundMC", _y)) + range))) { inRange = "on"; } else { inrange = "off"; } if ((getProperty("_root.playerMC", _y) < (_y + getProperty("_root.BackgroundMC", _y))) and ((getProperty("_root.playerMC", _y) + _root.CodeMC:fallspeed) > (_y + getProperty("_root.BackgroundMC", _y)))) { yCollision = "on"; } else { yCollision = "off"; } if ((getProperty("_root.playerMC", _x) > (_x + getProperty("_root.BackgroundMC", _x))) and (getProperty("_root.playerMC", _x) < ((_x + _width) + getProperty("_root.BackgroundMC", _x)))) { xCollision = "on"; } else { xCollision = "off"; } if ((inRange == "on") and (xCollision == "on")) { if (collision != "on") { Set("_root.CodeMC:platformActive", _root.CodeMC:platformActive + 1); } collision = "on"; Set("_root.CodeMC:currentGround", _y + getProperty("_root.BackgroundMC", _y)); if (_root.codeMC:jumping == "off") { setProperty("_root.playerMC", _y , _y + getProperty("_root.BackgroundMC", _y)); } if (getProperty("_root.playerMC", _y) > _root.codeMC:scrollPointLower) { setProperty("_root.backgroundMC", _y , (getProperty("_root.backgroundMC", _y) - getProperty("_root.playerMC", _y)) + _root.codeMC:scrollPointLower); } if (getProperty("_root.playerMC", _y) < _root.codeMC:scrollPointUpper) { setProperty("_root.backgroundMC", _y , (getProperty("_root.backgroundMC", _y) - getProperty("_root.playerMC", _y)) + _root.codeMC:scrollPointUpper); } } else if (collision == "on") { if ((inRange == "off") or (xCollision == "off")) { Set("_root.CodeMC:platformActive", _root.CodeMC:platformActive - 1); collision = "off"; } } } }
Symbol 109 MovieClip Frame 2
gotoAndPlay (1);
Symbol 110 MovieClip Frame 24
gotoAndPlay (5);
Symbol 110 MovieClip Frame 29
stop();
Symbol 111 MovieClip Frame 1
if (((((getProperty("_root.BackgroundMC", _x) + _x) > 0) and ((getProperty("_root.BackgroundMC", _x) + _x) < 450)) and ((getProperty("_root.BackgroundMC", _y) + _y) > 0)) and ((getProperty("_root.BackgroundMC", _y) + _y) < 300)) { if (hittest(_root.playerMC) and (collected != "on")) { Set("_root.codeMC:redgems", _root.codeMC:redgems + 1); _root.gem.start(); gemTweenMovie.gotoAndPlay("collected"); Set("_root.codeMC:collected", "red"); collected = "on"; } } if ((_root.codeMC:redgems == 0) and (collected == "on")) { gemTweenMovie.gotoAndPlay("appear"); collected = "off"; }
Instance of Symbol 110 MovieClip "gemTweenMovie" in Symbol 111 MovieClip Frame 1
/* no clip actions */
Symbol 111 MovieClip Frame 2
gotoAndPlay (1);
Symbol 113 MovieClip Frame 1
if (((((getProperty("_root.BackgroundMC", _x) + _x) > 0) and ((getProperty("_root.BackgroundMC", _x) + _x) < 450)) and ((getProperty("_root.BackgroundMC", _y) + _y) > 0)) and ((getProperty("_root.BackgroundMC", _y) + _y) < 300)) { if (_root.codeMC:state != "dead") { range = 10; if ((getProperty("_root.playerMC", _y) > ((_y + getProperty("_root.BackgroundMC", _y)) - range)) and (getProperty("_root.playerMC", _y) < ((_y + getProperty("_root.BackgroundMC", _y)) + range))) { inRange = "on"; } else { inrange = "off"; } if ((getProperty("_root.playerMC", _y) < (_y + getProperty("_root.BackgroundMC", _y))) and ((getProperty("_root.playerMC", _y) + _root.CodeMC:fallspeed) > (_y + getProperty("_root.BackgroundMC", _y)))) { yCollision = "on"; } else { yCollision = "off"; } if ((getProperty("_root.playerMC", _x) > (_x + getProperty("_root.BackgroundMC", _x))) and (getProperty("_root.playerMC", _x) < ((_x + _width) + getProperty("_root.BackgroundMC", _x)))) { xCollision = "on"; } else { xCollision = "off"; } if ((inRange == "on") and (xCollision == "on")) { if (collision != "on") { Set("_root.CodeMC:platformActive", _root.CodeMC:platformActive + 1); } collision = "on"; Set("_root.CodeMC:currentGround", _y + getProperty("_root.BackgroundMC", _y)); setProperty("_root.playerMC", _y , _y + getProperty("_root.BackgroundMC", _y)); if (getProperty("_root.playerMC", _y) > _root.codeMC:scrollPointLower) { setProperty("_root.backgroundMC", _y , (getProperty("_root.backgroundMC", _y) - getProperty("_root.playerMC", _y)) + _root.codeMC:scrollPointLower); } if (getProperty("_root.playerMC", _y) < _root.codeMC:scrollPointUpper) { setProperty("_root.backgroundMC", _y , (getProperty("_root.backgroundMC", _y) - getProperty("_root.playerMC", _y)) + _root.codeMC:scrollPointUpper); } } else if (collision == "on") { if ((inRange == "off") or (xCollision == "off")) { Set("_root.CodeMC:platformActive", _root.CodeMC:platformActive - 1); collision = "off"; } } } }
Symbol 113 MovieClip Frame 2
gotoAndPlay (1);
Symbol 115 MovieClip Frame 1
if (startup == null) { starty = _y - 1; startup = "done"; } if ((_root.codeMC:colourActive == "blue") or (_root.codeMC:blueSwitch == "on")) { if (_y > starty) { direction = -1; } if (_y < (starty - 100)) { direction = 1; } _y = (_y + direction); } if (((((getProperty("_root.BackgroundMC", _x) + _x) > 0) and ((getProperty("_root.BackgroundMC", _x) + _x) < 450)) and ((getProperty("_root.BackgroundMC", _y) + _y) > 0)) and ((getProperty("_root.BackgroundMC", _y) + _y) < 300)) { if (_root.codeMC:state != "dead") { range = 10; if ((getProperty("_root.playerMC", _y) > ((_y + getProperty("_root.BackgroundMC", _y)) - range)) and (getProperty("_root.playerMC", _y) < ((_y + getProperty("_root.BackgroundMC", _y)) + range))) { inRange = "on"; } else { inrange = "off"; } if ((getProperty("_root.playerMC", _y) < (_y + getProperty("_root.BackgroundMC", _y))) and ((getProperty("_root.playerMC", _y) + _root.CodeMC:fallspeed) > (_y + getProperty("_root.BackgroundMC", _y)))) { yCollision = "on"; } else { yCollision = "off"; } if ((getProperty("_root.playerMC", _x) > (_x + getProperty("_root.BackgroundMC", _x))) and (getProperty("_root.playerMC", _x) < ((_x + _width) + getProperty("_root.BackgroundMC", _x)))) { xCollision = "on"; } else { xCollision = "off"; } if ((inRange == "on") and (xCollision == "on")) { if (collision != "on") { Set("_root.CodeMC:platformActive", _root.CodeMC:platformActive + 1); } collision = "on"; Set("_root.CodeMC:currentGround", _y + getProperty("_root.BackgroundMC", _y)); setProperty("_root.playerMC", _y , _y + getProperty("_root.BackgroundMC", _y)); if (getProperty("_root.playerMC", _y) > _root.codeMC:scrollPointLower) { setProperty("_root.backgroundMC", _y , (getProperty("_root.backgroundMC", _y) - getProperty("_root.playerMC", _y)) + _root.codeMC:scrollPointLower); } if (getProperty("_root.playerMC", _y) < _root.codeMC:scrollPointUpper) { setProperty("_root.backgroundMC", _y , (getProperty("_root.backgroundMC", _y) - getProperty("_root.playerMC", _y)) + _root.codeMC:scrollPointUpper); } } else if (collision == "on") { if ((inRange == "off") or (xCollision == "off")) { Set("_root.CodeMC:platformActive", _root.CodeMC:platformActive - 1); collision = "off"; } } } }
Symbol 115 MovieClip Frame 2
gotoAndPlay (1);
Symbol 116 MovieClip Frame 24
gotoAndPlay (5);
Symbol 116 MovieClip Frame 30
stop();
Symbol 117 MovieClip Frame 1
if (((((getProperty("_root.BackgroundMC", _x) + _x) > 0) and ((getProperty("_root.BackgroundMC", _x) + _x) < 450)) and ((getProperty("_root.BackgroundMC", _y) + _y) > 0)) and ((getProperty("_root.BackgroundMC", _y) + _y) < 300)) { if (hittest(_root.playerMC) and (collected != "on")) { _root.gem2.start(); Set("_root.codeMC:bluegems", _root.codeMC:bluegems + 1); gemTweenMovie.gotoAndPlay("collected"); Set("_root.codeMC:collected", "blue"); collected = "on"; } } if ((_root.codeMC:bluegems == 0) and (collected == "on")) { gemTweenMovie.gotoAndPlay("appear"); collected = "off"; }
Instance of Symbol 116 MovieClip "gemTweenMovie" in Symbol 117 MovieClip Frame 1
/* no clip actions */
Symbol 117 MovieClip Frame 2
gotoAndPlay (1);
Symbol 119 MovieClip Frame 1
if (startup == null) { startx = _x + 1; startup = "done"; } if ((_root.codeMC:colourActive == "purple") or (_root.codeMC:purpleSwitch == "on")) { if (_x < startx) { direction = 2; } if (_x > (startx + 100)) { direction = -2; } _x = (_x + direction); } if (((((getProperty("_root.BackgroundMC", _x) + _x) > 0) and ((getProperty("_root.BackgroundMC", _x) + _x) < 450)) and ((getProperty("_root.BackgroundMC", _y) + _y) > 0)) and ((getProperty("_root.BackgroundMC", _y) + _y) < 300)) { if (_root.codeMC:state != "dead") { range = 10; if ((getProperty("_root.playerMC", _y) > ((_y + getProperty("_root.BackgroundMC", _y)) - range)) and (getProperty("_root.playerMC", _y) < ((_y + getProperty("_root.BackgroundMC", _y)) + range))) { inRange = "on"; } else { inrange = "off"; } if ((getProperty("_root.playerMC", _y) < (_y + getProperty("_root.BackgroundMC", _y))) and ((getProperty("_root.playerMC", _y) + _root.CodeMC:fallspeed) > (_y + getProperty("_root.BackgroundMC", _y)))) { yCollision = "on"; } else { yCollision = "off"; } if ((getProperty("_root.playerMC", _x) > (_x + getProperty("_root.BackgroundMC", _x))) and (getProperty("_root.playerMC", _x) < ((_x + _width) + getProperty("_root.BackgroundMC", _x)))) { xCollision = "on"; } else { xCollision = "off"; } if ((inRange == "on") and (xCollision == "on")) { if (collision != "on") { Set("_root.CodeMC:platformActive", _root.CodeMC:platformActive + 1); } collision = "on"; Set("_root.CodeMC:currentGround", _y + getProperty("_root.BackgroundMC", _y)); setProperty("_root.playerMC", _y , _y + getProperty("_root.BackgroundMC", _y)); if ((_root.codeMC:colourActive == "purple") or (_root.codeMC:purpleSwitch == "on")) { if (((getProperty("_root.playerMC", _x) > _root.codeMC:scrollPoint) and (direction == 2)) or ((getProperty("_root.playerMC", _x) < _root.codeMC:scrollPointLeft) and (direction == -2))) { if ((getProperty("_root.playerMC", _x) > _root.codeMC:scrollPoint) and (direction == 2)) { setProperty("_root.backgroundMC", _x , getProperty("_root.backgroundMC", _x) - direction); } if ((getProperty("_root.playerMC", _x) < _root.codeMC:scrollPointLeft) and (direction == -2)) { setProperty("_root.backgroundMC", _x , getProperty("_root.backgroundMC", _x) - direction); } } else { setProperty("_root.PlayerMC", _x , getProperty("_root.PlayerMC", _x) + direction); } } } else if (collision == "on") { if ((inRange == "off") or (xCollision == "off")) { Set("_root.CodeMC:platformActive", _root.CodeMC:platformActive - 1); collision = "off"; } } } }
Symbol 119 MovieClip Frame 2
gotoAndPlay (1);
Symbol 120 MovieClip Frame 24
gotoAndPlay (5);
Symbol 120 MovieClip Frame 30
stop();
Symbol 121 MovieClip Frame 1
if (((((getProperty("_root.BackgroundMC", _x) + _x) > 0) and ((getProperty("_root.BackgroundMC", _x) + _x) < 450)) and ((getProperty("_root.BackgroundMC", _y) + _y) > 0)) and ((getProperty("_root.BackgroundMC", _y) + _y) < 300)) { if (hittest(_root.playerMC) and (collected != "on")) { _root.gem3.start(); Set("_root.codeMC:purplegems", _root.codeMC:purplegems + 1); gemTweenMovie.gotoAndPlay("collected"); Set("_root.codeMC:collected", "purple"); collected = "on"; } } if ((_root.codeMC:purplegems == 0) and (collected == "on")) { gemTweenMovie.gotoAndPlay("appear"); collected = "off"; }
Instance of Symbol 120 MovieClip "gemTweenMovie" in Symbol 121 MovieClip Frame 1
/* no clip actions */
Symbol 121 MovieClip Frame 2
gotoAndPlay (1);
Symbol 123 MovieClip Frame 1
if (((((getProperty("_root.BackgroundMC", _x) + _x) > 0) and ((getProperty("_root.BackgroundMC", _x) + _x) < 450)) and ((getProperty("_root.BackgroundMC", _y) + _y) > 0)) and ((getProperty("_root.BackgroundMC", _y) + _y) < 300)) { if (_root.codeMC:state != "dead") { range = 10; if ((getProperty("_root.playerMC", _y) > ((_y + getProperty("_root.BackgroundMC", _y)) - range)) and (getProperty("_root.playerMC", _y) < ((_y + getProperty("_root.BackgroundMC", _y)) + range))) { inRange = "on"; } else { inrange = "off"; } if ((getProperty("_root.playerMC", _y) < (_y + getProperty("_root.BackgroundMC", _y))) and ((getProperty("_root.playerMC", _y) + _root.CodeMC:fallspeed) > (_y + getProperty("_root.BackgroundMC", _y)))) { yCollision = "on"; } else { yCollision = "off"; } if ((getProperty("_root.playerMC", _x) > (_x + getProperty("_root.BackgroundMC", _x))) and (getProperty("_root.playerMC", _x) < ((_x + _width) + getProperty("_root.BackgroundMC", _x)))) { xCollision = "on"; } else { xCollision = "off"; } if ((inRange == "on") and (xCollision == "on")) { if (collision != "on") { Set("_root.CodeMC:platformActive", _root.CodeMC:platformActive + 1); } collision = "on"; Set("_root.CodeMC:currentGround", _y + getProperty("_root.BackgroundMC", _y)); setProperty("_root.playerMC", _y , _y + getProperty("_root.BackgroundMC", _y)); if (getProperty("_root.playerMC", _y) > _root.codeMC:scrollPointLower) { setProperty("_root.backgroundMC", _y , (getProperty("_root.backgroundMC", _y) - getProperty("_root.playerMC", _y)) + _root.codeMC:scrollPointLower); } if (getProperty("_root.playerMC", _y) < _root.codeMC:scrollPointUpper) { setProperty("_root.backgroundMC", _y , (getProperty("_root.backgroundMC", _y) - getProperty("_root.playerMC", _y)) + _root.codeMC:scrollPointUpper); } } else if (collision == "on") { if ((inRange == "off") or (xCollision == "off")) { Set("_root.CodeMC:platformActive", _root.CodeMC:platformActive - 1); collision = "off"; } } } }
Symbol 123 MovieClip Frame 2
gotoAndPlay (1);
Symbol 127 MovieClip Frame 1
if ((((((getProperty("_root.BackgroundMC", _x) + _x) + _width) > 0) and ((getProperty("_root.BackgroundMC", _x) + _x) < 450)) and (((getProperty("_root.BackgroundMC", _y) + _y) + _height) > 0)) and ((getProperty("_root.BackgroundMC", _y) + _y) < 300)) { if (_root.codeMC:state != "dead") { if ((_root.codeMC:colourActive == "red") or (_root.codeMC:redSwitch == "on")) { graphic.gotoAndStop("on"); range = 10; if ((getProperty("_root.playerMC", _y) > ((_y + getProperty("_root.BackgroundMC", _y)) - range)) and (getProperty("_root.playerMC", _y) < ((_y + getProperty("_root.BackgroundMC", _y)) + range))) { inRange = "on"; } else { inrange = "off"; } if ((getProperty("_root.playerMC", _y) < (_y + getProperty("_root.BackgroundMC", _y))) and ((getProperty("_root.playerMC", _y) + _root.CodeMC:fallspeed) > (_y + getProperty("_root.BackgroundMC", _y)))) { yCollision = "on"; } else { yCollision = "off"; } if ((getProperty("_root.playerMC", _x) > (_x + getProperty("_root.BackgroundMC", _x))) and (getProperty("_root.playerMC", _x) < ((_x + _width) + getProperty("_root.BackgroundMC", _x)))) { xCollision = "on"; } else { xCollision = "off"; } if ((inRange == "on") and (xCollision == "on")) { if (collision != "on") { Set("_root.CodeMC:platformActive", _root.CodeMC:platformActive + 1); } collision = "on"; Set("_root.CodeMC:currentGround", _y + getProperty("_root.BackgroundMC", _y)); setProperty("_root.playerMC", _y , _y + getProperty("_root.BackgroundMC", _y)); if (getProperty("_root.playerMC", _y) > _root.codeMC:scrollPointLower) { setProperty("_root.backgroundMC", _y , (getProperty("_root.backgroundMC", _y) - getProperty("_root.playerMC", _y)) + _root.codeMC:scrollPointLower); } if (getProperty("_root.playerMC", _y) < _root.codeMC:scrollPointUpper) { setProperty("_root.backgroundMC", _y , (getProperty("_root.backgroundMC", _y) - getProperty("_root.playerMC", _y)) + _root.codeMC:scrollPointUpper); } } else if (collision == "on") { if ((inRange == "off") or (xCollision == "off")) { Set("_root.CodeMC:platformActive", _root.CodeMC:platformActive - 1); collision = "off"; } } } } }
Symbol 127 MovieClip Frame 2
gotoAndPlay (1);
Symbol 131 MovieClip Frame 1
if ((((((getProperty("_root.BackgroundMC", _x) + _x) + _width) > 0) and ((getProperty("_root.BackgroundMC", _x) + _x) < 450)) and (((getProperty("_root.BackgroundMC", _y) + _y) + _height) > 0)) and ((getProperty("_root.BackgroundMC", _y) + _y) < 300)) { if (_root.codeMC:state != "dead") { if ((_root.codeMC:colourActive == "blue") or (_root.codeMC:blueSwitch == "on")) { graphic.gotoAndStop("on"); range = 10; if ((getProperty("_root.playerMC", _y) > ((_y + getProperty("_root.BackgroundMC", _y)) - range)) and (getProperty("_root.playerMC", _y) < ((_y + getProperty("_root.BackgroundMC", _y)) + range))) { inRange = "on"; } else { inrange = "off"; } if ((getProperty("_root.playerMC", _y) < (_y + getProperty("_root.BackgroundMC", _y))) and ((getProperty("_root.playerMC", _y) + _root.CodeMC:fallspeed) > (_y + getProperty("_root.BackgroundMC", _y)))) { yCollision = "on"; } else { yCollision = "off"; } if ((getProperty("_root.playerMC", _x) > (_x + getProperty("_root.BackgroundMC", _x))) and (getProperty("_root.playerMC", _x) < ((_x + _width) + getProperty("_root.BackgroundMC", _x)))) { xCollision = "on"; } else { xCollision = "off"; } if ((inRange == "on") and (xCollision == "on")) { if (collision != "on") { Set("_root.CodeMC:platformActive", _root.CodeMC:platformActive + 1); } collision = "on"; Set("_root.CodeMC:currentGround", _y + getProperty("_root.BackgroundMC", _y)); setProperty("_root.playerMC", _y , _y + getProperty("_root.BackgroundMC", _y)); if (getProperty("_root.playerMC", _y) > _root.codeMC:scrollPointLower) { setProperty("_root.backgroundMC", _y , (getProperty("_root.backgroundMC", _y) - getProperty("_root.playerMC", _y)) + _root.codeMC:scrollPointLower); } if (getProperty("_root.playerMC", _y) < _root.codeMC:scrollPointUpper) { setProperty("_root.backgroundMC", _y , (getProperty("_root.backgroundMC", _y) - getProperty("_root.playerMC", _y)) + _root.codeMC:scrollPointUpper); } } else if (collision == "on") { if ((inRange == "off") or (xCollision == "off")) { Set("_root.CodeMC:platformActive", _root.CodeMC:platformActive - 1); collision = "off"; } } } } }
Symbol 131 MovieClip Frame 2
gotoAndPlay (1);
Symbol 135 MovieClip Frame 1
if ((((((getProperty("_root.BackgroundMC", _x) + _x) + _width) > 0) and ((getProperty("_root.BackgroundMC", _x) + _x) < 450)) and (((getProperty("_root.BackgroundMC", _y) + _y) + _height) > 0)) and ((getProperty("_root.BackgroundMC", _y) + _y) < 300)) { if (_root.codeMC:state != "dead") { if ((_root.codeMC:colourActive == "purple") or (_root.codeMC:purpleSwitch == "on")) { graphic.gotoAndStop("on"); range = 10; if ((getProperty("_root.playerMC", _y) > ((_y + getProperty("_root.BackgroundMC", _y)) - range)) and (getProperty("_root.playerMC", _y) < ((_y + getProperty("_root.BackgroundMC", _y)) + range))) { inRange = "on"; } else { inrange = "off"; } if ((getProperty("_root.playerMC", _y) < (_y + getProperty("_root.BackgroundMC", _y))) and ((getProperty("_root.playerMC", _y) + _root.CodeMC:fallspeed) > (_y + getProperty("_root.BackgroundMC", _y)))) { yCollision = "on"; } else { yCollision = "off"; } if ((getProperty("_root.playerMC", _x) > (_x + getProperty("_root.BackgroundMC", _x))) and (getProperty("_root.playerMC", _x) < ((_x + _width) + getProperty("_root.BackgroundMC", _x)))) { xCollision = "on"; } else { xCollision = "off"; } if ((inRange == "on") and (xCollision == "on")) { if (collision != "on") { Set("_root.CodeMC:platformActive", _root.CodeMC:platformActive + 1); } collision = "on"; Set("_root.CodeMC:currentGround", _y + getProperty("_root.BackgroundMC", _y)); setProperty("_root.playerMC", _y , _y + getProperty("_root.BackgroundMC", _y)); if (getProperty("_root.playerMC", _y) > _root.codeMC:scrollPointLower) { setProperty("_root.backgroundMC", _y , (getProperty("_root.backgroundMC", _y) - getProperty("_root.playerMC", _y)) + _root.codeMC:scrollPointLower); } if (getProperty("_root.playerMC", _y) < _root.codeMC:scrollPointUpper) { setProperty("_root.backgroundMC", _y , (getProperty("_root.backgroundMC", _y) - getProperty("_root.playerMC", _y)) + _root.codeMC:scrollPointUpper); } } else if (collision == "on") { if ((inRange == "off") or (xCollision == "off")) { Set("_root.CodeMC:platformActive", _root.CodeMC:platformActive - 1); collision = "off"; } } } } }
Symbol 135 MovieClip Frame 2
gotoAndPlay (1);
Symbol 138 MovieClip Frame 1
if (((((getProperty("_root.BackgroundMC", _x) + _x) > 0) and ((getProperty("_root.BackgroundMC", _x) + _x) < 450)) and ((getProperty("_root.BackgroundMC", _y) + _y) > 0)) and ((getProperty("_root.BackgroundMC", _y) + _y) < 300)) { if (_root.codeMC:state != "dead") { range = 10; if ((getProperty("_root.playerMC", _y) > ((_y + getProperty("_root.BackgroundMC", _y)) - range)) and (getProperty("_root.playerMC", _y) < ((_y + getProperty("_root.BackgroundMC", _y)) + range))) { inRange = "on"; } else { inrange = "off"; } if ((getProperty("_root.playerMC", _y) < (_y + getProperty("_root.BackgroundMC", _y))) and ((getProperty("_root.playerMC", _y) + _root.CodeMC:fallspeed) > (_y + getProperty("_root.BackgroundMC", _y)))) { yCollision = "on"; } else { yCollision = "off"; } if ((getProperty("_root.playerMC", _x) > (_x + getProperty("_root.BackgroundMC", _x))) and (getProperty("_root.playerMC", _x) < ((_x + _width) + getProperty("_root.BackgroundMC", _x)))) { xCollision = "on"; } else { xCollision = "off"; } if ((inRange == "on") and (xCollision == "on")) { if (collision != "on") { Set("_root.CodeMC:platformActive", _root.CodeMC:platformActive + 1); } collision = "on"; Set("_root.CodeMC:currentGround", _y + getProperty("_root.BackgroundMC", _y)); if (_root.codeMC:jumping == "off") { setProperty("_root.playerMC", _y , _y + getProperty("_root.BackgroundMC", _y)); } if (getProperty("_root.playerMC", _y) > _root.codeMC:scrollPointLower) { setProperty("_root.backgroundMC", _y , (getProperty("_root.backgroundMC", _y) - getProperty("_root.playerMC", _y)) + _root.codeMC:scrollPointLower); } if (getProperty("_root.playerMC", _y) < _root.codeMC:scrollPointUpper) { setProperty("_root.backgroundMC", _y , (getProperty("_root.backgroundMC", _y) - getProperty("_root.playerMC", _y)) + _root.codeMC:scrollPointUpper); } } else { if (collision == "on") { if ((inRange == "off") or (xCollision == "off")) { Set("_root.CodeMC:platformActive", _root.CodeMC:platformActive - 1); collision = "off"; } } if ((((hitTest(_root.playerMC) and (_root.codeMC:jumping == "on")) and (getProperty("_root.playerMC", _x) > (_x + getProperty("_root.BackgroundMC", _x)))) and (getProperty("_root.PlayerMC", _x) < ((_x + _width) + getProperty("_root.BackgroundMC", _x)))) and (getProperty("_root.playerMC", _y) > ((_y + getProperty("_root.backgroundMC", _y)) + _height))) { setProperty("_root.playerMC", _y , ((_y + getProperty("_root.backgroundMC", _y)) + getProperty("_root.playerMC", _height)) + _height); Set("_root.codeMC:jumping", "off"); Set("_root.codeMC:jumpSpeed", 0); Set("_root.codeMC:fallSpeed", 0); } if ((((getProperty("_root.playerMC", _y) > (_y + getProperty("_root.BackgroundMC", _y))) and (getProperty("_root.playerMC", _y) < ((_y + getProperty("_root.BackgroundMC", _y)) + _height))) and (getProperty("_root.playerMC", _x) > (_x + getProperty("_root.backgroundMC", _x)))) and (getProperty("_root.playerMC", _x) < ((_x + getProperty("_root.backgroundMC", _x)) + _width))) { if (_root.CodeMC:direction == 1) { setProperty("_root.playerMC", _x , (_x + getProperty("_root.backgroundMC", _x)) - 1); } if (_root.CodeMC:direction == -1) { setProperty("_root.playerMC", _x , ((_x + getProperty("_root.backgroundMC", _x)) + _width) + 1); } Set("_root.CodeMC:state", "Stopped"); } } } }
Symbol 138 MovieClip Frame 2
gotoAndPlay (1);
Symbol 140 MovieClip Frame 1
if ((((((getProperty("_root.BackgroundMC", _x) + _x) + _width) > 0) and ((getProperty("_root.BackgroundMC", _x) + _x) < 450)) and (((getProperty("_root.BackgroundMC", _y) + _y) + _height) > 0)) and ((getProperty("_root.BackgroundMC", _y) + _y) < 300)) { if (_root.codeMC:state != "dead") { range = 10; if ((getProperty("_root.playerMC", _y) > ((_y + getProperty("_root.BackgroundMC", _y)) - range)) and (getProperty("_root.playerMC", _y) < ((_y + getProperty("_root.BackgroundMC", _y)) + range))) { inRange = "on"; } else { inrange = "off"; } if ((getProperty("_root.playerMC", _y) < (_y + getProperty("_root.BackgroundMC", _y))) and ((getProperty("_root.playerMC", _y) + _root.CodeMC:fallspeed) > (_y + getProperty("_root.BackgroundMC", _y)))) { yCollision = "on"; } else { yCollision = "off"; } if ((getProperty("_root.playerMC", _x) > (_x + getProperty("_root.BackgroundMC", _x))) and (getProperty("_root.playerMC", _x) < ((_x + _width) + getProperty("_root.BackgroundMC", _x)))) { xCollision = "on"; } else { xCollision = "off"; } if ((inRange == "on") and (xCollision == "on")) { if (collision != "on") { Set("_root.CodeMC:platformActive", _root.CodeMC:platformActive + 1); } collision = "on"; Set("_root.CodeMC:currentGround", _y + getProperty("_root.BackgroundMC", _y)); if (_root.codeMC:jumping == "off") { setProperty("_root.playerMC", _y , _y + getProperty("_root.BackgroundMC", _y)); } if (getProperty("_root.playerMC", _y) > _root.codeMC:scrollPointLower) { setProperty("_root.backgroundMC", _y , (getProperty("_root.backgroundMC", _y) - getProperty("_root.playerMC", _y)) + _root.codeMC:scrollPointLower); } if (getProperty("_root.playerMC", _y) < _root.codeMC:scrollPointUpper) { setProperty("_root.backgroundMC", _y , (getProperty("_root.backgroundMC", _y) - getProperty("_root.playerMC", _y)) + _root.codeMC:scrollPointUpper); } } else { if (collision == "on") { if ((inRange == "off") or (xCollision == "off")) { Set("_root.CodeMC:platformActive", _root.CodeMC:platformActive - 1); collision = "off"; } } if ((((hitTest(_root.playerMC) and (_root.codeMC:jumping == "on")) and (getProperty("_root.playerMC", _x) > (_x + getProperty("_root.BackgroundMC", _x)))) and (getProperty("_root.PlayerMC", _x) < ((_x + _width) + getProperty("_root.BackgroundMC", _x)))) and (getProperty("_root.playerMC", _y) > ((_y + getProperty("_root.backgroundMC", _y)) + _height))) { setProperty("_root.playerMC", _y , ((_y + getProperty("_root.backgroundMC", _y)) + getProperty("_root.playerMC", _height)) + _height); Set("_root.codeMC:jumping", "off"); Set("_root.codeMC:jumpSpeed", 0); Set("_root.codeMC:fallSpeed", 0); } if ((((getProperty("_root.playerMC", _y) > (_y + getProperty("_root.BackgroundMC", _y))) and (getProperty("_root.playerMC", _y) < ((_y + getProperty("_root.BackgroundMC", _y)) + _height))) and (getProperty("_root.playerMC", _x) > (_x + getProperty("_root.backgroundMC", _x)))) and (getProperty("_root.playerMC", _x) < ((_x + getProperty("_root.backgroundMC", _x)) + _width))) { if (_root.CodeMC:direction == 1) { setProperty("_root.playerMC", _x , (_x + getProperty("_root.backgroundMC", _x)) - 1); } if (_root.CodeMC:direction == -1) { setProperty("_root.playerMC", _x , ((_x + getProperty("_root.backgroundMC", _x)) + _width) + 1); } Set("_root.CodeMC:state", "Stopped"); } } } }
Symbol 140 MovieClip Frame 2
gotoAndPlay (1);
Symbol 141 MovieClip Frame 1
if ((((((getProperty("_root.BackgroundMC", _x) + _x) + _width) > 0) and ((getProperty("_root.BackgroundMC", _x) + _x) < 450)) and (((getProperty("_root.BackgroundMC", _y) + _y) + _height) > 0)) and ((getProperty("_root.BackgroundMC", _y) + _y) < 300)) { if (_root.codeMC:state != "dead") { range = 10; if ((getProperty("_root.playerMC", _y) > ((_y + getProperty("_root.BackgroundMC", _y)) - range)) and (getProperty("_root.playerMC", _y) < ((_y + getProperty("_root.BackgroundMC", _y)) + range))) { inRange = "on"; } else { inrange = "off"; } if ((getProperty("_root.playerMC", _y) < (_y + getProperty("_root.BackgroundMC", _y))) and ((getProperty("_root.playerMC", _y) + _root.CodeMC:fallspeed) > (_y + getProperty("_root.BackgroundMC", _y)))) { yCollision = "on"; } else { yCollision = "off"; } if ((getProperty("_root.playerMC", _x) > (_x + getProperty("_root.BackgroundMC", _x))) and (getProperty("_root.playerMC", _x) < ((_x + _width) + getProperty("_root.BackgroundMC", _x)))) { xCollision = "on"; } else { xCollision = "off"; } if ((inRange == "on") and (xCollision == "on")) { if (collision != "on") { Set("_root.CodeMC:platformActive", _root.CodeMC:platformActive + 1); } collision = "on"; Set("_root.CodeMC:currentGround", _y + getProperty("_root.BackgroundMC", _y)); if (_root.codeMC:jumping == "off") { setProperty("_root.playerMC", _y , _y + getProperty("_root.BackgroundMC", _y)); } if (getProperty("_root.playerMC", _y) > _root.codeMC:scrollPointLower) { setProperty("_root.backgroundMC", _y , (getProperty("_root.backgroundMC", _y) - getProperty("_root.playerMC", _y)) + _root.codeMC:scrollPointLower); } if (getProperty("_root.playerMC", _y) < _root.codeMC:scrollPointUpper) { setProperty("_root.backgroundMC", _y , (getProperty("_root.backgroundMC", _y) - getProperty("_root.playerMC", _y)) + _root.codeMC:scrollPointUpper); } } else { if (collision == "on") { if ((inRange == "off") or (xCollision == "off")) { Set("_root.CodeMC:platformActive", _root.CodeMC:platformActive - 1); collision = "off"; } } if ((((hitTest(_root.playerMC) and (_root.codeMC:jumping == "on")) and (getProperty("_root.playerMC", _x) > (_x + getProperty("_root.BackgroundMC", _x)))) and (getProperty("_root.PlayerMC", _x) < ((_x + _width) + getProperty("_root.BackgroundMC", _x)))) and (getProperty("_root.playerMC", _y) > ((_y + getProperty("_root.backgroundMC", _y)) + _height))) { setProperty("_root.playerMC", _y , ((_y + getProperty("_root.backgroundMC", _y)) + getProperty("_root.playerMC", _height)) + _height); Set("_root.codeMC:jumping", "off"); Set("_root.codeMC:jumpSpeed", 0); Set("_root.codeMC:fallSpeed", 0); } if ((((getProperty("_root.playerMC", _y) > (_y + getProperty("_root.BackgroundMC", _y))) and (getProperty("_root.playerMC", _y) < ((_y + getProperty("_root.BackgroundMC", _y)) + _height))) and (getProperty("_root.playerMC", _x) > (_x + getProperty("_root.backgroundMC", _x)))) and (getProperty("_root.playerMC", _x) < ((_x + getProperty("_root.backgroundMC", _x)) + _width))) { if (_root.CodeMC:direction == 1) { setProperty("_root.playerMC", _x , (_x + getProperty("_root.backgroundMC", _x)) - 1); } if (_root.CodeMC:direction == -1) { setProperty("_root.playerMC", _x , ((_x + getProperty("_root.backgroundMC", _x)) + _width) + 1); } Set("_root.CodeMC:state", "Stopped"); } } } }
Symbol 141 MovieClip Frame 2
gotoAndPlay (1);
Symbol 144 MovieClip Frame 1
stop();
Symbol 144 MovieClip Frame 5
stop();
Symbol 145 MovieClip Frame 1
if (hitTest(_root.playerMC) and (_root.codeMC:falling == "on")) { if (_root.codeMC:redSwitch != "on") { _root.click.start(); } Set("_root.codeMC:redSwitch", "on"); switchMC.gotoAndStop("on"); }
Symbol 145 MovieClip Frame 2
gotoAndPlay (1);
Symbol 163 MovieClip Frame 1
if (((((getProperty("_root.BackgroundMC", _x) + getProperty("_parent", _x)) > 0) and ((getProperty("_root.BackgroundMC", _x) + getProperty("_parent", _x)) < 450)) and ((getProperty("_root.BackgroundMC", _y) + getProperty("_parent", _y)) > 0)) and ((getProperty("_root.BackgroundMC", _y) + getProperty("_parent", _y)) < 300)) { if (_parent.beastie.hittest(_root.playerMC)) { Set("_root.codeMC:enemyCol", "on"); } } if (startup == null) { startx = getProperty("_parent", _x) + 1; startup = "done"; } if (getProperty("_parent", _x) < startx) { direction = _parent._parent:beastieMove; _parent.gotoAndStop(1); } distance = Number(_parent._name); if (getProperty("_parent", _x) > (startx + distance)) { direction = -_parent._parent:beastieMove; _parent.gotoAndStop(2); } setProperty("_parent", _x , getProperty("_parent", _x) + direction);
Symbol 163 MovieClip Frame 2
gotoAndPlay (1);
Symbol 169 MovieClip Frame 1
if ((((((getProperty("_root.BackgroundMC", _x) + _x) + _width) > 0) and ((getProperty("_root.BackgroundMC", _x) + _x) < 450)) and (((getProperty("_root.BackgroundMC", _y) + _y) + _height) > 0)) and ((getProperty("_root.BackgroundMC", _y) + _y) < 300)) { if ((_root.codeMC:colourActive == "blue") or (_root.codeMC:blueSwitch == "on")) { graphic.gotoAndStop("on"); range = 10; if ((getProperty("_root.playerMC", _y) > ((_y + getProperty("_root.BackgroundMC", _y)) - range)) and (getProperty("_root.playerMC", _y) < ((_y + getProperty("_root.BackgroundMC", _y)) + range))) { inRange = "on"; } else { inrange = "off"; } if ((getProperty("_root.playerMC", _y) < (_y + getProperty("_root.BackgroundMC", _y))) and ((getProperty("_root.playerMC", _y) + _root.CodeMC:fallspeed) > (_y + getProperty("_root.BackgroundMC", _y)))) { yCollision = "on"; } else { yCollision = "off"; } if ((getProperty("_root.playerMC", _x) > (_x + getProperty("_root.BackgroundMC", _x))) and (getProperty("_root.playerMC", _x) < ((_x + _width) + getProperty("_root.BackgroundMC", _x)))) { xCollision = "on"; } else { xCollision = "off"; } if ((inRange == "on") and (xCollision == "on")) { if (collision != "on") { Set("_root.CodeMC:platformActive", _root.CodeMC:platformActive + 1); } collision = "on"; Set("_root.CodeMC:currentGround", _y + getProperty("_root.BackgroundMC", _y)); setProperty("_root.playerMC", _y , _y + getProperty("_root.BackgroundMC", _y)); if (getProperty("_root.playerMC", _y) > _root.codeMC:scrollPointLower) { setProperty("_root.backgroundMC", _y , (getProperty("_root.backgroundMC", _y) - getProperty("_root.playerMC", _y)) + _root.codeMC:scrollPointLower); } if (getProperty("_root.playerMC", _y) < _root.codeMC:scrollPointUpper) { setProperty("_root.backgroundMC", _y , (getProperty("_root.backgroundMC", _y) - getProperty("_root.playerMC", _y)) + _root.codeMC:scrollPointUpper); } } else if (collision == "on") { if ((inRange == "off") or (xCollision == "off")) { Set("_root.CodeMC:platformActive", _root.CodeMC:platformActive - 1); collision = "off"; } } } }
Symbol 169 MovieClip Frame 2
gotoAndPlay (1);
Symbol 172 MovieClip Frame 1
if (((((getProperty("_root.BackgroundMC", _x) + _x) > 0) and ((getProperty("_root.BackgroundMC", _x) + _x) < 450)) and ((getProperty("_root.BackgroundMC", _y) + _y) > 0)) and ((getProperty("_root.BackgroundMC", _y) + _y) < 300)) { if (_root.codeMC:state != "dead") { if (this.hittest(_root.playerMC)) { Set("_root.codeMC:enemyCol", "on"); } } }
Symbol 172 MovieClip Frame 2
gotoAndPlay (1);
Symbol 175 MovieClip Frame 1
stop();
Symbol 175 MovieClip Frame 5
stop();
Symbol 176 MovieClip Frame 1
if (hitTest(_root.playerMC) and (_root.codeMC:falling == "on")) { if (_root.codeMC:blueSwitch != "on") { _root.click.start(); } Set("_root.codeMC:blueSwitch", "on"); switchMC.gotoAndStop("on"); }
Symbol 176 MovieClip Frame 2
gotoAndPlay (1);
Symbol 179 MovieClip Frame 1
stop();
Symbol 179 MovieClip Frame 5
stop();
Symbol 180 MovieClip Frame 1
if (hitTest(_root.playerMC) and (_root.codeMC:falling == "on")) { if (_root.codeMC:purpleSwitch != "on") { _root.click.start(); } Set("_root.codeMC:purpleSwitch", "on"); switchMC.gotoAndStop("on"); }
Symbol 180 MovieClip Frame 2
gotoAndPlay (1);
Symbol 181 MovieClip Frame 1
if (((((getProperty("_root.BackgroundMC", _x) + _x) > 0) and ((getProperty("_root.BackgroundMC", _x) + _x) < 450)) and ((getProperty("_root.BackgroundMC", _y) + _y) > 0)) and ((getProperty("_root.BackgroundMC", _y) + _y) < 300)) { if (hittest(_root.playerMC)) { trace(_root.codeMC:Testscore); Set("_root.codeMC:blueSwitch", "off"); Set("_root.codeMC:redSwitch", "off"); Set("_root.codeMC:purpleSwitch", "off"); Set("_root.codeMC:Testscore", 0); Set("_root.codeMC:score", _root.codeMC:score + _root.codeMC:bonusScore); setProperty("_root.playerMC", _x , 171.2); setProperty("_root.playerMC", _y , 97); setProperty("_root.backgroundMC", _x , 0); setProperty("_root.backgroundMC", _y , 0); Set("_root.codeMC:redgems", 0); Set("_root.codeMC:bluegems", 0); Set("_root.codeMC:purplegems", 0); Set("_root.codeMC:colourActive", "none"); Set("_root.codeMC:currentGround", 500); _root.LevelboardMC.gotoAndPlay("start"); Set("_root.CodeMC:tutorial", "off"); _root.score = _root.codeMC:score; Set("_root:end", 1); } }
Symbol 181 MovieClip Frame 2
gotoAndPlay (1);
Symbol 182 MovieClip Frame 1
function saveHighestLevel(x) { platformOptionFile.data.highestLevel = x; } platformOptionFile = sharedobject.getLocal("IMBplatform01"); Set("_root.codeMC:lives", 3); Set("_root.codeMC:score", 0); gotoAndPlay(_root:firstLevel);
Symbol 182 MovieClip Frame 2
Set("_root.codeMC:state", "tutorial"); Set("_root.codeMC:redNeeded", "X"); Set("_root.codeMC:blueNeeded", "X"); Set("_root.codeMC:purpleNeeded", "X"); Set("_root.codeMC:Waterheight", -300); Set("_root.codeMC:waterSpeed", 0); Set("_root.codeMC:clouds", "on"); Set("_root.codeMC:nextlevel", "L2"); Set("_root.codeMC:platformActive", 0); Set("_root.codeMC:currentlevel", "L1"); Set("_root.codeMC:levelName", "01"); _root.LevelboardMC.play; Set("_root.codeMC:levelComplete", 100); Set("_root.codeMC:bonusScore", 1750);
Symbol 182 MovieClip Frame 3
stop();
Symbol 182 MovieClip Frame 4
Set("_root.codeMC:state", "tutorial"); if (_root.highestLevel < 2) { saveHighestLevel(2); } Set("_root.codeMC:redNeeded", "1"); Set("_root.codeMC:blueNeeded", "X"); Set("_root.codeMC:purpleNeeded", "X"); Set("_root.codeMC:Waterheight", -300); Set("_root.codeMC:waterSpeed", 0); Set("_root.codeMC:clouds", "on"); Set("_root.codeMC:nextlevel", "L3"); Set("_root.codeMC:platformActive", 0); Set("_root.codeMC:currentlevel", "L2"); Set("_root.codeMC:levelName", "02"); _root.LevelboardMC.play; Set("_root.codeMC:levelComplete", 150); Set("_root.codeMC:bonusScore", 2050);
Symbol 182 MovieClip Frame 5
stop();
Symbol 182 MovieClip Frame 6
Set("_root.codeMC:state", "tutorial"); if (_root.highestLevel < 3) { saveHighestLevel(3); } Set("_root.codeMC:redNeeded", "1"); Set("_root.codeMC:blueNeeded", "1"); Set("_root.codeMC:purpleNeeded", "X"); Set("_root.codeMC:Waterheight", -300); Set("_root.codeMC:waterSpeed", 0); Set("_root.codeMC:clouds", "on"); Set("_root.codeMC:nextlevel", "L4"); Set("_root.codeMC:platformActive", 0); Set("_root.codeMC:currentlevel", "L3"); Set("_root.codeMC:levelName", "03"); _root.LevelboardMC.play; Set("_root.codeMC:levelComplete", 200); Set("_root.codeMC:bonusScore", 3200);
Symbol 182 MovieClip Frame 7
stop();
Symbol 182 MovieClip Frame 8
Set("_root.codeMC:state", "tutorial"); if (_root.highestLevel < 4) { saveHighestLevel(4); } Set("_root.codeMC:redNeeded", "2"); Set("_root.codeMC:blueNeeded", "1"); Set("_root.codeMC:purpleNeeded", "1"); Set("_root.codeMC:Waterheight", -300); Set("_root.codeMC:waterSpeed", 0); Set("_root.codeMC:clouds", "on"); Set("_root.codeMC:nextlevel", "L5"); Set("_root.codeMC:platformActive", 0); Set("_root.codeMC:currentlevel", "L4"); Set("_root.codeMC:levelName", "04"); _root.LevelboardMC.play; Set("_root.codeMC:levelComplete", 250); Set("_root.codeMC:bonusScore", 5750);
Symbol 182 MovieClip Frame 9
stop();
Symbol 182 MovieClip Frame 10
Set("_root.codeMC:state", "tutorial"); if (_root.highestLevel < 5) { saveHighestLevel(5); } Set("_root.codeMC:redNeeded", "2"); Set("_root.codeMC:blueNeeded", "1"); Set("_root.codeMC:purpleNeeded", "1"); Set("_root.codeMC:Waterheight", -300); Set("_root.codeMC:waterSpeed", 0); Set("_root.codeMC:clouds", "on"); Set("_root.codeMC:nextlevel", "L6"); Set("_root.codeMC:platformActive", 0); Set("_root.codeMC:currentlevel", "L5"); Set("_root.codeMC:levelName", "05"); _root.LevelboardMC.play; Set("_root.codeMC:levelComplete", 300); Set("_root.codeMC:bonusScore", 6750);
Symbol 182 MovieClip Frame 11
stop();
Symbol 182 MovieClip Frame 12
Set("_root.codeMC:state", "tutorial"); if (_root.highestLevel < 6) { saveHighestLevel(6); } Set("_root.codeMC:redNeeded", "1"); Set("_root.codeMC:blueNeeded", "1"); Set("_root.codeMC:purpleNeeded", "1"); Set("_root.codeMC:Waterheight", -300); Set("_root.codeMC:waterSpeed", 0); Set("_root.codeMC:clouds", "on"); Set("_root.codeMC:nextlevel", "L7"); Set("_root.codeMC:platformActive", 0); Set("_root.codeMC:currentlevel", "L6"); Set("_root.codeMC:levelName", "06"); _root.LevelboardMC.play; Set("_root.codeMC:levelComplete", 350); Set("_root.codeMC:bonusScore", 3750);
Symbol 182 MovieClip Frame 13
stop();
Symbol 182 MovieClip Frame 14
Set("_root.codeMC:state", "tutorial"); if (_root.highestLevel < 7) { saveHighestLevel(7); } Set("_root.codeMC:redNeeded", "1"); Set("_root.codeMC:blueNeeded", "1"); Set("_root.codeMC:purpleNeeded", "1"); Set("_root.codeMC:Waterheight", -300); Set("_root.codeMC:waterSpeed", 0.5); Set("_root.codeMC:clouds", "on"); Set("_root.codeMC:nextlevel", "L8"); Set("_root.codeMC:platformActive", 0); Set("_root.codeMC:currentlevel", "L7"); Set("_root.codeMC:levelName", "07"); _root.LevelboardMC.play; Set("_root.codeMC:levelComplete", 400); Set("_root.codeMC:bonusScore", 4500);
Symbol 182 MovieClip Frame 15
stop();
Symbol 182 MovieClip Frame 16
Set("_root.codeMC:state", "tutorial"); if (_root.highestLevel < 8) { saveHighestLevel(8); } Set("_root.codeMC:redNeeded", "1"); Set("_root.codeMC:blueNeeded", "1"); Set("_root.codeMC:purpleNeeded", "1"); Set("_root.codeMC:Waterheight", -200); Set("_root.codeMC:waterSpeed", 0); Set("_root.codeMC:clouds", "on"); Set("_root.codeMC:nextlevel", "L9"); Set("_root.codeMC:platformActive", 0); Set("_root.codeMC:currentlevel", "L8"); Set("_root.codeMC:levelName", "08"); _root.LevelboardMC.play; Set("_root.codeMC:levelComplete", 450); Set("_root.codeMC:bonusScore", 6000); beastieMove = 3; beastieDist = 150;
Symbol 182 MovieClip Frame 17
stop();
Symbol 182 MovieClip Frame 18
Set("_root.codeMC:state", "tutorial"); if (_root.highestLevel < 9) { saveHighestLevel(9); } Set("_root.codeMC:redNeeded", "1"); Set("_root.codeMC:blueNeeded", "1"); Set("_root.codeMC:purpleNeeded", "1"); Set("_root.codeMC:Waterheight", -300); Set("_root.codeMC:waterSpeed", 0); Set("_root.codeMC:clouds", "on"); Set("_root.codeMC:nextlevel", "L10"); Set("_root.codeMC:platformActive", 0); Set("_root.codeMC:currentlevel", "L9"); Set("_root.codeMC:levelName", "09"); _root.LevelboardMC.play; Set("_root.codeMC:levelComplete", 500); Set("_root.codeMC:bonusScore", 6500); beastieMove = 3; beastieDist = 150;
Symbol 182 MovieClip Frame 19
stop();
Symbol 182 MovieClip Frame 20
Set("_root.codeMC:state", "tutorial"); if (_root.highestLevel < 10) { saveHighestLevel(10); } Set("_root.codeMC:redNeeded", "2"); Set("_root.codeMC:blueNeeded", "1"); Set("_root.codeMC:purpleNeeded", "1"); Set("_root.codeMC:Waterheight", -200); Set("_root.codeMC:waterSpeed", 0); Set("_root.codeMC:clouds", "on"); Set("_root.codeMC:nextlevel", "L11"); Set("_root.codeMC:platformActive", 0); Set("_root.codeMC:currentlevel", "L10"); Set("_root.codeMC:levelName", "10"); _root.LevelboardMC.play; Set("_root.codeMC:levelComplete", 450); Set("_root.codeMC:bonusScore", 6750); beastieMove = 3; beastieDist = 150;
Symbol 182 MovieClip Frame 21
stop();
Symbol 182 MovieClip Frame 22
Set("_root.codeMC:state", "tutorial"); if (_root.highestLevel < 11) { saveHighestLevel(11); } Set("_root.codeMC:redNeeded", "1"); Set("_root.codeMC:blueNeeded", "1"); Set("_root.codeMC:purpleNeeded", "1"); Set("_root.codeMC:Waterheight", -250); Set("_root.codeMC:waterSpeed", 0); Set("_root.codeMC:clouds", "on"); Set("_root.codeMC:nextlevel", "L12"); Set("_root.codeMC:platformActive", 0); Set("_root.codeMC:currentlevel", "L11"); Set("_root.codeMC:levelName", "11"); _root.LevelboardMC.play; Set("_root.codeMC:levelComplete", 450); Set("_root.codeMC:bonusScore", 7250); beastieMove = 3; beastieDist = 150;
Symbol 182 MovieClip Frame 23
stop();
Symbol 182 MovieClip Frame 24
Set("_root.codeMC:state", "tutorial"); if (_root.highestLevel < 12) { saveHighestLevel(12); } Set("_root.codeMC:redNeeded", "1"); Set("_root.codeMC:blueNeeded", "1"); Set("_root.codeMC:purpleNeeded", "1"); Set("_root.codeMC:Waterheight", -200); Set("_root.codeMC:waterSpeed", 0); Set("_root.codeMC:clouds", "on"); Set("_root.codeMC:nextlevel", "L13"); Set("_root.codeMC:platformActive", 0); Set("_root.codeMC:currentlevel", "L12"); Set("_root.codeMC:levelName", "12"); _root.LevelboardMC.play; Set("_root.codeMC:levelComplete", 450); Set("_root.codeMC:bonusScore", 7000); beastieMove = 3; beastieDist = 150;
Symbol 182 MovieClip Frame 25
stop();
Symbol 182 MovieClip Frame 26
Set("_root.codeMC:state", "tutorial"); if (_root.highestLevel < 13) { saveHighestLevel(13); } Set("_root.codeMC:redNeeded", "3"); Set("_root.codeMC:blueNeeded", "3"); Set("_root.codeMC:purpleNeeded", "3"); Set("_root.codeMC:Waterheight", -250); Set("_root.codeMC:waterSpeed", 0); Set("_root.codeMC:clouds", "on"); Set("_root.codeMC:nextlevel", "L14"); Set("_root.codeMC:platformActive", 0); Set("_root.codeMC:currentlevel", "L13"); Set("_root.codeMC:levelName", "13"); _root.LevelboardMC.play; Set("_root.codeMC:levelComplete", 450); Set("_root.codeMC:bonusScore", 8500); beastieMove = 3; beastieDist = 150;
Symbol 182 MovieClip Frame 27
stop();
Symbol 182 MovieClip Frame 28
Set("_root.codeMC:state", "tutorial"); if (_root.highestLevel < 14) { saveHighestLevel(14); } Set("_root.codeMC:redNeeded", "1"); Set("_root.codeMC:blueNeeded", "1"); Set("_root.codeMC:purpleNeeded", "1"); Set("_root.codeMC:Waterheight", -200); Set("_root.codeMC:waterSpeed", 0); Set("_root.codeMC:clouds", "on"); Set("_root.codeMC:nextlevel", "L15"); Set("_root.codeMC:platformActive", 0); Set("_root.codeMC:currentlevel", "L14"); Set("_root.codeMC:levelName", "14"); _root.LevelboardMC.play; Set("_root.codeMC:levelComplete", 1000); Set("_root.codeMC:bonusScore", 14750); beastieMove = 3; beastieDist = 150;
Symbol 182 MovieClip Frame 29
stop();
Symbol 182 MovieClip Frame 30
Set("_root.codeMC:state", "tutorial"); if (_root.highestLevel < 15) { saveHighestLevel(15); } Set("_root.codeMC:redNeeded", "1"); Set("_root.codeMC:blueNeeded", "1"); Set("_root.codeMC:purpleNeeded", "1"); Set("_root.codeMC:Waterheight", -200); Set("_root.codeMC:waterSpeed", 0.75); Set("_root.codeMC:clouds", "on"); Set("_root.codeMC:nextlevel", "END"); Set("_root.codeMC:platformActive", 0); Set("_root.codeMC:currentlevel", "L15"); Set("_root.codeMC:levelName", "15"); _root.LevelboardMC.play; Set("_root.codeMC:levelComplete", 1000); Set("_root.codeMC:bonusScore", 9750); beastieMove = 3; beastieDist = 150;
Symbol 182 MovieClip Frame 31
stop();
Symbol 207 MovieClip Frame 6
stop();
Symbol 216 MovieClip Frame 1
stop();
Symbol 216 MovieClip Frame 5
stop();
Symbol 216 MovieClip Frame 15
stop();
Symbol 233 MovieClip Frame 1
stop();
Symbol 233 MovieClip Frame 6
stop();
Symbol 233 MovieClip Frame 11
stop();
Symbol 233 MovieClip Frame 16
stop();
Symbol 233 MovieClip Frame 21
stop();
Symbol 233 MovieClip Frame 26
stop();
Symbol 236 MovieClip Frame 1
_x = getProperty("_root.playerMC", _x); _y = getProperty("_root.playerMC", _y); if ((_root.codeMC:Air < 0) and (air != "death")) { CounterMC.gotoAndPlay("death"); air = "death"; } if (_root.codeMC:state != "dead") { if (_root.codeMC:Air == 5) { CounterMC.gotoAndStop(1); air = "max"; } if (((_root.codeMC:Air < 5) and (_root.codeMC:Air > 4)) and (air != "five")) { CounterMC.gotoAndPlay("five"); air = "five"; } if (((_root.codeMC:Air < 4) and (_root.codeMC:Air > 3)) and (air != "four")) { CounterMC.gotoAndPlay("four"); air = "four"; } if (((_root.codeMC:Air < 3) and (_root.codeMC:Air > 2)) and (air != "three")) { CounterMC.gotoAndPlay("three"); air = "three"; } if (((_root.codeMC:Air < 2) and (_root.codeMC:Air > 1)) and (air != "two")) { CounterMC.gotoAndPlay("two"); air = "two"; } if (((_root.codeMC:Air < 1) and (_root.codeMC:Air > 0)) and (air != "one")) { CounterMC.gotoAndPlay("one"); air = "one"; } if (((_root.codeMC:redgems < 1) and (_root.codeMC:bluegems < 1)) and (_root.codeMC:purplegems < 1)) { CounterMC.gems.g1.gotoAndStop("none"); CounterMC.gems.g2.gotoAndStop("none"); CounterMC.gems.g3.gotoAndStop("none"); } if (((_root.codeMC:redgems < 3) or (_root.codeMC:bluegems < 3)) or (_root.codeMC:purplegems < 3)) { CounterMC.gems.g2.gotoAndStop("none"); CounterMC.gems.g3.gotoAndStop("none"); } if (_root.codeMC:redgems > 0) { CounterMC.gems.g1.gotoAndStop("red"); } if (_root.codeMC:redgems > 1) { CounterMC.gems.g2.gotoAndStop("red"); } if (_root.codeMC:redgems > 2) { CounterMC.gems.g3.gotoAndStop("red"); } if (_root.codeMC:bluegems > 0) { CounterMC.gems.g1.gotoAndStop("blue"); } if (_root.codeMC:bluegems > 1) { CounterMC.gems.g2.gotoAndStop("blue"); } if (_root.codeMC:bluegems > 2) { CounterMC.gems.g3.gotoAndStop("blue"); } if (_root.codeMC:purplegems > 0) { CounterMC.gems.g1.gotoAndStop("purple"); } if (_root.codeMC:purplegems > 1) { CounterMC.gems.g2.gotoAndStop("purple"); } if (_root.codeMC:purplegems > 2) { CounterMC.gems.g3.gotoAndStop("purple"); } }
Symbol 236 MovieClip Frame 2
gotoAndPlay (1);
Symbol 249 MovieClip Frame 41
Set("_root.codeMC:levelBoardDone", "TRUE"); Set("_root.codeMC:state", "Stopped");
Symbol 249 MovieClip Frame 46
stop();
Symbol 266 Button
on (release) { getURL ("http://www.miniclip.com/redbeard.htm", "_blank"); }
Symbol 271 Button
on (release) { gotoAndStop (2); }
Symbol 281 MovieClip Frame 2
stop();
Symbol 295 Button
on (release) { sendHighScore(); }
Symbol 311 MovieClip Frame 18
txtUsername = _parent.mcHighScoreData.notSentUsername; myDate = new Date(); stop();
Symbol 318 Button
on (release) { gotoAndPlay (48); }
Symbol 321 Button
on (release) { gotoAndPlay (68); }
Symbol 356 MovieClip Frame 11
stop();
Instance of Symbol 356 MovieClip in Symbol 357 MovieClip Frame 1
onClipEvent (load) { stop(); }
Instance of Symbol 356 MovieClip in Symbol 357 MovieClip Frame 1
onClipEvent (load) { stop(); }
Instance of Symbol 356 MovieClip in Symbol 357 MovieClip Frame 1
onClipEvent (load) { stop(); }
Instance of Symbol 356 MovieClip in Symbol 357 MovieClip Frame 1
onClipEvent (load) { stop(); }
Instance of Symbol 356 MovieClip in Symbol 357 MovieClip Frame 1
onClipEvent (load) { stop(); }
Instance of Symbol 356 MovieClip in Symbol 357 MovieClip Frame 1
onClipEvent (load) { stop(); }
Instance of Symbol 356 MovieClip in Symbol 357 MovieClip Frame 1
onClipEvent (load) { stop(); }
Instance of Symbol 356 MovieClip in Symbol 357 MovieClip Frame 1
onClipEvent (load) { stop(); }
Instance of Symbol 356 MovieClip in Symbol 357 MovieClip Frame 1
onClipEvent (load) { stop(); }
Symbol 357 MovieClip Frame 10
stop();
Symbol 363 Button
on (release) { gotoAndStop (41); }
Symbol 427 MovieClip Frame 1
function convertScoreToTime(scoreToBeConverted) { var convertScore = (-(scoreToBeConverted - 1000000)); var strScore = new String(convertScore); if (convertScore > 99999) { var tmpTime = ((((strScore.substring(0, 2) + ":") + strScore.substring(2, 4)) + ":") + strScore.substring(4, 6)); } else if (convertScore > 9999) { var tmpTime = ((((("0" + strScore.substring(0, 1)) + ":") + strScore.substring(1, 3)) + ":") + strScore.substring(3, 5)); } else if (convertScore > 999) { var tmpTime = ((("00:" + strScore.substring(0, 2)) + ":") + strScore.substring(2, 5)); } else if (convertScore > 99) { var tmpTime = ((("00:0" + strScore.substring(0, 1)) + ":") + strScore.substring(1, 3)); } else if (convertScore > 9) { var tmpTime = ("00:00:" + strScore.substring(0, 2)); } else { var tmpTime = ("00:00:0" + strScore.substring(0, 1)); } convertScore = tmpTime; if (convertScore != "10:00:00") { return(convertScore); } } function getHighScores(period, target) { target.records = 0; if (saveScore) { target.score = localScore; target.username = txtUsername; target.notSentScore = localScore; target.notSentUsername = txtUsername; } target.gamename = gamename; target.low = 0; target.high = 10; target.formaction = "gethighscores"; target.dwm = period; var preventCaching = (getTimer() + random(100)); target.loadVariables("http://www.miniclip.com/Flash/proxy.php?preventCashing=" + preventCaching, "GET"); play(); } function sendHighScore() { if ((txtUsername != "") && (txtUsername != undefined)) { getHighScores(2, mcHighScoreData); } } this.username = ""; this.score = 0; position_d = 0; position_w = 0; position_m = 0; mcHighScoreData.records = 0; dailyLoaded = false; weeklyLoaded = false; monthlyLoaded = false; dailyTabClicked = false; weeklyTabClicked = false; monthlyTabClicked = false; timeOutVal = 15000; completed = "false"; localScore = int(eval (scoreLocation)); if (scoreIsTime && (localScore > 0)) { localScore = 1000000 - localScore; } this._x = int(this._x); this._y = int(this._y); if (gameName == undefined) { trace("MINICLIP.COM HIGHSCORE COMPONENT WARNING"); trace("========================================"); trace("The 'gameName' parameter has not been set. This parameter"); trace("needs to be set for the highscore component to function."); error = true; } if ((eval (scoreLocation) == undefined) && (saveScore)) { trace("MINICLIP.COM HIGHSCORE COMPONENT WARNING"); trace("========================================"); trace("The 'scoreLocation' parameter does not contain any data."); trace("This parameter needs to be pointing to the game score variable"); trace("set for the highscore component to function."); error = true; } if (error == true) { _parent.stop(); stop(); } else if (saveScore && (eval (scoreLocation) > 0)) { gotoAndPlay (2); } else { getHighScores(2, mcHighScoreData); gotoAndPlay (15); }
Symbol 427 MovieClip Frame 9
Selection.setFocus("txtUsername"); txtUsername = mcHighScoreData.username; stop();
Instance of Symbol 291 MovieClip in Symbol 427 MovieClip Frame 9
onClipEvent (keyDown) { if (Key.isDown(13)) { _parent.sendHighScore(); } }
Symbol 427 MovieClip Frame 15
mcHighScoreData.username = ""; everyNSeconds = getTimer() + 2000; saveScore = false; timeOut = getTimer() + timeOutVal;
Symbol 427 MovieClip Frame 17
if (getTimer() > timeOut) { timeOut = getTimer() + timeOutVal; completed = false; gotoAndPlay (20); } else if (mcHighScoreData.records > 0) { mcHighScoreData.positionDaily = mcHighScoreData.position; if (scoreIsTime) { mcHighScoreData.notSentScore = convertScoreToTime(localScore); } var i = 0; while (i < mcHighScoreData.high) { mcHighScoreData["userNameDaily" + i] = mcHighScoreData["user_name" + i]; mcHighScoreData["scoreDaily" + i] = mcHighScoreData["score" + i]; mcHighScoreData["dateDaily" + i] = mcHighScoreData["date" + i]; i++; } gotoAndPlay (34); } else { if (getTimer() > everyNSeconds) { getHighScores(2, mcHighScoreData); everyNSeconds = getTimer() + 2000; trace("try"); } gotoAndPlay(_currentframe - 1); }
Symbol 427 MovieClip Frame 28
stop();
Instance of Symbol 311 MovieClip "mcYourScore" in Symbol 427 MovieClip Frame 34
onClipEvent (load) { if (_parent.localScore <= 0) { this._visible = false; } }
Symbol 427 MovieClip Frame 41
if (!dailyTabClicked) { mcYourScore.position = position; dailyTabClicked = true; var i = 0; while (i < mcHighScoreData.high) { if (scoreIsTime) { mcHighScoreData["scoreDaily" + i] = convertScoreToTime(mcHighScoreData["scoreDaily" + i]); } this["txtUserName" + i] = mcHighScoreData["userNameDaily" + i]; this["txtScore" + i] = mcHighScoreData["scoreDaily" + i]; this["txtDate" + i] = mcHighScoreData["dateDaily" + i]; i++; } } mcYourScore.position = mcHighScoreData.positionDaily; stop();
Symbol 427 MovieClip Frame 48
if ((!weeklyTabClicked) or (!weeklyLoaded)) { getHighScores(1, mcHighScoreData); weeklyTabClicked = true; } else if (weeklyLoaded) { gotoAndPlay (56); }
Symbol 427 MovieClip Frame 55
if (mcHighScoreData.records > 0) { mcHighScoreData.positionWeekly = mcHighScoreData.position; weeklyLoaded = true; var i = 0; while (i < mcHighScoreData.high) { mcHighScoreData["userNameWeekly" + i] = mcHighScoreData["user_name" + i]; mcHighScoreData["scoreWeekly" + i] = mcHighScoreData["score" + i]; mcHighScoreData["dateWeekly" + i] = mcHighScoreData["date" + i]; if (scoreIsTime) { mcHighScoreData["scoreWeekly" + i] = convertScoreToTime(mcHighScoreData["scoreWeekly" + i]); } i++; } gotoAndPlay (56); } else { gotoAndPlay(_currentframe - 1); }
Symbol 427 MovieClip Frame 56
mcYourScore.position = mcHighScoreData.positionWeekly; stop();
Symbol 427 MovieClip Frame 68
if ((!monthlyTabClicked) or (!monthlyLoaded)) { getHighscores(0, mcHighScoreData); monthlyTabClicked = true; } else if (monthlyLoaded) { gotoAndPlay (76); }
Symbol 427 MovieClip Frame 75
if (mcHighScoreData.records > 0) { mcHighScoreData.positionMonthly = mcHighScoreData.position; monthlyLoaded = true; var i = 0; while (i < mcHighScoreData.high) { mcHighScoreData["userNameMonthly" + i] = mcHighScoreData["user_name" + i]; mcHighScoreData["scoreMonthly" + i] = mcHighScoreData["score" + i]; mcHighScoreData["dateMonthly" + i] = mcHighScoreData["date" + i]; if (scoreIsTime) { mcHighScoreData["scoreMonthly" + i] = convertScoreToTime(mcHighScoreData["scoreMonthly" + i]); } i++; } gotoAndPlay (76); } else { gotoAndPlay(_currentframe - 1); }
Symbol 427 MovieClip Frame 76
mcYourScore.position = mcHighScoreData.positionMonthly; var i = 0; while (i < mcHighScoreData.high) { this["txtUserName" + i] = mcHighScoreData["userNameMonthly" + i]; this["txtScore" + i] = mcHighScoreData["scoreMonthly" + i]; this["txtDate" + i] = mcHighScoreData["dateMonthly" + i]; i++; } stop();

Library Items

Symbol 1 Sound [jump.wav]
Symbol 2 Sound [goalgem.wav]
Symbol 3 Sound [gem3.wav]
Symbol 4 Sound [gem2.wav]
Symbol 5 Sound [gem.wav]
Symbol 6 Sound [DEAD.wav]
Symbol 7 Sound [roll.wav]Used by:50 55 266 271
Symbol 8 GraphicUsed by:Timeline
Symbol 9 GraphicUsed by:22
Symbol 10 ShapeTweeningUsed by:22
Symbol 11 GraphicUsed by:22
Symbol 12 SoundUsed by:22
Symbol 13 GraphicUsed by:22
Symbol 14 BitmapUsed by:15
Symbol 15 GraphicUses:14Used by:22
Symbol 16 GraphicUsed by:22
Symbol 17 GraphicUsed by:22
Symbol 18 GraphicUsed by:22
Symbol 19 SoundUsed by:22
Symbol 20 FontUsed by:21
Symbol 21 TextUses:20Used by:22
Symbol 22 MovieClipUses:9 10 11 12 13 15 16 17 18 19 21Used by:Timeline
Symbol 23 GraphicUsed by:Timeline
Symbol 24 GraphicUsed by:26  Timeline
Symbol 25 GraphicUsed by:26  Timeline
Symbol 26 MovieClipUses:24 25Used by:Timeline
Symbol 27 GraphicUsed by:Timeline
Symbol 28 GraphicUsed by:97 116  Timeline
Symbol 29 GraphicUsed by:35 161
Symbol 30 GraphicUsed by:35 161
Symbol 31 GraphicUsed by:35
Symbol 32 GraphicUsed by:35 161
Symbol 33 GraphicUsed by:35 161
Symbol 34 GraphicUsed by:35 161
Symbol 35 MovieClipUses:29 30 31 32 33 34Used by:Timeline
Symbol 36 GraphicUsed by:38
Symbol 37 GraphicUsed by:38
Symbol 38 ButtonUses:36 37Used by:Timeline
Symbol 39 GraphicUsed by:42
Symbol 40 GraphicUsed by:42
Symbol 41 GraphicUsed by:42
Symbol 42 MovieClipUses:39 40 41Used by:Timeline
Symbol 43 GraphicUsed by:50
Symbol 44 FontUsed by:45 46 52 53 264 265 268 269
Symbol 45 TextUses:44Used by:50
Symbol 46 TextUses:44Used by:50
Symbol 47 GraphicUsed by:50 55 266 271
Symbol 48 GraphicUsed by:50
Symbol 49 SoundUsed by:50 55 266 271
Symbol 50 ButtonUses:43 45 46 47 48 7 49Used by:Timeline
Symbol 51 GraphicUsed by:55
Symbol 52 TextUses:44Used by:55
Symbol 53 TextUses:44Used by:55
Symbol 54 GraphicUsed by:55
Symbol 55 ButtonUses:51 52 53 47 54 7 49Used by:Timeline
Symbol 56 FontUsed by:57 89 90 91 94 95 96 238 240 243 244 245 246 247 248 251 252 253 254 255
Symbol 57 EditableTextUses:56Used by:58
Symbol 58 MovieClipUses:57Used by:Timeline
Symbol 59 GraphicUsed by:Timeline
Symbol 60 GraphicUsed by:Timeline
Symbol 61 GraphicUsed by:62
Symbol 62 MovieClipUses:61Used by:86 181  Timeline
Symbol 63 GraphicUsed by:232  Timeline
Symbol 64 GraphicUsed by:65
Symbol 65 MovieClipUses:64Used by:Timeline
Symbol 66 GraphicUsed by:67
Symbol 67 MovieClipUses:66Used by:Timeline
Symbol 68 FontUsed by:69 70 71 72 73 77 80
Symbol 69 TextUses:68Used by:76
Symbol 70 EditableTextUses:68Used by:76
Symbol 71 EditableTextUses:68Used by:76
Symbol 72 EditableTextUses:68Used by:76
Symbol 73 EditableTextUses:68Used by:76
Symbol 74 FontUsed by:75
Symbol 75 EditableTextUses:74Used by:76
Symbol 76 MovieClipUses:69 70 71 72 73 75Used by:Timeline
Symbol 77 TextUses:68Used by:78
Symbol 78 MovieClipUses:77Used by:Timeline
Symbol 79 GraphicUsed by:182 356
Symbol 80 TextUses:68Used by:182
Symbol 81 GraphicUsed by:83
Symbol 82 GraphicUsed by:83
Symbol 83 MovieClipUses:81 82Used by:182
Symbol 84 GraphicUsed by:182
Symbol 85 GraphicUsed by:86 181
Symbol 86 MovieClipUses:62 85Used by:182
Symbol 87 GraphicUsed by:182
Symbol 88 GraphicUsed by:97
Symbol 89 EditableTextUses:56Used by:97
Symbol 90 EditableTextUses:56Used by:97
Symbol 91 EditableTextUses:56Used by:97
Symbol 92 GraphicUsed by:97 110
Symbol 93 GraphicUsed by:97 120
Symbol 94 TextUses:56Used by:97
Symbol 95 TextUses:56Used by:97
Symbol 96 TextUses:56Used by:97
Symbol 97 MovieClipUses:88 89 90 91 28 92 93 94 95 96Used by:182
Symbol 98 GraphicUsed by:99
Symbol 99 MovieClipUses:98Used by:182
Symbol 100 GraphicUsed by:101 102 138 141
Symbol 101 MovieClipUses:100Used by:182
Symbol 102 MovieClipUses:100Used by:182
Symbol 103 GraphicUsed by:104
Symbol 104 MovieClipUses:103Used by:105
Symbol 105 MovieClipUses:104Used by:182
Symbol 106 GraphicUsed by:107
Symbol 107 MovieClipUses:106Used by:182
Symbol 108 GraphicUsed by:109
Symbol 109 MovieClipUses:108Used by:182
Symbol 110 MovieClipUses:92Used by:111
Symbol 111 MovieClipUses:110Used by:182
Symbol 112 GraphicUsed by:113
Symbol 113 MovieClipUses:112Used by:182
Symbol 114 GraphicUsed by:115
Symbol 115 MovieClipUses:114Used by:182
Symbol 116 MovieClipUses:28Used by:117
Symbol 117 MovieClipUses:116Used by:182
Symbol 118 GraphicUsed by:119
Symbol 119 MovieClipUses:118Used by:182
Symbol 120 MovieClipUses:93Used by:121
Symbol 121 MovieClipUses:120Used by:182
Symbol 122 GraphicUsed by:123
Symbol 123 MovieClipUses:122Used by:182
Symbol 124 GraphicUsed by:126
Symbol 125 GraphicUsed by:126
Symbol 126 MovieClipUses:124 125Used by:127
Symbol 127 MovieClipUses:126Used by:182
Symbol 128 GraphicUsed by:130
Symbol 129 GraphicUsed by:130
Symbol 130 MovieClipUses:128 129Used by:131
Symbol 131 MovieClipUses:130Used by:182
Symbol 132 GraphicUsed by:134
Symbol 133 GraphicUsed by:134
Symbol 134 MovieClipUses:132 133Used by:135
Symbol 135 MovieClipUses:134Used by:182
Symbol 136 GraphicUsed by:182
Symbol 137 GraphicUsed by:138
Symbol 138 MovieClipUses:100 137Used by:182
Symbol 139 GraphicUsed by:140
Symbol 140 MovieClipUses:139Used by:182
Symbol 141 MovieClipUses:100Used by:182
Symbol 142 GraphicUsed by:144
Symbol 143 GraphicUsed by:144
Symbol 144 MovieClipUses:142 143Used by:145
Symbol 145 MovieClipUses:144Used by:182
Symbol 146 GraphicUsed by:147
Symbol 147 MovieClipUses:146Used by:182
Symbol 148 GraphicUsed by:161
Symbol 149 GraphicUsed by:161
Symbol 150 GraphicUsed by:161
Symbol 151 GraphicUsed by:161
Symbol 152 GraphicUsed by:161
Symbol 153 GraphicUsed by:161
Symbol 154 GraphicUsed by:161
Symbol 155 GraphicUsed by:161
Symbol 156 GraphicUsed by:161
Symbol 157 GraphicUsed by:161
Symbol 158 GraphicUsed by:161
Symbol 159 GraphicUsed by:161
Symbol 160 GraphicUsed by:161
Symbol 161 MovieClipUses:29 30 148 32 33 34 149 150 151 152 153 154 155 156 157 158 159 160Used by:162
Symbol 162 MovieClipUses:161Used by:164
Symbol 163 MovieClipUsed by:164
Symbol 164 MovieClipUses:162 163Used by:182
Symbol 165 GraphicUsed by:182
Symbol 166 GraphicUsed by:168
Symbol 167 GraphicUsed by:168
Symbol 168 MovieClipUses:166 167Used by:169
Symbol 169 MovieClipUses:168Used by:182
Symbol 170 GraphicUsed by:171
Symbol 171 MovieClipUses:170Used by:172
Symbol 172 MovieClipUses:171Used by:182
Symbol 173 GraphicUsed by:175
Symbol 174 GraphicUsed by:175
Symbol 175 MovieClipUses:173 174Used by:176
Symbol 176 MovieClipUses:175Used by:182
Symbol 177 GraphicUsed by:179
Symbol 178 GraphicUsed by:179
Symbol 179 MovieClipUses:177 178Used by:180
Symbol 180 MovieClipUses:179Used by:182
Symbol 181 MovieClipUses:62 85Used by:182
Symbol 182 MovieClipUses:79 80 83 84 86 87 97 99 101 102 105 107 109 111 113 115 117 119 121 123 127 131 135 136 138 140 141 145 147 164 165 169 172 176 180 181Used by:Timeline
Symbol 183 GraphicUsed by:186
Symbol 184 GraphicUsed by:185
Symbol 185 MovieClipUses:184Used by:186
Symbol 186 MovieClipUses:183 185Used by:Timeline
Symbol 187 GraphicUsed by:204 207
Symbol 188 GraphicUsed by:204 207
Symbol 189 GraphicUsed by:204 207 214
Symbol 190 GraphicUsed by:204 207 214
Symbol 191 GraphicUsed by:204 207
Symbol 192 GraphicUsed by:204 207
Symbol 193 GraphicUsed by:204 207
Symbol 194 GraphicUsed by:204
Symbol 195 GraphicUsed by:204
Symbol 196 GraphicUsed by:204
Symbol 197 GraphicUsed by:204
Symbol 198 GraphicUsed by:204
Symbol 199 GraphicUsed by:204
Symbol 200 GraphicUsed by:204
Symbol 201 GraphicUsed by:204
Symbol 202 GraphicUsed by:204
Symbol 203 GraphicUsed by:204
Symbol 204 MovieClipUses:187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203Used by:205
Symbol 205 MovieClipUses:204Used by:216
Symbol 206 GraphicUsed by:216
Symbol 207 MovieClipUses:193 188 189 190 191 192 187Used by:216
Symbol 208 GraphicUsed by:214
Symbol 209 GraphicUsed by:214
Symbol 210 GraphicUsed by:214
Symbol 211 GraphicUsed by:214
Symbol 212 GraphicUsed by:214
Symbol 213 GraphicUsed by:214
Symbol 214 MovieClipUses:208 189 190 209 210 211 212 213Used by:215
Symbol 215 MovieClipUses:214Used by:216
Symbol 216 MovieClipUses:205 206 207 215Used by:Timeline
Symbol 217 GraphicUsed by:233
Symbol 218 GraphicUsed by:222
Symbol 219 GraphicUsed by:222
Symbol 220 GraphicUsed by:222
Symbol 221 GraphicUsed by:222
Symbol 222 MovieClipUses:218 219 220 221Used by:223
Symbol 223 MovieClipUses:222Used by:233
Symbol 224 GraphicUsed by:233
Symbol 225 SoundUsed by:233
Symbol 226 GraphicUsed by:233
Symbol 227 GraphicUsed by:233
Symbol 228 GraphicUsed by:233
Symbol 229 GraphicUsed by:233
Symbol 230 GraphicUsed by:233
Symbol 231 GraphicUsed by:233
Symbol 232 MovieClipUses:63Used by:233
Symbol 233 MovieClipUses:217 223 224 225 226 227 228 229 230 231 232Used by:236
Symbol 234 GraphicUsed by:235
Symbol 235 MovieClipUses:234Used by:236
Symbol 236 MovieClipUses:233 235Used by:Timeline
Symbol 237 GraphicUsed by:249
Symbol 238 TextUses:56Used by:249
Symbol 239 GraphicUsed by:241
Symbol 240 EditableTextUses:56Used by:241
Symbol 241 MovieClipUses:239 240Used by:249
Symbol 242 GraphicUsed by:249
Symbol 243 TextUses:56Used by:249
Symbol 244 TextUses:56Used by:249
Symbol 245 TextUses:56Used by:249
Symbol 246 TextUses:56Used by:249
Symbol 247 TextUses:56Used by:249
Symbol 248 TextUses:56Used by:249
Symbol 249 MovieClipUses:237 238 241 242 243 244 245 246 247 248Used by:Timeline
Symbol 250 GraphicUsed by:256
Symbol 251 TextUses:56Used by:256
Symbol 252 EditableTextUses:56Used by:256
Symbol 253 EditableTextUses:56Used by:256
Symbol 254 EditableTextUses:56Used by:256
Symbol 255 TextUses:56Used by:256
Symbol 256 MovieClipUses:250 251 252 253 254 255Used by:Timeline
Symbol 257 GraphicUsed by:Timeline
Symbol 258 GraphicUsed by:Timeline
Symbol 259 GraphicUsed by:Timeline
Symbol 260 GraphicUsed by:Timeline
Symbol 261 FontUsed by:262
Symbol 262 TextUses:261Used by:Timeline
Symbol 263 GraphicUsed by:266
Symbol 264 TextUses:44Used by:266
Symbol 265 TextUses:44Used by:266
Symbol 266 ButtonUses:263 264 265 47 7 49Used by:Timeline
Symbol 267 GraphicUsed by:271
Symbol 268 TextUses:44Used by:271
Symbol 269 TextUses:44Used by:271
Symbol 270 GraphicUsed by:271
Symbol 271 ButtonUses:267 268 269 47 270 7 49Used by:Timeline
Symbol 272 GraphicUsed by:281
Symbol 273 FontUsed by:274 275 276 277 280 294 297 353 364 396
Symbol 274 TextUses:273Used by:281
Symbol 275 TextUses:273Used by:281
Symbol 276 TextUses:273Used by:281
Symbol 277 TextUses:273Used by:281
Symbol 278 GraphicUsed by:281
Symbol 279 GraphicUsed by:281 427
Symbol 280 TextUses:273Used by:281 427
Symbol 281 MovieClipUses:272 274 275 276 277 278 279 280Used by:427
Symbol 282 GraphicUsed by:283
Symbol 283 MovieClipUses:282Used by:427
Symbol 284 ShapeTweeningUsed by:427
Symbol 285 ShapeTweeningUsed by:427
Symbol 286 ShapeTweeningUsed by:427
Symbol 287 FontUsed by:288 292 307 308 309 310 314 316 320 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 359 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426
Symbol 288 EditableTextUses:287Used by:427
Symbol 289 ShapeTweeningUsed by:427
Symbol 290 GraphicUsed by:291
Symbol 291 MovieClipUses:290Used by:427
Symbol 292 TextUses:287Used by:427
Symbol 293 GraphicUsed by:295
Symbol 294 TextUses:273Used by:295
Symbol 295 ButtonUses:293 294Used by:427
Symbol 296 GraphicUsed by:427
Symbol 297 TextUses:273Used by:427
Symbol 298 ShapeTweeningUsed by:427
Symbol 299 ShapeTweeningUsed by:427
Symbol 300 ShapeTweeningUsed by:427
Symbol 301 ShapeTweeningUsed by:427
Symbol 302 ShapeTweeningUsed by:311
Symbol 303 ShapeTweeningUsed by:311
Symbol 304 GraphicUsed by:311
Symbol 305 GraphicUsed by:311
Symbol 306 GraphicUsed by:311 427
Symbol 307 EditableTextUses:287Used by:311
Symbol 308 EditableTextUses:287Used by:311
Symbol 309 EditableTextUses:287Used by:311
Symbol 310 EditableTextUses:287Used by:311
Symbol 311 MovieClipUses:302 303 304 305 306 307 308 309 310Used by:427
Symbol 312 GraphicUsed by:318 321 363 427
Symbol 313 GraphicUsed by:427
Symbol 314 TextUses:287Used by:363 427
Symbol 315 GraphicUsed by:318
Symbol 316 TextUses:287Used by:318 427
Symbol 317 GraphicUsed by:318 321
Symbol 318 ButtonUses:315 316 312 317Used by:427
Symbol 319 GraphicUsed by:321
Symbol 320 TextUses:287Used by:321 427
Symbol 321 ButtonUses:319 320 312 317Used by:427
Symbol 322 GraphicUsed by:427
Symbol 323 EditableTextUses:287Used by:427
Symbol 324 EditableTextUses:287Used by:427
Symbol 325 EditableTextUses:287Used by:427
Symbol 326 EditableTextUses:287Used by:427
Symbol 327 EditableTextUses:287Used by:427
Symbol 328 EditableTextUses:287Used by:427
Symbol 329 EditableTextUses:287Used by:427
Symbol 330 EditableTextUses:287Used by:427
Symbol 331 EditableTextUses:287Used by:427
Symbol 332 EditableTextUses:287Used by:427
Symbol 333 EditableTextUses:287Used by:427
Symbol 334 EditableTextUses:287Used by:427
Symbol 335 EditableTextUses:287Used by:427
Symbol 336 EditableTextUses:287Used by:427
Symbol 337 EditableTextUses:287Used by:427
Symbol 338 EditableTextUses:287Used by:427
Symbol 339 EditableTextUses:287Used by:427
Symbol 340 EditableTextUses:287Used by:427
Symbol 341 EditableTextUses:287Used by:427
Symbol 342 EditableTextUses:287Used by:427
Symbol 343 EditableTextUses:287Used by:427
Symbol 344 EditableTextUses:287Used by:427
Symbol 345 EditableTextUses:287Used by:427
Symbol 346 EditableTextUses:287Used by:427
Symbol 347 EditableTextUses:287Used by:427
Symbol 348 EditableTextUses:287Used by:427
Symbol 349 EditableTextUses:287Used by:427
Symbol 350 EditableTextUses:287Used by:427
Symbol 351 EditableTextUses:287Used by:427
Symbol 352 EditableTextUses:287Used by:427
Symbol 353 TextUses:273Used by:427
Symbol 354 ShapeTweeningUsed by:356
Symbol 355 GraphicUsed by:356
Symbol 356 MovieClipUses:354 355 79Used by:357
Symbol 357 MovieClipUses:356Used by:427
Symbol 358 GraphicUsed by:427
Symbol 359 TextUses:287Used by:427
Symbol 360 GraphicUsed by:427
Symbol 361 GraphicUsed by:363
Symbol 362 GraphicUsed by:363
Symbol 363 ButtonUses:361 314 312 362Used by:427
Symbol 364 TextUses:273Used by:427
Symbol 365 EditableTextUses:287Used by:427
Symbol 366 EditableTextUses:287Used by:427
Symbol 367 EditableTextUses:287Used by:427
Symbol 368 EditableTextUses:287Used by:427
Symbol 369 EditableTextUses:287Used by:427
Symbol 370 EditableTextUses:287Used by:427
Symbol 371 EditableTextUses:287Used by:427
Symbol 372 EditableTextUses:287Used by:427
Symbol 373 EditableTextUses:287Used by:427
Symbol 374 EditableTextUses:287Used by:427
Symbol 375 EditableTextUses:287Used by:427
Symbol 376 EditableTextUses:287Used by:427
Symbol 377 EditableTextUses:287Used by:427
Symbol 378 EditableTextUses:287Used by:427
Symbol 379 EditableTextUses:287Used by:427
Symbol 380 EditableTextUses:287Used by:427
Symbol 381 EditableTextUses:287Used by:427
Symbol 382 EditableTextUses:287Used by:427
Symbol 383 EditableTextUses:287Used by:427
Symbol 384 EditableTextUses:287Used by:427
Symbol 385 EditableTextUses:287Used by:427
Symbol 386 EditableTextUses:287Used by:427
Symbol 387 EditableTextUses:287Used by:427
Symbol 388 EditableTextUses:287Used by:427
Symbol 389 EditableTextUses:287Used by:427
Symbol 390 EditableTextUses:287Used by:427
Symbol 391 EditableTextUses:287Used by:427
Symbol 392 EditableTextUses:287Used by:427
Symbol 393 EditableTextUses:287Used by:427
Symbol 394 EditableTextUses:287Used by:427
Symbol 395 GraphicUsed by:427
Symbol 396 TextUses:273Used by:427
Symbol 397 EditableTextUses:287Used by:427
Symbol 398 EditableTextUses:287Used by:427
Symbol 399 EditableTextUses:287Used by:427
Symbol 400 EditableTextUses:287Used by:427
Symbol 401 EditableTextUses:287Used by:427
Symbol 402 EditableTextUses:287Used by:427
Symbol 403 EditableTextUses:287Used by:427
Symbol 404 EditableTextUses:287Used by:427
Symbol 405 EditableTextUses:287Used by:427
Symbol 406 EditableTextUses:287Used by:427
Symbol 407 EditableTextUses:287Used by:427
Symbol 408 EditableTextUses:287Used by:427
Symbol 409 EditableTextUses:287Used by:427
Symbol 410 EditableTextUses:287Used by:427
Symbol 411 EditableTextUses:287Used by:427
Symbol 412 EditableTextUses:287Used by:427
Symbol 413 EditableTextUses:287Used by:427
Symbol 414 EditableTextUses:287Used by:427
Symbol 415 EditableTextUses:287Used by:427
Symbol 416 EditableTextUses:287Used by:427
Symbol 417 EditableTextUses:287Used by:427
Symbol 418 EditableTextUses:287Used by:427
Symbol 419 EditableTextUses:287Used by:427
Symbol 420 EditableTextUses:287Used by:427
Symbol 421 EditableTextUses:287Used by:427
Symbol 422 EditableTextUses:287Used by:427
Symbol 423 EditableTextUses:287Used by:427
Symbol 424 EditableTextUses:287Used by:427
Symbol 425 EditableTextUses:287Used by:427
Symbol 426 EditableTextUses:287Used by:427
Symbol 427 MovieClipUses:281 283 284 285 286 288 289 291 292 295 296 297 298 299 279 280 300 301 311 312 313 314 318 321 322 306 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 357 358 359 360 316 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 320 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426Used by:Timeline
Symbol 428 GraphicUsed by:Timeline
Symbol 429 GraphicUsed by:Timeline
Symbol 430 GraphicUsed by:Timeline
Symbol 431 GraphicUsed by:Timeline

Instance Names

"clouds"Frame 2Symbol 26 MovieClip
"continueBUT"Frame 2Symbol 55 Button
"BackImageMC"Frame 3Symbol 65 MovieClip
"WaterBackMC"Frame 3Symbol 67 MovieClip
"codeMC"Frame 3Symbol 76 MovieClip
"KeyMC"Frame 3Symbol 78 MovieClip
"backgroundMC"Frame 3Symbol 182 MovieClip
"waterMC"Frame 3Symbol 186 MovieClip
"playerMC"Frame 3Symbol 216 MovieClip
"counterMC"Frame 3Symbol 236 MovieClip
"LevelboardMC"Frame 3Symbol 249 MovieClip
"ghost"Frame 3Symbol 256 MovieClip
"clouds"Frame 5Symbol 26 MovieClip
"clouds"Frame 7Symbol 26 MovieClip
"gemTweenMovie"Symbol 111 MovieClip Frame 1Symbol 110 MovieClip
"gemTweenMovie"Symbol 117 MovieClip Frame 1Symbol 116 MovieClip
"gemTweenMovie"Symbol 121 MovieClip Frame 1Symbol 120 MovieClip
"graphic"Symbol 127 MovieClip Frame 1Symbol 126 MovieClip
"graphic"Symbol 131 MovieClip Frame 1Symbol 130 MovieClip
"graphic"Symbol 135 MovieClip Frame 1Symbol 134 MovieClip
"switchMC"Symbol 145 MovieClip Frame 1Symbol 144 MovieClip
"beastie"Symbol 164 MovieClip Frame 1Symbol 162 MovieClip
"graphic"Symbol 169 MovieClip Frame 1Symbol 168 MovieClip
"switchMC"Symbol 176 MovieClip Frame 1Symbol 175 MovieClip
"switchMC"Symbol 180 MovieClip Frame 1Symbol 179 MovieClip
"100"Symbol 182 MovieClip Frame 21Symbol 164 MovieClip
"215"Symbol 182 MovieClip Frame 21Symbol 164 MovieClip
"250"Symbol 182 MovieClip Frame 25Symbol 164 MovieClip
"150"Symbol 182 MovieClip Frame 29Symbol 164 MovieClip
"150"Symbol 182 MovieClip Frame 29Symbol 164 MovieClip
"150"Symbol 182 MovieClip Frame 31Symbol 164 MovieClip
"WaterAlphaMC"Symbol 186 MovieClip Frame 1Symbol 185 MovieClip
"g1"Symbol 223 MovieClip Frame 1Symbol 222 MovieClip
"g2"Symbol 223 MovieClip Frame 1Symbol 222 MovieClip
"g3"Symbol 223 MovieClip Frame 1Symbol 222 MovieClip
"gems"Symbol 233 MovieClip Frame 1Symbol 223 MovieClip
"CounterMC"Symbol 236 MovieClip Frame 1Symbol 233 MovieClip
"invincibleMC"Symbol 236 MovieClip Frame 1Symbol 235 MovieClip
"mcHighScoreData"Symbol 427 MovieClip Frame 1Symbol 283 MovieClip
"mcYourScore"Symbol 427 MovieClip Frame 34Symbol 311 MovieClip

Special Tags

Protect (24)Timeline Frame 131 bytes "..$1$Dk$xB8GXBGe4c6fnCOmbQ/l2/."
ExportAssets (56)Timeline Frame 1Symbol 1 as "jump.wav"
ExportAssets (56)Timeline Frame 1Symbol 2 as "goalgem.wav"
ExportAssets (56)Timeline Frame 1Symbol 3 as "gem3.wav"
ExportAssets (56)Timeline Frame 1Symbol 4 as "gem2.wav"
ExportAssets (56)Timeline Frame 1Symbol 5 as "gem.wav"
ExportAssets (56)Timeline Frame 1Symbol 6 as "DEAD.wav"
ExportAssets (56)Timeline Frame 1Symbol 7 as "roll.wav"
ExportAssets (56)Timeline Frame 2Symbol 7 as "roll.wav"
ExportAssets (56)Timeline Frame 2Symbol 7 as "roll.wav"
ExportAssets (56)Timeline Frame 5Symbol 7 as "roll.wav"
ExportAssets (56)Timeline Frame 5Symbol 7 as "roll.wav"

Labels

"appear"Symbol 110 MovieClip Frame 1
"visible"Symbol 110 MovieClip Frame 5
"collected"Symbol 110 MovieClip Frame 25
"appear"Symbol 116 MovieClip Frame 1
"visible"Symbol 116 MovieClip Frame 5
"collected"Symbol 116 MovieClip Frame 25
"appear"Symbol 120 MovieClip Frame 1
"visible"Symbol 120 MovieClip Frame 5
"collected"Symbol 120 MovieClip Frame 25
"off"Symbol 126 MovieClip Frame 1
"on"Symbol 126 MovieClip Frame 5
"off"Symbol 130 MovieClip Frame 1
"on"Symbol 130 MovieClip Frame 5
"off"Symbol 134 MovieClip Frame 1
"on"Symbol 134 MovieClip Frame 5
"on"Symbol 144 MovieClip Frame 5
"off"Symbol 168 MovieClip Frame 1
"on"Symbol 168 MovieClip Frame 5
"on"Symbol 175 MovieClip Frame 5
"on"Symbol 179 MovieClip Frame 5
"L1"Symbol 182 MovieClip Frame 2
"L2"Symbol 182 MovieClip Frame 4
"L3"Symbol 182 MovieClip Frame 6
"L4"Symbol 182 MovieClip Frame 8
"L5"Symbol 182 MovieClip Frame 10
"L6"Symbol 182 MovieClip Frame 12
"L7"Symbol 182 MovieClip Frame 14
"L8"Symbol 182 MovieClip Frame 16
"L9"Symbol 182 MovieClip Frame 18
"L10"Symbol 182 MovieClip Frame 20
"L11"Symbol 182 MovieClip Frame 22
"L12"Symbol 182 MovieClip Frame 24
"L13"Symbol 182 MovieClip Frame 26
"L14"Symbol 182 MovieClip Frame 28
"L15"Symbol 182 MovieClip Frame 30
"right"Symbol 216 MovieClip Frame 1
"left"Symbol 216 MovieClip Frame 5
"stopped left"Symbol 216 MovieClip Frame 10
"stopped right"Symbol 216 MovieClip Frame 15
"jump left"Symbol 216 MovieClip Frame 21
"jump right"Symbol 216 MovieClip Frame 27
"death"Symbol 216 MovieClip Frame 31
"none"Symbol 222 MovieClip Frame 1
"blue"Symbol 222 MovieClip Frame 5
"purple"Symbol 222 MovieClip Frame 9
"red"Symbol 222 MovieClip Frame 13
"one"Symbol 233 MovieClip Frame 2
"two"Symbol 233 MovieClip Frame 7
"three"Symbol 233 MovieClip Frame 12
"four"Symbol 233 MovieClip Frame 17
"five"Symbol 233 MovieClip Frame 22
"death"Symbol 233 MovieClip Frame 27
"start"Symbol 249 MovieClip Frame 1
"save"Symbol 427 MovieClip Frame 2
"load"Symbol 427 MovieClip Frame 15
"failedLoading"Symbol 427 MovieClip Frame 20
"completed"Symbol 427 MovieClip Frame 34
"daily"Symbol 427 MovieClip Frame 41
"weekly"Symbol 427 MovieClip Frame 48
"weeklyLoaded"Symbol 427 MovieClip Frame 56
"monthly"Symbol 427 MovieClip Frame 68
"monthlyLoaded"Symbol 427 MovieClip Frame 76

Dynamic Text Variables

_root.firstLevelSymbol 57 EditableText"1"
rightSymbol 70 EditableText""
leftSymbol 71 EditableText""
stateSymbol 72 EditableText""
fallingSymbol 73 EditableText""
FPSSymbol 75 EditableText""
_root.codeMC:purpleneededSymbol 89 EditableText"X"
_root.codeMC:redneededSymbol 90 EditableText"X"
_root.codeMC:blueneededSymbol 91 EditableText"X"
_root.codeMC:levelnameSymbol 240 EditableText"20"
_root.codeMC:livesSymbol 252 EditableText"99"
_root.codeMC:scoreSymbol 253 EditableText"10000"
_root.codeMC:bonusScoreSymbol 254 EditableText"1000"
txtUsernameSymbol 288 EditableText""
positionSymbol 307 EditableText""
_parent.mcHighScoreData.dateDaily0Symbol 308 EditableText" "
_parent.mcHighScoreData.notSentScoreSymbol 309 EditableText" "
txtUsernameSymbol 310 EditableText" "
txtDate0Symbol 323 EditableText" "
txtScore0Symbol 324 EditableText" "
txtUserName0Symbol 325 EditableText" "
txtDate1Symbol 326 EditableText" "
txtScore1Symbol 327 EditableText" "
txtUserName1Symbol 328 EditableText" "
txtDate2Symbol 329 EditableText" "
txtScore2Symbol 330 EditableText" "
txtUserName2Symbol 331 EditableText" "
txtDate3Symbol 332 EditableText" "
txtScore3Symbol 333 EditableText" "
txtUserName3Symbol 334 EditableText" "
txtDate4Symbol 335 EditableText" "
txtScore4Symbol 336 EditableText" "
txtUserName4Symbol 337 EditableText" "
txtDate5Symbol 338 EditableText" "
txtScore5Symbol 339 EditableText" "
txtUserName5Symbol 340 EditableText" "
txtDate6Symbol 341 EditableText" "
txtScore6Symbol 342 EditableText" "
txtUserName6Symbol 343 EditableText" "
txtDate7Symbol 344 EditableText" "
txtScore7Symbol 345 EditableText" "
txtUserName7Symbol 346 EditableText" "
txtDate8Symbol 347 EditableText" "
txtScore8Symbol 348 EditableText" "
txtUserName8Symbol 349 EditableText" "
txtDate9Symbol 350 EditableText" "
txtScore9Symbol 351 EditableText" "
txtUserName9Symbol 352 EditableText" "
txtDate0Symbol 365 EditableText" "
txtScore0Symbol 366 EditableText" "
txtUserName0Symbol 367 EditableText" "
txtDate1Symbol 368 EditableText" "
txtScore1Symbol 369 EditableText" "
txtUserName1Symbol 370 EditableText" "
txtDate2Symbol 371 EditableText" "
txtScore2Symbol 372 EditableText" "
txtUserName2Symbol 373 EditableText" "
txtDate3Symbol 374 EditableText" "
txtScore3Symbol 375 EditableText" "
txtUserName3Symbol 376 EditableText" "
txtDate4Symbol 377 EditableText" "
txtScore4Symbol 378 EditableText" "
txtUserName4Symbol 379 EditableText" "
txtDate5Symbol 380 EditableText" "
txtScore5Symbol 381 EditableText" "
txtUserName5Symbol 382 EditableText" "
txtDate6Symbol 383 EditableText" "
txtScore6Symbol 384 EditableText" "
txtUserName6Symbol 385 EditableText" "
txtDate7Symbol 386 EditableText" "
txtScore7Symbol 387 EditableText" "
txtUserName7Symbol 388 EditableText" "
txtDate8Symbol 389 EditableText" "
txtScore8Symbol 390 EditableText" "
txtUserName8Symbol 391 EditableText" "
txtDate9Symbol 392 EditableText" "
txtScore9Symbol 393 EditableText" "
txtUserName9Symbol 394 EditableText" "
txtDate0Symbol 397 EditableText" "
txtScore0Symbol 398 EditableText" "
txtUserName0Symbol 399 EditableText" "
txtDate1Symbol 400 EditableText" "
txtScore1Symbol 401 EditableText" "
txtUserName1Symbol 402 EditableText" "
txtDate2Symbol 403 EditableText" "
txtScore2Symbol 404 EditableText" "
txtUserName2Symbol 405 EditableText" "
txtDate3Symbol 406 EditableText" "
txtScore3Symbol 407 EditableText" "
txtUserName3Symbol 408 EditableText" "
txtDate4Symbol 409 EditableText" "
txtScore4Symbol 410 EditableText" "
txtUserName4Symbol 411 EditableText" "
txtDate5Symbol 412 EditableText" "
txtScore5Symbol 413 EditableText" "
txtUserName5Symbol 414 EditableText" "
txtDate6Symbol 415 EditableText" "
txtScore6Symbol 416 EditableText" "
txtUserName6Symbol 417 EditableText" "
txtDate7Symbol 418 EditableText" "
txtScore7Symbol 419 EditableText" "
txtUserName7Symbol 420 EditableText" "
txtDate8Symbol 421 EditableText" "
txtScore8Symbol 422 EditableText" "
txtUserName8Symbol 423 EditableText" "
txtDate9Symbol 424 EditableText" "
txtScore9Symbol 425 EditableText" "
txtUserName9Symbol 426 EditableText" "




http://swfchan.com/3/13146/info.shtml
Created: 5/6 -2019 04:06:28 Last modified: 5/6 -2019 04:06:28 Server time: 29/04 -2024 10:16:57