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 142 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 147 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (hit.hitTest(_root.Ball._x, _root.Ball._y, true)) {
_root.moveDownRight();
_root.platten();
}
}
Instance of Symbol 147 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (hit.hitTest(_root.Ball._x, _root.Ball._y, true)) {
_root.moveDownRight();
_root.platten();
}
}
Instance of Symbol 150 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 142 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 150 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 150 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 153 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 153 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 153 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 156 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 159 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 159 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 164 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 169 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 147 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 172 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 172 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 156 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 172 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 156 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 156 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 172 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 328 MovieClip in Frame 10
onClipEvent (load) {
scoreLocation = "_root.score";
gamename = "gyroball";
saveScore = true;
scoreIsTime = 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 182 MovieClip Frame 2
stop();
Symbol 196 Button
on (release) {
sendHighScore();
}
Symbol 212 MovieClip Frame 18
txtUsername = _parent.mcHighScoreData.notSentUsername;
myDate = new Date();
stop();
Symbol 219 Button
on (release) {
gotoAndPlay ("weekly");
}
Symbol 222 Button
on (release) {
gotoAndPlay ("monthly");
}
Symbol 257 MovieClip Frame 11
stop();
Instance of Symbol 257 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (load) {
stop();
}
Instance of Symbol 257 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (load) {
stop();
}
Instance of Symbol 257 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (load) {
stop();
}
Instance of Symbol 257 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (load) {
stop();
}
Instance of Symbol 257 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (load) {
stop();
}
Instance of Symbol 257 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (load) {
stop();
}
Instance of Symbol 257 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (load) {
stop();
}
Instance of Symbol 257 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (load) {
stop();
}
Instance of Symbol 257 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (load) {
stop();
}
Symbol 258 MovieClip Frame 10
stop();
Symbol 264 Button
on (release) {
gotoAndStop ("daily");
}
Symbol 328 MovieClip Frame 1
function convertScoreToTime(scoreToBeConverted) {
if (scoreIsTime) {
if (!scoreReversed) {
var convertScore = (1000000 - scoreToBeConverted);
} else {
var convertScore = scoreToBeConverted;
}
var strScore = new String(convertScore);
if (99999 < convertScore) {
var tmpTime = ((((strScore.substring(0, 2) + ":") + strScore.substring(2, 4)) + ":") + strScore.substring(4, 6));
} else if (9999 < convertScore) {
var tmpTime = ((((("0" + strScore.substring(0, 1)) + ":") + strScore.substring(1, 3)) + ":") + strScore.substring(3, 5));
} else if (999 < convertScore) {
var tmpTime = ((("00:" + strScore.substring(0, 2)) + ":") + strScore.substring(2, 5));
} else if (99 < convertScore) {
var tmpTime = ((("00:0" + strScore.substring(0, 1)) + ":") + strScore.substring(1, 3));
} else if (9 < convertScore) {
var tmpTime = ("00:00:" + strScore.substring(0, 2));
} else {
var tmpTime = ("00:00:0" + strScore.substring(0, 1));
}
convertScore = tmpTime;
if ((convertScore != "10:00:00") && (convertScore != "00:00:0")) {
return(convertScore);
}
} else {
var convertScore = (1000000000 - scoreToBeConverted);
if (convertScore != 1000000000) {
return(convertScore);
}
}
}
function getHighScores(period, target) {
target.records = 0;
if (saveScore) {
target.score = localScore;
target.username = txtUsername;
target.notSentScore = localScore;
target.notSentUsername = txtUsername;
}
target.gamename = gamename;
target.low = 0;
target.high = 10;
target.formaction = "gethighscores";
target.dwm = period;
var preventCaching = (getTimer() + random(100));
target.loadVariables("http://www.miniclip.com/Flash/proxy_secure.php?preventCashing=" + preventCaching, "GET");
play();
}
function sendHighScore() {
if ((txtUsername != "") && (txtUsername != undefined)) {
getHighScores(2, mcHighScoreData);
}
}
this.username = "";
this.score = 0;
gameName = gamename;
position_d = 0;
position_w = 0;
position_m = 0;
mcHighScoreData.records = 0;
dailyLoaded = false;
weeklyLoaded = false;
monthlyLoaded = false;
dailyTabClicked = false;
weeklyTabClicked = false;
monthlyTabClicked = false;
timeOutVal = 15000;
completed = "false";
localScore = int(eval (scoreLocation));
if (0 < localScore) {
if (scoreIsTime) {
if (!scoreReversed) {
localScore = 1000000 - localScore;
}
} else if (scoreReversed) {
localScore = 1000000000 - localScore;
}
} else {
localScore = 0;
}
this._x = int(this._x);
this._y = int(this._y);
if (gameName == undefined) {
trace("MINICLIP.COM HIGHSCORE COMPONENT WARNING");
trace("========================================");
trace("The 'gameName' parameter has not been set. This parameter");
trace("needs to be set for the highscore component to function.");
}
if ((eval (scoreLocation) == undefined) && (saveScore)) {
trace("MINICLIP.COM HIGHSCORE COMPONENT WARNING");
trace("========================================");
trace("The 'scoreLocation' parameter does not contain any data.");
trace("This parameter needs to be pointing to the game score variable");
trace("set for the highscore component to function.");
localScore = 0;
}
if (saveScore && (0 < eval (scoreLocation))) {
gotoAndPlay ("save");
} else {
getHighScores(2, mcHighScoreData);
gotoAndPlay ("load");
}
Symbol 328 MovieClip Frame 9
Selection.setFocus("txtUsername");
txtUsername = mcHighScoreData.username;
stop();
Instance of Symbol 192 MovieClip in Symbol 328 MovieClip Frame 9
onClipEvent (keyDown) {
if (Key.isDown(13)) {
_parent.sendHighScore();
}
}
Symbol 328 MovieClip Frame 15
mcHighScoreData.username = "";
everyNSeconds = getTimer() + 2000;
timeOut = getTimer() + timeOutVal;
Symbol 328 MovieClip Frame 17
if (timeOut < getTimer()) {
timeOut = getTimer() + timeOutVal;
completed = false;
gotoAndPlay ("failedLoading");
} else if (0 < mcHighScoreData.records) {
mcHighScoreData.positionDaily = mcHighScoreData.position;
if (scoreIsTime) {
mcHighScoreData.notSentScore = convertScoreToTime(localScore);
}
var i = 0;
while (i < mcHighScoreData.high) {
mcHighScoreData["userNameDaily" + i] = mcHighScoreData["user_name" + i];
mcHighScoreData["scoreDaily" + i] = mcHighScoreData["score" + i];
mcHighScoreData["dateDaily" + i] = mcHighScoreData["date" + i];
i++;
}
gotoAndPlay ("completed");
} else {
if (everyNSeconds < getTimer()) {
getHighScores(2, mcHighScoreData);
everyNSeconds = getTimer() + 2000;
trace("try");
}
gotoAndPlay(_currentframe - 1);
}
Symbol 328 MovieClip Frame 28
stop();
Instance of Symbol 212 MovieClip "mcYourScore" in Symbol 328 MovieClip Frame 34
onClipEvent (load) {
trace(_parent.saveScore);
if ((0 >= _parent.localScore) or (!_parent.saveScore)) {
this._visible = false;
}
}
Symbol 328 MovieClip Frame 41
saveScore = false;
if (!dailyTabClicked) {
mcYourScore.position = position;
dailyTabClicked = true;
var i = 0;
while (i < mcHighScoreData.high) {
if (scoreIsTime) {
mcHighScoreData["scoreDaily" + i] = convertScoreToTime(mcHighScoreData["scoreDaily" + i]);
}
i++;
}
}
var i = 0;
while (i < mcHighScoreData.high) {
this["txtUserName" + i] = mcHighScoreData["userNameDaily" + i];
this["txtScore" + i] = mcHighScoreData["scoreDaily" + i];
this["txtDate" + i] = mcHighScoreData["dateDaily" + i];
i++;
}
mcYourScore.position = mcHighScoreData.positionDaily;
stop();
Symbol 328 MovieClip Frame 48
if ((!weeklyTabClicked) or (!weeklyLoaded)) {
getHighScores(1, mcHighScoreData);
weeklyTabClicked = true;
} else if (weeklyLoaded) {
gotoAndPlay ("weeklyLoaded");
}
Symbol 328 MovieClip Frame 55
if (0 < mcHighScoreData.records) {
mcHighScoreData.positionWeekly = mcHighScoreData.position;
weeklyLoaded = true;
var i = 0;
while (i < mcHighScoreData.high) {
mcHighScoreData["userNameWeekly" + i] = mcHighScoreData["user_name" + i];
mcHighScoreData["scoreWeekly" + i] = mcHighScoreData["score" + i];
mcHighScoreData["dateWeekly" + i] = mcHighScoreData["date" + i];
if (scoreIsTime) {
mcHighScoreData["scoreWeekly" + i] = convertScoreToTime(mcHighScoreData["scoreWeekly" + i]);
}
i++;
}
gotoAndPlay ("weeklyLoaded");
} else {
gotoAndPlay(_currentframe - 1);
}
Symbol 328 MovieClip Frame 56
var i = 0;
while (i < mcHighScoreData.high) {
this["txtUserName" + i] = mcHighScoreData["userNameWeekly" + i];
this["txtScore" + i] = mcHighScoreData["scoreWeekly" + i];
this["txtDate" + i] = mcHighScoreData["dateWeekly" + i];
i++;
}
mcYourScore.position = mcHighScoreData.positionWeekly;
stop();
Symbol 328 MovieClip Frame 68
if ((!monthlyTabClicked) or (!monthlyLoaded)) {
getHighscores(0, mcHighScoreData);
monthlyTabClicked = true;
} else if (monthlyLoaded) {
gotoAndPlay ("monthlyLoaded");
}
Symbol 328 MovieClip Frame 75
if (0 < mcHighScoreData.records) {
mcHighScoreData.positionMonthly = mcHighScoreData.position;
monthlyLoaded = true;
var i = 0;
while (i < mcHighScoreData.high) {
mcHighScoreData["userNameMonthly" + i] = mcHighScoreData["user_name" + i];
mcHighScoreData["scoreMonthly" + i] = mcHighScoreData["score" + i];
mcHighScoreData["dateMonthly" + i] = mcHighScoreData["date" + i];
if (scoreIsTime) {
mcHighScoreData["scoreMonthly" + i] = convertScoreToTime(mcHighScoreData["scoreMonthly" + i]);
}
i++;
}
gotoAndPlay ("monthlyLoaded");
} else {
gotoAndPlay(_currentframe - 1);
}
Symbol 328 MovieClip Frame 76
var i = 0;
while (i < mcHighScoreData.high) {
this["txtUserName" + i] = mcHighScoreData["userNameMonthly" + i];
this["txtScore" + i] = mcHighScoreData["scoreMonthly" + i];
this["txtDate" + i] = mcHighScoreData["dateMonthly" + i];
i++;
}
mcYourScore.position = mcHighScoreData.positionMonthly;
stop();
Symbol 331 Button
on (release) {
gotoAndStop (1);
}