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

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

Chubbie.swf

This is the info page for
Flash #74149

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


Text
Press

STUDIOS

ACUTE

Copyright 2003 Alexander Asvegren. Frog by Alexander Asvegren and Oliver Asvegren

Loading

Loading.

Loading..

Loading...

Loaded

Play

Instructions

Options

See credits

Quality

(Press "c" anytime)

Back

Control Chubbie         with the arrows on your keyboard. Collect cakes
simply by touching them. Jump on enemies        to collect extra
points, but beware of enemies with spikes        . Every time an enemie
hits you, you would ordinarily lose a life. Instead, Chubbie loses points.
Clear the level before the time bonus runs out and collect the remaining
time as points. Press "c" anytime in the game to change the quality of
the graphics. This might be necessary if your computer is slow. You can
never get "Game over". Instead, by collecting points you will get a rating
from Chubbie at the end and ultimately get a secret code for a secret
Bonus level!

Control Chubbie         with the arrows on your keyboard. Collect cakes
simply by touching them. Jump on enemies        to collect extra
points, but beware of enemies with spikes        . Every time an enemie
hits you, you would ordinarily lose a life. Instead, Chubbie loses points.
Clear the level before the time bonus runs out and collect the remaining
time as points. Press "c" anytime in the game to change the quality of
the graphics. This might be necessary if your computer is slow. You can
never get "Game over". Instead, by collecting points you will get a rating
at the end and ultimately (if you have gathered enough points) get a
secret Bonus level!

Original idea and characters:
Alexander Asvegren

Coding and graphics:
Alexander Asvegren

Music:
Can can klon - Mackan
Battle of life - Umer I
Chill loop - Cold fusion 2k1
TH-Addictice loop - Tony
Parasitic chiken dream - mmm... chiken!
Dreamland - MaSTeR Dee

Font:
Chinese Brush - Ray Larabie

Special thanks to:
Newgrounds.com

(press enter)

Grasslands
Level 1

200

Goal!

Time bonus:

Time bonus:

Grasslands
Level 2

Cakes*10:

Points:

Time bonus:

Level score:

Grasslands
Level 3

Icelands
Level 1

Icelands
Level 2

Icelands
Level 3

Desertlands
Level 1

Desertlands
Level 2

Desertlands
Level 3

Game End

I am "The Giant Cake of
Deliciousness". I am here to
pass sentence on you
Chubbie. If you have done well
I will send you to Cake heaven.
If not you will be left here
hungry and miserable. Press
Enter to receive sentence.

Sorry Chubbie. You havent
collected enough points. You
currently have:
points
You can now press enter to
see credits and receive cheats
so that you will do better next
time.

Cheats:
On the first level of the game, press the top of the first tree. Type:
jump - Chubbie can jump at unlimited  heights
night - The first level will be played at night
NOTE: Case sensitive!
Press Enter to return to menu

ActionScript [AS1/AS2]

Instance of Symbol 3 MovieClip in Frame 1
onClipEvent (enterFrame) { this._x = this._x + 0.1; }
Instance of Symbol 6 MovieClip in Frame 1
onClipEvent (enterFrame) { this._x = this._x + 0.1; }
Instance of Symbol 8 MovieClip in Frame 1
onClipEvent (enterFrame) { this._x = this._x + 0.1; }
Frame 37
stop();
Frame 38
stop();
Instance of Symbol 65 MovieClip in Frame 38
onClipEvent (enterFrame) { ifFrameLoaded (127) { tellTarget ("_root") { gotoAndPlay (39); }; } }
Frame 39
stopAllSounds(); stop();
Frame 62
stopAllSounds();
Frame 67
stop();
Frame 87
stop();
Frame 94
gotoAndPlay (62); stopAllSounds();
Frame 107
stop();
Frame 113
gotoAndPlay (62); stopAllSounds();
Frame 114
stop();
Frame 115
stop();
Instance of Symbol 123 MovieClip in Frame 115
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { stopAllSounds(); tellTarget ("_root") { gotoAndPlay ("heaven"); }; } }
Instance of Symbol 124 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.bana.cheat == "jump") { _root.jumpcheat = true; _root.yescheat = true; } else { _root.jumpcheat = false; _root.yescheat = false; } }
Frame 116
stop(); _root.timebonus = 1000;
Instance of Symbol 205 MovieClip "gubbe" in Frame 116
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x + 11; tellTarget ("_root.gubbe") { gotoAndStop (1); tellTarget ("_root.gubbe.foot1") { play(); tellTarget ("_root.gubbe.foot2") { play(); }; }; }; } else if (Key.isDown(Key.LEFT)) { this._x = this._x - 11; gotoAndStop (116); tellTarget ("_root.gubbe.foot1") { play(); tellTarget ("_root.gubbe.foot2") { play(); }; }; } } onClipEvent (enterFrame) { if (Key.isDown(Key.UP)) { if (_root.jumpcheat == true) { this._y = this._y - 30; } else if (_root.stand == true) { tellTarget ("_root.jump") { play(); }; } } } onClipEvent (enterFrame) { this._y = this._y + 15; } onClipEvent (enterFrame) { if (_root.bana.cheat == "night") { tellTarget ("_root.bana.sky") { gotoAndStop (2); _root.bana.moln1._visible = false; _root.bana.moln2._visible = false; _root.bana.moln3._visible = false; _root.bana.dark._visible = true; }; } }
Instance of Symbol 209 MovieClip in Frame 116
onClipEvent (enterFrame) { if (0 < _root.timebonus) { _root.timebonus = _root.timebonus - 1; } else { _root.timebonus = 0; gotoAndStop (116); } }
Instance of Symbol 211 MovieClip in Frame 116
onClipEvent (enterFrame) { _root.tid = _root.tid - 1; }
Instance of Symbol 212 MovieClip in Frame 116
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { _root.gubbe._y = 370; _root.stand = true; } }
Instance of Symbol 215 MovieClip in Frame 116
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe.hitter)) { _root.gubbe._x = _root.gubbe._x - 11; _root.bana._x = _root.bana._x - 11; } }
Instance of Symbol 216 MovieClip in Frame 116
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe.hitter)) { _root.gubbe._x = _root.gubbe._x + 11; } }
Frame 117
stop(); _root.cake = _root.cakenr * 10;
Instance of Symbol 228 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.levelscore1 < ((_root.cake + _root.points) + _root.timebonus)) { _root.levelscore1 = _root.levelscore1 + 36; } else { _root.levelscore1 = (_root.cake + _root.points) + _root.timebonus; } }
Instance of Symbol 229 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.yescheat == true) { _root.jumpcheat = true; } else { _root.jumpcheat = false; } }
Frame 118
stop();
Instance of Symbol 209 MovieClip in Frame 118
onClipEvent (enterFrame) { if (0 < _root.timebonus) { _root.timebonus = _root.timebonus - 1; } else { _root.timebonus = 0; gotoAndStop (116); } }
Instance of Symbol 205 MovieClip "gubbe" in Frame 118
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x + 11; tellTarget ("_root.gubbe") { gotoAndStop (1); tellTarget ("_root.gubbe.foot1") { play(); tellTarget ("_root.gubbe.foot2") { play(); }; }; }; } else if (Key.isDown(Key.LEFT)) { this._x = this._x - 11; gotoAndStop (116); tellTarget ("_root.gubbe.foot1") { play(); tellTarget ("_root.gubbe.foot2") { play(); }; }; } } onClipEvent (enterFrame) { if (Key.isDown(Key.UP)) { if (_root.jumpcheat == true) { this._y = this._y - 30; } else if (_root.stand == true) { tellTarget ("_root.jump") { play(); }; } } } onClipEvent (enterFrame) { this._y = this._y + 15; } onClipEvent (enterFrame) { if (_root.bana.cheat == "night") { tellTarget ("_root.bana.sky") { gotoAndStop (2); _root.bana.moln1._visible = false; _root.bana.moln2._visible = false; _root.bana.moln3._visible = false; _root.bana.dark._visible = true; }; } }
Instance of Symbol 211 MovieClip in Frame 118
onClipEvent (enterFrame) { _root.tid = _root.tid - 1; }
Instance of Symbol 212 MovieClip in Frame 118
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { _root.gubbe._y = 370; _root.stand = true; } }
Instance of Symbol 215 MovieClip in Frame 118
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe.hitter)) { _root.gubbe._x = _root.gubbe._x - 11; _root.bana._x = _root.bana._x - 11; } }
Instance of Symbol 216 MovieClip in Frame 118
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe.hitter)) { _root.gubbe._x = _root.gubbe._x + 11; } }
Frame 119
stop(); _root.cake = _root.cakenr * 10;
Instance of Symbol 246 MovieClip in Frame 119
onClipEvent (enterFrame) { if (_root.levelscore2 < ((_root.cake + _root.points) + _root.timebonus)) { _root.levelscore2 = _root.levelscore2 + 12; } else { _root.levelscore2 = (_root.cake + _root.points) + _root.timebonus; } }
Frame 120
stop();
Instance of Symbol 209 MovieClip in Frame 120
onClipEvent (enterFrame) { if (0 < _root.timebonus) { _root.timebonus = _root.timebonus - 1; } else { _root.timebonus = 0; gotoAndStop (116); } }
Instance of Symbol 205 MovieClip "gubbe" in Frame 120
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x + 11; tellTarget ("_root.gubbe") { gotoAndStop (1); tellTarget ("_root.gubbe.foot1") { play(); tellTarget ("_root.gubbe.foot2") { play(); }; }; }; } else if (Key.isDown(Key.LEFT)) { this._x = this._x - 11; gotoAndStop (116); tellTarget ("_root.gubbe.foot1") { play(); tellTarget ("_root.gubbe.foot2") { play(); }; }; } } onClipEvent (enterFrame) { if (Key.isDown(Key.UP)) { if (_root.jumpcheat == true) { this._y = this._y - 30; } else if (_root.stand == true) { tellTarget ("_root.jump") { play(); }; } } } onClipEvent (enterFrame) { this._y = this._y + 15; } onClipEvent (enterFrame) { if (_root.bana.cheat == "night") { tellTarget ("_root.bana.sky") { gotoAndStop (2); _root.bana.moln1._visible = false; _root.bana.moln2._visible = false; _root.bana.moln3._visible = false; _root.bana.dark._visible = true; }; } }
Instance of Symbol 211 MovieClip in Frame 120
onClipEvent (enterFrame) { _root.tid = _root.tid - 1; }
Instance of Symbol 212 MovieClip in Frame 120
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { _root.gubbe._y = 370; _root.stand = true; } }
Instance of Symbol 215 MovieClip in Frame 120
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe.hitter)) { _root.gubbe._x = _root.gubbe._x - 11; _root.bana._x = _root.bana._x - 11; } }
Instance of Symbol 216 MovieClip in Frame 120
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe.hitter)) { _root.gubbe._x = _root.gubbe._x + 11; } }
Frame 121
stop(); _root.cake = _root.cakenr * 10;
Instance of Symbol 266 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.levelscore3 < ((_root.cake + _root.points) + _root.timebonus)) { _root.levelscore3 = _root.levelscore3 + 12; } else { _root.levelscore3 = (_root.cake + _root.points) + _root.timebonus; } }
Frame 122
stop();
Instance of Symbol 209 MovieClip in Frame 122
onClipEvent (enterFrame) { if (0 < _root.timebonus) { _root.timebonus = _root.timebonus - 1; } else { _root.timebonus = 0; gotoAndStop (116); } }
Instance of Symbol 205 MovieClip "gubbe" in Frame 122
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x + 11; tellTarget ("_root.gubbe") { gotoAndStop (1); tellTarget ("_root.gubbe.foot1") { play(); tellTarget ("_root.gubbe.foot2") { play(); }; }; }; } else if (Key.isDown(Key.LEFT)) { this._x = this._x - 11; gotoAndStop (116); tellTarget ("_root.gubbe.foot1") { play(); tellTarget ("_root.gubbe.foot2") { play(); }; }; } } onClipEvent (enterFrame) { if (Key.isDown(Key.UP)) { if (_root.jumpcheat == true) { this._y = this._y - 30; } else if (_root.stand == true) { tellTarget ("_root.jump") { play(); }; } } } onClipEvent (enterFrame) { this._y = this._y + 15; } onClipEvent (enterFrame) { if (_root.bana.cheat == "night") { tellTarget ("_root.bana.sky") { gotoAndStop (2); _root.bana.moln1._visible = false; _root.bana.moln2._visible = false; _root.bana.moln3._visible = false; _root.bana.dark._visible = true; }; } }
Instance of Symbol 211 MovieClip in Frame 122
onClipEvent (enterFrame) { _root.tid = _root.tid - 1; }
Instance of Symbol 212 MovieClip in Frame 122
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { _root.gubbe._y = 370; _root.stand = true; } }
Instance of Symbol 215 MovieClip in Frame 122
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe.hitter)) { _root.gubbe._x = _root.gubbe._x - 11; _root.bana._x = _root.bana._x - 11; } }
Instance of Symbol 216 MovieClip in Frame 122
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe.hitter)) { _root.gubbe._x = _root.gubbe._x + 11; } }
Frame 123
stop(); _root.cake = _root.cakenr * 10;
Instance of Symbol 309 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.levelscore4 < ((_root.cake + _root.points) + _root.timebonus)) { _root.levelscore4 = _root.levelscore4 + 12; } else { _root.levelscore4 = (_root.cake + _root.points) + _root.timebonus; } }
Frame 124
stop();
Instance of Symbol 209 MovieClip in Frame 124
onClipEvent (enterFrame) { if (0 < _root.timebonus) { _root.timebonus = _root.timebonus - 1; } else { _root.timebonus = 0; gotoAndStop (116); } }
Instance of Symbol 205 MovieClip "gubbe" in Frame 124
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x + 11; tellTarget ("_root.gubbe") { gotoAndStop (1); tellTarget ("_root.gubbe.foot1") { play(); tellTarget ("_root.gubbe.foot2") { play(); }; }; }; } else if (Key.isDown(Key.LEFT)) { this._x = this._x - 11; gotoAndStop (116); tellTarget ("_root.gubbe.foot1") { play(); tellTarget ("_root.gubbe.foot2") { play(); }; }; } } onClipEvent (enterFrame) { if (Key.isDown(Key.UP)) { if (_root.jumpcheat == true) { this._y = this._y - 30; } else if (_root.stand == true) { tellTarget ("_root.jump") { play(); }; } } } onClipEvent (enterFrame) { this._y = this._y + 15; } onClipEvent (enterFrame) { if (_root.bana.cheat == "night") { tellTarget ("_root.bana.sky") { gotoAndStop (2); _root.bana.moln1._visible = false; _root.bana.moln2._visible = false; _root.bana.moln3._visible = false; _root.bana.dark._visible = true; }; } }
Instance of Symbol 211 MovieClip in Frame 124
onClipEvent (enterFrame) { _root.tid = _root.tid - 1; }
Instance of Symbol 212 MovieClip in Frame 124
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { _root.gubbe._y = 370; _root.stand = true; } }
Instance of Symbol 215 MovieClip in Frame 124
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe.hitter)) { _root.gubbe._x = _root.gubbe._x - 11; _root.bana._x = _root.bana._x - 11; } }
Instance of Symbol 216 MovieClip in Frame 124
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe.hitter)) { _root.gubbe._x = _root.gubbe._x + 11; } }
Frame 125
stop(); _root.cake = _root.cakenr * 10;
Instance of Symbol 325 MovieClip in Frame 125
onClipEvent (enterFrame) { if (_root.levelscore5 < ((_root.cake + _root.points) + _root.timebonus)) { _root.levelscore5 = _root.levelscore5 + 12; } else { _root.levelscore5 = (_root.cake + _root.points) + _root.timebonus; } }
Frame 126
stop();
Instance of Symbol 209 MovieClip in Frame 126
onClipEvent (enterFrame) { if (0 < _root.timebonus) { _root.timebonus = _root.timebonus - 1; } else { _root.timebonus = 0; gotoAndStop (116); } }
Instance of Symbol 205 MovieClip "gubbe" in Frame 126
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x + 11; tellTarget ("_root.gubbe") { gotoAndStop (1); tellTarget ("_root.gubbe.foot1") { play(); tellTarget ("_root.gubbe.foot2") { play(); }; }; }; } else if (Key.isDown(Key.LEFT)) { this._x = this._x - 11; gotoAndStop (116); tellTarget ("_root.gubbe.foot1") { play(); tellTarget ("_root.gubbe.foot2") { play(); }; }; } } onClipEvent (enterFrame) { if (Key.isDown(Key.UP)) { if (_root.jumpcheat == true) { this._y = this._y - 30; } else if (_root.stand == true) { tellTarget ("_root.jump") { play(); }; } } } onClipEvent (enterFrame) { this._y = this._y + 15; } onClipEvent (enterFrame) { if (_root.bana.cheat == "night") { tellTarget ("_root.bana.sky") { gotoAndStop (2); _root.bana.moln1._visible = false; _root.bana.moln2._visible = false; _root.bana.moln3._visible = false; _root.bana.dark._visible = true; }; } }
Instance of Symbol 211 MovieClip in Frame 126
onClipEvent (enterFrame) { _root.tid = _root.tid - 1; }
Instance of Symbol 212 MovieClip in Frame 126
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { _root.gubbe._y = 370; _root.stand = true; } }
Instance of Symbol 215 MovieClip in Frame 126
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe.hitter)) { _root.gubbe._x = _root.gubbe._x - 11; _root.bana._x = _root.bana._x - 11; } }
Instance of Symbol 216 MovieClip in Frame 126
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe.hitter)) { _root.gubbe._x = _root.gubbe._x + 11; } }
Frame 127
stop(); _root.cake = _root.cakenr * 10;
Instance of Symbol 343 MovieClip in Frame 127
onClipEvent (enterFrame) { if (_root.levelscore6 < ((_root.cake + _root.points) + _root.timebonus)) { _root.levelscore6 = _root.levelscore6 + 12; } else { _root.levelscore6 = (_root.cake + _root.points) + _root.timebonus; } }
Frame 128
stop();
Instance of Symbol 209 MovieClip in Frame 128
onClipEvent (enterFrame) { if (0 < _root.timebonus) { _root.timebonus = _root.timebonus - 1; } else { _root.timebonus = 0; gotoAndStop (116); } }
Instance of Symbol 205 MovieClip "gubbe" in Frame 128
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x + 11; tellTarget ("_root.gubbe") { gotoAndStop (1); tellTarget ("_root.gubbe.foot1") { play(); tellTarget ("_root.gubbe.foot2") { play(); }; }; }; } else if (Key.isDown(Key.LEFT)) { this._x = this._x - 11; gotoAndStop (116); tellTarget ("_root.gubbe.foot1") { play(); tellTarget ("_root.gubbe.foot2") { play(); }; }; } } onClipEvent (enterFrame) { if (Key.isDown(Key.UP)) { if (_root.jumpcheat == true) { this._y = this._y - 30; } else if (_root.stand == true) { tellTarget ("_root.jump") { play(); }; } } } onClipEvent (enterFrame) { this._y = this._y + 15; } onClipEvent (enterFrame) { if (_root.bana.cheat == "night") { tellTarget ("_root.bana.sky") { gotoAndStop (2); _root.bana.moln1._visible = false; _root.bana.moln2._visible = false; _root.bana.moln3._visible = false; _root.bana.dark._visible = true; }; } }
Instance of Symbol 211 MovieClip in Frame 128
onClipEvent (enterFrame) { _root.tid = _root.tid - 1; }
Instance of Symbol 212 MovieClip in Frame 128
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { _root.gubbe._y = 370; _root.stand = true; } }
Instance of Symbol 215 MovieClip in Frame 128
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe.hitter)) { _root.gubbe._x = _root.gubbe._x - 11; _root.bana._x = _root.bana._x - 11; } }
Instance of Symbol 216 MovieClip in Frame 128
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe.hitter)) { _root.gubbe._x = _root.gubbe._x + 11; } }
Frame 129
stop(); _root.cake = _root.cakenr * 10;
Instance of Symbol 385 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.levelscore7 < ((_root.cake + _root.points) + _root.timebonus)) { _root.levelscore7 = _root.levelscore7 + 12; } else { _root.levelscore7 = (_root.cake + _root.points) + _root.timebonus; } }
Frame 130
stop();
Instance of Symbol 209 MovieClip in Frame 130
onClipEvent (enterFrame) { if (0 < _root.timebonus) { _root.timebonus = _root.timebonus - 1; } else { _root.timebonus = 0; gotoAndStop (116); } }
Instance of Symbol 205 MovieClip "gubbe" in Frame 130
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x + 11; tellTarget ("_root.gubbe") { gotoAndStop (1); tellTarget ("_root.gubbe.foot1") { play(); tellTarget ("_root.gubbe.foot2") { play(); }; }; }; } else if (Key.isDown(Key.LEFT)) { this._x = this._x - 11; gotoAndStop (116); tellTarget ("_root.gubbe.foot1") { play(); tellTarget ("_root.gubbe.foot2") { play(); }; }; } } onClipEvent (enterFrame) { if (Key.isDown(Key.UP)) { if (_root.jumpcheat == true) { this._y = this._y - 30; } else if (_root.stand == true) { tellTarget ("_root.jump") { play(); }; } } } onClipEvent (enterFrame) { this._y = this._y + 15; } onClipEvent (enterFrame) { if (_root.bana.cheat == "night") { tellTarget ("_root.bana.sky") { gotoAndStop (2); _root.bana.moln1._visible = false; _root.bana.moln2._visible = false; _root.bana.moln3._visible = false; _root.bana.dark._visible = true; }; } }
Instance of Symbol 211 MovieClip in Frame 130
onClipEvent (enterFrame) { _root.tid = _root.tid - 1; }
Instance of Symbol 212 MovieClip in Frame 130
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { _root.gubbe._y = 370; _root.stand = true; } }
Instance of Symbol 215 MovieClip in Frame 130
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe.hitter)) { _root.gubbe._x = _root.gubbe._x - 11; _root.bana._x = _root.bana._x - 11; } }
Instance of Symbol 216 MovieClip in Frame 130
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe.hitter)) { _root.gubbe._x = _root.gubbe._x + 11; } }
Frame 131
stop(); _root.cake = _root.cakenr * 10;
Instance of Symbol 399 MovieClip in Frame 131
onClipEvent (enterFrame) { if (_root.levelscore8 < ((_root.cake + _root.points) + _root.timebonus)) { _root.levelscore8 = _root.levelscore8 + 12; } else { _root.levelscore8 = (_root.cake + _root.points) + _root.timebonus; } }
Frame 132
stop();
Instance of Symbol 209 MovieClip in Frame 132
onClipEvent (enterFrame) { if (0 < _root.timebonus) { _root.timebonus = _root.timebonus - 1; } else { _root.timebonus = 0; gotoAndStop (116); } }
Instance of Symbol 205 MovieClip "gubbe" in Frame 132
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x + 11; tellTarget ("_root.gubbe") { gotoAndStop (1); tellTarget ("_root.gubbe.foot1") { play(); tellTarget ("_root.gubbe.foot2") { play(); }; }; }; } else if (Key.isDown(Key.LEFT)) { this._x = this._x - 11; gotoAndStop (116); tellTarget ("_root.gubbe.foot1") { play(); tellTarget ("_root.gubbe.foot2") { play(); }; }; } } onClipEvent (enterFrame) { if (Key.isDown(Key.UP)) { if (_root.jumpcheat == true) { this._y = this._y - 30; } else if (_root.stand == true) { tellTarget ("_root.jump") { play(); }; } } } onClipEvent (enterFrame) { this._y = this._y + 15; } onClipEvent (enterFrame) { if (_root.bana.cheat == "night") { tellTarget ("_root.bana.sky") { gotoAndStop (2); _root.bana.moln1._visible = false; _root.bana.moln2._visible = false; _root.bana.moln3._visible = false; _root.bana.dark._visible = true; }; } }
Instance of Symbol 211 MovieClip in Frame 132
onClipEvent (enterFrame) { _root.tid = _root.tid - 1; }
Instance of Symbol 212 MovieClip in Frame 132
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { _root.gubbe._y = 370; _root.stand = true; } }
Instance of Symbol 215 MovieClip in Frame 132
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe.hitter)) { _root.gubbe._x = _root.gubbe._x - 11; _root.bana._x = _root.bana._x - 11; } }
Instance of Symbol 216 MovieClip in Frame 132
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe.hitter)) { _root.gubbe._x = _root.gubbe._x + 11; } }
Frame 133
stop(); _root.cake = _root.cakenr * 10;
Instance of Symbol 415 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.levelscore9 < ((_root.cake + _root.points) + _root.timebonus)) { _root.levelscore9 = _root.levelscore9 + 12; } else { _root.levelscore9 = (_root.cake + _root.points) + _root.timebonus; } }
Frame 134
_quality = "HIGH"; stop();
Instance of Symbol 209 MovieClip in Frame 134
onClipEvent (enterFrame) { if (0 < _root.timebonus) { _root.timebonus = _root.timebonus - 1; } else { _root.timebonus = 0; gotoAndStop (116); } }
Instance of Symbol 205 MovieClip "gubbe" in Frame 134
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x + 11; tellTarget ("_root.gubbe") { gotoAndStop (1); tellTarget ("_root.gubbe.foot1") { play(); tellTarget ("_root.gubbe.foot2") { play(); }; }; }; } else if (Key.isDown(Key.LEFT)) { this._x = this._x - 11; gotoAndStop (116); tellTarget ("_root.gubbe.foot1") { play(); tellTarget ("_root.gubbe.foot2") { play(); }; }; } } onClipEvent (enterFrame) { if (Key.isDown(Key.UP)) { if (_root.jumpcheat == true) { this._y = this._y - 30; } else if (_root.stand == true) { tellTarget ("_root.jump") { play(); }; } } } onClipEvent (enterFrame) { this._y = this._y + 15; } onClipEvent (enterFrame) { if (_root.bana.cheat == "night") { tellTarget ("_root.bana.sky") { gotoAndStop (2); _root.bana.moln1._visible = false; _root.bana.moln2._visible = false; _root.bana.moln3._visible = false; _root.bana.dark._visible = true; }; } }
Frame 135
stop();
Frame 136
stopAllSounds(); _quality = "MEDIUM";
Instance of Symbol 211 MovieClip in Frame 136
onClipEvent (enterFrame) { _root.tid = _root.tid - 1; }
Instance of Symbol 212 MovieClip in Frame 136
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { _root.gubbe._y = 370; _root.stand = true; } }
Instance of Symbol 215 MovieClip in Frame 136
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe.hitter)) { _root.gubbe._x = _root.gubbe._x - 11; _root.bana._x = _root.bana._x - 11; } }
Instance of Symbol 216 MovieClip in Frame 136
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe.hitter)) { _root.gubbe._x = _root.gubbe._x + 11; } }
Frame 137
stop();
Instance of Symbol 471 MovieClip in Frame 137
onClipEvent (enterFrame) { this._x = this._x + speed; if (this._x < _root.gubbe._x) { speed = speed + 0.1; } else if (_root.gubbe._x < this._x) { speed = speed - 0.1; } } onClipEvent (enterFrame) { this._y = _root.gubbe._y; }
Instance of Symbol 205 MovieClip "gubbe" in Frame 137
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x + 11; tellTarget ("_root.gubbe") { gotoAndStop (1); tellTarget ("_root.gubbe.foot1") { play(); tellTarget ("_root.gubbe.foot2") { play(); }; }; }; } else if (Key.isDown(Key.LEFT)) { this._x = this._x - 11; gotoAndStop (116); tellTarget ("_root.gubbe.foot1") { play(); tellTarget ("_root.gubbe.foot2") { play(); }; }; } } onClipEvent (enterFrame) { if (Key.isDown(Key.UP)) { if (_root.jumpcheat == true) { this._y = this._y - 30; } else if (_root.stand == true) { tellTarget ("_root.jump") { play(); }; } } } onClipEvent (enterFrame) { this._y = this._y + 15; } onClipEvent (enterFrame) { if (_root.bana.cheat == "night") { tellTarget ("_root.bana.sky") { gotoAndStop (2); _root.bana.moln1._visible = false; _root.bana.moln2._visible = false; _root.bana.moln3._visible = false; _root.bana.dark._visible = true; }; } }
Instance of Symbol 472 MovieClip in Frame 137
onClipEvent (enterFrame) { this._x = this._x + speed; if (this._x < _root.gubbe._x) { speed = speed + 0.05; } else if (_root.gubbe._x < this._x) { speed = speed - 0.05; } } onClipEvent (enterFrame) { this._y = _root.gubbe._y + 10; }
Instance of Symbol 473 MovieClip in Frame 137
onClipEvent (enterFrame) { this._x = this._x + speed; if (this._x < _root.gubbe._x) { speed = speed + 0.025; } else if (_root.gubbe._x < this._x) { speed = speed - 0.025; } } onClipEvent (enterFrame) { this._y = _root.gubbe._y + 20; }
Frame 138
stop();
Instance of Symbol 160 MovieClip in Frame 138
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Frame 138
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Frame 138
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Frame 138
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Frame 138
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Frame 138
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Frame 138
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Frame 138
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Frame 138
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Symbol 12 Button
on (keyPress "c") { tellTarget ("_root.q") { play(); }; }
Symbol 13 MovieClip Frame 1
stop(); _quality = "LOW";
Symbol 13 MovieClip Frame 2
stop(); _quality = "MEDIUM";
Symbol 13 MovieClip Frame 3
stop(); _quality = "HIGH";
Symbol 58 MovieClip Frame 1
toggleHighQuality();
Symbol 58 MovieClip Frame 96
tellTarget ("_root") { gotoAndStop (38); }; toggleHighQuality();
Symbol 60 MovieClip Frame 1
stop();
Symbol 67 Button
on (release) { play(); }
Symbol 85 MovieClip Frame 1
stop();
Instance of Symbol 82 MovieClip in Symbol 85 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.music == false) { tellTarget ("_root.music") { gotoAndStop (2); stopAllSounds(); }; } }
Symbol 85 MovieClip Frame 2
stop();
Instance of Symbol 84 MovieClip in Symbol 85 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.music == true) { tellTarget ("_root.music") { gotoAndStop (1); }; } }
Symbol 87 Button
on (release) { gotoAndPlay (68); }
Symbol 88 Button
on (release) { gotoAndPlay (115); }
Symbol 89 Button
on (release) { gotoAndPlay (95); }
Symbol 93 Button
on (release, keyPress "c") { tellTarget ("_root.q") { play(); }; }
Symbol 94 Button
on (release) { gotoAndPlay (114); }
Symbol 96 Button
on (release) { _root.music == true; }
Symbol 97 Button
on (release) { _root.music == false; }
Symbol 117 MovieClip Frame 166
tellTarget ("_root") { gotoAndPlay ("menu"); stopAllSounds(); };
Symbol 120 Button
on (release, keyPress "<Enter>") { stopAllSounds(); play(); }
Symbol 133 MovieClip Frame 1
stop();
Symbol 133 MovieClip Frame 2
stop();
Instance of Symbol 154 MovieClip in Symbol 158 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe.hitter)) { _root.gubbe._x = _root.gubbe._x + 7; } }
Instance of Symbol 155 MovieClip in Symbol 158 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe.hitter)) { _root.gubbe._x = _root.gubbe._x - 7; } }
Instance of Symbol 156 MovieClip in Symbol 158 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe.hitter)) { _root.gubbe._y = _root.gubbe._y - 15; _root.stand = true; } }
Instance of Symbol 157 MovieClip in Symbol 158 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe.hitter)) { _root.gubbe._y = _root.gubbe._y + 15; } }
Symbol 170 MovieClip Frame 1
stop();
Symbol 170 MovieClip Frame 2
_parent.hitter1._y = 15000; _parent.hitter2._y = 15000; _parent.hitter3._y = 15000; _root.points = _root.points + 200;
Symbol 170 MovieClip Frame 6
stop();
Instance of Symbol 171 MovieClip "hitter1" in Symbol 174 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { _root.gubbe._y = _root.gubbe._y - 40; tellTarget ("_parent.enemy") { play(); }; } }
Instance of Symbol 172 MovieClip "hitter2" in Symbol 174 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe.hitter)) { _root.gubbe._x = _root.gubbe._x - 110; tellTarget ("_root.hit") { play(); tellTarget ("_root.gubbe.face") { play(); _root.score = _root.score / 2; }; }; } }
Instance of Symbol 173 MovieClip "hitter3" in Symbol 174 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe.hitter)) { _root.gubbe._x = _root.gubbe._x + 110; tellTarget ("_root.hit") { play(); tellTarget ("_root.gubbe.face") { play(); _root.score = _root.score / 2; }; }; } }
Symbol 179 MovieClip Frame 1
stop();
Symbol 183 MovieClip Frame 1
dark._visible = false;
Instance of Symbol 3 MovieClip "moln2" in Symbol 183 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + 0.1; }
Instance of Symbol 6 MovieClip "moln1" in Symbol 183 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + 0.1; }
Instance of Symbol 8 MovieClip "moln3" in Symbol 183 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + 0.1; }
Instance of Symbol 160 MovieClip in Symbol 183 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 183 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 183 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 183 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 183 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 183 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 183 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 183 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 183 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 183 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 183 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 183 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 183 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 183 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 183 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 183 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 183 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 183 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 183 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 183 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 183 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 183 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 183 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 183 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 183 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 183 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 183 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 183 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 174 MovieClip in Symbol 183 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x - 2; }
Instance of Symbol 179 MovieClip in Symbol 183 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { stopAllSounds(); tellTarget ("_root") { nextFrame(); }; } }
Instance of Symbol 160 MovieClip in Symbol 183 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 183 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 183 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Symbol 187 MovieClip Frame 1
stop();
Instance of Symbol 184 MovieClip in Symbol 187 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.music == false) { tellTarget ("_root.music") { gotoAndStop (1); }; } }
Symbol 187 MovieClip Frame 2
stop(); stopAllSounds();
Instance of Symbol 186 MovieClip in Symbol 187 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.music == true) { tellTarget ("_root.music") { gotoAndStop (1); }; } }
Symbol 193 MovieClip Frame 1
stop();
Symbol 193 MovieClip Frame 2
stop();
Symbol 193 MovieClip Frame 3
stop();
Symbol 193 MovieClip Frame 4
stop();
Symbol 193 MovieClip Frame 5
stop();
Symbol 193 MovieClip Frame 6
stop();
Symbol 193 MovieClip Frame 7
stop();
Symbol 193 MovieClip Frame 8
stop();
Symbol 193 MovieClip Frame 9
gotoAndStop (1);
Symbol 200 MovieClip Frame 1
stop();
Symbol 200 MovieClip Frame 2
stop();
Symbol 200 MovieClip Frame 3
stop();
Symbol 200 MovieClip Frame 4
stop();
Symbol 200 MovieClip Frame 5
stop();
Symbol 200 MovieClip Frame 6
stop();
Symbol 200 MovieClip Frame 7
stop();
Symbol 200 MovieClip Frame 8
stop();
Symbol 200 MovieClip Frame 9
gotoAndStop (1);
Symbol 203 MovieClip Frame 1
stop();
Symbol 205 MovieClip Frame 1
stop();
Symbol 205 MovieClip Frame 2
stop();
Symbol 209 MovieClip Frame 1
stop();
Symbol 209 MovieClip Frame 2
stop();
Symbol 210 MovieClip Frame 1
stop();
Symbol 210 MovieClip Frame 2
_root.gubbe._y = _root.gubbe._y - 30;
Symbol 210 MovieClip Frame 3
_root.gubbe._y = _root.gubbe._y - 30;
Symbol 210 MovieClip Frame 4
_root.gubbe._y = _root.gubbe._y - 30;
Symbol 210 MovieClip Frame 5
_root.gubbe._y = _root.gubbe._y - 30;
Symbol 210 MovieClip Frame 6
_root.gubbe._y = _root.gubbe._y - 30;
Symbol 210 MovieClip Frame 7
_root.gubbe._y = _root.gubbe._y - 25;
Symbol 210 MovieClip Frame 8
_root.gubbe._y = _root.gubbe._y - 20;
Symbol 210 MovieClip Frame 9
_root.gubbe._y = _root.gubbe._y - 15;
Symbol 211 MovieClip Frame 7
_root.stand = false;
Symbol 214 MovieClip Frame 1
stop();
Symbol 217 MovieClip Frame 1
stop();
Symbol 218 Button
on (release, keyPress "<Enter>") { play(); _root.score = _root.score + ((_root.points + _root.cake) + _root.timebonus); _root.cakenr = 0; _root.timebonus = 1000; _root.points = 0; }
Symbol 228 MovieClip Frame 1
stop();
Symbol 228 MovieClip Frame 2
stop();
Instance of Symbol 3 MovieClip in Symbol 238 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + 0.1; }
Instance of Symbol 6 MovieClip in Symbol 238 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + 0.1; }
Instance of Symbol 8 MovieClip in Symbol 238 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + 0.1; }
Instance of Symbol 160 MovieClip in Symbol 238 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 238 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 238 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 238 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 238 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 238 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 238 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 238 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 238 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 174 MovieClip in Symbol 238 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x - 2; }
Instance of Symbol 179 MovieClip in Symbol 238 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { stopAllSounds(); tellTarget ("_root") { nextFrame(); }; } }
Instance of Symbol 160 MovieClip in Symbol 238 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 238 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 238 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 238 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 238 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 174 MovieClip in Symbol 238 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x - 2; }
Instance of Symbol 174 MovieClip in Symbol 238 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x - 2; }
Symbol 240 Button
on (release, keyPress "<Enter>") { play(); _root.score = _root.score + _root.levelscore2; _root.score = _root.score + ((_root.points + _root.cake) + _root.timebonus); _root.cakenr = 0; _root.timebonus = 1000; _root.points = 0; }
Symbol 246 MovieClip Frame 1
stop();
Symbol 246 MovieClip Frame 2
stop();
Instance of Symbol 251 MovieClip "hitter1" in Symbol 255 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { _root.gubbe._y = _root.gubbe._y - 100; tellTarget ("_root.gubbe.face") { play(); _root.score = _root.score / 2; }; } }
Instance of Symbol 172 MovieClip "hitter2" in Symbol 255 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe.hitter)) { _root.gubbe._x = _root.gubbe._x - 110; tellTarget ("_root.hit") { play(); tellTarget ("_root.gubbe.face") { play(); _root.score = _root.score / 2; }; }; } }
Instance of Symbol 173 MovieClip "hitter3" in Symbol 255 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe.hitter)) { _root.gubbe._x = _root.gubbe._x + 110; tellTarget ("_root.hit") { play(); tellTarget ("_root.gubbe.face") { play(); _root.score = _root.score / 2; }; }; } }
Instance of Symbol 3 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + 0.1; }
Instance of Symbol 6 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + 0.1; }
Instance of Symbol 8 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + 0.1; }
Instance of Symbol 160 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 179 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { stopAllSounds(); tellTarget ("_root") { nextFrame(); }; } }
Instance of Symbol 160 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Symbol 260 Button
on (release, keyPress "<Enter>") { play(); _root.score = _root.score + _root.levelscore3; _root.score = _root.score + ((_root.points + _root.cake) + _root.timebonus); _root.cakenr = 0; _root.timebonus = 1000; _root.points = 0; }
Symbol 266 MovieClip Frame 1
stop();
Symbol 266 MovieClip Frame 2
stop();
Instance of Symbol 3 MovieClip in Symbol 281 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + 0.1; }
Instance of Symbol 6 MovieClip in Symbol 281 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + 0.1; }
Instance of Symbol 8 MovieClip in Symbol 281 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + 0.1; }
Instance of Symbol 6 MovieClip in Symbol 281 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + 0.1; }
Instance of Symbol 8 MovieClip in Symbol 281 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + 0.1; }
Instance of Symbol 3 MovieClip in Symbol 281 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + 0.1; }
Instance of Symbol 154 MovieClip in Symbol 283 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe.hitter)) { _root.gubbe._x = _root.gubbe._x + 7; } }
Instance of Symbol 155 MovieClip in Symbol 283 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe.hitter)) { _root.gubbe._x = _root.gubbe._x - 7; } }
Instance of Symbol 156 MovieClip in Symbol 283 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe.hitter)) { _root.gubbe._y = _root.gubbe._y - 15; _root.stand = true; } }
Instance of Symbol 157 MovieClip in Symbol 283 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe.hitter)) { _root.gubbe._y = _root.gubbe._y + 15; } }
Symbol 287 MovieClip Frame 1
stop();
Instance of Symbol 286 MovieClip in Symbol 287 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { stopAllSounds(); tellTarget ("_root") { nextFrame(); }; } }
Symbol 295 MovieClip Frame 1
stop();
Symbol 295 MovieClip Frame 2
_parent.hitter1._y = 15000; _parent.hitter2._y = 15000; _parent.hitter3._y = 15000; _root.points = _root.points + 200;
Symbol 295 MovieClip Frame 6
stop();
Instance of Symbol 171 MovieClip "hitter1" in Symbol 296 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { _root.gubbe._y = _root.gubbe._y - 40; tellTarget ("_parent.enemy") { play(); }; } }
Instance of Symbol 288 MovieClip "hitter2" in Symbol 296 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { _root.gubbe._x = _root.gubbe._x - 110; tellTarget ("_root.hit") { play(); tellTarget ("_root.gubbe.face") { play(); _root.score = _root.score / 2; }; }; } }
Instance of Symbol 289 MovieClip "hitter3" in Symbol 296 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { _root.gubbe._x = _root.gubbe._x + 110; tellTarget ("_root.hit") { play(); tellTarget ("_root.gubbe.face") { play(); _root.score = _root.score / 2; }; }; } }
Instance of Symbol 160 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 296 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x - 2; }
Symbol 301 MovieClip Frame 1
stop();
Instance of Symbol 298 MovieClip in Symbol 301 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.music == false) { tellTarget ("_root.music") { gotoAndStop (1); }; } }
Symbol 301 MovieClip Frame 2
stop(); stopAllSounds();
Instance of Symbol 300 MovieClip in Symbol 301 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.music == true) { tellTarget ("_root.music") { gotoAndStop (1); }; } }
Symbol 303 Button
on (release, keyPress "<Enter>") { play(); _root.score = _root.score + _root.levelscore4; _root.score = _root.score + ((_root.points + _root.cake) + _root.timebonus); _root.cakenr = 0; _root.timebonus = 1000; _root.points = 0; }
Symbol 309 MovieClip Frame 1
stop();
Symbol 309 MovieClip Frame 2
stop();
Instance of Symbol 251 MovieClip "hitter1" in Symbol 315 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { _root.gubbe._y = _root.gubbe._y - 100; tellTarget ("_root.gubbe.face") { play(); _root.score = _root.score / 2; }; } }
Instance of Symbol 172 MovieClip "hitter2" in Symbol 315 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe.hitter)) { _root.gubbe._x = _root.gubbe._x - 110; tellTarget ("_root.hit") { play(); tellTarget ("_root.gubbe.face") { play(); _root.score = _root.score / 2; }; }; } }
Instance of Symbol 173 MovieClip "hitter3" in Symbol 315 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe.hitter)) { _root.gubbe._x = _root.gubbe._x + 110; tellTarget ("_root.hit") { play(); tellTarget ("_root.gubbe.face") { play(); _root.score = _root.score / 2; }; }; } }
Instance of Symbol 251 MovieClip "hitter1" in Symbol 316 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { _root.gubbe._y = _root.gubbe._y - 100; tellTarget ("_root.gubbe.face") { play(); _root.score = _root.score / 2; }; } }
Instance of Symbol 172 MovieClip "hitter2" in Symbol 316 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe.hitter)) { _root.gubbe._x = _root.gubbe._x - 110; tellTarget ("_root.hit") { play(); tellTarget ("_root.gubbe.face") { play(); _root.score = _root.score / 2; }; }; } }
Instance of Symbol 173 MovieClip "hitter3" in Symbol 316 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe.hitter)) { _root.gubbe._x = _root.gubbe._x + 110; tellTarget ("_root.hit") { play(); tellTarget ("_root.gubbe.face") { play(); _root.score = _root.score / 2; }; }; } }
Instance of Symbol 8 MovieClip in Symbol 317 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + 0.1; }
Instance of Symbol 3 MovieClip in Symbol 317 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + 0.1; }
Instance of Symbol 3 MovieClip in Symbol 317 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + 0.1; }
Instance of Symbol 6 MovieClip in Symbol 317 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + 0.1; }
Instance of Symbol 6 MovieClip in Symbol 317 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + 0.1; }
Instance of Symbol 8 MovieClip in Symbol 317 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + 0.1; }
Instance of Symbol 315 MovieClip in Symbol 317 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x - 2; }
Instance of Symbol 316 MovieClip in Symbol 317 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x - 3; }
Instance of Symbol 160 MovieClip in Symbol 317 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 317 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 317 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 317 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 317 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 317 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 317 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 317 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 317 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 317 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 317 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 317 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 317 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 317 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 316 MovieClip in Symbol 317 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x - 3; }
Symbol 319 Button
on (release, keyPress "<Enter>") { play(); _root.score = _root.score + _root.levelscore5; _root.score = _root.score + ((_root.points + _root.cake) + _root.timebonus); _root.cakenr = 0; _root.timebonus = 1000; _root.points = 0; }
Symbol 325 MovieClip Frame 1
stop();
Symbol 325 MovieClip Frame 2
stop();
Instance of Symbol 251 MovieClip "hitter1" in Symbol 332 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { _root.gubbe._y = _root.gubbe._y - 100; tellTarget ("_root.gubbe.face") { play(); _root.score = _root.score / 2; }; } }
Instance of Symbol 172 MovieClip "hitter2" in Symbol 332 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe.hitter)) { _root.gubbe._x = _root.gubbe._x - 110; tellTarget ("_root.hit") { play(); tellTarget ("_root.gubbe.face") { play(); _root.score = _root.score / 2; }; }; } }
Instance of Symbol 173 MovieClip "hitter3" in Symbol 332 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe.hitter)) { _root.gubbe._x = _root.gubbe._x + 110; tellTarget ("_root.hit") { play(); tellTarget ("_root.gubbe.face") { play(); _root.score = _root.score / 2; }; }; } }
Instance of Symbol 8 MovieClip in Symbol 333 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + 0.1; }
Instance of Symbol 3 MovieClip in Symbol 333 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + 0.1; }
Instance of Symbol 3 MovieClip in Symbol 333 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + 0.1; }
Instance of Symbol 6 MovieClip in Symbol 333 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + 0.1; }
Instance of Symbol 6 MovieClip in Symbol 333 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + 0.1; }
Instance of Symbol 8 MovieClip in Symbol 333 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + 0.1; }
Instance of Symbol 316 MovieClip in Symbol 333 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x - 3; }
Instance of Symbol 160 MovieClip in Symbol 333 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 333 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 333 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 333 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 333 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 333 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 333 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 333 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 333 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 333 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 333 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 333 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 333 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 333 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 333 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 333 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 333 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 333 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 315 MovieClip in Symbol 333 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x - 2; }
Instance of Symbol 296 MovieClip in Symbol 333 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x - 2; }
Symbol 337 Button
on (release, keyPress "<Enter>") { play(); _root.score = _root.score + _root.levelscore6; _root.score = _root.score + ((_root.points + _root.cake) + _root.timebonus); _root.cakenr = 0; _root.timebonus = 1000; _root.points = 0; }
Symbol 343 MovieClip Frame 1
stop();
Symbol 343 MovieClip Frame 2
stop();
Instance of Symbol 3 MovieClip in Symbol 363 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + 0.1; }
Instance of Symbol 349 MovieClip in Symbol 363 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x - 3; }
Instance of Symbol 353 MovieClip in Symbol 363 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x - 3.1; }
Instance of Symbol 349 MovieClip in Symbol 363 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x - 3; }
Instance of Symbol 251 MovieClip "hitter1" in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { _root.gubbe._y = _root.gubbe._y - 100; tellTarget ("_root.gubbe.face") { play(); _root.score = _root.score / 2; }; } }
Instance of Symbol 172 MovieClip "hitter2" in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe.hitter)) { _root.gubbe._x = _root.gubbe._x - 110; tellTarget ("_root.hit") { play(); tellTarget ("_root.gubbe.face") { play(); _root.score = _root.score / 2; }; }; } }
Instance of Symbol 173 MovieClip "hitter3" in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe.hitter)) { _root.gubbe._x = _root.gubbe._x + 110; tellTarget ("_root.hit") { play(); tellTarget ("_root.gubbe.face") { play(); _root.score = _root.score / 2; }; }; } }
Instance of Symbol 251 MovieClip "hitter1" in Symbol 368 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { _root.gubbe._y = _root.gubbe._y - 100; tellTarget ("_root.gubbe.face") { play(); _root.score = _root.score / 2; }; } }
Instance of Symbol 172 MovieClip "hitter2" in Symbol 368 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe.hitter)) { _root.gubbe._x = _root.gubbe._x - 110; tellTarget ("_root.hit") { play(); tellTarget ("_root.gubbe.face") { play(); _root.score = _root.score / 2; }; }; } }
Instance of Symbol 173 MovieClip "hitter3" in Symbol 368 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe.hitter)) { _root.gubbe._x = _root.gubbe._x + 110; tellTarget ("_root.hit") { play(); tellTarget ("_root.gubbe.face") { play(); _root.score = _root.score / 2; }; }; } }
Instance of Symbol 154 MovieClip in Symbol 371 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe.hitter)) { _root.gubbe._x = _root.gubbe._x + 7; } }
Instance of Symbol 155 MovieClip in Symbol 371 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe.hitter)) { _root.gubbe._x = _root.gubbe._x - 7; } }
Instance of Symbol 156 MovieClip in Symbol 371 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe.hitter)) { _root.gubbe._y = _root.gubbe._y - 15; _root.stand = true; } }
Instance of Symbol 157 MovieClip in Symbol 371 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe.hitter)) { _root.gubbe._y = _root.gubbe._y + 15; } }
Instance of Symbol 367 MovieClip in Symbol 373 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x - 2; }
Instance of Symbol 368 MovieClip in Symbol 373 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x - 3; }
Instance of Symbol 286 MovieClip in Symbol 373 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { stopAllSounds(); tellTarget ("_root") { nextFrame(); }; } }
Instance of Symbol 160 MovieClip in Symbol 373 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 373 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 373 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 373 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 373 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 373 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 368 MovieClip in Symbol 373 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x - 3; }
Symbol 377 MovieClip Frame 1
stop();
Instance of Symbol 374 MovieClip in Symbol 377 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.music == false) { tellTarget ("_root.music") { gotoAndStop (1); }; } }
Symbol 377 MovieClip Frame 2
stop(); stopAllSounds();
Instance of Symbol 376 MovieClip in Symbol 377 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.music == true) { tellTarget ("_root.music") { gotoAndStop (1); }; } }
Symbol 379 Button
on (release, keyPress "<Enter>") { play(); _root.score = _root.score + _root.levelscore7; _root.score = _root.score + ((_root.points + _root.cake) + _root.timebonus); _root.cakenr = 0; _root.timebonus = 1000; _root.points = 0; }
Symbol 385 MovieClip Frame 1
stop();
Symbol 385 MovieClip Frame 2
stop();
Instance of Symbol 3 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + 0.1; }
Instance of Symbol 349 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x - 3; }
Instance of Symbol 353 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x - 3.1; }
Instance of Symbol 349 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x - 3; }
Instance of Symbol 367 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x - 2; }
Instance of Symbol 367 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x - 2; }
Instance of Symbol 367 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x - 2; }
Instance of Symbol 286 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { stopAllSounds(); tellTarget ("_root") { nextFrame(); }; } }
Instance of Symbol 160 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 367 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x - 2; }
Instance of Symbol 367 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x - 2; }
Instance of Symbol 367 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x - 2; }
Instance of Symbol 367 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x - 2; }
Symbol 393 Button
on (release, keyPress "<Enter>") { play(); _root.score = _root.score + _root.levelscore8; _root.score = _root.score + ((_root.points + _root.cake) + _root.timebonus); _root.cakenr = 0; _root.timebonus = 1000; _root.points = 0; }
Symbol 399 MovieClip Frame 1
stop();
Symbol 399 MovieClip Frame 2
stop();
Instance of Symbol 251 MovieClip "hitter1" in Symbol 406 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { _root.gubbe._y = _root.gubbe._y - 100; tellTarget ("_root.gubbe.face") { play(); _root.score = _root.score / 2; }; } }
Instance of Symbol 172 MovieClip "hitter2" in Symbol 406 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe.hitter)) { _root.gubbe._x = _root.gubbe._x - 110; tellTarget ("_root.hit") { play(); tellTarget ("_root.gubbe.face") { play(); _root.score = _root.score / 2; }; }; } }
Instance of Symbol 173 MovieClip "hitter3" in Symbol 406 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe.hitter)) { _root.gubbe._x = _root.gubbe._x + 110; tellTarget ("_root.hit") { play(); tellTarget ("_root.gubbe.face") { play(); _root.score = _root.score / 2; }; }; } }
Instance of Symbol 3 MovieClip in Symbol 407 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + 0.1; }
Instance of Symbol 349 MovieClip in Symbol 407 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x - 3; }
Instance of Symbol 349 MovieClip in Symbol 407 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x - 3; }
Instance of Symbol 353 MovieClip in Symbol 407 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x - 3.1; }
Instance of Symbol 349 MovieClip in Symbol 407 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x - 3; }
Instance of Symbol 353 MovieClip in Symbol 407 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x - 3.1; }
Instance of Symbol 349 MovieClip in Symbol 407 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x - 3; }
Instance of Symbol 367 MovieClip in Symbol 407 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x - 2; }
Instance of Symbol 286 MovieClip in Symbol 407 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { stopAllSounds(); tellTarget ("_root") { nextFrame(); }; } }
Instance of Symbol 160 MovieClip in Symbol 407 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 407 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 406 MovieClip in Symbol 407 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x - 2; }
Instance of Symbol 367 MovieClip in Symbol 407 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x - 2; }
Instance of Symbol 406 MovieClip in Symbol 407 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x - 2; }
Instance of Symbol 367 MovieClip in Symbol 407 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x - 2; }
Instance of Symbol 406 MovieClip in Symbol 407 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x - 2; }
Instance of Symbol 367 MovieClip in Symbol 407 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x - 2; }
Instance of Symbol 406 MovieClip in Symbol 407 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x - 2; }
Instance of Symbol 160 MovieClip in Symbol 407 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 407 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 407 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 407 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 407 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 407 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 407 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Symbol 409 Button
on (release, keyPress "<Enter>") { play(); _root.score = _root.score + _root.levelscore9; _root.score = _root.score + ((_root.points + _root.cake) + _root.timebonus); _root.cakenr = 0; _root.timebonus = 1000; _root.points = 0; }
Symbol 415 MovieClip Frame 1
stop();
Symbol 415 MovieClip Frame 2
stop();
Symbol 429 Button
on (release, keyPress "<Enter>") { if (_root.score < 10000) { play(); } else { gotoAndPlay (105); } } on (release, keyPress "<Space>") { if (_root.score < 10000) { play(); } else { gotoAndPlay (105); } }
Symbol 430 Button
on (release, keyPress "<Enter>") { if (10000 < _root.score) { play(); } else { gotoAndPlay (105); } }
Instance of Symbol 423 MovieClip in Symbol 450 MovieClip Frame 1
onClipEvent (enterFrame) { tellTarget ("_root.end.foot1") { play(); }; tellTarget ("_root.end.foot2") { play(); }; }
Symbol 450 MovieClip Frame 80
stop();
Symbol 450 MovieClip Frame 81
points = _root.score;
Symbol 450 MovieClip Frame 91
stop();
Symbol 450 MovieClip Frame 104
tellTarget ("_root") { gotoAndPlay ("credits1"); }; stop();
Symbol 450 MovieClip Frame 189
tellTarget ("_root") { gotoAndPlay ("heaven"); };
Symbol 454 Button
on (keyPress "<Enter>") { tellTarget ("_root") { gotoAndPlay ("menu"); }; } on (keyPress "<Space>") { tellTarget ("_root") { gotoAndPlay ("menu"); }; }
Symbol 455 MovieClip Frame 183
stop(); stopAllSounds();
Instance of Symbol 457 MovieClip in Symbol 459 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + 0.3; }
Instance of Symbol 458 MovieClip in Symbol 459 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + 0.2; }
Instance of Symbol 457 MovieClip in Symbol 459 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + 0.3; }
Instance of Symbol 458 MovieClip in Symbol 459 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + 0.2; }
Instance of Symbol 3 MovieClip in Symbol 459 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + 0.1; }
Instance of Symbol 457 MovieClip in Symbol 459 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + 0.3; }
Instance of Symbol 458 MovieClip in Symbol 459 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + 0.2; }
Instance of Symbol 3 MovieClip in Symbol 459 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + 0.1; }
Instance of Symbol 458 MovieClip in Symbol 459 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + 0.2; }
Instance of Symbol 458 MovieClip in Symbol 459 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + 0.2; }
Instance of Symbol 3 MovieClip in Symbol 459 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + 0.1; }
Instance of Symbol 457 MovieClip in Symbol 459 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + 0.3; }
Instance of Symbol 458 MovieClip in Symbol 459 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + 0.2; }
Instance of Symbol 3 MovieClip in Symbol 459 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + 0.1; }
Instance of Symbol 457 MovieClip in Symbol 459 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + 0.3; }
Instance of Symbol 458 MovieClip in Symbol 459 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + 0.2; }
Instance of Symbol 3 MovieClip in Symbol 459 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + 0.1; }
Instance of Symbol 457 MovieClip in Symbol 459 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + 0.3; }
Instance of Symbol 458 MovieClip in Symbol 459 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + 0.2; }
Instance of Symbol 3 MovieClip in Symbol 459 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + 0.1; }
Instance of Symbol 154 MovieClip in Symbol 461 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe.hitter)) { _root.gubbe._x = _root.gubbe._x + 7; } }
Instance of Symbol 155 MovieClip in Symbol 461 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe.hitter)) { _root.gubbe._x = _root.gubbe._x - 7; } }
Instance of Symbol 156 MovieClip in Symbol 461 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe.hitter)) { _root.gubbe._y = _root.gubbe._y - 15; _root.stand = true; } }
Instance of Symbol 157 MovieClip in Symbol 461 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe.hitter)) { _root.gubbe._y = _root.gubbe._y + 15; } }
Symbol 463 MovieClip Frame 1
stop();
Instance of Symbol 286 MovieClip in Symbol 463 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { stopAllSounds(); tellTarget ("_root") { nextFrame(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Instance of Symbol 160 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hittest(_root.gubbe)) { this._x = 15000; _root.cakenr = _root.cakenr + 1; tellTarget ("_root.cakesound") { play(); }; } }
Symbol 466 MovieClip Frame 2
stop();
Symbol 471 MovieClip Frame 1
stop();
Symbol 472 MovieClip Frame 1
stop();
Symbol 473 MovieClip Frame 1
stop();

Library Items

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

Instance Names

"q"Frame 1Symbol 13 MovieClip
"music"Frame 63Symbol 85 MovieClip
"q"Frame 115Symbol 13 MovieClip
"bana"Frame 116Symbol 183 MovieClip
"gubbe"Frame 116Symbol 205 MovieClip
"jump"Frame 116Symbol 210 MovieClip
"cakesound"Frame 116Symbol 214 MovieClip
"hit"Frame 116Symbol 217 MovieClip
"bana"Frame 118Symbol 238 MovieClip
"gubbe"Frame 118Symbol 205 MovieClip
"jump"Frame 118Symbol 210 MovieClip
"cakesound"Frame 118Symbol 214 MovieClip
"hit"Frame 118Symbol 217 MovieClip
"bana"Frame 120Symbol 258 MovieClip
"gubbe"Frame 120Symbol 205 MovieClip
"jump"Frame 120Symbol 210 MovieClip
"cakesound"Frame 120Symbol 214 MovieClip
"hit"Frame 120Symbol 217 MovieClip
"bana"Frame 122Symbol 297 MovieClip
"gubbe"Frame 122Symbol 205 MovieClip
"jump"Frame 122Symbol 210 MovieClip
"cakesound"Frame 122Symbol 214 MovieClip
"hit"Frame 122Symbol 217 MovieClip
"bana"Frame 124Symbol 317 MovieClip
"gubbe"Frame 124Symbol 205 MovieClip
"jump"Frame 124Symbol 210 MovieClip
"cakesound"Frame 124Symbol 214 MovieClip
"hit"Frame 124Symbol 217 MovieClip
"bana"Frame 126Symbol 333 MovieClip
"gubbe"Frame 126Symbol 205 MovieClip
"jump"Frame 126Symbol 210 MovieClip
"cakesound"Frame 126Symbol 214 MovieClip
"hit"Frame 126Symbol 217 MovieClip
"bana"Frame 128Symbol 373 MovieClip
"gubbe"Frame 128Symbol 205 MovieClip
"jump"Frame 128Symbol 210 MovieClip
"cakesound"Frame 128Symbol 214 MovieClip
"hit"Frame 128Symbol 217 MovieClip
"bana"Frame 130Symbol 391 MovieClip
"gubbe"Frame 130Symbol 205 MovieClip
"jump"Frame 130Symbol 210 MovieClip
"cakesound"Frame 130Symbol 214 MovieClip
"hit"Frame 130Symbol 217 MovieClip
"bana"Frame 132Symbol 407 MovieClip
"gubbe"Frame 132Symbol 205 MovieClip
"jump"Frame 132Symbol 210 MovieClip
"cakesound"Frame 132Symbol 214 MovieClip
"hit"Frame 132Symbol 217 MovieClip
"gubbe"Frame 134Symbol 205 MovieClip
"end"Frame 134Symbol 450 MovieClip
"bana"Frame 136Symbol 464 MovieClip
"jump"Frame 136Symbol 210 MovieClip
"cakesound"Frame 136Symbol 214 MovieClip
"hit"Frame 136Symbol 217 MovieClip
"gubbe"Frame 137Symbol 205 MovieClip
"enemy"Symbol 174 MovieClip Frame 1Symbol 170 MovieClip
"hitter1"Symbol 174 MovieClip Frame 1Symbol 171 MovieClip
"hitter2"Symbol 174 MovieClip Frame 1Symbol 172 MovieClip
"hitter3"Symbol 174 MovieClip Frame 1Symbol 173 MovieClip
"sky"Symbol 183 MovieClip Frame 1Symbol 133 MovieClip
"moln2"Symbol 183 MovieClip Frame 1Symbol 3 MovieClip
"moln1"Symbol 183 MovieClip Frame 1Symbol 6 MovieClip
"moln3"Symbol 183 MovieClip Frame 1Symbol 8 MovieClip
"dark"Symbol 183 MovieClip Frame 1Symbol 182 MovieClip
"foot2"Symbol 205 MovieClip Frame 1Symbol 193 MovieClip
"foot1"Symbol 205 MovieClip Frame 1Symbol 200 MovieClip
"face"Symbol 205 MovieClip Frame 1Symbol 203 MovieClip
"hitter"Symbol 205 MovieClip Frame 1Symbol 178 MovieClip
"hitter1"Symbol 255 MovieClip Frame 1Symbol 251 MovieClip
"hitter2"Symbol 255 MovieClip Frame 1Symbol 172 MovieClip
"hitter3"Symbol 255 MovieClip Frame 1Symbol 173 MovieClip
"hitter1"Symbol 296 MovieClip Frame 1Symbol 171 MovieClip
"hitter2"Symbol 296 MovieClip Frame 1Symbol 288 MovieClip
"hitter3"Symbol 296 MovieClip Frame 1Symbol 289 MovieClip
"enemy"Symbol 296 MovieClip Frame 1Symbol 295 MovieClip
"hitter1"Symbol 315 MovieClip Frame 1Symbol 251 MovieClip
"hitter2"Symbol 315 MovieClip Frame 1Symbol 172 MovieClip
"hitter3"Symbol 315 MovieClip Frame 1Symbol 173 MovieClip
"hitter1"Symbol 316 MovieClip Frame 1Symbol 251 MovieClip
"hitter2"Symbol 316 MovieClip Frame 1Symbol 172 MovieClip
"hitter3"Symbol 316 MovieClip Frame 1Symbol 173 MovieClip
"hitter1"Symbol 332 MovieClip Frame 1Symbol 251 MovieClip
"hitter2"Symbol 332 MovieClip Frame 1Symbol 172 MovieClip
"hitter3"Symbol 332 MovieClip Frame 1Symbol 173 MovieClip
"hitter1"Symbol 367 MovieClip Frame 1Symbol 251 MovieClip
"hitter2"Symbol 367 MovieClip Frame 1Symbol 172 MovieClip
"hitter3"Symbol 367 MovieClip Frame 1Symbol 173 MovieClip
"hitter1"Symbol 368 MovieClip Frame 1Symbol 251 MovieClip
"hitter2"Symbol 368 MovieClip Frame 1Symbol 172 MovieClip
"hitter3"Symbol 368 MovieClip Frame 1Symbol 173 MovieClip
"hitter1"Symbol 406 MovieClip Frame 1Symbol 251 MovieClip
"hitter2"Symbol 406 MovieClip Frame 1Symbol 172 MovieClip
"hitter3"Symbol 406 MovieClip Frame 1Symbol 173 MovieClip
"foot2"Symbol 450 MovieClip Frame 1Symbol 193 MovieClip
"foot1"Symbol 450 MovieClip Frame 1Symbol 200 MovieClip
"face"Symbol 450 MovieClip Frame 1Symbol 203 MovieClip

Labels

"menu"Frame 62
"options"Frame 68
"instructions"Frame 95
"credits"Frame 114
"credits1"Frame 135
"heaven"Frame 136
"clear"Symbol 450 MovieClip Frame 105

Dynamic Text Variables

cheatSymbol 180 EditableText""
timebonusSymbol 206 EditableText""
cakeSymbol 223 EditableText""
pointsSymbol 224 EditableText""
timebonusSymbol 225 EditableText""
levelscore1Symbol 227 EditableText""
timebonusSymbol 239 EditableText""
cakeSymbol 242 EditableText""
pointsSymbol 243 EditableText""
timebonusSymbol 244 EditableText""
levelscore2Symbol 245 EditableText""
timebonusSymbol 259 EditableText""
cakeSymbol 262 EditableText""
pointsSymbol 263 EditableText""
timebonusSymbol 264 EditableText""
levelscore3Symbol 265 EditableText""
timebonusSymbol 302 EditableText""
cakeSymbol 305 EditableText""
pointsSymbol 306 EditableText""
timebonusSymbol 307 EditableText""
levelscore4Symbol 308 EditableText""
timebonusSymbol 318 EditableText""
cakeSymbol 321 EditableText""
pointsSymbol 322 EditableText""
timebonusSymbol 323 EditableText""
levelscore5Symbol 324 EditableText""
timebonusSymbol 334 EditableText""
cakeSymbol 339 EditableText""
pointsSymbol 340 EditableText""
timebonusSymbol 341 EditableText""
levelscore6Symbol 342 EditableText""
timebonusSymbol 378 EditableText""
cakeSymbol 381 EditableText""
pointsSymbol 382 EditableText""
timebonusSymbol 383 EditableText""
levelscore7Symbol 384 EditableText""
timebonusSymbol 392 EditableText""
cakeSymbol 395 EditableText""
pointsSymbol 396 EditableText""
timebonusSymbol 397 EditableText""
levelscore8Symbol 398 EditableText""
timebonusSymbol 408 EditableText""
cakeSymbol 411 EditableText""
pointsSymbol 412 EditableText""
timebonusSymbol 413 EditableText""
levelscore9Symbol 414 EditableText""
timebonusSymbol 416 EditableText""
pointsSymbol 432 EditableText""
pointsSymbol 433 EditableText""
pointsSymbol 435 EditableText""
pointsSymbol 436 EditableText""
pointsSymbol 438 EditableText""
timebonusSymbol 451 EditableText""




http://swfchan.com/15/74149/info.shtml
Created: 7/4 -2019 14:06:12 Last modified: 7/4 -2019 14:06:12 Server time: 14/05 -2024 17:49:40