Frame 1
createEmptyMovieClip("boxCam", 1000);
with (boxCam) {
onLoad = function () {
CamX = _x;
CamY = _y;
};
onEnterFrame = function () {
_x = _root._xmouse - 10;
_y = _root._ymouse - 10;
CamX = CamX + ((_x - CamX) / 20);
_root._x = (Stage.width / 2) - CamX;
CamY = CamY + ((_y - CamY) / 20);
_root._y = (Stage.height / 2) - CamY;
};
}
stop();
Frame 2
stop();
Instance of Symbol 280 MovieClip in Frame 2
on (rollOver) {
_root.gotoAndPlay(3);
}
Instance of Symbol 284 MovieClip in Frame 2
on (rollOver) {
_root.gotoAndPlay(4);
}
Frame 3
stopAllSounds();
stop();
Frame 4
stop();
Frame 5
stop();
Instance of Symbol 284 MovieClip in Frame 5
on (rollOver) {
_root.gotoAndPlay(6);
}
Frame 6
stop();
Instance of Symbol 284 MovieClip in Frame 6
on (rollOver) {
_root.gotoAndPlay(8);
}
Instance of Symbol 321 MovieClip in Frame 6
on (rollOver) {
_root.gotoAndPlay(7);
}
Frame 7
stop();
Frame 8
stop();
Instance of Symbol 359 MovieClip in Frame 8
on (rollOver) {
_root.gotoAndPlay(9);
}
Instance of Symbol 284 MovieClip in Frame 8
on (rollOver) {
_root.gotoAndPlay(10);
}
Frame 9
stop();
Frame 10
stop();
Instance of Symbol 380 MovieClip in Frame 10
on (rollOver) {
_root.gotoAndPlay(11);
}
Instance of Symbol 284 MovieClip in Frame 10
on (rollOver) {
_root.gotoAndPlay(12);
}
Frame 11
stop();
Frame 12
stop();
Instance of Symbol 406 MovieClip in Frame 12
on (rollOver) {
_root.gotoAndPlay(13);
}
Instance of Symbol 284 MovieClip in Frame 12
on (rollOver) {
_root.gotoAndPlay(14);
}
Frame 13
stop();
Frame 14
stop();
Instance of Symbol 414 MovieClip in Frame 14
on (rollOver) {
_root.gotoAndPlay(15);
}
Instance of Symbol 284 MovieClip in Frame 14
on (rollOver) {
_root.gotoAndPlay(16);
}
Frame 15
stop();
Frame 16
stop();
Instance of Symbol 426 MovieClip in Frame 16
on (rollOver) {
_root.gotoAndPlay(17);
}
Instance of Symbol 284 MovieClip in Frame 16
on (rollOver) {
_root.gotoAndPlay(18);
}
Frame 17
stop();
Frame 18
stop();
Instance of Symbol 284 MovieClip in Frame 18
on (rollOver) {
_root.gotoAndPlay(20);
}
Instance of Symbol 527 MovieClip in Frame 18
on (rollOver) {
_root.gotoAndPlay(19);
}
Frame 19
stop();
Frame 20
stop();
Instance of Symbol 535 MovieClip in Frame 20
on (rollOver) {
_root.gotoAndPlay(21);
}
Instance of Symbol 284 MovieClip in Frame 20
on (rollOver) {
_root.gotoAndPlay(22);
}
Frame 21
stop();
Frame 22
stop();
Instance of Symbol 548 MovieClip in Frame 22
on (rollOver) {
_root.gotoAndPlay(23);
}
Instance of Symbol 284 MovieClip in Frame 22
on (rollOver) {
_root.gotoAndPlay(24);
}
Frame 23
stop();
Frame 24
stop();
Instance of Symbol 556 MovieClip in Frame 24
on (rollOver) {
_root.gotoAndPlay(25);
}
Instance of Symbol 284 MovieClip in Frame 24
on (rollOver) {
_root.gotoAndPlay(26);
}
Frame 25
stop();
Frame 26
stop();
Frame 27
stop();
Instance of Symbol 284 MovieClip in Frame 27
on (rollOver) {
_root.gotoAndPlay(29);
}
Instance of Symbol 630 MovieClip in Frame 27
on (rollOver) {
_root.gotoAndPlay(28);
}
Frame 28
stop();
Frame 29
stop();
Instance of Symbol 645 MovieClip in Frame 29
on (rollOver) {
_root.gotoAndPlay(30);
}
Instance of Symbol 284 MovieClip in Frame 29
on (rollOver) {
_root.gotoAndPlay(31);
}
Frame 30
stop();
Frame 31
stop();
Instance of Symbol 662 MovieClip in Frame 31
on (rollOver) {
_root.gotoAndPlay(32);
}
Instance of Symbol 284 MovieClip in Frame 31
on (rollOver) {
_root.gotoAndPlay(33);
}
Frame 32
stop();
Frame 33
stop();
Instance of Symbol 671 MovieClip in Frame 33
on (rollOver) {
_root.gotoAndPlay(34);
}
Instance of Symbol 284 MovieClip in Frame 33
on (rollOver) {
_root.gotoAndPlay(35);
}
Frame 34
stop();
Frame 35
stop();
Instance of Symbol 708 MovieClip in Frame 35
on (rollOver) {
_root.gotoAndPlay(36);
}
Instance of Symbol 284 MovieClip in Frame 35
on (rollOver) {
_root.gotoAndPlay(37);
}
Frame 36
stop();
Frame 37
stopAllSounds();
stop();
Frame 38
stop();
Instance of Symbol 718 MovieClip in Frame 38
on (rollOver) {
_root.gotoAndPlay(40);
}
Instance of Symbol 730 MovieClip in Frame 38
on (rollOver) {
_root.gotoAndPlay(39);
}
Instance of Symbol 735 MovieClip in Frame 38
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 250);
_root.xMove = Math.round(_root.xChange / 250);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Frame 39
stopAllSounds();
stop();
Frame 40
stop();
Symbol 57 Button
on (release) {
getURL ("http://www.newgrounds.com", "_blank");
}
Symbol 59 MovieClip Frame 40
stop();
Symbol 86 Button
on (release) {
startMovie();
}
Symbol 87 MovieClip Frame 1
function timerHandler() {
if (!loadingComplete) {
var _local4 = _root.getBytesLoaded() / _root.getBytesTotal();
bar._xscale = 100 * _local4;
if (_local4 == 1) {
loadingComplete = true;
if (AUTO_PLAY) {
startMovie();
} else {
gotoAndStop ("loaded");
}
return(undefined);
}
}
dt = getTimer() - time;
time = time + dt;
frameAccum = frameAccum + dt;
var _local3 = 0;
while ((frameAccum >= FRAME_TIME) && (_local3 < MAX_FRAME_SKIP)) {
advanceFrame(tankLogo, true, true);
advanceFrame(loadingText, false, true);
advanceFrame(barGfx, false, true);
if (loadingComplete) {
advanceFrame(this, false, false);
}
(frameAccum = frameAccum - FRAME_TIME);
_local3++;
}
updateAfterEvent();
}
function advanceFrame(clip, recurse, loop) {
if (!clip) {
return(undefined);
}
clip.stop();
if (clip._currentframe == clip._totalframes) {
if (loop) {
clip.gotoAndStop(1);
}
} else {
clip.nextFrame();
}
if (recurse) {
for (childName in clip) {
if (typeof(clip[childName]) == "movieclip") {
advanceFrame(clip[childName], recurse, loop);
}
}
}
}
function startMovie() {
clearInterval(intervalId);
_root.play();
}
_root.stop();
stop();
var FRAME_TIME = 33.3333333333333;
var AUTO_PLAY = false;
var MAX_FRAME_SKIP = 5;
var loadingComplete;
var intervalId;
var time;
var frameAccum;
loadingComplete = false;
intervalId = setInterval(this, "timerHandler", FRAME_TIME / 2);
frameAccum = 0;
time = getTimer();
timerHandler();
Symbol 287 MovieClip Frame 26
stop();
Symbol 292 Button
on (release) {
_root.gotoAndPlay(2);
}
Symbol 294 MovieClip Frame 30
stop();
Symbol 300 Button
on (release) {
_root.gotoAndPlay(5);
}
Symbol 302 MovieClip Frame 30
stop();
Symbol 307 MovieClip Frame 30
stop();
Symbol 319 MovieClip Frame 158
stop();
Symbol 323 MovieClip Frame 30
stop();
Symbol 326 Button
on (release) {
_root.gotoAndPlay(6);
}
Symbol 328 MovieClip Frame 30
stop();
Symbol 361 MovieClip Frame 30
stop();
Symbol 363 Button
on (release) {
_root.gotoAndPlay(8);
}
Symbol 365 MovieClip Frame 30
stop();
Symbol 382 MovieClip Frame 30
stop();
Symbol 384 Button
on (release) {
_root.gotoAndPlay(10);
}
Symbol 386 MovieClip Frame 30
stop();
Symbol 408 MovieClip Frame 30
stop();
Symbol 410 Button
on (release) {
_root.gotoAndPlay(12);
}
Symbol 412 MovieClip Frame 30
stop();
Symbol 416 MovieClip Frame 30
stop();
Symbol 418 Button
on (release) {
_root.gotoAndPlay(14);
}
Symbol 420 MovieClip Frame 30
stop();
Symbol 429 MovieClip Frame 30
stop();
Symbol 431 Button
on (release) {
_root.gotoAndPlay(16);
}
Symbol 433 MovieClip Frame 30
stop();
Symbol 529 MovieClip Frame 30
stop();
Symbol 531 Button
on (release) {
_root.gotoAndPlay(18);
}
Symbol 533 MovieClip Frame 30
stop();
Symbol 537 MovieClip Frame 30
stop();
Symbol 539 Button
on (release) {
_root.gotoAndPlay(20);
}
Symbol 541 MovieClip Frame 30
stop();
Symbol 550 MovieClip Frame 30
stop();
Symbol 552 Button
on (release) {
_root.gotoAndPlay(22);
}
Symbol 554 MovieClip Frame 30
stop();
Symbol 558 MovieClip Frame 30
stop();
Symbol 560 Button
on (release) {
_root.gotoAndPlay(24);
}
Symbol 562 MovieClip Frame 30
stop();
Symbol 565 Button
on (release) {
_root.gotoAndPlay(27);
}
Symbol 567 MovieClip Frame 30
stop();
Symbol 636 MovieClip Frame 30
stop();
Symbol 638 Button
on (release) {
_root.gotoAndPlay(27);
}
Symbol 640 MovieClip Frame 30
stop();
Symbol 647 MovieClip Frame 30
stop();
Symbol 649 Button
on (release) {
_root.gotoAndPlay(29);
}
Symbol 651 MovieClip Frame 30
stop();
Symbol 664 Button
on (release) {
_root.gotoAndPlay(31);
}
Symbol 673 Button
on (release) {
_root.gotoAndPlay(33);
}
Symbol 710 Button
on (release) {
_root.gotoAndPlay(35);
}
Symbol 713 Button
on (release) {
_root.gotoAndPlay(38);
}
Symbol 718 MovieClip Frame 2501
stop();
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 720 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 100);
_root.xMove = Math.round(_root.xChange / 100);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Symbol 730 MovieClip Frame 2501
stop();
Instance of Symbol 734 MovieClip in Symbol 735 MovieClip Frame 1
on (rollOver) {
_root.gotoAndPlay(39);
}
Symbol 738 Button
on (release) {
_root.gotoAndPlay(38);
}
Symbol 741 Button
on (release) {
_root.gotoAndPlay(37);
}