Combined Code
movieClip 3 ball {
}
movieClip 7 {
}
movieClip 12 {
}
button 13 {
on (release) {
getURL('http://www.newgrounds.com', 'blank');
}
}
button 18 {
on (release) {
_root.play();
}
}
movieClip 19 {
frame 1 {
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
bar._xscale = PercentLoaded;
} else {
gotoAndStop('loaded');
}
}
frame 2 {
gotoAndPlay(1);
}
}
frame 2 {
stop();
}
frame 2 {
function itemHandler0(obj, item) {
_root.stop();
myMenu.customItems[0].enabled = false;
myMenu.customItems[1].enabled = true;
}
function itemHandler1(obj, item) {
_root.play();
myMenu.customItems[0].enabled = true;
myMenu.customItems[1].enabled = false;
}
stop();
song1 = new Sound(this);
song1.attachSound('sound1');
song2 = new Sound(this);
song2.attachSound('sound2');
song3 = new Sound(this);
song3.attachSound('sound3');
var song1Play = 0;
var song2Play = 0;
var song3Play = 0;
onEnterFrame = function () {
if (song1Play == 1) {
song1.start(0, 99);
++song1Play;
}
if (song2Play == 1) {
++song2Play;
song2.start(0, 99);
}
if (song3Play == 1) {
song3.start(0, 99);
++song3Play;
}
};
var myMenu = new ContextMenu();
myMenu.hideBuiltInItems();
_root.menu = myMenu;
}
button 24 {
on (release) {
_root.song1Play = 1;
_root.song2.stop();
_root.song3.stop();
}
}
button 27 {
on (release) {
_root.song1.stop();
_root.song2.stop();
_root.song3.stop();
}
}
movieClip 31 {
frame 1 {
stop();
}
}
// unknown tag 88 length 73
button 37 {
on (press) {
nextFrame();
}
}
frame 3 {
stop();
}
button 48 {
on (press) {
gotoAndPlay(13);
}
}
button 53 {
on (press) {
nextFrame();
}
}
button 58 {
on (press) {
gotoAndPlay(13);
}
}
button 63 {
on (press) {
gotoAndPlay(13);
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
movieClip 71 {
}
instance of movieClip 71 {
onClipEvent (press) {
_root.nextFrame();
}
onClipEvent (load) {
xspeed = random(5) + 6;
yspeed = random(5) + 6;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
if (hitTest(_root.right_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.left_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.top_wall) == true) {
yspeed *= -1;
}
if (hitTest(_root.bottom_wall) == true) {
yspeed /= -1;
}
}
}
movieClip 75 {
}
movieClip 77 {
}
movieClip 79 {
}
movieClip 81 {
}
instance ball of movieClip 3 ball {
onClipEvent (load) {
xspeed = random(5) + 11;
yspeed = random(5) + 11;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
if (hitTest(_root.right_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.left_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.top_wall) == true) {
yspeed *= -1;
}
if (hitTest(_root.bottom_wall) == true) {
yspeed /= -1;
}
}
}
movieClip 82 {
}
instance of movieClip 82 {
onClipEvent (load) {
xspeed = random(5) + 11;
yspeed = random(5) + 11;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
if (hitTest(_root.right_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.left_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.top_wall) == true) {
yspeed *= -1;
}
if (hitTest(_root.bottom_wall) == true) {
yspeed /= -1;
}
}
}
movieClip 83 {
}
instance of movieClip 83 {
onClipEvent (load) {
xspeed = random(5) + 11;
yspeed = random(5) + 11;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
if (hitTest(_root.right_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.left_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.top_wall) == true) {
yspeed *= -1;
}
if (hitTest(_root.bottom_wall) == true) {
yspeed /= -1;
}
}
}
movieClip 84 {
}
instance of movieClip 84 {
onClipEvent (load) {
xspeed = random(5) + 11;
yspeed = random(5) + 11;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
if (hitTest(_root.right_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.left_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.top_wall) == true) {
yspeed *= -1;
}
if (hitTest(_root.bottom_wall) == true) {
yspeed /= -1;
}
}
}
movieClip 85 {
}
instance of movieClip 85 {
onClipEvent (load) {
xspeed = random(5) + 11;
yspeed = random(5) + 11;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
if (hitTest(_root.right_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.left_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.top_wall) == true) {
yspeed *= -1;
}
if (hitTest(_root.bottom_wall) == true) {
yspeed /= -1;
}
}
}
movieClip 86 {
}
instance of movieClip 86 {
onClipEvent (load) {
xspeed = random(1) + 11;
yspeed = random(5) + 11;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
if (hitTest(_root.right_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.left_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.top_wall) == true) {
yspeed *= -1;
}
if (hitTest(_root.bottom_wall) == true) {
yspeed /= -1;
}
}
}
movieClip 87 {
}
instance of movieClip 87 {
onClipEvent (load) {
xspeed = random(5) + 11;
yspeed = random(5) + 11;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
if (hitTest(_root.right_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.left_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.top_wall) == true) {
yspeed *= -1;
}
if (hitTest(_root.bottom_wall) == true) {
yspeed /= -1;
}
}
}
movieClip 88 {
}
instance of movieClip 88 {
onClipEvent (load) {
xspeed = random(5) + 11;
yspeed = random(5) + 11;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
if (hitTest(_root.right_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.left_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.top_wall) == true) {
yspeed *= -1;
}
if (hitTest(_root.bottom_wall) == true) {
yspeed /= -1;
}
}
}
movieClip 89 {
}
instance of movieClip 89 {
onClipEvent (load) {
xspeed = random(5) + 11;
yspeed = random(5) + 11;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
if (hitTest(_root.right_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.left_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.top_wall) == true) {
yspeed *= -1;
}
if (hitTest(_root.bottom_wall) == true) {
yspeed /= -1;
}
}
}
movieClip 90 {
}
instance of movieClip 90 {
onClipEvent (load) {
xspeed = random(2) + 11;
yspeed = random(1) + 11;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
if (hitTest(_root.right_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.left_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.top_wall) == true) {
yspeed *= -1;
}
if (hitTest(_root.bottom_wall) == true) {
yspeed /= -1;
}
}
}
movieClip 91 {
}
instance of movieClip 91 {
onClipEvent (load) {
xspeed = random(2) + 11;
yspeed = random(2) + 11;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
if (hitTest(_root.right_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.left_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.top_wall) == true) {
yspeed *= -1;
}
if (hitTest(_root.bottom_wall) == true) {
yspeed /= -1;
}
}
}
movieClip 92 {
}
instance of movieClip 92 {
onClipEvent (load) {
xspeed = random(5) + 11;
yspeed = random(5) + 11;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
if (hitTest(_root.right_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.left_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.top_wall) == true) {
yspeed *= -1;
}
if (hitTest(_root.bottom_wall) == true) {
yspeed /= -1;
}
}
}
movieClip 93 {
}
instance of movieClip 93 {
onClipEvent (load) {
xspeed = random(5) + 11;
yspeed = random(5) + 11;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
if (hitTest(_root.right_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.left_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.top_wall) == true) {
yspeed *= -1;
}
if (hitTest(_root.bottom_wall) == true) {
yspeed /= -1;
}
}
}
movieClip 94 {
}
instance of movieClip 94 {
onClipEvent (load) {
xspeed = random(5) + 11;
yspeed = random(5) + 11;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
if (hitTest(_root.right_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.left_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.top_wall) == true) {
yspeed *= -1;
}
if (hitTest(_root.bottom_wall) == true) {
yspeed /= -1;
}
}
}
movieClip 95 {
}
instance of movieClip 95 {
onClipEvent (load) {
xspeed = random(5) + 11;
yspeed = random(5) + 11;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
if (hitTest(_root.right_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.left_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.top_wall) == true) {
yspeed *= -1;
}
if (hitTest(_root.bottom_wall) == true) {
yspeed /= -1;
}
}
}
movieClip 96 {
}
instance of movieClip 96 {
onClipEvent (load) {
xspeed = random(5) + 11;
yspeed = random(5) + 11;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
if (hitTest(_root.right_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.left_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.top_wall) == true) {
yspeed *= -1;
}
if (hitTest(_root.bottom_wall) == true) {
yspeed /= -1;
}
}
}
movieClip 97 {
}
instance of movieClip 97 {
onClipEvent (load) {
xspeed = random(5) + 11;
yspeed = random(5) + 11;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
if (hitTest(_root.right_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.left_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.top_wall) == true) {
yspeed *= -1;
}
if (hitTest(_root.bottom_wall) == true) {
yspeed /= -1;
}
}
}
movieClip 98 {
}
instance of movieClip 98 {
onClipEvent (load) {
xspeed = random(3) + 11;
yspeed = random(5) + 11;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
if (hitTest(_root.right_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.left_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.top_wall) == true) {
yspeed *= -1;
}
if (hitTest(_root.bottom_wall) == true) {
yspeed /= -1;
}
}
}
movieClip 99 {
}
instance of movieClip 99 {
onClipEvent (load) {
xspeed = random(5) + 11;
yspeed = random(5) + 11;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
if (hitTest(_root.right_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.left_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.top_wall) == true) {
yspeed *= -1;
}
if (hitTest(_root.bottom_wall) == true) {
yspeed /= -1;
}
}
}
movieClip 100 {
}
instance of movieClip 100 {
onClipEvent (load) {
xspeed = random(5) + 11;
yspeed = random(5) + 11;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
if (hitTest(_root.right_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.left_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.top_wall) == true) {
yspeed *= -1;
}
if (hitTest(_root.bottom_wall) == true) {
yspeed /= -1;
}
}
}
movieClip 101 {
}
instance of movieClip 101 {
onClipEvent (load) {
xspeed = random(5) + 11;
yspeed = random(5) + 11;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
if (hitTest(_root.right_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.left_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.top_wall) == true) {
yspeed *= -1;
}
if (hitTest(_root.bottom_wall) == true) {
yspeed /= -1;
}
}
}
movieClip 102 {
}
instance of movieClip 102 {
onClipEvent (load) {
xspeed = random(5) + 11;
yspeed = random(1) + 11;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
if (hitTest(_root.right_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.left_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.top_wall) == true) {
yspeed *= -1;
}
if (hitTest(_root.bottom_wall) == true) {
yspeed /= -1;
}
}
}
movieClip 103 {
}
instance of movieClip 103 {
onClipEvent (load) {
xspeed = random(5) + 11;
yspeed = random(5) + 11;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
if (hitTest(_root.right_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.left_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.top_wall) == true) {
yspeed *= -1;
}
if (hitTest(_root.bottom_wall) == true) {
yspeed /= -1;
}
}
}
movieClip 104 {
}
instance of movieClip 104 {
onClipEvent (load) {
xspeed = random(5) + 11;
yspeed = random(5) + 11;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
if (hitTest(_root.right_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.left_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.top_wall) == true) {
yspeed *= -1;
}
if (hitTest(_root.bottom_wall) == true) {
yspeed /= -1;
}
}
}
movieClip 105 {
}
instance of movieClip 105 {
onClipEvent (load) {
xspeed = random(5) + 11;
yspeed = random(5) + 11;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
if (hitTest(_root.right_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.left_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.top_wall) == true) {
yspeed *= -1;
}
if (hitTest(_root.bottom_wall) == true) {
yspeed /= -1;
}
}
}
movieClip 106 {
}
instance of movieClip 106 {
onClipEvent (load) {
xspeed = random(5) + 11;
yspeed = random(5) + 11;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
if (hitTest(_root.right_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.left_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.top_wall) == true) {
yspeed *= -1;
}
if (hitTest(_root.bottom_wall) == true) {
yspeed /= -1;
}
}
}
movieClip 107 {
}
instance of movieClip 107 {
onClipEvent (load) {
xspeed = random(2) + 11;
yspeed = random(5) + 11;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
if (hitTest(_root.right_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.left_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.top_wall) == true) {
yspeed *= -1;
}
if (hitTest(_root.bottom_wall) == true) {
yspeed /= -1;
}
}
}
movieClip 108 {
}
instance of movieClip 108 {
onClipEvent (load) {
xspeed = random(5) + 11;
yspeed = random(5) + 11;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
if (hitTest(_root.right_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.left_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.top_wall) == true) {
yspeed *= -1;
}
if (hitTest(_root.bottom_wall) == true) {
yspeed /= -1;
}
}
}
movieClip 109 {
}
instance of movieClip 109 {
onClipEvent (load) {
xspeed = random(5) + 11;
yspeed = random(5) + 11;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
if (hitTest(_root.right_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.left_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.top_wall) == true) {
yspeed *= -1;
}
if (hitTest(_root.bottom_wall) == true) {
yspeed /= -1;
}
}
}
movieClip 110 {
}
instance of movieClip 110 {
onClipEvent (load) {
xspeed = random(5) + 11;
yspeed = random(5) + 11;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
if (hitTest(_root.right_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.left_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.top_wall) == true) {
yspeed *= -1;
}
if (hitTest(_root.bottom_wall) == true) {
yspeed /= -1;
}
}
}
movieClip 111 {
}
instance of movieClip 111 {
onClipEvent (load) {
xspeed = random(5) + 11;
yspeed = random(5) + 11;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
if (hitTest(_root.right_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.left_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.top_wall) == true) {
yspeed *= -1;
}
if (hitTest(_root.bottom_wall) == true) {
yspeed /= -1;
}
}
}
movieClip 112 {
}
instance of movieClip 112 {
onClipEvent (load) {
xspeed = random(2) + 11;
yspeed = random(4) + 11;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
if (hitTest(_root.right_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.left_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.top_wall) == true) {
yspeed *= -1;
}
if (hitTest(_root.bottom_wall) == true) {
yspeed /= -1;
}
}
}
movieClip 113 {
}
instance of movieClip 113 {
onClipEvent (load) {
xspeed = random(5) + 11;
yspeed = random(5) + 11;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
if (hitTest(_root.right_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.left_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.top_wall) == true) {
yspeed *= -1;
}
if (hitTest(_root.bottom_wall) == true) {
yspeed /= -1;
}
}
}
movieClip 114 {
}
instance of movieClip 114 {
onClipEvent (load) {
xspeed = random(5) + 11;
yspeed = random(2) + 11;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
if (hitTest(_root.right_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.left_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.top_wall) == true) {
yspeed *= -1;
}
if (hitTest(_root.bottom_wall) == true) {
yspeed /= -1;
}
}
}
movieClip 115 {
}
instance of movieClip 115 {
onClipEvent (load) {
xspeed = random(5) + 11;
yspeed = random(5) + 11;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
if (hitTest(_root.right_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.left_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.top_wall) == true) {
yspeed *= -1;
}
if (hitTest(_root.bottom_wall) == true) {
yspeed /= -1;
}
}
}
movieClip 116 {
}
instance of movieClip 116 {
onClipEvent (load) {
xspeed = random(2) + 11;
yspeed = random(5) + 11;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
if (hitTest(_root.right_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.left_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.top_wall) == true) {
yspeed *= -1;
}
if (hitTest(_root.bottom_wall) == true) {
yspeed /= -1;
}
}
}
movieClip 117 {
}
instance of movieClip 117 {
onClipEvent (load) {
xspeed = random(5) + 11;
yspeed = random(5) + 11;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
if (hitTest(_root.right_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.left_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.top_wall) == true) {
yspeed *= -1;
}
if (hitTest(_root.bottom_wall) == true) {
yspeed /= -1;
}
}
}
movieClip 118 {
}
instance of movieClip 118 {
onClipEvent (load) {
xspeed = random(5) + 11;
yspeed = random(1) + 11;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
if (hitTest(_root.right_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.left_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.top_wall) == true) {
yspeed *= -1;
}
if (hitTest(_root.bottom_wall) == true) {
yspeed /= -1;
}
}
}
movieClip 119 {
}
instance of movieClip 119 {
onClipEvent (load) {
xspeed = random(5) + 11;
yspeed = random(4) + 11;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
if (hitTest(_root.right_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.left_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.top_wall) == true) {
yspeed *= -1;
}
if (hitTest(_root.bottom_wall) == true) {
yspeed /= -1;
}
}
}
movieClip 120 {
}
instance of movieClip 120 {
onClipEvent (load) {
xspeed = random(4) + 11;
yspeed = random(5) + 11;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
}
onClipEvent (enterFrame) {
this._x += xspeed;
this._y += yspeed;
if (hitTest(_root.right_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.left_wall) == true) {
xspeed /= -1;
}
if (hitTest(_root.top_wall) == true) {
yspeed *= -1;
}
if (hitTest(_root.bottom_wall) == true) {
yspeed /= -1;
}
}
}
frame 6 {
stop();
}
frame 7 {
stop();
}
frame 8 {
stop();
}
frame 9 {
stop();
}
button 139 {
on (press) {
gotoAndPlay(13);
}
}
button 140 {
on (press) {
nextFrame();
}
}
frame 10 {
stop();
}
frame 11 {
stop();
}
button 151 {
on (press) {
nextFrame();
}
}
frame 12 {
stop();
}
button 154 {
on (press) {
gotoAndPlay(14);
}
}
frame 13 {
stop();
}
button 161 {
on (press) {
gotoAndPlay(3);
}
}
frame 14 {
stop();
}
frame 15 {
stop();
}
button 170 {
on (press) {
gotoAndPlay(25);
}
}
button 171 {
on (press) {
gotoAndPlay(25);
}
}
button 172 {
on (press) {
gotoAndPlay(25);
}
}
frame 16 {
stop();
}
frame 17 {
stop();
}
button 183 {
on (press) {
nextFrame();
}
}
button 184 {
on (press) {
gotoAndPlay(25);
}
}
frame 18 {
stop();
}
frame 19 {
stop();
}
button 195 {
on (press) {
nextFrame();
}
}
frame 20 {
stop();
}
frame 21 {
stop();
}
frame 22 {
stop();
}
frame 23 {
stop();
}
frame 24 {
stop();
}
button 321 {
on (press) {
gotoAndPlay(26);
}
}
frame 25 {
stop();
}
button 324 {
on (press) {
gotoAndPlay(14);
}
}
frame 26 {
stop();
}
frame 27 {
stop();
}
button 331 {
on (press) {
gotoAndPlay(37);
}
}
button 332 {
on (press) {
gotoAndPlay(37);
}
}
button 333 {
on (press) {
gotoAndPlay(37);
}
}
frame 28 {
stop();
}
frame 29 {
stop();
}
button 344 {
on (press) {
gotoAndPlay(37);
}
}
frame 30 {
stop();
}
frame 31 {
stop();
}
button 354 {
on (press) {
nextFrame();
}
}
frame 32 {
stop();
}
frame 33 {
stop();
}
frame 34 {
stop();
}
frame 35 {
stop();
}
frame 36 {
stop();
}
button 376 {
on (press) {
gotoAndPlay(38);
}
}
frame 37 {
stop();
}
button 380 {
on (press) {
gotoAndPlay(26);
}
}
frame 38 {
stop();
}
frame 39 {
stop();
}
movieClip 427 {
}
frame 40 {
stop();
}
button 428 {
on (press) {
prevFrame();
}
}
movieClip 447 {
}
frame 41 {
stop();
}
movieClip 470 {
}
frame 42 {
stop();
}
movieClip 493 {
}
frame 43 {
stop();
}
movieClip 514 {
}
frame 44 {
stop();
}
movieClip 525 {
}
frame 45 {
stop();
}
movieClip 714 {
}
frame 46 {
stop();
}