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

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

Yoshi's Minigames.swf

This is the info page for
Flash #63726

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


Text
Yoshi's

Minigames

Loading

.

Actions

0

%

Skip Intro

Zen1th

Yoshi's

Egg Rescue

Dinner Time

Options

Credits

Menu

The Koopas go suicidal on Yoshi in attempt to keep
him from the eggs they have stolen.
Yoshi tries to save his babies from the evil koopas,
but his task is not easy.
Move Yoshi arround with your mouse and try to
catch the incoming eggs with your left mouse
button...
This is an egg

Egg Rescue Instructions

Next

Back

At the same time, try to avoid all incoming koopas
who try to knock you out.
The koopas come in four different colors, green,
red, blue and yellow...

Egg Rescue Instructions 2

Not very fast
Koopas

A little fast
Koopas

Fast
Koopas

Real fast
Koopas

The goal of the game is to collect (save) as many
eggs as possible. The amount of eggs you saved is
shown in the upper right corner of the screen. The
amount of eggs you missed is shown in the upper
left corner of the screen. You will lose the game if
you get hit by a koopa or if you missed more eggs
than you saved. You can't swallow Koopa's!
Press Q if you want to quit.
Click continue to proceed to scene select!

Egg Rescue Instructions 3

Continue

Egg Rescue

Level:

Difficulty:

Yoshi Colour

Timon Game

Tong Likken

Saves

Misses

-

Score

Menu

Scene Select

game over

Yoshi is very hungry and you have been appointed
the job to feed him. Though he can´t eat everything
that will be thrown at him. He has to be fed only the
the foodtypes shown below, with each foodtype
providing it´s own degree of satisfaction measured
in points. Getting hit by a shield is fatal...

Dinner Time Instructions

2

4

6

8

1 up

You cannot feed him the foodtypes shown below.
If you do so it will result in decrease of life.
For every piece of food you miss you´ll receive
a penalty depending on the quality of the foodtype.
For example, if you miss a red apple you´ll receive
1 penalty point, for missing a blue shield 3...

Dinner Time Instructions 2

-1

-3

If your score goes below 0 you´ll lose 1 up for
every point below zero. Your score will be
calculated based on playtime and your foodscore.
To move Yoshi you will have to use the mouse.
You can move Yoshi either left or right and to feed
him you have to click the left mouse button. Press
Q if you want to quit. Click continue to
proceed to scene select!

Dinner Time Instructions 3

Dinner Time

99

99

99

99

99

99

TIME

Chris Game

gele appel

Apples

Shields

Time

All music and sounds are licensed by Nintendo.
All graphics are remakes of Nintendo's graphics
and are originally licensed by Nintendo.
The game is a non-profit internet game created by
DuMondE^.nl and Zen1th.

Credits

If you have questions or suggestions about our
game, please feel free to email.
DuMondE^.nl  -  rrcdreamer@hotmail.com
Zen1th - zen1th@zen1th.com
Note: Because all flash movies and games are
static, it is not said that our email addresses shown
above are still valid.

Credits 2

Thank you for playing our game!
Egg Rescue was made by DuMondE^.nl
Dinner Time was made by Zen1th

Credits 3

Set quality

Options

High

Toggle Music

ActionScript [AS1/AS2]

Frame 1
volgendFrame = 5; kwaliteit = 3; muziekje = true;
Instance of Symbol 16 MovieClip in Frame 1
onClipEvent (enterFrame) { _root.continu(); }
Frame 3
function continu() { if (_root.getBytesLoaded() < _root.getBytesTotal()) { gotoAndPlay (2); } else { gotoAndPlay (4); } geladen = _root.getBytesLoaded(); totaal = _root.getBytesTotal(); gedeeld = geladen / totaal; percentage = int(100 * gedeeld); if ((percentage >= volgendFrame) and (_root.preloaderBalk._currentframe < 20)) { volgendFrame = volgendFrame + 5; _root.preloaderBalk.nextFrame(); } } stop();
Frame 100
gotoAndPlay (101);
Frame 350
gotoAndStop ("menu");
Frame 351
function cursorMove() { cursor._x = _xmouse; cursor._y = _ymouse; } stop(); stopAllSounds(); if (muziekje) { menuMuziek.gotoAndPlay(2); } gotomenu = ""; Mouse.hide();
Instance of Symbol 119 MovieClip "cursor" in Frame 351
onClipEvent (enterFrame) { _root.cursorMove(); }
Frame 352
function cursorMove() { cursor._x = _xmouse; cursor._y = _ymouse; } stop();
Frame 353
function cursorMove() { cursor._x = _xmouse; cursor._y = _ymouse; } stop();
Frame 354
function initGame() { stopAllSounds(); if (_root.muziekje == true) { _root.timonMuziek.gotoAndPlay(2); } bgTimon.gotoAndStop(bgNumber); timonYoshi.gotoAndStop(kleur); timonYoshi.snuit.gotoAndStop(kleur); yWaarde = false; ei = false; eiOnStage = false; eiSchildInterval = 3000; eiY = 7; eiStandaardAfwijking = 1; eiRandomAfwijking = 4; saves = 0; misses = 0; Mouse.hide(); } function engine() { x = _root._xmouse; y = _root._ymouse; dx = _xmouse - timonYoshi._x; dy = _ymouse - timonYoshi._y; cursor._x = x; cursor._y = y; angle = Math.atan2(dy, dx); angleDegrees = ((360 * angle) / (Math.PI*2)) + 90; timonYoshi.snuit._rotation = angleDegrees; timonYoshi.rolTong._rotation = angleDegrees; timonYoshi.tonghit._rotation = angleDegrees; if ((timonYoshi._x >= _root._xmouse) and (timonYoshi._x > 10)) { timonYoshi._x = timonYoshi._x - 3; } if ((timonYoshi._x <= _root._xmouse) and (timonYoshi._x < 490)) { timonYoshi._x = timonYoshi._x + 3; } if (timonYoshi._y >= 255) { yWaarde = true; } if (timonYoshi._y <= 245) { yWaarde = false; } if (yWaarde == false) { timonYoshi._y = timonYoshi._y + 0.5; } if (yWaarde == true) { timonYoshi._y = timonYoshi._y - 0.5; } i = 0; while (i < 5) { if (_root["schild" + i].hitTest(timonYoshi.af)) { gotoAndStop ("dead"); } i++; } if (misses > saves) { gotoAndStop ("dead"); } } function attack() { if (timonYoshi.rolTong._currentframe == 1) { timonYoshi.rolTong.gotoAndPlay(2); timonYoshi.tonghit.gotoAndPlay(2); tongLikken.gotoAndPlay(2); } } stop();
Instance of Symbol 16 MovieClip in Frame 354
onClipEvent (load) { _root.initGame(); } onClipEvent (enterFrame) { _root.engine(); } onClipEvent (mouseDown) { _root.attack(); }
Instance of Symbol 148 MovieClip "schild3" in Frame 354
onClipEvent (enterFrame) { if ((getTimer() > _root.blauwSchildTimer) and (_root.blauwOnStage == false)) { this._x = random(700) - 100; this._y = -100; startX = this._x; _root.blauwSchildTimer = getTimer() + _root.blauwSchildInterval; xVar = random(_root.blauwRandomAfwijking) + _root.blauwStandaardAfwijking; _root.blauwOnStage = true; } if (_root.blauwOnStage == true) { this._y = this._y + _root.blauwY; if (startX >= 250) { this._x = this._x - xVar; } else if (startX < 250) { this._x = this._x + xVar; } } if (this._y > 350) { this._y = -100; _root.blauwOnStage = false; } }
Instance of Symbol 150 MovieClip "schild4" in Frame 354
onClipEvent (enterFrame) { if ((getTimer() > _root.geelSchildTimer) and (_root.geelOnStage == false)) { this._x = random(700) - 100; this._y = -100; startX = this._x; _root.geelSchildTimer = getTimer() + _root.geelSchildInterval; xVar = random(_root.geelRandomAfwijking) + _root.geelStandaardAfwijking; _root.geelOnStage = true; } if (_root.geelOnStage == true) { this._y = this._y + _root.geelY; if (startX >= 250) { this._x = this._x - xVar; } else if (startX < 250) { this._x = this._x + xVar; } } if (this._y > 350) { this._y = -100; _root.geelOnStage = false; } }
Instance of Symbol 144 MovieClip "schild1" in Frame 354
onClipEvent (enterFrame) { if ((getTimer() > _root.groenSchildTimer) and (_root.groenOnStage == false)) { this._x = random(700) - 100; this._y = -100; startX = this._x; _root.groenSchildTimer = getTimer() + _root.groenSchildInterval; xVar = random(_root.groenRandomAfwijking) + _root.groenStandaardAfwijking; _root.groenOnStage = true; } if (_root.groenOnStage == true) { this._y = this._y + _root.groenY; if (startX >= 250) { this._x = this._x - xVar; } else if (startX < 250) { this._x = this._x + xVar; } } if (this._y > 350) { this._y = -100; _root.groenOnStage = false; } }
Instance of Symbol 146 MovieClip "schild2" in Frame 354
onClipEvent (enterFrame) { if ((getTimer() > _root.roodSchildTimer) and (_root.roodOnStage == false)) { this._x = random(700) - 100; this._y = -100; startX = this._x; _root.roodSchildTimer = getTimer() + _root.roodSchildInterval; xVar = random(_root.roodRandomAfwijking) + _root.roodStandaardAfwijking; _root.roodOnStage = true; } if (_root.roodOnStage == true) { this._y = this._y + _root.roodY; if (startX >= 250) { this._x = this._x - xVar; } else if (startX < 250) { this._x = this._x + xVar; } } if (this._y > 350) { this._y = -100; _root.roodOnStage = false; } }
Instance of Symbol 19 MovieClip "ei" in Frame 354
onClipEvent (load) { eiSchildTimer = getTimer() + 2000; } onClipEvent (enterFrame) { function reset() { if ((_root.eiOnStage == false) and (getTimer() > eiSchildTimer)) { this._x = random(300) + 100; this._y = -100; startX = this._x; xVar = random(_root.eiRandomAfwijking) + _root.eiStandaardAfwijking; _root.eiOnStage = true; } } if (getTimer() > eiSchildTimer) { reset(); } if (_root.eiOnStage == true) { this._y = this._y + _root.eiY; if (startX >= 250) { this._x = this._x - xVar; } else if (startX < 250) { this._x = this._x + xVar; } } if (this.hitTest(_root.timonYoshi.tonghit)) { _root.eiOnStage = false; _root.ei = true; this._y = -100; _root.saves = _root.saves + 1; eiSchildTimer = getTimer() + random(3000); reset(); } if (this._y > 350) { reset(); _root.misses = _root.misses + 1; this._y = -100; _root.eiOnStage = false; eiSchildTimer = getTimer() + random(3000); } }
Frame 355
function cursorMove() { cursor._x = _xmouse; cursor._y = _ymouse; } stopAllSounds(); _root.gameoverMuziek.gotoAndPlay(2); score = saves - misses; stop();
Instance of Symbol 119 MovieClip "cursor" in Frame 355
onClipEvent (enterFrame) { _root.cursorMove(); }
Frame 356
function cursorMove() { cursor._x = _xmouse; cursor._y = _ymouse; } stop();
Frame 357
function cursorMove() { cursor._x = _xmouse; cursor._y = _ymouse; } stop();
Frame 358
function initGame2() { stopAllSounds(); if (_root.muziekje == true) { _root.chrisMuziek.gotoAndPlay(2); } lives = 3; appels = 0; schilden = 0; Mouse.hide(); ggroen = false; ggeel = false; gblauw = false; grood = false; spike = false; appelr = false; appelg = false; ei = false; eating = false; eattimer = 0; bgTimon.gotoAndStop(bgNumber); timonYoshi.gotoAndStop(kleur); timonYoshi.snuit.gotoAndStop(kleur); yWaarde = false; } function engine2() { x = _root._xmouse; y = _root._ymouse; dx = _xmouse - timonYoshi._x; dy = _ymouse - timonYoshi._y; cursor._x = x; cursor._y = y; angle = Math.atan2(dy, dx); angleDegrees = ((360 * angle) / (Math.PI*2)) + 90; timonYoshi.snuit._rotation = angleDegrees; timonYoshi.rolTong._rotation = angleDegrees; timonYoshi.tonghit._rotation = angleDegrees; if ((timonYoshi._x >= _root._xmouse) and (timonYoshi._x > 10)) { timonYoshi._x = timonYoshi._x - 3; } if ((timonYoshi._x <= _root._xmouse) and (timonYoshi._x < 490)) { timonYoshi._x = timonYoshi._x + 3; } if (timonYoshi._y >= 255) { yWaarde = true; } if (timonYoshi._y <= 245) { yWaarde = false; } if (yWaarde == false) { timonYoshi._y = timonYoshi._y + 0.5; } if (yWaarde == true) { timonYoshi._y = timonYoshi._y - 0.5; } if (_root.schilden < 0) { _root.lives = _root.lives + _root.schilden; _root.schilden = 0; } if (_root.appels < 0) { _root.lives = _root.lives + _root.appels; _root.appels = 0; } if (eating) { if (eattimer == 0) { eattimer = getTimer() + 500; } if (eattimer < getTimer()) { eattimer = 0; eating = false; } } if (lives <= 0) { _root.gotoAndPlay("deadchris"); } _root.timerchris = (Math.round((getTimer() - 30000) / 60000) + ":") + (Math.round(getTimer() / 1000) - (Math.round((getTimer() - 30000) / 60000) * 60)); christime = getTimer() / 1000; } function attack2() { if (timonYoshi.rolTong._currentframe == 1) { timonYoshi.tonghit.gotoAndPlay(2); timonYoshi.rolTong.gotoAndPlay(2); tongLikken.gotoAndPlay(2); } } stop();
Instance of Symbol 16 MovieClip in Frame 358
onClipEvent (load) { _root.initGame2(); } onClipEvent (enterFrame) { _root.engine2(); } onClipEvent (mouseDown) { _root.attack2(); }
Instance of Symbol 148 MovieClip "gblauw" in Frame 358
onClipEvent (enterFrame) { if ((getTimer() > _root.gblauwSchildTimer) and (_root.gblauwOnStage == false)) { this._x = random(300) + 100; this._y = -100; startX = this._x; _root.gblauwSchildTimer = getTimer() + _root.gblauwSchildInterval; xVar = random(_root.gblauwRandomAfwijking) + _root.gblauwStandaardAfwijking; _root.gblauwOnStage = true; } if (_root.gblauwOnStage == true) { this._y = this._y + _root.gblauwY; if (startX >= 250) { this._x = this._x - xVar; } else if (startX < 250) { this._x = this._x + xVar; } } if (((this._y > 350) && (this._x < 600)) && (this._x > -100)) { _root.schilden = _root.schilden - 3; this._y = -100; _root.gblauwOnStage = false; } if (this.hitTest(_root.timonYoshi.tonghit) && (!_root.eating)) { this._y = 6.2; this._x = 539.7; _root.gblauwOnStage = false; _root.gblauw = true; _root.schilden = _root.schilden + _root.gblauwPunten; _root.eating = true; } if (this.hitTest(_root.timonYoshi.af)) { _root.gotoAndStop("deadchris"); } }
Instance of Symbol 150 MovieClip "ggeel" in Frame 358
onClipEvent (enterFrame) { if ((getTimer() > _root.ggeelSchildTimer) and (_root.ggeelOnStage == false)) { this._x = random(300) + 100; this._y = -100; startX = this._x; _root.ggeelSchildTimer = getTimer() + _root.ggeelSchildInterval; xVar = random(_root.ggeelRandomAfwijking) + _root.ggeelStandaardAfwijking; _root.ggeelOnStage = true; } if (_root.ggeelOnStage == true) { this._y = this._y + _root.ggeelY; if (startX >= 250) { this._x = this._x - xVar; } else if (startX < 250) { this._x = this._x + xVar; } } if (((this._y > 350) && (this._x < 600)) && (this._x > -100)) { _root.schilden = _root.schilden - 4; this._y = -100; _root.ggeelOnStage = false; } if (this.hitTest(_root.timonYoshi.tonghit) && (!_root.eating)) { this._y = 6.2; this._x = 539.7; _root.ggeelOnStage = false; _root.ggeel = true; _root.schilden = _root.schilden + _root.ggeelPunten; _root.eating = true; } if (this.hitTest(_root.timonYoshi.af)) { _root.gotoAndStop("deadchris"); } }
Instance of Symbol 144 MovieClip "ggroen" in Frame 358
onClipEvent (enterFrame) { if ((getTimer() > _root.ggroenSchildTimer) and (_root.ggroenOnStage == false)) { this._x = random(300) + 100; this._y = -100; startX = this._x; _root.ggroenSchildTimer = getTimer() + _root.ggroenSchildInterval; xVar = random(_root.ggroenRandomAfwijking) + _root.ggroenStandaardAfwijking; _root.ggroenOnStage = true; } if ((_root.ggroenOnStage == true) && (!this.hitTest(_root.timonYoshi.tonghit))) { this._y = this._y + _root.ggroenY; if (startX >= 250) { this._x = this._x - xVar; } else if (startX < 250) { this._x = this._x + xVar; } } if (((this._y > 350) && (this._x < 600)) && (this._x > -100)) { _root.schilden = _root.schilden - 1; this._y = -100; _root.ggroenOnStage = false; } if (this.hitTest(_root.timonYoshi.tonghit) && (!_root.eating)) { this._y = 6.2; this._x = 539.7; _root.ggroenOnStage = false; _root.ggroen = true; _root.schilden = _root.schilden + _root.ggroenPunten; _root.eating = true; } if (this.hitTest(_root.timonYoshi.af)) { _root.gotoAndStop("deadchris"); } }
Instance of Symbol 146 MovieClip "grood" in Frame 358
onClipEvent (enterFrame) { if ((getTimer() > _root.groodSchildTimer) and (_root.groodOnStage == false)) { this._x = random(300) + 100; this._y = -100; startX = this._x; _root.groodSchildTimer = getTimer() + _root.groodSchildInterval; xVar = random(_root.groodRandomAfwijking) + _root.groodStandaardAfwijking; _root.groodOnStage = true; } if (_root.groodOnStage == true) { this._y = this._y + _root.groodY; if (startX >= 250) { this._x = this._x - xVar; } else if (startX < 250) { this._x = this._x + xVar; } } if (((this._y > 350) && (this._x < 600)) && (this._x > -100)) { _root.schilden = _root.schilden - 2; this._y = -100; _root.groodOnStage = false; } if (this.hitTest(_root.timonYoshi.tonghit) && (!_root.eating)) { this._y = 6.2; this._x = 539.7; _root.groodOnStage = false; _root.grood = true; _root.schilden = _root.schilden + _root.groodPunten; _root.eating = true; } if (this.hitTest(_root.timonYoshi.af)) { _root.gotoAndStop("deadchris"); } }
Instance of Symbol 87 MovieClip "appelr" in Frame 358
onClipEvent (enterFrame) { if ((getTimer() > _root.roodAppelTimer) and (_root.roodAppelOnStage == false)) { this._x = random(300) + 100; this._y = -100; startX = this._x; _root.roodAppelTimer = getTimer() + _root.roodAppelInterval; xVar = random(_root.roodAppelRandomAfwijking) + _root.roodAppelStandaardAfwijking; _root.roodAppelOnStage = true; } if (_root.roodAppelOnStage == true) { this._y = this._y + _root.roodAppelY; if (startX >= 250) { this._x = this._x - xVar; } else if (startX < 250) { this._x = this._x + xVar; } } if (((this._y > 350) && (this._x < 600)) && (this._x > -100)) { _root.appels = _root.appels - 1; this._y = -100; _root.roodAppelOnStage = false; } if (this.hitTest(_root.timonYoshi.tonghit) && (!_root.eating)) { this._y = 6.2; this._x = 539.7; _root.roodAppelOnStage = false; _root.appelr = true; _root.appels = _root.appels + _root.roodAppelPunten; _root.eating = true; } }
Instance of Symbol 89 MovieClip "appelg" in Frame 358
onClipEvent (enterFrame) { if ((getTimer() > _root.geelAppelTimer) and (_root.geelAppelOnStage == false)) { this._x = random(300) + 100; this._y = -100; startX = this._x; _root.geelAppelTimer = getTimer() + _root.geelAppelInterval; xVar = random(_root.geelAppelRandomAfwijking) + _root.geelAppelStandaardAfwijking; _root.geelAppelOnStage = true; } if (_root.geelAppelOnStage == true) { this._y = this._y + _root.geelAppelY; if (startX >= 250) { this._x = this._x - xVar; } else if (startX < 250) { this._x = this._x + xVar; } } if (this._y > 350) { this._y = -100; _root.geelAppelOnStage = false; } if (this.hitTest(_root.timonYoshi.tonghit) && (!_root.eating)) { this._y = 6.2; this._x = 539.7; _root.geelAppelOnStage = false; _root.appelg = true; _root.lives = _root.lives + _root.geelAppelPunten; _root.eating = true; _root.geleAppel.gotoAndPlay(2); } }
Instance of Symbol 305 MovieClip "spike" in Frame 358
onClipEvent (enterFrame) { if ((getTimer() > _root.spikeSchildTimer) and (_root.spikeOnStage == false)) { this._x = random(300) + 100; this._y = -100; startX = this._x; _root.spikeSchildTimer = getTimer() + _root.spikeSchildInterval; xVar = random(_root.spikeRandomAfwijking) + _root.spikeStandaardAfwijking; _root.spikeOnStage = true; } if (_root.spikeOnStage == true) { this._y = this._y + _root.spikeY; if (startX >= 250) { this._x = this._x - xVar; } else if (startX < 250) { this._x = this._x + xVar; } } if (this._y > 350) { this._y = -100; _root.spikeOnStage = false; } if (this.hitTest(_root.timonYoshi.tonghit) && (!_root.eating)) { this._y = 6.2; this._x = 539.7; _root.spikeOnStage = false; _root.spike = true; _root.lives = _root.lives + _root.spikePunten; _root.eating = true; } if (this.hitTest(_root.timonYoshi.af)) { _root.gotoAndStop("deadchris"); } }
Instance of Symbol 19 MovieClip "ei" in Frame 358
onClipEvent (enterFrame) { if ((getTimer() > _root.eiTimer) and (_root.eiOnStage == false)) { this._x = random(300) + 100; this._y = -100; startX = this._x; _root.eiTimer = getTimer() + _root.eiInterval; xVar = random(_root.eiRandomAfwijking) + _root.eiStandaardAfwijking; _root.eiOnStage = true; } if (_root.eiOnStage == true) { this._y = this._y + _root.eiY; if (startX >= 250) { this._x = this._x - xVar; } else if (startX < 250) { this._x = this._x + xVar; } } if (this._y > 350) { this._y = -100; _root.eiOnStage = false; } if (this.hitTest(_root.timonYoshi.tonghit) && (!_root.eating)) { this._y = 6.2; this._x = 539.7; _root.eiOnStage = false; _root.ei = true; _root.lives = _root.lives + _root.eiPunten; _root.eating = true; } }
Instance of Symbol 87 MovieClip "appelr2" in Frame 358
onClipEvent (enterFrame) { if ((getTimer() > _root.rood2AppelTimer) and (_root.rood2AppelOnStage == false)) { this._x = random(300) + 100; this._y = -100; startX = this._x; _root.rood2AppelTimer = getTimer() + _root.rood2AppelInterval; xVar = random(_root.rood2AppelRandomAfwijking) + _root.rood2AppelStandaardAfwijking; _root.rood2AppelOnStage = true; } if (_root.rood2AppelOnStage == true) { this._y = this._y + _root.rood2AppelY; if (startX >= 250) { this._x = this._x - xVar; } else if (startX < 250) { this._x = this._x + xVar; } } if (((this._y > 350) && (this._x < 600)) && (this._x > -100)) { _root.appels = _root.appels - 1; this._y = -100; _root.rood2AppelOnStage = false; } if (this.hitTest(_root.timonYoshi.tonghit) && (!_root.eating)) { this._y = 6.2; this._x = 539.7; _root.rood2AppelOnStage = false; _root.appelr = true; _root.appels = _root.appels + _root.rood2AppelPunten; _root.eating = true; } }
Instance of Symbol 89 MovieClip "appelg2" in Frame 358
onClipEvent (enterFrame) { if ((getTimer() > _root.geel2AppelTimer) and (_root.geel2AppelOnStage == false)) { this._x = random(300) + 100; this._y = -100; startX = this._x; _root.geel2AppelTimer = getTimer() + _root.geel2AppelInterval; xVar = random(_root.geel2AppelRandomAfwijking) + _root.geel2AppelStandaardAfwijking; _root.geel2AppelOnStage = true; } if (_root.geelAppelOnStage == true) { this._y = this._y + _root.geelAppelY; if (startX >= 250) { this._x = this._x - xVar; } else if (startX < 250) { this._x = this._x + xVar; } } if (this._y > 350) { this._y = -100; _root.geel2AppelOnStage = false; } if (this.hitTest(_root.timonYoshi.tonghit) && (!_root.eating)) { this._y = 6.2; this._x = 539.7; _root.geel2AppelOnStage = false; _root.appelg = true; _root.lives = _root.lives + _root.geel2AppelPunten; _root.eating = true; } }
Frame 359
function cursorMove() { cursor._x = _xmouse; cursor._y = _ymouse; } stopAllSounds(); _root.gameoverMuziek.gotoAndPlay(2); score = (appels + (schilden * 2)) + Math.round(christime / 5); christime = Math.round(christime); stop();
Instance of Symbol 119 MovieClip "cursor" in Frame 359
onClipEvent (enterFrame) { _root.cursorMove(); }
Frame 360
function cursorMove() { cursor._x = _xmouse; cursor._y = _ymouse; } stop();
Frame 361
function cursorMove() { cursor._x = _xmouse; cursor._y = _ymouse; } stop();
Symbol 4 Button [graph_bg_1]
on (release) { _root.ggroenSchildTimer = getTimer() + 10000; _root.ggroenOnStage = false; _root.ggroenSchildInterval = 9000; _root.ggroenY = 3; _root.ggroenStandaardAfwijking = 1; _root.ggroenRandomAfwijking = 3; _root.ggroenPunten = 2; _root.groodSchildTimer = getTimer() + 12000; _root.groodOnStage = false; _root.groodSchildInterval = 13000; _root.groodY = 4; _root.groodStandaardAfwijking = 1; _root.groodRandomAfwijking = 3; _root.groodPunten = 4; _root.gblauwSchildTimer = getTimer() + 20000; _root.gblauwOnStage = false; _root.gblauwSchildInterval = 20000; _root.gblauwY = 5; _root.gblauwStandaardAfwijking = 3; _root.gblauwRandomAfwijking = 2; _root.gblauwPunten = 6; _root.ggeelSchildTimer = getTimer() + 35000; _root.ggeelOnStage = false; _root.ggeelSchildInterval = 30000; _root.ggeelY = 4; _root.ggeelStandaardAfwijking = 1; _root.ggeelRandomAfwijking = 5; _root.ggeelPunten = 8; _root.spikeSchildTimer = getTimer() + 15000; _root.spikeOnStage = false; _root.spikeSchildInterval = 10000; _root.spikeY = 3; _root.spikeStandaardAfwijking = 2; _root.spikeRandomAfwijking = 3; _root.spikePunten = -3; _root.roodAppelTimer = getTimer() + 3000; _root.roodAppelOnStage = false; _root.roodAppelInterval = 1000; _root.roodAppelY = 2.7; _root.roodAppelStandaardAfwijking = 1; _root.roodAppelRandomAfwijking = 3; _root.roodAppelPunten = 2; _root.rood2AppelTimer = getTimer() + 1200; _root.rood2AppelOnStage = false; _root.rood2AppelInterval = 2100; _root.rood2AppelY = 3.2; _root.rood2AppelStandaardAfwijking = 1; _root.rood2AppelRandomAfwijking = 3; _root.rood2AppelPunten = 2; _root.geelAppelTimer = getTimer() + 1000; _root.geelAppelOnStage = false; _root.geelAppelInterval = 1500; _root.geelAppelY = 2.6; _root.geelAppelStandaardAfwijking = 2; _root.geelAppelRandomAfwijking = 2; _root.geelAppelPunten = -1; _root.geel2AppelTimer = getTimer() + 3300; _root.geel2AppelOnStage = false; _root.geel2AppelInterval = 3000; _root.geel2AppelY = 2.4; _root.geel2AppelStandaardAfwijking = 2; _root.geel2AppelRandomAfwijking = 2; _root.geelAppelPunten = -1; _root.eiTimer = getTimer() + 60000; _root.eiOnStage = false; _root.eiInterval = 70000 /* 0x011170 */; _root.eiY = 5; _root.eiStandaardAfwijking = 1; _root.eiRandomAfwijking = 2; _root.eiPunten = 1; _root.bgNumber = 1; gotoAndPlay ("exit"); } on (rollOver) { _root.lvl = "Fantasy Land"; _root.diff = "Easy"; }
Symbol 5 Button [graph_bg_1]
on (release) { _root.bgNumber = 1; _root.groenSchildTimer = getTimer() + 3000; _root.groenOnStage = false; _root.groenSchildInterval = 2000; _root.groenY = 5; _root.groenStandaardAfwijking = 2; _root.groenRandomAfwijking = 3; _root.roodSchildTimer = getTimer() + 10000; _root.roodOnStage = false; _root.roodSchildInterval = 5000; _root.roodY = 6; _root.roodStandaardAfwijking = 3; _root.roodRandomAfwijking = 4; _root.blauwSchildTimer = getTimer() + 20000; _root.blauwOnStage = false; _root.blauwSchildInterval = 6000; _root.blauwY = 0; _root.blauwStandaardAfwijking = 0; _root.blauwRandomAfwijking = 0; _root.geelSchildTimer = getTimer() + 30000; _root.geelOnStage = false; _root.geelSchildInterval = 7000; _root.geelY = 0; _root.geelStandaardAfwijking = 0; _root.geelRandomAfwijking = 0; gotoAndPlay ("exit"); } on (rollOver) { _root.lvl = "Fantasy Land"; _root.diff = "Easy"; }
Symbol 20 MovieClip Frame 1
stop();
Instance of Symbol 19 MovieClip in Symbol 20 MovieClip Frame 1
onClipEvent (enterFrame) { loadProgress = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100); this._alpha = 16 * loadProgress; if (loadProgress >= 5) { gotoAndStop (2); } }
Symbol 20 MovieClip Frame 2
stop();
Instance of Symbol 19 MovieClip in Symbol 20 MovieClip Frame 2
onClipEvent (enterFrame) { loadProgress = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) - 5; this._alpha = 16 * loadProgress; if (loadProgress >= 5) { nextFrame(); } }
Symbol 20 MovieClip Frame 3
stop();
Instance of Symbol 19 MovieClip in Symbol 20 MovieClip Frame 3
onClipEvent (enterFrame) { loadProgress = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) - 10; this._alpha = 16 * loadProgress; if (loadProgress >= 5) { nextFrame(); } }
Symbol 20 MovieClip Frame 4
stop();
Instance of Symbol 19 MovieClip in Symbol 20 MovieClip Frame 4
onClipEvent (enterFrame) { loadProgress = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) - 15; this._alpha = 16 * loadProgress; if (loadProgress >= 5) { nextFrame(); } }
Symbol 20 MovieClip Frame 5
stop();
Instance of Symbol 19 MovieClip in Symbol 20 MovieClip Frame 5
onClipEvent (enterFrame) { loadProgress = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) - 20; this._alpha = 16 * loadProgress; if (loadProgress >= 5) { nextFrame(); } }
Symbol 20 MovieClip Frame 6
stop();
Instance of Symbol 19 MovieClip in Symbol 20 MovieClip Frame 6
onClipEvent (enterFrame) { loadProgress = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) - 25; this._alpha = 16 * loadProgress; if (loadProgress >= 5) { nextFrame(); } }
Symbol 20 MovieClip Frame 7
stop();
Instance of Symbol 19 MovieClip in Symbol 20 MovieClip Frame 7
onClipEvent (enterFrame) { loadProgress = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) - 30; this._alpha = 16 * loadProgress; if (loadProgress >= 5) { nextFrame(); } }
Symbol 20 MovieClip Frame 8
stop();
Instance of Symbol 19 MovieClip in Symbol 20 MovieClip Frame 8
onClipEvent (enterFrame) { loadProgress = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) - 35; this._alpha = 16 * loadProgress; if (loadProgress >= 5) { nextFrame(); } }
Symbol 20 MovieClip Frame 9
stop();
Instance of Symbol 19 MovieClip in Symbol 20 MovieClip Frame 9
onClipEvent (enterFrame) { loadProgress = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) - 40; this._alpha = 16 * loadProgress; if (loadProgress >= 5) { nextFrame(); } }
Symbol 20 MovieClip Frame 10
stop();
Instance of Symbol 19 MovieClip in Symbol 20 MovieClip Frame 10
onClipEvent (enterFrame) { loadProgress = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) - 45; this._alpha = 16 * loadProgress; if (loadProgress >= 5) { nextFrame(); } }
Symbol 20 MovieClip Frame 11
stop();
Instance of Symbol 19 MovieClip in Symbol 20 MovieClip Frame 11
onClipEvent (enterFrame) { loadProgress = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) - 50; this._alpha = 16 * loadProgress; if (loadProgress >= 5) { nextFrame(); } }
Symbol 20 MovieClip Frame 12
stop();
Instance of Symbol 19 MovieClip in Symbol 20 MovieClip Frame 12
onClipEvent (enterFrame) { loadProgress = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) - 55; this._alpha = 16 * loadProgress; if (loadProgress >= 5) { nextFrame(); } }
Symbol 20 MovieClip Frame 13
stop();
Instance of Symbol 19 MovieClip in Symbol 20 MovieClip Frame 13
onClipEvent (enterFrame) { loadProgress = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) - 60; this._alpha = 16 * loadProgress; if (loadProgress >= 5) { nextFrame(); } }
Symbol 20 MovieClip Frame 14
stop();
Instance of Symbol 19 MovieClip in Symbol 20 MovieClip Frame 14
onClipEvent (enterFrame) { loadProgress = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) - 65; this._alpha = 16 * loadProgress; if (loadProgress >= 5) { nextFrame(); } }
Symbol 20 MovieClip Frame 15
stop();
Instance of Symbol 19 MovieClip in Symbol 20 MovieClip Frame 15
onClipEvent (enterFrame) { loadProgress = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) - 70; this._alpha = 16 * loadProgress; if (loadProgress >= 5) { nextFrame(); } }
Symbol 20 MovieClip Frame 16
stop();
Instance of Symbol 19 MovieClip in Symbol 20 MovieClip Frame 16
onClipEvent (enterFrame) { loadProgress = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) - 75; this._alpha = 16 * loadProgress; if (loadProgress >= 5) { nextFrame(); } }
Symbol 20 MovieClip Frame 17
stop();
Instance of Symbol 19 MovieClip in Symbol 20 MovieClip Frame 17
onClipEvent (enterFrame) { loadProgress = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) - 80; this._alpha = 16 * loadProgress; if (loadProgress >= 5) { nextFrame(); } }
Symbol 20 MovieClip Frame 18
stop();
Instance of Symbol 19 MovieClip in Symbol 20 MovieClip Frame 18
onClipEvent (enterFrame) { loadProgress = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) - 85; this._alpha = 16 * loadProgress; if (loadProgress >= 5) { nextFrame(); } }
Symbol 20 MovieClip Frame 19
stop();
Instance of Symbol 19 MovieClip in Symbol 20 MovieClip Frame 19
onClipEvent (enterFrame) { loadProgress = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) - 90; this._alpha = 16 * loadProgress; if (loadProgress >= 5) { nextFrame(); } }
Symbol 20 MovieClip Frame 20
stop();
Instance of Symbol 19 MovieClip in Symbol 20 MovieClip Frame 20
onClipEvent (enterFrame) { loadProgress = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) - 95; this._alpha = 16 * loadProgress; if (_root.getBytesLoaded() == _root.getBytesTotal()) { _root.gotoAndPlay("loaded"); } }
Symbol 26 Button
on (release) { gotoAndPlay (101); }
Symbol 31 MovieClip Frame 1
function camControl() { parentColor.setTransform(camColor.getTransform()); var _local4 = sX / this._width; var _local3 = sY / this._height; _parent._x = cX - (this._x * _local4); _parent._y = cY - (this._y * _local3); _parent._xscale = 100 * _local4; _parent._yscale = 100 * _local3; } function resetStage() { var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}; parentColor.setTransform(_local2); _parent._xscale = 100; _parent._yscale = 100; _parent._x = 0; _parent._y = 0; } this._visible = false; var oldMode = Stage.scaleMode; Stage.scaleMode = "exactFit"; var cX = (Stage.width / 2); var cY = (Stage.height / 2); var sX = Stage.width; var sY = Stage.height; Stage.scaleMode = oldMode; var camColor = new Color(this); var parentColor = new Color(_parent); this.onEnterFrame = camControl; camControl(); this.onUnload = resetStage;
Symbol 34 MovieClip Frame 25
stop();
Symbol 74 Button
on (release) { gotoAndPlay ("menu"); }
Symbol 83 MovieClip Frame 75
stop();
Symbol 105 Button
on (release) { _root.gotomenu = "gameTimon"; _root.menumov.gotoAndPlay("exit"); }
Symbol 108 Button
on (release) { _root.gotomenu = "gameChris"; _root.menumov.gotoAndPlay("exit"); }
Symbol 111 Button
on (release) { _root.gotomenu = "options"; _root.menumov.gotoAndPlay("exit"); }
Symbol 114 Button
on (release) { _root.gotomenu = "credits"; _root.menumov.gotoAndPlay("exit"); }
Symbol 117 MovieClip Frame 23
stop();
Symbol 117 MovieClip Frame 46
stop();
Instance of Symbol 107 MovieClip in Symbol 117 MovieClip Frame 46
onClipEvent (enterFrame) { _root.gotoAndStop(_root.gotomenu); }
Symbol 122 MovieClip Frame 1
stop();
Symbol 136 Button
on (release) { gotoAndStop ("instructions2"); }
Symbol 138 Button
on (release) { gotoAndPlay ("exitmenu"); }
Symbol 141 Button
on (release) { gotoAndStop ("instructions1"); }
Symbol 142 Button
on (release) { gotoAndStop ("instructions3"); }
Symbol 158 Button
on (release) { gotoAndPlay ("exit"); }
Symbol 159 Button
on (release) { gotoAndStop ("instructions2"); }
Symbol 164 MovieClip Frame 23
stop();
Symbol 164 MovieClip Frame 24
stop();
Symbol 164 MovieClip Frame 25
stop();
Instance of Symbol 16 MovieClip in Symbol 164 MovieClip Frame 38
onClipEvent (load) { _root.gotoAndStop("timonSelect"); }
Instance of Symbol 16 MovieClip in Symbol 164 MovieClip Frame 51
onClipEvent (load) { _root.gotoAndStop("menu"); }
Symbol 175 MovieClip Frame 1
_root.kleur = 1; stop();
Symbol 175 MovieClip Frame 2
_root.kleur = 2; stop();
Symbol 175 MovieClip Frame 3
_root.kleur = 3; stop();
Symbol 175 MovieClip Frame 4
_root.kleur = 4; stop();
Symbol 177 Button
on (release) { if (_root.colour._currentframe >= 1) { _root.colour.prevFrame(); } }
Symbol 178 Button
on (release) { if (_root.colour._currentframe <= 4) { _root.colour.nextFrame(); } }
Symbol 183 Button
on (release) { _root.bgNumber = 3; _root.groenSchildTimer = getTimer() + 3000; _root.groenOnStage = false; _root.groenSchildInterval = 2000; _root.groenY = 5; _root.groenStandaardAfwijking = 2; _root.groenRandomAfwijking = 3; _root.roodSchildTimer = getTimer() + 10000; _root.roodOnStage = false; _root.roodSchildInterval = 5000; _root.roodY = 6; _root.roodStandaardAfwijking = 3; _root.roodRandomAfwijking = 4; _root.blauwSchildTimer = getTimer() + 20000; _root.blauwOnStage = false; _root.blauwSchildInterval = 6000; _root.blauwY = 7; _root.blauwStandaardAfwijking = 4; _root.blauwRandomAfwijking = 5; _root.geelSchildTimer = getTimer() + 30000; _root.geelOnStage = false; _root.geelSchildInterval = 7000; _root.geelY = 8; _root.geelStandaardAfwijking = 5; _root.geelRandomAfwijking = 6; gotoAndPlay ("exit"); } on (rollOver) { _root.lvl = "Donut Pass"; _root.diff = "Hard"; }
Symbol 184 Button
on (release) { _root.bgNumber = 2; _root.groenSchildTimer = getTimer() + 3000; _root.groenOnStage = false; _root.groenSchildInterval = 2000; _root.groenY = 5; _root.groenStandaardAfwijking = 2; _root.groenRandomAfwijking = 3; _root.roodSchildTimer = getTimer() + 10000; _root.roodOnStage = false; _root.roodSchildInterval = 5000; _root.roodY = 6; _root.roodStandaardAfwijking = 3; _root.roodRandomAfwijking = 4; _root.blauwSchildTimer = getTimer() + 20000; _root.blauwOnStage = false; _root.blauwSchildInterval = 6000; _root.blauwY = 7; _root.blauwStandaardAfwijking = 4; _root.blauwRandomAfwijking = 5; _root.geelSchildTimer = getTimer() + 30000; _root.geelOnStage = false; _root.geelSchildInterval = 7000; _root.geelY = 0; _root.geelStandaardAfwijking = 0; _root.geelRandomAfwijking = 0; gotoAndPlay ("exit"); } on (rollOver) { _root.lvl = "Cliffy Rocks"; _root.diff = "Medium"; }
Symbol 185 MovieClip Frame 18
stop();
Symbol 185 MovieClip Frame 42
stop();
Instance of Symbol 16 MovieClip in Symbol 185 MovieClip Frame 60
onClipEvent (load) { _root.gotoAndStop("playTimon"); }
Symbol 198 MovieClip Frame 1
stop();
Instance of Symbol 190 MovieClip in Symbol 198 MovieClip Frame 1
onClipEvent (load) { vliegwaarde = random(1) + 0.5; this._x = random(100) + 550; this._y = random(100) + 30; } onClipEvent (enterFrame) { function reset() { vliegwaarde = random(1) + 0.5; this._x = random(100) + 550; this._y = random(100) + 30; } this._x = this._x - vliegwaarde; if (this._x < -150) { reset(); } }
Instance of Symbol 191 MovieClip in Symbol 198 MovieClip Frame 1
onClipEvent (load) { vliegwaarde = random(1) + 0.5; this._x = random(100) + 550; this._y = random(100) + 30; } onClipEvent (enterFrame) { function reset() { vliegwaarde = random(1) + 0.5; this._x = random(100) + 550; this._y = random(100) + 30; } this._x = this._x - vliegwaarde; if (this._x < -150) { reset(); } }
Instance of Symbol 192 MovieClip in Symbol 198 MovieClip Frame 1
onClipEvent (load) { vliegwaarde = random(1) + 0.5; this._x = random(100) + 550; this._y = random(100) + 30; } onClipEvent (enterFrame) { function reset() { vliegwaarde = random(1) + 0.5; this._x = random(100) + 550; this._y = random(100) + 30; } this._x = this._x - vliegwaarde; if (this._x < -150) { reset(); } }
Symbol 198 MovieClip Frame 2
stop();
Instance of Symbol 195 MovieClip in Symbol 198 MovieClip Frame 2
onClipEvent (load) { vliegwaarde = random(1) + 0.5; this._x = random(100) + 550; this._y = random(100) + 30; } onClipEvent (enterFrame) { function reset() { vliegwaarde = random(1) + 0.5; this._x = random(100) + 550; this._y = random(100) + 30; } this._x = this._x - vliegwaarde; if (this._x < -150) { reset(); } }
Instance of Symbol 197 MovieClip in Symbol 198 MovieClip Frame 2
onClipEvent (load) { vliegwaarde = random(1) + 0.5; this._x = random(100) + 550; this._y = random(100) + 30; } onClipEvent (enterFrame) { function reset() { vliegwaarde = random(1) + 0.5; this._x = random(100) + 550; this._y = random(100) + 30; } this._x = this._x - vliegwaarde; if (this._x < -150) { reset(); } }
Symbol 198 MovieClip Frame 3
stop();
Instance of Symbol 195 MovieClip in Symbol 198 MovieClip Frame 3
onClipEvent (load) { vliegwaarde = random(1) + 0.5; this._x = random(100) + 550; this._y = random(100) + 30; } onClipEvent (enterFrame) { function reset() { vliegwaarde = random(1) + 0.5; this._x = random(100) + 550; this._y = random(100) + 30; } this._x = this._x - vliegwaarde; if (this._x < -150) { reset(); } }
Symbol 199 Button
on (keyPress "q") { gotoAndStop ("dead"); }
Symbol 208 MovieClip Frame 13
stop();
Symbol 217 MovieClip Frame 1
stop();
Symbol 217 MovieClip Frame 2
stop();
Symbol 217 MovieClip Frame 3
stop();
Symbol 217 MovieClip Frame 4
stop();
Symbol 219 MovieClip Frame 1
stop();
Symbol 237 MovieClip Frame 1
stop();
Symbol 237 MovieClip Frame 2
stop();
Symbol 237 MovieClip Frame 3
stop();
Symbol 237 MovieClip Frame 4
stop();
Symbol 237 MovieClip Frame 5
stop();
Symbol 237 MovieClip Frame 6
stop();
Symbol 237 MovieClip Frame 7
stop();
Symbol 237 MovieClip Frame 8
stop();
Symbol 237 MovieClip Frame 9
stop();
Symbol 238 MovieClip Frame 1
stop();
Instance of Symbol 237 MovieClip "tonghit" in Symbol 238 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.ggroen) { this.gotoAndStop("groen"); _root.ggroen = false; } if (_root.ggeel) { this.gotoAndStop("geel"); _root.ggeel = false; } if (_root.grood) { this.gotoAndStop("rood"); _root.grood = false; } if (_root.gblauw) { this.gotoAndStop("blauw"); _root.gblauw = false; } if (_root.appelr) { this.gotoAndStop("appelr"); _root.appelr = false; } if (_root.appelg) { this.gotoAndStop("appelg"); _root.appelg = false; } if (_root.spike) { this.gotoAndStop("spike"); _root.spike = false; } if (_root.ei) { this.gotoAndStop("ei"); _root.ei = false; } }
Instance of Symbol 237 MovieClip "tonghit" in Symbol 238 MovieClip Frame 19
onClipEvent (enterFrame) { if (_root.ggroen) { this.gotoAndStop("groen"); _root.ggroen = false; _root.eating = false; } if (_root.ggeel) { this.gotoAndStop("geel"); _root.ggeel = false; _root.eating = false; } if (_root.grood) { this.gotoAndStop("rood"); _root.grood = false; _root.eating = false; } if (_root.gblauw) { this.gotoAndStop("blauw"); _root.gblauw = false; _root.eating = false; } if (_root.appelr) { this.gotoAndStop("appelr"); _root.appelr = false; _root.eating = false; } if (_root.appelg) { this.gotoAndStop("appelg"); _root.appelg = false; _root.eating = false; } if (_root.spike) { this.gotoAndStop("spike"); _root.spike = false; _root.eating = false; } if (_root.ei) { this.gotoAndStop("ei"); _root.ei = false; _root.eating = false; } }
Symbol 247 MovieClip Frame 1
stop();
Symbol 247 MovieClip Frame 2
stop();
Symbol 247 MovieClip Frame 3
stop();
Symbol 247 MovieClip Frame 4
stop();
Symbol 250 MovieClip Frame 1
stop();
Symbol 253 MovieClip Frame 1
stop();
Symbol 255 Button
on (release) { gotoAndStop ("menu"); }
Symbol 256 Button
on (release) { gotoAndStop ("timonSelect"); }
Symbol 274 MovieClip Frame 44
gotoAndPlay (30);
Symbol 279 MovieClip Frame 56
stop();
Symbol 291 MovieClip Frame 1
stop();
Symbol 300 Button
on (release) { gotoAndStop ("instructions2"); }
Symbol 301 Button
on (release) { gotoAndPlay ("exitmenu"); }
Symbol 306 Button
on (release) { gotoAndStop ("instructions1"); }
Symbol 309 Button
on (release) { gotoAndStop ("instructions3"); }
Symbol 312 Button
on (release) { gotoAndPlay ("exit"); }
Symbol 313 Button
on (release) { gotoAndStop ("instructions2"); }
Symbol 318 MovieClip Frame 23
stop();
Symbol 318 MovieClip Frame 24
stop();
Symbol 318 MovieClip Frame 25
stop();
Instance of Symbol 16 MovieClip in Symbol 318 MovieClip Frame 38
onClipEvent (load) { _root.gotoAndStop("sceneSelect"); }
Instance of Symbol 16 MovieClip in Symbol 318 MovieClip Frame 51
onClipEvent (load) { _root.gotoAndStop("menu"); }
Symbol 321 Button
on (release) { _root.ggroenSchildTimer = getTimer() + 8000; _root.ggroenOnStage = false; _root.ggroenSchildInterval = 7000; _root.ggroenY = 6; _root.ggroenStandaardAfwijking = 1; _root.ggroenRandomAfwijking = 3; _root.ggroenPunten = 2; _root.groodSchildTimer = getTimer() + 10000; _root.groodOnStage = false; _root.groodSchildInterval = 10000; _root.groodY = 7; _root.groodStandaardAfwijking = 1; _root.groodRandomAfwijking = 3; _root.groodPunten = 4; _root.gblauwSchildTimer = getTimer() + 18000; _root.gblauwOnStage = false; _root.gblauwSchildInterval = 18000; _root.gblauwY = 8; _root.gblauwStandaardAfwijking = 3; _root.gblauwRandomAfwijking = 2; _root.gblauwPunten = 6; _root.ggeelSchildTimer = getTimer() + 25000; _root.ggeelOnStage = false; _root.ggeelSchildInterval = 20000; _root.ggeelY = 6; _root.ggeelStandaardAfwijking = 1; _root.ggeelRandomAfwijking = 5; _root.ggeelPunten = 8; _root.spikeSchildTimer = getTimer() + 12000; _root.spikeOnStage = false; _root.spikeSchildInterval = 7000; _root.spikeY = 4; _root.spikeStandaardAfwijking = 2; _root.spikeRandomAfwijking = 3; _root.spikePunten = -3; _root.roodAppelTimer = getTimer() + 3000; _root.roodAppelOnStage = false; _root.roodAppelInterval = 1000; _root.roodAppelY = 4.5; _root.roodAppelStandaardAfwijking = 1; _root.roodAppelRandomAfwijking = 3; _root.roodAppelPunten = 2; _root.rood2AppelTimer = getTimer() + 1200; _root.rood2AppelOnStage = false; _root.rood2AppelInterval = 2100; _root.rood2AppelY = 5.5; _root.rood2AppelStandaardAfwijking = 1; _root.rood2AppelRandomAfwijking = 3; _root.rood2AppelPunten = 2; _root.geelAppelTimer = getTimer() + 1000; _root.geelAppelOnStage = false; _root.geelAppelInterval = 1500; _root.geelAppelY = 4.5; _root.geelAppelStandaardAfwijking = 2; _root.geelAppelRandomAfwijking = 2; _root.geelAppelPunten = -1; _root.geel2AppelTimer = getTimer() + 3300; _root.geel2AppelOnStage = false; _root.geel2AppelInterval = 3000; _root.geel2AppelY = 5; _root.geel2AppelStandaardAfwijking = 2; _root.geel2AppelRandomAfwijking = 2; _root.geelAppelPunten = -1; _root.eiTimer = getTimer() + 90000; _root.eiOnStage = false; _root.eiInterval = 90000 /* 0x015F90 */; _root.eiY = 6; _root.eiStandaardAfwijking = 1; _root.eiRandomAfwijking = 2; _root.eiPunten = 1; _root.bgNumber = 3; gotoAndPlay ("exit"); } on (rollOver) { _root.lvl = "Donut Pass"; _root.diff = "Hard"; }
Symbol 322 Button
on (release) { _root.ggroenSchildTimer = getTimer() + 8000; _root.ggroenOnStage = false; _root.ggroenSchildInterval = 7000; _root.ggroenY = 5; _root.ggroenStandaardAfwijking = 1; _root.ggroenRandomAfwijking = 3; _root.ggroenPunten = 2; _root.groodSchildTimer = getTimer() + 10000; _root.groodOnStage = false; _root.groodSchildInterval = 10000; _root.groodY = 6; _root.groodStandaardAfwijking = 1; _root.groodRandomAfwijking = 3; _root.groodPunten = 4; _root.gblauwSchildTimer = getTimer() + 18000; _root.gblauwOnStage = false; _root.gblauwSchildInterval = 18000; _root.gblauwY = 5; _root.gblauwStandaardAfwijking = 3; _root.gblauwRandomAfwijking = 2; _root.gblauwPunten = 6; _root.ggeelSchildTimer = getTimer() + 25000; _root.ggeelOnStage = false; _root.ggeelSchildInterval = 20000; _root.ggeelY = 4; _root.ggeelStandaardAfwijking = 1; _root.ggeelRandomAfwijking = 5; _root.ggeelPunten = 8; _root.spikeSchildTimer = getTimer() + 12000; _root.spikeOnStage = false; _root.spikeSchildInterval = 7000; _root.spikeY = 4; _root.spikeStandaardAfwijking = 2; _root.spikeRandomAfwijking = 3; _root.spikePunten = -3; _root.roodAppelTimer = getTimer() + 3000; _root.roodAppelOnStage = false; _root.roodAppelInterval = 1000; _root.roodAppelY = 3.8; _root.roodAppelStandaardAfwijking = 1; _root.roodAppelRandomAfwijking = 3; _root.roodAppelPunten = 2; _root.rood2AppelTimer = getTimer() + 1200; _root.rood2AppelOnStage = false; _root.rood2AppelInterval = 2100; _root.rood2AppelY = 4.5; _root.rood2AppelStandaardAfwijking = 1; _root.rood2AppelRandomAfwijking = 3; _root.rood2AppelPunten = 2; _root.geelAppelTimer = getTimer() + 1000; _root.geelAppelOnStage = false; _root.geelAppelInterval = 1500; _root.geelAppelY = 3.5; _root.geelAppelStandaardAfwijking = 2; _root.geelAppelRandomAfwijking = 2; _root.geelAppelPunten = -1; _root.geel2AppelTimer = getTimer() + 3300; _root.geel2AppelOnStage = false; _root.geel2AppelInterval = 3000; _root.geel2AppelY = 3.8; _root.geel2AppelStandaardAfwijking = 2; _root.geel2AppelRandomAfwijking = 2; _root.geelAppelPunten = -1; _root.eiTimer = getTimer() + 60000; _root.eiOnStage = false; _root.eiInterval = 70000 /* 0x011170 */; _root.eiY = 5; _root.eiStandaardAfwijking = 1; _root.eiRandomAfwijking = 2; _root.eiPunten = 1; _root.bgNumber = 2; gotoAndPlay ("exit"); } on (rollOver) { _root.lvl = "Cliffy Rocks"; _root.diff = "Medium"; }
Symbol 323 MovieClip Frame 18
stop();
Instance of Symbol 16 MovieClip in Symbol 323 MovieClip Frame 36
onClipEvent (load) { _root.gotoAndStop("playChris"); }
Symbol 327 Button
on (keyPress "q") { gotoAndStop ("deadchris"); }
Symbol 344 MovieClip Frame 14
stop();
Symbol 347 MovieClip Frame 1
stop();
Symbol 350 MovieClip Frame 1
stop();
Symbol 351 Button
on (release) { gotoAndStop ("sceneSelect"); }
Symbol 363 Button
on (release) { gotoAndStop ("instructions2"); }
Symbol 364 Button
on (release) { gotoAndPlay ("exit"); }
Symbol 369 Button
on (release) { gotoAndStop ("instructions1"); }
Symbol 370 Button
on (release) { gotoAndStop ("instructions3"); }
Symbol 373 Button
on (release) { gotoAndPlay ("exit"); }
Symbol 374 Button
on (release) { gotoAndStop ("instructions2"); }
Symbol 377 MovieClip Frame 23
stop();
Symbol 377 MovieClip Frame 24
stop();
Symbol 377 MovieClip Frame 25
stop();
Instance of Symbol 16 MovieClip in Symbol 377 MovieClip Frame 38
onClipEvent (load) { _root.gotoAndStop("menu"); }
Symbol 381 Button
on (release) { gotoAndPlay ("exit"); }
Symbol 382 Button
on (release) { _root.kwaliteit++; if (_root.kwaliteit == 5) { _parent.kwaliteit = 1; } if (_root.kwaliteit == 1) { _quality = "LOW"; _root.optionsScreen.helpText = "Low"; } if (_root.kwaliteit == 2) { _quality = "MEDIUM"; _root.optionsScreen.helpText = "Medium"; } if (_root.kwaliteit == 3) { _quality = "HIGH"; _root.optionsScreen.helpText = "High"; } if (_root.kwaliteit == 4) { _quality = "BEST"; _root.optionsScreen.helpText = "Best"; } }
Symbol 385 Button
on (release) { if (_root.muziekje == false) { _root.muziekje = true; _root.optionsScreen.mmm = "On"; } else if (_root.muziekje == true) { _root.muziekje = false; _root.optionsScreen.mmm = "Off"; stopAllSounds(); } }
Symbol 389 MovieClip Frame 23
if (_root.muziekje == true) { _root.optionsScreen.mmm = "On"; } else if (_root.muziekje == false) { _root.optionsScreen.mmm = "Off"; } stop();
Symbol 389 MovieClip Frame 24
stop();
Symbol 389 MovieClip Frame 25
stop();
Instance of Symbol 16 MovieClip in Symbol 389 MovieClip Frame 38
onClipEvent (load) { _root.gotoAndStop("menu"); }

Library Items

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

Instance Names

"preloaderBalk"Frame 1Symbol 20 MovieClip
"menumov"Frame 351Symbol 117 MovieClip
"cursor"Frame 351Symbol 119 MovieClip
"menuMuziek"Frame 351Symbol 122 MovieClip
"colour"Frame 353Symbol 175 MovieClip
"bgTimon"Frame 354Symbol 198 MovieClip
"schild3"Frame 354Symbol 148 MovieClip
"schild4"Frame 354Symbol 150 MovieClip
"schild1"Frame 354Symbol 144 MovieClip
"schild2"Frame 354Symbol 146 MovieClip
"timonYoshi"Frame 354Symbol 247 MovieClip
"ei"Frame 354Symbol 19 MovieClip
"cursor"Frame 354Symbol 212 MovieClip
"timonMuziek"Frame 354Symbol 250 MovieClip
"tongLikken"Frame 354Symbol 253 MovieClip
"cursor"Frame 355Symbol 119 MovieClip
"gameoverMuziek"Frame 355Symbol 291 MovieClip
"colour"Frame 357Symbol 175 MovieClip
"bgTimon"Frame 358Symbol 198 MovieClip
"gblauw"Frame 358Symbol 148 MovieClip
"ggeel"Frame 358Symbol 150 MovieClip
"ggroen"Frame 358Symbol 144 MovieClip
"grood"Frame 358Symbol 146 MovieClip
"appelr"Frame 358Symbol 87 MovieClip
"appelg"Frame 358Symbol 89 MovieClip
"spike"Frame 358Symbol 305 MovieClip
"ei"Frame 358Symbol 19 MovieClip
"appelr2"Frame 358Symbol 87 MovieClip
"appelg2"Frame 358Symbol 89 MovieClip
"timonYoshi"Frame 358Symbol 247 MovieClip
"cursor"Frame 358Symbol 212 MovieClip
"chrisMuziek"Frame 358Symbol 347 MovieClip
"tongLikken"Frame 358Symbol 253 MovieClip
"geleAppel"Frame 358Symbol 350 MovieClip
"cursor"Frame 359Symbol 119 MovieClip
"gameoverMuziek"Frame 359Symbol 291 MovieClip
"optionsScreen"Frame 361Symbol 389 MovieClip
"tonghit"Symbol 238 MovieClip Frame 2Symbol 237 MovieClip
"tonghit"Symbol 238 MovieClip Frame 19Symbol 237 MovieClip
"af"Symbol 247 MovieClip Frame 1Symbol 212 MovieClip
"snuit"Symbol 247 MovieClip Frame 1Symbol 217 MovieClip
"rolTong"Symbol 247 MovieClip Frame 1Symbol 219 MovieClip
"tonghit"Symbol 247 MovieClip Frame 1Symbol 238 MovieClip

Special Tags

Protect (24)Timeline Frame 131 bytes "..$1$ck$PRnigh0IqwQzqbL8HBUAE.."
ExportAssets (56)Timeline Frame 1Symbol 4 as "graph_bg_1"
ExportAssets (56)Timeline Frame 1Symbol 5 as "graph_bg_1"
ExportAssets (56)Timeline Frame 1Symbol 6 as "graph_bg_1"
ExportAssets (56)Timeline Frame 353Symbol 6 as "graph_bg_1"
ExportAssets (56)Timeline Frame 353Symbol 6 as "graph_bg_1"
ExportAssets (56)Timeline Frame 353Symbol 6 as "graph_bg_1"
ExportAssets (56)Timeline Frame 353Symbol 6 as "graph_bg_1"
ExportAssets (56)Timeline Frame 353Symbol 6 as "graph_bg_1"
ExportAssets (56)Timeline Frame 353Symbol 6 as "graph_bg_1"
ExportAssets (56)Timeline Frame 353Symbol 6 as "graph_bg_1"
ExportAssets (56)Timeline Frame 353Symbol 6 as "graph_bg_1"
ExportAssets (56)Timeline Frame 353Symbol 6 as "graph_bg_1"
ExportAssets (56)Timeline Frame 353Symbol 6 as "graph_bg_1"
ExportAssets (56)Timeline Frame 353Symbol 5 as "graph_bg_1"
ExportAssets (56)Timeline Frame 353Symbol 5 as "graph_bg_1"
ExportAssets (56)Timeline Frame 353Symbol 5 as "graph_bg_1"
ExportAssets (56)Timeline Frame 353Symbol 5 as "graph_bg_1"
ExportAssets (56)Timeline Frame 353Symbol 5 as "graph_bg_1"
ExportAssets (56)Timeline Frame 353Symbol 5 as "graph_bg_1"
ExportAssets (56)Timeline Frame 353Symbol 5 as "graph_bg_1"
ExportAssets (56)Timeline Frame 353Symbol 5 as "graph_bg_1"
ExportAssets (56)Timeline Frame 353Symbol 5 as "graph_bg_1"
ExportAssets (56)Timeline Frame 353Symbol 5 as "graph_bg_1"
ExportAssets (56)Timeline Frame 353Symbol 6 as "graph_bg_1"
ExportAssets (56)Timeline Frame 353Symbol 6 as "graph_bg_1"
ExportAssets (56)Timeline Frame 353Symbol 6 as "graph_bg_1"
ExportAssets (56)Timeline Frame 353Symbol 6 as "graph_bg_1"
ExportAssets (56)Timeline Frame 353Symbol 6 as "graph_bg_1"
ExportAssets (56)Timeline Frame 353Symbol 6 as "graph_bg_1"
ExportAssets (56)Timeline Frame 353Symbol 6 as "graph_bg_1"
ExportAssets (56)Timeline Frame 353Symbol 6 as "graph_bg_1"
ExportAssets (56)Timeline Frame 353Symbol 6 as "graph_bg_1"
ExportAssets (56)Timeline Frame 353Symbol 6 as "graph_bg_1"
ExportAssets (56)Timeline Frame 353Symbol 5 as "graph_bg_1"
ExportAssets (56)Timeline Frame 353Symbol 5 as "graph_bg_1"
ExportAssets (56)Timeline Frame 353Symbol 5 as "graph_bg_1"
ExportAssets (56)Timeline Frame 353Symbol 5 as "graph_bg_1"
ExportAssets (56)Timeline Frame 353Symbol 5 as "graph_bg_1"
ExportAssets (56)Timeline Frame 353Symbol 5 as "graph_bg_1"
ExportAssets (56)Timeline Frame 353Symbol 5 as "graph_bg_1"
ExportAssets (56)Timeline Frame 353Symbol 6 as "graph_bg_1"
ExportAssets (56)Timeline Frame 353Symbol 6 as "graph_bg_1"
ExportAssets (56)Timeline Frame 353Symbol 6 as "graph_bg_1"
ExportAssets (56)Timeline Frame 353Symbol 6 as "graph_bg_1"
ExportAssets (56)Timeline Frame 353Symbol 6 as "graph_bg_1"
ExportAssets (56)Timeline Frame 353Symbol 6 as "graph_bg_1"
ExportAssets (56)Timeline Frame 353Symbol 6 as "graph_bg_1"
ExportAssets (56)Timeline Frame 353Symbol 6 as "graph_bg_1"
ExportAssets (56)Timeline Frame 353Symbol 6 as "graph_bg_1"
ExportAssets (56)Timeline Frame 353Symbol 6 as "graph_bg_1"
ExportAssets (56)Timeline Frame 353Symbol 6 as "graph_bg_1"
ExportAssets (56)Timeline Frame 357Symbol 6 as "graph_bg_1"
ExportAssets (56)Timeline Frame 357Symbol 6 as "graph_bg_1"
ExportAssets (56)Timeline Frame 357Symbol 6 as "graph_bg_1"
ExportAssets (56)Timeline Frame 357Symbol 6 as "graph_bg_1"
ExportAssets (56)Timeline Frame 357Symbol 6 as "graph_bg_1"
ExportAssets (56)Timeline Frame 357Symbol 6 as "graph_bg_1"
ExportAssets (56)Timeline Frame 357Symbol 6 as "graph_bg_1"
ExportAssets (56)Timeline Frame 357Symbol 6 as "graph_bg_1"
ExportAssets (56)Timeline Frame 357Symbol 6 as "graph_bg_1"
ExportAssets (56)Timeline Frame 357Symbol 6 as "graph_bg_1"
ExportAssets (56)Timeline Frame 357Symbol 4 as "graph_bg_1"
ExportAssets (56)Timeline Frame 357Symbol 4 as "graph_bg_1"
ExportAssets (56)Timeline Frame 357Symbol 4 as "graph_bg_1"
ExportAssets (56)Timeline Frame 357Symbol 4 as "graph_bg_1"
ExportAssets (56)Timeline Frame 357Symbol 4 as "graph_bg_1"
ExportAssets (56)Timeline Frame 357Symbol 4 as "graph_bg_1"
ExportAssets (56)Timeline Frame 357Symbol 4 as "graph_bg_1"
ExportAssets (56)Timeline Frame 357Symbol 6 as "graph_bg_1"
ExportAssets (56)Timeline Frame 357Symbol 6 as "graph_bg_1"
ExportAssets (56)Timeline Frame 357Symbol 6 as "graph_bg_1"
ExportAssets (56)Timeline Frame 357Symbol 6 as "graph_bg_1"
ExportAssets (56)Timeline Frame 357Symbol 6 as "graph_bg_1"
ExportAssets (56)Timeline Frame 357Symbol 6 as "graph_bg_1"
ExportAssets (56)Timeline Frame 357Symbol 6 as "graph_bg_1"
ExportAssets (56)Timeline Frame 357Symbol 6 as "graph_bg_1"
ExportAssets (56)Timeline Frame 357Symbol 6 as "graph_bg_1"
ExportAssets (56)Timeline Frame 357Symbol 6 as "graph_bg_1"
ExportAssets (56)Timeline Frame 357Symbol 6 as "graph_bg_1"

Labels

"menu"Frame 351
"gameTimon"Frame 352
"timonSelect"Frame 353
"playTimon"Frame 354
"dead"Frame 355
"gameChris"Frame 356
"sceneSelect"Frame 357
"playChris"Frame 358
"deadchris"Frame 359
"credits"Frame 360
"options"Frame 361
"exit"Symbol 117 MovieClip Frame 24
"instructions1"Symbol 164 MovieClip Frame 23
"instructions2"Symbol 164 MovieClip Frame 24
"instructions3"Symbol 164 MovieClip Frame 25
"exit"Symbol 164 MovieClip Frame 26
"exitmenu"Symbol 164 MovieClip Frame 39
"exit"Symbol 185 MovieClip Frame 43
"stop"Symbol 237 MovieClip Frame 1
"appelr"Symbol 237 MovieClip Frame 2
"appelg"Symbol 237 MovieClip Frame 3
"groen"Symbol 237 MovieClip Frame 4
"rood"Symbol 237 MovieClip Frame 5
"blauw"Symbol 237 MovieClip Frame 6
"geel"Symbol 237 MovieClip Frame 7
"spike"Symbol 237 MovieClip Frame 8
"ei"Symbol 237 MovieClip Frame 9
"instructions1"Symbol 318 MovieClip Frame 23
"instructions2"Symbol 318 MovieClip Frame 24
"instructions3"Symbol 318 MovieClip Frame 25
"exit"Symbol 318 MovieClip Frame 26
"exitmenu"Symbol 318 MovieClip Frame 39
"exit"Symbol 323 MovieClip Frame 19
"instructions1"Symbol 377 MovieClip Frame 23
"instructions2"Symbol 377 MovieClip Frame 24
"instructions3"Symbol 377 MovieClip Frame 25
"exit"Symbol 377 MovieClip Frame 26
"instructions1"Symbol 389 MovieClip Frame 23
"instructions2"Symbol 389 MovieClip Frame 24
"instructions3"Symbol 389 MovieClip Frame 25
"exit"Symbol 389 MovieClip Frame 26

Dynamic Text Variables

percentageSymbol 21 EditableText"0"
lvlSymbol 168 EditableText""
diffSymbol 169 EditableText""
eiOnStageSymbol 186 EditableText""
timonYoshi._ySymbol 187 EditableText""
_root.missesSymbol 203 EditableText""
_root.savesSymbol 206 EditableText""
savesSymbol 280 EditableText""
missesSymbol 281 EditableText""
scoreSymbol 285 EditableText""
lvlSymbol 320 EditableText""
diffSymbol 324 EditableText""
timerSymbol 325 EditableText""
eatingSymbol 326 EditableText""
_root.livesSymbol 329 EditableText"99"
_root.livesSymbol 330 EditableText"99"
_root.appelsSymbol 333 EditableText"99"
_root.schildenSymbol 334 EditableText"99"
_root.appelsSymbol 336 EditableText"99"
_root.schildenSymbol 339 EditableText"99"
_root.timerchrisSymbol 342 EditableText""
appelsSymbol 353 EditableText""
schildenSymbol 354 EditableText""
scoreSymbol 357 EditableText""
christimeSymbol 358 EditableText""
helpTextSymbol 383 EditableText"High"
mmmSymbol 386 EditableText""




http://swfchan.com/13/63726/info.shtml
Created: 13/4 -2019 13:45:34 Last modified: 13/4 -2019 13:45:34 Server time: 19/05 -2024 08:00:51