Frame 1
stop();
Stage.showMenu = false;
Instance of Symbol 200 MovieClip in Frame 1
onClipEvent (load) {
Mouse.hide();
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Frame 2
stop();
fscommand ("showMenu", false);
Instance of Symbol 200 MovieClip in Frame 2
onClipEvent (load) {
Mouse.hide();
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Frame 3
stop();
Instance of Symbol 200 MovieClip in Frame 3
onClipEvent (load) {
Mouse.hide();
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Instance of Symbol 200 MovieClip in Frame 3
onClipEvent (load) {
Mouse.hide();
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Frame 4
stop();
Instance of Symbol 200 MovieClip in Frame 4
onClipEvent (load) {
Mouse.hide();
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Frame 5
_root.scorebox.score = 0;
_root.scorebox.score2 = 0;
_root.scorebox._visible = true;
updateAfterEvent();
stop();
Instance of Symbol 407 MovieClip "streakbox" in Frame 5
onClipEvent (enterFrame) {
this.multiplier = _root.game.plus;
}
Instance of Symbol 448 MovieClip "game" in Frame 5
onClipEvent (load) {
plus = 1;
}
onClipEvent (enterFrame) {
if (_root.streakbox.streak > 25) {
plus = 2;
}
if (_root.streakbox.streak > 50) {
plus = 3;
}
if (_root.streakbox.streak > 75) {
plus = 4;
}
if (_root.streakbox.streak < 1) {
plus = 1;
}
}
Instance of Symbol 451 MovieClip "hand" in Frame 5
onClipEvent (enterFrame) {
this._x = _root._xmouse;
if (this._x > 410.1) {
this._x = 410.1;
} else if (this._x < 119.1) {
this._x = 119.1;
updateAfterEvent();
}
}
Instance of Symbol 454 MovieClip "square" in Frame 5
onClipEvent (enterFrame) {
this._x = _root._xmouse;
if (this._x > 410.1) {
this._x = 410.1;
} else if (this._x < 119.1) {
this._x = 119.1;
updateAfterEvent();
}
}
Instance of Symbol 200 MovieClip in Frame 5
onClipEvent (load) {
Mouse.hide();
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
}
Frame 6
stop();
_root.scorebox._visible = false;
Instance of Symbol 200 MovieClip in Frame 6
onClipEvent (load) {
Mouse.hide();
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Frame 7
_root.scorebox._visible = false;
Instance of Symbol 496 MovieClip "win" in Frame 7
onClipEvent (enterFrame) {
if (_root.scorebox.score > 50) {
_root.win.rank = "Shredder";
}
}
onClipEvent (enterFrame) {
if (_root.scorebox.score > 80) {
_root.win.rank = "Rock Star";
}
}
onClipEvent (enterFrame) {
if (_root.scorebox.score == 115) {
_root.win.rank = "Rock God";
}
}
Frame 9
_root.scorebox.score = 0;
_root.scorebox.score2 = 0;
_root.scorebox._visible = true;
updateAfterEvent();
stop();
Instance of Symbol 502 MovieClip "game" in Frame 9
onClipEvent (load) {
plus = 1;
}
onClipEvent (enterFrame) {
if (_root.streakbox.streak > 25) {
plus = 2;
}
if (_root.streakbox.streak > 50) {
plus = 3;
}
if (_root.streakbox.streak > 75) {
plus = 4;
}
if (_root.streakbox.streak < 1) {
plus = 1;
}
}
Instance of Symbol 451 MovieClip "hand" in Frame 9
onClipEvent (enterFrame) {
this._x = _root._xmouse;
if (this._x > 410.1) {
this._x = 410.1;
} else if (this._x < 119.1) {
this._x = 119.1;
updateAfterEvent();
}
}
Instance of Symbol 454 MovieClip "square" in Frame 9
onClipEvent (enterFrame) {
this._x = _root._xmouse;
if (this._x > 410.1) {
this._x = 410.1;
} else if (this._x < 119.1) {
this._x = 119.1;
updateAfterEvent();
}
}
Instance of Symbol 407 MovieClip "streakbox" in Frame 9
onClipEvent (enterFrame) {
this.multiplier = _root.game.plus;
}
Instance of Symbol 200 MovieClip in Frame 9
onClipEvent (load) {
Mouse.hide();
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
}
Frame 10
stop();
_root.scorebox._visible = false;
Instance of Symbol 200 MovieClip in Frame 10
onClipEvent (load) {
Mouse.hide();
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Frame 11
_root.scorebox._visible = false;
Instance of Symbol 496 MovieClip "win" in Frame 11
onClipEvent (enterFrame) {
if (_root.scorebox.score > 200) {
_root.win.rank = "Shredder";
}
}
onClipEvent (enterFrame) {
if (_root.scorebox.score > 250) {
_root.win.rank = "Rock Star";
}
}
onClipEvent (enterFrame) {
if (_root.scorebox.score == 327) {
_root.win.rank = "Rock God";
}
}
Frame 12
stop();
Frame 14
_root.scorebox.score = 0;
_root.scorebox.score2 = 0;
_root.scorebox._visible = true;
updateAfterEvent();
stop();
Instance of Symbol 513 MovieClip "game" in Frame 14
onClipEvent (load) {
plus = 1;
}
onClipEvent (enterFrame) {
if (_root.streakbox.streak > 25) {
plus = 2;
}
if (_root.streakbox.streak > 50) {
plus = 3;
}
if (_root.streakbox.streak > 75) {
plus = 4;
}
if (_root.streakbox.streak < 1) {
plus = 1;
}
}
Instance of Symbol 451 MovieClip "hand" in Frame 14
onClipEvent (enterFrame) {
this._x = _root._xmouse;
if (this._x > 410.1) {
this._x = 410.1;
} else if (this._x < 119.1) {
this._x = 119.1;
updateAfterEvent();
}
}
Instance of Symbol 407 MovieClip "streakbox" in Frame 14
onClipEvent (enterFrame) {
this.multiplier = _root.game.plus;
}
Instance of Symbol 454 MovieClip "square" in Frame 14
onClipEvent (enterFrame) {
this._x = _root._xmouse;
if (this._x > 410.1) {
this._x = 410.1;
} else if (this._x < 119.1) {
this._x = 119.1;
updateAfterEvent();
}
}
Instance of Symbol 200 MovieClip in Frame 14
onClipEvent (load) {
Mouse.hide();
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
}
Frame 15
stop();
_root.scorebox._visible = false;
Instance of Symbol 200 MovieClip in Frame 15
onClipEvent (load) {
Mouse.hide();
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Frame 16
_root.scorebox._visible = false;
Instance of Symbol 496 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (_root.scorebox.score > 250) {
_root.win.rank = "Shredder";
}
}
onClipEvent (enterFrame) {
if (_root.scorebox.score > 450) {
_root.win.rank = "Rock Star";
}
}
onClipEvent (enterFrame) {
if (_root.scorebox.score == 787) {
_root.win.rank = "Rock God";
}
}
Frame 17
stop();
Frame 19
_root.scorebox.score = 0;
_root.scorebox.score2 = 0;
_root.scorebox._visible = true;
updateAfterEvent();
stop();
Instance of Symbol 522 MovieClip "game" in Frame 19
onClipEvent (load) {
plus = 1;
}
onClipEvent (enterFrame) {
if (_root.streakbox.streak > 25) {
plus = 2;
}
if (_root.streakbox.streak > 50) {
plus = 3;
}
if (_root.streakbox.streak > 75) {
plus = 4;
}
if (_root.streakbox.streak < 1) {
plus = 1;
}
}
Instance of Symbol 451 MovieClip "hand" in Frame 19
onClipEvent (enterFrame) {
this._x = _root._xmouse;
if (this._x > 410.1) {
this._x = 410.1;
} else if (this._x < 119.1) {
this._x = 119.1;
updateAfterEvent();
}
}
Instance of Symbol 407 MovieClip "streakbox" in Frame 19
onClipEvent (enterFrame) {
this.multiplier = _root.game.plus;
}
Instance of Symbol 454 MovieClip "square" in Frame 19
onClipEvent (enterFrame) {
this._x = _root._xmouse;
if (this._x > 410.1) {
this._x = 410.1;
} else if (this._x < 119.1) {
this._x = 119.1;
updateAfterEvent();
}
}
Instance of Symbol 200 MovieClip in Frame 19
onClipEvent (load) {
Mouse.hide();
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
}
Frame 20
_root.scorebox._visible = false;
stop();
Instance of Symbol 200 MovieClip in Frame 20
onClipEvent (load) {
Mouse.hide();
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Frame 21
_root.scorebox._visible = false;
Instance of Symbol 496 MovieClip "win" in Frame 21
onClipEvent (enterFrame) {
if (_root.scorebox.score > 600) {
_root.win.rank = "Shredder";
}
}
onClipEvent (enterFrame) {
if (_root.scorebox.score > 800) {
_root.win.rank = "Rock Star";
}
}
onClipEvent (enterFrame) {
if (_root.scorebox.score == 1079) {
_root.win.rank = "Rock God";
}
}
Frame 22
stop();
Frame 23
_root.scorebox.score = 0;
_root.scorebox.score2 = 0;
updateAfterEvent();
stop();
_root.scorebox._visible = true;
Instance of Symbol 407 MovieClip "streakbox" in Frame 23
onClipEvent (enterFrame) {
this.multiplier = _root.game.plus;
}
Instance of Symbol 454 MovieClip "square" in Frame 23
onClipEvent (enterFrame) {
this._x = _root._xmouse;
if (this._x > 410.1) {
this._x = 410.1;
} else if (this._x < 119.1) {
this._x = 119.1;
updateAfterEvent();
}
}
Instance of Symbol 538 MovieClip "game" in Frame 23
onClipEvent (load) {
plus = 1;
}
onClipEvent (enterFrame) {
if (_root.streakbox.streak > 25) {
plus = 2;
}
if (_root.streakbox.streak > 50) {
plus = 3;
}
if (_root.streakbox.streak > 75) {
plus = 4;
}
if (_root.streakbox.streak < 1) {
plus = 1;
}
}
Instance of Symbol 451 MovieClip "hand" in Frame 23
onClipEvent (enterFrame) {
this._x = _root._xmouse;
if (this._x > 410.1) {
this._x = 410.1;
} else if (this._x < 119.1) {
this._x = 119.1;
updateAfterEvent();
}
}
Instance of Symbol 200 MovieClip in Frame 23
onClipEvent (load) {
Mouse.hide();
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
}
Frame 24
_root.scorebox._visible = false;
stop();
Instance of Symbol 200 MovieClip in Frame 24
onClipEvent (load) {
Mouse.hide();
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Frame 25
_root.scorebox.score = 0;
_root.scorebox.score2 = 0;
updateAfterEvent();
stop();
_root.scorebox._visible = true;
Instance of Symbol 454 MovieClip "square" in Frame 25
onClipEvent (enterFrame) {
this._x = _root._xmouse;
if (this._x > 410.1) {
this._x = 410.1;
} else if (this._x < 119.1) {
this._x = 119.1;
updateAfterEvent();
}
}
Instance of Symbol 407 MovieClip "streakbox" in Frame 25
onClipEvent (enterFrame) {
this.multiplier = _root.game.plus;
}
Instance of Symbol 569 MovieClip "game" in Frame 25
onClipEvent (load) {
plus = 1;
}
onClipEvent (enterFrame) {
if (_root.streakbox.streak > 25) {
plus = 2;
}
if (_root.streakbox.streak > 50) {
plus = 3;
}
if (_root.streakbox.streak > 75) {
plus = 4;
}
if (_root.streakbox.streak < 1) {
plus = 1;
}
}
Instance of Symbol 451 MovieClip "hand" in Frame 25
onClipEvent (enterFrame) {
this._x = _root._xmouse;
if (this._x > 410.1) {
this._x = 410.1;
} else if (this._x < 119.1) {
this._x = 119.1;
updateAfterEvent();
}
}
Instance of Symbol 200 MovieClip in Frame 25
onClipEvent (load) {
Mouse.hide();
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
}
Frame 26
_root.scorebox._visible = false;
stop();
Instance of Symbol 200 MovieClip in Frame 26
onClipEvent (load) {
Mouse.hide();
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Frame 27
_root.scorebox.score = 0;
_root.scorebox.score2 = 0;
updateAfterEvent();
stop();
_root.scorebox._visible = true;
Instance of Symbol 454 MovieClip "square" in Frame 27
onClipEvent (enterFrame) {
this._x = _root._xmouse;
if (this._x > 410.1) {
this._x = 410.1;
} else if (this._x < 119.1) {
this._x = 119.1;
updateAfterEvent();
}
}
Instance of Symbol 407 MovieClip "streakbox" in Frame 27
onClipEvent (enterFrame) {
this.multiplier = _root.game.plus;
}
Instance of Symbol 588 MovieClip "game" in Frame 27
onClipEvent (load) {
plus = 1;
}
onClipEvent (enterFrame) {
if (_root.streakbox.streak > 25) {
plus = 2;
}
if (_root.streakbox.streak > 50) {
plus = 3;
}
if (_root.streakbox.streak > 75) {
plus = 4;
}
if (_root.streakbox.streak < 1) {
plus = 1;
}
}
Instance of Symbol 451 MovieClip "hand" in Frame 27
onClipEvent (enterFrame) {
this._x = _root._xmouse;
if (this._x > 410.1) {
this._x = 410.1;
} else if (this._x < 119.1) {
this._x = 119.1;
updateAfterEvent();
}
}
Instance of Symbol 200 MovieClip in Frame 27
onClipEvent (load) {
Mouse.hide();
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
}
Frame 28
_root.scorebox._visible = false;
stop();
Instance of Symbol 200 MovieClip in Frame 28
onClipEvent (load) {
Mouse.hide();
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Frame 29
_root.scorebox.score = 0;
_root.scorebox.score2 = 0;
updateAfterEvent();
stop();
_root.scorebox._visible = true;
Instance of Symbol 454 MovieClip "square" in Frame 29
onClipEvent (enterFrame) {
this._x = _root._xmouse;
if (this._x > 410.1) {
this._x = 410.1;
} else if (this._x < 119.1) {
this._x = 119.1;
updateAfterEvent();
}
}
Instance of Symbol 407 MovieClip "streakbox" in Frame 29
onClipEvent (enterFrame) {
this.multiplier = _root.game.plus;
}
Instance of Symbol 603 MovieClip "game" in Frame 29
onClipEvent (load) {
plus = 1;
}
onClipEvent (enterFrame) {
if (_root.streakbox.streak > 25) {
plus = 2;
}
if (_root.streakbox.streak > 50) {
plus = 3;
}
if (_root.streakbox.streak > 75) {
plus = 4;
}
if (_root.streakbox.streak < 1) {
plus = 1;
}
}
Instance of Symbol 451 MovieClip "hand" in Frame 29
onClipEvent (enterFrame) {
this._x = _root._xmouse;
if (this._x > 410.1) {
this._x = 410.1;
} else if (this._x < 119.1) {
this._x = 119.1;
updateAfterEvent();
}
}
Instance of Symbol 200 MovieClip in Frame 29
onClipEvent (load) {
Mouse.hide();
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
}
Frame 30
_root.scorebox._visible = false;
stop();
Instance of Symbol 200 MovieClip in Frame 30
onClipEvent (load) {
Mouse.hide();
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Symbol 73 Button
on (release) {
getURL ("http://www.newgrounds.com", "_blank");
}
Symbol 80 Button
on (release) {
getURL ("http://www.armorgames.com", "_blank");
}
Symbol 180 MovieClip Frame 40
stop();
Symbol 192 Button
on (press) {
_root.play();
}
Symbol 193 Button
on (press) {
play();
}
Instance of Symbol 177 MovieClip in Symbol 196 MovieClip Frame 1
onClipEvent (load) {
PercentLoaded = int((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
if (PercentLoaded != 100) {
_parent.gotoAndStop(PercentLoaded);
} else {
_parent.gotoAndStop("play_button");
}
}
onClipEvent (enterFrame) {
PercentLoaded = int((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
if (PercentLoaded != 100) {
_parent.gotoAndStop(PercentLoaded);
} else {
_parent.gotoAndPlay("loaded");
}
}
Symbol 196 MovieClip Frame 130
stop();
Symbol 196 MovieClip Frame 141
_root.play();
Symbol 200 MovieClip Frame 1
stop();
Symbol 205 Button
on (release) {
gotoAndStop ("menu");
}
Symbol 301 MovieClip Frame 9
stop();
Symbol 302 Button
on (release) {
_root.gotoandstop("highscore");
}
Symbol 303 Button
on (release) {
play();
}
Symbol 304 Button
on (release) {
_root.gotoAndStop("story");
}
Symbol 310 Button
on (press) {
if (_quality == "HIGH") {
_quality = "MEDIUM";
} else if (_quality == "MEDIUM") {
_quality = "LOW";
} else if (_quality == "LOW") {
_quality = "HIGH";
}
}
Symbol 321 Button
on (release) {
play();
}
Symbol 326 Button
on (release) {
nextFrame();
}
Symbol 333 MovieClip Frame 1
stop();
Symbol 333 MovieClip Frame 2
stop();
Symbol 333 MovieClip Frame 3
stop();
Symbol 333 MovieClip Frame 4
stop();
Symbol 343 MovieClip Frame 311
stop();
Symbol 343 MovieClip Frame 331
stop();
Symbol 343 MovieClip Frame 341
gotoAndStop ("menu2");
Symbol 353 Button
on (release) {
_root.gotoandstop("practice1");
}
Symbol 358 Button
on (release) {
_root.gotoandstop("practice2");
}
Symbol 363 Button
on (press) {
if (pass1 == "fender") {
_root.gotoandstop("practice3");
}
}
Symbol 368 Button
on (press) {
if (pass2 == "snare") {
_root.gotoandstop("practice4");
}
}
Symbol 373 Button
on (release) {
_root.gotoAndStop("menu");
}
Symbol 381 Button
on (release) {
getURL ("http://armorbot.com/mytable/?id=1282", "_blank");
}
Symbol 383 Button
on (release) {
getURL ("http://armorbot.com/mytable/?id=1306", "_blank");
}
Symbol 385 Button
on (release) {
getURL ("http://armorbot.com/mytable/?id=1307", "_blank");
}
Symbol 387 Button
on (release) {
getURL ("http://armorbot.com/mytable/?id=1308", "_blank");
}
Symbol 388 MovieClip Frame 13
stop();
Symbol 395 Button
on (release) {
nextFrame();
}
Symbol 416 MovieClip Frame 1
stop();
Symbol 421 MovieClip Frame 1
stop();
Symbol 423 MovieClip Frame 1
stop();
Instance of Symbol 416 MovieClip in Symbol 423 MovieClip Frame 1
onClipEvent (load) {
pause = 1;
slow = true;
}
onClipEvent (enterFrame) {
if ((key.isdown(key.space) && (pause == 1)) && (slow == true)) {
_root.game.stop();
this.play();
pause = 2;
} else if ((key.isdown(key.space) && (pause == 2)) && (slow == true)) {
_root.game.play();
pause = 1;
}
if (slow == false) {
_root.game.play();
}
}
onClipEvent (keyUp) {
pause == 1;
_root.game.play();
this.gotoandstop(1);
}
onClipEvent (enterFrame) {
if (key.isdown(key.space)) {
_root.slowmo.play();
} else if (!key.isdown(key.space)) {
_root.slowmo.stop();
}
}
Instance of Symbol 421 MovieClip in Symbol 423 MovieClip Frame 1
onClipEvent (enterFrame) {
if (key.isdown(key.space)) {
this.gotoandstop(2);
} else if (!key.isdown(key.space)) {
this.gotoandstop(1);
}
}
Symbol 423 MovieClip Frame 131
_root.game.play();
play();
Instance of Symbol 413 MovieClip in Symbol 423 MovieClip Frame 131
onClipEvent (enterFrame) {
play();
}
Symbol 423 MovieClip Frame 668
_root.game.play();
play();
Symbol 431 MovieClip Frame 1
stop();
Symbol 431 MovieClip Frame 2
stop();
Symbol 438 MovieClip Frame 1
stop();
Symbol 438 MovieClip Frame 2
stop();
Symbol 438 MovieClip Frame 3
stop();
Symbol 438 MovieClip Frame 4
stop();
Symbol 447 MovieClip Frame 1
stop();
Instance of Symbol 441 MovieClip in Symbol 447 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.square)) {
play();
} else if (this.hitTest(_root.game.bad)) {
_root.scorebox.score = _root.scorebox.score - 1;
_root.scorebox.score2 = _root.scorebox.score2 - 1;
_root.streakbox.streak = 0;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.game.crap)) {
_root.game.crap.play();
}
}
Symbol 447 MovieClip Frame 2
_root.game.hand.play();
_root.scorebox.score = _root.scorebox.score + _root.game.plus;
_root.streakbox.streak = _root.streakbox.streak + 1;
Symbol 447 MovieClip Frame 7
stop();
Instance of Symbol 432 MovieClip "bad" in Symbol 448 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 438 MovieClip "crap" in Symbol 448 MovieClip Frame 1
onClipEvent (enterFrame) {
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 68
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 94
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 121
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 181
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 207
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 234
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 291
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 318
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 344
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 371
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 397
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 423
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 449
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 476
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 510
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 537
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 565
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 592
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 621
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 648
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 676
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 703
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 732
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 759
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 787
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 814
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 843
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 870
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 898
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 925
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 954
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 1176
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 1202
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 1231
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 1257
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 1286
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 1312
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 1341
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 1367
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 1396
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 1402
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 1596
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 1615
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 1696
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 1702
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 1729
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 1783
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 1795
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 1806
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 1849
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 1899
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 1917
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 1954
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 1961
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 1976
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 1983
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 1995
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 2002
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 2015
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 2029
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 2044
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 2056
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 2063
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 2070
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Symbol 448 MovieClip Frame 2180
stop();
Instance of Symbol 428 MovieClip in Symbol 448 MovieClip Frame 2180
onClipEvent (enterFrame) {
if (_root.scorebox.score > 50) {
_root.gotoandstop("l1");
}
if (_root.scorebox.score < 50) {
_root.nextframe();
}
}
Symbol 471 Button
on (release) {
_root.gotoAndStop("menu");
}
Symbol 477 Button
on (release) {
_root.prevframe();
}
Symbol 478 MovieClip Frame 288
stop();
Symbol 495 Button
on (release) {
_root.nextframe();
}
Symbol 496 MovieClip Frame 116
stop();
Instance of Symbol 432 MovieClip "bad" in Symbol 502 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 438 MovieClip "crap" in Symbol 502 MovieClip Frame 1
onClipEvent (enterFrame) {
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 22
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 31
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 37
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 51
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 70
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 83
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 95
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 101
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 117
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 128
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 142
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 154
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 160
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 174
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 189
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 203
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 216
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 222
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 236
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 251
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 265
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 275
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 281
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 295
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 310
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 324
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 334
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 340
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 354
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 488
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 492
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 496
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 505
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 513
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 517
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 526
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 530
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 533
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 541
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 549
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 553
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 557
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 564
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 572
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 576
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 584
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 592
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 596
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 604
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 611
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 615
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 619
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 627
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 631
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 643
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 650
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 654
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 660
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 667
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 671
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 677
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 683
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 689
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 693
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 702
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 708
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 712
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 719
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 728
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 758
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 771
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 785
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 820
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 833
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 847
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 877
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 890
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 905
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 939
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 953
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 967
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 1030
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 1036
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 1059
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 1065
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 1088
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 1094
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 1113
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 1151
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 1157
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 1180
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 1186
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 1209
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 1215
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 1234
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 1270
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 1275
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 1293
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 1299
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 1304
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 1311
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 1321
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 1328
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 1335
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 1341
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 1359
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 1368
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 1389
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 1394
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 1412
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 1418
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 1423
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 1430
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 1440
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 1447
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 1454
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 1460
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 1478
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 502 MovieClip Frame 1487
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Symbol 502 MovieClip Frame 1651
stop();
Instance of Symbol 428 MovieClip in Symbol 502 MovieClip Frame 1651
onClipEvent (enterFrame) {
if (_root.scorebox.score > 200) {
_root.gotoandstop("l2");
}
}
onClipEvent (enterFrame) {
if (_root.scorebox.score < 200) {
_root.nextframe();
}
}
Symbol 505 Button
on (release) {
nextFrame();
}
Instance of Symbol 438 MovieClip "crap" in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
}
Instance of Symbol 432 MovieClip "bad" in Symbol 513 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 18
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 31
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 37
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 44
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 51
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 58
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 65
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 71
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 77
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 84
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 91
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 95
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 99
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 102
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 106
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 118
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 122
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 128
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 133
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 138
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 142
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 147
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 154
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 204
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 207
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 210
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 213
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 216
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 219
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 225
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 229
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 234
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 239
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 244
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 248
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 255
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 262
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 309
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 312
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 315
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 318
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 321
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 324
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 328
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 331
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 338
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 343
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 348
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 351
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 358
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 365
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 414
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 417
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 420
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 423
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 426
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 429
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 433
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 436
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 443
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 448
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 453
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 458
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 461
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 468
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 474
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 519
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 522
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 525
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 528
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 531
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 534
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 540
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 547
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 554
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 561
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 568
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 575
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 582
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 589
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 596
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 601
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 609
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 616
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 623
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 631
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 638
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 647
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 662
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 676
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 689
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 703
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 717
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 731
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 743
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 756
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 769
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 781
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 794
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 807
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 820
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 833
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 846
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 859
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 873
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 887
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 901
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 914
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 927
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 941
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 954
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 967
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 979
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 992
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1006
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1019
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1032
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1045
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1058
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1072
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1085
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1099
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1112
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1126
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1139
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1153
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1166
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1180
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1194
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1207
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1221
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1234
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1248
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1261
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1275
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1289
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1292
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1295
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1298
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1304
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1307
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1310
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1313
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1317
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1324
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1328
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1335
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1342
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1345
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1348
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1351
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1357
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1360
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1363
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1366
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1369
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1375
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1380
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1387
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1393
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1396
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1399
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1402
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1410
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1414
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1417
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1420
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1423
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1431
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1434
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1440
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1447
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1450
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1453
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1456
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1463
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1466
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1469
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1472
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1475
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1482
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1486
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1492
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1500
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1503
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1506
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1509
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1517
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1521
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1524
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1527
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1530
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1538
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1541
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1547
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1554
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1557
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1560
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1563
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1570
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1573
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1576
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1579
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1582
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1589
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1593
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1599
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1607
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1610
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1613
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1616
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1624
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1628
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1631
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1634
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1637
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1645
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1648
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1654
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1661
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1664
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1667
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1670
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1677
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1680
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1683
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1686
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1689
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1696
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1700
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1706
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1716
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 513 MovieClip Frame 1720
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Symbol 513 MovieClip Frame 1798
stop();
Instance of Symbol 428 MovieClip in Symbol 513 MovieClip Frame 1798
onClipEvent (enterFrame) {
if (_root.scorebox.score > 350) {
_root.gotoandstop("l3");
}
}
onClipEvent (enterFrame) {
if (_root.scorebox.score < 350) {
_root.nextframe();
}
}
Instance of Symbol 438 MovieClip "crap" in Symbol 522 MovieClip Frame 1
onClipEvent (enterFrame) {
}
Instance of Symbol 432 MovieClip "bad" in Symbol 522 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 143
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 147
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 151
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 155
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 159
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 163
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 167
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 171
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 175
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 179
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 183
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 187
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 191
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 195
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 199
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 205
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 205
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 211
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 215
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 219
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 223
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 227
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 231
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 235
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 239
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 244
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 248
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 252
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 256
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 260
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 264
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 270
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 270
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 280
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 284
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 288
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 292
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 296
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 300
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 304
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 309
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 313
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 317
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 321
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 325
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 329
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 333
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 338
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 338
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 349
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 353
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 357
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 361
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 365
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 369
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 373
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 378
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 382
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 386
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 390
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 394
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 398
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 402
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 410
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 414
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 422
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 426
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 434
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 438
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 446
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 450
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 454
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 458
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 462
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 466
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 470
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 475
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 479
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 489
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 493
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 501
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 505
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 513
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 517
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 521
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 525
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 529
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 533
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 537
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 541
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 545
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 554
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 558
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 567
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 571
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 580
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 584
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 588
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 592
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 596
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 600
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 604
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 609
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 613
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 622
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 626
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 635
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 639
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 648
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 653
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 657
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 661
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 665
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 669
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 673
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 677
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 744
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 773
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 810
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 876
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 879
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 882
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 886
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 889
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 892
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 896
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 899
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 906
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 910
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 914
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 918
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 922
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 926
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 930
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 934
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 941
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 945
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 949
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 953
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 957
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 961
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 965
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 969
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 973
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 977
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 981
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 985
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 989
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 993
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 997
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1002
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1006
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1010
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1014
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1018
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1022
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1026
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1031
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1035
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1039
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1046
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1050
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1054
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1059
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1063
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1067
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1076
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1080
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1086
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1090
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1098
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1102
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1108
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1112
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1122
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1126
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1136
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1140
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1152
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1156
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1165
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1169
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1177
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1181
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1189
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1193
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1201
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1205
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1213
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1217
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1226
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1230
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1238
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1242
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1250
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1257
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1264
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1274
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1278
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1282
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1286
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1290
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1294
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1299
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1303
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1307
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1311
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1315
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1319
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1325
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1329
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1333
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1337
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1341
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1345
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1351
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1355
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1359
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1363
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1367
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1371
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1375
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1379
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1383
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1387
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1391
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1395
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1399
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1403
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1407
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1411
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1415
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1419
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1423
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1427
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1431
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1435
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1439
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1443
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1448
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1452
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1456
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1460
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1464
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1474
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1478
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1486
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1490
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1498
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1502
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1511
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1515
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1524
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1528
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1537
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1541
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1549
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1553
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1561
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1565
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1575
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1579
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1587
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1591
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1599
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1603
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1611
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1615
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1623
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1627
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1636
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1640
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1648
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1652
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1660
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1664
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1674
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1678
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1686
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1690
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1699
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1703
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1712
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1716
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1725
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1729
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1737
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1741
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1749
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1753
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1762
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1766
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1775
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1779
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1787
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1791
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1799
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1803
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1812
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1816
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1824
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1828
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1837
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1841
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1849
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1853
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1862
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 522 MovieClip Frame 1866
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Symbol 522 MovieClip Frame 2050
stop();
Instance of Symbol 428 MovieClip in Symbol 522 MovieClip Frame 2050
onClipEvent (enterFrame) {
if (_root.scorebox.score > 600) {
_root.gotoandstop("l4");
}
}
onClipEvent (enterFrame) {
if (_root.scorebox.score < 600) {
_root.nextframe();
}
}
Symbol 528 Button
on (release) {
_root.gotoAndPlay("menu");
}
Symbol 530 MovieClip Frame 1
stop();
Symbol 532 MovieClip Frame 1
stop();
Symbol 534 MovieClip Frame 3
stop();
Symbol 535 MovieClip Frame 1
stop();
Symbol 537 MovieClip Frame 1
stop();
Instance of Symbol 432 MovieClip "bad" in Symbol 538 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 438 MovieClip "crap" in Symbol 538 MovieClip Frame 1
onClipEvent (enterFrame) {
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 68
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 94
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 121
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 181
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 207
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 234
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 291
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 318
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 344
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 371
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 397
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 423
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 449
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 476
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 510
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 537
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 565
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 592
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 621
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 530 MovieClip in Symbol 538 MovieClip Frame 628
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
_root.scorebox.score = _root.scorebox.score + 10;
this.gotoandstop(2);
}
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 648
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 676
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 703
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 732
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 759
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 787
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 814
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 843
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 870
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 898
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 532 MovieClip in Symbol 538 MovieClip Frame 901
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
_root.streakbox.streak = 76;
this.gotoandstop(2);
}
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 925
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 532 MovieClip in Symbol 538 MovieClip Frame 934
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
_root.streakbox.streak = 75;
this.gotoandstop(2);
}
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 954
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 535 MovieClip in Symbol 538 MovieClip Frame 1060
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
_root.fan.play();
this.gotoandstop(2);
}
}
Instance of Symbol 535 MovieClip in Symbol 538 MovieClip Frame 1087
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
_root.fan.play();
this.gotoandstop(2);
}
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 1176
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 1202
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 537 MovieClip in Symbol 538 MovieClip Frame 1219
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
_root.streakbox.streak = 26;
this.gotoandstop(2);
}
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 1231
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 1257
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 1286
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 1312
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 1341
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 1367
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 1396
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 1402
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 1596
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 535 MovieClip in Symbol 538 MovieClip Frame 1601
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
_root.streakbox.streak = 0;
this.gotoandstop(2);
}
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 1615
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 1696
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 1702
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 1729
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 1783
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 1795
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 1806
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 1849
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 1899
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 1917
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 1954
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 1961
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 1976
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 1983
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 1995
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 2002
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 2015
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 2029
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 2044
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 2056
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 2063
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 538 MovieClip Frame 2070
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Symbol 538 MovieClip Frame 2180
stop();
_root.play();
Symbol 547 MovieClip Frame 1
stop();
Symbol 560 Button
on (release) {
ab20_09 = new LoadVars();
ab20_09.z = _root.win.myname;
ab20_09.x = _root.scorebox.score;
ab20_09.c = 1282;
ab20_09.v = "LWMQNQ";
ab20_09.sendAndLoad("http://armorbot.com/s_b", ab20_09, "POST");
nextFrame();
}
Symbol 562 MovieClip Frame 1
stop();
Symbol 567 Button
on (release) {
_root.gotoAndStop("Highscore");
}
Symbol 568 MovieClip Frame 116
stop();
Instance of Symbol 432 MovieClip "bad" in Symbol 569 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 438 MovieClip "crap" in Symbol 569 MovieClip Frame 1
onClipEvent (enterFrame) {
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 22
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 31
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 37
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 51
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 70
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 83
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 95
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 101
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 117
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 128
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 142
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 154
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 160
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 174
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 189
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 203
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 216
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 222
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 236
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 251
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 265
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 275
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 281
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 295
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 310
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 324
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 334
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 340
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 354
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 488
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 492
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 496
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 505
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 513
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 517
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 526
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 530
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 533
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 541
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 549
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 553
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 557
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 564
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 572
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 576
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 584
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 592
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 596
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 604
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 611
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 615
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 619
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 627
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 530 MovieClip in Symbol 569 MovieClip Frame 628
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
_root.scorebox.score = _root.scorebox.score + 10;
this.gotoandstop(2);
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 631
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 643
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 650
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 654
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 660
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 667
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 671
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 677
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 683
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 689
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 693
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 702
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 708
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 712
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 719
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 728
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 758
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 771
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 785
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 820
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 833
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 847
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 877
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 890
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 532 MovieClip in Symbol 569 MovieClip Frame 901
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
_root.streakbox.streak = 76;
this.gotoandstop(2);
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 905
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 532 MovieClip in Symbol 569 MovieClip Frame 934
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
_root.streakbox.streak = 75;
this.gotoandstop(2);
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 939
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 953
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 967
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 1030
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 1036
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 1059
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 535 MovieClip in Symbol 569 MovieClip Frame 1060
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
_root.fan.play();
this.gotoandstop(2);
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 1065
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 535 MovieClip in Symbol 569 MovieClip Frame 1087
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
_root.fan.play();
this.gotoandstop(2);
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 1088
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 1094
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 1113
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 1151
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 1157
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 1180
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 1186
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 1209
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 1215
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 537 MovieClip in Symbol 569 MovieClip Frame 1219
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
_root.streakbox.streak = 26;
this.gotoandstop(2);
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 1234
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 1270
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 1275
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 1293
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 1299
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 1304
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 1311
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 1321
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 1328
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 1335
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 1341
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 1359
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 1368
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 1389
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 1394
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 1412
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 1418
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 1423
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 535 MovieClip in Symbol 569 MovieClip Frame 1428
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
_root.streakbox.streak = 0;
this.gotoandstop(2);
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 1430
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 1440
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 1447
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 1454
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 1460
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 1478
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 569 MovieClip Frame 1487
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Symbol 569 MovieClip Frame 1651
stop();
_root.play();
Symbol 579 Button
on (release) {
ab20_09 = new LoadVars();
ab20_09.z = _root.win.myname;
ab20_09.x = _root.scorebox.score;
ab20_09.c = 1306;
ab20_09.v = "UUFAUK";
ab20_09.sendAndLoad("http://armorbot.com/s_b", ab20_09, "POST");
nextFrame();
}
Symbol 581 MovieClip Frame 1
stop();
Symbol 586 Button
on (release) {
_root.gotoAndStop("Highscore");
}
Symbol 587 MovieClip Frame 116
stop();
Instance of Symbol 438 MovieClip "crap" in Symbol 588 MovieClip Frame 1
onClipEvent (enterFrame) {
}
Instance of Symbol 432 MovieClip "bad" in Symbol 588 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 18
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 31
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 37
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 44
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 535 MovieClip in Symbol 588 MovieClip Frame 46
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
_root.streakbox.streak = 0;
this.gotoandstop(2);
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 51
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 58
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 65
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 71
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 77
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 84
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 91
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 95
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 99
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 102
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 106
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 118
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 122
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 128
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 133
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 138
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 142
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 147
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 154
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 204
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 207
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 210
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 213
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 216
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 219
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 225
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 229
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 234
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 239
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 244
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 248
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 255
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 262
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 309
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 312
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 315
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 318
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 321
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 324
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 328
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 331
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 530 MovieClip in Symbol 588 MovieClip Frame 334
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
_root.scorebox.score = _root.scorebox.score + 10;
this.gotoandstop(2);
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 338
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 343
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 348
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 351
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 358
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 365
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 414
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 417
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 420
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 423
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 426
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 429
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 433
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 436
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 443
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 448
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 453
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 458
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 461
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 468
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 474
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 519
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 522
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 525
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 528
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 531
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 534
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 540
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 547
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 554
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 561
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 568
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 575
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 582
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 589
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 596
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 601
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 609
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 616
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 623
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 631
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 638
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 647
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 662
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 676
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 689
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 530 MovieClip in Symbol 588 MovieClip Frame 698
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
_root.scorebox.score = _root.scorebox.score + 10;
this.gotoandstop(2);
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 703
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 717
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 731
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 743
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 756
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 769
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 781
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 794
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 807
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 820
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 833
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 846
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 859
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 873
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 887
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 901
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 914
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 927
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 941
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 954
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 967
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 532 MovieClip in Symbol 588 MovieClip Frame 971
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
_root.streakbox.streak = 76;
this.gotoandstop(2);
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 979
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 992
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 532 MovieClip in Symbol 588 MovieClip Frame 1004
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
_root.streakbox.streak = 75;
this.gotoandstop(2);
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1006
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1019
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1032
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1045
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1058
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1072
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1085
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1099
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1112
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1126
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 535 MovieClip in Symbol 588 MovieClip Frame 1130
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
_root.fan.play();
this.gotoandstop(2);
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1139
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1153
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 535 MovieClip in Symbol 588 MovieClip Frame 1157
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
_root.fan.play();
this.gotoandstop(2);
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1166
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1180
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1194
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1207
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1221
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1234
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1248
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1261
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1275
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 537 MovieClip in Symbol 588 MovieClip Frame 1289
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
_root.streakbox.streak = 26;
this.gotoandstop(2);
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1289
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1292
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1295
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1298
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1304
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1307
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1310
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1313
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1317
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1324
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1328
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1335
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1342
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1345
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1348
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1351
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1357
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1360
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1363
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1366
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1369
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1375
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1380
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1387
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1393
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1396
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1399
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1402
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1410
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1414
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1417
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1420
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1423
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1431
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1434
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1440
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1447
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1450
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1453
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1456
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1463
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1466
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1469
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1472
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1475
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1482
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1486
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1492
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 535 MovieClip in Symbol 588 MovieClip Frame 1498
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
_root.streakbox.streak = 0;
this.gotoandstop(2);
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1500
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1503
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1506
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1509
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1517
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1521
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1524
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1527
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1530
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1538
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1541
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1547
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1554
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1557
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1560
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1563
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1570
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1573
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1576
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1579
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1582
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1589
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1593
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1599
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1607
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1610
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1613
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1616
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1624
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1628
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1631
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1634
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1637
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1645
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1648
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1654
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1661
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1664
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1667
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1670
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1677
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1680
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1683
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1686
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1689
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1696
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1700
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1706
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1716
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 588 MovieClip Frame 1720
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 537 MovieClip in Symbol 588 MovieClip Frame 1751
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
_root.streakbox.streak = 26;
this.gotoandstop(2);
}
}
Symbol 588 MovieClip Frame 1798
stop();
_root.play();
Symbol 598 Button
on (release) {
ab20_09 = new LoadVars();
ab20_09.z = _root.win.myname;
ab20_09.x = _root.scorebox.score;
ab20_09.c = 1307;
ab20_09.v = "JEASXI";
ab20_09.sendAndLoad("http://armorbot.com/s_b", ab20_09, "POST");
nextFrame();
}
Symbol 600 MovieClip Frame 1
stop();
Symbol 601 Button
on (release) {
_root.gotoAndStop("Highscore");
}
Symbol 602 MovieClip Frame 116
stop();
Instance of Symbol 438 MovieClip "crap" in Symbol 603 MovieClip Frame 1
onClipEvent (enterFrame) {
}
Instance of Symbol 432 MovieClip "bad" in Symbol 603 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 535 MovieClip in Symbol 603 MovieClip Frame 46
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
_root.streakbox.streak = 0;
this.gotoandstop(2);
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 143
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 147
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 151
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 155
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 159
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 163
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 167
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 171
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 175
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 179
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 183
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 187
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 191
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 195
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 199
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 205
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 205
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 211
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 215
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 219
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 223
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 227
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 231
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 235
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 239
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 244
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 248
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 252
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 256
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 260
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 264
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 270
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 270
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 280
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 284
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 288
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 292
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 296
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 300
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 304
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 309
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 313
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 317
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 321
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 325
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 329
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 333
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 530 MovieClip in Symbol 603 MovieClip Frame 334
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
_root.scorebox.score = _root.scorebox.score + 10;
this.gotoandstop(2);
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 338
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 338
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 349
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 353
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 357
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 361
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 365
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 369
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 373
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 378
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 382
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 386
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 390
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 394
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 398
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 402
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 410
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 414
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 422
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 426
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 434
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 438
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 446
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 450
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 454
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 458
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 462
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 466
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 470
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 475
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 479
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 489
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 493
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 501
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 505
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 513
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 517
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 521
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 525
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 529
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 533
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 537
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 541
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 545
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 554
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 558
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 567
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 571
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 580
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 584
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 588
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 592
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 596
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 600
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 604
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 609
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 613
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 622
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 626
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 635
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 639
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 648
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 653
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 657
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 661
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 665
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 669
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 673
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 677
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 530 MovieClip in Symbol 603 MovieClip Frame 698
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
_root.scorebox.score = _root.scorebox.score + 10;
this.gotoandstop(2);
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 744
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 773
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 810
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 876
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 879
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 882
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 886
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 889
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 892
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 896
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 899
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 906
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 910
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 914
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 918
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 922
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 926
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 930
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 934
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 941
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 945
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 949
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 953
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 957
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 961
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 965
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 969
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 532 MovieClip in Symbol 603 MovieClip Frame 971
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
_root.streakbox.streak = 76;
this.gotoandstop(2);
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 973
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 977
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 981
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 985
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 989
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 993
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 997
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1002
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 532 MovieClip in Symbol 603 MovieClip Frame 1004
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
_root.streakbox.streak = 75;
this.gotoandstop(2);
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1006
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1010
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1014
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1018
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1022
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1026
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1031
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1035
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1039
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1046
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1050
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1054
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1059
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1063
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1067
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1076
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1080
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1086
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1090
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1098
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1102
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1108
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1112
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1122
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1126
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 535 MovieClip in Symbol 603 MovieClip Frame 1130
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
_root.fan.play();
this.gotoandstop(2);
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1136
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1140
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1152
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1156
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 535 MovieClip in Symbol 603 MovieClip Frame 1157
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
_root.fan.play();
this.gotoandstop(2);
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1165
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1169
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1177
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1181
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1189
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1193
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1201
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1205
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1213
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1217
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1226
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1230
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1238
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1242
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1250
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1257
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1264
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1274
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1278
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1282
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1286
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 537 MovieClip in Symbol 603 MovieClip Frame 1289
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
_root.streakbox.streak = 26;
this.gotoandstop(2);
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1290
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1294
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1299
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1303
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1307
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1311
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1315
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1319
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1325
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1329
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1333
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1337
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1341
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1345
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1351
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1355
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1359
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1363
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1367
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1371
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1375
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1379
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1383
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1387
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1391
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1395
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1399
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1403
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1407
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1411
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1415
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1419
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1423
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1427
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1431
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1435
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1439
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1443
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1448
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1452
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1456
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1460
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1464
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1474
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1478
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1486
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1490
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 535 MovieClip in Symbol 603 MovieClip Frame 1498
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
_root.streakbox.streak = 0;
this.gotoandstop(2);
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1498
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1502
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1511
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1515
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1524
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1528
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1537
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1541
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1549
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1553
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1561
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1565
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1575
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1579
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1587
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1591
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1599
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1603
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1611
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1615
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1623
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1627
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1636
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1640
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1648
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1652
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1660
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1664
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1674
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1678
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1686
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1690
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1699
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1703
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1712
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1716
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1725
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1729
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1737
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1741
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1749
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 537 MovieClip in Symbol 603 MovieClip Frame 1751
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
_root.streakbox.streak = 26;
this.gotoandstop(2);
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1753
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1762
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1766
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1775
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1779
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1787
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1791
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1799
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1803
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1812
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1816
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1824
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1828
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1837
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1841
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1849
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1853
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1862
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 603 MovieClip Frame 1866
onClipEvent (enterFrame) {
if (this.hittest(_root.square)) {
this.play();
}
}
Symbol 603 MovieClip Frame 2050
stop();
_root.play();
Symbol 613 Button
on (release) {
ab20_09 = new LoadVars();
ab20_09.z = _root.win.myname;
ab20_09.x = _root.scorebox.score;
ab20_09.c = 1308;
ab20_09.v = "FLMNIW";
ab20_09.sendAndLoad("http://armorbot.com/s_b", ab20_09, "POST");
nextFrame();
}
Symbol 615 MovieClip Frame 1
stop();
Symbol 619 Button
on (release) {
_root.gotoAndStop("Highscore");
}
Symbol 620 MovieClip Frame 116
stop();