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 46 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 48 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 50 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 52 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 54 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 56 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 58 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 60 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 62 MovieClip "mouse" in Frame 5
onClipEvent (load) {
Mouse.hide();
startDrag (this, true);
}
Instance of Symbol 46 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 48 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 50 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 52 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 54 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 56 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 58 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 46 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 48 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 50 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 52 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 54 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 56 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 58 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 46 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 48 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 50 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 52 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 54 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 56 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 58 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 46 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 48 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 50 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 52 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 54 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 56 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 58 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 46 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 48 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 50 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 52 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 54 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 56 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 58 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 46 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 48 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 50 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 52 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 54 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 56 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 46 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 48 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 50 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 52 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 54 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 56 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 46 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 48 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 50 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 52 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 54 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 56 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 46 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 48 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 50 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 52 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 54 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 56 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 64 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 66 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 68 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 64 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 66 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 68 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 64 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 66 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 68 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 69 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 70 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 69 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 70 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 69 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 70 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();
Frame 310
Stage.showMenu = false;
score = 0;
_root.scorep1_1._x = Math.random() * 550;
_root.scorep1_1._y = Math.random() * 400;
_root.scorep1_2._x = Math.random() * 550;
_root.scorep1_2._y = Math.random() * 400;
_root.scorep1_3._x = Math.random() * 550;
_root.scorep1_3._y = Math.random() * 400;
_root.scorep1_4._x = Math.random() * 550;
_root.scorep1_4._y = Math.random() * 400;
_root.scorep1_5._x = Math.random() * 550;
_root.scorep1_5._y = Math.random() * 400;
_root.scorep1_6._x = Math.random() * 550;
_root.scorep1_6._y = Math.random() * 400;
_root.scorep1_7._x = Math.random() * 550;
_root.scorep1_7._y = Math.random() * 400;
_root.scorep1_8._x = Math.random() * 550;
_root.scorep1_8._y = Math.random() * 400;
_root.red_1_1._x = Math.random() * 550;
_root.red_1_1._y = Math.random() * 400;
_root.red_1_2._x = Math.random() * 550;
_root.red_1_2._y = Math.random() * 400;
_root.red_1_3._x = Math.random() * 550;
_root.red_1_3._y = Math.random() * 400;
_root.red_1_4._x = Math.random() * 550;
_root.red_1_4._y = Math.random() * 400;
_root.red_1_5._x = Math.random() * 550;
_root.red_1_5._y = Math.random() * 400;
_root.red_1_6._x = Math.random() * 550;
_root.red_1_6._y = Math.random() * 400;
_root.red_1_7._x = Math.random() * 550;
_root.red_1_7._y = Math.random() * 400;
_root.red_1_8._x = Math.random() * 550;
_root.red_1_8._y = Math.random() * 400;
_root.red_1_9._x = Math.random() * 550;
_root.red_1_9._y = Math.random() * 400;
_root.red_1_10._x = Math.random() * 550;
_root.red_1_10._y = Math.random() * 400;
_root.red_1_11._x = Math.random() * 550;
_root.red_1_11._y = Math.random() * 400;
_root.red_1_12._x = Math.random() * 550;
_root.red_1_12._y = Math.random() * 400;
_root.red_1_13._x = Math.random() * 550;
_root.red_1_13._y = Math.random() * 400;
_root.red_1_14._x = Math.random() * 550;
_root.red_1_14._y = Math.random() * 400;
_root.red_1_15._x = Math.random() * 550;
_root.red_1_15._y = Math.random() * 400;
_root.red_1_16._x = Math.random() * 400;
_root.red_1_16._y = Math.random() * 400;
_root.red_1_17._x = Math.random() * 550;
_root.red_1_17._y = Math.random() * 400;
_root.red_1_18._x = Math.random() * 550;
_root.red_1_18._y = Math.random() * 400;
_root.red_1_19._x = Math.random() * 550;
_root.red_1_19._y = Math.random() * 400;
_root.red_1_20._x = Math.random() * 550;
_root.red_1_20._y = Math.random() * 400;
_root.red_1_21._x = Math.random() * 550;
_root.red_1_21._y = Math.random() * 400;
_root.red_1_22._x = Math.random() * 550;
_root.red_1_22._y = Math.random() * 400;
_root.red_1_23._x = Math.random() * 550;
_root.red_1_23._y = Math.random() * 400;
_root.red_1_24._x = Math.random() * 550;
_root.red_1_24._y = Math.random() * 400;
_root.red_1_25._x = Math.random() * 550;
_root.red_1_25._y = Math.random() * 400;
_root.red_1_26._x = Math.random() * 550;
_root.red_1_26._y = Math.random() * 400;
_root.red_1_27._x = Math.random() * 550;
_root.red_1_27._y = Math.random() * 400;
_root.red_1_28._x = Math.random() * 550;
_root.red_1_28._y = Math.random() * 400;
_root.red_1_29._x = Math.random() * 550;
_root.red_1_29._y = Math.random() * 400;
_root.red_1_30._x = Math.random() * 550;
_root.red_1_30._y = Math.random() * 400;
Instance of Symbol 48 MovieClip "scorep5_1" in Frame 310
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 5;
_root.scorep5_1._x = Math.random() * 550;
_root.scorep5_1._y = Math.random() * 400;
}
}
Instance of Symbol 46 MovieClip "scorep1_1" in Frame 310
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 1;
_root.scorep1_1._x = Math.random() * 550;
_root.scorep1_1._y = Math.random() * 400;
}
}
Instance of Symbol 117 MovieClip "red_1_1" in Frame 310
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score - 1;
_root.red_1_1._x = Math.random() * 550;
_root.red_1_1._y = Math.random() * 400;
}
}
Instance of Symbol 119 MovieClip "red_5_1" in Frame 310
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score - 5;
_root.red_5_1._x = Math.random() * 550;
_root.red_5_1._y = Math.random() * 400;
}
}
Instance of Symbol 117 MovieClip "red_1_2" in Frame 310
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score - 1;
_root.red_1_2._x = Math.random() * 550;
_root.red_1_2._y = Math.random() * 400;
}
}
Instance of Symbol 119 MovieClip "red_5_2" in Frame 310
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score - 5;
_root.red_5_2._x = Math.random() * 550;
_root.red_5_2._y = Math.random() * 400;
}
}
Instance of Symbol 117 MovieClip "red_1_3" in Frame 310
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score - 1;
_root.red_1_3._x = Math.random() * 550;
_root.red_1_3._y = Math.random() * 400;
}
}
Instance of Symbol 119 MovieClip "red_5_3" in Frame 310
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score - 5;
_root.red_5_3._x = Math.random() * 550;
_root.red_5_3._y = Math.random() * 400;
}
}
Instance of Symbol 117 MovieClip "red_1_4" in Frame 310
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score - 1;
_root.red_1_4._x = Math.random() * 550;
_root.red_1_4._y = Math.random() * 400;
}
}
Instance of Symbol 119 MovieClip "red_5_4" in Frame 310
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score - 5;
_root.red_5_4._x = Math.random() * 550;
_root.red_5_4._y = Math.random() * 400;
}
}
Instance of Symbol 117 MovieClip "red_1_5" in Frame 310
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score - 1;
_root.red_1_5._x = Math.random() * 550;
_root.red_1_5._y = Math.random() * 400;
}
}
Instance of Symbol 119 MovieClip "red_5_5" in Frame 310
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score - 5;
_root.red_5_5._x = Math.random() * 550;
_root.red_5_5._y = Math.random() * 400;
}
}
Instance of Symbol 117 MovieClip "red_1_6" in Frame 310
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score - 1;
_root.red_1_6._x = Math.random() * 550;
_root.red_1_6._y = Math.random() * 400;
}
}
Instance of Symbol 119 MovieClip "red_5_6" in Frame 310
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score - 5;
_root.red_5_6._x = Math.random() * 550;
_root.red_5_6._y = Math.random() * 400;
}
}
Instance of Symbol 117 MovieClip "red_1_7" in Frame 310
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score - 1;
_root.red_1_7._x = Math.random() * 550;
_root.red_1_7._y = Math.random() * 400;
}
}
Instance of Symbol 119 MovieClip "red_5_7" in Frame 310
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score - 5;
_root.red_5_7._x = Math.random() * 550;
_root.red_5_7._y = Math.random() * 400;
}
}
Instance of Symbol 117 MovieClip "red_1_8" in Frame 310
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score - 1;
_root.red_1_8._x = Math.random() * 550;
_root.red_1_8._y = Math.random() * 400;
}
}
Instance of Symbol 119 MovieClip "red_5_8" in Frame 310
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score - 5;
_root.red_5_8._x = Math.random() * 550;
_root.red_5_8._y = Math.random() * 400;
}
}
Instance of Symbol 117 MovieClip "red_1_9" in Frame 310
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score - 1;
_root.red_1_9._x = Math.random() * 550;
_root.red_1_9._y = Math.random() * 400;
}
}
Instance of Symbol 119 MovieClip "red_5_9" in Frame 310
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score - 5;
_root.red_5_9._x = Math.random() * 550;
_root.red_5_9._y = Math.random() * 400;
}
}
Instance of Symbol 117 MovieClip "red_1_10" in Frame 310
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score - 1;
_root.red_1_10._x = Math.random() * 550;
_root.red_1_10._y = Math.random() * 400;
}
}
Instance of Symbol 119 MovieClip "red_5_10" in Frame 310
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score - 5;
_root.red_5_10._x = Math.random() * 550;
_root.red_5_10._y = Math.random() * 400;
}
}
Instance of Symbol 117 MovieClip "red_1_11" in Frame 310
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score - 1;
_root.red_1_11._x = Math.random() * 550;
_root.red_1_11._y = Math.random() * 400;
}
}
Instance of Symbol 117 MovieClip "red_1_14" in Frame 310
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score - 1;
_root.red_1_14._x = Math.random() * 550;
_root.red_1_14._y = Math.random() * 400;
}
}
Instance of Symbol 117 MovieClip "red_1_17" in Frame 310
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score - 1;
_root.red_1_17._x = Math.random() * 550;
_root.red_1_17._y = Math.random() * 400;
}
}
Instance of Symbol 117 MovieClip "red_1_12" in Frame 310
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score - 1;
_root.red_1_12._x = Math.random() * 550;
_root.red_1_12._y = Math.random() * 400;
}
}
Instance of Symbol 117 MovieClip "red_1_15" in Frame 310
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score - 1;
_root.red_1_15._x = Math.random() * 550;
_root.red_1_15._y = Math.random() * 400;
}
}
Instance of Symbol 117 MovieClip "red_1_18" in Frame 310
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score - 1;
_root.red_1_18._x = Math.random() * 550;
_root.red_1_18._y = Math.random() * 400;
}
}
Instance of Symbol 117 MovieClip "red_1_13" in Frame 310
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score - 1;
_root.red_1_13._x = Math.random() * 550;
_root.red_1_13._y = Math.random() * 400;
}
}
Instance of Symbol 117 MovieClip "red_1_16" in Frame 310
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score - 1;
_root.red_1_16._x = Math.random() * 550;
_root.red_1_16._y = Math.random() * 400;
}
}
Instance of Symbol 117 MovieClip "red_1_19" in Frame 310
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score - 1;
_root.red_1_19._x = Math.random() * 550;
_root.red_1_19._y = Math.random() * 400;
}
}
Instance of Symbol 117 MovieClip "red_1_20" in Frame 310
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score - 1;
_root.red_1_20._x = Math.random() * 550;
_root.red_1_20._y = Math.random() * 400;
}
}
Instance of Symbol 117 MovieClip "red_1_21" in Frame 310
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score - 1;
_root.red_1_21._x = Math.random() * 550;
_root.red_1_21._y = Math.random() * 400;
}
}
Instance of Symbol 117 MovieClip "red_1_22" in Frame 310
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score - 1;
_root.red_1_22._x = Math.random() * 550;
_root.red_1_22._y = Math.random() * 400;
}
}
Instance of Symbol 117 MovieClip "red_1_23" in Frame 310
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score - 1;
_root.red_1_23._x = Math.random() * 550;
_root.red_1_23._y = Math.random() * 400;
}
}
Instance of Symbol 117 MovieClip "red_1_24" in Frame 310
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score - 1;
_root.red_1_24._x = Math.random() * 550;
_root.red_1_24._y = Math.random() * 400;
}
}
Instance of Symbol 117 MovieClip "red_1_25" in Frame 310
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score - 1;
_root.red_1_25._x = Math.random() * 550;
_root.red_1_25._y = Math.random() * 400;
}
}
Instance of Symbol 117 MovieClip "red_1_26" in Frame 310
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score - 1;
_root.red_1_26._x = Math.random() * 550;
_root.red_1_26._y = Math.random() * 400;
}
}
Instance of Symbol 117 MovieClip "red_1_27" in Frame 310
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score - 1;
_root.red_1_27._x = Math.random() * 550;
_root.red_1_27._y = Math.random() * 400;
}
}
Instance of Symbol 117 MovieClip "red_1_28" in Frame 310
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score - 1;
_root.red_1_28._x = Math.random() * 550;
_root.red_1_28._y = Math.random() * 400;
}
}
Instance of Symbol 117 MovieClip "red_1_29" in Frame 310
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score - 1;
_root.red_1_29._x = Math.random() * 550;
_root.red_1_29._y = Math.random() * 400;
}
}
Instance of Symbol 117 MovieClip "red_1_30" in Frame 310
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score - 1;
_root.red_1_30._x = Math.random() * 550;
_root.red_1_30._y = Math.random() * 400;
}
}
Instance of Symbol 46 MovieClip "scorep1_3" in Frame 310
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 1;
_root.scorep1_3._x = Math.random() * 550;
_root.scorep1_3._y = Math.random() * 400;
}
}
Instance of Symbol 46 MovieClip "scorep1_4" in Frame 310
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 1;
_root.scorep1_4._x = Math.random() * 550;
_root.scorep1_4._y = Math.random() * 400;
}
}
Instance of Symbol 46 MovieClip "scorep1_5" in Frame 310
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 1;
_root.scorep1_5._x = Math.random() * 550;
_root.scorep1_5._y = Math.random() * 400;
}
}
Instance of Symbol 46 MovieClip "scorep1_2" in Frame 310
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 1;
_root.scorep1_2._x = Math.random() * 550;
_root.scorep1_2._y = Math.random() * 400;
}
}
Instance of Symbol 46 MovieClip "scorep1_6" in Frame 310
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 1;
_root.scorep1_6._x = Math.random() * 550;
_root.scorep1_6._y = Math.random() * 400;
}
}
Instance of Symbol 46 MovieClip "scorep1_7" in Frame 310
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 1;
_root.scorep1_7._x = Math.random() * 550;
_root.scorep1_7._y = Math.random() * 400;
}
}
Instance of Symbol 46 MovieClip "scorep1_8" in Frame 310
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 1;
_root.scorep1_8._x = Math.random() * 550;
_root.scorep1_8._y = Math.random() * 400;
}
}
Instance of Symbol 121 MovieClip "mouse" in Frame 310
onClipEvent (load) {
Mouse.hide();
startDrag (this, true);
}
Frame 610
stop();
Mouse.show();
Frame 611
ab20_09 = new LoadVars();
ab20_09.z = username;
ab20_09.x = score;
ab20_09.c = 1156;
ab20_09.v = "ATHWVJ";
ab20_09.sendAndLoad("http://armorbot.com/s_b", ab20_09, "POST");
Mouse.show();
Frame 612
stop();
Mouse.show();
Frame 635
Stage.showMenu = false;
score = 0;
_root.scorep1_1._x = Math.random() * 550;
_root.scorep1_1._y = Math.random() * 400;
_root.scorep1_2._x = Math.random() * 550;
_root.scorep1_2._y = Math.random() * 400;
_root.scorep1_3._x = Math.random() * 550;
_root.scorep1_3._y = Math.random() * 400;
_root.scorep1_4._x = Math.random() * 550;
_root.scorep1_4._y = Math.random() * 400;
_root.scorep1_5._x = Math.random() * 550;
_root.scorep1_5._y = Math.random() * 400;
_root.scorep1_6._x = Math.random() * 550;
_root.scorep1_6._y = Math.random() * 400;
_root.scorep1_7._x = Math.random() * 550;
_root.scorep1_7._y = Math.random() * 400;
_root.scorep1_8._x = Math.random() * 550;
_root.scorep1_8._y = Math.random() * 400;
_root.red_1_1._x = Math.random() * 550;
_root.red_1_1._y = Math.random() * 400;
_root.red_1_2._x = Math.random() * 550;
_root.red_1_2._y = Math.random() * 400;
_root.red_1_3._x = Math.random() * 550;
_root.red_1_3._y = Math.random() * 400;
_root.red_1_4._x = Math.random() * 550;
_root.red_1_4._y = Math.random() * 400;
_root.red_1_5._x = Math.random() * 550;
_root.red_1_5._y = Math.random() * 400;
_root.red_1_6._x = Math.random() * 550;
_root.red_1_6._y = Math.random() * 400;
_root.red_1_7._x = Math.random() * 550;
_root.red_1_7._y = Math.random() * 400;
_root.red_1_8._x = Math.random() * 550;
_root.red_1_8._y = Math.random() * 400;
_root.red_1_9._x = Math.random() * 550;
_root.red_1_9._y = Math.random() * 400;
_root.red_1_10._x = Math.random() * 550;
_root.red_1_10._y = Math.random() * 400;
_root.red_1_11._x = Math.random() * 550;
_root.red_1_11._y = Math.random() * 400;
_root.red_1_12._x = Math.random() * 550;
_root.red_1_12._y = Math.random() * 400;
_root.red_1_13._x = Math.random() * 550;
_root.red_1_13._y = Math.random() * 400;
_root.red_1_14._x = Math.random() * 550;
_root.red_1_14._y = Math.random() * 400;
_root.red_1_15._x = Math.random() * 550;
_root.red_1_15._y = Math.random() * 400;
_root.red_1_16._x = Math.random() * 400;
_root.red_1_16._y = Math.random() * 400;
_root.red_1_17._x = Math.random() * 550;
_root.red_1_17._y = Math.random() * 400;
_root.red_1_18._x = Math.random() * 550;
_root.red_1_18._y = Math.random() * 400;
_root.red_1_19._x = Math.random() * 550;
_root.red_1_19._y = Math.random() * 400;
_root.red_1_20._x = Math.random() * 550;
_root.red_1_20._y = Math.random() * 400;
_root.red_1_21._x = Math.random() * 550;
_root.red_1_21._y = Math.random() * 400;
_root.red_1_22._x = Math.random() * 550;
_root.red_1_22._y = Math.random() * 400;
_root.red_1_23._x = Math.random() * 550;
_root.red_1_23._y = Math.random() * 400;
_root.red_1_24._x = Math.random() * 550;
_root.red_1_24._y = Math.random() * 400;
_root.red_1_25._x = Math.random() * 550;
_root.red_1_25._y = Math.random() * 400;
_root.red_1_26._x = Math.random() * 550;
_root.red_1_26._y = Math.random() * 400;
_root.red_1_27._x = Math.random() * 550;
_root.red_1_27._y = Math.random() * 400;
_root.red_1_28._x = Math.random() * 550;
_root.red_1_28._y = Math.random() * 400;
_root.red_1_29._x = Math.random() * 550;
_root.red_1_29._y = Math.random() * 400;
_root.red_1_30._x = Math.random() * 550;
_root.red_1_30._y = Math.random() * 400;
Instance of Symbol 62 MovieClip "mouse" in Frame 635
onClipEvent (load) {
Mouse.hide();
startDrag (this, true);
}
Frame 636
stop();
Frame 640
stop();
Mouse.show();
Frame 641
ab20_09 = new LoadVars();
ab20_09.z = username;
ab20_09.x = score;
ab20_09.c = 1157;
ab20_09.v = "MEKVOZ";
ab20_09.sendAndLoad("http://armorbot.com/s_b", ab20_09, "POST");
Mouse.show();
Frame 642
stop();
Mouse.show();
Symbol 7 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
gotoAndStop ("loaded");
}
Symbol 7 MovieClip Frame 2
gotoAndPlay (1);
Symbol 7 MovieClip Frame 3
_root.play();
Symbol 11 Button
on (release) {
gotoAndPlay (1);
}
Symbol 12 Button
on (release) {
gotoAndPlay (5);
}
Symbol 13 Button
on (release) {
gotoAndPlay (10);
}
Symbol 16 MovieClip Frame 1
stopAllSounds();
Symbol 16 MovieClip Frame 2
stop();
Symbol 16 MovieClip Frame 5
stopAllSounds();
Symbol 16 MovieClip Frame 6
stop();
Symbol 16 MovieClip Frame 10
stopAllSounds();
stop();
Symbol 19 Button
on (release) {
getURL ("http://www.armorbot.com/mytable/?id=1156", "blank");
}
Symbol 20 Button
on (release) {
getURL ("http://www.armorbot.com/mytable/?id=1148", "blank");
}
Symbol 21 Button
on (release) {
getURL ("http://www.armorbot.com/mytable/?id=1157", "blank");
}
Symbol 29 Button
on (release) {
gotoAndPlay (3);
}
Symbol 31 Button
on (release) {
getURL ("http://www.tempostudios.com/", "blank");
}
Symbol 36 Button
on (release) {
gotoAndPlay (310);
}
Symbol 38 Button
on (release) {
gotoAndPlay (635);
}
Symbol 41 Button
on (release) {
play();
}
Symbol 43 MovieClip Frame 1
stop();
Symbol 43 MovieClip Frame 2
stop();
Symbol 43 MovieClip Frame 3
stop();
Symbol 43 MovieClip Frame 4
stop();
Symbol 43 MovieClip Frame 5
stop();
Symbol 43 MovieClip Frame 6
stop();
Symbol 107 Button
on (release) {
gotoAndPlay (1);
}
Symbol 110 Button
on (release) {
play();
}
Symbol 128 Button
on (release) {
_root.score = _root.score + random(10);
}
Symbol 131 Button
on (press) {
_root.score = _root.score + 4;
}
Symbol 155 MovieClip Frame 1248
stop();
Instance of Symbol 134 MovieClip in Symbol 156 MovieClip Frame 1
on (release) {
_root.score = _root.score - 1;
}
Symbol 158 Button
on (release) {
gotoAndPlay (640);
}