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

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

gyroball.swf

This is the info page for
Flash #11797

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


Text
Play

Play More Games

Get Game by Email

Download Gyroball

GYR   ball

present

Music off

Music on

0

Level

0

Score

Time left

60

Level done

0

Level     completed

Total score

0

Time bonus

0

Gyroball bonus

0

Game Over

Game Over

Total score

0

0123456789

LOADING HIGHSCORES...

MINICLIP.COM HIGHSCORE COMPONENT v1.24

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

scoreLocation
gamename
saveScore
scoreIsTime
scoreReversed

The absolute path to the
score variable.
Game identifier.
Set to false to only show
the scores and not save score.
Score is based on time -
'00m23s45ms' should be
sent as '2345' (number mustn't
start with a zero).
Score is sorted descending,
time is sorted ascending.

DAILY

WEEKLY

MONTHLY

THE HIGHSCORES ARE EXCLUSIVELY
AVAILABLE ON MINICLIP.COM

PLAY THIS GAME WITH HIGHSCORES!

PLAY THIS GAME WITH HIGHSCORES!

HIGHSCORES

Back

ActionScript [AS1/AS2]

Frame 1
function steuerung() { if (Key.isDown(40)) { ball.ymove = ball.ymove + ball.speed; } if (Key.isDown(37)) { ball.xmove = ball.xmove + ((-ball.speed) * 1.8); } if (Key.isDown(39)) { ball.xmove = ball.xmove + (ball.speed * 1.8); } if (Key.isDown(38)) { ball.ymove = ball.ymove + (-ball.speed); } if (Key.isDown(32)) { } } function ballmover() { if (!levelDone) { _root.Ball.xmove = int((_root.Ball.xmove / 1.01) * 100) / 100; _root.Ball.ymove = int((_root.Ball.ymove / 1.01) * 100) / 100; } } function moveDownRight() { _root.Ball.xmove = _root.Ball.xmove + 0.1; _root.Ball.ymove = _root.Ball.ymove + 0.14; } function moveDownLeft() { _root.Ball.xmove = _root.Ball.xmove - 0.1; _root.Ball.ymove = _root.Ball.ymove + 0.11; } function ballAway() { if (((!_root.falling) && (!_root.levelDone)) && (!_root.gameOver)) { _root.ball._visible = false; _root.ball.stop(); attachMovie("mcFall", "mcFall", 2); mcFall._x = Ball._x; mcFall._y = Ball._y; _root.falling = true; loseLife(); _root.ball.play(); } } function ball_sprung() { Ball.sprungzaehler--; Ball.Kugel._y = Ball.Kugel._y - (Math.sin(ball.sprung) * 10); Ball.sprung = Ball.sprung + 0.2; } function platten() { _root.ball_stuck = 0; _root.sprung_ausgefuehrt = 0; } function ende() { if (!_root.gameOver) { ergebnis.gotoAndPlay("loser"); _root.gameOver = true; } } function hiScore() { gotoAndStop (10); } function loseLife() { if (1 < totalLives) { mcLives.gotoAndStop(totalLives); totalLives--; } else { totalLives = 0; mcLives.gotoAndStop(1); ende(); } } globalsound = new Sound(); sndMenu = new Sound(); sndMenu.attachSound("sndMenu"); sndIngame = new Sound(); sndIngame.attachSound("sndIngame"); sndMenu.stop("sndMenu"); sndIngame.stop("sndIngame"); sndMenu.start(0, 999999); _root.gameOver = false; totalLives = 5; Ball.Kugel.xgroesse = Ball.Kugel.dank._width; Ball.Kugel.ygroesse = Ball.Kugel.dank._height; Ball.Kugel.xpos = Ball.Kugel.dank._x; Ball.Kugel.ypos = Ball.Kugel.dank._y; _quality = "HIGH"; stop();
Frame 2
sndIngame.start(0, 99999); sndMenu.stop("sndMenu"); _root.levelDone = false; _root.currentLevel = 1; _root.ergebnis.moment = getTimer(); _root.ergebnis.timer = 0; Ball.sprung = 0; Ball.Kugel.xgroesse = Ball.Kugel._width; Ball.Kugel.ygroesse = Ball.Kugel._height; Ball.Kugel.xpos = Ball.Kugel._x; Ball.Kugel.ypos = Ball.Kugel._y; punkte = 0; stop();
Instance of Symbol 44 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 48 MovieClip in Frame 2
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 48 MovieClip in Frame 2
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 52 MovieClip in Frame 2
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true)) { _root.platten(); } }
Instance of Symbol 56 MovieClip in Frame 2
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true)) { _root.moveDownRight(); _root.platten(); } }
Instance of Symbol 52 MovieClip in Frame 2
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 56 MovieClip in Frame 2
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true)) { _root.moveDownRight(); _root.platten(); } }
Instance of Symbol 52 MovieClip in Frame 2
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true)) { _root.platten(); } }
Instance of Symbol 52 MovieClip in Frame 2
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 60 MovieClip in Frame 2
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true)) { _root.moveDownLeft(); _root.platten(); } }
Instance of Symbol 44 MovieClip in Frame 2
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true)) { _root.platten(); } }
Instance of Symbol 64 MovieClip "sdfgdfg" in Frame 2
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true)) { _root.moveDownRight(); _root.platten(); } }
Instance of Symbol 52 MovieClip in Frame 2
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 44 MovieClip in Frame 2
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 80 MovieClip in Frame 2
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) && (!_root.levelDone)) { _root.platten(); _root.ball._visible = 0; _root.ball.gotoAndPlay("done"); play(); } }
Instance of Symbol 83 MovieClip "ball" in Frame 2
onClipEvent (load) { speed = 0.15; _root.ball_stuck = 0; _root.ball_startx = this._x; _root.ball_starty = this._y; } onClipEvent (enterFrame) { _root.steuerung(); if (_root.ball_stuck == "1") { _root.ballAway(); } _root.ball_stuck = 1; this._x = this._x + xmove; this._y = this._y + ymove; _root.ballmover(); if (0 < sprungzaehler) { _root.ball_sprung(); } else { sprung = 0; } }
Instance of Symbol 113 MovieClip "ergebnis" in Frame 2
onClipEvent (load) { _parent.txtLevel = _root.currentLevel; } onClipEvent (enterFrame) { if (!_root.levelDone) { timer = int(60 - ((getTimer() - moment) / 1000)); txtTimer = timer; if (timer < 1) { _root.totalLives = 0; _root.ballAway(); } else if (timer == 5) { mcTimerBg.play(); } } }
Instance of Symbol 121 MovieClip "mcLives" in Frame 2
onClipEvent (load) { this.gotoAndStop(_root.totalLives + 1); }
Instance of Symbol 40 MovieClip in Frame 2
onClipEvent (load) { if (_parent.soundIsOff) { gotoAndPlay (3); } }
Frame 3
_root.levelDone = false; _root.ergebnis.moment = getTimer(); _root.ergebnis.timer = 0; _root.currentLevel = 2; stop();
Instance of Symbol 124 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); _root.ball.xmove = _root.ball.xmove + 1; _root.ball.ymove = _root.ball.ymove - 1; } }
Instance of Symbol 44 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.Ball._x, _root.Ball._y, true)) { _root.platten(); } }
Instance of Symbol 128 MovieClip in Frame 3
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true)) { _root.moveDownLeft(); _root.platten(); } }
Instance of Symbol 48 MovieClip in Frame 3
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 48 MovieClip in Frame 3
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 48 MovieClip in Frame 3
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 60 MovieClip in Frame 3
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true)) { _root.moveDownLeft(); _root.platten(); } }
Instance of Symbol 52 MovieClip in Frame 3
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 48 MovieClip in Frame 3
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 60 MovieClip in Frame 3
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true)) { _root.moveDownLeft(); _root.platten(); } }
Instance of Symbol 60 MovieClip in Frame 3
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true)) { _root.moveDownLeft(); _root.platten(); } }
Instance of Symbol 48 MovieClip in Frame 3
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 60 MovieClip in Frame 3
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true)) { _root.moveDownLeft(); _root.platten(); } }
Instance of Symbol 48 MovieClip in Frame 3
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 48 MovieClip in Frame 3
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 52 MovieClip in Frame 3
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 80 MovieClip in Frame 3
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) && (!_root.levelDone)) { _root.platten(); _root.ball._visible = 0; _root.ball.gotoAndPlay("done"); play(); } }
Instance of Symbol 83 MovieClip "Ball" in Frame 3
onClipEvent (load) { speed = 0.15; _root.ball_stuck = 0; _root.ball_startx = this._x; _root.ball_starty = this._y; } onClipEvent (enterFrame) { _root.steuerung(); if (_root.ball_stuck == "1") { _root.ballAway(); } _root.ball_stuck = 1; this._x = this._x + xmove; this._y = this._y + ymove; _root.ballmover(); if (0 < sprungzaehler) { _root.ball_sprung(); } else { sprung = 0; } }
Instance of Symbol 113 MovieClip "ergebnis" in Frame 3
onClipEvent (load) { _parent.txtLevel = _root.currentLevel; } onClipEvent (enterFrame) { if (!_root.levelDone) { timer = int(60 - ((getTimer() - moment) / 1000)); txtTimer = timer; if (timer < 1) { _root.totalLives = 0; _root.ballAway(); } else if (timer == 5) { mcTimerBg.play(); } } }
Instance of Symbol 121 MovieClip "mcLives" in Frame 3
onClipEvent (load) { this.gotoAndStop(_root.totalLives + 1); }
Instance of Symbol 40 MovieClip in Frame 3
onClipEvent (load) { if (_parent.soundIsOff) { gotoAndPlay (4); } }
Frame 4
_root.levelDone = false; _root.ergebnis.moment = getTimer(); _root.ergebnis.timer = 0; _root.currentLevel = 3; stop();
Instance of Symbol 80 MovieClip in Frame 4
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) && (!_root.levelDone)) { _root.platten(); _root.ball._visible = 0; _root.ball.gotoAndPlay("done"); play(); } }
Instance of Symbol 83 MovieClip "Ball" in Frame 4
onClipEvent (load) { speed = 0.15; _root.ball_stuck = 0; _root.ball_startx = this._x; _root.ball_starty = this._y; } onClipEvent (enterFrame) { _root.steuerung(); if (_root.ball_stuck == "1") { _root.ballAway(); } _root.ball_stuck = 1; this._x = this._x + xmove; this._y = this._y + ymove; _root.ballmover(); if (0 < sprungzaehler) { _root.ball_sprung(); } else { sprung = 0; } }
Instance of Symbol 113 MovieClip "ergebnis" in Frame 4
onClipEvent (load) { _parent.txtLevel = _root.currentLevel; } onClipEvent (enterFrame) { if (!_root.levelDone) { timer = int(60 - ((getTimer() - moment) / 1000)); txtTimer = timer; if (timer < 1) { _root.totalLives = 0; _root.ballAway(); } else if (timer == 5) { mcTimerBg.play(); } } }
Instance of Symbol 121 MovieClip "mcLives" in Frame 4
onClipEvent (load) { this.gotoAndStop(_root.totalLives + 1); }
Instance of Symbol 40 MovieClip in Frame 4
onClipEvent (load) { if (_parent.soundIsOff) { gotoAndPlay (5); } }
Frame 5
_root.levelDone = false; _root.currentLevel = 4; _root.ergebnis.moment = getTimer(); _root.ergebnis.timer = 0; stop();
Instance of Symbol 44 MovieClip in Frame 5
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true)) { _root.platten(); } }
Instance of Symbol 48 MovieClip in Frame 5
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 48 MovieClip in Frame 5
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 133 MovieClip in Frame 5
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); if (this._x < _root.ball._x) { _root.ball.xmove = _root.ball.xmove + 0.2; } if (_root.ball._x < this._x) { _root.ball.xmove = _root.ball.xmove - 0.2; } if (this._y < _root.ball._y) { _root.ball.ymove = _root.ball.ymove + 0.2; } if (_root.ball._y < this._y) { _root.ball.ymove = _root.ball.ymove - 0.2; } } }
Instance of Symbol 133 MovieClip in Frame 5
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); if (this._x < _root.ball._x) { _root.ball.xmove = _root.ball.xmove + 0.2; } if (_root.ball._x < this._x) { _root.ball.xmove = _root.ball.xmove - 0.2; } if (this._y < _root.ball._y) { _root.ball.ymove = _root.ball.ymove + 0.2; } if (_root.ball._y < this._y) { _root.ball.ymove = _root.ball.ymove - 0.2; } } }
Instance of Symbol 133 MovieClip in Frame 5
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); if (this._x < _root.ball._x) { _root.ball.xmove = _root.ball.xmove + 0.2; } if (_root.ball._x < this._x) { _root.ball.xmove = _root.ball.xmove - 0.2; } if (this._y < _root.ball._y) { _root.ball.ymove = _root.ball.ymove + 0.2; } if (_root.ball._y < this._y) { _root.ball.ymove = _root.ball.ymove - 0.2; } } }
Instance of Symbol 133 MovieClip in Frame 5
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); if (this._x < _root.ball._x) { _root.ball.xmove = _root.ball.xmove + 0.2; } if (_root.ball._x < this._x) { _root.ball.xmove = _root.ball.xmove - 0.2; } if (this._y < _root.ball._y) { _root.ball.ymove = _root.ball.ymove + 0.2; } if (_root.ball._y < this._y) { _root.ball.ymove = _root.ball.ymove - 0.2; } } }
Instance of Symbol 48 MovieClip in Frame 5
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 141 MovieClip in Frame 5
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); _root.ball.xmove = _root.ball.xmove + 1; _root.ball.ymove = _root.ball.ymove + 1; } }
Instance of Symbol 146 MovieClip in Frame 5
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true)) { _root.moveDownRight(); _root.platten(); } }
Instance of Symbol 146 MovieClip in Frame 5
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true)) { _root.moveDownRight(); _root.platten(); } }
Instance of Symbol 149 MovieClip in Frame 5
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); _root.ball.xmove = _root.ball.xmove - 1; _root.ball.ymove = _root.ball.ymove - 1; } }
Instance of Symbol 48 MovieClip in Frame 5
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 141 MovieClip in Frame 5
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); _root.ball.xmove = _root.ball.xmove + 1; _root.ball.ymove = _root.ball.ymove + 1; } }
Instance of Symbol 48 MovieClip in Frame 5
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 48 MovieClip in Frame 5
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 48 MovieClip in Frame 5
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 52 MovieClip in Frame 5
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 149 MovieClip in Frame 5
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); _root.ball.xmove = _root.ball.xmove - 1; _root.ball.ymove = _root.ball.ymove - 1; } }
Instance of Symbol 52 MovieClip in Frame 5
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 52 MovieClip in Frame 5
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 44 MovieClip in Frame 5
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true)) { _root.platten(); } }
Instance of Symbol 80 MovieClip in Frame 5
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) && (!_root.levelDone)) { _root.platten(); _root.ball._visible = 0; _root.ball.gotoAndPlay("done"); play(); } }
Instance of Symbol 83 MovieClip "Ball" in Frame 5
onClipEvent (load) { speed = 0.15; _root.ball_stuck = 0; _root.ball_startx = this._x; _root.ball_starty = this._y; } onClipEvent (enterFrame) { _root.steuerung(); if (_root.ball_stuck == "1") { _root.ballAway(); } _root.ball_stuck = 1; this._x = this._x + xmove; this._y = this._y + ymove; _root.ballmover(); if (0 < sprungzaehler) { _root.ball_sprung(); } else { sprung = 0; } }
Instance of Symbol 113 MovieClip "ergebnis" in Frame 5
onClipEvent (load) { _parent.txtLevel = _root.currentLevel; } onClipEvent (enterFrame) { if (!_root.levelDone) { timer = int(60 - ((getTimer() - moment) / 1000)); txtTimer = timer; if (timer < 1) { _root.totalLives = 0; _root.ballAway(); } else if (timer == 5) { mcTimerBg.play(); } } }
Instance of Symbol 121 MovieClip "mcLives" in Frame 5
onClipEvent (load) { this.gotoAndStop(_root.totalLives + 1); }
Instance of Symbol 40 MovieClip in Frame 5
onClipEvent (load) { if (_parent.soundIsOff) { gotoAndPlay (6); } }
Frame 6
_root.levelDone = false; _root.currentLevel = 5; _root.ergebnis.moment = getTimer(); _root.ergebnis.timer = 0; Ball.sprung = 0; Ball.Kugel.xgroesse = Ball.Kugel._width; Ball.Kugel.ygroesse = Ball.Kugel._height; Ball.Kugel.xpos = Ball.Kugel._x; Ball.Kugel.ypos = Ball.Kugel._y; stop();
Instance of Symbol 149 MovieClip in Frame 6
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); _root.ball.xmove = _root.ball.xmove - 1; _root.ball.ymove = _root.ball.ymove - 1; } }
Instance of Symbol 152 MovieClip in Frame 6
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); _root.ball.xmove = _root.ball.xmove + 2; _root.ball.ymove = _root.ball.ymove + 1; } }
Instance of Symbol 152 MovieClip in Frame 6
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); _root.ball.xmove = _root.ball.xmove + 2; _root.ball.ymove = _root.ball.ymove + 1; } }
Instance of Symbol 152 MovieClip in Frame 6
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); _root.ball.xmove = _root.ball.xmove + 2; _root.ball.ymove = _root.ball.ymove + 1; } }
Instance of Symbol 52 MovieClip in Frame 6
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 133 MovieClip in Frame 6
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); if (this._x < _root.ball._x) { _root.ball.xmove = _root.ball.xmove + 0.2; } if (_root.ball._x < this._x) { _root.ball.xmove = _root.ball.xmove - 0.2; } if (this._y < _root.ball._y) { _root.ball.ymove = _root.ball.ymove + 0.2; } if (_root.ball._y < this._y) { _root.ball.ymove = _root.ball.ymove - 0.2; } } }
Instance of Symbol 52 MovieClip in Frame 6
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 136 MovieClip in Frame 6
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); _root.ball.xmove = _root.ball.xmove - 2; _root.ball.ymove = _root.ball.ymove - 1; } }
Instance of Symbol 136 MovieClip in Frame 6
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); _root.ball.xmove = _root.ball.xmove - 2; _root.ball.ymove = _root.ball.ymove - 1; } }
Instance of Symbol 136 MovieClip in Frame 6
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); _root.ball.xmove = _root.ball.xmove - 2; _root.ball.ymove = _root.ball.ymove - 1; } }
Instance of Symbol 155 MovieClip in Frame 6
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true)) { _root.moveDownLeft(); _root.platten(); } }
Instance of Symbol 52 MovieClip in Frame 6
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 52 MovieClip in Frame 6
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 56 MovieClip in Frame 6
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true)) { _root.moveDownRight(); _root.platten(); } }
Instance of Symbol 56 MovieClip in Frame 6
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true)) { _root.moveDownRight(); _root.platten(); } }
Instance of Symbol 56 MovieClip in Frame 6
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true)) { _root.moveDownRight(); _root.platten(); } }
Instance of Symbol 52 MovieClip in Frame 6
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 60 MovieClip in Frame 6
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true)) { _root.moveDownLeft(); _root.platten(); } }
Instance of Symbol 52 MovieClip in Frame 6
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 48 MovieClip in Frame 6
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 158 MovieClip in Frame 6
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); if (this._x < _root.ball._x) { _root.ball.xmove = _root.ball.xmove - 0.2; } if (_root.ball._x < this._x) { _root.ball.xmove = _root.ball.xmove + 0.2; } if (this._y < _root.ball._y) { _root.ball.ymove = _root.ball.ymove - 0.2; } if (_root.ball._y < this._y) { _root.ball.ymove = _root.ball.ymove + 0.2; } } }
Instance of Symbol 52 MovieClip in Frame 6
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 48 MovieClip in Frame 6
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 52 MovieClip in Frame 6
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 52 MovieClip in Frame 6
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 52 MovieClip in Frame 6
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 52 MovieClip in Frame 6
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 158 MovieClip in Frame 6
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); if (this._x < _root.ball._x) { _root.ball.xmove = _root.ball.xmove - 0.2; } if (_root.ball._x < this._x) { _root.ball.xmove = _root.ball.xmove + 0.2; } if (this._y < _root.ball._y) { _root.ball.ymove = _root.ball.ymove - 0.2; } if (_root.ball._y < this._y) { _root.ball.ymove = _root.ball.ymove + 0.2; } } }
Instance of Symbol 52 MovieClip in Frame 6
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 163 MovieClip in Frame 6
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 48 MovieClip in Frame 6
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 48 MovieClip in Frame 6
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 48 MovieClip in Frame 6
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 80 MovieClip in Frame 6
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) && (!_root.levelDone)) { _root.platten(); _root.ball._visible = 0; _root.ball.gotoAndPlay("done"); play(); } }
Instance of Symbol 83 MovieClip "Ball" in Frame 6
onClipEvent (load) { speed = 0.15; _root.ball_stuck = 0; _root.ball_startx = this._x; _root.ball_starty = this._y; } onClipEvent (enterFrame) { _root.steuerung(); if (_root.ball_stuck == "1") { _root.ballAway(); } _root.ball_stuck = 1; this._x = this._x + xmove; this._y = this._y + ymove; _root.ballmover(); if (0 < sprungzaehler) { _root.ball_sprung(); } else { sprung = 0; } }
Instance of Symbol 113 MovieClip "ergebnis" in Frame 6
onClipEvent (load) { _parent.txtLevel = _root.currentLevel; } onClipEvent (enterFrame) { if (!_root.levelDone) { timer = int(60 - ((getTimer() - moment) / 1000)); txtTimer = timer; if (timer < 1) { _root.totalLives = 0; _root.ballAway(); } else if (timer == 5) { mcTimerBg.play(); } } }
Instance of Symbol 121 MovieClip "mcLives" in Frame 6
onClipEvent (load) { this.gotoAndStop(_root.totalLives + 1); }
Instance of Symbol 40 MovieClip in Frame 6
onClipEvent (load) { if (_parent.soundIsOff) { gotoAndPlay (7); } }
Frame 7
_root.levelDone = false; _root.currentLevel = 6; _root.ergebnis.moment = getTimer(); _root.ergebnis.timer = 0; stop();
Instance of Symbol 52 MovieClip in Frame 7
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 168 MovieClip in Frame 7
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true)) { _root.moveDownRight(); _root.platten(); } }
Instance of Symbol 52 MovieClip in Frame 7
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 52 MovieClip in Frame 7
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 133 MovieClip in Frame 7
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); if (this._x < _root.ball._x) { _root.ball.xmove = _root.ball.xmove + 0.2; } if (_root.ball._x < this._x) { _root.ball.xmove = _root.ball.xmove - 0.2; } if (this._y < _root.ball._y) { _root.ball.ymove = _root.ball.ymove + 0.2; } if (_root.ball._y < this._y) { _root.ball.ymove = _root.ball.ymove - 0.2; } } }
Instance of Symbol 52 MovieClip in Frame 7
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 52 MovieClip in Frame 7
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 56 MovieClip in Frame 7
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true)) { _root.moveDownRight(); _root.platten(); } }
Instance of Symbol 146 MovieClip in Frame 7
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true)) { _root.moveDownRight(); _root.platten(); } }
Instance of Symbol 48 MovieClip in Frame 7
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 48 MovieClip in Frame 7
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 48 MovieClip in Frame 7
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 48 MovieClip in Frame 7
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 48 MovieClip in Frame 7
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 48 MovieClip in Frame 7
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 48 MovieClip in Frame 7
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 171 MovieClip in Frame 7
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 133 MovieClip in Frame 7
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); if (this._x < _root.ball._x) { _root.ball.xmove = _root.ball.xmove + 0.2; } if (_root.ball._x < this._x) { _root.ball.xmove = _root.ball.xmove - 0.2; } if (this._y < _root.ball._y) { _root.ball.ymove = _root.ball.ymove + 0.2; } if (_root.ball._y < this._y) { _root.ball.ymove = _root.ball.ymove - 0.2; } } }
Instance of Symbol 52 MovieClip in Frame 7
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 52 MovieClip in Frame 7
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 52 MovieClip in Frame 7
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 52 MovieClip in Frame 7
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 136 MovieClip in Frame 7
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); _root.ball.xmove = _root.ball.xmove - 2; _root.ball.ymove = _root.ball.ymove - 1; } }
Instance of Symbol 48 MovieClip in Frame 7
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 48 MovieClip in Frame 7
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 83 MovieClip "Ball" in Frame 7
onClipEvent (load) { speed = 0.15; _root.ball_stuck = 0; _root.ball_startx = this._x; _root.ball_starty = this._y; } onClipEvent (enterFrame) { _root.steuerung(); if (_root.ball_stuck == "1") { _root.ballAway(); } _root.ball_stuck = 1; this._x = this._x + xmove; this._y = this._y + ymove; _root.ballmover(); if (0 < sprungzaehler) { _root.ball_sprung(); } else { sprung = 0; } }
Instance of Symbol 80 MovieClip in Frame 7
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) && (!_root.levelDone)) { _root.platten(); _root.ball._visible = 0; _root.ball.gotoAndPlay("done"); play(); } }
Instance of Symbol 113 MovieClip "ergebnis" in Frame 7
onClipEvent (load) { _parent.txtLevel = _root.currentLevel; } onClipEvent (enterFrame) { if (!_root.levelDone) { timer = int(60 - ((getTimer() - moment) / 1000)); txtTimer = timer; if (timer < 1) { _root.totalLives = 0; _root.ballAway(); } else if (timer == 5) { mcTimerBg.play(); } } }
Instance of Symbol 121 MovieClip "mcLives" in Frame 7
onClipEvent (load) { this.gotoAndStop(_root.totalLives + 1); }
Instance of Symbol 40 MovieClip in Frame 7
onClipEvent (load) { if (_parent.soundIsOff) { gotoAndPlay (8); } }
Frame 8
_root.levelDone = false; _root.currentLevel = 7; _root.ergebnis.moment = getTimer(); _root.ergebnis.timer = 0; Ball.sprung = 0; Ball.Kugel.xgroesse = Ball.Kugel._width; Ball.Kugel.ygroesse = Ball.Kugel._height; Ball.Kugel.xpos = Ball.Kugel._x; Ball.Kugel.ypos = Ball.Kugel._y; stop();
Instance of Symbol 48 MovieClip in Frame 8
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 52 MovieClip in Frame 8
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 52 MovieClip in Frame 8
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 52 MovieClip in Frame 8
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 171 MovieClip in Frame 8
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 48 MovieClip in Frame 8
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 155 MovieClip in Frame 8
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true)) { _root.moveDownLeft(); _root.ball_stuck = 0; } }
Instance of Symbol 124 MovieClip in Frame 8
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); _root.ball.xmove = _root.ball.xmove + 1; _root.ball.ymove = _root.ball.ymove - 1; } }
Instance of Symbol 133 MovieClip in Frame 8
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); if (this._x < _root.ball._x) { _root.ball.xmove = _root.ball.xmove + 0.2; } if (_root.ball._x < this._x) { _root.ball.xmove = _root.ball.xmove - 0.2; } if (this._y < _root.ball._y) { _root.ball.ymove = _root.ball.ymove + 0.2; } if (_root.ball._y < this._y) { _root.ball.ymove = _root.ball.ymove - 0.2; } } }
Instance of Symbol 52 MovieClip in Frame 8
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 48 MovieClip in Frame 8
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 48 MovieClip in Frame 8
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 171 MovieClip in Frame 8
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 52 MovieClip in Frame 8
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 56 MovieClip in Frame 8
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true)) { _root.moveDownRight(); _root.ball_stuck = 0; } }
Instance of Symbol 155 MovieClip in Frame 8
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true)) { _root.moveDownLeft(); _root.ball_stuck = 0; } }
Instance of Symbol 155 MovieClip in Frame 8
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true)) { _root.moveDownLeft(); _root.ball_stuck = 0; } }
Instance of Symbol 56 MovieClip in Frame 8
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true)) { _root.moveDownRight(); _root.ball_stuck = 0; } }
Instance of Symbol 52 MovieClip in Frame 8
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 52 MovieClip in Frame 8
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 52 MovieClip in Frame 8
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 133 MovieClip in Frame 8
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); if (this._x < _root.ball._x) { _root.ball.xmove = _root.ball.xmove + 0.2; } if (_root.ball._x < this._x) { _root.ball.xmove = _root.ball.xmove - 0.2; } if (this._y < _root.ball._y) { _root.ball.ymove = _root.ball.ymove + 0.2; } if (_root.ball._y < this._y) { _root.ball.ymove = _root.ball.ymove - 0.2; } } }
Instance of Symbol 52 MovieClip in Frame 8
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 48 MovieClip in Frame 8
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 52 MovieClip in Frame 8
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 80 MovieClip in Frame 8
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) && (!_root.levelDone)) { _root.platten(); _root.ball._visible = 0; _root.ball.gotoAndPlay("done"); play(); } }
Instance of Symbol 80 MovieClip in Frame 8
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) && (!_root.levelDone)) { _root.platten(); _root.ball._visible = 0; _root.ball.gotoAndPlay("done"); play(); } }
Instance of Symbol 83 MovieClip "Ball" in Frame 8
onClipEvent (load) { speed = 0.15; _root.ball_stuck = 0; _root.ball_startx = this._x; _root.ball_starty = this._y; } onClipEvent (enterFrame) { _root.steuerung(); if (_root.ball_stuck == "1") { _root.ballAway(); } _root.ball_stuck = 1; this._x = this._x + xmove; this._y = this._y + ymove; _root.ballmover(); if (0 < sprungzaehler) { _root.ball_sprung(); } else { sprung = 0; } }
Instance of Symbol 113 MovieClip "ergebnis" in Frame 8
onClipEvent (load) { _parent.txtLevel = _root.currentLevel; } onClipEvent (enterFrame) { if (!_root.levelDone) { timer = int(60 - ((getTimer() - moment) / 1000)); txtTimer = timer; if (timer < 1) { _root.totalLives = 0; _root.ballAway(); } else if (timer == 5) { mcTimerBg.play(); } } }
Instance of Symbol 121 MovieClip "mcLives" in Frame 8
onClipEvent (load) { this.gotoAndStop(_root.totalLives + 1); }
Instance of Symbol 40 MovieClip in Frame 8
onClipEvent (load) { if (_parent.soundIsOff) { gotoAndPlay (9); } }
Frame 9
_root.levelDone = false; _root.currentLevel = 8; _root.ergebnis.moment = getTimer(); _root.ergebnis.timer = 0; Ball.sprung = 0; Ball.Kugel.xgroesse = Ball.Kugel._width; Ball.Kugel.ygroesse = Ball.Kugel._height; Ball.Kugel.xpos = Ball.Kugel._x; Ball.Kugel.ypos = Ball.Kugel._y; stop();
Instance of Symbol 52 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 48 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 171 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 133 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); if (this._x < _root.ball._x) { _root.ball.xmove = _root.ball.xmove + 0.2; } if (_root.ball._x < this._x) { _root.ball.xmove = _root.ball.xmove - 0.2; } if (this._y < _root.ball._y) { _root.ball.ymove = _root.ball.ymove + 0.2; } if (_root.ball._y < this._y) { _root.ball.ymove = _root.ball.ymove - 0.2; } } }
Instance of Symbol 133 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); if (this._x < _root.ball._x) { _root.ball.xmove = _root.ball.xmove + 0.2; } if (_root.ball._x < this._x) { _root.ball.xmove = _root.ball.xmove - 0.2; } if (this._y < _root.ball._y) { _root.ball.ymove = _root.ball.ymove + 0.2; } if (_root.ball._y < this._y) { _root.ball.ymove = _root.ball.ymove - 0.2; } } }
Instance of Symbol 133 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); if (this._x < _root.ball._x) { _root.ball.xmove = _root.ball.xmove + 0.2; } if (_root.ball._x < this._x) { _root.ball.xmove = _root.ball.xmove - 0.2; } if (this._y < _root.ball._y) { _root.ball.ymove = _root.ball.ymove + 0.2; } if (_root.ball._y < this._y) { _root.ball.ymove = _root.ball.ymove - 0.2; } } }
Instance of Symbol 133 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); if (this._x < _root.ball._x) { _root.ball.xmove = _root.ball.xmove + 0.2; } if (_root.ball._x < this._x) { _root.ball.xmove = _root.ball.xmove - 0.2; } if (this._y < _root.ball._y) { _root.ball.ymove = _root.ball.ymove + 0.2; } if (_root.ball._y < this._y) { _root.ball.ymove = _root.ball.ymove - 0.2; } } }
Instance of Symbol 133 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); if (this._x < _root.ball._x) { _root.ball.xmove = _root.ball.xmove + 0.2; } if (_root.ball._x < this._x) { _root.ball.xmove = _root.ball.xmove - 0.2; } if (this._y < _root.ball._y) { _root.ball.ymove = _root.ball.ymove + 0.2; } if (_root.ball._y < this._y) { _root.ball.ymove = _root.ball.ymove - 0.2; } } }
Instance of Symbol 133 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); if (this._x < _root.ball._x) { _root.ball.xmove = _root.ball.xmove + 0.2; } if (_root.ball._x < this._x) { _root.ball.xmove = _root.ball.xmove - 0.2; } if (this._y < _root.ball._y) { _root.ball.ymove = _root.ball.ymove + 0.2; } if (_root.ball._y < this._y) { _root.ball.ymove = _root.ball.ymove - 0.2; } } }
Instance of Symbol 133 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); if (this._x < _root.ball._x) { _root.ball.xmove = _root.ball.xmove + 0.2; } if (_root.ball._x < this._x) { _root.ball.xmove = _root.ball.xmove - 0.2; } if (this._y < _root.ball._y) { _root.ball.ymove = _root.ball.ymove + 0.2; } if (_root.ball._y < this._y) { _root.ball.ymove = _root.ball.ymove - 0.2; } } }
Instance of Symbol 133 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); if (this._x < _root.ball._x) { _root.ball.xmove = _root.ball.xmove + 0.2; } if (_root.ball._x < this._x) { _root.ball.xmove = _root.ball.xmove - 0.2; } if (this._y < _root.ball._y) { _root.ball.ymove = _root.ball.ymove + 0.2; } if (_root.ball._y < this._y) { _root.ball.ymove = _root.ball.ymove - 0.2; } } }
Instance of Symbol 133 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); if (this._x < _root.ball._x) { _root.ball.xmove = _root.ball.xmove + 0.2; } if (_root.ball._x < this._x) { _root.ball.xmove = _root.ball.xmove - 0.2; } if (this._y < _root.ball._y) { _root.ball.ymove = _root.ball.ymove + 0.2; } if (_root.ball._y < this._y) { _root.ball.ymove = _root.ball.ymove - 0.2; } } }
Instance of Symbol 133 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); if (this._x < _root.ball._x) { _root.ball.xmove = _root.ball.xmove + 0.2; } if (_root.ball._x < this._x) { _root.ball.xmove = _root.ball.xmove - 0.2; } if (this._y < _root.ball._y) { _root.ball.ymove = _root.ball.ymove + 0.2; } if (_root.ball._y < this._y) { _root.ball.ymove = _root.ball.ymove - 0.2; } } }
Instance of Symbol 133 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); if (this._x < _root.ball._x) { _root.ball.xmove = _root.ball.xmove + 0.2; } if (_root.ball._x < this._x) { _root.ball.xmove = _root.ball.xmove - 0.2; } if (this._y < _root.ball._y) { _root.ball.ymove = _root.ball.ymove + 0.2; } if (_root.ball._y < this._y) { _root.ball.ymove = _root.ball.ymove - 0.2; } } }
Instance of Symbol 133 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); if (this._x < _root.ball._x) { _root.ball.xmove = _root.ball.xmove + 0.2; } if (_root.ball._x < this._x) { _root.ball.xmove = _root.ball.xmove - 0.2; } if (this._y < _root.ball._y) { _root.ball.ymove = _root.ball.ymove + 0.2; } if (_root.ball._y < this._y) { _root.ball.ymove = _root.ball.ymove - 0.2; } } }
Instance of Symbol 52 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 52 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 52 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 133 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); if (this._x < _root.ball._x) { _root.ball.xmove = _root.ball.xmove + 0.2; } if (_root.ball._x < this._x) { _root.ball.xmove = _root.ball.xmove - 0.2; } if (this._y < _root.ball._y) { _root.ball.ymove = _root.ball.ymove + 0.2; } if (_root.ball._y < this._y) { _root.ball.ymove = _root.ball.ymove - 0.2; } } }
Instance of Symbol 52 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 124 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); _root.ball.xmove = _root.ball.xmove + 2; _root.ball.ymove = _root.ball.ymove - 1; } }
Instance of Symbol 52 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 48 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 48 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 48 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 48 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 48 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 48 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 48 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 48 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 48 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 48 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 48 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 48 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 48 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 48 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 48 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 48 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 48 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 48 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 48 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 48 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 52 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 133 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); if (this._x < _root.ball._x) { _root.ball.xmove = _root.ball.xmove + 0.2; } if (_root.ball._x < this._x) { _root.ball.xmove = _root.ball.xmove - 0.2; } if (this._y < _root.ball._y) { _root.ball.ymove = _root.ball.ymove + 0.2; } if (_root.ball._y < this._y) { _root.ball.ymove = _root.ball.ymove - 0.2; } } }
Instance of Symbol 52 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 133 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); if (this._x < _root.ball._x) { _root.ball.xmove = _root.ball.xmove + 0.2; } if (_root.ball._x < this._x) { _root.ball.xmove = _root.ball.xmove - 0.2; } if (this._y < _root.ball._y) { _root.ball.ymove = _root.ball.ymove + 0.2; } if (_root.ball._y < this._y) { _root.ball.ymove = _root.ball.ymove - 0.2; } } }
Instance of Symbol 52 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 80 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) && (!_root.levelDone)) { _root.platten(); _root.ball._visible = 0; _root.ball.gotoAndPlay("done"); play(); } }
Instance of Symbol 83 MovieClip "Ball" in Frame 9
onClipEvent (load) { speed = 0.15; _root.ball_stuck = 0; _root.ball_startx = this._x; _root.ball_starty = this._y; } onClipEvent (enterFrame) { _root.steuerung(); if (_root.ball_stuck == "1") { _root.ballAway(); } _root.ball_stuck = 1; this._x = this._x + xmove; this._y = this._y + ymove; _root.ballmover(); if (0 < sprungzaehler) { _root.ball_sprung(); } else { sprung = 0; this.Kugel._width = Kugel.xgroesse; this.Kugel._height = Kugel.ygroesse; this.Kugel._x = Kugel.xpos; this.Kugel._y = Kugel.ypos; } }
Instance of Symbol 113 MovieClip "ergebnis" in Frame 9
onClipEvent (load) { _parent.txtLevel = _root.currentLevel; } onClipEvent (enterFrame) { if (!_root.levelDone) { timer = int(60 - ((getTimer() - moment) / 1000)); txtTimer = timer; if (timer < 1) { _root.totalLives = 0; _root.ballAway(); } else if (timer == 5) { mcTimerBg.play(); } } }
Instance of Symbol 121 MovieClip "mcLives" in Frame 9
onClipEvent (load) { this.gotoAndStop(_root.totalLives + 1); }
Instance of Symbol 40 MovieClip in Frame 9
onClipEvent (load) { if (_parent.soundIsOff) { gotoAndPlay (10); } }
Frame 10
sndMenu.start(0, 999999); sndIngame.stop("sndIngame"); Ball.xmove = 6; Ball.ymove = -3; Ball.sprung = 0; Ball.Kugel.xgroesse = Ball.Kugel._width; Ball.Kugel.ygroesse = Ball.Kugel._height; Ball.Kugel.xpos = Ball.Kugel._x; Ball.Kugel.ypos = Ball.Kugel._y; score = _root.punkte; if ((score < 1) or (score == undefined)) { score = 0; } stop();
Instance of Symbol 203 MovieClip in Frame 10
onClipEvent (load) { scoreLocation = "_root.score"; gamename = "gyroball"; saveScore = true; scoreIsTime = false; scoreReversed = false; }
Symbol 6 MovieClip [mcFall] Frame 20
stop();
Symbol 15 Button
on (release) { gotoAndStop (2); }
Symbol 19 Button
on (release) { getURL ("http://www.miniclip.com", "_blank"); }
Symbol 23 Button
on (release) { getURL ("http://www.miniclip.com/signup2.htm", "_blank"); }
Symbol 25 Button
on (release) { getURL ("http://www.miniclip.com/Downloads.htm", "_blank"); }
Symbol 28 Button
on (release) { getURL ("http://www.miniclip.com", "_blank"); }
Symbol 32 MovieClip Frame 1
stop();
Symbol 37 Button
on (release) { if (_parent.soundIsOff) { gotoAndStop (1); _parent.globalsound.setVolume(100); _parent.soundIsOff = false; } else { gotoAndStop (2); _parent.globalsound.setVolume(0); _parent.soundIsOff = true; } }
Symbol 40 MovieClip Frame 1
stop();
Symbol 70 MovieClip Frame 1
stop();
Symbol 74 MovieClip Frame 7
gotoAndPlay (1);
Symbol 80 MovieClip Frame 1
stop();
Symbol 80 MovieClip Frame 2
_root.levelDone = true;
Symbol 80 MovieClip Frame 43
_root.ergebnis.gotoAndPlay("erfolg"); stop();
Symbol 83 MovieClip Frame 1
_visible = true; if (!_root.gameOver) { play(); } else { this._visible = false; }
Symbol 83 MovieClip Frame 10
_root.falling = false; stop();
Symbol 83 MovieClip Frame 34
this._x = _root.ball_startx; this._y = _root.ball_starty; this.xmove = 0; this.ymove = 0; _root.falling = false; gotoAndStop (1);
Symbol 94 MovieClip Frame 1
stop();
Symbol 94 MovieClip Frame 10
if (!_root.levelDone) { gotoAndPlay (2); } else { gotoAndStop (1); }
Symbol 113 MovieClip Frame 1
stop();
Symbol 113 MovieClip Frame 15
mcTimerBg.gotoAndStop(1);
Symbol 113 MovieClip Frame 20
txtLevel = _root.currentLevel; txtScore = _root.punkte;
Symbol 113 MovieClip Frame 30
txtBonus = timer; _root.punkte = _root.punkte + timer; txtScore = _root.punkte;
Symbol 113 MovieClip Frame 43
txtBall = _root.totalLives * 10; _root.punkte = _root.punkte + (_root.totalLives * 10); txtScore = _root.punkte;
Symbol 113 MovieClip Frame 127
_root.play();
Symbol 113 MovieClip Frame 150
txtScore = _root.punkte; play();
Symbol 113 MovieClip Frame 244
_root.hiScore(); stop();
Instance of Symbol 44 MovieClip in Symbol 137 MovieClip Frame 1
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true)) { _root.platten(); } }
Instance of Symbol 48 MovieClip in Symbol 137 MovieClip Frame 1
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 48 MovieClip in Symbol 137 MovieClip Frame 1
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 52 MovieClip in Symbol 137 MovieClip Frame 1
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 52 MovieClip in Symbol 137 MovieClip Frame 1
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 133 MovieClip in Symbol 137 MovieClip Frame 1
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); if (this._x < _root.ball._x) { _root.ball.xmove = _root.ball.xmove + 0.2; } if (_root.ball._x < this._x) { _root.ball.xmove = _root.ball.xmove - 0.2; } if (this._y < _root.ball._y) { _root.ball.ymove = _root.ball.ymove + 0.2; } if (_root.ball._y < this._y) { _root.ball.ymove = _root.ball.ymove - 0.2; } } }
Instance of Symbol 52 MovieClip in Symbol 137 MovieClip Frame 1
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 52 MovieClip in Symbol 137 MovieClip Frame 1
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 52 MovieClip in Symbol 137 MovieClip Frame 1
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 48 MovieClip in Symbol 137 MovieClip Frame 1
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 48 MovieClip in Symbol 137 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 52 MovieClip in Symbol 137 MovieClip Frame 1
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 56 MovieClip in Symbol 137 MovieClip Frame 1
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true)) { _root.moveDownRight(); _root.platten(); } }
Instance of Symbol 52 MovieClip in Symbol 137 MovieClip Frame 1
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 133 MovieClip in Symbol 137 MovieClip Frame 1
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); if (this._x < _root.ball._x) { _root.ball.xmove = _root.ball.xmove + 0.2; } if (_root.ball._x < this._x) { _root.ball.xmove = _root.ball.xmove - 0.2; } if (this._y < _root.ball._y) { _root.ball.ymove = _root.ball.ymove + 0.2; } if (_root.ball._y < this._y) { _root.ball.ymove = _root.ball.ymove - 0.2; } } }
Instance of Symbol 52 MovieClip in Symbol 137 MovieClip Frame 1
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 60 MovieClip in Symbol 137 MovieClip Frame 1
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true)) { _root.moveDownLeft(); _root.platten(); } }
Instance of Symbol 52 MovieClip in Symbol 137 MovieClip Frame 1
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 136 MovieClip in Symbol 137 MovieClip Frame 1
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); _root.ball.xmove = _root.ball.xmove - 1; _root.ball.ymove = _root.ball.ymove - 1; } }
Symbol 181 MovieClip Frame 1
this._visible = false;
Symbol 197 Button
on (release) { gameURL = ("http://www.miniclip.com/" + gamename) + ".htm"; getURL (gameURL, "_blank"); }
Instance of Symbol 181 MovieClip "mcHighscores" in Symbol 203 MovieClip Frame 1
onClipEvent (load) { _visible = false; }
Symbol 203 MovieClip Frame 2
if (((_url.slice(0, 23) != "http://www.miniclip.com") and (_url.slice(0, 19) != "http://miniclip.com")) and (_url.slice(0, 20) != "http://66.132.254.49")) { gotoAndStop(_currentframe + 1); } else { var noCache = (getTimer() + random(100000)); mcTarget.loadMovie("http://www.miniclip.com/swfcontent/highscore.swf?" + noCache); stop(); }
Symbol 203 MovieClip Frame 3
stop();
Symbol 206 Button
on (release) { gotoAndStop (1); }

Library Items

Symbol 1 Sound [sndMenu]
Symbol 2 Sound [sndIngame]
Symbol 3 GraphicUsed by:6
Symbol 4 GraphicUsed by:6
Symbol 5 GraphicUsed by:6 74
Symbol 6 MovieClip [mcFall]Uses:3 4 5
Symbol 7 GraphicUsed by:10  Timeline
Symbol 8 GraphicUsed by:10 15 19 23 25  Timeline
Symbol 9 GraphicUsed by:10  Timeline
Symbol 10 MovieClipUses:7 8 9Used by:Timeline
Symbol 11 FontUsed by:12 16 20 24 29 33 38 39 87 89 95 97 99 100 102 103 104 105 106 107 108 110 111 112 114 204
Symbol 12 TextUses:11Used by:15
Symbol 13 GraphicUsed by:15
Symbol 14 GraphicUsed by:15 206
Symbol 15 ButtonUses:12 13 14 8Used by:Timeline
Symbol 16 TextUses:11Used by:19
Symbol 17 GraphicUsed by:19
Symbol 18 GraphicUsed by:19
Symbol 19 ButtonUses:16 17 18 8Used by:Timeline
Symbol 20 TextUses:11Used by:23
Symbol 21 GraphicUsed by:23 25
Symbol 22 GraphicUsed by:23 25
Symbol 23 ButtonUses:20 21 22 8Used by:Timeline
Symbol 24 TextUses:11Used by:25
Symbol 25 ButtonUses:24 21 22 8Used by:Timeline
Symbol 26 GraphicUsed by:28
Symbol 27 GraphicUsed by:28
Symbol 28 ButtonUses:26 27Used by:Timeline
Symbol 29 TextUses:11Used by:Timeline
Symbol 30 GraphicUsed by:32
Symbol 31 GraphicUsed by:32
Symbol 32 MovieClipUses:30 31Used by:Timeline
Symbol 33 TextUses:11Used by:Timeline
Symbol 34 GraphicUsed by:37
Symbol 35 GraphicUsed by:37
Symbol 36 GraphicUsed by:37
Symbol 37 ButtonUses:34 35 36Used by:40
Symbol 38 TextUses:11Used by:40
Symbol 39 TextUses:11Used by:40
Symbol 40 MovieClipUses:37 38 39Used by:Timeline
Symbol 41 GraphicUsed by:42
Symbol 42 MovieClipUses:41Used by:44
Symbol 43 GraphicUsed by:44
Symbol 44 MovieClipUses:42 43Used by:137  Timeline
Symbol 45 GraphicUsed by:46 139
Symbol 46 MovieClipUses:45Used by:48
Symbol 47 GraphicUsed by:48
Symbol 48 MovieClipUses:46 47Used by:137  Timeline
Symbol 49 GraphicUsed by:52
Symbol 50 GraphicUsed by:51
Symbol 51 MovieClipUses:50Used by:52
Symbol 52 MovieClipUses:49 51Used by:137  Timeline
Symbol 53 GraphicUsed by:56
Symbol 54 GraphicUsed by:55
Symbol 55 MovieClipUses:54Used by:56
Symbol 56 MovieClipUses:53 55Used by:137  Timeline
Symbol 57 GraphicUsed by:58
Symbol 58 MovieClipUses:57Used by:60
Symbol 59 GraphicUsed by:60
Symbol 60 MovieClipUses:58 59Used by:137  Timeline
Symbol 61 GraphicUsed by:62
Symbol 62 MovieClipUses:61Used by:64
Symbol 63 GraphicUsed by:64
Symbol 64 MovieClipUses:62 63Used by:Timeline
Symbol 65 GraphicUsed by:66
Symbol 66 MovieClipUses:65Used by:80
Symbol 67 GraphicUsed by:80 122 134 147 150
Symbol 68 GraphicUsed by:80
Symbol 69 GraphicUsed by:70
Symbol 70 MovieClipUses:69Used by:74
Symbol 71 GraphicUsed by:73
Symbol 72 GraphicUsed by:73
Symbol 73 MovieClipUses:71 72Used by:74
Symbol 74 MovieClipUses:70 73 5Used by:80 83
Symbol 75 GraphicUsed by:80
Symbol 76 GraphicUsed by:80
Symbol 77 GraphicUsed by:80
Symbol 78 ShapeTweeningUsed by:80
Symbol 79 GraphicUsed by:80
Symbol 80 MovieClipUses:66 67 68 74 75 76 77 78 79Used by:Timeline
Symbol 81 GraphicUsed by:82
Symbol 82 MovieClipUses:81Used by:83
Symbol 83 MovieClipUses:74 82Used by:Timeline
Symbol 84 GraphicUsed by:Timeline
Symbol 85 FontUsed by:86 88 96
Symbol 86 EditableTextUses:85Used by:Timeline
Symbol 87 TextUses:11Used by:Timeline
Symbol 88 EditableTextUses:85Used by:Timeline
Symbol 89 TextUses:11Used by:Timeline
Symbol 90 GraphicUsed by:94
Symbol 91 ShapeTweeningUsed by:94
Symbol 92 ShapeTweeningUsed by:94
Symbol 93 GraphicUsed by:94
Symbol 94 MovieClipUses:90 91 92 93Used by:113
Symbol 95 TextUses:11Used by:113
Symbol 96 EditableTextUses:85Used by:113
Symbol 97 TextUses:11Used by:113
Symbol 98 GraphicUsed by:113
Symbol 99 EditableTextUses:11Used by:113
Symbol 100 TextUses:11Used by:113
Symbol 101 GraphicUsed by:113
Symbol 102 TextUses:11Used by:113
Symbol 103 EditableTextUses:11Used by:113
Symbol 104 TextUses:11Used by:113
Symbol 105 EditableTextUses:11Used by:113
Symbol 106 TextUses:11Used by:113
Symbol 107 EditableTextUses:11Used by:113
Symbol 108 TextUses:11Used by:113
Symbol 109 GraphicUsed by:113
Symbol 110 TextUses:11Used by:113
Symbol 111 TextUses:11Used by:113
Symbol 112 EditableTextUses:11Used by:113
Symbol 113 MovieClipUses:94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112Used by:Timeline
Symbol 114 EditableTextUses:11Used by:Timeline
Symbol 115 GraphicUsed by:121
Symbol 116 GraphicUsed by:121
Symbol 117 GraphicUsed by:121
Symbol 118 GraphicUsed by:121
Symbol 119 GraphicUsed by:121
Symbol 120 GraphicUsed by:121
Symbol 121 MovieClipUses:115 116 117 118 119 120Used by:Timeline
Symbol 122 MovieClipUses:67Used by:124
Symbol 123 GraphicUsed by:124
Symbol 124 MovieClipUses:122 123Used by:Timeline
Symbol 125 GraphicUsed by:126
Symbol 126 MovieClipUses:125Used by:128
Symbol 127 GraphicUsed by:128
Symbol 128 MovieClipUses:126 127Used by:Timeline
Symbol 129 GraphicUsed by:133
Symbol 130 GraphicUsed by:131
Symbol 131 MovieClipUses:130Used by:133 158
Symbol 132 GraphicUsed by:133
Symbol 133 MovieClipUses:129 131 132Used by:137  Timeline
Symbol 134 MovieClipUses:67Used by:136
Symbol 135 GraphicUsed by:136
Symbol 136 MovieClipUses:134 135Used by:137  Timeline
Symbol 137 MovieClipUses:44 48 52 133 56 60 136Used by:Timeline
Symbol 138 GraphicUsed by:141 149
Symbol 139 MovieClipUses:45Used by:141
Symbol 140 GraphicUsed by:141
Symbol 141 MovieClipUses:138 139 140Used by:Timeline
Symbol 142 GraphicUsed by:146
Symbol 143 GraphicUsed by:144
Symbol 144 MovieClipUses:143Used by:146 155
Symbol 145 GraphicUsed by:146
Symbol 146 MovieClipUses:142 144 145Used by:Timeline
Symbol 147 MovieClipUses:67Used by:149
Symbol 148 GraphicUsed by:149
Symbol 149 MovieClipUses:138 147 148Used by:Timeline
Symbol 150 MovieClipUses:67Used by:152
Symbol 151 GraphicUsed by:152
Symbol 152 MovieClipUses:150 151Used by:Timeline
Symbol 153 GraphicUsed by:155
Symbol 154 GraphicUsed by:155
Symbol 155 MovieClipUses:153 144 154Used by:Timeline
Symbol 156 GraphicUsed by:158
Symbol 157 GraphicUsed by:158
Symbol 158 MovieClipUses:156 131 157Used by:Timeline
Symbol 159 GraphicUsed by:163
Symbol 160 GraphicUsed by:161
Symbol 161 MovieClipUses:160Used by:163 171
Symbol 162 GraphicUsed by:163
Symbol 163 MovieClipUses:159 161 162Used by:Timeline
Symbol 164 GraphicUsed by:168
Symbol 165 GraphicUsed by:166
Symbol 166 MovieClipUses:165Used by:168
Symbol 167 GraphicUsed by:168
Symbol 168 MovieClipUses:164 166 167Used by:Timeline
Symbol 169 GraphicUsed by:171
Symbol 170 GraphicUsed by:171
Symbol 171 MovieClipUses:169 161 170Used by:Timeline
Symbol 172 GraphicUsed by:175
Symbol 173 FontUsed by:174 177 178 179 180 190 192 195
Symbol 174 TextUses:173Used by:175
Symbol 175 MovieClipUses:172 174Used by:203
Symbol 176 GraphicUsed by:181
Symbol 177 TextUses:173Used by:181
Symbol 178 TextUses:173Used by:181
Symbol 179 TextUses:173Used by:181
Symbol 180 TextUses:173Used by:181
Symbol 181 MovieClipUses:176 177 178 179 180Used by:203
Symbol 182 GraphicUsed by:203
Symbol 183 FontUsed by:184 186 188 198
Symbol 184 TextUses:183Used by:203
Symbol 185 GraphicUsed by:203
Symbol 186 TextUses:183Used by:203
Symbol 187 GraphicUsed by:203
Symbol 188 TextUses:183Used by:203
Symbol 189 GraphicUsed by:203
Symbol 190 TextUses:173Used by:203
Symbol 191 GraphicUsed by:197
Symbol 192 TextUses:173Used by:197
Symbol 193 GraphicUsed by:197
Symbol 194 GraphicUsed by:197
Symbol 195 TextUses:173Used by:197
Symbol 196 GraphicUsed by:197
Symbol 197 ButtonUses:191 192 193 194 195 196Used by:203
Symbol 198 TextUses:183Used by:203
Symbol 199 GraphicUsed by:203
Symbol 200 GraphicUsed by:201
Symbol 201 MovieClipUses:200Used by:203
Symbol 202 GraphicUsed by:203
Symbol 203 MovieClipUses:175 181 182 184 185 186 187 188 189 190 197 198 199 201 202Used by:Timeline
Symbol 204 TextUses:11Used by:206
Symbol 205 GraphicUsed by:206
Symbol 206 ButtonUses:204 205 14Used by:Timeline

Instance Names

"sdfgdfg"Frame 2Symbol 64 MovieClip
"ball"Frame 2Symbol 83 MovieClip
"ergebnis"Frame 2Symbol 113 MovieClip
"mcLives"Frame 2Symbol 121 MovieClip
"Ball"Frame 3Symbol 83 MovieClip
"ergebnis"Frame 3Symbol 113 MovieClip
"mcLives"Frame 3Symbol 121 MovieClip
"Ball"Frame 4Symbol 83 MovieClip
"ergebnis"Frame 4Symbol 113 MovieClip
"mcLives"Frame 4Symbol 121 MovieClip
"Ball"Frame 5Symbol 83 MovieClip
"ergebnis"Frame 5Symbol 113 MovieClip
"mcLives"Frame 5Symbol 121 MovieClip
"Ball"Frame 6Symbol 83 MovieClip
"ergebnis"Frame 6Symbol 113 MovieClip
"mcLives"Frame 6Symbol 121 MovieClip
"Ball"Frame 7Symbol 83 MovieClip
"ergebnis"Frame 7Symbol 113 MovieClip
"mcLives"Frame 7Symbol 121 MovieClip
"Ball"Frame 8Symbol 83 MovieClip
"ergebnis"Frame 8Symbol 113 MovieClip
"mcLives"Frame 8Symbol 121 MovieClip
"Ball"Frame 9Symbol 83 MovieClip
"ergebnis"Frame 9Symbol 113 MovieClip
"mcLives"Frame 9Symbol 121 MovieClip
"hit"Symbol 44 MovieClip Frame 1Symbol 42 MovieClip
"hit"Symbol 48 MovieClip Frame 1Symbol 46 MovieClip
"hit"Symbol 52 MovieClip Frame 1Symbol 51 MovieClip
"hit"Symbol 56 MovieClip Frame 1Symbol 55 MovieClip
"hit"Symbol 60 MovieClip Frame 1Symbol 58 MovieClip
"hit"Symbol 64 MovieClip Frame 1Symbol 62 MovieClip
"dank"Symbol 74 MovieClip Frame 1Symbol 70 MovieClip
"saturn"Symbol 74 MovieClip Frame 1Symbol 73 MovieClip
"hit"Symbol 80 MovieClip Frame 1Symbol 66 MovieClip
"Kugel"Symbol 80 MovieClip Frame 2Symbol 74 MovieClip
"Kugel"Symbol 83 MovieClip Frame 1Symbol 74 MovieClip
"schatten"Symbol 83 MovieClip Frame 5Symbol 82 MovieClip
"mcTimerBg"Symbol 113 MovieClip Frame 1Symbol 94 MovieClip
"hit"Symbol 124 MovieClip Frame 1Symbol 122 MovieClip
"hit"Symbol 128 MovieClip Frame 1Symbol 126 MovieClip
"hit"Symbol 133 MovieClip Frame 1Symbol 131 MovieClip
"hit"Symbol 136 MovieClip Frame 1Symbol 134 MovieClip
"hit"Symbol 141 MovieClip Frame 1Symbol 139 MovieClip
"hit"Symbol 146 MovieClip Frame 1Symbol 144 MovieClip
"hit"Symbol 149 MovieClip Frame 1Symbol 147 MovieClip
"hit"Symbol 152 MovieClip Frame 1Symbol 150 MovieClip
"hit"Symbol 155 MovieClip Frame 1Symbol 144 MovieClip
"hit"Symbol 158 MovieClip Frame 1Symbol 131 MovieClip
"hit"Symbol 163 MovieClip Frame 1Symbol 161 MovieClip
"hit"Symbol 168 MovieClip Frame 1Symbol 166 MovieClip
"hit"Symbol 171 MovieClip Frame 1Symbol 161 MovieClip
"mcLoading"Symbol 203 MovieClip Frame 1Symbol 175 MovieClip
"mcHighscores"Symbol 203 MovieClip Frame 1Symbol 181 MovieClip
"mcTarget"Symbol 203 MovieClip Frame 2Symbol 175 MovieClip
"mcHighScoreData"Symbol 203 MovieClip Frame 3Symbol 201 MovieClip

Special Tags

Protect (24)Timeline Frame 10 bytes ""
ExportAssets (56)Timeline Frame 1Symbol 1 as "sndMenu"
ExportAssets (56)Timeline Frame 1Symbol 2 as "sndIngame"
ExportAssets (56)Timeline Frame 1Symbol 6 as "mcFall"

Labels

"erfolg"Symbol 113 MovieClip Frame 15
"loser"Symbol 113 MovieClip Frame 128

Dynamic Text Variables

txtLevelSymbol 86 EditableText"0"
punkteSymbol 88 EditableText"0"
txtTimerSymbol 96 EditableText"60"
txtLevelSymbol 99 EditableText"0"
txtScoreSymbol 103 EditableText"0"
txtBonusSymbol 105 EditableText"0"
txtBallSymbol 107 EditableText"0"
txtScoreSymbol 112 EditableText"0"
punktesdfsdSymbol 114 EditableText"0123456789"




http://swfchan.com/3/11797/info.shtml
Created: 6/6 -2019 19:23:53 Last modified: 6/6 -2019 19:23:53 Server time: 16/05 -2024 00:20:52