Frame 1 (109 B)
percent = Math.floor((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
loadbar.gotoAndStop(percent);
Frame 5 (88 B)
if (percent == 100) {
gotoAndPlay ("skip_load");
} else {
gotoAndPlay ("loop");
}
Frame 14 (139 B)
var mainsong_sound = new Sound();
mainsong_sound.attachSound("main_song");
mainsong_sound.start(0, 1000);
mainsong_sound.setVolume(50);
Frame 135 (186 B)
stop();
var mouseListener = new Object();
mouseListener.onMouseMove = function () {
cursor._x = _xmouse;
cursor._y = _ymouse;
};
Mouse.hide();
Mouse.addListener(mouseListener);
Instance of Symbol 115 MovieClip in Frame 135 (118 B)
on (rollOver) {
gotoAndPlay (2);
}
on (rollOut) {
gotoAndStop (1);
}
on (press) {
_root.gotoAndPlay("animation");
}
Instance of Symbol 119 MovieClip in Frame 135 (122 B)
on (rollOver) {
gotoAndPlay (2);
}
on (rollOut) {
gotoAndStop (1);
}
on (press) {
_root.gotoAndPlay("highscoremode");
}
Instance of Symbol 123 MovieClip in Frame 135 (159 B)
on (rollOver) {
gotoAndPlay (2);
}
on (rollOut) {
gotoAndStop (1);
}
on (press) {
getURL ("http://www.armorbot.com/mytable/?id=951", (window = "_blank"));
}
Instance of Symbol 127 MovieClip in Frame 135 (116 B)
on (rollOver) {
gotoAndPlay (2);
}
on (rollOut) {
gotoAndStop (1);
}
on (press) {
_root.gotoAndStop("credits");
}
Instance of Symbol 131 MovieClip in Frame 135 (148 B)
on (rollOver) {
gotoAndPlay (2);
}
on (rollOut) {
gotoAndStop (1);
}
on (press) {
getURL ("http://www.adgamesonline.com", (window = "_blank"));
}
Instance of Symbol 135 MovieClip in Frame 135 (144 B)
on (rollOver) {
gotoAndPlay (2);
}
on (rollOut) {
gotoAndStop (1);
}
on (press) {
getURL ("http://www.flashrage.com", (window = "_blank"));
}
Frame 143 (8 B)
stop();
Frame 156 (30 B)
mainsong_sound.setVolume(30);
Instance of Symbol 240 MovieClip in Frame 635 (225 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.Broom.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 1;
_root.reward_sound.start();
_root.gotoAndStop("level" + _root.level);
}
}
Frame 677 (8 B)
stop();
Frame 687 (720 B)
function sidewall_bounceback() {
_root.Broom._x = _root.Broom._x + (-(_root.Broom.x_Amount_to_Move_Broom * 5));
_root.Broom.x_Amount_to_Move_Broom = _root.Broom.x_Amount_to_Move_Broom + 3;
_root.Broom._y = _root.Broom._y + (-(_root.Broom.y_Amount_to_Move_Broom * 5));
_root.Broom.y_Amount_to_Move_Broom = _root.Broom.y_Amount_to_Move_Broom + 3;
_root.Broom.sparks.play();
_root.wallcrash_sound.start();
}
level = 1;
lives = 3;
speed = 15;
var wallcrash_sound = new Sound();
wallcrash_sound.attachSound("wallcrash");
var reward_sound = new Sound();
reward_sound.attachSound("warp_sound");
var eggcollect_sound = new Sound();
eggcollect_sound.attachSound("egg_sound");
mainsong_sound.setVolume(75);
Frame 688 (68 B)
stop();
orbs_onstage = 0;
orbs_eaten = 0;
carry_orbs_offset = 1;
Instance of Symbol 313 MovieClip in Frame 688 (225 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.Broom.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 1;
_root.reward_sound.start();
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 340 MovieClip "Broom" in Frame 688 (47 B)
onClipEvent (mouseDown) {
_root.nextFrame();
}
Instance of Symbol 342 MovieClip in Frame 688 (195 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.Broom.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 1;
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 340 MovieClip "Broom" in Frame 689 (538 B)
onClipEvent (enterFrame) {
yDifference = Math.round(_root._ymouse - this._y);
y_Amount_to_Move_Broom = Math.round(yDifference / _root.speed);
this._y = y_Amount_to_Move_Broom + this._y;
xDifference = Math.round(_root._xmouse - this._x);
x_Amount_to_Move_Broom = Math.round(xDifference / _root.speed);
this._x = x_Amount_to_Move_Broom + this._x;
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
}
Frame 690 (42 B)
_root.gotoAndStop("level" + _root.level);
Frame 693 (68 B)
stop();
orbs_onstage = 0;
orbs_eaten = 0;
carry_orbs_offset = 1;
Instance of Symbol 313 MovieClip in Frame 693 (225 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.Broom.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 1;
_root.reward_sound.start();
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 340 MovieClip "Broom" in Frame 693 (47 B)
onClipEvent (mouseDown) {
_root.nextFrame();
}
Instance of Symbol 342 MovieClip in Frame 693 (195 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.Broom.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 1;
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 340 MovieClip "Broom" in Frame 694 (538 B)
onClipEvent (enterFrame) {
yDifference = Math.round(_root._ymouse - this._y);
y_Amount_to_Move_Broom = Math.round(yDifference / _root.speed);
this._y = y_Amount_to_Move_Broom + this._y;
xDifference = Math.round(_root._xmouse - this._x);
x_Amount_to_Move_Broom = Math.round(xDifference / _root.speed);
this._x = x_Amount_to_Move_Broom + this._x;
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
}
Frame 695 (42 B)
_root.gotoAndStop("level" + _root.level);
Frame 699 (68 B)
stop();
orbs_onstage = 0;
orbs_eaten = 0;
carry_orbs_offset = 1;
Instance of Symbol 313 MovieClip in Frame 699 (225 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.Broom.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 1;
_root.reward_sound.start();
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 340 MovieClip "Broom" in Frame 699 (47 B)
onClipEvent (mouseDown) {
_root.nextFrame();
}
Instance of Symbol 342 MovieClip in Frame 699 (195 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.Broom.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 1;
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 340 MovieClip "Broom" in Frame 700 (538 B)
onClipEvent (enterFrame) {
yDifference = Math.round(_root._ymouse - this._y);
y_Amount_to_Move_Broom = Math.round(yDifference / _root.speed);
this._y = y_Amount_to_Move_Broom + this._y;
xDifference = Math.round(_root._xmouse - this._x);
x_Amount_to_Move_Broom = Math.round(xDifference / _root.speed);
this._x = x_Amount_to_Move_Broom + this._x;
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
}
Frame 701 (42 B)
_root.gotoAndStop("level" + _root.level);
Frame 705 (68 B)
stop();
orbs_onstage = 0;
orbs_eaten = 0;
carry_orbs_offset = 1;
Instance of Symbol 313 MovieClip in Frame 705 (225 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.Broom.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 1;
_root.reward_sound.start();
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 340 MovieClip "Broom" in Frame 705 (47 B)
onClipEvent (mouseDown) {
_root.nextFrame();
}
Instance of Symbol 342 MovieClip in Frame 705 (195 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.Broom.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 1;
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 340 MovieClip "Broom" in Frame 706 (538 B)
onClipEvent (enterFrame) {
yDifference = Math.round(_root._ymouse - this._y);
y_Amount_to_Move_Broom = Math.round(yDifference / _root.speed);
this._y = y_Amount_to_Move_Broom + this._y;
xDifference = Math.round(_root._xmouse - this._x);
x_Amount_to_Move_Broom = Math.round(xDifference / _root.speed);
this._x = x_Amount_to_Move_Broom + this._x;
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
}
Frame 707 (42 B)
_root.gotoAndStop("level" + _root.level);
Frame 712 (68 B)
stop();
orbs_onstage = 0;
orbs_eaten = 0;
carry_orbs_offset = 1;
Instance of Symbol 313 MovieClip in Frame 712 (225 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.Broom.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 1;
_root.reward_sound.start();
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 340 MovieClip "Broom" in Frame 712 (47 B)
onClipEvent (mouseDown) {
_root.nextFrame();
}
Instance of Symbol 342 MovieClip in Frame 712 (195 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.Broom.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 1;
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 340 MovieClip "Broom" in Frame 713 (538 B)
onClipEvent (enterFrame) {
yDifference = Math.round(_root._ymouse - this._y);
y_Amount_to_Move_Broom = Math.round(yDifference / _root.speed);
this._y = y_Amount_to_Move_Broom + this._y;
xDifference = Math.round(_root._xmouse - this._x);
x_Amount_to_Move_Broom = Math.round(xDifference / _root.speed);
this._x = x_Amount_to_Move_Broom + this._x;
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
}
Frame 714 (42 B)
_root.gotoAndStop("level" + _root.level);
Frame 726 (68 B)
stop();
orbs_onstage = 0;
orbs_eaten = 0;
carry_orbs_offset = 1;
Instance of Symbol 313 MovieClip in Frame 726 (225 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.Broom.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 1;
_root.reward_sound.start();
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 340 MovieClip "Broom" in Frame 726 (47 B)
onClipEvent (mouseDown) {
_root.nextFrame();
}
Instance of Symbol 342 MovieClip in Frame 726 (195 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.Broom.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 1;
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 340 MovieClip "Broom" in Frame 727 (538 B)
onClipEvent (enterFrame) {
yDifference = Math.round(_root._ymouse - this._y);
y_Amount_to_Move_Broom = Math.round(yDifference / _root.speed);
this._y = y_Amount_to_Move_Broom + this._y;
xDifference = Math.round(_root._xmouse - this._x);
x_Amount_to_Move_Broom = Math.round(xDifference / _root.speed);
this._x = x_Amount_to_Move_Broom + this._x;
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
}
Frame 728 (42 B)
_root.gotoAndStop("level" + _root.level);
Frame 734 (68 B)
stop();
orbs_onstage = 0;
orbs_eaten = 0;
carry_orbs_offset = 1;
Instance of Symbol 313 MovieClip in Frame 734 (225 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.Broom.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 1;
_root.reward_sound.start();
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 340 MovieClip "Broom" in Frame 734 (47 B)
onClipEvent (mouseDown) {
_root.nextFrame();
}
Instance of Symbol 342 MovieClip in Frame 734 (195 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.Broom.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 1;
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 340 MovieClip "Broom" in Frame 735 (538 B)
onClipEvent (enterFrame) {
yDifference = Math.round(_root._ymouse - this._y);
y_Amount_to_Move_Broom = Math.round(yDifference / _root.speed);
this._y = y_Amount_to_Move_Broom + this._y;
xDifference = Math.round(_root._xmouse - this._x);
x_Amount_to_Move_Broom = Math.round(xDifference / _root.speed);
this._x = x_Amount_to_Move_Broom + this._x;
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
}
Frame 736 (42 B)
_root.gotoAndStop("level" + _root.level);
Frame 742 (68 B)
stop();
orbs_onstage = 0;
orbs_eaten = 0;
carry_orbs_offset = 1;
Instance of Symbol 313 MovieClip in Frame 742 (225 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.Broom.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 1;
_root.reward_sound.start();
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 340 MovieClip "Broom" in Frame 742 (47 B)
onClipEvent (mouseDown) {
_root.nextFrame();
}
Instance of Symbol 342 MovieClip in Frame 742 (195 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.Broom.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 1;
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 340 MovieClip "Broom" in Frame 743 (538 B)
onClipEvent (enterFrame) {
yDifference = Math.round(_root._ymouse - this._y);
y_Amount_to_Move_Broom = Math.round(yDifference / _root.speed);
this._y = y_Amount_to_Move_Broom + this._y;
xDifference = Math.round(_root._xmouse - this._x);
x_Amount_to_Move_Broom = Math.round(xDifference / _root.speed);
this._x = x_Amount_to_Move_Broom + this._x;
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
}
Frame 744 (42 B)
_root.gotoAndStop("level" + _root.level);
Frame 751 (68 B)
stop();
orbs_onstage = 0;
orbs_eaten = 0;
carry_orbs_offset = 1;
Instance of Symbol 313 MovieClip in Frame 751 (225 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.Broom.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 1;
_root.reward_sound.start();
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 340 MovieClip "Broom" in Frame 751 (47 B)
onClipEvent (mouseDown) {
_root.nextFrame();
}
Instance of Symbol 342 MovieClip in Frame 751 (195 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.Broom.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 1;
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 340 MovieClip "Broom" in Frame 752 (538 B)
onClipEvent (enterFrame) {
yDifference = Math.round(_root._ymouse - this._y);
y_Amount_to_Move_Broom = Math.round(yDifference / _root.speed);
this._y = y_Amount_to_Move_Broom + this._y;
xDifference = Math.round(_root._xmouse - this._x);
x_Amount_to_Move_Broom = Math.round(xDifference / _root.speed);
this._x = x_Amount_to_Move_Broom + this._x;
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
}
Frame 753 (42 B)
_root.gotoAndStop("level" + _root.level);
Frame 759 (68 B)
stop();
orbs_onstage = 0;
orbs_eaten = 0;
carry_orbs_offset = 1;
Instance of Symbol 313 MovieClip in Frame 759 (225 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.Broom.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 1;
_root.reward_sound.start();
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 340 MovieClip "Broom" in Frame 759 (47 B)
onClipEvent (mouseDown) {
_root.nextFrame();
}
Instance of Symbol 342 MovieClip in Frame 759 (195 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.Broom.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 1;
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 340 MovieClip "Broom" in Frame 760 (538 B)
onClipEvent (enterFrame) {
yDifference = Math.round(_root._ymouse - this._y);
y_Amount_to_Move_Broom = Math.round(yDifference / _root.speed);
this._y = y_Amount_to_Move_Broom + this._y;
xDifference = Math.round(_root._xmouse - this._x);
x_Amount_to_Move_Broom = Math.round(xDifference / _root.speed);
this._x = x_Amount_to_Move_Broom + this._x;
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
}
Frame 761 (42 B)
_root.gotoAndStop("level" + _root.level);
Frame 778 (68 B)
stop();
orbs_onstage = 0;
orbs_eaten = 0;
carry_orbs_offset = 1;
Instance of Symbol 313 MovieClip in Frame 778 (225 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.Broom.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 1;
_root.reward_sound.start();
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 340 MovieClip "Broom" in Frame 778 (47 B)
onClipEvent (mouseDown) {
_root.nextFrame();
}
Instance of Symbol 342 MovieClip in Frame 778 (195 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.Broom.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 1;
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 340 MovieClip "Broom" in Frame 779 (538 B)
onClipEvent (enterFrame) {
yDifference = Math.round(_root._ymouse - this._y);
y_Amount_to_Move_Broom = Math.round(yDifference / _root.speed);
this._y = y_Amount_to_Move_Broom + this._y;
xDifference = Math.round(_root._xmouse - this._x);
x_Amount_to_Move_Broom = Math.round(xDifference / _root.speed);
this._x = x_Amount_to_Move_Broom + this._x;
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
}
Frame 780 (42 B)
_root.gotoAndStop("level" + _root.level);
Frame 785 (68 B)
stop();
orbs_onstage = 0;
orbs_eaten = 0;
carry_orbs_offset = 1;
Instance of Symbol 313 MovieClip in Frame 785 (225 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.Broom.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 1;
_root.reward_sound.start();
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 340 MovieClip "Broom" in Frame 785 (47 B)
onClipEvent (mouseDown) {
_root.nextFrame();
}
Instance of Symbol 342 MovieClip in Frame 785 (195 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.Broom.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 1;
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 340 MovieClip "Broom" in Frame 786 (538 B)
onClipEvent (enterFrame) {
yDifference = Math.round(_root._ymouse - this._y);
y_Amount_to_Move_Broom = Math.round(yDifference / _root.speed);
this._y = y_Amount_to_Move_Broom + this._y;
xDifference = Math.round(_root._xmouse - this._x);
x_Amount_to_Move_Broom = Math.round(xDifference / _root.speed);
this._x = x_Amount_to_Move_Broom + this._x;
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
}
Frame 787 (42 B)
_root.gotoAndStop("level" + _root.level);
Frame 792 (68 B)
stop();
orbs_onstage = 0;
orbs_eaten = 0;
carry_orbs_offset = 1;
Instance of Symbol 313 MovieClip in Frame 792 (225 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.Broom.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 1;
_root.reward_sound.start();
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 340 MovieClip "Broom" in Frame 792 (47 B)
onClipEvent (mouseDown) {
_root.nextFrame();
}
Instance of Symbol 342 MovieClip in Frame 792 (195 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.Broom.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 1;
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 340 MovieClip "Broom" in Frame 793 (538 B)
onClipEvent (enterFrame) {
yDifference = Math.round(_root._ymouse - this._y);
y_Amount_to_Move_Broom = Math.round(yDifference / _root.speed);
this._y = y_Amount_to_Move_Broom + this._y;
xDifference = Math.round(_root._xmouse - this._x);
x_Amount_to_Move_Broom = Math.round(xDifference / _root.speed);
this._x = x_Amount_to_Move_Broom + this._x;
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
}
Frame 794 (42 B)
_root.gotoAndStop("level" + _root.level);
Frame 799 (68 B)
stop();
orbs_onstage = 0;
orbs_eaten = 0;
carry_orbs_offset = 1;
Instance of Symbol 313 MovieClip in Frame 799 (225 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.Broom.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 1;
_root.reward_sound.start();
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 340 MovieClip "Broom" in Frame 799 (47 B)
onClipEvent (mouseDown) {
_root.nextFrame();
}
Instance of Symbol 342 MovieClip in Frame 799 (195 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.Broom.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 1;
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 340 MovieClip "Broom" in Frame 800 (538 B)
onClipEvent (enterFrame) {
yDifference = Math.round(_root._ymouse - this._y);
y_Amount_to_Move_Broom = Math.round(yDifference / _root.speed);
this._y = y_Amount_to_Move_Broom + this._y;
xDifference = Math.round(_root._xmouse - this._x);
x_Amount_to_Move_Broom = Math.round(xDifference / _root.speed);
this._x = x_Amount_to_Move_Broom + this._x;
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
}
Frame 801 (42 B)
_root.gotoAndStop("level" + _root.level);
Frame 807 (68 B)
stop();
orbs_onstage = 0;
orbs_eaten = 0;
carry_orbs_offset = 1;
Instance of Symbol 313 MovieClip in Frame 807 (225 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.Broom.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 1;
_root.reward_sound.start();
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 340 MovieClip "Broom" in Frame 807 (47 B)
onClipEvent (mouseDown) {
_root.nextFrame();
}
Instance of Symbol 342 MovieClip in Frame 807 (195 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.Broom.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 1;
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 340 MovieClip "Broom" in Frame 808 (538 B)
onClipEvent (enterFrame) {
yDifference = Math.round(_root._ymouse - this._y);
y_Amount_to_Move_Broom = Math.round(yDifference / _root.speed);
this._y = y_Amount_to_Move_Broom + this._y;
xDifference = Math.round(_root._xmouse - this._x);
x_Amount_to_Move_Broom = Math.round(xDifference / _root.speed);
this._x = x_Amount_to_Move_Broom + this._x;
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
}
Frame 809 (42 B)
_root.gotoAndStop("level" + _root.level);
Frame 818 (8 B)
stop();
Frame 819 (8 B)
stop();
Frame 835 (8 B)
stop();
Frame 836 (8 B)
stop();
Frame 849 (744 B)
function sidewall_bounceback() {
_root.Broom._x = _root.Broom._x + (-(_root.Broom.x_Amount_to_Move_Broom * 5));
_root.Broom.x_Amount_to_Move_Broom = _root.Broom.x_Amount_to_Move_Broom + 3;
_root.Broom._y = _root.Broom._y + (-(_root.Broom.y_Amount_to_Move_Broom * 5));
_root.Broom.y_Amount_to_Move_Broom = _root.Broom.y_Amount_to_Move_Broom + 3;
_root.Broom.sparks.play();
_root.wallcrash_sound.start();
_root.wallcrash_sound.setVolume(30);
}
highscore = 1;
timer = 0;
lives = 3;
speed = 15;
var wallcrash_sound = new Sound();
wallcrash_sound.attachSound("wallcrash");
var reward_sound = new Sound();
reward_sound.attachSound("warp_sound");
var eggcollect_sound = new Sound();
eggcollect_sound.attachSound("egg_sound");
Frame 850 (68 B)
stop();
orbs_onstage = 0;
orbs_eaten = 0;
carry_orbs_offset = 1;
Instance of Symbol 313 MovieClip in Frame 850 (241 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.Broom.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.highscore = _root.highscore + 1;
_root.reward_sound.start();
_root.gotoAndStop("highscore" + _root.highscore);
}
}
Instance of Symbol 340 MovieClip "Broom" in Frame 850 (47 B)
onClipEvent (mouseDown) {
_root.nextFrame();
}
Instance of Symbol 342 MovieClip in Frame 850 (195 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.Broom.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 1;
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 340 MovieClip "Broom" in Frame 851 (538 B)
onClipEvent (enterFrame) {
yDifference = Math.round(_root._ymouse - this._y);
y_Amount_to_Move_Broom = Math.round(yDifference / _root.speed);
this._y = y_Amount_to_Move_Broom + this._y;
xDifference = Math.round(_root._xmouse - this._x);
x_Amount_to_Move_Broom = Math.round(xDifference / _root.speed);
this._x = x_Amount_to_Move_Broom + this._x;
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
}
Frame 852 (50 B)
_root.gotoAndStop("highscore" + _root.highscore);
Frame 858 (68 B)
stop();
orbs_onstage = 0;
orbs_eaten = 0;
carry_orbs_offset = 1;
Instance of Symbol 313 MovieClip in Frame 858 (241 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.Broom.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.highscore = _root.highscore + 1;
_root.reward_sound.start();
_root.gotoAndStop("highscore" + _root.highscore);
}
}
Instance of Symbol 340 MovieClip "Broom" in Frame 858 (47 B)
onClipEvent (mouseDown) {
_root.nextFrame();
}
Instance of Symbol 342 MovieClip in Frame 858 (195 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.Broom.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 1;
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 340 MovieClip "Broom" in Frame 859 (538 B)
onClipEvent (enterFrame) {
yDifference = Math.round(_root._ymouse - this._y);
y_Amount_to_Move_Broom = Math.round(yDifference / _root.speed);
this._y = y_Amount_to_Move_Broom + this._y;
xDifference = Math.round(_root._xmouse - this._x);
x_Amount_to_Move_Broom = Math.round(xDifference / _root.speed);
this._x = x_Amount_to_Move_Broom + this._x;
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
}
Frame 860 (50 B)
_root.gotoAndStop("highscore" + _root.highscore);
Frame 867 (68 B)
stop();
orbs_onstage = 0;
orbs_eaten = 0;
carry_orbs_offset = 1;
Instance of Symbol 313 MovieClip in Frame 867 (241 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.Broom.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.highscore = _root.highscore + 1;
_root.reward_sound.start();
_root.gotoAndStop("highscore" + _root.highscore);
}
}
Instance of Symbol 340 MovieClip "Broom" in Frame 867 (47 B)
onClipEvent (mouseDown) {
_root.nextFrame();
}
Instance of Symbol 342 MovieClip in Frame 867 (195 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.Broom.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 1;
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 340 MovieClip "Broom" in Frame 868 (538 B)
onClipEvent (enterFrame) {
yDifference = Math.round(_root._ymouse - this._y);
y_Amount_to_Move_Broom = Math.round(yDifference / _root.speed);
this._y = y_Amount_to_Move_Broom + this._y;
xDifference = Math.round(_root._xmouse - this._x);
x_Amount_to_Move_Broom = Math.round(xDifference / _root.speed);
this._x = x_Amount_to_Move_Broom + this._x;
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
}
Frame 869 (50 B)
_root.gotoAndStop("highscore" + _root.highscore);
Frame 876 (68 B)
stop();
orbs_onstage = 0;
orbs_eaten = 0;
carry_orbs_offset = 1;
Instance of Symbol 313 MovieClip in Frame 876 (241 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.Broom.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.highscore = _root.highscore + 1;
_root.reward_sound.start();
_root.gotoAndStop("highscore" + _root.highscore);
}
}
Instance of Symbol 340 MovieClip "Broom" in Frame 876 (47 B)
onClipEvent (mouseDown) {
_root.nextFrame();
}
Instance of Symbol 342 MovieClip in Frame 876 (195 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.Broom.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 1;
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 340 MovieClip "Broom" in Frame 877 (538 B)
onClipEvent (enterFrame) {
yDifference = Math.round(_root._ymouse - this._y);
y_Amount_to_Move_Broom = Math.round(yDifference / _root.speed);
this._y = y_Amount_to_Move_Broom + this._y;
xDifference = Math.round(_root._xmouse - this._x);
x_Amount_to_Move_Broom = Math.round(xDifference / _root.speed);
this._x = x_Amount_to_Move_Broom + this._x;
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
}
Frame 878 (50 B)
_root.gotoAndStop("highscore" + _root.highscore);
Frame 886 (68 B)
stop();
orbs_onstage = 0;
orbs_eaten = 0;
carry_orbs_offset = 1;
Instance of Symbol 313 MovieClip in Frame 886 (241 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.Broom.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.highscore = _root.highscore + 1;
_root.reward_sound.start();
_root.gotoAndStop("highscore" + _root.highscore);
}
}
Instance of Symbol 340 MovieClip "Broom" in Frame 886 (47 B)
onClipEvent (mouseDown) {
_root.nextFrame();
}
Instance of Symbol 342 MovieClip in Frame 886 (195 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.Broom.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 1;
_root.gotoAndStop("level" + _root.level);
}
}
Instance of Symbol 340 MovieClip "Broom" in Frame 887 (538 B)
onClipEvent (enterFrame) {
yDifference = Math.round(_root._ymouse - this._y);
y_Amount_to_Move_Broom = Math.round(yDifference / _root.speed);
this._y = y_Amount_to_Move_Broom + this._y;
xDifference = Math.round(_root._xmouse - this._x);
x_Amount_to_Move_Broom = Math.round(xDifference / _root.speed);
this._x = x_Amount_to_Move_Broom + this._x;
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
}
Frame 888 (50 B)
_root.gotoAndStop("highscore" + _root.highscore);
Frame 895 (35 B)
stop();
newScoreBox.text = timer;
Frame 911 (26 B)
gotoAndStop ("mainmenu");
Symbol 12 MovieClip Frame 1 (8 B)
stop();
Symbol 17 Button (77 B)
on (press) {
getURL ("http://www.adgamesonline.com", (window = "_blank"));
}
Symbol 21 Button (73 B)
on (press) {
getURL ("http://www.flashrage.com", (window = "_blank"));
}
Symbol 36 Button (73 B)
on (press) {
getURL ("http://www.flashrage.com", (window = "_blank"));
}
Symbol 47 Button (79 B)
on (release) {
getURL ("http://www.adgamesonline.com", (window = "_blank"));
}
Symbol 115 MovieClip Frame 1 (8 B)
stop();
Symbol 115 MovieClip Frame 17 (8 B)
stop();
Symbol 119 MovieClip Frame 1 (8 B)
stop();
Symbol 119 MovieClip Frame 17 (8 B)
stop();
Symbol 123 MovieClip Frame 1 (8 B)
stop();
Symbol 123 MovieClip Frame 17 (8 B)
stop();
Symbol 127 MovieClip Frame 1 (8 B)
stop();
Symbol 127 MovieClip Frame 17 (8 B)
stop();
Symbol 131 MovieClip Frame 1 (8 B)
stop();
Symbol 131 MovieClip Frame 17 (8 B)
stop();
Symbol 135 MovieClip Frame 1 (8 B)
stop();
Symbol 135 MovieClip Frame 17 (8 B)
stop();
Symbol 147 Button (43 B)
on (release) {
gotoAndPlay ("mainmenu");
}
Symbol 151 Button (73 B)
on (press) {
getURL ("http://www.flashrage.com", (window = "_blank"));
}
Symbol 176 Button (45 B)
on (press) {
gotoAndPlay ("instructions");
}
Symbol 248 MovieClip Frame 1 (8 B)
stop();
Instance of Symbol 245 MovieClip in Symbol 248 MovieClip Frame 1 (304 B)
onClipEvent (load) {
_root.orbs_onstage = _root.orbs_onstage + 1;
this.orb_touched = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Broom.alt_hit) and (this.orb_touched == false)) {
_root.orbs_eaten = _root.orbs_eaten + 1;
_root.eggcollect_sound.start();
_parent.gotoAndPlay(2);
}
}
Symbol 248 MovieClip Frame 7 (8 B)
stop();
Symbol 253 MovieClip Frame 1 (8 B)
stop();
Instance of Symbol 250 MovieClip in Symbol 253 MovieClip Frame 1 (304 B)
onClipEvent (load) {
_root.orbs_onstage = _root.orbs_onstage + 1;
this.orb_touched = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Broom.alt_hit) and (this.orb_touched == false)) {
_root.orbs_eaten = _root.orbs_eaten + 1;
_root.eggcollect_sound.start();
_parent.gotoAndPlay(2);
}
}
Symbol 253 MovieClip Frame 8 (8 B)
stop();
Symbol 256 MovieClip Frame 1 (8 B)
stop();
Instance of Symbol 245 MovieClip in Symbol 256 MovieClip Frame 1 (304 B)
onClipEvent (load) {
_root.orbs_onstage = _root.orbs_onstage + 1;
this.orb_touched = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Broom.alt_hit) and (this.orb_touched == false)) {
_root.orbs_eaten = _root.orbs_eaten + 1;
_root.eggcollect_sound.start();
_parent.gotoAndPlay(2);
}
}
Symbol 256 MovieClip Frame 7 (8 B)
stop();
Instance of Symbol 258 MovieClip in Symbol 259 MovieClip Frame 1 (162 B)
onClipEvent (enterFrame) {
while (this.hitTest(_root.Broom.alt_hit)) {
_root.sidewall_bounceback();
_parent._parent.play();
_root.shields.nextFrame();
}
}
Symbol 263 MovieClip Frame 1 (8 B)
stop();
Symbol 263 MovieClip Frame 12 (17 B)
gotoAndStop (1);
Symbol 267 MovieClip Frame 1 (8 B)
stop();
Symbol 267 MovieClip Frame 7 (17 B)
gotoAndStop (1);
Symbol 276 MovieClip Frame 1 (8 B)
stop();
Symbol 276 MovieClip Frame 8 (17 B)
gotoAndStop (1);
Symbol 284 Button (40 B)
on (release) {
gotoAndPlay ("start");
}
Symbol 290 MovieClip Frame 1 (8 B)
stop();
Symbol 290 MovieClip Frame 4 (31 B)
_root.gotoAndStop("gameover");
Symbol 298 MovieClip Frame 1 (8 B)
stop();
Symbol 298 MovieClip Frame 7 (35 B)
_root.Broom.gotoAndPlay("blowup");
Instance of Symbol 315 MovieClip in Symbol 317 MovieClip Frame 1 (249 B)
onClipEvent (enterFrame) {
while (this.hitTest(_root.Broom.alt_hit)) {
_root.Broom._y = _root.Broom._y - 20;
_root.Broom.y_Amount_to_Move_Broom = 1;
_root.Broom.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
}
Instance of Symbol 315 MovieClip in Symbol 319 MovieClip Frame 1 (249 B)
onClipEvent (enterFrame) {
while (this.hitTest(_root.Broom.alt_hit)) {
_root.Broom._y = _root.Broom._y + 20;
_root.Broom.y_Amount_to_Move_Broom = 1;
_root.Broom.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
}
Instance of Symbol 315 MovieClip in Symbol 321 MovieClip Frame 1 (249 B)
onClipEvent (enterFrame) {
while (this.hitTest(_root.Broom.alt_hit)) {
_root.Broom._x = _root.Broom._x + 20;
_root.Broom.x_Amount_to_Move_Broom = 1;
_root.Broom.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
}
Instance of Symbol 315 MovieClip in Symbol 323 MovieClip Frame 1 (249 B)
onClipEvent (enterFrame) {
while (this.hitTest(_root.Broom.alt_hit)) {
_root.Broom._x = _root.Broom._x - 20;
_root.Broom.x_Amount_to_Move_Broom = 1;
_root.Broom.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
}
Symbol 337 MovieClip Frame 1 (8 B)
stop();
Symbol 340 MovieClip Frame 1 (8 B)
stop();
Symbol 340 MovieClip Frame 11 (181 B)
stop();
_root.lives = _root.lives - 1;
_root.life_meter.nextFrame();
if (_root.lives != 0) {
_root.nextFrame();
}
if (_root.lives == 0) {
_root.gotoAndStop("gameover");
}
Symbol 342 MovieClip Frame 9 (8 B)
stop();
Symbol 346 MovieClip Frame 15 (240 B)
_root.timer = _root.timer - 1;
if (_root.timer == 0) {
_root.lives = _root.lives - 1;
_root.life_meter.nextFrame();
if (_root.lives != 0) {
_root.nextFrame();
}
if (_root.lives == 0) {
_root.gotoAndStop("gameover");
}
}
Symbol 350 MovieClip Frame 525 (172 B)
_root.lives = _root.lives - 1;
_root.life_meter.nextFrame();
if (_root.lives != 0) {
_root.nextFrame();
}
if (_root.lives == 0) {
_root.gotoAndStop("gameover");
}
Instance of Symbol 315 MovieClip in Symbol 362 MovieClip Frame 1 (249 B)
onClipEvent (enterFrame) {
while (this.hitTest(_root.Broom.alt_hit)) {
_root.Broom._y = _root.Broom._y + 20;
_root.Broom.y_Amount_to_Move_Broom = 1;
_root.Broom.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
}
Instance of Symbol 315 MovieClip in Symbol 367 MovieClip Frame 1 (249 B)
onClipEvent (enterFrame) {
while (this.hitTest(_root.Broom.alt_hit)) {
_root.Broom._y = _root.Broom._y - 20;
_root.Broom.y_Amount_to_Move_Broom = 1;
_root.Broom.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
}
Instance of Symbol 315 MovieClip in Symbol 369 MovieClip Frame 1 (249 B)
onClipEvent (enterFrame) {
while (this.hitTest(_root.Broom.alt_hit)) {
_root.Broom._x = _root.Broom._x + 20;
_root.Broom.x_Amount_to_Move_Broom = 1;
_root.Broom.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
}
Instance of Symbol 315 MovieClip in Symbol 371 MovieClip Frame 1 (249 B)
onClipEvent (enterFrame) {
while (this.hitTest(_root.Broom.alt_hit)) {
_root.Broom._x = _root.Broom._x - 20;
_root.Broom.x_Amount_to_Move_Broom = 1;
_root.Broom.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
}
Symbol 374 MovieClip Frame 105 (172 B)
_root.lives = _root.lives - 1;
_root.life_meter.nextFrame();
if (_root.lives != 0) {
_root.nextFrame();
}
if (_root.lives == 0) {
_root.gotoAndStop("gameover");
}
Symbol 377 MovieClip Frame 233 (172 B)
_root.lives = _root.lives - 1;
_root.life_meter.nextFrame();
if (_root.lives != 0) {
_root.nextFrame();
}
if (_root.lives == 0) {
_root.gotoAndStop("gameover");
}
Symbol 384 MovieClip Frame 74 (172 B)
_root.lives = _root.lives - 1;
_root.life_meter.nextFrame();
if (_root.lives != 0) {
_root.nextFrame();
}
if (_root.lives == 0) {
_root.gotoAndStop("gameover");
}
Instance of Symbol 315 MovieClip in Symbol 395 MovieClip Frame 1 (249 B)
onClipEvent (enterFrame) {
while (this.hitTest(_root.Broom.alt_hit)) {
_root.Broom._x = _root.Broom._x + 20;
_root.Broom.x_Amount_to_Move_Broom = 1;
_root.Broom.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
}
Instance of Symbol 315 MovieClip in Symbol 397 MovieClip Frame 1 (249 B)
onClipEvent (enterFrame) {
while (this.hitTest(_root.Broom.alt_hit)) {
_root.Broom._x = _root.Broom._x - 20;
_root.Broom.x_Amount_to_Move_Broom = 1;
_root.Broom.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
}
Instance of Symbol 315 MovieClip in Symbol 399 MovieClip Frame 1 (249 B)
onClipEvent (enterFrame) {
while (this.hitTest(_root.Broom.alt_hit)) {
_root.Broom._y = _root.Broom._y + 20;
_root.Broom.y_Amount_to_Move_Broom = 1;
_root.Broom.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
}
Instance of Symbol 315 MovieClip in Symbol 401 MovieClip Frame 1 (249 B)
onClipEvent (enterFrame) {
while (this.hitTest(_root.Broom.alt_hit)) {
_root.Broom._y = _root.Broom._y - 20;
_root.Broom.y_Amount_to_Move_Broom = 1;
_root.Broom.sparks.play();
_root.wallcrash_sound.start();
_root.shields.nextFrame();
}
}
Symbol 404 MovieClip Frame 451 (172 B)
_root.lives = _root.lives - 1;
_root.life_meter.nextFrame();
if (_root.lives != 0) {
_root.nextFrame();
}
if (_root.lives == 0) {
_root.gotoAndStop("gameover");
}
Symbol 408 MovieClip Frame 450 (172 B)
_root.lives = _root.lives - 1;
_root.life_meter.nextFrame();
if (_root.lives != 0) {
_root.nextFrame();
}
if (_root.lives == 0) {
_root.gotoAndStop("gameover");
}
Symbol 411 MovieClip Frame 197 (172 B)
_root.lives = _root.lives - 1;
_root.life_meter.nextFrame();
if (_root.lives != 0) {
_root.nextFrame();
}
if (_root.lives == 0) {
_root.gotoAndStop("gameover");
}
Instance of Symbol 412 MovieClip in Symbol 434 MovieClip Frame 1 (225 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.Broom.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 1;
_root.reward_sound.start();
_root.gotoAndStop("level" + _root.level);
}
}
Symbol 434 MovieClip Frame 137 (19 B)
_root.nextFrame();
Symbol 439 Button (41 B)
on (press) {
gotoAndStop ("mainmenu");
}
Instance of Symbol 412 MovieClip in Symbol 440 MovieClip Frame 1 (225 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.Broom.alt_hit) and (_root.orbs_eaten == _root.orbs_onstage)) {
_root.level = _root.level + 1;
_root.reward_sound.start();
_root.gotoAndStop("level" + _root.level);
}
}
Symbol 440 MovieClip Frame 137 (19 B)
_root.nextFrame();
Symbol 446 Button (41 B)
on (press) {
gotoAndStop ("mainmenu");
}
Symbol 453 MovieClip Frame 15 (31 B)
_root.timer = _root.timer + 1;
Symbol 466 Button (317 B)
on (release) {
if (newPlayerBox.text != "") {
Player = newPlayerBox.text;
Score = newScoreBox.text;
ab20_09 = new LoadVars();
ab20_09.z = Player;
ab20_09.x = Score;
ab20_09.c = 951;
ab20_09.v = "WVCDAV";
ab20_09.sendAndLoad("http://armorbot.com/s_b", ab20_09, "POST");
gotoAndPlay ("sending");
}
}