Frame 1
play();
Frame 2
_load = _root.getBytesLoaded();
_loadtotal = _root.getBytesTotal();
if ((_loadtotal / 1.1) < _load) {
nextFrame();
}
gotoAndPlay (1);
Frame 3
gotoAndPlay (4);
Frame 4
tapette._y = _ymouse;
tapette._x = _xmouse;
if (126 >= tapette._y) {
tapette._y = 126;
} else if (tapette._y >= 206) {
tapette._y = 206;
}
if (25 >= tapette._x) {
tapette._x = 25;
} else if (tapette._x >= 375) {
tapette._x = 375;
}
Instance of Symbol 27 MovieClip "fly" in Frame 4
onClipEvent (enterFrame) {
randx = random(3);
if (randx == 1) {
seqx = random(100);
}
if ((50 >= seqx) and (_root.mort == 0)) {
_x = (_x + random(23));
} else if (_root.mort == 0) {
_x = (_x - random(23));
}
randy = random(3);
if (randy == 1) {
seqy = random(100);
}
if ((50 >= seqy) and (_root.mort == 0)) {
_y = (_y + random(23));
} else if (_root.mort == 0) {
_y = (_y - random(23));
}
if (_x < 30) {
randx = 1;
seqx = 1;
}
if (370 < _x) {
randx = 1;
seqx = 100;
}
if (_y < 141) {
randy = 1;
seqy = 1;
}
if (201 < _y) {
randy = 1;
seqy = 100;
}
boby = int(_x);
}
Frame 5
tapette._y = _ymouse;
tapette._x = _xmouse;
if (126 >= tapette._y) {
tapette._y = 126;
} else if (tapette._y >= 206) {
tapette._y = 206;
}
if (25 >= tapette._x) {
tapette._x = 25;
} else if (tapette._x >= 375) {
tapette._x = 375;
}
gotoAndPlay (4);
Symbol 3 MovieClip Frame 1
bytesloaded = int(((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) * 1.4);
if (100 < bytesloaded) {
bytesloaded = 100;
}
Instance of Symbol 9 MovieClip "nuage2" in Symbol 12 MovieClip Frame 1
onClipEvent (load) {
vit = 0.25 + (random(25) / 20);
if (int(random(2)) == 0) {
vit = vit * -1;
}
}
onClipEvent (enterFrame) {
_x = (_x + vit);
if (_x < -350) {
_x = 400;
}
if (400 < _x) {
_x = -350;
}
}
Instance of Symbol 9 MovieClip "nuage2" in Symbol 12 MovieClip Frame 1
onClipEvent (load) {
vit = 0.25 + (random(25) / 20);
if (int(random(2)) == 0) {
vit = vit * -1;
}
}
onClipEvent (enterFrame) {
_x = (_x + vit);
if (_x < -150) {
_x = 400;
}
if (400 < _x) {
_x = -150;
}
}
Instance of Symbol 11 MovieClip in Symbol 12 MovieClip Frame 1
onClipEvent (load) {
vit = 0.25 + (random(25) / 20);
if (int(random(2)) == 0) {
vit = vit * -1;
}
}
onClipEvent (enterFrame) {
_x = (_x + vit);
if (_x < -350) {
_x = 400;
}
if (400 < _x) {
_x = -350;
}
}
Instance of Symbol 9 MovieClip "nuage2" in Symbol 12 MovieClip Frame 1
onClipEvent (load) {
vit = 0.25 + (random(25) / 20);
if (int(random(2)) == 0) {
vit = vit * -1;
}
}
onClipEvent (enterFrame) {
_x = (_x + vit);
if (_x < -150) {
_x = 400;
}
if (400 < _x) {
_x = -150;
}
}
Instance of Symbol 11 MovieClip in Symbol 12 MovieClip Frame 1
onClipEvent (load) {
vit = 0.25 + (random(25) / 20);
if (int(random(2)) == 0) {
vit = vit * -1;
}
}
onClipEvent (enterFrame) {
_x = (_x + vit);
if (_x < -150) {
_x = 400;
}
if (400 < _x) {
_x = -150;
}
}
Symbol 18 MovieClip Frame 1
stop();
Symbol 18 MovieClip Frame 4
if (((((_root.fly._x - 32) < _root.tapette._x) and (_root.tapette._x < (_root.fly._x + 32))) and ((_root.fly._y - 32) < _root.tapette._y)) and (_root.tapette._y < (_root.fly._y + 37))) {
_root.mort = 1;
_root.fly.gotoAndPlay(2);
}
_root.flash.gotoAndPlay(2);
Symbol 22 MovieClip Frame 1
Symbol 27 MovieClip Frame 1
_root.mort = 0;
stop();
Symbol 27 MovieClip Frame 15
_root.mort = 0;
Symbol 30 MovieClip Frame 1
stop();
Symbol 36 Button
on (press) {
tapette.play();
}
Symbol 63 Button
on (release) {
getURL (((((((((((((((((((((((("javascript:window.open('http://www.killthefly.com','" add winName) add "','width=900") add winW) add ",height=600") add winH) add ",top='+(((screen.height-600)/2)-(") add (winH / 2)) add "))+',left='+(((screen.width-900)/2-12)-(") add (winW / 2)) add "))+',toolbar=yes") add tools) add ",scrollbars=yes") add scroll) add ",resizable=yes") add resize) add ",menubar=yes") add menu) add ",status=yes") add status) add ",directories=no") add directory) add ",location=no") add location) add "'); void(0);");
}