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/39872507?noj=FRM39872507-14DC" width="1" height="1"></div>

Hopper.swf

This is the info page for
Flash #25561

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


Text
<p align="left"><font face="Verdana" size="13" color="#ffffff"><b>start</b></font></p>

versie 1.3

www.4funnies.com

- spel doel -

Het doel van het spel is om de top
van de berg te bereiken.
Hiervoor moet je Hopper (    ) in elk
level naar de ster (    ) begeleiden.
Je moet hierbij vijanden (    ) en
gevaarlijke objecten (    ) ontwijken.
Kun jij de top van de berg bereiken?

- game goal -

The goal of the game is to reach the
top of the mountain. In each level
you must guide Hopper (   ) to the
star (   ). Hopper has to avoid
touching enemys (   ) and dangerous
objects (   ). Can you reach te top of
the mountain?

- besturing -

bewegen:

springen:

spatiebalk

- controls -

move:

jump:

space

Het is toegestaan dit spel op een andere website te plaatsen.

This game may be placed on other websites.

visit www.4funnies.com

spam

Wil jij bericht ontvangen als er
nieuwe levels van Hopper
beschikbaar zijn?
Vul dan hier je e-mail adres in
en je krijgt automatisch bericht!

Do you want to be notified when
new levels of Hopper are
available? Subscribe to the
mailinglist and you will be
notified automaticly!

verstuur

send

Je bent aangemeld!

Thank you!

<p align="center"><font face="Verdana" size="10" color="#ffffff"><b>nieuwe levels?</b></font></p>

<p align="center"><font face="Verdana" size="10" color="#ffffff"><b>more levels?</b></font></p>

more games

Play the other online games:

Break out

Magic
Blocks

Illusion
Labyrinth 3

Tetris

Mega
Memory

Snake

Ping Pong

Illusion
Labyrinth 2

Illusion
Labyrinth 1

Breakdown

Puzzle

Letter Mix

Memory

Ball Ball

Guess the
word

close

0

de kaart

the map

<p align="left"><font face="Verdana" size="13" color="#ffffff"><b>Hopper:</b></font></p>

<p align="left"><font face="Verdana" size="13" color="#ffffff"><b>Level:</b></font></p>

1000

extra leven!

Kijk voor nieuwe levels van Hopper op:
http://www.leukz.nl/spelletje_hopper.php

Hopper has reached the
top of the mountain!

Go for new levels of Hopper to:
http://www.leukz.nl/spelletje_hopper.php

game over

<p align="left"><font face="Verdana" size="13" color="#ffffff"><b>opnieuw</b></font></p>

ActionScript [AS1/AS2]

Frame 1
_root.taal = "GB"; fscommand ("showmenu", "false"); stop();
Instance of Symbol 27 MovieClip in Frame 1
onClipEvent (enterFrame) { text = ((int(_parent.getBytesLoaded() / 1000) add " kb van ") add int(_parent.getBytesTotal() / 1000)) add " geladen ..."; if (_parent.getBytesTotal() == _parent.getBytesLoaded()) { _parent.gotoAndStop(2); } }
Frame 2
level = 1; setTiles = function () { var _local1 = _root; left = 0; top = 0; step = 0; i = 0; while (i < 112) { name = "mc" + i; _local1.t.attachMovie("background", name, 1000 + i); _local1.t[name]._x = left; _local1.t[name]._y = top; _local1.t[name].gotoAndStop(random(13) + 1); left = left + 36; if (step == 13) { left = 0; top = top + 36; step = 0; } else { step++; } i++; } _local1.t._alpha = 30; }; setTiles(); stop();
Instance of Symbol 69 MovieClip "speldoel" in Frame 2
onClipEvent (enterFrame) { if (_root.taal eq "NL") { tellTarget (this) { gotoAndStop ("NL"); }; } else if (_root.taal eq "GB") { tellTarget (this) { gotoAndStop ("GB"); }; } }
Instance of Symbol 80 MovieClip in Frame 2
onClipEvent (enterFrame) { if (_root.taal eq "NL") { tellTarget (this) { gotoAndStop ("NL"); }; } else if (_root.taal eq "GB") { tellTarget (this) { gotoAndStop ("GB"); }; } }
Instance of Symbol 83 MovieClip in Frame 2
onClipEvent (enterFrame) { if (_root.taal eq "NL") { tellTarget (this) { gotoAndStop ("NL"); }; } else if (_root.taal eq "GB") { tellTarget (this) { gotoAndStop ("GB"); }; } }
Instance of Symbol 109 MovieClip in Frame 2
onClipEvent (enterFrame) { if (_root.taal eq "NL") { tellTarget (this) { gotoAndStop ("NL"); }; } else if (_root.taal eq "GB") { tellTarget (this) { gotoAndStop ("GB"); }; } }
Frame 3
Instance of Symbol 184 MovieClip in Frame 3
onClipEvent (enterFrame) { if (_root.startteller == 100) { if (_root.level == 1) { _root.gotoAndStop("level1"); } else if (_root.level == 2) { _root.gotoAndStop("level2"); } else if (_root.level == 3) { _root.gotoAndStop("level3"); } else if (_root.level == 4) { _root.gotoAndStop("level4"); } else if (_root.level == 5) { _root.gotoAndStop("level5"); } else if (_root.level == 6) { _root.gotoAndStop("level6"); } else if (_root.level == 7) { _root.gotoAndStop("level7"); } else if (_root.level == 8) { _root.gotoAndStop("level8"); } else if (_root.level == 9) { _root.gotoAndStop("level9"); } else if (_root.level == 10) { _root.gotoAndStop("level10"); } } else { _root.startteller++; } }
Frame 4
if (level != 1) { gotoAndPlay (1); } hero._x = 50; hero._y = 300; restart = function () { hero._rotation = 0; hero.gotoAndStop(1); hero.heroClip.stop(); jumping = false; playGame = true; hero._x = 50; hero._y = 300; }; startteller = 0; lives = 5; score = 0; playGame = true; setTiles(); stop();
Instance of Symbol 215 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndPlay(50); _root.level++; _root.score = _root.score + 100; _root.restart(); _root.gotoAndStop("map"); } }
Instance of Symbol 217 MovieClip in Frame 4
onClipEvent (load) { n = 6; } onClipEvent (enterFrame) { if (this.hitTest(_root.hero) and (_root.hero._y > 10)) { _root.hero._y = _root.hero._y - n; } }
Instance of Symbol 218 MovieClip in Frame 4
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 10) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 219 MovieClip in Frame 4
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 90) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 224 MovieClip in Frame 4
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 50) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 65 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 219 MovieClip in Frame 4
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 165) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 219 MovieClip in Frame 4
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._x = this._x - n; count++; if (count == 165) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 253 MovieClip "c2" in Frame 4
onClipEvent (load) { this.gotoAndPlay(1); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.c2.gotoAndStop(18); } }
Instance of Symbol 257 MovieClip "l3" in Frame 4
onClipEvent (load) { this.gotoAndPlay(1); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.l3.gotoAndStop(14); } }
Instance of Symbol 262 MovieClip "hero" in Frame 4
onClipEvent (load) { function move(x, y) { var _local1 = y; var _local2 = x; var _local3 = _root; h = false; if (!_local3.map.hitTest((_x + _local2) + b.xmin, (_y + _local1) + b.ymin, true)) { if (!_local3.map.hitTest((_x + _local2) + b.xmax, (_y + _local1) + b.ymin, true)) { if (!_local3.map.hitTest((_x + _local2) + b.xmin, (_y + _local1) + b.ymax, true)) { if (!_local3.map.hitTest((_x + _local2) + b.xmax, (_y + _local1) + b.ymax, true)) { _x = (_x + _local2); _y = (_y + _local1); h = true; } } } } return(h); } _root.restart(); s = 3; b = this.getBounds(this); } onClipEvent (enterFrame) { if (_root.playGame) { _root.falling = move(0, s); if ((Key.isDown(32) && (!_root.falling)) && (!_root.jumping)) { _root.score = _root.score + 10; vel = -8; _root.jumping = true; _root.bounceSnd.gotoAndPlay(2); } if (_root.jumping) { this._rotation = r; if (vel <= 10) { h = move(0, vel - s); if ((h == false) && (vel < 0)) { vel = vel * -1; } vel++; } else { _root.jumping = false; this._rotation = 0; } } if (Key.isDown(37) and (_x > 8)) { move(-s, 0); r = -5; this.gotoAndStop(2); this.heroClip.nextFrame(); } if (Key.isDown(39) and (_x < 592)) { move(s, 0); r = 5; this.gotoAndStop(1); this.heroClip.nextFrame(); } } if (this._y > 360) { _root.playGame = false; _root.hero.gotoAndStop(3); } } onClipEvent (keyUp) { this.heroClip.stop(); r = 0; }
Frame 5
if (level != 2) { gotoAndPlay (1); } hero._x = 235; hero._y = 330; restart = function () { hero._rotation = 0; hero.gotoAndStop(1); hero.heroClip.stop(); jumping = false; playGame = true; hero._x = 235; hero._y = 330; }; startteller = 0; lives = 5; score = 0; playGame = true; setTiles(); stop();
Instance of Symbol 219 MovieClip in Frame 5
onClipEvent (load) { n = 1; } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 45) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 219 MovieClip in Frame 5
onClipEvent (load) { n = 1; } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 255) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 219 MovieClip in Frame 5
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._x = this._x - (-n); count++; if (count == 150) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 274 MovieClip in Frame 5
onClipEvent (load) { rePos = function () { x = -60; this._x = x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._x = this._x - x; x = x + 0.005; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._x < -30) { rePos(); } }
Instance of Symbol 219 MovieClip in Frame 5
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 255) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Frame 6
if (level != 3) { gotoAndPlay (1); } hero._x = 265; hero._y = 330; restart = function () { hero._rotation = 0; hero.gotoAndStop(1); hero.heroClip.stop(); jumping = false; playGame = true; hero._x = 265; hero._y = 330; }; startteller = 0; lives = 5; score = 0; playGame = true; setTiles(); stop();
Instance of Symbol 219 MovieClip in Frame 6
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 60) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 223 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 219 MovieClip in Frame 6
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 120) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 219 MovieClip in Frame 6
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._y = this._y - (-n); count++; if (count == 45) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 219 MovieClip in Frame 6
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 270) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 223 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Frame 7
if (level != 4) { gotoAndPlay (1); } hero._x = 550; hero._y = 330; restart = function () { hero._rotation = 0; hero.gotoAndStop(1); hero.heroClip.stop(); jumping = false; playGame = true; hero._x = 550; hero._y = 330; }; startteller = 0; lives = 5; score = 0; playGame = true; setTiles(); stop();
Instance of Symbol 219 MovieClip in Frame 7
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 45) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 219 MovieClip in Frame 7
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._x = this._x - (-n); count++; if (count == 45) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 253 MovieClip "c2" in Frame 7
onClipEvent (load) { this.gotoAndPlay(1); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.c2.gotoAndStop(18); } }
Instance of Symbol 257 MovieClip "l3" in Frame 7
onClipEvent (load) { this.gotoAndPlay(1); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.l3.gotoAndStop(14); } }
Instance of Symbol 274 MovieClip in Frame 7
onClipEvent (load) { rePos = function () { x = -60; this._x = x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._x = this._x - x; x = x + 0.005; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._x < -30) { rePos(); } }
Instance of Symbol 219 MovieClip in Frame 7
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 270) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 223 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 219 MovieClip in Frame 7
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._y = this._y + n; count++; if (count == 60) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 219 MovieClip in Frame 7
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 135) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Frame 8
if (level != 5) { gotoAndPlay (1); } hero._x = 30; hero._y = 330; restart = function () { hero._rotation = 0; hero.gotoAndStop(1); hero.heroClip.stop(); jumping = false; playGame = true; hero._x = 30; hero._y = 330; }; startteller = 0; lives = 5; score = 0; playGame = true; setTiles(); stop();
Instance of Symbol 224 MovieClip in Frame 8
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 120) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 223 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 223 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Frame 9
if (level != 6) { gotoAndPlay (1); } hero._x = 300; hero._y = 330; restart = function () { hero._rotation = 0; hero.gotoAndStop(1); hero.heroClip.stop(); jumping = false; playGame = true; hero._x = 300; hero._y = 330; }; startteller = 0; lives = 5; score = 0; playGame = true; setTiles(); stop();
Instance of Symbol 219 MovieClip in Frame 9
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._y = this._y + n; count++; if (count == 30) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 219 MovieClip in Frame 9
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._y = this._y + n; count++; if (count == 30) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 224 MovieClip in Frame 9
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 120) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 219 MovieClip in Frame 9
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._y = this._y + n; count++; if (count == 30) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 219 MovieClip in Frame 9
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._y = this._y + n; count++; if (count == 30) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 219 MovieClip in Frame 9
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._y = this._y + n; count++; if (count == 30) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 219 MovieClip in Frame 9
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._y = this._y + n; count++; if (count == 30) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Frame 10
if (level != 7) { gotoAndPlay (1); } hero._x = 550; hero._y = 330; restart = function () { hero._rotation = 0; hero.gotoAndStop(1); hero.heroClip.stop(); jumping = false; playGame = true; hero._x = 550; hero._y = 330; }; startteller = 0; lives = 5; score = 0; playGame = true; setTiles(); stop();
Instance of Symbol 224 MovieClip in Frame 10
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 120) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 65 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 219 MovieClip in Frame 10
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._x = this._x - (-n); count++; if (count == 45) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 253 MovieClip "c2" in Frame 10
onClipEvent (load) { this.gotoAndPlay(1); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.c2.gotoAndStop(18); } }
Instance of Symbol 257 MovieClip "l3" in Frame 10
onClipEvent (load) { this.gotoAndPlay(1); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.l3.gotoAndStop(14); } }
Instance of Symbol 274 MovieClip in Frame 10
onClipEvent (load) { rePos = function () { x = -60; this._x = x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._x = this._x - x; x = x + 0.005; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._x < -30) { rePos(); } }
Instance of Symbol 219 MovieClip in Frame 10
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 270) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 219 MovieClip in Frame 10
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 135) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Frame 11
if (level != 8) { gotoAndPlay (1); } hero._x = 50; hero._y = 330; restart = function () { hero._rotation = 0; hero.gotoAndStop(1); hero.heroClip.stop(); jumping = false; playGame = true; hero._x = 50; hero._y = 330; }; startteller = 0; lives = 5; score = 0; playGame = true; setTiles(); stop();
Instance of Symbol 219 MovieClip in Frame 11
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 15) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 219 MovieClip in Frame 11
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 270) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 223 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 219 MovieClip in Frame 11
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 135) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 223 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 219 MovieClip in Frame 11
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 15) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 219 MovieClip in Frame 11
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 15) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 219 MovieClip in Frame 11
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 60) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 274 MovieClip in Frame 11
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 550) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Frame 12
if (level != 9) { gotoAndPlay (1); } hero._x = 550; hero._y = 330; restart = function () { hero._rotation = 0; hero.gotoAndStop(1); hero.heroClip.stop(); jumping = false; playGame = true; hero._x = 550; hero._y = 330; }; startteller = 0; lives = 5; score = 0; playGame = true; setTiles(); stop();
Instance of Symbol 219 MovieClip in Frame 12
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 30) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 284 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 284 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 65 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 65 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 65 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 65 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 217 MovieClip in Frame 12
onClipEvent (load) { n = 6; } onClipEvent (enterFrame) { if (this.hitTest(_root.hero) and (_root.hero._y > 10)) { _root.hero._y = _root.hero._y - n; } }
Instance of Symbol 284 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 284 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 284 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 284 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 65 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 65 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 65 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 65 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 65 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 65 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 65 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 65 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 65 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 65 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 65 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 65 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 65 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 65 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 65 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 65 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 65 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 65 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 65 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Frame 13
if (level != 10) { gotoAndPlay (1); } hero._x = 300; hero._y = 330; restart = function () { hero._rotation = 0; hero.gotoAndStop(1); hero.heroClip.stop(); jumping = false; playGame = true; hero._x = 300; hero._y = 330; }; startteller = 0; lives = 5; score = 0; playGame = true; setTiles(); stop();
Instance of Symbol 215 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.gotoAndStop("einde"); } }
Instance of Symbol 219 MovieClip in Frame 13
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._x = this._x - (-n); count++; if (count == 45) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 253 MovieClip "c2" in Frame 13
onClipEvent (load) { this.gotoAndPlay(1); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.c2.gotoAndStop(18); } }
Instance of Symbol 257 MovieClip "l3" in Frame 13
onClipEvent (load) { this.gotoAndPlay(1); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.l3.gotoAndStop(14); } }
Instance of Symbol 219 MovieClip in Frame 13
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 270) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 223 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 219 MovieClip in Frame 13
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 135) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 223 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 219 MovieClip in Frame 13
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 30) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 284 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 217 MovieClip in Frame 13
onClipEvent (load) { n = 6; } onClipEvent (enterFrame) { if (this.hitTest(_root.hero) and (_root.hero._y > 10)) { _root.hero._y = _root.hero._y - n; } }
Instance of Symbol 217 MovieClip in Frame 13
onClipEvent (load) { n = 6; } onClipEvent (enterFrame) { if (this.hitTest(_root.hero) and (_root.hero._y > 10)) { _root.hero._y = _root.hero._y - n; } }
Instance of Symbol 217 MovieClip in Frame 13
onClipEvent (load) { n = 6; } onClipEvent (enterFrame) { if (this.hitTest(_root.hero) and (_root.hero._y > 10)) { _root.hero._y = _root.hero._y - n; } }
Frame 20
hero._x = 300; hero._y = 150; restart = function () { hero._rotation = 0; hero.gotoAndStop(1); hero.heroClip.stop(); jumping = false; playGame = true; hero._x = 300; hero._y = 150; }; startteller = 0; lives = 5; level = 0; score = 0; playGame = true; setTiles(); stop();
Instance of Symbol 217 MovieClip in Frame 20
onClipEvent (load) { n = 6; } onClipEvent (enterFrame) { if (this.hitTest(_root.hero) and (_root.hero._y > 10)) { _root.hero._y = _root.hero._y - n; } }
Instance of Symbol 217 MovieClip in Frame 20
onClipEvent (load) { n = 6; } onClipEvent (enterFrame) { if (this.hitTest(_root.hero) and (_root.hero._y > 10)) { _root.hero._y = _root.hero._y - n; } }
Instance of Symbol 217 MovieClip in Frame 20
onClipEvent (load) { n = 6; } onClipEvent (enterFrame) { if (this.hitTest(_root.hero) and (_root.hero._y > 10)) { _root.hero._y = _root.hero._y - n; } }
Instance of Symbol 217 MovieClip in Frame 20
onClipEvent (load) { n = 6; } onClipEvent (enterFrame) { if (this.hitTest(_root.hero) and (_root.hero._y > 10)) { _root.hero._y = _root.hero._y - n; } }
Instance of Symbol 217 MovieClip in Frame 20
onClipEvent (load) { n = 6; } onClipEvent (enterFrame) { if (this.hitTest(_root.hero) and (_root.hero._y > 10)) { _root.hero._y = _root.hero._y - n; } }
Instance of Symbol 217 MovieClip in Frame 20
onClipEvent (load) { n = 6; } onClipEvent (enterFrame) { if (this.hitTest(_root.hero) and (_root.hero._y > 10)) { _root.hero._y = _root.hero._y - n; } }
Instance of Symbol 217 MovieClip in Frame 20
onClipEvent (load) { n = 6; } onClipEvent (enterFrame) { if (this.hitTest(_root.hero) and (_root.hero._y > 10)) { _root.hero._y = _root.hero._y - n; } }
Instance of Symbol 217 MovieClip in Frame 20
onClipEvent (load) { n = 6; } onClipEvent (enterFrame) { if (this.hitTest(_root.hero) and (_root.hero._y > 10)) { _root.hero._y = _root.hero._y - n; } }
Instance of Symbol 217 MovieClip in Frame 20
onClipEvent (load) { n = 6; } onClipEvent (enterFrame) { if (this.hitTest(_root.hero) and (_root.hero._y > 10)) { _root.hero._y = _root.hero._y - n; } }
Instance of Symbol 217 MovieClip in Frame 20
onClipEvent (load) { n = 6; } onClipEvent (enterFrame) { if (this.hitTest(_root.hero) and (_root.hero._y > 10)) { _root.hero._y = _root.hero._y - n; } }
Instance of Symbol 217 MovieClip in Frame 20
onClipEvent (load) { n = 6; } onClipEvent (enterFrame) { if (this.hitTest(_root.hero) and (_root.hero._y > 10)) { _root.hero._y = _root.hero._y - n; } }
Instance of Symbol 217 MovieClip in Frame 20
onClipEvent (load) { n = 6; } onClipEvent (enterFrame) { if (this.hitTest(_root.hero) and (_root.hero._y > 10)) { _root.hero._y = _root.hero._y - n; } }
Instance of Symbol 217 MovieClip in Frame 20
onClipEvent (load) { n = 6; } onClipEvent (enterFrame) { if (this.hitTest(_root.hero) and (_root.hero._y > 10)) { _root.hero._y = _root.hero._y - n; } }
Instance of Symbol 217 MovieClip in Frame 20
onClipEvent (load) { n = 6; } onClipEvent (enterFrame) { if (this.hitTest(_root.hero) and (_root.hero._y > 10)) { _root.hero._y = _root.hero._y - n; } }
Instance of Symbol 217 MovieClip in Frame 20
onClipEvent (load) { n = 6; } onClipEvent (enterFrame) { if (this.hitTest(_root.hero) and (_root.hero._y > 10)) { _root.hero._y = _root.hero._y - n; } }
Instance of Symbol 217 MovieClip in Frame 20
onClipEvent (load) { n = 6; } onClipEvent (enterFrame) { if (this.hitTest(_root.hero) and (_root.hero._y > 10)) { _root.hero._y = _root.hero._y - n; } }
Instance of Symbol 217 MovieClip in Frame 20
onClipEvent (load) { n = 6; } onClipEvent (enterFrame) { if (this.hitTest(_root.hero) and (_root.hero._y > 10)) { _root.hero._y = _root.hero._y - n; } }
Instance of Symbol 298 MovieClip in Frame 20
onClipEvent (enterFrame) { if (_root.taal eq "NL") { tellTarget (this) { gotoAndStop ("NL"); }; } else if (_root.taal eq "GB") { tellTarget (this) { gotoAndStop ("GB"); }; } }
Symbol 34 MovieClip Frame 65
stop();
Symbol 44 Button
on (release) { nextFrame(); }
Symbol 49 Button
on (release) { tellTarget (_root.nieuwelevels) { gotoAndStop (2); }; }
Symbol 69 MovieClip Frame 1
stop();
Symbol 69 MovieClip Frame 2
stop();
Symbol 80 MovieClip Frame 1
stop();
Symbol 80 MovieClip Frame 2
stop();
Symbol 83 MovieClip Frame 1
stop();
Symbol 83 MovieClip Frame 2
stop();
Symbol 87 Button
on (press) { getURL ("http://www.4funnies.com", "_new"); }
Symbol 89 Button
on (release) { if (levelsemail eq "") { } else { loadVariablesNum ("http://www.leukz.nl/spelletje_hopper_news.php", 0, "POST"); play(); } }
Symbol 93 Button
on (release) { gotoAndStop (1); }
Symbol 99 MovieClip Frame 1
stop();
Symbol 99 MovieClip Frame 2
stop();
Symbol 102 MovieClip Frame 1
stop();
Symbol 102 MovieClip Frame 2
stop();
Symbol 105 MovieClip Frame 1
stop();
Symbol 105 MovieClip Frame 2
stop();
Symbol 106 MovieClip Frame 1
stop();
Instance of Symbol 99 MovieClip in Symbol 106 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.taal eq "NL") { tellTarget (this) { gotoAndStop ("NL"); }; } else if (_root.taal eq "GB") { tellTarget (this) { gotoAndStop ("GB"); }; } }
Instance of Symbol 102 MovieClip in Symbol 106 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.taal eq "NL") { tellTarget (this) { gotoAndStop ("NL"); }; } else if (_root.taal eq "GB") { tellTarget (this) { gotoAndStop ("GB"); }; } }
Instance of Symbol 105 MovieClip in Symbol 106 MovieClip Frame 3
onClipEvent (enterFrame) { if (_root.taal eq "NL") { tellTarget (this) { gotoAndStop ("NL"); }; } else if (_root.taal eq "GB") { tellTarget (this) { gotoAndStop ("GB"); }; } }
Symbol 109 MovieClip Frame 1
stop();
Symbol 109 MovieClip Frame 2
stop();
Symbol 112 Button
on (release) { gotoAndStop (2); }
Symbol 122 Button
on (press) { getURL ("http://www.4funnies.com/free_game_breakout.php", "_new"); }
Symbol 126 Button
on (press) { getURL ("http://www.4funnies.com/free_game_magic_blocks.php", "_new"); }
Symbol 130 Button
on (press) { getURL ("http://www.4funnies.com/free_game_illusion_labyrinth3.php", "_new"); }
Symbol 134 Button
on (press) { getURL ("http://www.4funnies.com/free_game_tetris.php", "_new"); }
Symbol 138 Button
on (press) { getURL ("http://www.4funnies.com/free_game_mega_memory.php", "_new"); }
Symbol 142 Button
on (press) { getURL ("http://www.4funnies.com/free_game_snake.php", "_new"); }
Symbol 146 Button
on (press) { getURL ("http://www.4funnies.com/free_game_ping_pong.php", "_new"); }
Symbol 150 Button
on (press) { getURL ("http://www.4funnies.com/free_game_illusion_labyrinth2.php", "_new"); }
Symbol 154 Button
on (press) { getURL ("http://www.4funnies.com/free_game_illusion_labyrinth.php", "_new"); }
Symbol 158 Button
on (press) { getURL ("http://www.4funnies.com/free_game_breakdown.php", "_new"); }
Symbol 162 Button
on (press) { getURL ("http://www.4funnies.com/free_game_puzzle.php", "_new"); }
Symbol 166 Button
on (press) { getURL ("http://www.4funnies.com/free_game_lettermix.php", "_new"); }
Symbol 170 Button
on (press) { getURL ("http://www.4funnies.com/free_game_memory.php", "_new"); }
Symbol 174 Button
on (press) { getURL ("http://www.4funnies.com/free_game_ball_ball.php", "_new"); }
Symbol 178 Button
on (press) { getURL ("http://www.4funnies.com/free_game_guess_the_word.php", "_new"); }
Symbol 180 Button
on (release) { gotoAndStop (1); }
Symbol 181 MovieClip Frame 1
stop();
Symbol 197 MovieClip Frame 1
if (_root.level == 1) { gotoAndStop (1); } else if (_root.level == 2) { gotoAndStop (2); } else if (_root.level == 3) { gotoAndStop (3); } else if (_root.level == 4) { gotoAndStop (4); } else if (_root.level == 5) { gotoAndStop (5); } else if (_root.level == 6) { gotoAndStop (6); } else if (_root.level == 7) { gotoAndStop (7); } else if (_root.level == 8) { gotoAndStop (8); } else if (_root.level == 9) { gotoAndStop (9); } else if (_root.level == 10) { gotoAndStop (10); }
Symbol 201 MovieClip Frame 1
stop();
Symbol 201 MovieClip Frame 2
stop();
Instance of Symbol 201 MovieClip in Symbol 202 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.taal eq "NL") { tellTarget (this) { gotoAndStop ("NL"); }; } else if (_root.taal eq "GB") { tellTarget (this) { gotoAndStop ("GB"); }; } }
Instance of Symbol 212 MovieClip in Symbol 213 MovieClip Frame 1
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 45) { count = 0; n = -n; } }
Symbol 215 MovieClip Frame 145
gotoAndPlay (115);
Symbol 251 MovieClip Frame 50
stop();
Symbol 253 MovieClip Frame 17
gotoAndPlay (1);
Symbol 253 MovieClip Frame 18
_root.score = _root.score + 1000;
Symbol 256 MovieClip Frame 51
stop();
Symbol 257 MovieClip Frame 13
gotoAndPlay (1);
Symbol 257 MovieClip Frame 14
_root.lives++;
Symbol 258 MovieClip Frame 3
if ((_parent.jumping != true) and (!_root.falling)) { _root.tik.gotoAndPlay(2); _root.score++; }
Symbol 258 MovieClip Frame 10
if ((_parent.jumping != true) and (!_root.falling)) { _root.tik.gotoAndPlay(2); _root.score++; }
Symbol 258 MovieClip Frame 16
gotoAndPlay (1);
Symbol 261 MovieClip Frame 34
_root.lives--; if (_root.lives < 1) { _root.playGame = false; _root.gotoAndStop("gameover"); } else { _root.restart(); }
Symbol 264 MovieClip Frame 1
stop();
Symbol 266 MovieClip Frame 1
stop();
Symbol 267 MovieClip Frame 1
stop();
Symbol 269 MovieClip Frame 35
stop();
Instance of Symbol 212 MovieClip in Symbol 270 MovieClip Frame 1
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 45) { count = 0; n = -n; } }
Instance of Symbol 212 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 45) { count = 0; n = -n; } }
Instance of Symbol 212 MovieClip in Symbol 276 MovieClip Frame 1
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 45) { count = 0; n = -n; } }
Instance of Symbol 212 MovieClip in Symbol 277 MovieClip Frame 1
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 45) { count = 0; n = -n; } }
Instance of Symbol 212 MovieClip in Symbol 278 MovieClip Frame 1
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 90) { count = 0; n = -n; } }
Instance of Symbol 212 MovieClip in Symbol 278 MovieClip Frame 1
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 90) { count = 0; n = -n; } }
Instance of Symbol 212 MovieClip in Symbol 278 MovieClip Frame 1
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 90) { count = 0; n = -n; } }
Instance of Symbol 212 MovieClip in Symbol 279 MovieClip Frame 1
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 90) { count = 0; n = -n; } }
Instance of Symbol 212 MovieClip in Symbol 279 MovieClip Frame 1
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 90) { count = 0; n = -n; } }
Instance of Symbol 212 MovieClip in Symbol 281 MovieClip Frame 1
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 90) { count = 0; n = -n; } }
Instance of Symbol 212 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 90) { count = 0; n = -n; } }
Instance of Symbol 212 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 90) { count = 0; n = -n; } }
Instance of Symbol 212 MovieClip in Symbol 285 MovieClip Frame 1
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 60) { count = 0; n = -n; } }
Symbol 291 Button
on (press) { getURL ("http://www.leukz.nl", "_new"); }
Symbol 298 MovieClip Frame 1
stop();
Symbol 298 MovieClip Frame 2
stop();
Symbol 302 Button
on (release) { gotoAndPlay (1); }

Library Items

Symbol 1 BitmapUsed by:2 3 4 5 6 7
Symbol 2 GraphicUses:1Used by:24
Symbol 3 GraphicUses:1Used by:24
Symbol 4 GraphicUses:1Used by:24
Symbol 5 GraphicUses:1Used by:24
Symbol 6 GraphicUses:1Used by:24
Symbol 7 GraphicUses:1Used by:24
Symbol 8 BitmapUsed by:9
Symbol 9 GraphicUses:8Used by:24
Symbol 10 BitmapUsed by:11
Symbol 11 GraphicUses:10Used by:24
Symbol 12 BitmapUsed by:13
Symbol 13 GraphicUses:12Used by:24
Symbol 14 BitmapUsed by:15
Symbol 15 GraphicUses:14Used by:24
Symbol 16 BitmapUsed by:17
Symbol 17 GraphicUses:16Used by:24
Symbol 18 BitmapUsed by:19
Symbol 19 GraphicUses:18Used by:24
Symbol 20 BitmapUsed by:21
Symbol 21 GraphicUses:20Used by:24
Symbol 22 BitmapUsed by:23
Symbol 23 GraphicUses:22Used by:24
Symbol 24 MovieClip [background]Uses:2 3 4 5 6 7 9 11 13 15 17 19 21 23
Symbol 25 FontUsed by:26
Symbol 26 EditableTextUses:25Used by:27
Symbol 27 MovieClipUses:26Used by:Timeline
Symbol 28 GraphicUsed by:Timeline
Symbol 29 GraphicUsed by:32 286
Symbol 30 GraphicUsed by:31
Symbol 31 MovieClipUses:30Used by:32
Symbol 32 MovieClipUses:29 31Used by:Timeline
Symbol 33 GraphicUsed by:34 269
Symbol 34 MovieClipUses:33Used by:Timeline
Symbol 35 GraphicUsed by:Timeline
Symbol 36 GraphicUsed by:Timeline
Symbol 37 GraphicUsed by:40
Symbol 38 GraphicUsed by:40
Symbol 39 GraphicUsed by:40
Symbol 40 MovieClipUses:37 38 39Used by:197 257  Timeline
Symbol 41 GraphicUsed by:44 89 302
Symbol 42 FontUsed by:43 51 52 67 68 71 72 73 74 76 77 78 79 86 90 97 98 100 101 103 104 107 108 111 115 117 123 129 131 135 139 143 149 151 155 159 163 167 171 177 179 185 205 206 207 208 209 249 254 292 297 300 301
Symbol 43 EditableTextUses:42Used by:44
Symbol 44 ButtonUses:41 43Used by:Timeline
Symbol 45 FontUsed by:46 47 81 82
Symbol 46 EditableTextUses:45Used by:Timeline
Symbol 47 TextUses:45Used by:Timeline
Symbol 48 GraphicUsed by:49
Symbol 49 ButtonUses:48Used by:Timeline
Symbol 50 GraphicUsed by:69
Symbol 51 TextUses:42Used by:69
Symbol 52 TextUses:42Used by:69
Symbol 53 GraphicUsed by:56
Symbol 54 GraphicUsed by:56
Symbol 55 GraphicUsed by:56
Symbol 56 MovieClipUses:53 54 55Used by:69 258
Symbol 57 GraphicUsed by:65 69 215 218 219 222 224 228 284
Symbol 58 GraphicUsed by:69 215
Symbol 59 GraphicUsed by:63 219
Symbol 60 GraphicUsed by:62
Symbol 61 GraphicUsed by:62
Symbol 62 MovieClipUses:60 61Used by:63 219 221 228 274 284
Symbol 63 MovieClipUses:59 62Used by:69 218 224
Symbol 64 GraphicUsed by:65
Symbol 65 MovieClipUses:57 64Used by:69  Timeline
Symbol 66 GraphicUsed by:69
Symbol 67 TextUses:42Used by:69
Symbol 68 TextUses:42Used by:69
Symbol 69 MovieClipUses:50 51 52 56 57 58 63 65 66 67 68Used by:Timeline
Symbol 70 GraphicUsed by:80
Symbol 71 TextUses:42Used by:80
Symbol 72 TextUses:42Used by:80
Symbol 73 TextUses:42Used by:80
Symbol 74 TextUses:42Used by:80
Symbol 75 GraphicUsed by:80
Symbol 76 TextUses:42Used by:80
Symbol 77 TextUses:42Used by:80
Symbol 78 TextUses:42Used by:80
Symbol 79 TextUses:42Used by:80
Symbol 80 MovieClipUses:70 71 72 73 74 75 76 77 78 79Used by:Timeline
Symbol 81 TextUses:45Used by:83
Symbol 82 TextUses:45Used by:83
Symbol 83 MovieClipUses:81 82Used by:Timeline
Symbol 84 GraphicUsed by:87
Symbol 85 GraphicUsed by:87
Symbol 86 TextUses:42Used by:87
Symbol 87 ButtonUses:84 85 86Used by:Timeline
Symbol 88 GraphicUsed by:106
Symbol 89 ButtonUses:41Used by:106
Symbol 90 EditableTextUses:42Used by:106
Symbol 91 GraphicUsed by:93
Symbol 92 GraphicUsed by:93
Symbol 93 ButtonUses:91 92Used by:106
Symbol 94 GraphicUsed by:106
Symbol 95 FontUsed by:96
Symbol 96 TextUses:95Used by:106
Symbol 97 TextUses:42Used by:99
Symbol 98 TextUses:42Used by:99
Symbol 99 MovieClipUses:97 98Used by:106
Symbol 100 TextUses:42Used by:102
Symbol 101 TextUses:42Used by:102
Symbol 102 MovieClipUses:100 101Used by:106
Symbol 103 TextUses:42Used by:105
Symbol 104 TextUses:42Used by:105
Symbol 105 MovieClipUses:103 104Used by:106
Symbol 106 MovieClipUses:88 89 90 93 94 96 99 102 105Used by:Timeline
Symbol 107 EditableTextUses:42Used by:109
Symbol 108 EditableTextUses:42Used by:109
Symbol 109 MovieClipUses:107 108Used by:Timeline
Symbol 110 GraphicUsed by:112 180
Symbol 111 EditableTextUses:42Used by:112
Symbol 112 ButtonUses:110 111Used by:181
Symbol 113 GraphicUsed by:181
Symbol 114 GraphicUsed by:181
Symbol 115 EditableTextUses:42Used by:181
Symbol 116 GraphicUsed by:122 126 134 138 142 146 154 158 162 166 170 174
Symbol 117 TextUses:42Used by:122
Symbol 118 BitmapUsed by:119
Symbol 119 GraphicUses:118Used by:122
Symbol 120 GraphicUsed by:122 126 130 134 138 142 146 150 154 158 162 166 170 174 178
Symbol 121 GraphicUsed by:122 126 130 134 138 142 146 150 154 158 162 166 170 174 178
Symbol 122 ButtonUses:116 117 119 120 121Used by:181
Symbol 123 TextUses:42Used by:126
Symbol 124 BitmapUsed by:125
Symbol 125 GraphicUses:124Used by:126
Symbol 126 ButtonUses:116 123 125 120 121Used by:181
Symbol 127 BitmapUsed by:128
Symbol 128 GraphicUses:127Used by:130
Symbol 129 TextUses:42Used by:130
Symbol 130 ButtonUses:128 129 120 121Used by:181
Symbol 131 TextUses:42Used by:134
Symbol 132 BitmapUsed by:133
Symbol 133 GraphicUses:132Used by:134
Symbol 134 ButtonUses:116 131 133 120 121Used by:181
Symbol 135 TextUses:42Used by:138
Symbol 136 BitmapUsed by:137
Symbol 137 GraphicUses:136Used by:138
Symbol 138 ButtonUses:116 135 137 120 121Used by:181
Symbol 139 TextUses:42Used by:142
Symbol 140 BitmapUsed by:141
Symbol 141 GraphicUses:140Used by:142
Symbol 142 ButtonUses:116 139 141 120 121Used by:181
Symbol 143 TextUses:42Used by:146
Symbol 144 BitmapUsed by:145
Symbol 145 GraphicUses:144Used by:146
Symbol 146 ButtonUses:116 143 145 120 121Used by:181
Symbol 147 BitmapUsed by:148
Symbol 148 GraphicUses:147Used by:150
Symbol 149 TextUses:42Used by:150
Symbol 150 ButtonUses:148 149 120 121Used by:181
Symbol 151 TextUses:42Used by:154
Symbol 152 BitmapUsed by:153
Symbol 153 GraphicUses:152Used by:154
Symbol 154 ButtonUses:116 151 153 120 121Used by:181
Symbol 155 TextUses:42Used by:158
Symbol 156 BitmapUsed by:157
Symbol 157 GraphicUses:156Used by:158
Symbol 158 ButtonUses:116 155 157 120 121Used by:181
Symbol 159 TextUses:42Used by:162
Symbol 160 BitmapUsed by:161
Symbol 161 GraphicUses:160Used by:162
Symbol 162 ButtonUses:116 159 161 120 121Used by:181
Symbol 163 TextUses:42Used by:166
Symbol 164 BitmapUsed by:165
Symbol 165 GraphicUses:164Used by:166
Symbol 166 ButtonUses:116 163 165 120 121Used by:181
Symbol 167 TextUses:42Used by:170
Symbol 168 BitmapUsed by:169
Symbol 169 GraphicUses:168Used by:170
Symbol 170 ButtonUses:116 167 169 120 121Used by:181
Symbol 171 TextUses:42Used by:174
Symbol 172 BitmapUsed by:173
Symbol 173 GraphicUses:172Used by:174
Symbol 174 ButtonUses:116 171 173 120 121Used by:181
Symbol 175 BitmapUsed by:176
Symbol 176 GraphicUses:175Used by:178
Symbol 177 TextUses:42Used by:178
Symbol 178 ButtonUses:176 120 177 121Used by:181
Symbol 179 EditableTextUses:42Used by:180
Symbol 180 ButtonUses:110 179Used by:181
Symbol 181 MovieClipUses:112 113 114 115 122 126 130 134 138 142 146 150 154 158 162 166 170 174 178 180Used by:Timeline
Symbol 182 SoundUsed by:Timeline
Symbol 183 GraphicUsed by:184
Symbol 184 MovieClipUses:183Used by:Timeline
Symbol 185 EditableTextUses:42Used by:Timeline
Symbol 186 GraphicUsed by:202
Symbol 187 GraphicUsed by:197
Symbol 188 GraphicUsed by:197
Symbol 189 GraphicUsed by:197
Symbol 190 GraphicUsed by:197
Symbol 191 GraphicUsed by:197
Symbol 192 GraphicUsed by:197
Symbol 193 GraphicUsed by:197
Symbol 194 GraphicUsed by:197
Symbol 195 GraphicUsed by:197
Symbol 196 GraphicUsed by:197
Symbol 197 MovieClipUses:187 40 188 189 190 191 192 193 194 195 196Used by:202
Symbol 198 FontUsed by:199 200
Symbol 199 TextUses:198Used by:201
Symbol 200 TextUses:198Used by:201
Symbol 201 MovieClipUses:199 200Used by:202
Symbol 202 MovieClipUses:186 197 201Used by:Timeline
Symbol 203 SoundUsed by:Timeline
Symbol 204 GraphicUsed by:Timeline
Symbol 205 EditableTextUses:42Used by:Timeline
Symbol 206 EditableTextUses:42Used by:Timeline
Symbol 207 EditableTextUses:42Used by:Timeline
Symbol 208 EditableTextUses:42Used by:Timeline
Symbol 209 EditableTextUses:42Used by:Timeline
Symbol 210 GraphicUsed by:211 280
Symbol 211 MovieClipUses:210Used by:212 213 270 275 276 277 278 279 281 282 285 287
Symbol 212 MovieClipUses:211Used by:213 270 275 276 277 278 279 281 282 285
Symbol 213 MovieClipUses:211 212Used by:Timeline
Symbol 214 SoundUsed by:215
Symbol 215 MovieClipUses:57 58 214Used by:Timeline
Symbol 216 GraphicUsed by:217
Symbol 217 MovieClipUses:216Used by:Timeline
Symbol 218 MovieClipUses:57 63Used by:Timeline
Symbol 219 MovieClipUses:57 59 62Used by:Timeline
Symbol 220 GraphicUsed by:221
Symbol 221 MovieClipUses:220 62Used by:222 223
Symbol 222 MovieClipUses:57 221Used by:Timeline
Symbol 223 MovieClipUses:221Used by:Timeline
Symbol 224 MovieClipUses:57 63Used by:Timeline
Symbol 225 GraphicUsed by:228 284
Symbol 226 GraphicUsed by:228 284
Symbol 227 GraphicUsed by:228
Symbol 228 MovieClipUses:57 225 62 226 227Used by:Timeline
Symbol 229 GraphicUsed by:232
Symbol 230 GraphicUsed by:232
Symbol 231 GraphicUsed by:232
Symbol 232 MovieClipUses:229 230 231Used by:Timeline
Symbol 233 BitmapUsed by:234
Symbol 234 GraphicUses:233Used by:253
Symbol 235 BitmapUsed by:236
Symbol 236 GraphicUses:235Used by:253
Symbol 237 BitmapUsed by:238
Symbol 238 GraphicUses:237Used by:253
Symbol 239 BitmapUsed by:240
Symbol 240 GraphicUses:239Used by:253
Symbol 241 BitmapUsed by:242
Symbol 242 GraphicUses:241Used by:253
Symbol 243 BitmapUsed by:244
Symbol 244 GraphicUses:243Used by:253
Symbol 245 BitmapUsed by:246
Symbol 246 GraphicUses:245Used by:253
Symbol 247 BitmapUsed by:248
Symbol 248 GraphicUses:247Used by:253
Symbol 249 TextUses:42Used by:250
Symbol 250 MovieClipUses:249Used by:251
Symbol 251 MovieClipUses:250Used by:253
Symbol 252 SoundUsed by:253
Symbol 253 MovieClipUses:234 236 238 240 242 244 246 248 251 252Used by:Timeline
Symbol 254 TextUses:42Used by:255
Symbol 255 MovieClipUses:254Used by:256
Symbol 256 MovieClipUses:255Used by:257
Symbol 257 MovieClipUses:40 256Used by:Timeline
Symbol 258 MovieClipUses:56Used by:262
Symbol 259 GraphicUsed by:261
Symbol 260 SoundUsed by:261
Symbol 261 MovieClipUses:259 260Used by:262
Symbol 262 MovieClipUses:258 261Used by:Timeline
Symbol 263 SoundUsed by:264
Symbol 264 MovieClipUses:263Used by:Timeline
Symbol 265 SoundUsed by:266
Symbol 266 MovieClipUses:265Used by:Timeline
Symbol 267 MovieClipUsed by:Timeline
Symbol 268 SoundUsed by:269
Symbol 269 MovieClipUses:33 268Used by:Timeline
Symbol 270 MovieClipUses:212 211Used by:Timeline
Symbol 271 GraphicUsed by:272
Symbol 272 MovieClipUses:271Used by:274
Symbol 273 GraphicUsed by:274
Symbol 274 MovieClipUses:272 273 62Used by:Timeline
Symbol 275 MovieClipUses:212 211Used by:Timeline
Symbol 276 MovieClipUses:212 211Used by:Timeline
Symbol 277 MovieClipUses:212 211Used by:Timeline
Symbol 278 MovieClipUses:212 211Used by:Timeline
Symbol 279 MovieClipUses:211 212Used by:Timeline
Symbol 280 MovieClipUses:210Used by:281 282 285
Symbol 281 MovieClipUses:211 212 280Used by:Timeline
Symbol 282 MovieClipUses:211 212 280Used by:Timeline
Symbol 283 GraphicUsed by:284
Symbol 284 MovieClipUses:57 225 62 226 283Used by:Timeline
Symbol 285 MovieClipUses:212 280 211Used by:Timeline
Symbol 286 MovieClipUses:29Used by:Timeline
Symbol 287 MovieClipUses:211Used by:Timeline
Symbol 288 GraphicUsed by:298
Symbol 289 GraphicUsed by:298
Symbol 290 GraphicUsed by:291
Symbol 291 ButtonUses:290Used by:298
Symbol 292 TextUses:42Used by:298
Symbol 293 GraphicUsed by:298
Symbol 294 FontUsed by:295
Symbol 295 TextUses:294Used by:298
Symbol 296 GraphicUsed by:298
Symbol 297 TextUses:42Used by:298
Symbol 298 MovieClipUses:288 289 291 292 293 295 296 297Used by:Timeline
Symbol 299 SoundUsed by:Timeline
Symbol 300 TextUses:42Used by:Timeline
Symbol 301 EditableTextUses:42Used by:302
Symbol 302 ButtonUses:41 301Used by:Timeline

Instance Names

"speldoel"Frame 2Symbol 69 MovieClip
"nieuwelevels"Frame 2Symbol 106 MovieClip
"map"Frame 4Symbol 213 MovieClip
"c2"Frame 4Symbol 253 MovieClip
"l3"Frame 4Symbol 257 MovieClip
"hero"Frame 4Symbol 262 MovieClip
"tik"Frame 4Symbol 264 MovieClip
"bounceSnd"Frame 4Symbol 266 MovieClip
"grond"Frame 4Symbol 267 MovieClip
"map"Frame 5Symbol 270 MovieClip
"map"Frame 6Symbol 275 MovieClip
"map"Frame 7Symbol 276 MovieClip
"c2"Frame 7Symbol 253 MovieClip
"l3"Frame 7Symbol 257 MovieClip
"map"Frame 8Symbol 277 MovieClip
"map"Frame 9Symbol 278 MovieClip
"map"Frame 10Symbol 279 MovieClip
"c2"Frame 10Symbol 253 MovieClip
"l3"Frame 10Symbol 257 MovieClip
"map"Frame 11Symbol 281 MovieClip
"map"Frame 12Symbol 282 MovieClip
"map"Frame 13Symbol 285 MovieClip
"c2"Frame 13Symbol 253 MovieClip
"l3"Frame 13Symbol 257 MovieClip
"map"Frame 20Symbol 287 MovieClip
"heroClip"Symbol 262 MovieClip Frame 1Symbol 258 MovieClip
"death"Symbol 262 MovieClip Frame 3Symbol 261 MovieClip

Special Tags

Protect (24)Timeline Frame 10 bytes ""
ExportAssets (56)Timeline Frame 1Symbol 24 as "background"

Labels

"map"Frame 3
"level1"Frame 4
"level2"Frame 5
"level3"Frame 6
"level4"Frame 7
"level5"Frame 8
"level6"Frame 9
"level7"Frame 10
"level8"Frame 11
"level9"Frame 12
"level10"Frame 13
"einde"Frame 20
"gameover"Frame 25
"NL"Symbol 69 MovieClip Frame 1
"GB"Symbol 69 MovieClip Frame 2
"NL"Symbol 80 MovieClip Frame 1
"GB"Symbol 80 MovieClip Frame 2
"NL"Symbol 83 MovieClip Frame 1
"GB"Symbol 83 MovieClip Frame 2
"NL"Symbol 99 MovieClip Frame 1
"GB"Symbol 99 MovieClip Frame 2
"NL"Symbol 102 MovieClip Frame 1
"GB"Symbol 102 MovieClip Frame 2
"NL"Symbol 105 MovieClip Frame 1
"GB"Symbol 105 MovieClip Frame 2
"NL"Symbol 109 MovieClip Frame 1
"GB"Symbol 109 MovieClip Frame 2
"NL"Symbol 201 MovieClip Frame 1
"GB"Symbol 201 MovieClip Frame 2
"NL"Symbol 298 MovieClip Frame 1
"GB"Symbol 298 MovieClip Frame 2

Dynamic Text Variables

textSymbol 26 EditableText""
versieSymbol 46 EditableText"versie 1.3"
levelsemailSymbol 90 EditableText""
starttellerSymbol 185 EditableText"0"
livesSymbol 206 EditableText""
levelSymbol 207 EditableText""
scoreSymbol 208 EditableText""




http://swfchan.com/6/25561/info.shtml
Created: 23/5 -2019 14:17:26 Last modified: 23/5 -2019 14:17:26 Server time: 14/05 -2024 03:20:03