Frame 1
Stage.showMenu = false;
Frame 122
button.onRelease = function () {
nextFrame();
};
stop();
Frame 123
stop();
Frame 125
_root.score = 0;
_root.hiscore = 0;
stop();
Instance of Symbol 46 MovieClip "ball" in Frame 125
onClipEvent (load) {
ySpeed = 0;
gravity = 2.8;
bounce = 0.5;
ground = 350;
rotSpeed = 0;
decay = 0.99;
}
onClipEvent (enterFrame) {
if (_y < ground) {
ySpeed = ySpeed + gravity;
} else if (ySpeed > (gravity * 4)) {
_y = ground;
ySpeed = ySpeed * (-bounce);
} else {
ySpeed = 0;
_y = ground;
}
_y = (_y + ySpeed);
if ((_x < 0) || (_x > 550)) {
xSpeed = xSpeed * -1;
}
_x = (_x + xSpeed);
xSpeed = xSpeed * 1;
}
onClipEvent (mouseDown) {
if (hitTest(_root._xmouse, _root._ymouse, true)) {
xSpeed = (_x - _root._xmouse) / 2;
_y = (_y-1);
ySpeed = ((_y - _root._ymouse) - _height) / 3;
}
}
on (press) {
_root.score = _root.score + 1;
}
onClipEvent (enterFrame) {
if (this.playing) {
onPress = false;
}
}
on (press) {
this.play();
}
onClipEvent (load) {
decay = 0.99;
rotSpeed = 0;
}
onClipEvent (enterFrame) {
this._rotation = this._rotation + rotSpeed;
rotSpeed = rotSpeed * decay;
}
onClipEvent (mouseDown) {
rotSpeed = xSpeed;
}
onClipEvent (enterFrame) {
if (this._y > ground) {
rotSpeed = 0;
xSpeed = 0;
}
}
onClipEvent (enterFrame) {
if (this._y > ground) {
_root.score = 0;
}
}
on (press) {
_root.hiscore = _root.hiscore + 1;
}
Frame 126
stop();
_root.counter = 15;
_root.framesPast = 0;
_root.onEnterFrame = function () {
_root.framesPast = _root.framesPast + 1;
if ((_root.framesPast % 12) == 0) {
_root.counter--;
if (_root.counter == 0) {
play();
}
}
};
_root.hiscore = 0;
Instance of Symbol 46 MovieClip "ball" in Frame 126
onClipEvent (load) {
ySpeed = 0;
gravity = 2.8;
bounce = 0.5;
ground = 350;
rotSpeed = 0;
decay = 0.99;
}
onClipEvent (enterFrame) {
if (_y < ground) {
ySpeed = ySpeed + gravity;
} else if (ySpeed > (gravity * 4)) {
_y = ground;
ySpeed = ySpeed * (-bounce);
} else {
ySpeed = 0;
_y = ground;
}
_y = (_y + ySpeed);
if ((_x < 0) || (_x > 550)) {
xSpeed = xSpeed * -1;
}
_x = (_x + xSpeed);
xSpeed = xSpeed * 1;
}
onClipEvent (mouseDown) {
if (hitTest(_root._xmouse, _root._ymouse, true)) {
xSpeed = (_x - _root._xmouse) / 2;
_y = (_y-1);
ySpeed = ((_y - _root._ymouse) - _height) / 3;
}
}
onClipEvent (load) {
decay = 0.99;
rotSpeed = 0;
}
onClipEvent (enterFrame) {
this._rotation = this._rotation + rotSpeed;
rotSpeed = rotSpeed * decay;
}
onClipEvent (mouseDown) {
rotSpeed = xSpeed;
}
onClipEvent (enterFrame) {
if (this._y > ground) {
rotSpeed = 0;
xSpeed = 0;
}
}
on (press) {
_root.hiscore = _root.hiscore + 1;
}
Frame 127
stop();
Instance of Symbol 46 MovieClip "ball" in Frame 127
onClipEvent (load) {
ySpeed = 0;
gravity = 2.8;
bounce = 0.5;
ground = 350;
rotSpeed = 0;
decay = 0.99;
}
onClipEvent (enterFrame) {
if (_y < ground) {
ySpeed = ySpeed + gravity;
} else if (ySpeed > (gravity * 4)) {
_y = ground;
ySpeed = ySpeed * (-bounce);
} else {
ySpeed = 0;
_y = ground;
}
_y = (_y + ySpeed);
if ((_x < 0) || (_x > 550)) {
xSpeed = xSpeed * -1;
}
_x = (_x + xSpeed);
xSpeed = xSpeed * 1;
}
Frame 128
stop();
_root.counter = 30;
_root.framesPast = 0;
_root.onEnterFrame = function () {
_root.framesPast = _root.framesPast + 1;
if ((_root.framesPast % 12) == 0) {
_root.counter--;
if (_root.counter == 0) {
play();
}
}
};
_root.hiscore = 0;
Instance of Symbol 46 MovieClip "ball" in Frame 128
onClipEvent (load) {
ySpeed = 0;
gravity = 2.8;
bounce = 0.5;
ground = 350;
rotSpeed = 0;
decay = 0.99;
}
onClipEvent (enterFrame) {
if (_y < ground) {
ySpeed = ySpeed + gravity;
} else if (ySpeed > (gravity * 4)) {
_y = ground;
ySpeed = ySpeed * (-bounce);
} else {
ySpeed = 0;
_y = ground;
}
_y = (_y + ySpeed);
if ((_x < 0) || (_x > 550)) {
xSpeed = xSpeed * -1;
}
_x = (_x + xSpeed);
xSpeed = xSpeed * 1;
}
onClipEvent (mouseDown) {
if (hitTest(_root._xmouse, _root._ymouse, true)) {
xSpeed = (_x - _root._xmouse) / 2;
_y = (_y-1);
ySpeed = ((_y - _root._ymouse) - _height) / 3;
}
}
onClipEvent (enterFrame) {
if (this.playing) {
onPress = false;
}
}
on (press) {
this.play();
}
onClipEvent (load) {
decay = 0.99;
rotSpeed = 0;
}
onClipEvent (enterFrame) {
this._rotation = this._rotation + rotSpeed;
rotSpeed = rotSpeed * decay;
}
onClipEvent (mouseDown) {
rotSpeed = xSpeed;
}
onClipEvent (enterFrame) {
if (this._y > ground) {
rotSpeed = 0;
xSpeed = 0;
}
}
onClipEvent (enterFrame) {
if (this._y > ground) {
_root.score = 0;
}
}
on (press) {
_root.hiscore = _root.hiscore + 1;
}
Frame 129
stop();
Instance of Symbol 46 MovieClip "ball" in Frame 129
onClipEvent (load) {
ySpeed = 0;
gravity = 2.8;
bounce = 0.5;
ground = 350;
rotSpeed = 0;
decay = 0.99;
}
onClipEvent (enterFrame) {
if (_y < ground) {
ySpeed = ySpeed + gravity;
} else if (ySpeed > (gravity * 4)) {
_y = ground;
ySpeed = ySpeed * (-bounce);
} else {
ySpeed = 0;
_y = ground;
}
_y = (_y + ySpeed);
if ((_x < 0) || (_x > 550)) {
xSpeed = xSpeed * -1;
}
_x = (_x + xSpeed);
xSpeed = xSpeed * 1;
}
Frame 130
stop();
_root.counter = 60;
_root.framesPast = 0;
_root.onEnterFrame = function () {
_root.framesPast = _root.framesPast + 1;
if ((_root.framesPast % 12) == 0) {
_root.counter--;
if (_root.counter == 0) {
play();
}
}
};
_root.hiscore = 0;
Instance of Symbol 46 MovieClip "ball" in Frame 130
onClipEvent (load) {
ySpeed = 0;
gravity = 2.8;
bounce = 0.5;
ground = 350;
rotSpeed = 0;
decay = 0.99;
}
onClipEvent (enterFrame) {
if (_y < ground) {
ySpeed = ySpeed + gravity;
} else if (ySpeed > (gravity * 4)) {
_y = ground;
ySpeed = ySpeed * (-bounce);
} else {
ySpeed = 0;
_y = ground;
}
_y = (_y + ySpeed);
if ((_x < 0) || (_x > 550)) {
xSpeed = xSpeed * -1;
}
_x = (_x + xSpeed);
xSpeed = xSpeed * 1;
}
onClipEvent (mouseDown) {
if (hitTest(_root._xmouse, _root._ymouse, true)) {
xSpeed = (_x - _root._xmouse) / 2;
_y = (_y-1);
ySpeed = ((_y - _root._ymouse) - _height) / 3;
}
}
onClipEvent (enterFrame) {
if (this.playing) {
onPress = false;
}
}
on (press) {
this.play();
}
onClipEvent (load) {
decay = 0.99;
rotSpeed = 0;
}
onClipEvent (enterFrame) {
this._rotation = this._rotation + rotSpeed;
rotSpeed = rotSpeed * decay;
}
onClipEvent (mouseDown) {
rotSpeed = xSpeed;
}
onClipEvent (enterFrame) {
if (this._y > ground) {
rotSpeed = 0;
xSpeed = 0;
}
}
onClipEvent (enterFrame) {
if (this._y > ground) {
_root.score = 0;
}
}
on (press) {
_root.hiscore = _root.hiscore + 1;
}
Frame 131
stop();
Instance of Symbol 46 MovieClip "ball" in Frame 131
onClipEvent (load) {
ySpeed = 0;
gravity = 2.8;
bounce = 0.5;
ground = 350;
rotSpeed = 0;
decay = 0.99;
}
onClipEvent (enterFrame) {
if (_y < ground) {
ySpeed = ySpeed + gravity;
} else if (ySpeed > (gravity * 4)) {
_y = ground;
ySpeed = ySpeed * (-bounce);
} else {
ySpeed = 0;
_y = ground;
}
_y = (_y + ySpeed);
if ((_x < 0) || (_x > 550)) {
xSpeed = xSpeed * -1;
}
_x = (_x + xSpeed);
xSpeed = xSpeed * 1;
}
Frame 132
stop();
_root.hiscore = 0;
Instance of Symbol 46 MovieClip "ball" in Frame 132
onClipEvent (load) {
ySpeed = 0;
gravity = 2.8;
bounce = 0.5;
ground = 350;
rotSpeed = 0;
decay = 0.99;
}
onClipEvent (enterFrame) {
if (_y < ground) {
ySpeed = ySpeed + gravity;
} else if (ySpeed > (gravity * 4)) {
_y = ground;
ySpeed = ySpeed * (-bounce);
} else {
ySpeed = 0;
_y = ground;
}
_y = (_y + ySpeed);
if ((_x < 0) || (_x > 550)) {
xSpeed = xSpeed * -1;
}
_x = (_x + xSpeed);
xSpeed = xSpeed * 1;
}
onClipEvent (mouseDown) {
if (hitTest(_root._xmouse, _root._ymouse, true)) {
xSpeed = (_x - _root._xmouse) / 2;
_y = (_y-1);
ySpeed = ((_y - _root._ymouse) - _height) / 3;
}
}
onClipEvent (enterFrame) {
if (this.playing) {
onPress = false;
}
}
on (press) {
this.play();
}
onClipEvent (load) {
decay = 0.99;
rotSpeed = 0;
}
onClipEvent (enterFrame) {
this._rotation = this._rotation + rotSpeed;
rotSpeed = rotSpeed * decay;
}
onClipEvent (mouseDown) {
rotSpeed = xSpeed;
}
onClipEvent (enterFrame) {
if (this._y > ground) {
rotSpeed = 0;
xSpeed = 0;
}
}
onClipEvent (enterFrame) {
if (this._y >= ground) {
gotoAndPlay (133);
}
}
on (press) {
_root.hiscore = _root.hiscore + 1;
}
onClipEvent (enterFrame) {
if (this._y > ground) {
_root.play();
}
}
Frame 133
stop();
Instance of Symbol 46 MovieClip "ball" in Frame 133
onClipEvent (load) {
ySpeed = 0;
gravity = 2.8;
bounce = 0.5;
ground = 350;
rotSpeed = 0;
decay = 0.99;
}
onClipEvent (enterFrame) {
if (_y < ground) {
ySpeed = ySpeed + gravity;
} else if (ySpeed > (gravity * 4)) {
_y = ground;
ySpeed = ySpeed * (-bounce);
} else {
ySpeed = 0;
_y = ground;
}
_y = (_y + ySpeed);
if ((_x < 0) || (_x > 550)) {
xSpeed = xSpeed * -1;
}
_x = (_x + xSpeed);
xSpeed = xSpeed * 1;
}
Symbol 11 Button
on (release) {
_root.play();
}
Symbol 12 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
gotoAndStop ("loaded");
}
Symbol 12 MovieClip Frame 2
gotoAndPlay (1);
Symbol 17 Button
on (release) {
nextFrame();
}
Symbol 21 Button
on (release) {
gotoAndPlay (125);
}
Symbol 23 Button
on (release) {
nextFrame();
}
Symbol 25 Button
on (release) {
gotoAndPlay (132);
}
Symbol 27 Button
on (release) {
prevFrame();
}
Symbol 30 Button
on (release) {
gotoAndPlay (126);
}
Symbol 32 Button
on (release) {
gotoAndPlay (128);
}
Symbol 34 Button
on (release) {
gotoAndPlay (130);
}
Symbol 51 Button
on (release) {
stopAllSounds();
gotoAndStop (122);
}
Symbol 57 Button
on (release) {
prevFrame();
}
Symbol 66 Button
on (release) {
stopAllSounds();
prevFrame();
}