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

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

gyroball.swf

This is the info page for
Flash #6771

(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

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

Play Hi-Score version

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 { mcLives.gotoAndStop(1); ende(); } } _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
_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 35 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 39 MovieClip in Frame 2
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 39 MovieClip in Frame 2
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 43 MovieClip in Frame 2
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true)) { _root.platten(); } }
Instance of Symbol 47 MovieClip in Frame 2
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true)) { _root.moveDownRight(); _root.platten(); } }
Instance of Symbol 43 MovieClip in Frame 2
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 47 MovieClip in Frame 2
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true)) { _root.moveDownRight(); _root.platten(); } }
Instance of Symbol 43 MovieClip in Frame 2
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true)) { _root.platten(); } }
Instance of Symbol 43 MovieClip in Frame 2
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 51 MovieClip in Frame 2
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true)) { _root.moveDownLeft(); _root.platten(); } }
Instance of Symbol 35 MovieClip in Frame 2
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true)) { _root.platten(); } }
Instance of Symbol 55 MovieClip "sdfgdfg" in Frame 2
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true)) { _root.moveDownRight(); _root.platten(); } }
Instance of Symbol 43 MovieClip in Frame 2
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 35 MovieClip in Frame 2
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 71 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 74 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 104 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 112 MovieClip "mcLives" in Frame 2
onClipEvent (load) { this.gotoAndStop(_root.totalLives + 1); }
Frame 3
_root.levelDone = false; _root.ergebnis.moment = getTimer(); _root.ergebnis.timer = 0; _root.currentLevel = 2; stop();
Instance of Symbol 115 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 35 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.Ball._x, _root.Ball._y, true)) { _root.platten(); } }
Instance of Symbol 119 MovieClip in Frame 3
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true)) { _root.moveDownLeft(); _root.platten(); } }
Instance of Symbol 39 MovieClip in Frame 3
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 39 MovieClip in Frame 3
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 39 MovieClip in Frame 3
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 51 MovieClip in Frame 3
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true)) { _root.moveDownLeft(); _root.platten(); } }
Instance of Symbol 43 MovieClip in Frame 3
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 39 MovieClip in Frame 3
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 51 MovieClip in Frame 3
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true)) { _root.moveDownLeft(); _root.platten(); } }
Instance of Symbol 51 MovieClip in Frame 3
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true)) { _root.moveDownLeft(); _root.platten(); } }
Instance of Symbol 39 MovieClip in Frame 3
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 51 MovieClip in Frame 3
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true)) { _root.moveDownLeft(); _root.platten(); } }
Instance of Symbol 39 MovieClip in Frame 3
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 39 MovieClip in Frame 3
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 43 MovieClip in Frame 3
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 71 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 74 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 104 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 112 MovieClip "mcLives" in Frame 3
onClipEvent (load) { this.gotoAndStop(_root.totalLives + 1); }
Frame 4
_root.levelDone = false; _root.ergebnis.moment = getTimer(); _root.ergebnis.timer = 0; _root.currentLevel = 3; stop();
Instance of Symbol 71 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 74 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 104 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 112 MovieClip "mcLives" in Frame 4
onClipEvent (load) { this.gotoAndStop(_root.totalLives + 1); }
Frame 5
_root.levelDone = false; _root.currentLevel = 4; _root.ergebnis.moment = getTimer(); _root.ergebnis.timer = 0; stop();
Instance of Symbol 35 MovieClip in Frame 5
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true)) { _root.platten(); } }
Instance of Symbol 39 MovieClip in Frame 5
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 39 MovieClip in Frame 5
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 124 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 124 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 124 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 124 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 39 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(); _root.ball.xmove = _root.ball.xmove + 1; _root.ball.ymove = _root.ball.ymove + 1; } }
Instance of Symbol 138 MovieClip in Frame 5
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true)) { _root.moveDownRight(); _root.platten(); } }
Instance of Symbol 138 MovieClip in Frame 5
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true)) { _root.moveDownRight(); _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 39 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(); _root.ball.xmove = _root.ball.xmove + 1; _root.ball.ymove = _root.ball.ymove + 1; } }
Instance of Symbol 39 MovieClip in Frame 5
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 39 MovieClip in Frame 5
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 39 MovieClip in Frame 5
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 43 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 43 MovieClip in Frame 5
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 43 MovieClip in Frame 5
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 35 MovieClip in Frame 5
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true)) { _root.platten(); } }
Instance of Symbol 71 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 74 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 104 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 112 MovieClip "mcLives" in Frame 5
onClipEvent (load) { this.gotoAndStop(_root.totalLives + 1); }
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 141 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 144 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 144 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 144 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 43 MovieClip in Frame 6
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 124 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 43 MovieClip in Frame 6
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 127 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 127 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 127 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 147 MovieClip in Frame 6
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true)) { _root.moveDownLeft(); _root.platten(); } }
Instance of Symbol 43 MovieClip in Frame 6
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 43 MovieClip in Frame 6
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 47 MovieClip in Frame 6
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true)) { _root.moveDownRight(); _root.platten(); } }
Instance of Symbol 47 MovieClip in Frame 6
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true)) { _root.moveDownRight(); _root.platten(); } }
Instance of Symbol 47 MovieClip in Frame 6
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true)) { _root.moveDownRight(); _root.platten(); } }
Instance of Symbol 43 MovieClip in Frame 6
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 51 MovieClip in Frame 6
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true)) { _root.moveDownLeft(); _root.platten(); } }
Instance of Symbol 43 MovieClip in Frame 6
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 39 MovieClip in Frame 6
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 150 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 43 MovieClip in Frame 6
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 39 MovieClip in Frame 6
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 43 MovieClip in Frame 6
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 43 MovieClip in Frame 6
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 43 MovieClip in Frame 6
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 43 MovieClip in Frame 6
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 150 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 43 MovieClip in Frame 6
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 155 MovieClip in Frame 6
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 39 MovieClip in Frame 6
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 39 MovieClip in Frame 6
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 39 MovieClip in Frame 6
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 71 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 74 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 104 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 112 MovieClip "mcLives" in Frame 6
onClipEvent (load) { this.gotoAndStop(_root.totalLives + 1); }
Frame 7
_root.levelDone = false; _root.currentLevel = 6; _root.ergebnis.moment = getTimer(); _root.ergebnis.timer = 0; stop();
Instance of Symbol 43 MovieClip in Frame 7
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 160 MovieClip in Frame 7
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true)) { _root.moveDownRight(); _root.platten(); } }
Instance of Symbol 43 MovieClip in Frame 7
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 43 MovieClip in Frame 7
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 124 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 43 MovieClip in Frame 7
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 43 MovieClip in Frame 7
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 47 MovieClip in Frame 7
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true)) { _root.moveDownRight(); _root.platten(); } }
Instance of Symbol 138 MovieClip in Frame 7
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true)) { _root.moveDownRight(); _root.platten(); } }
Instance of Symbol 39 MovieClip in Frame 7
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 39 MovieClip in Frame 7
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 39 MovieClip in Frame 7
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 39 MovieClip in Frame 7
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 39 MovieClip in Frame 7
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 39 MovieClip in Frame 7
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 39 MovieClip in Frame 7
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 163 MovieClip in Frame 7
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 124 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 43 MovieClip in Frame 7
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 43 MovieClip in Frame 7
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 43 MovieClip in Frame 7
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 43 MovieClip in Frame 7
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 127 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 39 MovieClip in Frame 7
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 39 MovieClip in Frame 7
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 74 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 71 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 104 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 112 MovieClip "mcLives" in Frame 7
onClipEvent (load) { this.gotoAndStop(_root.totalLives + 1); }
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 39 MovieClip in Frame 8
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 43 MovieClip in Frame 8
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 43 MovieClip in Frame 8
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 43 MovieClip in Frame 8
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 163 MovieClip in Frame 8
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 39 MovieClip in Frame 8
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 147 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 115 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 124 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 43 MovieClip in Frame 8
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 39 MovieClip in Frame 8
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 39 MovieClip in Frame 8
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 163 MovieClip in Frame 8
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 43 MovieClip in Frame 8
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 47 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 147 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 147 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 47 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 43 MovieClip in Frame 8
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 43 MovieClip in Frame 8
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 43 MovieClip in Frame 8
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 124 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 43 MovieClip in Frame 8
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 39 MovieClip in Frame 8
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 43 MovieClip in Frame 8
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 71 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 71 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 74 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 104 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 112 MovieClip "mcLives" in Frame 8
onClipEvent (load) { this.gotoAndStop(_root.totalLives + 1); }
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 43 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 39 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 163 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(); 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 124 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 124 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 124 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 124 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 124 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 124 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 124 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 124 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 124 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 124 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 124 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 43 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 43 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 43 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(); 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 43 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 115 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 43 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 39 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 39 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 39 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 39 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 39 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 39 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 39 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 39 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 39 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 39 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 39 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 39 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 39 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 39 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 39 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 39 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 39 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 39 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 39 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 39 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 43 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(); 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 43 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(); 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 43 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 71 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 74 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 104 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 112 MovieClip "mcLives" in Frame 9
onClipEvent (load) { this.gotoAndStop(_root.totalLives + 1); }
Frame 10
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; stop();
Symbol 4 MovieClip [mcFall] Frame 20
stop();
Symbol 13 Button
on (release) { gotoAndStop (2); }
Symbol 17 Button
on (release) { getURL ("http://www.miniclip.com", "_blank"); }
Symbol 21 Button
on (release) { getURL ("http://www.miniclip.com/signup2.htm", "_blank"); }
Symbol 23 Button
on (release) { getURL ("http://www.miniclip.com/Downloads.htm", "_blank"); }
Symbol 26 Button
on (release) { getURL ("http://www.miniclip.com", "_blank"); }
Symbol 30 MovieClip Frame 1
stop();
Symbol 61 MovieClip Frame 1
stop();
Symbol 65 MovieClip Frame 7
gotoAndPlay (1);
Symbol 71 MovieClip Frame 1
stop();
Symbol 71 MovieClip Frame 2
_root.levelDone = true;
Symbol 71 MovieClip Frame 43
_root.ergebnis.gotoAndPlay("erfolg"); stop();
Symbol 74 MovieClip Frame 1
_visible = true; if (!_root.gameOver) { play(); } else { this._visible = false; }
Symbol 74 MovieClip Frame 10
_root.falling = false; stop();
Symbol 74 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 85 MovieClip Frame 1
stop();
Symbol 85 MovieClip Frame 10
if (!_root.levelDone) { gotoAndPlay (2); } else { gotoAndStop (1); }
Symbol 104 MovieClip Frame 1
stop();
Symbol 104 MovieClip Frame 15
mcTimerBg.gotoAndStop(1);
Symbol 104 MovieClip Frame 20
txtLevel = _root.currentLevel; txtScore = _root.punkte;
Symbol 104 MovieClip Frame 30
txtBonus = timer; _root.punkte = _root.punkte + timer; txtScore = _root.punkte;
Symbol 104 MovieClip Frame 43
txtBall = _root.totalLives * 10; _root.punkte = _root.punkte + (_root.totalLives * 10); txtScore = _root.punkte;
Symbol 104 MovieClip Frame 127
_root.play();
Symbol 104 MovieClip Frame 150
txtScore = _root.punkte; play();
Symbol 104 MovieClip Frame 244
_root.hiScore(); stop();
Instance of Symbol 35 MovieClip in Symbol 128 MovieClip Frame 1
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true)) { _root.platten(); } }
Instance of Symbol 39 MovieClip in Symbol 128 MovieClip Frame 1
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 39 MovieClip in Symbol 128 MovieClip Frame 1
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 43 MovieClip in Symbol 128 MovieClip Frame 1
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 43 MovieClip in Symbol 128 MovieClip Frame 1
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 124 MovieClip in Symbol 128 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 43 MovieClip in Symbol 128 MovieClip Frame 1
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 43 MovieClip in Symbol 128 MovieClip Frame 1
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 43 MovieClip in Symbol 128 MovieClip Frame 1
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 39 MovieClip in Symbol 128 MovieClip Frame 1
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 39 MovieClip in Symbol 128 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 43 MovieClip in Symbol 128 MovieClip Frame 1
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 47 MovieClip in Symbol 128 MovieClip Frame 1
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true)) { _root.moveDownRight(); _root.platten(); } }
Instance of Symbol 43 MovieClip in Symbol 128 MovieClip Frame 1
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 124 MovieClip in Symbol 128 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 43 MovieClip in Symbol 128 MovieClip Frame 1
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 51 MovieClip in Symbol 128 MovieClip Frame 1
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true)) { _root.moveDownLeft(); _root.platten(); } }
Instance of Symbol 43 MovieClip in Symbol 128 MovieClip Frame 1
onClipEvent (enterFrame) { if (hit.hitTest(_root.Ball._x, _root.Ball._y, true) == true) { _root.platten(); } }
Instance of Symbol 127 MovieClip in Symbol 128 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 167 Button
on (release) { getURL ("http://www.miniclip.com/gyroball.htm", "_blank"); }
Symbol 169 Button
on (release) { gotoAndStop (1); }

Library Items

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

Instance Names

"sdfgdfg"Frame 2Symbol 55 MovieClip
"ball"Frame 2Symbol 74 MovieClip
"ergebnis"Frame 2Symbol 104 MovieClip
"mcLives"Frame 2Symbol 112 MovieClip
"Ball"Frame 3Symbol 74 MovieClip
"ergebnis"Frame 3Symbol 104 MovieClip
"mcLives"Frame 3Symbol 112 MovieClip
"Ball"Frame 4Symbol 74 MovieClip
"ergebnis"Frame 4Symbol 104 MovieClip
"mcLives"Frame 4Symbol 112 MovieClip
"Ball"Frame 5Symbol 74 MovieClip
"ergebnis"Frame 5Symbol 104 MovieClip
"mcLives"Frame 5Symbol 112 MovieClip
"Ball"Frame 6Symbol 74 MovieClip
"ergebnis"Frame 6Symbol 104 MovieClip
"mcLives"Frame 6Symbol 112 MovieClip
"Ball"Frame 7Symbol 74 MovieClip
"ergebnis"Frame 7Symbol 104 MovieClip
"mcLives"Frame 7Symbol 112 MovieClip
"Ball"Frame 8Symbol 74 MovieClip
"ergebnis"Frame 8Symbol 104 MovieClip
"mcLives"Frame 8Symbol 112 MovieClip
"Ball"Frame 9Symbol 74 MovieClip
"ergebnis"Frame 9Symbol 104 MovieClip
"mcLives"Frame 9Symbol 112 MovieClip
"hit"Symbol 35 MovieClip Frame 1Symbol 33 MovieClip
"hit"Symbol 39 MovieClip Frame 1Symbol 37 MovieClip
"hit"Symbol 43 MovieClip Frame 1Symbol 42 MovieClip
"hit"Symbol 47 MovieClip Frame 1Symbol 46 MovieClip
"hit"Symbol 51 MovieClip Frame 1Symbol 49 MovieClip
"hit"Symbol 55 MovieClip Frame 1Symbol 53 MovieClip
"dank"Symbol 65 MovieClip Frame 1Symbol 61 MovieClip
"saturn"Symbol 65 MovieClip Frame 1Symbol 64 MovieClip
"hit"Symbol 71 MovieClip Frame 1Symbol 57 MovieClip
"Kugel"Symbol 71 MovieClip Frame 2Symbol 65 MovieClip
"Kugel"Symbol 74 MovieClip Frame 1Symbol 65 MovieClip
"schatten"Symbol 74 MovieClip Frame 5Symbol 73 MovieClip
"mcTimerBg"Symbol 104 MovieClip Frame 1Symbol 85 MovieClip
"hit"Symbol 115 MovieClip Frame 1Symbol 113 MovieClip
"hit"Symbol 119 MovieClip Frame 1Symbol 117 MovieClip
"hit"Symbol 124 MovieClip Frame 1Symbol 122 MovieClip
"hit"Symbol 127 MovieClip Frame 1Symbol 125 MovieClip
"hit"Symbol 133 MovieClip Frame 1Symbol 131 MovieClip
"hit"Symbol 138 MovieClip Frame 1Symbol 136 MovieClip
"hit"Symbol 141 MovieClip Frame 1Symbol 139 MovieClip
"hit"Symbol 144 MovieClip Frame 1Symbol 142 MovieClip
"hit"Symbol 147 MovieClip Frame 1Symbol 136 MovieClip
"hit"Symbol 150 MovieClip Frame 1Symbol 122 MovieClip
"hit"Symbol 155 MovieClip Frame 1Symbol 153 MovieClip
"hit"Symbol 160 MovieClip Frame 1Symbol 158 MovieClip
"hit"Symbol 163 MovieClip Frame 1Symbol 153 MovieClip

Special Tags

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

Labels

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

Dynamic Text Variables

txtLevelSymbol 77 EditableText"0"
punkteSymbol 79 EditableText"0"
txtTimerSymbol 87 EditableText"60"
txtLevelSymbol 90 EditableText"0"
txtScoreSymbol 94 EditableText"0"
txtBonusSymbol 96 EditableText"0"
txtBallSymbol 98 EditableText"0"
txtScoreSymbol 103 EditableText"0"
punktesdfsdSymbol 105 EditableText"0123456789"




http://swfchan.com/2/6771/info.shtml
Created: 13/6 -2019 14:35:02 Last modified: 13/6 -2019 14:35:02 Server time: 09/05 -2024 04:14:41