Frame 1
Stage.showMenu = false;
Frame 2
stop();
Frame 5
score = 0;
_root.a1000._x = Math.random() * 550;
_root.a1000._y = Math.random() * 400;
_root.a500._x = Math.random() * 550;
_root.a500._y = Math.random() * 400;
_root.a501._x = Math.random() * 550;
_root.a501._y = Math.random() * 400;
_root.a502._x = Math.random() * 550;
_root.a502._y = Math.random() * 400;
_root.a503._x = Math.random() * 550;
_root.a503._y = Math.random() * 400;
_root.a504._x = Math.random() * 550;
_root.a504._y = Math.random() * 400;
_root.a505._x = Math.random() * 550;
_root.a505._y = Math.random() * 400;
_root.a100._x = Math.random() * 550;
_root.a100._y = Math.random() * 400;
_root.a101._x = Math.random() * 550;
_root.a101._y = Math.random() * 400;
_root.a102._x = Math.random() * 550;
_root.a102._y = Math.random() * 400;
_root.a103._x = Math.random() * 550;
_root.a103._y = Math.random() * 400;
_root.a104._x = Math.random() * 550;
_root.a104._y = Math.random() * 400;
_root.a105._x = Math.random() * 550;
_root.a105._y = Math.random() * 400;
_root.a106._x = Math.random() * 550;
_root.a106._y = Math.random() * 400;
_root.a107._x = Math.random() * 550;
_root.a107._y = Math.random() * 400;
_root.a108._x = Math.random() * 550;
_root.a108._y = Math.random() * 400;
_root.z1._x = Math.random() * 550;
_root.z1._y = Math.random() * 400;
_root.x1._x = Math.random() * 550;
_root.x1._y = Math.random() * 400;
_root.v1._x = Math.random() * 550;
_root.v1._y = Math.random() * 400;
_root.z2._x = Math.random() * 550;
_root.z2._y = Math.random() * 400;
_root.x2._x = Math.random() * 550;
_root.x2._y = Math.random() * 400;
_root.v2._x = Math.random() * 550;
_root.v2._y = Math.random() * 400;
_root.z3._x = Math.random() * 550;
_root.z3._y = Math.random() * 400;
_root.x3._x = Math.random() * 550;
_root.x3._y = Math.random() * 400;
_root.v3._x = Math.random() * 550;
_root.v3._y = Math.random() * 400;
_root.q1._x = Math.random() * 550;
_root.q1._y = Math.random() * 400;
_root.q2._x = Math.random() * 550;
_root.q2._y = Math.random() * 400;
_root.q3._x = Math.random() * 550;
_root.q3._y = Math.random() * 400;
_root.q4._x = Math.random() * 550;
_root.q4._y = Math.random() * 400;
_root.q5._x = Math.random() * 550;
_root.q5._y = Math.random() * 400;
_root.q6._x = Math.random() * 550;
_root.q6._y = Math.random() * 400;
Instance of Symbol 29 MovieClip "a1" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 1;
_root.a1._x = Math.random() * 550;
_root.a1._y = Math.random() * 400;
}
}
Instance of Symbol 31 MovieClip "a5" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 5;
_root.a5._x = Math.random() * 550;
_root.a5._y = Math.random() * 400;
}
}
Instance of Symbol 33 MovieClip "a10" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 10;
_root.a10._x = Math.random() * 550;
_root.a10._y = Math.random() * 400;
}
}
Instance of Symbol 35 MovieClip "a25" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 25;
_root.a25._x = Math.random() * 550;
_root.a25._y = Math.random() * 400;
}
}
Instance of Symbol 37 MovieClip "a50" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 50;
_root.a50._x = Math.random() * 550;
_root.a50._y = Math.random() * 400;
}
}
Instance of Symbol 39 MovieClip "a100" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 100;
_root.a100._x = Math.random() * 550;
_root.a100._y = Math.random() * 400;
}
}
Instance of Symbol 41 MovieClip "a500" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 500;
_root.a500._x = Math.random() * 550;
_root.a500._y = Math.random() * 400;
}
}
Instance of Symbol 43 MovieClip "a1000" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 1000;
_root.a1000._x = Math.random() * 550;
_root.a1000._y = Math.random() * 400;
}
}
Instance of Symbol 45 MovieClip "mouse" in Frame 5
onClipEvent (load) {
Mouse.hide();
startDrag (this, true);
}
Instance of Symbol 29 MovieClip "a2" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 1;
_root.a2._x = Math.random() * 550;
_root.a2._y = Math.random() * 400;
}
}
Instance of Symbol 31 MovieClip "a6" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 5;
_root.a6._x = Math.random() * 550;
_root.a6._y = Math.random() * 400;
}
}
Instance of Symbol 33 MovieClip "a11" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 10;
_root.a11._x = Math.random() * 550;
_root.a11._y = Math.random() * 400;
}
}
Instance of Symbol 35 MovieClip "a26" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 25;
_root.a26._x = Math.random() * 550;
_root.a26._y = Math.random() * 400;
}
}
Instance of Symbol 37 MovieClip "a51" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 50;
_root.a51._x = Math.random() * 550;
_root.a51._y = Math.random() * 400;
}
}
Instance of Symbol 39 MovieClip "a101" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 100;
_root.a101._x = Math.random() * 550;
_root.a101._y = Math.random() * 400;
}
}
Instance of Symbol 41 MovieClip "a501" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 500;
_root.a501._x = Math.random() * 550;
_root.a501._y = Math.random() * 400;
}
}
Instance of Symbol 29 MovieClip "a3" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 1;
_root.a3._x = Math.random() * 550;
_root.a3._y = Math.random() * 400;
}
}
Instance of Symbol 31 MovieClip "a7" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 5;
_root.a7._x = Math.random() * 550;
_root.a7._y = Math.random() * 400;
}
}
Instance of Symbol 33 MovieClip "a12" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 10;
_root.a12._x = Math.random() * 550;
_root.a12._y = Math.random() * 400;
}
}
Instance of Symbol 35 MovieClip "a27" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 25;
_root.a27._x = Math.random() * 550;
_root.a27._y = Math.random() * 400;
}
}
Instance of Symbol 37 MovieClip "a52" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 50;
_root.a52._x = Math.random() * 550;
_root.a52._y = Math.random() * 400;
}
}
Instance of Symbol 39 MovieClip "a102" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 100;
_root.a102._x = Math.random() * 550;
_root.a102._y = Math.random() * 400;
}
}
Instance of Symbol 41 MovieClip "a502" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 500;
_root.a502._x = Math.random() * 550;
_root.a502._y = Math.random() * 400;
}
}
Instance of Symbol 29 MovieClip "b1" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 1;
_root.b1._x = Math.random() * 550;
_root.b1._y = Math.random() * 400;
}
}
Instance of Symbol 31 MovieClip "b10" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 5;
_root.b10._x = Math.random() * 550;
_root.b10._y = Math.random() * 400;
}
}
Instance of Symbol 33 MovieClip "a13" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 10;
_root.a13._x = Math.random() * 550;
_root.a13._y = Math.random() * 400;
}
}
Instance of Symbol 35 MovieClip "a28" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 25;
_root.a28._x = Math.random() * 550;
_root.a28._y = Math.random() * 400;
}
}
Instance of Symbol 37 MovieClip "a53" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 50;
_root.a53._x = Math.random() * 550;
_root.a53._y = Math.random() * 400;
}
}
Instance of Symbol 39 MovieClip "a103" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 100;
_root.a103._x = Math.random() * 550;
_root.a103._y = Math.random() * 400;
}
}
Instance of Symbol 41 MovieClip "a503" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 500;
_root.a503._x = Math.random() * 550;
_root.a503._y = Math.random() * 400;
}
}
Instance of Symbol 29 MovieClip "b2" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 1;
_root.b2._x = Math.random() * 550;
_root.b2._y = Math.random() * 400;
}
}
Instance of Symbol 31 MovieClip "b11" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 5;
_root.b11._x = Math.random() * 550;
_root.b11._y = Math.random() * 400;
}
}
Instance of Symbol 33 MovieClip "a14" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 10;
_root.a14._x = Math.random() * 550;
_root.a14._y = Math.random() * 400;
}
}
Instance of Symbol 35 MovieClip "a29" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 25;
_root.a29._x = Math.random() * 550;
_root.a29._y = Math.random() * 400;
}
}
Instance of Symbol 37 MovieClip "a54" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 50;
_root.a54._x = Math.random() * 550;
_root.a54._y = Math.random() * 400;
}
}
Instance of Symbol 39 MovieClip "a104" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 100;
_root.a104._x = Math.random() * 550;
_root.a104._y = Math.random() * 400;
}
}
Instance of Symbol 41 MovieClip "a504" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 500;
_root.a504._x = Math.random() * 550;
_root.a504._y = Math.random() * 400;
}
}
Instance of Symbol 29 MovieClip "b2" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 1;
_root.b2._x = Math.random() * 550;
_root.b2._y = Math.random() * 400;
}
}
Instance of Symbol 31 MovieClip "b11" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 5;
_root.b11._x = Math.random() * 550;
_root.b11._y = Math.random() * 400;
}
}
Instance of Symbol 33 MovieClip "c1" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 10;
_root.c1._x = Math.random() * 550;
_root.c1._y = Math.random() * 400;
}
}
Instance of Symbol 35 MovieClip "c2" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 25;
_root.c2._x = Math.random() * 550;
_root.c2._y = Math.random() * 400;
}
}
Instance of Symbol 37 MovieClip "a599" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 50;
_root.a599._x = Math.random() * 550;
_root.a599._y = Math.random() * 400;
}
}
Instance of Symbol 39 MovieClip "a199" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 100;
_root.a199._x = Math.random() * 550;
_root.a199._y = Math.random() * 400;
}
}
Instance of Symbol 41 MovieClip "a505" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 500;
_root.a505._x = Math.random() * 550;
_root.a505._y = Math.random() * 400;
}
}
Instance of Symbol 29 MovieClip "b3" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 1;
_root.b3._x = Math.random() * 550;
_root.b3._y = Math.random() * 400;
}
}
Instance of Symbol 31 MovieClip "b12" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 5;
_root.b12._x = Math.random() * 550;
_root.b12._y = Math.random() * 400;
}
}
Instance of Symbol 33 MovieClip "a15" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 10;
_root.a15._x = Math.random() * 550;
_root.a15._y = Math.random() * 400;
}
}
Instance of Symbol 35 MovieClip "a30" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 25;
_root.a30._x = Math.random() * 550;
_root.a30._y = Math.random() * 400;
}
}
Instance of Symbol 37 MovieClip "a55" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 50;
_root.a55._x = Math.random() * 550;
_root.a55._y = Math.random() * 400;
}
}
Instance of Symbol 39 MovieClip "a105" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 100;
_root.a105._x = Math.random() * 550;
_root.a105._y = Math.random() * 400;
}
}
Instance of Symbol 29 MovieClip "b4" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 1;
_root.b4._x = Math.random() * 550;
_root.b4._y = Math.random() * 400;
}
}
Instance of Symbol 31 MovieClip "b13" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 5;
_root.b13._x = Math.random() * 550;
_root.b13._y = Math.random() * 400;
}
}
Instance of Symbol 33 MovieClip "a16" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 10;
_root.a15._x = Math.random() * 550;
_root.a15._y = Math.random() * 400;
}
}
Instance of Symbol 35 MovieClip "a31" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 25;
_root.a31._x = Math.random() * 550;
_root.a31._y = Math.random() * 400;
}
}
Instance of Symbol 37 MovieClip "a56" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 50;
_root.a56._x = Math.random() * 550;
_root.a56._y = Math.random() * 400;
}
}
Instance of Symbol 39 MovieClip "a106" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 100;
_root.a106._x = Math.random() * 550;
_root.a106._y = Math.random() * 400;
}
}
Instance of Symbol 29 MovieClip "b5" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 1;
_root.b5._x = Math.random() * 550;
_root.b3._y = Math.random() * 400;
}
}
Instance of Symbol 31 MovieClip "b13" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 5;
_root.b13._x = Math.random() * 550;
_root.b13._y = Math.random() * 400;
}
}
Instance of Symbol 33 MovieClip "a17" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 10;
_root.a17._x = Math.random() * 550;
_root.a17._y = Math.random() * 400;
}
}
Instance of Symbol 35 MovieClip "a32" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 25;
_root.a32._x = Math.random() * 550;
_root.a32._y = Math.random() * 400;
}
}
Instance of Symbol 37 MovieClip "a57" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 50;
_root.a57._x = Math.random() * 550;
_root.a57._y = Math.random() * 400;
}
}
Instance of Symbol 39 MovieClip "a107" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 100;
_root.a107._x = Math.random() * 550;
_root.a107._y = Math.random() * 400;
}
}
Instance of Symbol 29 MovieClip "b6" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 1;
_root.b6._x = Math.random() * 550;
_root.b6._y = Math.random() * 400;
}
}
Instance of Symbol 31 MovieClip "b14" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 5;
_root.b14._x = Math.random() * 550;
_root.b14._y = Math.random() * 400;
}
}
Instance of Symbol 33 MovieClip "a18" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 10;
_root.a18._x = Math.random() * 550;
_root.a18._y = Math.random() * 400;
}
}
Instance of Symbol 35 MovieClip "a33" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 25;
_root.a33._x = Math.random() * 550;
_root.a33._y = Math.random() * 400;
}
}
Instance of Symbol 37 MovieClip "a58" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 50;
_root.a58._x = Math.random() * 550;
_root.a58._y = Math.random() * 400;
}
}
Instance of Symbol 39 MovieClip "a108" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 100;
_root.a108._x = Math.random() * 550;
_root.a108._y = Math.random() * 400;
}
}
Instance of Symbol 47 MovieClip "z2" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score - 10;
_root.z2._x = Math.random() * 550;
_root.z2._y = Math.random() * 400;
}
}
Instance of Symbol 49 MovieClip "x2" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score - 50;
_root.x2._x = Math.random() * 550;
_root.x2._y = Math.random() * 400;
}
}
Instance of Symbol 51 MovieClip "v2" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score - 100;
_root.v2._x = Math.random() * 550;
_root.v2._y = Math.random() * 400;
}
}
Instance of Symbol 47 MovieClip "z1" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score - 10;
_root.z1._x = Math.random() * 550;
_root.z1._y = Math.random() * 400;
}
}
Instance of Symbol 49 MovieClip "x1" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score - 50;
_root.x1._x = Math.random() * 550;
_root.x1._y = Math.random() * 400;
}
}
Instance of Symbol 51 MovieClip "v1" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score - 100;
_root.v1._x = Math.random() * 550;
_root.v1._y = Math.random() * 400;
}
}
Instance of Symbol 47 MovieClip "z3" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score - 10;
_root.z3._x = Math.random() * 550;
_root.z3._y = Math.random() * 400;
}
}
Instance of Symbol 49 MovieClip "x3" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score - 50;
_root.x3._x = Math.random() * 550;
_root.x3._y = Math.random() * 400;
}
}
Instance of Symbol 51 MovieClip "v3" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score - 100;
_root.v3._x = Math.random() * 550;
_root.v3._y = Math.random() * 400;
}
}
Instance of Symbol 52 MovieClip "q1" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + random(100);
_root.q1._x = Math.random() * 550;
_root.q1._y = Math.random() * 400;
}
}
Instance of Symbol 53 MovieClip "q4" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + random(500);
_root.q4._x = Math.random() * 550;
_root.q4._y = Math.random() * 400;
}
}
Instance of Symbol 52 MovieClip "q2" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + random(100);
_root.q2._x = Math.random() * 550;
_root.q2._y = Math.random() * 400;
}
}
Instance of Symbol 53 MovieClip "q5" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + random(500);
_root.q5._x = Math.random() * 550;
_root.q5._y = Math.random() * 400;
}
}
Instance of Symbol 52 MovieClip "q3" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + random(100);
_root.q3._x = Math.random() * 550;
_root.q3._y = Math.random() * 400;
}
}
Instance of Symbol 53 MovieClip "q6" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + random(500);
_root.q6._x = Math.random() * 550;
_root.q6._y = Math.random() * 400;
}
}
Frame 305
stop();
Mouse.show();
Frame 306
ab20_09 = new LoadVars();
ab20_09.z = username;
ab20_09.x = score;
ab20_09.c = 1148;
ab20_09.v = "QNUDHL";
ab20_09.sendAndLoad("http://armorbot.com/s_b", ab20_09, "POST");
Mouse.show();
Frame 307
stop();
Mouse.show();
Symbol 4 Button
on (release) {
gotoAndPlay (1);
}
Symbol 5 Button
on (release) {
gotoAndPlay (5);
}
Symbol 6 Button
on (release) {
gotoAndPlay (10);
}
Symbol 9 MovieClip Frame 1
stopAllSounds();
Symbol 9 MovieClip Frame 2
stop();
Symbol 9 MovieClip Frame 5
stopAllSounds();
Symbol 9 MovieClip Frame 6
stop();
Symbol 9 MovieClip Frame 10
stopAllSounds();
stop();
Symbol 12 Button
on (release) {
getURL ("http://www.armorbot.com/mytable/?id=1148", "blank");
}
Symbol 20 Button
on (release) {
gotoAndPlay (3);
}
Symbol 22 Button
on (release) {
getURL ("http://www.tempostudios.com/", "blank");
}
Symbol 90 Button
on (release) {
gotoAndPlay (1);
}
Symbol 93 Button
on (release) {
play();
}