Frame 1
stop();
Frame 2
function continuer() {
if (_root.balle._y > 575) {
_root.gotoAndStop(3);
}
}
function raq() {
if (_root.raquette._x > 748) {
_root.raquette._x = 748;
} else if (_root.raquette._x < 52) {
_root.raquette._x = 52;
}
}
function fin() {
if (_root.total == 120) {
_root.gotoAndStop(4);
}
}
h = 2;
v = 3;
stop();
Mouse.hide();
Instance of Symbol 25 MovieClip in Frame 2
onClipEvent (enterFrame) {
_root.balle._x = _root.balle._x + _root.h;
_root.balle._y = _root.balle._y + _root.v;
_root.raquette._x = _root._xmouse;
_root.raq();
_root.continuer();
_root.fin();
}
Instance of Symbol 36 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.balle)) {
_root.h = 3;
}
}
Instance of Symbol 36 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.balle || (_root.raquette))) {
_root.h = -3;
}
}
Instance of Symbol 36 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.balle)) {
_root.v = 3;
}
}
Frame 3
Mouse.show();
Frame 4
Mouse.show();
Frame 5
function continuer() {
if (_root.balle._y > 575) {
_root.gotoAndStop(6);
}
}
function raq() {
if (_root.raquette._x > 748) {
_root.raquette._x = 748;
} else if (_root.raquette._x < 52) {
_root.raquette._x = 52;
}
}
function fin() {
if (_root.total == 160) {
_root.gotoAndStop(7);
}
}
h = 5;
v = 5;
stop();
Mouse.hide();
Instance of Symbol 25 MovieClip in Frame 5
onClipEvent (enterFrame) {
_root.balle._x = _root.balle._x + _root.h;
_root.balle._y = _root.balle._y + _root.v;
_root.raquette._x = _root._xmouse;
_root.raq();
_root.continuer();
_root.fin();
}
Instance of Symbol 36 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.balle)) {
_root.h = 5;
}
}
Instance of Symbol 36 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.balle || (_root.raquette))) {
_root.h = -5;
}
}
Instance of Symbol 36 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.balle)) {
_root.v = 5;
}
}
Frame 6
Mouse.show();
Instance of Symbol 36 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.balle)) {
_root.h = 3;
}
}
Instance of Symbol 36 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.balle || (_root.raquette))) {
_root.h = -3;
}
}
Instance of Symbol 36 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.balle)) {
_root.v = 3;
}
}
Frame 7
Mouse.show();
Symbol 21 Button
on (release) {
gotoAndPlay (2);
}
Instance of Symbol 27 MovieClip in Symbol 32 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.balle)) {
_root.v = -3;
_root.h = -3;
}
}
Instance of Symbol 29 MovieClip in Symbol 32 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.balle)) {
_root.v = -3;
_root.h = 3;
}
}
Instance of Symbol 31 MovieClip in Symbol 32 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.balle)) {
_root.v = -3;
_root.h = 1;
}
}
Symbol 37 MovieClip Frame 1
if (this.hitTest(_root.balle)) {
if (this._y > _root.balle._y) {
this._y = -100;
_root.v = -3;
_root.total = _root.total + 5;
}
}
if (this.hitTest(_root.balle)) {
if (this._y < _root.balle._y) {
this._y = -100;
_root.v = 3;
_root.total = _root.total + 5;
}
}
Symbol 37 MovieClip Frame 2
if (this.hitTest(_root.balle)) {
if (this._y > _root.balle._y) {
this._y = -100;
_root.v = -3;
_root.total = _root.total + 5;
}
}
if (this.hitTest(_root.balle)) {
if (this._y < _root.balle._y) {
this._y = -100;
_root.v = 3;
_root.total = _root.total + 5;
}
}
Symbol 38 MovieClip Frame 1
if (this.hitTest(_root.balle)) {
if (this._y > _root.balle._y) {
this._y = -100;
_root.v = -3;
_root.total = _root.total + 5;
}
}
if (this.hitTest(_root.balle)) {
if (this._y < _root.balle._y) {
this._y = -100;
_root.v = 3;
_root.total = _root.total + 5;
}
}
Symbol 38 MovieClip Frame 2
if (this.hitTest(_root.balle)) {
if (this._y > _root.balle._y) {
this._y = -100;
_root.v = -3;
_root.total = _root.total + 5;
}
}
if (this.hitTest(_root.balle)) {
if (this._y < _root.balle._y) {
this._y = -100;
_root.v = 3;
_root.total = _root.total + 5;
}
}
Symbol 40 MovieClip Frame 1
if (this.hitTest(_root.balle)) {
if (this._y > _root.balle._y) {
this._y = -100;
_root.v = -3;
_root.total = _root.total + 5;
}
}
if (this.hitTest(_root.balle)) {
if (this._y < _root.balle._y) {
this._y = -100;
_root.v = 3;
_root.total = _root.total + 5;
}
}
Symbol 40 MovieClip Frame 2
if (this.hitTest(_root.balle)) {
if (this._y > _root.balle._y) {
this._y = -100;
_root.v = -3;
_root.total = _root.total + 5;
}
}
if (this.hitTest(_root.balle)) {
if (this._y < _root.balle._y) {
this._y = -100;
_root.v = 3;
_root.total = _root.total + 5;
}
}
Symbol 41 MovieClip Frame 1
if (this.hitTest(_root.balle)) {
if (this._y > _root.balle._y) {
this._y = -100;
_root.v = -3;
_root.total = _root.total + 5;
}
}
if (this.hitTest(_root.balle)) {
if (this._y < _root.balle._y) {
this._y = -100;
_root.v = 3;
_root.total = _root.total + 5;
}
}
Symbol 41 MovieClip Frame 2
if (this.hitTest(_root.balle)) {
if (this._y > _root.balle._y) {
this._y = -100;
_root.v = -3;
_root.total = _root.total + 5;
}
}
if (this.hitTest(_root.balle)) {
if (this._y < _root.balle._y) {
this._y = -100;
_root.v = 3;
_root.total = _root.total + 5;
}
}
Symbol 42 MovieClip Frame 1
if (this.hitTest(_root.balle)) {
if (this._y > _root.balle._y) {
this._y = -100;
_root.v = -3;
_root.total = _root.total + 5;
}
}
if (this.hitTest(_root.balle)) {
if (this._y < _root.balle._y) {
this._y = -100;
_root.v = 3;
_root.total = _root.total + 5;
}
}
Symbol 42 MovieClip Frame 2
if (this.hitTest(_root.balle)) {
if (this._y > _root.balle._y) {
this._y = -100;
_root.v = -3;
_root.total = _root.total + 5;
}
}
if (this.hitTest(_root.balle)) {
if (this._y < _root.balle._y) {
this._y = -100;
_root.v = 3;
_root.total = _root.total + 5;
}
}
Symbol 48 Button
on (press) {
gotoAndStop (2);
}
Symbol 51 Button
on (press) {
nextFrame();
total = 0;
}
Instance of Symbol 27 MovieClip in Symbol 52 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.balle)) {
_root.v = -5;
_root.h = -5;
}
}
Instance of Symbol 29 MovieClip in Symbol 52 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.balle)) {
_root.v = -5;
_root.h = 5;
}
}
Instance of Symbol 31 MovieClip in Symbol 52 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.balle)) {
_root.v = -5;
_root.h = 5;
}
}
Symbol 53 MovieClip Frame 1
if (this.hitTest(_root.balle)) {
if (this._y > _root.balle._y) {
this._y = -100;
_root.v = -5;
_root.total = _root.total + 5;
}
}
if (this.hitTest(_root.balle)) {
if (this._y < _root.balle._y) {
this._y = -100;
_root.v = 5;
_root.total = _root.total + 5;
}
}
Symbol 53 MovieClip Frame 2
if (this.hitTest(_root.balle)) {
if (this._y > _root.balle._y) {
this._y = -100;
_root.v = -5;
_root.total = _root.total + 5;
}
}
if (this.hitTest(_root.balle)) {
if (this._y < _root.balle._y) {
this._y = -100;
_root.v = 5;
_root.total = _root.total + 5;
}
}
Symbol 54 MovieClip Frame 1
if (this.hitTest(_root.balle)) {
if (this._y > _root.balle._y) {
this._y = -100;
_root.v = -5;
_root.total = _root.total + 5;
}
}
if (this.hitTest(_root.balle)) {
if (this._y < _root.balle._y) {
this._y = -100;
_root.v = 5;
_root.total = _root.total + 5;
}
}
Symbol 54 MovieClip Frame 2
if (this.hitTest(_root.balle)) {
if (this._y > _root.balle._y) {
this._y = -100;
_root.v = -5;
_root.total = _root.total + 5;
}
}
if (this.hitTest(_root.balle)) {
if (this._y < _root.balle._y) {
this._y = -100;
_root.v = 5;
_root.total = _root.total + 5;
}
}
Symbol 55 MovieClip Frame 1
if (this.hitTest(_root.balle)) {
if (this._y > _root.balle._y) {
this._y = -100;
_root.v = -5;
_root.total = _root.total + 5;
}
}
if (this.hitTest(_root.balle)) {
if (this._y < _root.balle._y) {
this._y = -100;
_root.v = 5;
_root.total = _root.total + 5;
}
}
Symbol 55 MovieClip Frame 2
if (this.hitTest(_root.balle)) {
if (this._y > _root.balle._y) {
this._y = -100;
_root.v = -5;
_root.total = _root.total + 5;
}
}
if (this.hitTest(_root.balle)) {
if (this._y < _root.balle._y) {
this._y = -100;
_root.v = 5;
_root.total = _root.total + 5;
}
}
Symbol 56 MovieClip Frame 1
if (this.hitTest(_root.balle)) {
if (this._y > _root.balle._y) {
this._y = -100;
_root.v = -5;
_root.total = _root.total + 5;
}
}
if (this.hitTest(_root.balle)) {
if (this._y < _root.balle._y) {
this._y = -100;
_root.v = 5;
_root.total = _root.total + 5;
}
}
Symbol 56 MovieClip Frame 2
if (this.hitTest(_root.balle)) {
if (this._y > _root.balle._y) {
this._y = -100;
_root.v = -5;
_root.total = _root.total + 5;
}
}
if (this.hitTest(_root.balle)) {
if (this._y < _root.balle._y) {
this._y = -100;
_root.v = 5;
_root.total = _root.total + 5;
}
}
Symbol 57 MovieClip Frame 1
if (this.hitTest(_root.balle)) {
if (this._y > _root.balle._y) {
this._y = -100;
_root.v = -5;
_root.total = _root.total + 5;
}
}
if (this.hitTest(_root.balle)) {
if (this._y < _root.balle._y) {
this._y = -100;
_root.v = 5;
_root.total = _root.total + 5;
}
}
Symbol 57 MovieClip Frame 2
if (this.hitTest(_root.balle)) {
if (this._y > _root.balle._y) {
this._y = -100;
_root.v = -5;
_root.total = _root.total + 5;
}
}
if (this.hitTest(_root.balle)) {
if (this._y < _root.balle._y) {
this._y = -100;
_root.v = 5;
_root.total = _root.total + 5;
}
}
Symbol 61 Button
on (press) {
prevFrame();
}
Symbol 66 Button
on (release) {
gotoAndStop (2);
total = 0;
}
Symbol 70 Button
on (release) {
getURL ("http://mapage.noos.fr/antz/", "_blank");
}