Frame 1
stop();
Instance of Symbol 16 MovieClip in Frame 1
onClipEvent (enterFrame) {
Mouse.show();
}
Frame 2
stop();
Instance of Symbol 16 MovieClip in Frame 2
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
Mouse.hide();
}
Instance of Symbol 26 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.fadedeath.play();
}
}
Instance of Symbol 39 MovieClip in Frame 2
onClipEvent (load) {
startDrag (this, true);
}
Frame 3
gotoAndStop (50);
Instance of Symbol 70 MovieClip "room2" in Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.fadedeath.play();
}
}
Instance of Symbol 74 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this._parent.room2.boulders.nextFrame();
nextFrame();
} else {
this._parent.room2.boulders.prevFrame();
prevFrame();
}
}
Instance of Symbol 16 MovieClip in Frame 4
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
Mouse.hide();
}
Frame 5
gotoAndStop (50);
Instance of Symbol 76 MovieClip "heart" in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
gotoAndStop (2);
if (this._parent.lives._currentframe == 1) {
this._parent.lives.gotoAndStop(6);
} else {
this._parent.lives.prevFrame();
}
}
}
Instance of Symbol 74 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this._parent.room3.stonedoor.gotoAndStop(280);
nextFrame();
} else {
this._parent.room3.stonedoor.prevFrame();
prevFrame();
}
}
Instance of Symbol 74 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this._parent.room3.shuttle.nextFrame();
nextFrame();
} else {
this._parent.room3.shuttle.prevFrame();
prevFrame();
}
}
Instance of Symbol 90 MovieClip "room3" in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.fadedeath.play();
}
}
Instance of Symbol 16 MovieClip in Frame 6
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
Mouse.hide();
}
Frame 7
gotoAndStop (50);
Instance of Symbol 76 MovieClip "heart" in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
gotoAndStop (2);
if (this._parent.lives._currentframe == 1) {
this._parent.lives.gotoAndStop(6);
} else {
this._parent.lives.prevFrame();
}
}
}
Instance of Symbol 92 MovieClip in Frame 8
onClipEvent (load) {
}
onClipEvent (enterFrame) {
if ((_root._ymouse < (_y + 20)) && (_root._ymouse > (_y - 20))) {
nextFrame();
} else {
prevFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.fadedeath.play();
}
}
Instance of Symbol 92 MovieClip in Frame 8
onClipEvent (load) {
}
onClipEvent (enterFrame) {
if ((_root._ymouse < (_y + 20)) && (_root._ymouse > (_y - 20))) {
nextFrame();
} else {
prevFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.fadedeath.play();
}
}
Instance of Symbol 92 MovieClip in Frame 8
onClipEvent (load) {
}
onClipEvent (enterFrame) {
if ((_root._ymouse < (_y + 20)) && (_root._ymouse > (_y - 20))) {
nextFrame();
} else {
prevFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.fadedeath.play();
}
}
Instance of Symbol 92 MovieClip in Frame 8
onClipEvent (load) {
}
onClipEvent (enterFrame) {
if ((_root._ymouse < (_y + 20)) && (_root._ymouse > (_y - 20))) {
nextFrame();
} else {
prevFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.fadedeath.play();
}
}
Instance of Symbol 95 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._parent.box._y < 241) {
this._parent.box.bottom.gotoAndStop(1);
this._parent.box._y = this._parent.box._y + 10;
}
if (this._parent.box._y > 300) {
this._parent.box.top.gotoAndStop(1);
this._parent.box._y = this._parent.box._y - 10;
}
if (this._parent.box._x > 520) {
this._parent.box.left.gotoAndStop(1);
this._parent.box._x = this._parent.box._x - 10;
}
if (this._parent.box._x < 290) {
this._parent.box.right.gotoAndStop(1);
this._parent.box.gotoAndStop(2);
this._parent.box._x = 502;
this._parent.box._y = 287;
this._parent.ball1._x = -210;
this._parent.ball2._x = -210;
this._parent.BANG.gotoAndPlay(2);
this._parent.cheatblock.nextFrame();
}
}
Instance of Symbol 97 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.fadedeath.play();
}
}
Instance of Symbol 100 MovieClip "ball2" in Frame 8
onClipEvent (enterFrame) {
_rotation = (_rotation - 5);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.fadedeath.play();
}
}
Instance of Symbol 110 MovieClip "box" in Frame 8
onClipEvent (enterFrame) {
if (this.right.hitTest(_root._xmouse, _root._ymouse, true)) {
this.right.gotoAndStop(2);
}
if (this.left.hitTest(_root._xmouse, _root._ymouse, true)) {
this.left.gotoAndStop(2);
}
if (this.top.hitTest(_root._xmouse, _root._ymouse, true)) {
this.top.gotoAndStop(2);
}
if (this.bottom.hitTest(_root._xmouse, _root._ymouse, true)) {
this.bottom.gotoAndStop(2);
}
}
Instance of Symbol 112 MovieClip "ball1" in Frame 8
onClipEvent (enterFrame) {
_rotation = (_rotation + 5);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.fadedeath.play();
}
}
Instance of Symbol 16 MovieClip in Frame 8
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
Mouse.hide();
}
Instance of Symbol 145 MovieClip "cheatblock" in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.fadedeath.play();
}
}
Frame 9
gotoAndStop (50);
Instance of Symbol 153 MovieClip in Frame 10
onClipEvent (enterFrame) {
Mouse.show();
}
Instance of Symbol 154 MovieClip in Frame 10
onClipEvent (load) {
startDrag (this, true);
}
Frame 11
gotoAndStop (50);
Instance of Symbol 39 MovieClip in Frame 11
onClipEvent (load) {
startDrag (this, true);
}
Instance of Symbol 159 MovieClip in Frame 50
onClipEvent (load) {
startDrag (this, true);
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_rotation = (_rotation - 3);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 3);
}
}
Frame 51
gotoAndStop (50);
Instance of Symbol 16 MovieClip in Frame 52
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
Mouse.hide();
}
Frame 53
gotoAndStop (50);
Instance of Symbol 16 MovieClip in Frame 54
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
Mouse.hide();
}
Frame 55
gotoAndStop (50);
Instance of Symbol 16 MovieClip in Frame 56
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
Mouse.hide();
}
Frame 57
gotoAndStop (50);
Instance of Symbol 16 MovieClip in Frame 58
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
Mouse.hide();
}
Instance of Symbol 3 MovieClip in Symbol 10 MovieClip Frame 1
onClipEvent (load) {
theta = 0;
xpos = _x;
}
onClipEvent (enterFrame) {
theta = theta + 0.08;
_x = ((xpos + 50) + (Math.sin(theta) * 50));
}
Instance of Symbol 5 MovieClip in Symbol 10 MovieClip Frame 1
onClipEvent (load) {
theta = (Math.PI/4);
xpos = _x;
ypos = _y;
}
onClipEvent (enterFrame) {
theta = theta + 0.08;
_x = ((xpos + 40) + (Math.sin(theta) * 40));
_y = ((ypos + 15) + (Math.sin(theta) * 15));
}
Instance of Symbol 7 MovieClip in Symbol 10 MovieClip Frame 1
onClipEvent (load) {
theta = (Math.PI/2);
xpos = _x;
ypos = _y;
}
onClipEvent (enterFrame) {
theta = theta + 0.08;
_x = ((xpos + 30) + (Math.sin(theta) * 30));
_y = ((ypos + 30) + (Math.sin(theta) * 30));
}
Instance of Symbol 9 MovieClip in Symbol 10 MovieClip Frame 1
onClipEvent (load) {
theta = 2.35619449019234;
xpos = _x;
ypos = _y;
}
onClipEvent (enterFrame) {
theta = theta + 0.08;
_x = ((xpos + 30) + (Math.sin(theta) * 30));
_y = ((ypos + 45) + (Math.sin(theta) * 45));
}
Symbol 14 Button
on (release) {
gotoAndStop (2);
}
Symbol 18 MovieClip Frame 1
stop();
Symbol 18 MovieClip Frame 20
_root.gotoAndStop(_root._currentframe - 50);
_root.lives.gotoAndStop(_root.lives._currentframe + 1);
Symbol 18 MovieClip Frame 40
gotoAndStop (1);
Symbol 21 MovieClip Frame 1
stop();
Symbol 21 MovieClip Frame 20
_root.gotoAndStop(_root._currentframe + 50);
Symbol 21 MovieClip Frame 40
gotoAndStop (1);
Symbol 22 MovieClip Frame 1
stop();
Symbol 22 MovieClip Frame 20
_root.gotoAndStop(_root._currentframe + 2);
Symbol 22 MovieClip Frame 40
gotoAndStop (1);
Symbol 36 Button
on (rollOver) {
_root.fader.play();
}
Symbol 43 Button
on (keyPress "<Space>") {
nextFrame();
}
Symbol 48 Button
on (keyPress "<Space>") {
prevFrame();
_root.sounds.prevFrame();
}
Symbol 49 MovieClip Frame 1
stop();
Symbol 49 MovieClip Frame 2
stop();
stopAllSounds();
Symbol 55 MovieClip Frame 1
stop();
Symbol 55 MovieClip Frame 2
stop();
Symbol 55 MovieClip Frame 3
stop();
Symbol 55 MovieClip Frame 4
stop();
Symbol 55 MovieClip Frame 5
_root.gotoAndStop(1);
Symbol 55 MovieClip Frame 6
stop();
Symbol 55 MovieClip Frame 7
gotoAndStop (1);
Symbol 64 MovieClip Frame 1
stop();
Instance of Symbol 66 MovieClip in Symbol 69 MovieClip Frame 1
onClipEvent (load) {
theta = 0;
starty = _x;
}
onClipEvent (enterFrame) {
theta = theta + 0.1;
_x = ((starty + (Math.sin(theta) * 50)) - 25);
}
Instance of Symbol 66 MovieClip in Symbol 69 MovieClip Frame 1
onClipEvent (load) {
theta = 0;
starty = _x;
}
onClipEvent (enterFrame) {
theta = theta + 0.1;
_x = ((starty + (Math.sin(theta) * 50)) - 25);
}
Instance of Symbol 68 MovieClip in Symbol 69 MovieClip Frame 1
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
}
Instance of Symbol 68 MovieClip in Symbol 70 MovieClip Frame 1
onClipEvent (enterFrame) {
_rotation = (_rotation + 2);
}
Symbol 74 MovieClip Frame 1
stop();
Symbol 76 MovieClip Frame 1
stop();
Symbol 85 MovieClip Frame 1
stop();
Symbol 89 MovieClip Frame 1
stop();
Instance of Symbol 79 MovieClip in Symbol 90 MovieClip Frame 1
onClipEvent (enterFrame) {
_rotation = (_rotation + 2);
}
Instance of Symbol 81 MovieClip in Symbol 90 MovieClip Frame 1
onClipEvent (enterFrame) {
_rotation = (_rotation - 1);
}
Instance of Symbol 79 MovieClip in Symbol 90 MovieClip Frame 1
onClipEvent (enterFrame) {
_rotation = (_rotation - 2);
}
Symbol 92 MovieClip Frame 1
stop();
Symbol 92 MovieClip Frame 40
gotoAndPlay (2);
Symbol 103 MovieClip Frame 1
stop();
Instance of Symbol 102 MovieClip in Symbol 103 MovieClip Frame 2
onClipEvent (load) {
counter = Math.random() * 10;
}
onClipEvent (enterFrame) {
if (counter > 0) {
this._parent._parent._y = this._parent._parent._y + counter;
counter = counter - 1;
} else {
this._parent.gotoAndStop(1);
}
}
Symbol 105 MovieClip Frame 1
stop();
Instance of Symbol 102 MovieClip in Symbol 105 MovieClip Frame 2
onClipEvent (load) {
counter = Math.random() * 10;
}
onClipEvent (enterFrame) {
if (counter > 0) {
this._parent._parent._x = this._parent._parent._x - counter;
counter = counter - 1;
} else {
this._parent.gotoAndStop(1);
}
}
Symbol 107 MovieClip Frame 1
stop();
Instance of Symbol 102 MovieClip in Symbol 107 MovieClip Frame 2
onClipEvent (load) {
counter = Math.random() * 10;
}
onClipEvent (enterFrame) {
if (counter > 0) {
this._parent._parent._y = this._parent._parent._y - counter;
counter = counter - 1;
} else {
this._parent.gotoAndStop(1);
}
}
Symbol 109 MovieClip Frame 1
stop();
Instance of Symbol 102 MovieClip in Symbol 109 MovieClip Frame 2
onClipEvent (load) {
counter = Math.random() * 10;
}
onClipEvent (enterFrame) {
if (counter > 0) {
this._parent._parent._x = this._parent._parent._x + counter;
counter = counter - 1;
} else {
this._parent.gotoAndStop(1);
}
}
Symbol 110 MovieClip Frame 1
stop();
Symbol 139 MovieClip Frame 1
stop();
Symbol 139 MovieClip Frame 71
this._parent.wallybreak.nextFrame();
Symbol 139 MovieClip Frame 72
this._parent.wallcrackers.nextFrame();
Symbol 139 MovieClip Frame 103
stop();
Symbol 141 MovieClip Frame 1
stop();
Symbol 143 MovieClip Frame 1
stop();
Symbol 145 MovieClip Frame 1
stop();
Symbol 149 Button
on (release) {
nextFrame();
}
Symbol 153 MovieClip Frame 1
stop();
Symbol 153 MovieClip Frame 2
stop();
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
locx = 260;
locy = 200;
intx = Math.ceil(Math.random() * 30);
inty = Math.ceil(Math.random() * 30);
gravity = 0.3;
_x = locx;
_y = locy;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + Math.ceil(Math.random() * 30));
_x = (_x + intx);
_y = (_y - inty);
if (inty > -20) {
inty = inty - gravity;
}
if (_x > 542.8) {
intx = intx * -1;
}
if (_x < 7.2) {
intx = intx * -1;
}
if (_y >= 392.8) {
inty = inty * -1;
}
}
Symbol 154 MovieClip Frame 20
stop();
Symbol 161 Button
on (rollOver) {
_root.faderrevive.play();
}