Frame 1
Mouse.hide();
stop();
function itemHandler(obj, item) {
getURL ("http://www.acridrose.co.uk", "_blank");
}
root_cm = new ContextMenu();
root_cm.hideBuiltInItems();
root_cm.customItems.push(new ContextMenuItem("~~~~~~~~~~~~~~~~~~~~~", itemHandler));
root_cm.customItems.push(new ContextMenuItem("www.acridrose.co.uk", itemHandler));
root_cm.customItems.push(new ContextMenuItem("---ACRID ROSE ENTERTAINMENT---", itemHandler));
_root.menu = root_cm;
Instance of Symbol 257 MovieClip "mouse" in Frame 1
onClipEvent (load) {
Mouse.hide();
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Instance of Symbol 257 MovieClip "mouse" in Frame 1349
onClipEvent (load) {
Mouse.hide();
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Frame 1371
stop();
Frame 1372
stop();
Mouse.hide();
Instance of Symbol 257 MovieClip "mouse" in Frame 1372
onClipEvent (load) {
Mouse.hide();
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Frame 1373
stop();
Mouse.hide();
Frame 1374
stop();
Mouse.hide();
Frame 1375
stop();
Mouse.hide();
Frame 1376
stop();
Mouse.hide();
Frame 1377
stop();
Mouse.hide();
Frame 1378
stop();
Mouse.hide();
Frame 1379
stop();
Mouse.hide();
Frame 1380
stop();
Mouse.hide();
Frame 1381
stop();
Mouse.hide();
Frame 1382
stop();
Mouse.hide();
Frame 1383
stop();
Mouse.hide();
Frame 1384
stop();
Mouse.hide();
Frame 1385
stop();
Mouse.hide();
Frame 1386
stop();
Mouse.hide();
Frame 1387
stop();
Mouse.hide();
Frame 1388
stop();
Mouse.hide();
Frame 1389
stop();
Mouse.hide();
Frame 1390
stop();
Mouse.hide();
Frame 1391
stop();
Mouse.hide();
Frame 1392
stop();
Mouse.hide();
Frame 1393
stop();
Mouse.hide();
Frame 1394
stop();
Mouse.hide();
Frame 1395
stop();
Mouse.hide();
Frame 1396
stop();
Mouse.hide();
Frame 1397
stop();
Mouse.hide();
Frame 1398
stop();
Mouse.hide();
Frame 1399
gotoAndPlay (1449);
Frame 1400
stop();
Mouse.hide();
Instance of Symbol 257 MovieClip "mouse" in Frame 1400
onClipEvent (load) {
Mouse.hide();
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Frame 1401
stop();
Mouse.hide();
Frame 1402
stop();
Mouse.hide();
Frame 1403
stop();
Mouse.hide();
Frame 1404
stop();
Mouse.hide();
Frame 1405
stop();
Mouse.hide();
Frame 1406
stop();
Mouse.hide();
Frame 1407
stop();
Mouse.hide();
Frame 1408
stop();
Mouse.hide();
Frame 1409
stop();
Mouse.hide();
Instance of Symbol 1006 MovieClip in Frame 1409
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
}
Frame 1410
stop();
Mouse.hide();
Frame 1411
stop();
Mouse.hide();
Instance of Symbol 1022 MovieClip in Frame 1411
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 / 30);
_root.xMove = Math.round(_root.xChange / 30);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Frame 1412
stop();
Mouse.hide();
Frame 1413
stop();
Mouse.hide();
Instance of Symbol 1051 MovieClip in Frame 1413
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 / 3);
_root.xMove = Math.round(_root.xChange / 3);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 1051 MovieClip in Frame 1413
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 / 6);
_root.xMove = Math.round(_root.xChange / 6);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 1051 MovieClip in Frame 1413
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 / 9);
_root.xMove = Math.round(_root.xChange / 9);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 1051 MovieClip in Frame 1413
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 / 12);
_root.xMove = Math.round(_root.xChange / 12);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 1051 MovieClip in Frame 1413
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 / 15);
_root.xMove = Math.round(_root.xChange / 15);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 1051 MovieClip in Frame 1413
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 / 18);
_root.xMove = Math.round(_root.xChange / 18);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 1051 MovieClip in Frame 1413
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 / 21);
_root.xMove = Math.round(_root.xChange / 21);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 1051 MovieClip in Frame 1413
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 / 24);
_root.xMove = Math.round(_root.xChange / 24);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 1051 MovieClip in Frame 1413
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 / 27);
_root.xMove = Math.round(_root.xChange / 27);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 1051 MovieClip in Frame 1413
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 / 30);
_root.xMove = Math.round(_root.xChange / 30);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 1051 MovieClip in Frame 1413
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 / 33);
_root.xMove = Math.round(_root.xChange / 33);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 1051 MovieClip in Frame 1413
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 / 36);
_root.xMove = Math.round(_root.xChange / 36);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Frame 1414
stop();
Mouse.hide();
Instance of Symbol 257 MovieClip "mouse" in Frame 1414
onClipEvent (load) {
Mouse.hide();
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Frame 1415
stop();
Mouse.hide();
Instance of Symbol 1069 MovieClip in Frame 1415
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1069 MovieClip in Frame 1415
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1069 MovieClip in Frame 1415
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1069 MovieClip in Frame 1415
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1072 MovieClip in Frame 1415
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Frame 1416
stop();
Mouse.hide();
Frame 1417
stop();
Mouse.hide();
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1417
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Frame 1418
stop();
Mouse.hide();
Frame 1419
stop();
Mouse.hide();
Instance of Symbol 1022 MovieClip in Frame 1419
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 / 80);
_root.xMove = Math.round(_root.xChange / 80);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Frame 1420
stop();
Mouse.hide();
Frame 1421
gotoAndPlay (1449);
Frame 1422
stop();
Instance of Symbol 257 MovieClip "mouse" in Frame 1422
onClipEvent (load) {
Mouse.hide();
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Frame 1423
stop();
Frame 1424
stop();
Frame 1425
stop();
Frame 1426
stop();
Frame 1427
stop();
Frame 1428
stop();
Frame 1429
stop();
Frame 1430
stop();
Frame 1431
stop();
Frame 1432
stop();
Frame 1433
stop();
Frame 1434
stop();
Frame 1435
stop();
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1077 MovieClip in Frame 1435
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Frame 1436
stop();
Frame 1437
stop();
Frame 1438
stop();
Frame 1439
stop();
Frame 1440
stop();
Frame 1441
stop();
Frame 1442
stop();
Frame 1443
stop();
Frame 1444
stop();
Frame 1445
stop();
Frame 1447
stop();
Instance of Symbol 1248 MovieClip in Frame 1447
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 / 5);
_root.xMove = Math.round(_root.xChange / 5);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 1248 MovieClip in Frame 1447
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 / 1);
_root.xMove = Math.round(_root.xChange / 1);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 1248 MovieClip in Frame 1447
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 / 2);
_root.xMove = Math.round(_root.xChange / 2);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 1248 MovieClip in Frame 1447
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 / 3);
_root.xMove = Math.round(_root.xChange / 3);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 1248 MovieClip in Frame 1447
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 / 4);
_root.xMove = Math.round(_root.xChange / 4);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 1248 MovieClip in Frame 1447
onClipEvent (load) {
Mouse.hide();
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Frame 1448
stop();
Instance of Symbol 1248 MovieClip in Frame 1448
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 / 5);
_root.xMove = Math.round(_root.xChange / 5);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 1248 MovieClip in Frame 1448
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 / 1);
_root.xMove = Math.round(_root.xChange / 1);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 1248 MovieClip in Frame 1448
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 / 2);
_root.xMove = Math.round(_root.xChange / 2);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 1248 MovieClip in Frame 1448
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 / 3);
_root.xMove = Math.round(_root.xChange / 3);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 1248 MovieClip in Frame 1448
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 / 4);
_root.xMove = Math.round(_root.xChange / 4);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 1248 MovieClip in Frame 1448
onClipEvent (load) {
Mouse.hide();
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 1334 MovieClip in Frame 1449
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Instance of Symbol 257 MovieClip "mouse" in Frame 1449
onClipEvent (load) {
Mouse.hide();
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Frame 2460
gotoAndPlay (1349);
Frame 2461
stop();
Instance of Symbol 257 MovieClip "mouse" in Frame 2461
onClipEvent (load) {
Mouse.hide();
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Frame 2462
stop();
Mouse.hide();
Instance of Symbol 257 MovieClip "mouse" in Frame 2462
onClipEvent (load) {
Mouse.hide();
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Frame 2463
stop();
Mouse.hide();
Frame 2464
stop();
Mouse.hide();
Frame 2465
stop();
Mouse.hide();
Frame 2466
stop();
Mouse.hide();
Frame 2467
stop();
Mouse.hide();
Instance of Symbol 257 MovieClip "mouse" in Frame 2467
onClipEvent (load) {
Mouse.hide();
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Instance of Symbol 1393 MovieClip in Frame 2468
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
}
Instance of Symbol 1395 MovieClip in Frame 2469
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 / 40);
_root.xMove = Math.round(_root.xChange / 40);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 1396 MovieClip in Frame 2470
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 / 3);
_root.xMove = Math.round(_root.xChange / 3);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 1396 MovieClip in Frame 2470
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 / 6);
_root.xMove = Math.round(_root.xChange / 6);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 1396 MovieClip in Frame 2470
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 / 9);
_root.xMove = Math.round(_root.xChange / 9);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 1396 MovieClip in Frame 2470
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 / 12);
_root.xMove = Math.round(_root.xChange / 12);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 1396 MovieClip in Frame 2470
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 / 15);
_root.xMove = Math.round(_root.xChange / 15);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 1396 MovieClip in Frame 2470
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 / 18);
_root.xMove = Math.round(_root.xChange / 18);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 1396 MovieClip in Frame 2470
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 / 21);
_root.xMove = Math.round(_root.xChange / 21);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 1396 MovieClip in Frame 2470
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 / 24);
_root.xMove = Math.round(_root.xChange / 24);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 1396 MovieClip in Frame 2470
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 / 27);
_root.xMove = Math.round(_root.xChange / 27);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 1396 MovieClip in Frame 2470
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 / 30);
_root.xMove = Math.round(_root.xChange / 30);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 1396 MovieClip in Frame 2470
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 / 33);
_root.xMove = Math.round(_root.xChange / 33);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 1396 MovieClip in Frame 2470
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 / 36);
_root.xMove = Math.round(_root.xChange / 36);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 1399 MovieClip in Frame 2471
onClipEvent (enterFrame) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
Symbol 116 Button
on (release) {
_root.play();
}
Symbol 117 MovieClip Frame 1
PercentLoaded = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
if (PercentLoaded != 100) {
preloader.gotoAndStop(PercentLoaded);
} else {
preloader.gotoAndStop(100);
gotoAndStop ("loaded");
}
Symbol 117 MovieClip Frame 2
gotoAndPlay (1);
Symbol 119 MovieClip Frame 1
Mouse.hide();
Symbol 119 MovieClip Frame 2
Mouse.hide();
Symbol 124 MovieClip Frame 1
Mouse.hide();
Symbol 124 MovieClip Frame 2
Mouse.hide();
Symbol 126 MovieClip Frame 1
Mouse.hide();
Symbol 126 MovieClip Frame 2
Mouse.hide();
Symbol 244 MovieClip Frame 1
Mouse.hide();
Symbol 244 MovieClip Frame 2
Mouse.hide();
Symbol 250 MovieClip Frame 1
Mouse.hide();
Symbol 250 MovieClip Frame 2
Mouse.hide();
Symbol 252 MovieClip Frame 1
Mouse.hide();
Symbol 252 MovieClip Frame 2
Mouse.hide();
Symbol 257 MovieClip Frame 1
stop();
Symbol 257 MovieClip Frame 2
stop();
Symbol 257 MovieClip Frame 3
stop();
Symbol 257 MovieClip Frame 4
stop();
Symbol 257 MovieClip Frame 5
stop();
Symbol 257 MovieClip Frame 6
stop();
Symbol 257 MovieClip Frame 7
stop();
Symbol 260 Button
on (release) {
gotoAndPlay (1349);
}
on (keyPress "<Space>") {
gotoAndPlay (1349);
}
on (keyPress "<Enter>") {
gotoAndPlay (1349);
}
Symbol 296 MovieClip Frame 123
stop();
Symbol 297 MovieClip Frame 175
stop();
Symbol 338 MovieClip Frame 1
gotoAndPlay(random(4) + 1);
Symbol 338 MovieClip Frame 2
gotoAndPlay(random(3) + 1);
Symbol 338 MovieClip Frame 3
gotoAndPlay(random(3) + 1);
Symbol 343 MovieClip Frame 1
gotoAndPlay(random(20) + 1);
Symbol 343 MovieClip Frame 2
gotoAndPlay(random(20) + 1);
Symbol 343 MovieClip Frame 3
gotoAndPlay(random(20) + 1);
Symbol 343 MovieClip Frame 4
gotoAndPlay(random(20) + 1);
Symbol 343 MovieClip Frame 5
gotoAndPlay(random(20) + 1);
Symbol 343 MovieClip Frame 6
gotoAndPlay(random(20) + 1);
Symbol 343 MovieClip Frame 7
gotoAndPlay(random(20) + 1);
Symbol 343 MovieClip Frame 8
gotoAndPlay(random(20) + 1);
Symbol 343 MovieClip Frame 9
gotoAndPlay(random(20) + 1);
Symbol 343 MovieClip Frame 10
gotoAndPlay(random(20) + 1);
Symbol 343 MovieClip Frame 11
gotoAndPlay(random(20) + 1);
Symbol 343 MovieClip Frame 12
gotoAndPlay(random(20) + 1);
Symbol 343 MovieClip Frame 13
gotoAndPlay(random(20) + 1);
Symbol 343 MovieClip Frame 14
gotoAndPlay(random(20) + 1);
Symbol 343 MovieClip Frame 15
gotoAndPlay(random(20) + 1);
Symbol 343 MovieClip Frame 16
gotoAndPlay(random(20) + 1);
Symbol 343 MovieClip Frame 17
gotoAndPlay(random(20) + 1);
Symbol 343 MovieClip Frame 18
gotoAndPlay(random(20) + 1);
Symbol 343 MovieClip Frame 19
gotoAndPlay(random(20) + 1);
Symbol 343 MovieClip Frame 20
gotoAndPlay(random(20) + 1);
Symbol 353 MovieClip Frame 1
gotoAndPlay(random(4) + 1);
Symbol 353 MovieClip Frame 2
gotoAndPlay(random(4) + 1);
Symbol 353 MovieClip Frame 3
gotoAndPlay(random(4) + 1);
Symbol 353 MovieClip Frame 4
gotoAndPlay(random(4) + 1);
Symbol 355 MovieClip Frame 1
gotoAndPlay(random(4) + 1);
Symbol 355 MovieClip Frame 2
gotoAndPlay(random(4) + 1);
Symbol 355 MovieClip Frame 3
gotoAndPlay(random(4) + 1);
Symbol 355 MovieClip Frame 4
gotoAndPlay(random(4) + 1);
Symbol 435 Button
on (release) {
gotoAndStop (1372);
}
on (rollOver) {
tellTarget ("mouse") {
gotoAndPlay ("mouse7");
};
}
on (rollOut) {
tellTarget ("mouse") {
gotoAndPlay ("mouse1");
};
}
on (press) {
tellTarget ("mouse") {
gotoAndPlay ("mouse1");
};
}
Symbol 439 Button
on (release) {
gotoAndStop (1400);
}
on (rollOver) {
tellTarget ("mouse") {
gotoAndPlay ("mouse7");
};
}
on (rollOut) {
tellTarget ("mouse") {
gotoAndPlay ("mouse1");
};
}
on (press) {
tellTarget ("mouse") {
gotoAndPlay ("mouse1");
};
}
Symbol 442 Button
on (release) {
gotoAndPlay (1446);
}
on (rollOver) {
tellTarget ("mouse") {
gotoAndPlay ("mouse7");
};
}
on (rollOut) {
tellTarget ("mouse") {
gotoAndPlay ("mouse1");
};
}
on (press) {
tellTarget ("mouse") {
gotoAndPlay ("mouse1");
};
}
Symbol 445 Button
on (release) {
gotoAndStop (1422);
}
on (rollOver) {
tellTarget ("mouse") {
gotoAndPlay ("mouse7");
};
}
on (rollOut) {
tellTarget ("mouse") {
gotoAndPlay ("mouse1");
};
}
on (press) {
tellTarget ("mouse") {
gotoAndPlay ("mouse1");
};
}
Symbol 448 Button
on (release) {
gotoAndStop (2461);
}
on (rollOver) {
tellTarget ("mouse") {
gotoAndPlay ("mouse7");
};
}
on (rollOut) {
tellTarget ("mouse") {
gotoAndPlay ("mouse1");
};
}
on (press) {
tellTarget ("mouse") {
gotoAndPlay ("mouse1");
};
}
Symbol 462 MovieClip Frame 1
stop();
Symbol 462 MovieClip Frame 2
stop();
Symbol 462 MovieClip Frame 3
stop();
Symbol 463 MovieClip Frame 73
stop();
Symbol 475 MovieClip Frame 502
_root.play(2);
Symbol 478 Button
on (release) {
_root.play();
}
Symbol 489 Button
on (release) {
_quality = "LOW";
}
Symbol 493 Button
on (release) {
_quality = "HIGH";
}
Symbol 509 MovieClip Frame 91
tellTarget (_root.health) {
nextFrame();
};
Symbol 510 MovieClip Frame 1
stop();
Symbol 510 MovieClip Frame 3
tellTarget ("_parent") {
prevFrame();
};
Symbol 515 Button
on (release) {
_root.play(2);
}
Symbol 524 Button
on (release) {
if (mouse eq "1") {
gotoAndStop(not_set_yet +1371);
} else if (mouse eq "normal") {
tellTarget ("mouse") {
gotoAndStop ("mouse1");
};
} else if (mouse eq "mario") {
tellTarget ("mouse") {
gotoAndStop ("mouse2");
};
} else if (mouse eq "laser") {
tellTarget ("mouse") {
gotoAndStop ("mouse3");
};
} else if (mouse eq "liquid") {
tellTarget ("mouse") {
gotoAndStop ("mouse4");
};
} else if (mouse eq "original") {
tellTarget ("mouse") {
gotoAndStop ("mouse5");
};
} else if (mouse eq "cursorking") {
tellTarget ("mouse") {
gotoAndStop ("mouse6");
};
} else if (mouse eq "funky") {
tellTarget ("follow") {
gotoAndStop ("follow1");
};
} else if (mouse eq "back") {
tellTarget ("follow") {
gotoAndStop ("follow0");
};
} else if (mouse eq "hardmode") {
tellTarget ("follow") {
gotoAndStop ("follow2");
};
} else if (mouse eq "1") {
gotoAndStop(not_set_yet +1371);
} else {
gotoAndStop(not_set_yet +1371);
}
}
Symbol 526 Button
on (rollOut, press) {
this.gotoAndPlay("2");
}
Symbol 527 MovieClip Frame 1
stop();
Symbol 527 MovieClip Frame 3
tellTarget (_root.health) {
nextFrame();
};
Symbol 527 MovieClip Frame 10
stop();
Symbol 535 MovieClip Frame 1
function camControl() {
parentColor.setTransform(camColor.getTransform());
var _local4 = sX / this._width;
var _local3 = sY / this._height;
_parent._x = cX - (this._x * _local4);
_parent._y = cY - (this._y * _local3);
_parent._xscale = 100 * _local4;
_parent._yscale = 100 * _local3;
}
function resetStage() {
var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0};
parentColor.setTransform(_local2);
_parent._xscale = 100;
_parent._yscale = 100;
_parent._x = 0;
_parent._y = 0;
}
this._visible = false;
var oldMode = Stage.scaleMode;
Stage.scaleMode = "exactFit";
var cX = (Stage.width / 2);
var cY = (Stage.height / 2);
var sX = Stage.width;
var sY = Stage.height;
Stage.scaleMode = oldMode;
var camColor = new Color(this);
var parentColor = new Color(_parent);
this.onEnterFrame = camControl;
camControl();
this.onUnload = resetStage;
Instance of Symbol 535 MovieClip in Symbol 536 MovieClip Frame 1
onClipEvent (load) {
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Instance of Symbol 535 MovieClip in Symbol 539 MovieClip Frame 1
onClipEvent (load) {
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Instance of Symbol 535 MovieClip in Symbol 548 MovieClip Frame 1
onClipEvent (load) {
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Instance of Symbol 535 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Instance of Symbol 535 MovieClip in Symbol 554 MovieClip Frame 1
onClipEvent (load) {
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Instance of Symbol 535 MovieClip in Symbol 555 MovieClip Frame 1
onClipEvent (load) {
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Instance of Symbol 535 MovieClip in Symbol 556 MovieClip Frame 1
onClipEvent (load) {
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Symbol 559 MovieClip Frame 1
function camControl() {
parentColor.setTransform(camColor.getTransform());
var _local4 = sX / this._width;
var _local3 = sY / this._height;
_parent._x = cX - (this._x * _local4);
_parent._y = cY - (this._y * _local3);
_parent._xscale = 100 * _local4;
_parent._yscale = 100 * _local3;
}
function resetStage() {
var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0};
parentColor.setTransform(_local2);
_parent._xscale = 100;
_parent._yscale = 100;
_parent._x = 0;
_parent._y = 0;
}
this._visible = false;
var oldMode = Stage.scaleMode;
Stage.scaleMode = "exactFit";
var cX = (Stage.width / 2);
var cY = (Stage.height / 2);
var sX = Stage.width;
var sY = Stage.height;
Stage.scaleMode = oldMode;
var camColor = new Color(this);
var parentColor = new Color(_parent);
this.onEnterFrame = camControl;
camControl();
this.onUnload = resetStage;
Symbol 573 MovieClip Frame 1
stop();
Symbol 573 MovieClip Frame 105
_root.play(2);
Instance of Symbol 573 MovieClip "Button" in Symbol 574 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.nextFrame();
} else {
this.prevFrame();
}
}
Instance of Symbol 559 MovieClip in Symbol 575 MovieClip Frame 1
onClipEvent (load) {
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Instance of Symbol 559 MovieClip in Symbol 592 MovieClip Frame 1
onClipEvent (load) {
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Instance of Symbol 559 MovieClip in Symbol 609 MovieClip Frame 1
onClipEvent (load) {
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Symbol 612 MovieClip Frame 748
stop();
Symbol 613 MovieClip Frame 866
_root.play(2);
Symbol 617 MovieClip Frame 1
function camControl() {
parentColor.setTransform(camColor.getTransform());
var _local4 = sX / this._width;
var _local3 = sY / this._height;
_parent._x = cX - (this._x * _local4);
_parent._y = cY - (this._y * _local3);
_parent._xscale = 100 * _local4;
_parent._yscale = 100 * _local3;
}
function resetStage() {
var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0};
parentColor.setTransform(_local2);
_parent._xscale = 100;
_parent._yscale = 100;
_parent._x = 0;
_parent._y = 0;
}
this._visible = false;
var oldMode = Stage.scaleMode;
Stage.scaleMode = "exactFit";
var cX = (Stage.width / 2);
var cY = (Stage.height / 2);
var sX = Stage.width;
var sY = Stage.height;
Stage.scaleMode = oldMode;
var camColor = new Color(this);
var parentColor = new Color(_parent);
this.onEnterFrame = camControl;
camControl();
this.onUnload = resetStage;
Instance of Symbol 617 MovieClip in Symbol 623 MovieClip Frame 1
onClipEvent (load) {
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Instance of Symbol 617 MovieClip in Symbol 625 MovieClip Frame 1
onClipEvent (load) {
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Instance of Symbol 617 MovieClip in Symbol 634 MovieClip Frame 1
onClipEvent (load) {
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Instance of Symbol 617 MovieClip in Symbol 637 MovieClip Frame 1
onClipEvent (load) {
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Instance of Symbol 617 MovieClip in Symbol 640 MovieClip Frame 1
onClipEvent (load) {
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Instance of Symbol 617 MovieClip in Symbol 641 MovieClip Frame 1
onClipEvent (load) {
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Instance of Symbol 617 MovieClip in Symbol 642 MovieClip Frame 1
onClipEvent (load) {
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Instance of Symbol 559 MovieClip in Symbol 651 MovieClip Frame 1
onClipEvent (load) {
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Instance of Symbol 559 MovieClip in Symbol 663 MovieClip Frame 1
onClipEvent (load) {
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Symbol 668 MovieClip Frame 289
_root.play(2);
Symbol 673 MovieClip Frame 1
function camControl() {
parentColor.setTransform(camColor.getTransform());
var _local4 = sX / this._width;
var _local3 = sY / this._height;
_parent._x = cX - (this._x * _local4);
_parent._y = cY - (this._y * _local3);
_parent._xscale = 100 * _local4;
_parent._yscale = 100 * _local3;
}
function resetStage() {
var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0};
parentColor.setTransform(_local2);
_parent._xscale = 100;
_parent._yscale = 100;
_parent._x = 0;
_parent._y = 0;
}
this._visible = false;
var oldMode = Stage.scaleMode;
Stage.scaleMode = "exactFit";
var cX = (Stage.width / 2);
var cY = (Stage.height / 2);
var sX = Stage.width;
var sY = Stage.height;
Stage.scaleMode = oldMode;
var camColor = new Color(this);
var parentColor = new Color(_parent);
this.onEnterFrame = camControl;
camControl();
this.onUnload = resetStage;
Instance of Symbol 673 MovieClip in Symbol 678 MovieClip Frame 1
onClipEvent (load) {
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Instance of Symbol 673 MovieClip in Symbol 681 MovieClip Frame 1
onClipEvent (load) {
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Instance of Symbol 673 MovieClip in Symbol 690 MovieClip Frame 1
onClipEvent (load) {
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Instance of Symbol 673 MovieClip in Symbol 694 MovieClip Frame 1
onClipEvent (load) {
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Instance of Symbol 673 MovieClip in Symbol 699 MovieClip Frame 1
onClipEvent (load) {
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Instance of Symbol 673 MovieClip in Symbol 700 MovieClip Frame 1
onClipEvent (load) {
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Instance of Symbol 673 MovieClip in Symbol 701 MovieClip Frame 1
onClipEvent (load) {
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Symbol 732 MovieClip Frame 99
stop();
Instance of Symbol 559 MovieClip in Symbol 737 MovieClip Frame 1
onClipEvent (load) {
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Symbol 746 MovieClip Frame 31
stop();
Instance of Symbol 559 MovieClip in Symbol 749 MovieClip Frame 1
onClipEvent (load) {
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Symbol 770 MovieClip Frame 488
_root.play(2);
Symbol 775 MovieClip Frame 1
function camControl() {
parentColor.setTransform(camColor.getTransform());
var _local4 = sX / this._width;
var _local3 = sY / this._height;
_parent._x = cX - (this._x * _local4);
_parent._y = cY - (this._y * _local3);
_parent._xscale = 100 * _local4;
_parent._yscale = 100 * _local3;
}
function resetStage() {
var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0};
parentColor.setTransform(_local2);
_parent._xscale = 100;
_parent._yscale = 100;
_parent._x = 0;
_parent._y = 0;
}
this._visible = false;
var oldMode = Stage.scaleMode;
Stage.scaleMode = "exactFit";
var cX = (Stage.width / 2);
var cY = (Stage.height / 2);
var sX = Stage.width;
var sY = Stage.height;
Stage.scaleMode = oldMode;
var camColor = new Color(this);
var parentColor = new Color(_parent);
this.onEnterFrame = camControl;
camControl();
this.onUnload = resetStage;
Instance of Symbol 775 MovieClip in Symbol 780 MovieClip Frame 1
onClipEvent (load) {
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Instance of Symbol 775 MovieClip in Symbol 783 MovieClip Frame 1
onClipEvent (load) {
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Instance of Symbol 775 MovieClip in Symbol 792 MovieClip Frame 1
onClipEvent (load) {
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Instance of Symbol 775 MovieClip in Symbol 795 MovieClip Frame 1
onClipEvent (load) {
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Instance of Symbol 775 MovieClip in Symbol 798 MovieClip Frame 1
onClipEvent (load) {
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Instance of Symbol 775 MovieClip in Symbol 799 MovieClip Frame 1
onClipEvent (load) {
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Instance of Symbol 775 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Instance of Symbol 559 MovieClip in Symbol 813 MovieClip Frame 1
onClipEvent (load) {
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Instance of Symbol 559 MovieClip in Symbol 819 MovieClip Frame 1
onClipEvent (load) {
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Symbol 825 MovieClip Frame 216
_root.play(2);
Symbol 830 MovieClip Frame 1
function camControl() {
parentColor.setTransform(camColor.getTransform());
var _local4 = sX / this._width;
var _local3 = sY / this._height;
_parent._x = cX - (this._x * _local4);
_parent._y = cY - (this._y * _local3);
_parent._xscale = 100 * _local4;
_parent._yscale = 100 * _local3;
}
function resetStage() {
var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0};
parentColor.setTransform(_local2);
_parent._xscale = 100;
_parent._yscale = 100;
_parent._x = 0;
_parent._y = 0;
}
this._visible = false;
var oldMode = Stage.scaleMode;
Stage.scaleMode = "exactFit";
var cX = (Stage.width / 2);
var cY = (Stage.height / 2);
var sX = Stage.width;
var sY = Stage.height;
Stage.scaleMode = oldMode;
var camColor = new Color(this);
var parentColor = new Color(_parent);
this.onEnterFrame = camControl;
camControl();
this.onUnload = resetStage;
Instance of Symbol 830 MovieClip in Symbol 836 MovieClip Frame 1
onClipEvent (load) {
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Instance of Symbol 830 MovieClip in Symbol 839 MovieClip Frame 1
onClipEvent (load) {
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Instance of Symbol 830 MovieClip in Symbol 847 MovieClip Frame 1
onClipEvent (load) {
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Instance of Symbol 830 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (load) {
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Instance of Symbol 830 MovieClip in Symbol 853 MovieClip Frame 1
onClipEvent (load) {
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Instance of Symbol 830 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Instance of Symbol 830 MovieClip in Symbol 855 MovieClip Frame 1
onClipEvent (load) {
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Symbol 887 MovieClip Frame 1
stop();
Instance of Symbol 887 MovieClip "Button" in Symbol 888 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.nextFrame();
} else {
this.prevFrame();
}
}
Symbol 890 Button
on (rollOver) {
_root.play(2);
}
Symbol 894 MovieClip Frame 1277
stop();
Symbol 909 MovieClip Frame 567
_root.play(2);
Symbol 917 Button
on (release) {
if (mouse eq "1") {
gotoAndStop(not_set_yet +1399);
} else if (mouse eq "normal") {
tellTarget ("mouse") {
gotoAndStop ("mouse1");
};
} else if (mouse eq "mario") {
tellTarget ("mouse") {
gotoAndStop ("mouse2");
};
} else if (mouse eq "laser") {
tellTarget ("mouse") {
gotoAndStop ("mouse3");
};
} else if (mouse eq "liquid") {
tellTarget ("mouse") {
gotoAndStop ("mouse4");
};
} else if (mouse eq "original") {
tellTarget ("mouse") {
gotoAndStop ("mouse5");
};
} else if (mouse eq "cursorking") {
tellTarget ("mouse") {
gotoAndStop ("mouse6");
};
} else if (mouse eq "funky") {
tellTarget ("follow") {
gotoAndStop ("follow1");
};
} else if (mouse eq "back") {
tellTarget ("follow") {
gotoAndStop ("follow0");
};
} else if (mouse eq "hardmode") {
tellTarget ("follow") {
gotoAndStop ("follow2");
};
} else if (mouse eq "1") {
gotoAndStop(not_set_yet +1399);
} else {
gotoAndStop(not_set_yet +1399);
}
}
Symbol 944 MovieClip Frame 1
function camControl() {
parentColor.setTransform(camColor.getTransform());
var _local4 = sX / this._width;
var _local3 = sY / this._height;
_parent._x = cX - (this._x * _local4);
_parent._y = cY - (this._y * _local3);
_parent._xscale = 100 * _local4;
_parent._yscale = 100 * _local3;
}
function resetStage() {
var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0};
parentColor.setTransform(_local2);
_parent._xscale = 100;
_parent._yscale = 100;
_parent._x = 0;
_parent._y = 0;
}
this._visible = false;
var oldMode = Stage.scaleMode;
Stage.scaleMode = "exactFit";
var cX = (Stage.width / 2);
var cY = (Stage.height / 2);
var sX = Stage.width;
var sY = Stage.height;
Stage.scaleMode = oldMode;
var camColor = new Color(this);
var parentColor = new Color(_parent);
this.onEnterFrame = camControl;
camControl();
this.onUnload = resetStage;
Instance of Symbol 944 MovieClip in Symbol 945 MovieClip Frame 1
onClipEvent (load) {
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Symbol 952 MovieClip Frame 1
function camControl() {
parentColor.setTransform(camColor.getTransform());
var _local4 = sX / this._width;
var _local3 = sY / this._height;
_parent._x = cX - (this._x * _local4);
_parent._y = cY - (this._y * _local3);
_parent._xscale = 100 * _local4;
_parent._yscale = 100 * _local3;
}
function resetStage() {
var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0};
parentColor.setTransform(_local2);
_parent._xscale = 100;
_parent._yscale = 100;
_parent._x = 0;
_parent._y = 0;
}
this._visible = false;
var oldMode = Stage.scaleMode;
Stage.scaleMode = "exactFit";
var cX = (Stage.width / 2);
var cY = (Stage.height / 2);
var sX = Stage.width;
var sY = Stage.height;
Stage.scaleMode = oldMode;
var camColor = new Color(this);
var parentColor = new Color(_parent);
this.onEnterFrame = camControl;
camControl();
this.onUnload = resetStage;
Instance of Symbol 952 MovieClip in Symbol 953 MovieClip Frame 1
onClipEvent (load) {
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Instance of Symbol 952 MovieClip in Symbol 999 MovieClip Frame 1
onClipEvent (load) {
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Symbol 1085 MovieClip Frame 1399
_root.play(2);
Symbol 1093 Button
on (release) {
gotoAndStop (1422);
}
Symbol 1095 Button
on (release) {
gotoAndStop (1423);
}
Symbol 1097 Button
on (release) {
gotoAndStop (1424);
}
Symbol 1099 Button
on (release) {
gotoAndStop (1425);
}
Symbol 1101 Button
on (release) {
gotoAndStop (1426);
}
Symbol 1103 Button
on (release) {
gotoAndStop (1427);
}
Symbol 1105 Button
on (release) {
gotoAndStop (1428);
}
Symbol 1107 Button
on (release) {
gotoAndStop (1429);
}
Symbol 1109 Button
on (release) {
gotoAndStop (1430);
}
Symbol 1111 Button
on (release) {
gotoAndStop (1431);
}
Symbol 1113 Button
on (release) {
gotoAndStop (1432);
}
Symbol 1115 Button
on (release) {
gotoAndStop (1433);
}
Symbol 1117 Button
on (release) {
gotoAndStop (1434);
}
Symbol 1119 Button
on (release) {
gotoAndStop (1435);
}
Symbol 1121 Button
on (release) {
gotoAndStop (1436);
}
Symbol 1123 Button
on (release) {
gotoAndStop (1437);
}
Symbol 1125 Button
on (release) {
gotoAndStop (1438);
}
Symbol 1127 Button
on (release) {
gotoAndStop (1439);
}
Symbol 1129 Button
on (release) {
gotoAndStop (1440);
}
Symbol 1131 Button
on (release) {
gotoAndStop (1441);
}
Symbol 1133 Button
on (release) {
gotoAndStop (1442);
}
Symbol 1135 Button
on (release) {
gotoAndStop (1443);
}
Symbol 1139 Button
on (release) {
gotoAndStop (1444);
}
Symbol 1141 Button
on (release) {
gotoAndStop (1445);
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1224 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1227 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1221 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1231 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1231 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1231 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1231 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1231 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1231 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1231 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1231 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1231 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1231 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1231 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1231 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1231 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1231 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1231 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 1231 MovieClip in Symbol 1232 MovieClip Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Symbol 1235 Button
on (release) {
_root.play(2);
}
Symbol 1240 Button
on (release) {
_quality = "LOW";
}
Symbol 1241 Button
on (release) {
_quality = "HIGH";
}
Symbol 1248 MovieClip Frame 1
Mouse.hide();
Symbol 1248 MovieClip Frame 2
Mouse.hide();
Symbol 1249 Button
on (rollOut, press) {
this.gotoAndPlay("2");
}
Symbol 1250 MovieClip Frame 1
stop();
Symbol 1250 MovieClip Frame 3
tellTarget (_root.health) {
nextFrame();
};
Symbol 1257 Button
on (rollOver) {
prevFrame();
}
Symbol 1261 MovieClip Frame 1
stop();
Symbol 1261 MovieClip Frame 2
tellTarget ("_parent") {
prevFrame();
};
Symbol 1270 Button
on (rollOver) {
this.gotoAndPlay("2");
}
Symbol 1271 MovieClip Frame 1
stop();
Symbol 1271 MovieClip Frame 16
stop();
Symbol 1273 Button
on (rollOver) {
this.gotoAndPlay("2");
}
Symbol 1274 MovieClip Frame 1
stop();
Symbol 1274 MovieClip Frame 16
stop();
Symbol 1276 Button
on (rollOver) {
this.gotoAndPlay("2");
}
Symbol 1277 MovieClip Frame 1
stop();
Symbol 1277 MovieClip Frame 16
stop();
Symbol 1279 Button
on (rollOver) {
this.gotoAndPlay("2");
}
Symbol 1280 MovieClip Frame 1
stop();
Symbol 1280 MovieClip Frame 16
stop();
Symbol 1282 Button
on (rollOver) {
this.gotoAndPlay("2");
}
Symbol 1283 MovieClip Frame 1
stop();
Symbol 1283 MovieClip Frame 16
stop();
Symbol 1285 Button
on (rollOver) {
this.gotoAndPlay("2");
}
Symbol 1286 MovieClip Frame 1
stop();
Symbol 1286 MovieClip Frame 16
stop();
Symbol 1288 Button
on (rollOver) {
this.gotoAndPlay("2");
}
Symbol 1289 MovieClip Frame 1
stop();
Symbol 1289 MovieClip Frame 16
stop();
Symbol 1291 Button
on (rollOver) {
this.gotoAndPlay("2");
}
Symbol 1292 MovieClip Frame 1
stop();
Symbol 1292 MovieClip Frame 16
stop();
Symbol 1294 Button
on (rollOver) {
this.gotoAndPlay("2");
}
Symbol 1295 MovieClip Frame 1
stop();
Symbol 1295 MovieClip Frame 16
stop();
Symbol 1297 Button
on (rollOver) {
this.gotoAndPlay("2");
}
Symbol 1298 MovieClip Frame 1
stop();
Symbol 1298 MovieClip Frame 16
stop();
Symbol 1300 Button
on (rollOver) {
this.gotoAndPlay("2");
}
Symbol 1301 MovieClip Frame 1
stop();
Symbol 1301 MovieClip Frame 16
stop();
Symbol 1303 Button
on (rollOver) {
this.gotoAndPlay("2");
}
Symbol 1304 MovieClip Frame 1
stop();
Symbol 1304 MovieClip Frame 16
stop();
Symbol 1306 Button
on (rollOver) {
this.gotoAndPlay("2");
}
Symbol 1307 MovieClip Frame 1
stop();
Symbol 1307 MovieClip Frame 16
stop();
Symbol 1309 Button
on (rollOver) {
this.gotoAndPlay("2");
}
Symbol 1310 MovieClip Frame 1
stop();
Symbol 1310 MovieClip Frame 16
stop();
Symbol 1312 Button
on (rollOver) {
this.gotoAndPlay("2");
}
Symbol 1313 MovieClip Frame 1
stop();
Symbol 1313 MovieClip Frame 16
stop();
Symbol 1315 Button
on (rollOver) {
this.gotoAndPlay("2");
}
Symbol 1316 MovieClip Frame 1
stop();
Symbol 1316 MovieClip Frame 16
stop();
Symbol 1318 Button
on (rollOver) {
this.gotoAndPlay("2");
}
Symbol 1319 MovieClip Frame 1
stop();
Symbol 1319 MovieClip Frame 16
stop();
Symbol 1321 Button
on (rollOver) {
this.gotoAndPlay("2");
}
Symbol 1322 MovieClip Frame 1
stop();
Symbol 1322 MovieClip Frame 16
stop();
Symbol 1324 Button
on (rollOver) {
this.gotoAndPlay("2");
}
Symbol 1325 MovieClip Frame 1
stop();
Symbol 1325 MovieClip Frame 16
stop();
Symbol 1327 Button
on (rollOver) {
this.gotoAndPlay("2");
}
Symbol 1328 MovieClip Frame 1
stop();
Symbol 1328 MovieClip Frame 16
stop();
Symbol 1330 Button
on (rollOver) {
this.gotoAndPlay("2");
}
Symbol 1331 MovieClip Frame 1
stop();
Symbol 1331 MovieClip Frame 16
stop();
Symbol 1339 Button
on (release) {
gotoAndStop (1394);
}
Symbol 1342 Button
on (release) {
gotoAndStop (1389);
}
Symbol 1346 Button
on (release) {
gotoAndStop (1384);
}
Symbol 1349 Button
on (release) {
gotoAndStop (1379);
}
Symbol 1352 Button
on (release) {
gotoAndStop (1372);
}
Symbol 1364 Button
on (release) {
if (password eq "a") {
gotoAndStop (2462);
} else if (password eq "c") {
gotoAndStop (2463);
} else if (password eq "a") {
gotoAndStop (2462);
} else if (password eq "a") {
gotoAndStop (2462);
} else {
gotoAndStop (2462);
}
}
Symbol 1366 Button
on (release) {
_root.play(2);
}
on (rollOver) {
tellTarget ("mouse") {
gotoAndPlay ("mouse7");
};
}
on (rollOut) {
tellTarget ("mouse") {
gotoAndPlay ("mouse1");
};
}
on (press) {
tellTarget ("mouse") {
gotoAndPlay ("mouse1");
};
}
Symbol 1368 Button
on (rollOver) {
this.gotoAndPlay("2");
}
Symbol 1369 MovieClip Frame 1
stop();
Symbol 1369 MovieClip Frame 16
stop();
Symbol 1371 Button
on (rollOver) {
this.gotoAndPlay("2");
}
Symbol 1372 MovieClip Frame 1
stop();
Symbol 1372 MovieClip Frame 16
stop();
Symbol 1374 Button
on (rollOver) {
this.gotoAndPlay("2");
}
Symbol 1375 MovieClip Frame 1
stop();
Symbol 1375 MovieClip Frame 16
stop();
Symbol 1377 Button
on (rollOver) {
this.gotoAndPlay("2");
}
Symbol 1378 MovieClip Frame 1
stop();
Symbol 1378 MovieClip Frame 16
stop();
Symbol 1380 Button
on (rollOver) {
this.gotoAndPlay("2");
}
Symbol 1381 MovieClip Frame 1
stop();
Symbol 1381 MovieClip Frame 16
stop();
Symbol 1383 Button
on (release) {
gotoAndPlay (2466);
}
on (rollOver) {
tellTarget ("mouse") {
gotoAndPlay ("mouse7");
};
}
on (rollOut) {
tellTarget ("mouse") {
gotoAndPlay ("mouse1");
};
}
on (press) {
tellTarget ("mouse") {
gotoAndPlay ("mouse1");
};
}
Symbol 1384 Button
on (release) {
gotoAndPlay (2466);
}
on (rollOver) {
tellTarget ("mouse") {
gotoAndPlay ("mouse7");
};
}
on (rollOut) {
tellTarget ("mouse") {
gotoAndPlay ("mouse1");
};
}
on (press) {
tellTarget ("mouse") {
gotoAndPlay ("mouse1");
};
}
Symbol 1387 Button
on (release) {
gotoAndPlay (2466);
}
on (rollOver) {
tellTarget ("mouse") {
gotoAndPlay ("mouse7");
};
}
on (rollOut) {
tellTarget ("mouse") {
gotoAndPlay ("mouse1");
};
}
on (press) {
tellTarget ("mouse") {
gotoAndPlay ("mouse1");
};
}
Symbol 1388 Button
on (release) {
gotoAndPlay (2466);
}
on (rollOver) {
tellTarget ("mouse") {
gotoAndPlay ("mouse7");
};
}
on (rollOut) {
tellTarget ("mouse") {
gotoAndPlay ("mouse1");
};
}
on (press) {
tellTarget ("mouse") {
gotoAndPlay ("mouse1");
};
}
Symbol 1389 Button
on (release) {
gotoAndPlay (2466);
}
on (rollOver) {
tellTarget ("mouse") {
gotoAndPlay ("mouse7");
};
}
on (rollOut) {
tellTarget ("mouse") {
gotoAndPlay ("mouse1");
};
}
on (press) {
tellTarget ("mouse") {
gotoAndPlay ("mouse1");
};
}
Symbol 1390 Button
on (release) {
gotoAndPlay (2466);
}
on (rollOver) {
tellTarget ("mouse") {
gotoAndPlay ("mouse7");
};
}
on (rollOut) {
tellTarget ("mouse") {
gotoAndPlay ("mouse1");
};
}
on (press) {
tellTarget ("mouse") {
gotoAndPlay ("mouse1");
};
}
Symbol 1402 MovieClip Frame 332
stop();